@ckeditor/ckeditor5-ai 48.2.0-alpha.7 → 48.3.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 _0x41a2d8,Command as _0xd5099f,ContextPlugin as _0x2e5d09,Editor as _0x435807}from'@ckeditor/ckeditor5-core/dist/index.js';import{IconCopy as _0x51f25e,IconCheck as _0x36337b,IconError as _0x309aa6,IconSubmit as _0x1bfbe9,IconAIHistory as _0x105978,IconMagicWand as _0x3116a8,IconRobotPencil as _0x4eea09,IconMaximize as _0x124a0f,IconMinimize as _0x4dd5d2,IconShowChangesOn as _0x9a19f,IconShowChangesOff as _0x54b721,IconDocument as _0xdbabf8,IconBoxWithCross as _0x2ba020,IconBoxWithCheck as _0x4fb4f5,IconBoxWithMarker as _0x452d46,IconInfo as _0x2a9ed6,IconWeb as _0x5da227,IconCancel as _0x395853,IconSelection as _0x474b74,IconFileUpload as _0x15039b,IconLink as _0x35b63e,IconImage as _0xb6dd68,IconBulb as _0x295154,IconAI as _0x2bcdb8,IconPreviousArrow as _0x361218,IconDocumentOutline as _0x238dc8,IconLoupe as _0x6c2312,IconPaperClip as _0x14b7d9,IconBrowseFiles as _0x258b14,IconDropdownArrow as _0x248521,IconStop as _0x5b2e11,IconPlus as _0x39b836,IconAIChat as _0x5ef127,IconPin as _0xe1d023,IconThreeHorizontalDots as _0x45860d,IconAIReview as _0x268514,IconAITranslate as _0x260bc9,IconAIAskAI as _0xc998,IconThumbUp as _0x27d385,IconThumbDown as _0x1b1546,IconChevronDown as _0x7a6e23,IconChevronUp as _0xbe2f13,IconAIQuickActions as _0xbc7ee5,IconAIChatCommands as _0x4fd1c,IconAIImproveWriting as _0x247953,IconAIContinueWriting as _0x15599a,IconAIGrammarCheck as _0x373739,IconAIAdjustLength as _0x54f0eb,IconAIChangeTone as _0xa1345e,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 _0x1d7af5,createLabeledInputText as _0x246673,FormHeaderView as _0x351f99,HighlightedTextView as _0xb413a6,ViewCollection as _0x3207b0,FileDialogButtonView as _0x8276b5,InputTextView as _0x28c3c2,SearchTextView as _0x5ebf54,ListItemButtonView as _0x3c53e5,ButtonLabelWithHighlightView as _0x448772,DropdownMenuPanelPositioningFunctions as _0x53f294,BalloonToolbar as _0x5e70f8,FormRowView as _0x1b3812,TextareaView as _0x4915e1}from'@ckeditor/ckeditor5-ui/dist/index.js';import{ClipboardPipeline as _0x12e122,ClipboardMarkersUtils as _0x494f7c}from'@ckeditor/ckeditor5-clipboard/dist/index.js';import{ViewDocumentDomEventData as _0x9ad6d7,ViewDataTransfer as _0x50ceb7,ViewUpcastWriter as _0x3a6e19,Matcher as _0x4f9af0,_DetachOperation as _0x2b0abe,_insertIntoModelNodeList as _0x32fede,_removeFromModelNodeList as _0x55a7d0,ModelRange as _0x805f9a,transformOperationSets as _0x5d10bd,ViewDowncastWriter as _0x4fdba0,ModelDocumentFragment as _0x38ddee,ModelPosition as _0x47e467,ModelTreeWalker as _0x5c0e47,MarkerOperation as _0x394603,InsertOperation as _0x51ba4d}from'@ckeditor/ckeditor5-engine/dist/index.js';import{unescape as _0x22ed42,escape as _0x5d498f,cloneDeep as _0x2ea6b1,throttle as _0x3efce3,debounce as _0x5b0594,escapeRegExp as _0x3e499a}from'es-toolkit/compat';import{createParser as _0xa89478}from'eventsource-parser';import{CloudServices as _0x8b5fd0}from'@ckeditor/ckeditor5-cloud-services/dist/index.js';import{parseDocument as _0x4cee02}from'htmlparser2';import{isTag as _0x2ff01e,findOne as _0x2605ec,getParent as _0x2c617a,findAll as _0x17cdaf,removeElement as _0x1aae33,prepend as _0x151fab,prependChild as _0x2f7a9f,appendChild as _0x25c79c,append as _0x433357,find as _0x31e40c,isComment as _0x2fa3ae,replaceElement as _0x7545e8,getChildren as _0x30df0e,textContent as ti}from'domutils';import _0x5d6d16 from'dom-serializer';import{isText as _0x29bd03,cloneNode as _0x3777a6,Document as _0x49fb06,Element as _0x2f80a7,Text as _0x2c0b48,isDocument as _0x1ace06,NodeWithChildren as _0x4e770c}from'domhandler';import{MarkdownGfmMdToHtmlDefaultPlugins as _0x193091,MarkdownGfmMdToHtml as _0x2f547a}from'@ckeditor/ckeditor5-markdown-gfm/dist/index.js';import _0x360d32 from'rehype-sanitize';import{fixElementSuggestionRange as _0x2d59b2,DocumentCompare as _0x1289fc,DATA_ID_MODEL_ATTRIBUTE as _0x9b10fa,ConfirmMixin as _0x452051,getAllMarkersDomElementsSorted as _0x2bcd44,SuggestionsConversion as _0x34d276,DATA_ID_VIEW_ATTRIBUTE as _0x412f54,getMarkerDomElement as _0x11ef4d}from'@ckeditor/ckeditor5-collaboration-core/dist/index.js';import _0x5e167d from'morphdom';import{diffArrays as _0x4079c9}from'diff';const Ti='_ungrouppedCommands';function fi(_0x4ac7ec,_0x3b3a96){const _0x5cec27=(0x0,_0x3b3a96['t'])('Other');return _0x4ac7ec['length']?'groupId'in _0x4ac7ec[0x0]?_0x4ac7ec:[{'groupId':Ti,'groupLabel':_0x5cec27,'order':0x1/0x0,'commands':_0x4ac7ec}]:[{'groupId':Ti,'groupLabel':_0x5cec27,'order':0x1/0x0,'commands':[]}];}const Ri=globalThis['DataTransfer'],bi='ai-ui';class AIAssistantEditing extends _0x41a2d8{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x96ae74}=this,_0x5dda5b=['ck-fake-ai-selection'];_0x96ae74['config']['get']('ai.assistant.useTheme')&&_0x5dda5b['push']('ck-ai-assistant-ui_theme'),_0x96ae74['conversion']['for']('editingDowncast')['markerToHighlight']({'model':bi,'view':{'classes':_0x5dda5b,'priority':0xc}}),_0x96ae74['conversion']['for']('editingDowncast')['markerToElement']({'model':bi,'view':(_0x1d72cb,{writer:_0x3b1ed7})=>{if(!_0x1d72cb['markerRange']['isCollapsed'])return null;const _0xf4ba7c=_0x3b1ed7['createUIElement']('span');return _0x3b1ed7['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0xf4ba7c),_0xf4ba7c;}});}['afterInit'](){!async function(_0x453cbb){const _0x363480=_0x44e77c([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]),_0x129003=0x3dffc4e1,_0x54399f=0x3df84f31^_0x129003,_0x117a13=window[_0x44e77c([0x44,0x61,0x74,0x65])][_0x44e77c([0x6e,0x6f,0x77])](),_0x17a7ed=_0x453cbb[_0x44e77c([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x294f64=new window[(_0x44e77c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5370d9=>{_0x17a7ed[_0x44e77c([0x6f,0x6e,0x63,0x65])](_0x44e77c([0x72,0x65,0x61,0x64,0x79]),_0x5370d9);}),_0x310758={[_0x44e77c([0x6b,0x74,0x79])]:_0x44e77c([0x45,0x43]),[_0x44e77c([0x75,0x73,0x65])]:_0x44e77c([0x73,0x69,0x67]),[_0x44e77c([0x63,0x72,0x76])]:_0x44e77c([0x50,0x2d,0x32,0x35,0x36]),[_0x44e77c([0x78])]:_0x44e77c([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]),[_0x44e77c([0x79])]:_0x44e77c([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]),[_0x44e77c([0x61,0x6c,0x67])]:_0x44e77c([0x45,0x53,0x32,0x35,0x36])},_0x2e6c2f=_0x17a7ed[_0x44e77c([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x44e77c([0x67,0x65,0x74])](_0x44e77c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0xed90fd(){let _0x284e60,_0x59cc8d=null,_0x33e584=null;try{if(_0x2e6c2f==_0x44e77c([0x47,0x50,0x4c]))return _0x44e77c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x284e60=_0x55f425(),!_0x284e60)return _0x44e77c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x284e60[_0x44e77c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x33e584=_0x107a9e(_0x284e60[_0x44e77c([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x284e60[_0x44e77c([0x6a,0x74,0x69])])),await _0x827c1b()?_0x1f923a()?_0x3f73bd()?_0x44e77c([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3aae4b()?(_0x284e60[_0x44e77c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x44e77c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x59cc8d=_0x5bd339(_0x44e77c([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),await _0x308883()):_0x44e77c([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x44e77c([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x44e77c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x44e77c([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3f73bd(){const _0x5a3eba=[_0x44e77c([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x44e77c([0x74,0x72,0x69,0x61,0x6c])][_0x44e77c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x284e60[_0x44e77c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x117a13/0x3e8:0xe10*_0x54399f;return _0x284e60[_0x44e77c([0x65,0x78,0x70])]<_0x5a3eba;}function _0x1f923a(){const _0x4b903c=_0x284e60[_0x44e77c([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x4b903c&&(!!_0x4b903c[_0x44e77c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44e77c([0x2a]))||!!_0x4b903c[_0x44e77c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44e77c([0x41,0x49])));}function _0x3aae4b(){const _0x44cfed=_0x284e60[_0x44e77c([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x44cfed||0x0==_0x44cfed[_0x44e77c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x401022}=new URL(window[_0x44e77c([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x44cfed[_0x44e77c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x401022))return!0x0;const _0x7909fb=_0x401022[_0x44e77c([0x73,0x70,0x6c,0x69,0x74])](_0x44e77c([0x2e]));return _0x44cfed[_0x44e77c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xed9497=>_0xed9497[_0x44e77c([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x44e77c([0x2a])))[_0x44e77c([0x6d,0x61,0x70])](_0x2934aa=>_0x2934aa[_0x44e77c([0x73,0x70,0x6c,0x69,0x74])](_0x44e77c([0x2e])))[_0x44e77c([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x582476=>_0x582476[_0x44e77c([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x7909fb[_0x44e77c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x44e77c([0x6d,0x61,0x70])](_0x461ec1=>Array(_0x7909fb[_0x44e77c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x461ec1[_0x44e77c([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x44e77c([0x66,0x69,0x6c,0x6c])](_0x461ec1[0x0]===_0x44e77c([0x2a])?_0x44e77c([0x2a]):'')[_0x44e77c([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x461ec1))[_0x44e77c([0x73,0x6f,0x6d,0x65])](_0xe879b6=>_0x7909fb[_0x44e77c([0x65,0x76,0x65,0x72,0x79])]((_0x4095e1,_0x146ae2)=>_0xe879b6[_0x146ae2]===_0x4095e1||_0xe879b6[_0x146ae2]===_0x44e77c([0x2a])));}function _0x308883(){return _0x59cc8d&&_0x33e584?new window[(_0x44e77c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x156cbf,_0x261cdc)=>{_0x59cc8d[_0x44e77c([0x74,0x68,0x65,0x6e])](_0x156cbf,_0x261cdc),_0x33e584[_0x44e77c([0x74,0x68,0x65,0x6e])](_0x25409b=>{_0x25409b!=_0x44e77c([0x56,0x61,0x6c,0x69,0x64])&&_0x156cbf(_0x25409b);},_0x261cdc);}):_0x59cc8d||_0x33e584||_0x44e77c([0x56,0x61,0x6c,0x69,0x64]);}}function _0x107a9e(_0x914900,_0x5e45a0){return new window[(_0x44e77c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x41a1e8=>{if(_0x266c90())return _0x41a1e8(_0x44e77c([0x56,0x61,0x6c,0x69,0x64]));_0x3c297e(),_0x17a7ed[_0x44e77c([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x44e77c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x559852=!0x1;const _0x1d5c44=at();function _0x54a533(_0x4115e1){return!!_0x4115e1&&(typeof _0x4115e1===_0x44e77c([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x4115e1===_0x44e77c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x4115e1[_0x44e77c([0x74,0x68,0x65,0x6e])]===_0x44e77c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x4115e1[_0x44e77c([0x63,0x61,0x74,0x63,0x68])]===_0x44e77c([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x467c33(_0xec6003){_0x2be23c(_0xec6003)[_0x44e77c([0x74,0x68,0x65,0x6e])](_0x419c4f=>{if(!_0x419c4f||_0x419c4f[_0x44e77c([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x44e77c([0x6f,0x6b]))return _0x44e77c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x31262b(_0xfa2871(_0x1d5c44+_0x5e45a0))!=_0x419c4f[_0x44e77c([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x44e77c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x44e77c([0x56,0x61,0x6c,0x69,0x64]);})[_0x44e77c([0x74,0x68,0x65,0x6e])](_0x2d5fba=>(_0x5f39d8(),_0x2d5fba),()=>{const _0x31bbb7=_0x407e45();return null==_0x31bbb7?(_0x5f39d8(),_0x44e77c([0x56,0x61,0x6c,0x69,0x64])):_0x44e77c(_0x117a13-_0x31bbb7>(0x19f340e1^_0x129003)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x44e77c([0x74,0x68,0x65,0x6e])](_0x41a1e8)[_0x44e77c([0x63,0x61,0x74,0x63,0x68])](()=>{_0x41a1e8(_0x44e77c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x42fbb5=0x3dc92a61^_0x129003;function _0x5f39d8(){const _0x435661=_0x44e77c([0x6c,0x6c,0x63,0x74,0x2d])+_0x31262b(_0xfa2871(_0x914900)),_0x141d5b=_0xbe139d(_0x31262b(window[_0x44e77c([0x4d,0x61,0x74,0x68])][_0x44e77c([0x63,0x65,0x69,0x6c])](_0x117a13/_0x42fbb5)));window[_0x44e77c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x44e77c([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x435661,_0x141d5b);}function _0x407e45(){const _0x206568=_0x44e77c([0x6c,0x6c,0x63,0x74,0x2d])+_0x31262b(_0xfa2871(_0x914900)),_0x12e751=window[_0x44e77c([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x44e77c([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x206568);return _0x12e751?window[_0x44e77c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xbe139d(_0x12e751),0x10)*_0x42fbb5:null;}function _0x2be23c(_0x437a8c){return new window[(_0x44e77c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x17219e,_0x54000c)=>{_0x437a8c[_0x44e77c([0x74,0x68,0x65,0x6e])](_0x17219e,_0x54000c),window[_0x44e77c([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x54000c,0x3dfe1021^_0x129003);});}}_0x17a7ed[_0x44e77c([0x6f,0x6e])](_0x44e77c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x685b0b,_0x519f66)=>{if(_0x519f66[0x0]!=_0x914900)return _0x41a1e8(_0x44e77c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x519f66[0x1]={..._0x519f66[0x1],[_0x44e77c([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1d5c44};},{[_0x44e77c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x44e77c([0x68,0x69,0x67,0x68])}),_0x17a7ed[_0x44e77c([0x6f,0x6e])](_0x44e77c([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5a407f=>{_0x54a533(_0x5a407f[_0x44e77c([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x559852=!0x0,_0x467c33(_0x5a407f[_0x44e77c([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x44e77c([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x44e77c([0x6c,0x6f,0x77])}),_0x294f64[_0x44e77c([0x74,0x68,0x65,0x6e])](()=>{_0x559852||_0x41a1e8(_0x44e77c([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x266c90(){return _0x17a7ed[_0x44e77c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x44e77c([0x76,0x69,0x65,0x77])][_0x44e77c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x44e77c([0x61,0x75,0x74,0x6f]);}function _0x3c297e(){_0x17a7ed[_0x44e77c([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x44e77c([0x76,0x69,0x65,0x77])][_0x44e77c([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x44e77c([0x61,0x75,0x74,0x6f]);}}function _0x5bd339(_0x46ab13){const _0x39b3d4=[new window[(_0x44e77c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x392aeb=>setTimeout(_0x392aeb,0x3df6fa2d^_0x129003)),_0x294f64[_0x44e77c([0x74,0x68,0x65,0x6e])](()=>new window[(_0x44e77c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x142edd=>{let _0x3d8f3f=0x0;_0x17a7ed[_0x44e77c([0x6d,0x6f,0x64,0x65,0x6c])][_0x44e77c([0x6f,0x6e])](_0x44e77c([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x593bf9,_0x270e82)=>{_0x270e82[0x0][_0x44e77c([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x3d8f3f++,_0x3d8f3f==(0x3dffc109^_0x129003)&&(_0x142edd(),_0x593bf9[_0x44e77c([0x6f,0x66,0x66])]());});}))];return window[_0x44e77c([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x44e77c([0x72,0x61,0x63,0x65])](_0x39b3d4)[_0x44e77c([0x74,0x68,0x65,0x6e])](()=>_0x46ab13);}async function _0x380da5(){await _0x294f64,_0x17a7ed[_0x44e77c([0x6d,0x6f,0x64,0x65,0x6c])][_0x44e77c([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2fe8eb,_0x17a7ed[_0x44e77c([0x6d,0x6f,0x64,0x65,0x6c])][_0x44e77c([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2fe8eb,_0x17a7ed[_0x44e77c([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x44e77c([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x18a887(_0xa33ee1){const _0x5d2884=_0x500d98();_0x17a7ed[_0x5d2884]=_0x44e77c([0x61,0x69,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xa33ee1,_0xa33ee1!=_0x44e77c([0x56,0x61,0x6c,0x69,0x64])&&_0x380da5();}function _0x500d98(){const _0x479bfa=window[_0x44e77c([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x44e77c([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x44e77c([0x6e,0x6f,0x77])]())[_0x44e77c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x44e77c([0x2e]),'');let _0x569f78=_0x44e77c([0x6e]);for(let _0x425c7d=0x0;_0x425c7d<_0x479bfa[_0x44e77c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x425c7d+=0x2){let _0x36cb74=window[_0x44e77c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x479bfa[_0x44e77c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x425c7d,_0x425c7d+0x2));_0x36cb74>=_0x363480[_0x44e77c([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x36cb74-=_0x363480[_0x44e77c([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x569f78+=_0x363480[_0x36cb74];}return _0x569f78;}function _0x55f425(){const _0x577990=_0x2e6c2f[_0x44e77c([0x73,0x70,0x6c,0x69,0x74])](_0x44e77c([0x2e]));if(0x3!=_0x577990[_0x44e77c([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4544a9(_0x577990[0x1]);function _0x4544a9(_0x2e9ee6){const _0x3c5561=_0x3abd21(_0x2e9ee6);return _0x3c5561&&_0x15995c()?_0x3c5561:null;function _0x15995c(){const _0xb3151a=_0x3c5561[_0x44e77c([0x6a,0x74,0x69])],_0x3e54bc=window[_0x44e77c([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xb3151a[_0x44e77c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0xb3151a[_0x44e77c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x4d17ce={..._0x3c5561,[_0x44e77c([0x6a,0x74,0x69])]:_0xb3151a[_0x44e77c([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0xb3151a[_0x44e77c([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x4d17ce[_0x44e77c([0x76,0x63])],_0xfa2871(_0x4d17ce)==_0x3e54bc;}}}async function _0x827c1b(){let _0x2bd744=!0x0;try{const _0x1c374d=_0x2e6c2f[_0x44e77c([0x73,0x70,0x6c,0x69,0x74])](_0x44e77c([0x2e])),[_0x9c28b5,_0x5f0889,_0x1c86a8]=_0x1c374d;return _0x5a96fe(_0x9c28b5),await _0x405db8(_0x9c28b5,_0x5f0889,_0x1c86a8),_0x2bd744;}catch{return!0x1;}function _0x5a96fe(_0x4d5b88){const _0x16de01=_0x3abd21(_0x4d5b88);_0x16de01&&_0x16de01[_0x44e77c([0x61,0x6c,0x67])]==_0x44e77c([0x45,0x53,0x32,0x35,0x36])||(_0x2bd744=!0x1);}async function _0x405db8(_0x535efd,_0x37db7d,_0x22efc7){const _0x4b81ec=window[_0x44e77c([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x44e77c([0x66,0x72,0x6f,0x6d])](_0x5a14c9(_0x22efc7),_0x177706=>_0x177706[_0x44e77c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x35c17f=new window[(_0x44e77c([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x44e77c([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x535efd+_0x44e77c([0x2e])+_0x37db7d),_0x482271=window[_0x44e77c([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x44e77c([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x482271)return;const _0x5413bf=await _0x482271[_0x44e77c([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x44e77c([0x6a,0x77,0x6b]),_0x310758,{[_0x44e77c([0x6e,0x61,0x6d,0x65])]:_0x44e77c([0x45,0x43,0x44,0x53,0x41]),[_0x44e77c([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x44e77c([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x44e77c([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x482271[_0x44e77c([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x44e77c([0x6e,0x61,0x6d,0x65])]:_0x44e77c([0x45,0x43,0x44,0x53,0x41]),[_0x44e77c([0x68,0x61,0x73,0x68])]:{[_0x44e77c([0x6e,0x61,0x6d,0x65])]:_0x44e77c([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5413bf,_0x4b81ec,_0x35c17f)||(_0x2bd744=!0x1);}}function _0x3abd21(_0x3c5a0c){return _0x3c5a0c[_0x44e77c([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x44e77c([0x65,0x79]))?JSON[_0x44e77c([0x70,0x61,0x72,0x73,0x65])](_0x5a14c9(_0x3c5a0c)):null;}function _0x5a14c9(_0x329949){return window[_0x44e77c([0x61,0x74,0x6f,0x62])](_0x329949[_0x44e77c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x44e77c([0x2b]))[_0x44e77c([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x44e77c([0x2f])));}function _0xfa2871(_0x348211){let _0x115f0e=0x1505;function _0x1c4395(_0x571945){for(let _0xd1ed9a=0x0;_0xd1ed9a<_0x571945[_0x44e77c([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0xd1ed9a++){const _0x5add27=_0x571945[_0x44e77c([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0xd1ed9a);_0x115f0e=(_0x115f0e<<0x5)+_0x115f0e+_0x5add27,_0x115f0e&=_0x115f0e;}}function _0x5453a6(_0x441503){Array[_0x44e77c([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x441503)?_0x441503[_0x44e77c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5453a6):_0x441503&&typeof _0x441503==_0x44e77c([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x44e77c([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x441503)[_0x44e77c([0x73,0x6f,0x72,0x74])]()[_0x44e77c([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0xf44ec4,_0x22e652])=>{_0x1c4395(_0xf44ec4),_0x5453a6(_0x22e652);}):_0x1c4395(window[_0x44e77c([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x441503));}return _0x5453a6(_0x348211),_0x115f0e>>>0x0;}function _0x31262b(_0x1d408e){return _0x1d408e[_0x44e77c([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x44e77c([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x44e77c([0x30]));}function _0xbe139d(_0x4f83de){return _0x4f83de[_0x44e77c([0x73,0x70,0x6c,0x69,0x74])]('')[_0x44e77c([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x44e77c([0x6a,0x6f,0x69,0x6e])]('');}function _0x2fe8eb(){}function _0x44e77c(_0x44e189){return _0x44e189['map'](_0x382f04=>String['fromCharCode'](_0x382f04))['join']('');}_0x18a887(await _0xed90fd());}(this);}['showFakeVisualSelection'](){const _0x548640=this['editor']['model'];_0x548640['change'](_0x2e8df2=>{const _0x53a15d=_0x548640['document']['selection']['getRanges']();let _0x388236=0x0;for(const _0x60b52b of _0x53a15d){const _0x3dbe8b=bi+':'+_0x388236;if(_0x548640['markers']['has'](_0x3dbe8b))_0x2e8df2['updateMarker'](_0x3dbe8b,{'range':_0x60b52b});else{if(_0x60b52b['start']['isAtEnd']){const _0x42d1b7=_0x60b52b['start']['getLastMatchingPosition'](({item:_0x5e3175})=>!_0x548640['schema']['isContent'](_0x5e3175),{'boundaries':_0x60b52b});_0x2e8df2['addMarker'](_0x3dbe8b,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x2e8df2['createRange'](_0x42d1b7,_0x60b52b['end'])});}else _0x2e8df2['addMarker'](_0x3dbe8b,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x60b52b});}_0x388236++;}});}['hideFakeVisualSelection'](){const _0x19ecb9=this['editor']['model'],_0xe3902b=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](bi));_0xe3902b['length']&&_0x19ecb9['change'](_0x353fa5=>{_0xe3902b['forEach'](_0x16c824=>{_0x353fa5['removeMarker'](_0x16c824);});});}['insertContent'](_0x95cb69,_0x5158f9){const _0x29ac2b=this['_getAISelection'](),_0x206591=_0x5158f9||_0x29ac2b['getFirstRange']();this['editor']['model']['canEditAt'](_0x206591)&&this['editor']['model']['change'](_0x3dbc5d=>{this['hideFakeVisualSelection'](),_0x5158f9||this['_resetContentOfSelectedTableCells'](_0x3dbc5d,_0x29ac2b),this['_pasteHTMLUsingClipboard']({'insertAt':_0x206591,'writer':_0x3dbc5d,'html':_0x95cb69});});}['insertContentBelow'](_0x2c07b9){const {model:_0x218dbe}=this['editor'],_0x3e029f=this['_getAISelection']();_0x218dbe['change'](()=>{const _0x2df7de=this['_prepareTableInsertBelowPosition'](_0x2c07b9,_0x3e029f)||this['_getDefaultInsertBelowPosition'](_0x3e029f);this['insertContent'](_0x2c07b9,_0x2df7de);});}['_getAISelection'](){const _0x5a68fa=this['editor']['model'],_0x55d937=Array['from'](_0x5a68fa['markers']['getMarkersGroup'](bi))['map'](_0xa97b61=>_0xa97b61['getRange']());return _0x5a68fa['createSelection'](_0x55d937);}['_pasteHTMLUsingClipboard']({writer:_0x506666,html:_0xdfbed3,insertAt:_0xa53d49}){const {view:_0x5dcd36}=this['editor']['editing'],_0x29de87=this['editor']['plugins']['get'](_0x12e122),_0x381aff=new Ri();_0x381aff['setData']('text/html',_0xdfbed3);const _0x58030c=new ClipboardEvent('paste',{'clipboardData':_0x381aff}),_0x457dbf=new _0x9ad6d7(_0x5dcd36,_0x58030c,{'dataTransfer':new _0x50ceb7(_0x381aff)});_0x506666['setSelection'](_0xa53d49);const _0x53f170=(_0x49a1c0,_0x231a2e)=>{_0x231a2e['resultRange']&&_0x506666['setSelection'](_0x231a2e['resultRange']);};_0x29de87['once']('contentInsertion',_0x53f170,{'priority':'lowest'}),_0x5dcd36['document']['fire']('paste',_0x457dbf),_0x29de87['off']('contentInsertion',_0x53f170);}['_getDefaultInsertBelowPosition'](_0x34c342){const {model:_0x215e5c}=this['editor'],_0x1aed04=Array['from'](_0x34c342['getSelectedBlocks']());return _0x1aed04['length']?_0x215e5c['createPositionAfter'](_0x1aed04['pop']()):_0x34c342['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0x2debb2,_0x3b9ff9){const {model:_0x2ea13b,plugins:_0xad4041}=this['editor'];if(_0xad4041['has']('TableUtils')){const _0x4b338f=_0xad4041['get']('TableUtils')['getSelectedTableCells'](_0x3b9ff9);if(_0x4b338f['length']){const _0x3b47f3=this['_getTableRowCountFromContent'](_0x2debb2),_0x500eb8=this['_createEmptyTableRows'](_0x4b338f,_0x3b47f3);return _0x2ea13b['createPositionAt'](_0x500eb8,0x0);}}return null;}['_getTableRowCountFromContent'](_0x197d9c){const _0x9ec026=this['editor']['plugins']['get']('TableUtils'),_0x22f133=this['editor']['data']['parse'](_0x197d9c,'$documentFragment'),_0x4c7628=Array['from'](_0x22f133['getChildren']())['filter'](_0x2d4b70=>_0x2d4b70['is']('element','table'));let _0x3e5da6=0x0;return _0x4c7628['forEach'](_0x419ba9=>{_0x3e5da6+=_0x9ec026['getRows'](_0x419ba9);}),_0x3e5da6;}['_createEmptyTableRows'](_0xb5dcd0,_0x2b92c8){const _0x3ec789=this['editor']['plugins']['get']('TableUtils'),_0xf5db3d=_0x3ec789['getRowIndexes'](_0xb5dcd0),_0x1c7d4a=_0x3ec789['getColumnIndexes'](_0xb5dcd0),_0x5102e9=_0xf5db3d['last']+0x1,_0x111739=_0x1c7d4a['first'],_0x4f26f6=_0xb5dcd0[0x0]['findAncestor']('table');for(let _0xcb5f69=0x0;_0xcb5f69<_0x2b92c8;_0xcb5f69++)_0x3ec789['insertRows'](_0x4f26f6,{'at':_0x5102e9});return _0x4f26f6['getChild'](_0x5102e9)['getChild'](_0x111739);}['_resetContentOfSelectedTableCells'](_0x3232ed,_0x78d388){const {plugins:_0x238c8a}=this['editor'],{model:_0x8f323d}=_0x3232ed;if(!_0x238c8a['has']('TableUtils'))return;_0x238c8a['get']('TableUtils')['getSelectedTableCells'](_0x78d388)['length']&&_0x8f323d['deleteContent'](_0x78d388);}}class AIAdapter extends _0x41a2d8{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(_0x562462){super(_0x562462),this['name']='AIRequestError';}}function Si(_0x2c4b40,_0x3c01f6,_0x4211c2){const t=_0x2c4b40['t'];switch(_0x3c01f6){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',_0x4211c2);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x4211c2);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'},_0x4211c2);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 _0x3c01f6;}}class ShowAIAssistantCommand extends _0xd5099f{['_commandDefinitions'];constructor(_0x133fbe,_0x14be34){super(_0x133fbe),this['_commandDefinitions']=_0x14be34,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x5140d2,_0x1d0063,_0x4785b1)=>{this['isEnabled']&&(this['enabledCommandsIds']=Oi(this['_commandDefinitions'],_0x4785b1));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x5e683c,_0x5a56c9,_0x86d93a)=>{this['enabledCommandsIds']=_0x86d93a?Oi(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x19be79=this['editor']['model'];this['_hasContext']=function(_0x4ffa46){const _0x7f75bd=_0x4ffa46['document']['selection'];return _0x7f75bd['isCollapsed']?0x0!==[..._0x7f75bd['getSelectedBlocks']()]['length']&&![..._0x7f75bd['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x4ffa46['hasContent'](_0x7f75bd['getFirstRange']());}(_0x19be79);const _0x3b1bb5=_0x19be79['document']['selection'],_0x555c14=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x2b2af1 of _0x3b1bb5['getRanges']())for(const _0xbb50f1 of _0x2b2af1['getItems']())if(_0xbb50f1['is']('element')&&_0x555c14['includes'](_0xbb50f1['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0x1e6cad='',_0x113e71='',_0x5e9246='custom'){this['editor']['plugins']['get'](AIAssistantUI)['showUI'](_0x1e6cad,_0x113e71,_0x5e9246);}}function Oi(_0x18d9cd,_0x969795){const _0x252dc4=new Set();for(const _0x3c800d of _0x18d9cd['values']())(_0x969795||!0x1===_0x3c800d['requiresContent'])&&_0x252dc4['add'](_0x3c800d['id']);return Array['from'](_0x252dc4);}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(_0x2c50fd,_0x1c9805,_0x1cb497){super(),this['editor']=_0x2c50fd,this['textAdapter']=_0x1c9805,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x1cb497,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0x265475,_0x43c74b,_0x1b143d)=>{this['view']['value']=this['_sanitizeHTML'](_0x1b143d);}),this['listenTo'](this['view'],'submitPrompt',(_0x491a7b,_0x7a0519)=>{const _0x11d50c=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x7a0519,_0x11d50c,'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:_0x564504,query:_0x5d7a9f,htmlContent:_0x499b4b,label:_0x286e70,mainActionLabel:_0x21329a}){this['view']['prompt']=_0x286e70,this['view']['mainAction']=_0x21329a,this['initialContext']=_0x499b4b,_0x5d7a9f&&(this['view']['isRendered']?this['_handleQuery'](_0x5d7a9f,_0x499b4b,_0x564504,_0x286e70):this['view']['once']('render',()=>{this['_handleQuery'](_0x5d7a9f,_0x499b4b,_0x564504,_0x286e70);}));}['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'](_0x108382,_0x3b1a52,_0x3ceb36,_0x51deab){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x3b1a52,this['previousQuery']=_0x108382,this['previousLabel']=_0x51deab||_0x108382,this['previousActionId']=_0x3ceb36,new Promise(_0x2d3c1a=>{this['textAdapter']['makeRequest']({'query':_0x108382,'context':_0x3b1a52,'onData':_0x1dd571=>{this['currentResponse']=_0x1dd571,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x3ceb36})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x59016a=>{_0x59016a instanceof AIRequestError?this['view']['handleError'](_0x59016a['message']):this['view']['handleError'](),_0x2d3c1a();})['finally'](()=>{this['stopProcessing'](),_0x2d3c1a();});});}['_parseAndNormalizeContent'](_0x1554fa,_0x3bbc5d=!0x1){const _0x2b6bb4=vi['exec'](_0x1554fa);_0x1554fa=_0x2b6bb4?_0x1554fa['substring'](_0x2b6bb4[0x1]['length']):_0x1554fa['length']<0x64&&!_0x3bbc5d?'':this['_stripMarkdownSyntax'](_0x1554fa);const _0x303eac=this['_domParser']['parseFromString'](_0x1554fa,'text/html');if(_0x2b6bb4){const _0x2f6d9c=Array['from'](_0x303eac['body']['childNodes']);_0x2f6d9c['reverse']();for(const _0x243480 of _0x2f6d9c){if(_0x243480['nodeType']==Node['ELEMENT_NODE'])break;_0x243480['remove']();}}const _0xa0834e=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x303eac['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0xa0834e);const _0x50381c=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x22af8e=this['editor']['data']['toModel'](_0xa0834e);return _0x50381c||_0x22af8e['markers']['clear'](),this['editor']['data']['stringify'](_0x22af8e);}['_normalizeResponseHeadings'](_0x134416){const _0x3b5c06=new _0x3a6e19(this['editor']['editing']['view']['document']),_0x233f98=new _0x4f9af0({'name':/^h[1-5]$/}),_0x135124=[];let _0x1cb3f1=!0x1;for(const _0x11954a of _0x134416)_0x11954a['is']('element')&&_0x233f98['match'](_0x11954a)&&(_0x135124['push'](_0x11954a),'h1'==_0x11954a['name']&&(_0x1cb3f1=!0x0));if(_0x1cb3f1){for(const _0x4fa1e0 of _0x135124)_0x3b5c06['rename']('h'+(parseInt(_0x4fa1e0['name'][0x1])+0x1),_0x4fa1e0);}}['_isH1TagSupportEnabled'](){const {data:_0x233b8e,editing:_0x4ac350}=this['editor'],_0x4bce4d=_0x233b8e['htmlProcessor']['toView']('<h1></h1>'),_0x5de47d=_0x233b8e['toView'](_0x233b8e['toModel'](_0x4bce4d));return!!_0x4ac350['view']['domConverter']['viewToDom'](_0x5de47d)['querySelector']('h1');}['_sanitizeHTML'](_0x19ee3d){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x19ee3d),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x55f505){const _0x35d20b=_0x55f505['trim']();return _0x35d20b['startsWith']('```html')?_0x35d20b['endsWith']('```')?_0x35d20b['substring'](0x7,_0x35d20b['length']-0x3):_0x35d20b['substring'](0x7):_0x55f505;}}const ki={'REPLACE':'replace','INSERT':'insert'};class AIFormToolbarView extends kt{constructor(_0x3adf60){super(_0x3adf60),this['set']('isVisible',!0x1),this['set']('mainAction',ki['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x48c49c=>Si(_0x3adf60,'AI_'+_0x48c49c['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](Si(_0x3adf60,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](Si(_0x3adf60,'Try\x20again')),this['stopButton']=this['_createButton'](Si(_0x3adf60,'Stop'));const _0x2053ef=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x2053ef['if']('isVisible','ck-hidden',_0x1cc369=>!_0x1cc369)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x2cb4a0,_0x122660){const _0x5027cb=new yt(this['locale']);return _0x5027cb['set']({'label':_0x2cb4a0,'class':_0x122660||'','isVisible':!0x0,'withText':!0x0}),_0x5027cb;}}class AIFormContentArea extends Nt{['contentFieldView'];['copyButtonView'];constructor(_0x4e209c,_0x52346a=''){super(_0x4e209c),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x51aaf9=this['bindTemplate'];this['contentFieldView']=new ContentFieldView(_0x4e209c,_0x52346a),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x51aaf9['if']('isVisible','ck-hidden',_0x523bf7=>!_0x523bf7)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x51aaf9['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 _0x504a25=!0x1;this['on']('change:value',(_0x748f89,_0x5bc3a9,_0x460d59)=>{const _0x2b2a50=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x460d59),this['isProcessing']&&_0x2b2a50&&!_0x504a25&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x3d27af,_0x43a88f,_0x168458)=>{_0x504a25=!0x1,_0x168458?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x504a25=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x504a25=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x1318a1=this['locale'],_0x9e63c2=new yt(this['locale']),_0xdd4cfc='ck-ai-form__copy-button';return _0x9e63c2['set']({'label':Si(_0x1318a1,'Copy'),'icon':_0x51f25e,'class':_0xdd4cfc,'tooltip':!0x0}),_0x9e63c2['bind']('isVisible')['to'](this,'value',_0x62bd98=>!!_0x62bd98),_0x9e63c2['bind']('isEnabled')['to'](this,'isProcessing',_0x5e2286=>!_0x5e2286),_0x9e63c2['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x9e63c2['icon']=_0x36337b,_0x9e63c2['class']=_0xdd4cfc+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x9e63c2['icon']=_0x51f25e,_0x9e63c2['class']=_0xdd4cfc;},0x3e8);}),_0x9e63c2;}['_copyHTMLToClipboard'](_0x1fe53e){const {window:_0x4cc15a,document:_0x19aa49}=lt;if(_0x4cc15a['ClipboardItem']){const {Blob:_0x16fbee,ClipboardItem:_0x35f6f9}=_0x4cc15a,_0x449ee6=[new _0x35f6f9({'text/html':new _0x16fbee([_0x1fe53e['innerHTML']],{'type':'text/html'}),'text/plain':new _0x16fbee([_0x1fe53e['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x449ee6);}else{const _0x419e83=_0x19aa49['createElement']('div');_0x419e83['style']['position']='absolute',_0x419e83['style']['left']='-9999px',_0x419e83['innerHTML']='<span>[</span>'+_0x1fe53e['innerHTML']+'<span>]</span>',_0x19aa49['body']['appendChild'](_0x419e83);const _0x567ace=_0x19aa49['createRange']();_0x567ace['setStartAfter'](_0x419e83['firstElementChild']),_0x567ace['setEndBefore'](_0x419e83['lastElementChild']);const _0x5d497b=_0x4cc15a['getSelection']();_0x5d497b['removeAllRanges'](),_0x5d497b['addRange'](_0x567ace),_0x19aa49['execCommand']('copy'),_0x419e83['remove']();}}}class ContentFieldView extends Nt{constructor(_0x10e5a5,_0x5a2e65=''){super(_0x10e5a5),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x5a2e65,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x547905){this['element']['innerHTML']=_0x547905;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0x30ebe2=new Nt(),_0x11d1b3=this['locale'],_0x1236f9=new xt();return _0x1236f9['isVisible']=!0x0,_0x30ebe2['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x1236f9,{'text':Si(_0x11d1b3,'AI\x20is\x20writing...')}]}),_0x30ebe2['render'](),_0x30ebe2;}}class AIFormErrorView extends Nt{constructor(_0x3b0d41,_0x4a0cdc=''){super(_0x3b0d41);const _0x5048a7=new Lt(),_0x1de4be=this['bindTemplate'];this['set']('text',_0x4a0cdc),_0x5048a7['content']=_0x309aa6,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x5048a7,{'text':_0x1de4be['to']('text')}]});}}class AIFormPromptView extends Pt{['submitButtonView'];['showHistoryButtonView'];constructor(_0x1586d1,_0x203f9d){super(_0x1586d1,_0x203f9d),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',(_0x36c471,_0xb53ced)=>{_0x36c471['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0xb53ced());});}['_createSubmitButton'](){const _0x672ef7=new yt(this['locale']),_0x44542b=this['locale'];return _0x672ef7['set']({'icon':_0x1bfbe9,'label':Si(_0x44542b,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x672ef7['on']('execute',()=>{this['submit']();}),_0x672ef7['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x5129b1,_0x2615e6)=>!_0x5129b1&&_0x2615e6),_0x672ef7;}['_createShowHistoryButton'](){const _0x3f0ddb=new yt(this['locale']),_0x4b2faf=this['resultsView'],_0x580abd=this['locale'];_0x3f0ddb['set']({'label':Si(_0x580abd,'History'),'withText':!0x1,'icon':_0x105978,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x3f0ddb['bind']('isOn')['to'](_0x4b2faf,'isVisible'),_0x3f0ddb['bind']('isEnabled')['to'](this,'isEnabled'),_0x3f0ddb['on']('execute',()=>{_0x4b2faf['isVisible']=!_0x4b2faf['isVisible'],_0x4b2faf['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x1c509d=()=>{lt['window']['requestAnimationFrame'](()=>{if(ut(this['element'])){const _0x499f4e=new dt(this['queryView']['fieldView']['element']),_0x204ef3=_0x499f4e['width'],_0x3d0f53='rtl'===_0x580abd['uiLanguageDirection']?'left':'right';_0x499f4e['excludeScrollbarsAndBorders'](),_0x3f0ddb['element']['style'][_0x3d0f53]=_0x204ef3-_0x499f4e['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x1c509d),this['on']('render',_0x1c509d),_0x3f0ddb;}['submit'](){const _0x3bed27=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x3bed27);}['focus'](_0x5e4d56){-0x1===_0x5e4d56?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}}class AIHistoryListView extends Dt{['historyGroupView'];['clearHistoryButton'];constructor(_0x2b95d4){super(_0x2b95d4),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new Vt(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=Si(_0x2b95d4,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0x308d4d=0x0;for(const _0x1b22fe of this['items'])_0x308d4d+=_0x1b22fe['items']['length'];return{'resultsCount':_0x308d4d,'totalItemsCount':_0x308d4d};}['_createClearHistoryButton'](){const _0x3ed12f=this['locale'],_0x5c5442=new yt(this['locale']);return _0x5c5442['set']({'label':'('+Si(_0x3ed12f,'Clear')+')','withText':!0x0}),_0x5c5442['on']('execute',()=>this['fire']('clearHistory')),_0x5c5442;}}class AIHistoryListItemView extends Ht{constructor(_0x370487){super();const _0x22c575=new Mt(),_0x945029=new yt(this['locale'],_0x22c575);this['children']['add'](_0x945029),_0x945029['set']({'label':_0x370487['prompt'],'withText':!0x0}),_0x945029['on']('execute',()=>{this['fire']('execute',{'value':_0x22ed42(_0x370487['prompt'])});});}}const yi='CKEditor/AIFormView/PromptHistory';class PromptHistory extends _t{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x1ba94b,_0x21d524)=>{const _0xfc1d21=Ni(_0x21d524['prompt']);for(const _0x1fb507 of this)if(_0x1fb507!=_0x21d524&&Ni(_0x1fb507['prompt'])===_0xfc1d21){this['remove'](_0x1fb507);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0x36f10d=sessionStorage['getItem'](yi)||'[]';this['addMany'](JSON['parse'](_0x36f10d));}['_saveToSessionStorage'](){sessionStorage['setItem'](yi,JSON['stringify'](this['map'](_0x14e004=>_0x14e004)));}}function Ni(_0x2fe93b){return _0x2fe93b['toLowerCase']()['trim']();}class AIFormView extends Nt{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x112804,_0x1d717e,_0x7de825=''){super(_0x112804),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(_0x112804),this['contentArea']=new AIFormContentArea(_0x112804,_0x7de825),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 _0xe785c9=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x1d717e],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0xe785c9['if']('isError','ck-hidden',_0x42e24c=>!_0x42e24c)]},'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'](_0x3e9e66=0x1){-0x1===_0x3e9e66?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 _0x30fabb=this['locale'],_0x5f41ce=new AIFormPromptView(_0x30fabb,{'queryView':{'label':Si(_0x30fabb,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':Bt,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':Si(_0x30fabb,'Empty\x20history'),'secondary':Si(_0x30fabb,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x5f41ce['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x521433,_0x29a3d4)=>_0x521433&&!_0x29a3d4),this['listenTo'](_0x5f41ce,'submit',(_0x49d959,_0x31ef62)=>{this['prompt']=_0x31ef62;const _0x35a689=_0x5d498f(_0x31ef62);this['fire']('submitPrompt',_0x35a689),_0x31ef62['trim']()&&this['_promptHistory']['add']({'prompt':_0x35a689},0x0);},{'priority':'high'}),_0x5f41ce;}['_createHistoryView'](){const _0x35c4a8=new AIHistoryListView(this['locale']);return _0x35c4a8['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](AIHistoryListItemView),_0x35c4a8['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0x35c4a8;}['_createToolbar'](){const _0x20b34c=new AIFormToolbarView(this['locale']);return _0x20b34c['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x4092d3,_0x1b09fc,_0x26d675)=>_0x4092d3&&!_0x1b09fc&&!!_0x26d675),_0x20b34c['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x20b34c['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x5aa304,_0x40df03,_0x58f0d1)=>_0x5aa304&&!_0x40df03&&!!_0x58f0d1),_0x20b34c['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x20b34c['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x12ab26,_0x377cdc)=>_0x12ab26&&!_0x377cdc),_0x20b34c['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x20b34c['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x20b34c['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x20b34c;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x5cef41=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=Si(_0x5cef41,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x5bc9a5){const _0x2301da=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x5bc9a5||Si(_0x2301da,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}}const xi=globalThis['DataTransfer'];class AIAssistantUI extends _0x41a2d8{['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[_0x494f7c,AIAssistantEditing,AIAdapter,Gt];}constructor(_0x24694a){super(_0x24694a),_0x24694a['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x24694a['config']['define']('ai.assistant.contentAreaCssClass',''),_0x24694a['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x24694a['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0x24ba7e}=this;this['_aiAdapter']=_0x24ba7e['plugins']['get'](AIAdapter),this['_dialog']=_0x24ba7e['plugins']['get'](Gt),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x553c09=new ShowAIAssistantCommand(_0x24ba7e,Array['from'](this['_commandDefinitions']['values']()));_0x24ba7e['commands']['add']('showAIAssistant',_0x553c09),_0x24ba7e['ui']['componentFactory']['add']('aiCommands',_0x565ad9=>{const _0x241ace=Ft(_0x565ad9);return _0x241ace['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x241ace['buttonView']['set']({'label':Si(_0x565ad9,'AI\x20Commands'),'icon':_0x3116a8,'tooltip':!0x0}),_0x241ace['on']('execute',_0x1e211b=>this['_onExecute'](_0x1e211b['source']['id'])),Wt(_0x241ace,_0x24ba7e['ui']['view']['body'],function(_0x390062){const _0x4d1cc2=fi(_0x390062['config']['get']('ai.assistant.commands'),_0x390062['locale']),_0x295688=Pi(_0x390062,_0x4d1cc2)['filter'](_0x4075e1=>_0x4075e1['commands']['length']);if(0x1===_0x295688['length'])return Pi(_0x390062,_0x295688[0x0]['commands'])['map'](_0x52ec27=>({'id':_0x52ec27['id'],'label':_0x52ec27['label']}));return _0x295688['map'](_0x38b67c=>{const {groupId:_0x140ac4,groupLabel:_0x59049a,commands:_0x303684}=_0x38b67c,_0x3ef04e=Pi(_0x390062,_0x303684)['map'](_0x51a8fa=>({'id':_0x51a8fa['id'],'label':_0x51a8fa['label']}));return{'id':_0x140ac4,'menu':_0x59049a||_0x140ac4,'children':_0x3ef04e};});}(_0x24ba7e),{'ariaLabel':Si(_0x565ad9,'AI\x20Commands')}),_0x241ace['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x553c09['on']('change:enabledCommandsIds',_0x25b9f7),_0x241ace['menuView']['once']('render',_0x25b9f7),_0x241ace;function _0x25b9f7(){_0x241ace['isEnabled']=_0x553c09['enabledCommandsIds']['length']>0x0;for(const _0x59ab5a of _0x241ace['menuView']['buttons'])_0x59ab5a['isEnabled']=_0x553c09['enabledCommandsIds']['includes'](_0x59ab5a['id']);}}),_0x24ba7e['ui']['componentFactory']['add']('menuBar:aiCommands',_0x137a5f=>{const _0x1847fb=new Kt(_0x137a5f);_0x1847fb['buttonView']['set']({'label':Si(_0x137a5f,'AI\x20Commands'),'icon':_0x3116a8}),_0x1847fb['bind']('isEnabled')['to'](_0x553c09,'enabledCommandsIds',_0x555c21=>_0x555c21['length']>0x0);const _0x429d45=fi(_0x24ba7e['config']['get']('ai.assistant.commands'),_0x137a5f);return this['_populateMenuBarMenu'](_0x553c09,_0x1847fb,_0x429d45,_0x54516a=>this['_onExecute'](_0x54516a)),_0x1847fb;}),_0x24ba7e['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x421907=this['_createAIAssistantUIButton'](yt);return _0x421907['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x421907;}),_0x24ba7e['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0xf442e6=this['_createAIAssistantUIButton'](Yt);return _0xf442e6['set']({'role':'menuitemcheckbox'}),_0xf442e6;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x590242=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x3ee7ee;for(const _0x1702f2 in _0x590242){const _0x1299b7=_0x1702f2,_0x38f557=_0x590242[_0x1299b7];if('aiLicenseKeyValid'==_0x38f557||'aiLicenseKeyInvalid'==_0x38f557||'aiLicenseKeyExpired'==_0x38f557||'aiLicenseKeyDomainLimit'==_0x38f557||'aiLicenseKeyNotAllowed'==_0x38f557||'aiLicenseKeyEvaluationLimit'==_0x38f557||'aiLicenseKeyUsageLimit'==_0x38f557){delete _0x590242[_0x1299b7],_0x3ee7ee=_0x38f557,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x3ee7ee&&_0x590242['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x3ee7ee&&_0x590242['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x3ee7ee&&_0x590242['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x3ee7ee&&_0x590242['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x3ee7ee&&_0x590242['_showLicenseError']('evaluationLimit'),'aiLicenseKeyUsageLimit'==_0x3ee7ee&&_0x590242['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x5a7eed='',_0x3f3e82='',_0x39783d='custom'){const _0x30bbbd=this['editor'],_0x3d1d56=_0x30bbbd['editing']['view'],_0x1f629b=_0x30bbbd['plugins']['get'](AIAssistantEditing),_0x26b4f5=_0x30bbbd['plugins']['get'](_0x494f7c);_0x1f629b['showFakeVisualSelection']();const _0x105abc=new xi(),_0xd29f25=new ClipboardEvent('copy',{'clipboardData':_0x105abc}),_0x16b459=new _0x50ceb7(_0x105abc),_0x471c16=new _0x9ad6d7(_0x3d1d56,_0xd29f25,{'dataTransfer':_0x16b459});_0x26b4f5['_forceMarkersCopy']('comment',()=>{_0x3d1d56['document']['fire']('copy',_0x471c16);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new AIAssistantController(_0x30bbbd,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x56013b=_0x16b459['getData']('text/html');const _0x14bb07=_0x30bbbd['model']['document']['selection'],_0xdcf863=Array['from'](_0x14bb07['getRanges']());0x1===_0xdcf863['length']&&_0xdcf863[0x0]['isFlat']&&!_0x14bb07['getSelectedElement']()&&''!==_0x56013b['replace'](/ /g,'')['trim']()&&(_0x56013b='<p>'+_0x56013b+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x39783d,'query':_0x5a7eed,'htmlContent':_0x56013b,'label':_0x3f3e82,'mainActionLabel':ki[_0x30bbbd['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x4eea09,'title':Si(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':$t['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x1f629b['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x3d9c49=new Map(),_0x29b11e=fi(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x260a2d of _0x29b11e)for(const _0x414288 of _0x260a2d['commands'])_0x3d9c49['set'](_0x414288['id'],{..._0x414288,'groupId':_0x260a2d['groupId'],'groupLabel':_0x260a2d['groupLabel']||_0x260a2d['groupId']});return _0x3d9c49;}['_createAIAssistantUIButton'](_0x9fc689){const _0x55e3a4=this['editor'],_0x49ca26=_0x55e3a4['commands']['get']('showAIAssistant'),_0x383cef=new _0x9fc689(_0x55e3a4['locale']);return _0x383cef['set']({'label':Si(_0x55e3a4['locale'],'AI\x20Assistant'),'icon':_0x4eea09,'isToggleable':!0x0}),_0x383cef['bind']('isEnabled')['to'](_0x49ca26),_0x383cef['bind']('isOn')['to'](this['_dialog'],'id',_0x27c7bf=>'aiAssistant'===_0x27c7bf),this['listenTo'](_0x383cef,'execute',()=>{_0x383cef['isOn']?this['hideUI']():_0x49ca26['execute']();}),_0x383cef;}['_initView'](){const _0x447f17=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',()=>{_0x447f17['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x447f17['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0xce50a4,ui:{ariaLiveAnnouncer:_0x15fe4b}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x2d2349,_0x5d159b,_0x916dd5)=>{const _0x39aa33=this['_aiAssistantController']['currentContext'];_0x916dd5?_0x15fe4b['announce'](Si(_0xce50a4,'AI\x20is\x20writing')):_0x39aa33&&_0x15fe4b['announce'](Si(_0xce50a4,'Generated\x20content:\x20%0',_0x39aa33),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x4c4b86,_0x568641,_0x2923c9)=>{if(_0x2923c9){const _0x3b01b1=this['_formView']['errorView']['text'];_0x15fe4b['announce'](Si(_0xce50a4,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x3b01b1));}});}['_onExecute'](_0x21ff1c){const _0x41a819=this['_commandDefinitions']['get'](_0x21ff1c),_0x36de1a=this['editor'],_0x26e255=_0x36de1a['model']['document']['selection'],_0x3022d2=_0x36de1a['commands']['get']('showAIAssistant'),_0x5c4660=_0x36de1a['plugins']['get'](AIAssistantEditing),_0x402d30=''+(_0x41a819['groupId']!==Ti?_0x41a819['groupLabel']+':\x20':'')+_0x41a819['label'];if(!0x1!==_0x41a819['requiresContent']&&_0x26e255['isCollapsed']){const _0x2e7d3e=gt(_0x26e255['getSelectedBlocks']())||_0x36de1a['model']['schema']['getLimitElement'](_0x26e255);_0x36de1a['model']['change'](_0x2a537a=>{_0x2a537a['setSelection'](_0x2e7d3e,'in');});}_0x5c4660['showFakeVisualSelection'](),_0x3022d2['execute'](_0x41a819['prompt'],_0x402d30,'command:'+_0x21ff1c);}['_populateMenuBarMenu'](_0x276e32,_0x16ac70,_0x2e885c,_0x1bfc6e){const _0x4de1f1=this['editor'],_0x1be320=_0x4de1f1['locale'],_0x25778b=new qt(_0x1be320),_0x2a58e2=Pi(_0x4de1f1,_0x2e885c)['filter'](_0x5b8f4a=>_0x5b8f4a['commands']['length']);0x1===_0x2a58e2['length']?this['_getMenuBarGroupButtons']({'command':_0x276e32,'commands':_0x2a58e2[0x0]['commands'],'parentMenuView':_0x16ac70,'onExecute':_0x1bfc6e})['forEach'](_0x396b2f=>_0x25778b['items']['add'](_0x396b2f)):_0x2a58e2['forEach'](({groupId:_0xf8473e,groupLabel:_0x30021a,commands:_0x23ee51})=>{const _0xc6d12c=new Qt(_0x1be320,_0x16ac70),_0x3adf78=new Kt(_0x1be320),_0x57e252=new qt(_0x1be320),_0x16fc4f=this['_getMenuBarGroupButtons']({'command':_0x276e32,'commands':_0x23ee51,'parentMenuView':_0x3adf78,'onExecute':_0x1bfc6e});_0x3adf78['buttonView']['set']({'label':_0x30021a||_0xf8473e}),_0x3adf78['delegate']('execute')['to'](_0x16ac70),_0x57e252['items']['addMany'](_0x16fc4f),_0x3adf78['panelView']['children']['add'](_0x57e252),_0xc6d12c['children']['add'](_0x3adf78),_0x25778b['items']['add'](_0xc6d12c);}),_0x16ac70['panelView']['children']['add'](_0x25778b);}['_getMenuBarGroupButtons']({command:_0xa40d4c,commands:_0x4adb17,parentMenuView:_0x504ac3,onExecute:_0x53ca59}){const _0x341b5e=this['editor'],_0x41a33b=_0x341b5e['locale'];return Pi(_0x341b5e,_0x4adb17)['map'](_0x5af374=>{const _0x1f036c=new Qt(_0x41a33b,_0x504ac3),_0x4fbdd6=new Yt(_0x41a33b);return _0x4fbdd6['set']({'label':_0x5af374['label']}),_0x4fbdd6['delegate']('execute')['to'](_0x504ac3),_0x4fbdd6['on']('execute',()=>_0x53ca59(_0x5af374['id'])),_0x4fbdd6['bind']('isEnabled')['to'](_0xa40d4c,'enabledCommandsIds',_0x43ec6d=>_0x43ec6d['includes'](_0x5af374['id'])),_0x1f036c['children']['add'](_0x4fbdd6),_0x1f036c;});}}function Li(_0x326f30,_0xc74a13){return void 0x0!==_0x326f30['order']&&void 0x0===_0xc74a13['order']?0x1:void 0x0===_0x326f30['order']&&void 0x0!==_0xc74a13['order']?-0x1:void 0x0!==_0x326f30['order']&&void 0x0!==_0xc74a13['order']?_0x326f30['order']-_0xc74a13['order']:0x0;}function Pi(_0x50d9ae,_0x576ae5){_0x576ae5['sort'](Li);const _0x29bf9c={},_0x1fe78a=[];for(const _0x123022 of _0x576ae5)if(void 0x0!==_0x123022['order']){if(_0x123022['order']in _0x29bf9c)throw new ht('ai-commands-config-order-collision',_0x50d9ae,{'conflictingDefinitions':[_0x123022,_0x29bf9c[_0x123022['order']]]});_0x29bf9c[_0x123022['order']]=_0x123022,_0x1fe78a['splice'](_0x123022['order'],0x0,_0x123022);}else _0x1fe78a['push'](_0x123022);return _0x1fe78a;}class AIAssistant extends _0x41a2d8{static get['requires'](){return[AIAssistantUI,AIAssistantEditing];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xe47f7f){super(_0xe47f7f);const _0x1211c2=_0xe47f7f['config'],_0x5cd959=_0xe47f7f['locale'];_0x1211c2['define']('ai.assistant.preserveComments',!0x0),_0x1211c2['define']('ai.assistant.commands',Di(_0x5cd959)),_0x1211c2['define']('ai.assistant.extraCommandGroups',[]),_0x1211c2['define']('ai.assistant.removeCommands',[]);let _0x16b73a=fi(_0x1211c2['get']('ai.assistant.commands'),_0x5cd959);const _0x53d9b9=_0x1211c2['get']('ai.assistant.extraCommandGroups'),_0x395849=_0x1211c2['get']('ai.assistant.removeCommands');_0x53d9b9['forEach'](_0x18abfc=>{const _0x3d9b59=_0x16b73a['find'](_0x4e6004=>_0x4e6004['groupId']===_0x18abfc['groupId']);_0x3d9b59?_0x3d9b59['commands']=_0x3d9b59['commands']['concat'](_0x18abfc['commands']):_0x16b73a['push'](_0x18abfc);}),_0x16b73a=_0x16b73a['filter'](_0x26ff7b=>!_0x395849['includes'](_0x26ff7b['groupId'])),_0x16b73a['forEach'](_0x4d6566=>{_0x4d6566['commands']=_0x4d6566['commands']['filter'](_0x57acfa=>!_0x395849['includes'](_0x57acfa['id']));}),_0x1211c2['set']('ai.assistant.commands',_0x16b73a);}}function Di(_0x1abf21){return[{'groupId':'editOrReview','groupLabel':Si(_0x1abf21,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':Si(_0x1abf21,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':Si(_0x1abf21,'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(_0x1abf21,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':Si(_0x1abf21,'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(_0x1abf21,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':Si(_0x1abf21,'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(_0x1abf21,'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(_0x1abf21,'Change\x20tone'),'commands':[{'id':'professional','label':Si(_0x1abf21,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':Si(_0x1abf21,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':Si(_0x1abf21,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':Si(_0x1abf21,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':Si(_0x1abf21,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':Si(_0x1abf21,'Change\x20style'),'commands':[{'id':'business','label':Si(_0x1abf21,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':Si(_0x1abf21,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':Si(_0x1abf21,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':Si(_0x1abf21,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':Si(_0x1abf21,'Translate'),'commands':[{'id':'translateEnglish','label':Si(_0x1abf21,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':Si(_0x1abf21,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':Si(_0x1abf21,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':Si(_0x1abf21,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':Si(_0x1abf21,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':Si(_0x1abf21,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':Si(_0x1abf21,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':Si(_0x1abf21,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}class AITextAdapter extends _0x41a2d8{['abortController'];static get['requires'](){return[AIAdapter];}constructor(_0x56fa14){super(_0x56fa14),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'](_0x536ec9){return this['sendRequest'](_0x536ec9)['catch'](_0x1ebfb6=>{if(_0x1ebfb6 instanceof AIRequestError)return Promise['reject'](_0x1ebfb6);if('AbortError'==_0x1ebfb6['name'])return Promise['resolve']();throw console['error'](_0x1ebfb6),new ht('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x1e3272,_0x2b8b2c){const _0x507844=this['editor']['locale'],_0x2299a0={'Content-Type':'application/json'};if('object'==typeof _0x1e3272)Object['assign'](_0x2299a0,_0x1e3272);else{if(_0x1e3272)try{const _0x35eebf=await _0x1e3272(_0x2b8b2c);Object['assign'](_0x2299a0,_0x35eebf);}catch{return Promise['reject'](new AIRequestError(Si(_0x507844,'AI_ERROR_GET_HEADERS')));}}return _0x2299a0;}async['_prepareRequestParameters'](_0x2e1cd9,_0x4f8ff6){const _0x172b79=this['editor']['locale'];if('object'==typeof _0x2e1cd9)return _0x2e1cd9;try{return await _0x2e1cd9(_0x4f8ff6);}catch{return Promise['reject'](new AIRequestError(Si(_0x172b79,'AI_ERROR_GET_PARAMETERS')));}}}class OpenAITextAdapter extends AITextAdapter{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0x4992b9){super(_0x4992b9),_0x4992b9['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0x4992b9['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0x4992b9['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0x4992b9['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0x4992b9['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0x4992b9['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x1822e8,context:_0x22bc21,onData:_0x15448a,actionId:_0x292adb}){const _0x2d6f38=this['editor']['locale'],_0x4a4fc0=await this['prepareMessages'](_0x1822e8,_0x22bc21,_0x292adb),_0x2b3bba=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x292adb),_0xe8e8cb=await this['_prepareRequestParameters'](this['_requestParameters'],_0x292adb),_0x1c55c6={'messages':_0x4a4fc0,..._0xe8e8cb},_0x368df5={'method':'POST','headers':_0x2b3bba,'body':JSON['stringify'](_0x1c55c6),'signal':this['abortController']['signal']},_0xf7c715=await fetch(this['_apiUrl'],_0x368df5);if(_0xf7c715['ok'])return _0xe8e8cb['stream']?await this['_readStreamableResponse'](_0xf7c715,_0x15448a):await this['_readStaticResponse'](_0xf7c715,_0x15448a),Promise['resolve']();{const _0x3dd9da=await _0xf7c715['text']();return _0x3dd9da['includes']('context_length_exceeded')?Promise['reject'](new AIRequestError(Si(_0x2d6f38,'AI_ERROR_CONTEXT_LENGTH'))):_0x3dd9da['includes']('Moderation')?Promise['reject'](new AIRequestError(Si(_0x2d6f38,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x3dd9da));}}async['prepareMessages'](_0x14f379,_0x5d2213,_0x6248a8){let _0x3f74bf,_0x96b9ac;return _0x5d2213?(_0x3f74bf='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.',_0x96b9ac='Instruction:\x0a'+_0x14f379+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x5d2213):(_0x3f74bf='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.',_0x96b9ac=_0x14f379),[{'role':'system','content':_0x3f74bf},{'role':'user','content':_0x96b9ac}];}async['_readStreamableResponse'](_0x2cd36e,_0x4623c2){const _0xb400d0=_0x2cd36e['body']['getReader'](),_0x560dd2=new TextDecoder();let _0x53360f='',_0x35b0fa='',_0x521b97='',_0x5d2c61=!0x1;for(;!_0x5d2c61;){const {done:_0x55bd2d,value:_0xd564ba}=await _0xb400d0['read'](),_0x11be06=_0x53360f+_0x560dd2['decode'](_0xd564ba);let _0x553294='';_0x5d2c61=_0x55bd2d;try{_0x553294=this['_cleanUpData'](_0x11be06),_0x53360f='';}catch{_0x53360f=_0x11be06;continue;}_0x35b0fa+=_0x553294,!_0x5d2c61&&this['_isBufferIncomplete'](_0x35b0fa)||_0x35b0fa&&(_0x521b97+=_0x35b0fa,_0x35b0fa='',_0x4623c2(_0x521b97));}return Promise['resolve']();}async['_readStaticResponse'](_0x30c433,_0x760eb6){return _0x760eb6((await _0x30c433['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x445d51){const _0xd529f2=_0x445d51['split']('<')['length']!==_0x445d51['split']('>')['length'],_0x35a616=_0x445d51['length']<0x1e;return _0xd529f2&&_0x35a616;}['_cleanUpData'](_0x49b083){return _0x49b083['split'](/\n(?![^{]*\})/g)['map'](_0x5833cb=>_0x5833cb['replace']('data:\x20',''))['filter'](_0x5260e5=>_0x5260e5&&_0x5260e5['length']>0x0&&'[DONE]'!==_0x5260e5)['map'](_0x28b758=>{const {choices:_0x4baa07}=JSON['parse'](_0x28b758);if(_0x4baa07[0x0]?.['delta']?.['content'])return _0x4baa07[0x0]['delta']['content'];})['filter'](_0x1cf9e4=>_0x1cf9e4)['join']('');}}class AWSTextAdapter extends AITextAdapter{static get['pluginName'](){return'AWSTextAdapter';}['init'](){super['init'](),wt('ai-aws-adapter-not-supported');}async['sendRequest'](_0x23f3de){throw Ct('ai-aws-adapter-not-supported'),new AIRequestError(Si(this['editor']['locale'],'AI_ERROR_AWS_NOT_SUPPORTED'));}}class TabButtonView extends yt{constructor(_0x1da6f8,_0x5f3256={}){super(_0x1da6f8),this['isToggleable']=!0x0,this['set']('side',_0x5f3256['side']||'top');const _0x3cd639=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',...mt(_0x5f3256['class']||[]),_0x3cd639['to']('side',_0xb9d30f=>'ck-tab-button_'+_0xb9d30f),_0x3cd639['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}}class TabPanelView extends Nt{['children'];constructor(_0x350482,_0x819551={}){super(_0x350482);const _0x75811f=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-tab-panel',...mt(_0x819551['class']||[]),_0x75811f['to']('class'),_0x75811f['if']('isVisible','ck-hidden',_0x5ee4b8=>!_0x5ee4b8)]},'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(_0x55f44f,_0xc9a65b={}){super(_0x55f44f),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0xc9a65b['side']||'top'),this['set']('isMaximized',!0x1),this['set']('collapsible',_0xc9a65b['collapsible']||!0x1),this['set']('_isMaximizedActive',!0x1),this['bind']('_isMaximizedActive')['to'](this,'isMaximized',this,'activeTab',(_0x4b6cfa,_0x41f25b)=>_0x4b6cfa&&null!==_0x41f25b);const _0x1772c4=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',...mt(_0xc9a65b['class']||[]),_0x1772c4['to']('side',_0x3f93ec=>'ck-tabs_'+_0x3f93ec),_0x1772c4['to']('class'),_0x1772c4['if']('_isMaximizedActive','ck-ai-tabs_maximized'),_0x1772c4['to']('activeTab',_0x14d1e2=>null===_0x14d1e2?'ck-ai-tabs_collapsed':'')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x1772c4['to']('side',_0x477f9a=>'ck-tabs__buttons-container_'+_0x477f9a)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x1772c4['to']('side',_0x33f9b6=>'ck-tabs__panels-container_'+_0x33f9b6)]},'children':this['panelViews']},...mt(_0xc9a65b['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x1fcc0e){const _0xe71dfb=this['_tabs']['get'](_0x1fcc0e);return _0xe71dfb||null;}['addTab'](_0x1a9eac){const _0x529b50=this['_setupButton']({'id':_0x1a9eac['id'],'label':_0x1a9eac['buttonLabel'],'icon':_0x1a9eac['buttonIcon'],'order':_0x1a9eac['order']}),_0x1b766f=new TabPanelView(this['locale']);return _0x1b766f['render'](),_0x1a9eac['content']&&_0x1b766f['children']['add'](_0x1a9eac['content']),this['panelViews']['add'](_0x1b766f),this['_tabs']['set'](_0x1a9eac['id'],{'button':_0x529b50,'panel':_0x1b766f,'order':void 0x0!==_0x1a9eac['order']?_0x1a9eac['order']:null}),this['fire']('addTab:'+_0x1a9eac['id'],{'id':_0x1a9eac['id'],'button':_0x529b50,'panel':_0x1b766f}),null===this['activeTab']?this['activateTab'](_0x1a9eac['id']):this['_hidePanel'](_0x1a9eac['id']),{'button':_0x529b50,'panel':_0x1b766f};}['activateTab'](_0x16c94c){if(null!==_0x16c94c&&!this['getTab'](_0x16c94c))throw new ht('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x16c94c});if(this['activeTab']===_0x16c94c)return;const _0x4a38f2=this['activeTab'];this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0x16c94c,_0x16c94c&&this['_showPanel'](_0x16c94c),this['fire']('activateTab:'+_0x16c94c,{'newTab':_0x16c94c,'oldTab':_0x4a38f2});}['toggleTabPanel'](_0x39fea3){if(!this['getTab'](_0x39fea3))throw new ht('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x39fea3});this['activeTab']===_0x39fea3?this['collapsible']&&(this['activeTab']=null):this['activateTab'](_0x39fea3);}['showTab'](_0xdc6b5c){if(!this['getTab'](_0xdc6b5c))throw new ht('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0xdc6b5c});this['_showPanel'](_0xdc6b5c),this['_showButton'](_0xdc6b5c),this['fire']('show:'+_0xdc6b5c,_0xdc6b5c);}['hideTab'](_0x376430){if(!this['getTab'](_0x376430))throw new ht('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x376430});const _0x4d8ec5=this['activeTab'];this['_hidePanel'](_0x376430),this['_hideButton'](_0x376430);const _0x5165c0=this['getTabIds']();_0x4d8ec5===_0x376430&&_0x5165c0['length']>0x1&&this['activateTab'](_0x5165c0['find'](_0x11bf56=>_0x11bf56!==_0x376430)),this['fire']('hide:'+_0x376430,_0x376430);}['_getPanel'](_0x20cb3c){const _0x53e5e4=this['_tabs']['get'](_0x20cb3c);return _0x53e5e4?_0x53e5e4['panel']:null;}['_showPanel'](_0x3e70d2){null!==this['activeTab']&&this['activeTab']!==_0x3e70d2||this['_getPanel'](_0x3e70d2)['show']();}['_hidePanel'](_0x391c4b){const _0x3bc055=this['_getPanel'](_0x391c4b);_0x3bc055['isVisible']&&(this['activeTab']===_0x391c4b&&(this['activeTab']=null),_0x3bc055['hide']());}['_getButton'](_0x3bdf41){const _0x4ee0fe=this['_tabs']['get'](_0x3bdf41);return _0x4ee0fe?_0x4ee0fe['button']:null;}['_showButton'](_0x3b423f){this['_getButton'](_0x3b423f)['show']();}['_hideButton'](_0x33446c){this['_getButton'](_0x33446c)['hide']();}['_setupButton'](_0x6af0e4){const _0x4ac7c6=new TabButtonView(this['locale'],{'side':this['side']}),_0x1bbb10=this['buttonViews'];if(_0x4ac7c6['set']({'label':_0x6af0e4['label'],'icon':_0x6af0e4['icon'],'tooltip':!0x0,'withText':!0x0}),_0x4ac7c6['bind']('isOn')['to'](this,'activeTab',_0x3bae61=>_0x3bae61===_0x6af0e4['id']),_0x4ac7c6['bind']('side')['to'](this,'side'),_0x6af0e4['order']){const _0x5881ea=[...this['_tabs']]['reduce']((_0x15ca50,_0x54f8a0)=>{const _0x1dcc34=_0x54f8a0[0x0],{order:_0x33d647}=_0x54f8a0[0x1];return!_0x33d647||_0x33d647>_0x6af0e4['order']?_0x15ca50:_0x33d647>=_0x15ca50['order']?{'id':_0x1dcc34,'order':_0x33d647}:_0x15ca50;},{'id':'','order':0x0}),_0x46ade2=_0x1bbb10['getIndex'](this['_getButton'](_0x5881ea['id']));_0x1bbb10['add'](_0x4ac7c6,_0x46ade2+0x1);}else _0x1bbb10['add'](_0x4ac7c6);return _0x4ac7c6['on']('execute',()=>{this['toggleTabPanel'](_0x6af0e4['id']);}),_0x4ac7c6;}}const Vi=['overlay','sidebar','custom'],Hi=['left','right'];class AITabsMainView extends AITabsView{constructor(_0x4f82f5,_0x1fadfa={}){super(_0x4f82f5,_0x1fadfa),this['set']('type',_0x1fadfa['type']||'sidebar'),this['set']('side',_0x1fadfa['side']||'right'),this['set']('isVisible',_0x1fadfa['visibleByDefault']??!0x0);const _0x18b336=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x18b336['if']('type','ck-ai-tabs__overlay',_0x53540d=>'overlay'===_0x53540d),_0x18b336['if']('type','ck-ai-tabs__sidebar',_0x3a2df0=>'sidebar'===_0x3a2df0),_0x18b336['if']('isVisible','ck-hidden',_0x20f1a0=>!_0x20f1a0)]}}),this['buttonViews']['on']('add',(_0x209f15,_0x4b68d4)=>{_0x4b68d4['set']('withText',!0x1);});}}class AITabs extends _0x2e5d09{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x18590e){if(super(_0x18590e),!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 _0x5353ba=this['context']['config']['get']('ai.container');if(this['set']('side','right'),void 0x0!==_0x5353ba['showResizeButton']&&(this['showResizeButton']=_0x5353ba['showResizeButton']),'sidebar'!==_0x5353ba['type']&&'overlay'!==_0x5353ba['type']||_0x5353ba['side']&&(this['side']=_0x5353ba['side']),'sidebar'===_0x5353ba['type']){if(this['container']=_0x5353ba['element'],this['set']('type','sidebar'),!this['container'])throw new ht('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x5353ba['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':_0x5353ba['visibleByDefault'],'collapsible':_0x5353ba['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 _0x435807&&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'](_0x3aecfb){if(_0x3aecfb&&this['type']!==_0x3aecfb){if(!Vi['includes'](_0x3aecfb))throw new ht('ai-tabs-unsupported-ui-type');this['type']=_0x3aecfb;}}['switchSide'](_0x3f2336){if(_0x3f2336&&this['side']!==_0x3f2336){if(!Hi['includes'](_0x3f2336))throw new ht('ai-tabs-unsupported-ui-side');this['side']=_0x3f2336;}}['destroy'](){super['destroy'](),this['view']['destroy'](),this['view']['element']&&this['view']['element']['remove']();}}class AIConnector extends _0x2e5d09{['_apiUrl'];get['_apiUrlV11'](){return this['_apiUrl']['replace'](/\/v1$/,'/v1.1');}['_token'];['_decoder'];['_responseCache'];static get['requires'](){return[_0x8b5fd0];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x4ec5b1){if(super(_0x4ec5b1),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 _0x4e15cf=this['context']['plugins']['get'](_0x8b5fd0);if(!_0x4e15cf['token'])throw new ht('ai-missing-token',this);this['_token']=_0x4e15cf['token'];}['startConversation'](_0x49e30c,_0x37619f){const _0x286542=this['_sendApiRequest']('/conversations','POST',{'id':_0x49e30c,'group':_0x37619f});return{'getConversation':async()=>(await _0x286542['request'])['json'](),'abortController':_0x286542['abortController']};}['queryAssistant']({message:_0x2a28bd,conversationId:_0x5dcbb0,parts:_0x110446,capabilities:_0x241876,model:_0x555195,attributes:_0x34552f}){const _0x5e93af={'prompt':_0x2a28bd,'content':_0x110446,'model':_0x555195,..._0x241876&&{'capabilities':_0x241876},..._0x34552f&&{'attributes':_0x34552f}},_0x127aec=this['_sendApiRequest']('/conversations/'+_0x5dcbb0+'/messages','POST',_0x5e93af,{'apiUrl':this['_apiUrlV11']});return{'getStream':async()=>{const _0xb8da5b=(await _0x127aec['request'])['body'];return this['_getStreamReader'](_0xb8da5b);},'abortController':_0x127aec['abortController']};}['executeCustomAction']({content:_0x3be8e0,message:_0x4fd4c0,model:_0x26da8c,outputFormat:_0x1b1176}){const _0x370863={'content':[{'type':'text','content':_0x3be8e0}],'prompt':_0x4fd4c0,'model':_0x26da8c,'outputFormat':_0x1b1176},_0x42d4d4=this['_sendApiRequest']('/actions/custom/calls','POST',_0x370863);return{'getStream':async()=>{const _0x5c9bab=(await _0x42d4d4['request'])['body'];return this['_getStreamReader'](_0x5c9bab);},'abortController':_0x42d4d4['abortController']};}['executeAction']({actionName:_0x4411fc,content:_0x3c1a81,args:_0x586bc9}){const _0x1d1147={'content':[{'type':'text','content':_0x3c1a81}],'args':_0x586bc9},_0x1c71af=this['_sendApiRequest']('/actions/system/'+_0x4411fc+'/calls','POST',_0x1d1147);return{'getStream':async()=>{const _0x2c083b=(await _0x1c71af['request'])['body'];return this['_getStreamReader'](_0x2c083b);},'abortController':_0x1c71af['abortController']};}['uploadFile'](_0xd092d0,_0x562f6f,_0xf889e8){const _0xa2aa09=new FormData();_0xa2aa09['append']('file',_0x562f6f,_0x562f6f['name']),_0xf889e8&&_0xa2aa09['append']('attributes',JSON['stringify'](_0xf889e8));const _0x2f8332=this['_sendApiRequest']('/conversations/'+_0xd092d0+'/files','POST',_0xa2aa09);return{'getId':async()=>(await _0x2f8332['request'])['json'](),'abortController':_0x2f8332['abortController']};}['fetchDocument'](_0x5a8a54,_0xebb1f6){const _0x56931d=this['_sendApiRequest']('/conversations/'+_0x5a8a54+'/documents/'+_0xebb1f6,'GET');return{'getDocument':async()=>(await _0x56931d['request'])['json'](),'abortController':_0x56931d['abortController']};}['uploadDocument'](_0x435461,_0x1751c4,_0x49c772){const _0x4f9843={'content':_0x1751c4};_0x49c772&&(_0x4f9843['attributes']=_0x49c772);const _0xbcfbf8=this['_sendApiRequest']('/conversations/'+_0x435461+'/documents','POST',_0x4f9843);return{'getId':async()=>(await _0xbcfbf8['request'])['json'](),'abortController':_0xbcfbf8['abortController']};}['uploadDocuments'](_0x68d83d,_0x3ada88){const _0x19ff81={'documents':_0x3ada88['map'](_0x24c2d0=>({'content':_0x24c2d0['content'],'attributes':{'version':_0x24c2d0['version'],'sessionId':_0x24c2d0['sessionId'],'channelId':_0x24c2d0['channelId'],'rootName':_0x24c2d0['rootName'],'selections':_0x24c2d0['selections']},...void 0x0!==_0x24c2d0['name']?{'name':_0x24c2d0['name']}:{},...void 0x0!==_0x24c2d0['description']?{'description':_0x24c2d0['description']}:{}}))},_0x515e34=this['_sendApiRequest']('/conversations/'+_0x68d83d+'/documents/batch','POST',_0x19ff81);return{'getIds':async()=>(await _0x515e34['request'])['json'](),'abortController':_0x515e34['abortController']};}['fetchDocuments'](_0xf7130a,_0x3b1c42){const _0x1a2d76=new URLSearchParams();_0x1a2d76['append']('documentIds',_0x3b1c42['join'](','));const _0x3fbff7=this['_sendApiRequest']('/conversations/'+_0xf7130a+'/documents/batch?'+_0x1a2d76['toString'](),'GET');return{'getDocuments':async()=>(await _0x3fbff7['request'])['json'](),'abortController':_0x3fbff7['abortController']};}['fetchConversations'](_0x2e674a,_0x4318e9={}){const _0x14d947=new URLSearchParams();_0x14d947['append']('group',_0x2e674a),_0x14d947['append']('excludeEmpty',!0x1!==_0x4318e9['excludeEmpty']?'true':'false'),_0x14d947['append']('limit',_0x4318e9['limit']?_0x4318e9['limit']['toString']():'100'),_0x14d947['append']('sortBy',_0x4318e9['sortBy']?_0x4318e9['sortBy']:'createdAt'),_0x14d947['append']('order',_0x4318e9['order']?_0x4318e9['order']:'desc');const _0x21eadc=this['_sendApiRequest']('/conversations?'+_0x14d947['toString'](),'GET');return{'getConversations':async()=>{const _0x2257b9=await _0x21eadc['request'];return(await _0x2257b9['json']())['items'];},'abortController':_0x21eadc['abortController']};}['deleteConversation'](_0x3515b8){const _0x45b7f6=this['_sendApiRequest']('/conversations/'+_0x3515b8,'DELETE');return{'execute':async()=>{await _0x45b7f6['request'];},'abortController':_0x45b7f6['abortController']};}['updateConversation'](_0x3281b6,_0x3714b0){const _0x44ac65=this['_sendApiRequest']('/conversations/'+_0x3281b6,'PATCH',_0x3714b0);return{'getResult':async()=>(await _0x44ac65['request'],_0x3714b0),'abortController':_0x44ac65['abortController']};}['fetchConversation'](_0x1127f3){const _0x4cf97b=this['_sendApiRequest']('/conversations/'+_0x1127f3,'GET');return{'getConversation':async()=>(await _0x4cf97b['request'])['json'](),'abortController':_0x4cf97b['abortController']};}['fetchConversationMessages'](_0x42eef5){const _0x9e48e=this['_sendApiRequest']('/conversations/'+_0x42eef5+'/messages','GET',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'getMessages':async()=>{const _0x2a5c29=await _0x9e48e['request'];return(await _0x2a5c29['json']())['items'];},'abortController':_0x9e48e['abortController']};}['uploadUrl'](_0x46a49e,_0x5679ae,_0x2cbae6){const _0x1c0b1e=this['_sendApiRequest']('/conversations/'+_0x46a49e+'/web-resources','POST',{'url':_0x5679ae,'attributes':_0x2cbae6});return{'getId':async()=>(await _0x1c0b1e['request'])['json'](),'abortController':_0x1c0b1e['abortController']};}['getModels'](_0x25ef25='en'){const _0xb426fe=new URLSearchParams();_0xb426fe['append']('language',_0x25ef25);const _0x3ef12b='/models/1?'+_0xb426fe['toString'](),_0xa7f5ed=this['_sendApiRequest'](_0x3ef12b,'GET',void 0x0,{'useCache':!0x0});return{'list':async()=>await(await _0xa7f5ed['request'])['json'](),'abortController':_0xa7f5ed['abortController']};}['deleteFile'](_0x4c6f03,_0x59b8c4){const _0x5c2717=this['_sendApiRequest']('/conversations/'+_0x4c6f03+'/files/'+_0x59b8c4,'DELETE');return{'execute':async()=>{await _0x5c2717['request'];},'abortController':_0x5c2717['abortController']};}['deleteDocument'](_0x2ae838,_0x5b88dc){const _0x46a452=this['_sendApiRequest']('/conversations/'+_0x2ae838+'/documents/'+_0x5b88dc,'DELETE');return{'execute':async()=>{await _0x46a452['request'];},'abortController':_0x46a452['abortController']};}['deleteWebResource'](_0x3ac1d9,_0x7e3e76){const _0x4f73ad=this['_sendApiRequest']('/conversations/'+_0x3ac1d9+'/web-resources/'+_0x7e3e76,'DELETE');return{'execute':async()=>{await _0x4f73ad['request'];},'abortController':_0x4f73ad['abortController']};}['cancelStream'](_0x330e13,_0x1a6a58){const _0x3cf284=this['_sendApiRequest']('/conversations/'+_0x330e13+'/messages/'+_0x1a6a58+'/stream','DELETE',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'execute':async()=>{await _0x3cf284['request'];},'abortController':_0x3cf284['abortController']};}['resumeStream'](_0x352024,_0x106791,_0x56105d='0-0'){const _0x8ef887=new URLSearchParams({'lastEventId':_0x56105d}),_0x1e5343=this['_sendApiRequest']('/conversations/'+_0x352024+'/messages/'+_0x106791+'/stream?'+_0x8ef887['toString'](),'GET',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'getStream':async()=>{const _0x1488ca=await _0x1e5343['request'];return this['_getStreamReader'](_0x1488ca['body']);},'abortController':_0x1e5343['abortController']};}['callSystemReview']({reviewName:_0x3293e4,content:_0x152b10,args:_0x4fbe26}){const _0x40ed7e=this['_sendApiRequest']('/reviews/system/'+_0x3293e4+'/calls','POST',{'content':[{'type':'text','content':_0x152b10}],'args':_0x4fbe26});return{'getStream':async()=>{const _0x54218d=(await _0x40ed7e['request'])['body'];return this['_getStreamReader'](_0x54218d);},'abortController':_0x40ed7e['abortController']};}['callCustomReview']({content:_0x3ee7e9,prompt:_0x2c1acc,model:_0x1b86b3}){const _0x46294d=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x3ee7e9}],'prompt':_0x2c1acc,'model':_0x1b86b3});return{'getStream':async()=>{const _0x59e6b5=(await _0x46294d['request'])['body'];return this['_getStreamReader'](_0x59e6b5);},'abortController':_0x46294d['abortController']};}['upsertAIChatRating'](_0x204e35,_0x127c59,_0x5245f6){const _0x4413de=this['_sendApiRequest']('/conversations/'+_0x204e35+'/messages/'+_0x127c59+'/ratings','PUT',{'positiveCount':_0x5245f6['positiveCount'],'totalCount':_0x5245f6['totalCount'],'modificationId':_0x5245f6['modificationId']});return{'execute':async()=>{await _0x4413de['request'];},'abortController':_0x4413de['abortController']};}['upsertAIActionRating'](_0x116e0b,_0x14c2f4,_0x525c4a){const _0x2a168a=this['_sendApiRequest']('/actions/system/'+_0x116e0b+'/calls/'+_0x14c2f4+'/ratings','PUT',{'positiveCount':_0x525c4a['positiveCount'],'totalCount':_0x525c4a['totalCount']});return{'execute':async()=>{await _0x2a168a['request'];},'abortController':_0x2a168a['abortController']};}['upsertCustomAIActionRating'](_0x5ee84e,_0x4247dc){const _0x4eb4e2=this['_sendApiRequest']('/actions/custom/calls/'+_0x5ee84e+'/ratings','PUT',{'positiveCount':_0x4247dc['positiveCount'],'totalCount':_0x4247dc['totalCount']});return{'execute':async()=>{await _0x4eb4e2['request'];},'abortController':_0x4eb4e2['abortController']};}['upsertAIReviewRating'](_0x51f6df,_0x47a61d,_0x547684,_0x14d9c9){const _0x43d8ff=this['_sendApiRequest']('/reviews/system/'+_0x51f6df+'/calls/'+_0x47a61d+'/ratings','PUT',{'positiveCount':_0x547684['positiveCount'],'totalCount':_0x547684['totalCount'],'dataId':_0x14d9c9});return{'execute':async()=>{await _0x43d8ff['request'];},'abortController':_0x43d8ff['abortController']};}['upsertCustomAIReviewRating'](_0x19626a,_0x364f5c,_0x46b1fb){const _0x239dd6=this['_sendApiRequest']('/reviews/custom/calls/'+_0x19626a+'/ratings','PUT',{'positiveCount':_0x364f5c['positiveCount'],'totalCount':_0x364f5c['totalCount'],'dataId':_0x46b1fb});return{'execute':async()=>{await _0x239dd6['request'];},'abortController':_0x239dd6['abortController']};}['_sendApiRequest'](_0x12822a,_0x22e523,_0x105f60,_0x2056fb={}){const {useCache:_0xb69664=!0x1,apiUrl:_0x5ca9e5=this['_apiUrl']}=_0x2056fb,_0x4eb4a9=new AbortController(),_0x5ac4f6=_0xb69664?_0x22e523+':'+_0x12822a:null;if(_0x5ac4f6){const _0x5e1619=this['_responseCache']['get'](_0x5ac4f6);if(_0x5e1619)return{'request':_0x5e1619['then'](_0x25b125=>_0x25b125['clone']()),'abortController':_0x4eb4a9};}const _0x139096=_0x105f60 instanceof FormData,_0x104f6e={'Authorization':'Bearer\x20'+this['_token']?.['value'],'X-Editor-Version':pt};_0x105f60&&!_0x139096&&(_0x104f6e['Content-Type']='application/json');const _0x1960c7={'method':_0x22e523,'headers':_0x104f6e,'signal':_0x4eb4a9['signal']};_0x105f60&&(_0x1960c7['body']=_0x139096?_0x105f60:JSON['stringify'](_0x105f60));const _0x188782=fetch(''+_0x5ca9e5+_0x12822a,_0x1960c7)['catch'](_0x1091cb=>{_0x5ac4f6&&this['_responseCache']['delete'](_0x5ac4f6),this['_handleError'](_0x1091cb);})['then'](_0x3ed5ac=>_0x3ed5ac['ok']?_0x3ed5ac:_0x3ed5ac['json']()['then'](_0x2eedf8=>{throw _0x5ac4f6&&this['_responseCache']['delete'](_0x5ac4f6),{'url':_0x5ca9e5,'path':_0x12822a,'method':_0x22e523,'body':_0x105f60,'status':(_0x3ed5ac||{})['status'],'statusText':(_0x3ed5ac||{})['statusText'],'code':_0x2eedf8['code'],'message':_0x2eedf8['message'],'traceId':_0x2eedf8['traceId']};}));return _0x5ac4f6&&this['_responseCache']['set'](_0x5ac4f6,_0x188782['then'](_0x53505c=>_0x53505c['clone']())),{'request':_0x188782,'abortController':_0x4eb4a9};}async*['_getStreamReader'](_0x21d720){const _0x20727b=[],_0x3745d4=_0x21d720['getReader'](),_0x841b0a=_0xa89478({'onError':_0x42b984=>{this['_handleError'](_0x42b984);},'onEvent':_0x38a35e=>{_0x38a35e['data']=JSON['parse'](_0x38a35e['data']),_0x20727b['push'](_0x38a35e);}});try{let _0x355041=!0x1;for(;!_0x355041;){const {done:_0x22a3c3,value:_0x5d4733}=await _0x3745d4['read']();_0x22a3c3&&(_0x355041=!0x0),_0x841b0a['feed'](this['_decoder']['decode'](_0x5d4733,{'stream':!0x0})),yield*_0x20727b,_0x20727b['length']=0x0;}}catch(_0x3cfd53){this['_handleError'](_0x3cfd53);}finally{_0x3745d4['releaseLock'](),_0x841b0a['reset']();}}['_handleError'](_0x2b41d5){if(_0x2b41d5 instanceof ht)throw _0x2b41d5;if(_0x2b41d5 instanceof Error&&'AbortError'===_0x2b41d5['name'])throw new ht('ai-request-aborted',this,{'originalError':_0x2b41d5});throw new ht('ai-request-failed',this,{'originalError':_0x2b41d5});}}function Mi(_0x5ddc1e,_0xd5fe9f,_0x17740b){const t=_0x5ddc1e['t'];switch(_0xd5fe9f){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'},_0x17740b);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.'},_0x17740b);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.'},_0x17740b);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.'},_0x17740b);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'},_0x17740b);case'AI_CHAT_SUGGESTION_ACTION_SUGGEST':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST','string':'Suggest'},_0x17740b);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'},_0x17740b);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.'},_0x17740b);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.'},_0x17740b);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.'},_0x17740b);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.'},_0x17740b);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'},_0x17740b);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.'},_0x17740b);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 _0xd5fe9f;}}const Ui='ck-ai-button-primary',Bi='ck-ai-button-secondary',Gi='ck-ai-button-tertiary';function Fi(_0x2db0a5,_0x1d4d5f){const _0x522fcb=new yt(_0x2db0a5),_0x43d31f=Mi(_0x2db0a5,'AI_TABS_LABEL_MINIMIZE'),_0x1c62b8=Mi(_0x2db0a5,'AI_TABS_LABEL_MAXIMIZE');return _0x522fcb['set']({'withText':!0x1,'icon':_0x124a0f,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20'+Gi}),_0x522fcb['bind']('label')['to'](_0x1d4d5f,'isMaximized',_0x1f5f13=>_0x1f5f13?_0x43d31f:_0x1c62b8),_0x522fcb['bind']('icon')['to'](_0x1d4d5f,'isMaximized',_0x463bcb=>_0x463bcb?_0x4dd5d2:_0x124a0f),_0x522fcb['bind']('isOn')['to'](_0x1d4d5f,'isMaximized'),_0x522fcb['on']('execute',()=>{_0x1d4d5f['fire']('resizeTabs');}),_0x522fcb;}function Wi(_0x2521d2,_0x32ed5d){return _0x4cee02(_0x2521d2,_0x32ed5d);}function Ki(_0x4916eb,_0x404d0e){return _0x5d6d16(_0x4916eb,_0x404d0e);}function Yi(_0x416f29,_0x2b0dea,_0x13acf9){const _0x1bf7c2=null!==_0x2b0dea?_0xbc8072=>_0xbc8072['attribs'][_0x416f29]===_0x2b0dea:_0x55bb35=>Boolean(_0x55bb35['attribs'][_0x416f29]);return _0x2605ec(_0x315d57=>_0x2ff01e(_0x315d57)&&_0x1bf7c2(_0x315d57),_0x13acf9);}function $i(_0x56833c,_0x169e40,_0x2fa44e){const _0xf8a7e2=null!==_0x169e40?_0x581fda=>_0x581fda['attribs'][_0x56833c]===_0x169e40:_0x14f005=>Boolean(_0x14f005['attribs'][_0x56833c]);return _0x17cdaf(_0x5579f6=>_0x2ff01e(_0x5579f6)&&_0xf8a7e2(_0x5579f6),_0x2fa44e);}function qi(_0x53be1e){return _0x17cdaf(_0x39459a=>_0x2ff01e(_0x39459a)&&function(_0x26e734){const _0x7af744=_0x26e734['toLowerCase']();return'script'===_0x7af744||'style'===_0x7af744||_0x7af744['includes']('-');}(_0x39459a['name']),_0x53be1e);}function Qi(_0x3eb9bd){return _0x31e40c(_0x255195=>_0x2fa3ae(_0x255195),_0x3eb9bd,!0x0,0x1/0x0);}function Xi(_0xe0c1ae,_0x30adae){return _0xe0c1ae&&_0x2ff01e(_0xe0c1ae)?_0xe0c1ae['attribs'][_0x30adae]:null;}function zi(_0x5c9327,_0x5e9e95,_0x4d0792){_0x2ff01e(_0x5c9327)&&(null===_0x4d0792?delete _0x5c9327['attribs'][_0x5e9e95]:_0x5c9327['attribs'][_0x5e9e95]=_0x4d0792);}function ji(_0x4cc8de,_0x55031c,_0x6abd8e){const _0x5d66f3=_0x55031c['cloneNode'](!0x0);'beforebegin'===_0x6abd8e?_0x151fab(_0x4cc8de,_0x5d66f3):'afterbegin'===_0x6abd8e?_0x2f7a9f(_0x4cc8de,_0x5d66f3):'beforeend'===_0x6abd8e?_0x25c79c(_0x4cc8de,_0x5d66f3):'afterend'===_0x6abd8e&&_0x433357(_0x4cc8de,_0x5d66f3);}function Ji(_0x41b701){const _0x294736=[];let _0x544e70=_0x41b701;for(;_0x544e70;)_0x544e70=_0x2c617a(_0x544e70),_0x544e70&&_0x294736['push'](_0x544e70);return _0x294736;}function Zi(_0x59b09d){return _0x59b09d['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function ts(_0x57f2af){let _0x29e14d=0x0;for(;_0x57f2af['parentNode'];)_0x57f2af=_0x57f2af['parentNode'],_0x29e14d++;return _0x29e14d;}function es(_0x5306f4){const _0x23c369=[];let _0x15a232=_0x5306f4['nextSibling'];for(;_0x15a232;)_0x23c369['push'](_0x15a232),_0x15a232=_0x15a232['nextSibling'];_0x23c369['forEach'](_0x552479=>{_0x1aae33(_0x552479);});}class AIResponseParser extends/* #__PURE__ -- @preserve */
|
|
25
|
-
ct(){['_m2html'];constructor(){super();const _0x3e946e=Object['entries'](_0x193091),_0x3c73a6=_0x3e946e['findIndex'](([_0x298ec1])=>'rehypeDomRaw'===_0x298ec1);if(-0x1===_0x3c73a6)throw new ht('ai-response-parser-unable-to-set-up-parser');_0x3e946e['splice'](_0x3c73a6+0x1,0x0,['rehypeSanitize',_0x360d32]),this['_m2html']=new _0x2f547a({'plugins':Object['fromEntries'](_0x3e946e)});}['convertMarkdownToHTML'](_0x135917){const _0x268c28=this['_m2html']['parse'](_0x135917);return this['parseAndNormalizeHTML'](_0x268c28);}['parseAndNormalizeHTML'](_0x351d58){return this['_parseHTML'](_0x351d58);}['_parseHTML'](_0x659f66){const _0x333ae9=Wi('<dummy>'+_0x659f66['replace'](/<[^>]*?$/g,'')+'</dummy>');return is(_0x333ae9),_0x333ae9['children']=_0x333ae9['children'][0x0]['children'],_0x333ae9;}}function is(_0xc215b8){for(const _0x390b88 of _0xc215b8['children'])_0x2ff01e(_0x390b88)?'pre'!==_0x390b88['name']&&is(_0x390b88):_0x29bd03(_0x390b88)&&(_0x390b88['data']=_0x390b88['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(_0x3ea9c2){super(),this['_generateUid']=_0x3ea9c2||(()=>'e'+String(this['_uidCounter']++));}['merge'](_0x93a851,_0x476a74,_0x45a8b2){this['_uidCounter']=0x0;const _0x87bda0=_0x93a851['cloneNode'](!0x0);rs(_0x476a74,_0x87bda0);const _0x3af4fd=_0x87bda0['childNodes'],_0x4e178b=Array['from'](_0x3af4fd)['filter'](_0x55eb93=>!(0x3===_0x55eb93['nodeType']&&''===Ki(_0x55eb93)['trim']())),_0x138dc7=_0x4e178b['length'];for(const _0x2a154b of _0x4e178b)_0x2a154b&&_0x2ff01e(_0x2a154b)&&void 0x0===_0x2a154b['attribs']['data-id']&&zi(_0x2a154b,'data-id','new-element');if(0x0===_0x476a74['childNodes']['length']){const _0x4904c8=[];return $i('data-id','new-element',_0x87bda0)['forEach'](_0x3c59ed=>{const _0x22afbe=this['_generateUid']();zi(_0x3c59ed,'data-id',_0x22afbe),_0x4904c8['push'](_0x22afbe);}),this['_removeSpecialComments'](_0x87bda0),{'parsedContent':_0x87bda0,'newNodeIds':_0x4904c8,'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,_0x476a74)['map'](_0x45ac6d=>Xi(_0x45ac6d,'data-id'))['filter'](_0x21c4bc=>!!_0x21c4bc));let _0x32d431=-0x1,_0x5049cb=!0x1;for(let _0xa99ab=0x0;_0xa99ab<_0x138dc7;_0xa99ab++){const _0x50873c=_0x4e178b[_0xa99ab],_0x2c9094=_0x4e178b[_0xa99ab+0x1];if(this['_isNewNode'](_0x50873c)){if(-0x1===_0x32d431&&(_0x32d431=_0xa99ab),this['_markWrappedElements'](_0x50873c),!this['_isNewNode'](_0x2c9094)){const [_0x51741d,_0x5d7104]=this['_findReferenceNode'](_0x50873c,_0x5049cb,_0x476a74);if(_0x51741d){const _0x1eb1e6=Array['from'](_0x4e178b)['slice'](_0x32d431,_0xa99ab+0x1);this['_insertNodes'](_0x51741d,_0x1eb1e6,_0x5d7104),_0x32d431=-0x1;}}}else{if(this['_isExistingContentComment'](_0x50873c))_0x5049cb=!0x0;else{if(this['_isExistingNode'](_0x50873c)){const _0x140092=Xi(_0x50873c,'data-id');if(_0x140092&&this['_existingDataIds']['has'](_0x140092)){this['_referencedExistingIds']['add'](_0x140092);const _0x154ea0=Yi('data-id',_0x140092,_0x476a74);this['_replaceNode'](_0x154ea0,_0x50873c);}}else{if(ss(_0x50873c)){const _0x1dcf4a=ns(_0x50873c);!!Yi('data-id',_0x1dcf4a,_0x87bda0)||this['_touchedNodesState']['removedIds']['push'](_0x1dcf4a);}}}}}for(const _0x4622f4 of this['_touchedNodesState']['removedIds']){const _0x15048f=Yi('data-id',_0x4622f4,_0x476a74);_0x15048f&&(this['_rescueUnwrappedElements'](_0x15048f),this['_removeNode'](_0x15048f,_0x4622f4,_0x45a8b2));}if($i('data-id','new-element',_0x476a74)['forEach'](_0x5974ad=>{const _0x1e8c55=this['_getUid'](_0x5974ad);zi(_0x5974ad,'data-id',_0x1e8c55),this['_touchedNodesState']['newIds']['push'](_0x1e8c55);}),this['_removeSpecialComments'](_0x476a74),_0x45a8b2&&_0x45a8b2['cutAfterUnstable']){const _0x3a03ec=this['_findLastConfirmationPoint'](_0x4e178b),_0x434e5b=this['_getLastStableElement'](_0x476a74,_0x3a03ec);this['_markUnstableElements'](_0x476a74,_0x434e5b);}if(this['_processWrappedElements'](_0x476a74,_0x45a8b2),_0x45a8b2&&_0x45a8b2['cutAfterUnstable']&&this['_touchedNodesState']['lastTouchedId']){const _0x44c022=$i('data-id',this['_touchedNodesState']['lastTouchedId'],_0x476a74);let _0x13bf61=_0x44c022[_0x44c022['length']-0x1];for(;_0x13bf61;)es(_0x13bf61),_0x13bf61=_0x13bf61['parentNode'];}return{'parsedContent':_0x476a74,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}['_insertNodes'](_0x1be524,_0x6ac3a7,_0x1e5de7){for(const _0x362e96 of _0x6ac3a7){const _0x5667aa=this['_getUid'](_0x362e96);zi(_0x362e96,'data-id',_0x5667aa),this['_touchedNodesState']['newIds']['push'](_0x5667aa),this['_touchedNodesState']['lastTouchedId']=_0x5667aa;}const _0x539dcf='afterbegin'===_0x1e5de7||'afterend'===_0x1e5de7?_0x6ac3a7['reverse']():_0x6ac3a7;for(const _0x3646d9 of _0x539dcf)ji(_0x1be524,_0x3646d9,_0x1e5de7);}['_replaceNode'](_0x41912e,_0x422670){if(!_0x41912e)return;if(_0xa41181=_0x422670,Zi(Ki(_0x41912e))===Zi(Ki(_0xa41181)))return;var _0xa41181;const _0x15fdc2=Xi(_0x41912e,'data-id');this['_touchedNodesState']['modifiedIds']['push'](_0x15fdc2),this['_touchedNodesState']['lastTouchedId']=_0x15fdc2,_0x7545e8(_0x41912e,_0x422670['cloneNode'](!0x0));}['_removeNode'](_0x560272,_0x571dd3,_0x422a84){if(_0x422a84&&_0x422a84['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0x571dd3;const _0x3f3954=_0x422a84['replaceRemovedWith']['cloneNode'](!0x0);zi(_0x3f3954,'data-id',_0x571dd3),zi(_0x3f3954,'data-removed','true'),_0x7545e8(_0x560272,_0x3f3954);}else _0x1aae33(_0x560272);}['_findReferenceNode'](_0x3a2728,_0x385d4b,_0x553a8e){const _0xa539cb=this['_findPrevElementWithDataId'](_0x3a2728,!0x1);if(_0xa539cb){const _0x200870=ns(_0xa539cb),_0xd202a6=Yi('data-id',_0x200870,_0x553a8e);if(_0xd202a6)return[_0xd202a6,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x200870);}const _0x14f2cd=this['_findNextElementWithDataId'](_0x3a2728,!0x1);if(_0x14f2cd){const _0x13c105=ns(_0x14f2cd),_0x3a2f09=Yi('data-id',_0x13c105,_0x553a8e);if(_0x3a2f09)return[_0x3a2f09,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x13c105);}return _0x385d4b?_0x3a2728['nextSibling']?this['_findFallbackReferenceNode'](_0x3a2728,_0x553a8e):[_0x553a8e['childNodes'][_0x553a8e['childNodes']['length']-0x1],'afterend']:[_0x553a8e['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x499910,_0x5b0d4a){const _0x2fd32b=[],_0x1cd484=this['_findPrevElementWithDataId'](_0x499910,!0x0);if(_0x1cd484){const _0x2b69f2=Yi('data-id',ns(_0x1cd484),_0x5b0d4a);_0x2b69f2&&_0x2fd32b['push']([_0x2b69f2,'afterend']);}const _0x1595f0=this['_findNextElementWithDataId'](_0x499910,!0x0);if(_0x1595f0){const _0x55525a=Yi('data-id',ns(_0x1595f0),_0x5b0d4a);_0x55525a&&_0x2fd32b['push']([_0x55525a,'beforebegin']);}if(_0x2fd32b['length']>0x1)return ts(_0x2fd32b[0x0][0x0])<=ts(_0x2fd32b[0x1][0x0])?_0x2fd32b[0x0]:_0x2fd32b[0x1];return 0x1===_0x2fd32b['length']?_0x2fd32b[0x0]:[_0x5b0d4a['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x79080f,_0x1d799b){let _0x57905e=_0x79080f['nextSibling'],_0x38f290=null,_0xd7b968=!0x1;for(;_0x57905e;){if(_0x2fa3ae(_0x57905e)){if(ss(_0x57905e)&&(_0x38f290=_0x57905e),this['_isExistingContentComment'](_0x57905e)&&_0x1d799b&&!_0xd7b968){_0xd7b968=!0x0,_0x57905e=_0x57905e['nextSibling'];continue;}break;}const _0x437520=Xi(_0x57905e,'data-id');if(_0x437520&&'new-element'!==_0x437520&&this['_existingDataIds']['has'](_0x437520)){_0x38f290=_0x57905e;break;}_0x57905e=_0x57905e['nextSibling'];}return _0x38f290;}['_findPrevElementWithDataId'](_0x2b60e2,_0x3ea19f){let _0x37edcc=_0x2b60e2['previousSibling'],_0x1e3feb=null,_0x367628=!0x1;for(;_0x37edcc;){if(_0x2fa3ae(_0x37edcc)){if(ss(_0x37edcc)&&(_0x1e3feb=_0x37edcc),this['_isExistingContentComment'](_0x37edcc)&&_0x3ea19f&&!_0x367628){_0x367628=!0x0,_0x37edcc=_0x37edcc['previousSibling'];continue;}break;}const _0x1b176a=Xi(_0x37edcc,'data-id');if(_0x1b176a&&'new-element'!==_0x1b176a&&this['_existingDataIds']['has'](_0x1b176a)){_0x1e3feb=_0x37edcc;break;}_0x37edcc=_0x37edcc['previousSibling'];}return _0x1e3feb;}['_markWrappedElements'](_0x3ceba9){_0x2ff01e(_0x3ceba9)&&$i('data-id',null,_0x3ceba9)['forEach'](_0x5db350=>{this['_isExistingNode'](_0x5db350)&&(zi(_0x5db350,'data-wrapped-id',Xi(_0x5db350,'data-id')),zi(_0x5db350,'data-id',null));});}['_processWrappedElements'](_0x1b569c,_0x1a9702){$i('data-wrapped-id',null,_0x1b569c)['forEach'](_0x389566=>{const _0x1c00d8=Xi(_0x389566,'data-wrapped-id');if(this['_hasUnstableParent'](_0x389566))return;const _0xfba8c7=Yi('data-id',_0x1c00d8,_0x1b569c);zi(_0x389566,'data-id',_0x1c00d8),_0xfba8c7&&(this['_removeNode'](_0xfba8c7,_0x1c00d8,_0x1a9702),this['_touchedNodesState']['removedIds']['push'](_0x1c00d8),this['_touchedNodesState']['lastTouchedId']=_0x1c00d8);});}['_hasUnstableParent'](_0x200f52){let _0x158488=_0x200f52['parentNode'];for(;_0x158488;){if(Xi(_0x158488,'data-unstable'))return!0x0;_0x158488=_0x158488['parentNode'];}return!0x1;}['_rescueUnwrappedElements'](_0x7cadf){const _0x322942=new Set(this['_touchedNodesState']['removedIds']),_0x33b9c3=new Set(this['_touchedNodesState']['newIds']);$i('data-id',null,_0x7cadf)['forEach'](_0x450c3b=>{const _0x7bfab1=Xi(_0x450c3b,'data-id'),_0x3d6575=!!_0x7bfab1&&this['_referencedExistingIds']['has'](_0x7bfab1),_0x328738=!!_0x7bfab1&&_0x33b9c3['has'](_0x7bfab1);if(!_0x7bfab1||!_0x3d6575&&!_0x328738)return;if(_0x322942['has'](_0x7bfab1))return;let _0x3746c3=_0x450c3b['parentNode'],_0x1e6f2b=!0x1;for(;_0x3746c3;){if(_0x3746c3===_0x7cadf){_0x1e6f2b=!0x0;break;}const _0x198bb5=Xi(_0x3746c3,'data-id');if(_0x198bb5&&(this['_referencedExistingIds']['has'](_0x198bb5)||_0x33b9c3['has'](_0x198bb5)))return;_0x3746c3=_0x3746c3['parentNode'];}if(_0x1e6f2b){if(_0x151fab(_0x7cadf,_0x450c3b),_0x3d6575){const _0x412fbd=this['_generateUid'](),_0x51d0b8=this['_touchedNodesState']['modifiedIds']['indexOf'](_0x7bfab1);-0x1!==_0x51d0b8&&this['_touchedNodesState']['modifiedIds']['splice'](_0x51d0b8,0x1),zi(_0x450c3b,'data-unwrapped-id',_0x7bfab1),zi(_0x450c3b,'data-id',_0x412fbd),this['_touchedNodesState']['newIds']['push'](_0x412fbd),this['_touchedNodesState']['rescuedNewIds']['add'](_0x412fbd),this['_touchedNodesState']['lastTouchedId']=_0x412fbd;}else this['_touchedNodesState']['rescuedNewIds']['add'](_0x7bfab1),this['_touchedNodesState']['lastTouchedId']=_0x7bfab1;}});}['_getUid'](_0x1c49e0){return this['_isExistingNode'](_0x1c49e0)?Xi(_0x1c49e0,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x14b65b){Qi(_0x14b65b)['filter'](_0x39bccf=>ss(_0x39bccf)||this['_isExistingContentComment'](_0x39bccf))['forEach'](_0x23811c=>{_0x1aae33(_0x23811c);});}['_findLastConfirmationPoint'](_0x30b5b2){let _0x17e68c=null,_0x40cbe6=null,_0x42d0d5=null,_0x4c5752=null;const _0x58377e=_0x103309=>{_0x103309&&(_0x17e68c=_0x103309),_0x42d0d5=null,_0x4c5752=null;};for(let _0x51fa28=0x0;_0x51fa28<_0x30b5b2['length'];_0x51fa28++){const _0x4d8764=_0x30b5b2[_0x51fa28];if(this['_isExistingContentComment'](_0x4d8764)){_0x58377e(_0x40cbe6);continue;}if(_0x2ff01e(_0x4d8764)){const _0x478750=Xi(_0x4d8764,'data-id'),_0x4ad992=_0x51fa28===_0x30b5b2['length']-0x1;if(_0x478750&&'new-element'!==_0x478750&&this['_touchedNodesState']['modifiedIds']['includes'](_0x478750)&&!_0x4ad992){_0x58377e(_0x478750),_0x40cbe6=_0x478750;continue;}}let _0x22904d=null;const _0x19dcde=ns(_0x4d8764);if(_0x19dcde&&this['_touchedNodesState']['rescuedNewIds']['has'](_0x19dcde))_0x40cbe6=_0x19dcde;else{if(_0x19dcde&&this['_touchedNodesState']['newIds']['includes'](_0x19dcde))_0x22904d='N';else{if(!ss(_0x4d8764))continue;_0x22904d='R';}_0x22904d===_0x4c5752||null===_0x4c5752?_0x4c5752=_0x22904d:null!==_0x42d0d5?(_0x58377e(_0x40cbe6),_0x4c5752=_0x22904d):(_0x42d0d5=_0x4c5752,_0x4c5752=_0x22904d),_0x40cbe6=_0x19dcde;}}const _0x22ec68=_0x30b5b2[_0x30b5b2['length']-0x1];return _0x22ec68&&!_0x2ff01e(_0x22ec68)&&!ss(_0x22ec68)&&_0x40cbe6&&_0x58377e(_0x40cbe6),_0x17e68c;}['_getLastStableElement'](_0x1a7d56,_0x329db9){if(!_0x329db9)return null;const _0x53d107=Yi('data-id',_0x329db9,_0x1a7d56);if(!_0x53d107)return null;const _0x26a206=[_0x53d107,...Ji(_0x53d107)]['at'](-0x2);if(_0x26a206===_0x53d107)return _0x53d107;let _0xa01c9=_0x26a206['previousSibling'];for(;_0xa01c9&&!_0x2ff01e(_0xa01c9);)_0xa01c9=_0xa01c9['previousSibling'];return _0xa01c9;}['_markUnstableElements'](_0x51f96c,_0x9cc747){const _0xeaec38=new Set([...this['_touchedNodesState']['newIds'],...this['_touchedNodesState']['modifiedIds'],...this['_touchedNodesState']['removedIds']]);let _0x5ce80c=_0x9cc747?_0x9cc747['nextSibling']:_0x51f96c['firstChild'];for(;_0x5ce80c;){_0x2ff01e(_0x5ce80c)&&((_0xeaec38['has'](Xi(_0x5ce80c,'data-id'))||$i('data-id',null,_0x5ce80c)['some'](_0x49a857=>_0xeaec38['has'](Xi(_0x49a857,'data-id'))))&&zi(_0x5ce80c,'data-unstable','true')),_0x5ce80c=_0x5ce80c['nextSibling'];}}['_isNewNode'](_0xff83e5){return Boolean('new-element'===Xi(_0xff83e5,'data-id'));}['_isExistingNode'](_0x1cd1ee){return Boolean((Xi(_0x1cd1ee,'data-id')||'')['length']>0x0&&'new-element'!==Xi(_0x1cd1ee,'data-id'));}['_isExistingContentComment'](_0x1adee2){return Boolean(_0x2fa3ae(_0x1adee2)&&Ki(_0x1adee2)['match'](/\s*existing[\s*-](content|document)\s*/g));}}function ss(_0x31269a){return!!_0x31269a&&Boolean(_0x2fa3ae(_0x31269a)&&Ki(_0x31269a)['match'](/removed[\s*-]data-id="[^"]+"/));}function ns(_0x25fd37){if(!_0x25fd37)return null;if(_0x2ff01e(_0x25fd37))return Xi(_0x25fd37,'data-id')??null;if(_0x2fa3ae(_0x25fd37)){const _0x108445=Ki(_0x25fd37)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x108445&&_0x108445[0x1])return _0x108445[0x1];}return null;}function rs(_0x284919,_0x210cfe){const _0x379b88=new Map();for(const _0x5f4e9a of qi(_0x284919))_0x379b88['set'](Xi(_0x5f4e9a,'data-id'),_0x5f4e9a);const _0x46b9d5=new Set();for(const _0x1491d6 of qi(_0x210cfe)){const _0x5b9d3f=Xi(_0x1491d6,'data-id'),_0x1233b2=_0x5b9d3f?_0x379b88['get'](_0x5b9d3f):void 0x0;_0x1233b2?(_0x7545e8(_0x1491d6,_0x3777a6(_0x1233b2,!0x0)),_0x46b9d5['add'](_0x5b9d3f)):_0x1aae33(_0x1491d6);}for(const _0x3eb905 of Qi(_0x210cfe))ss(_0x3eb905)&&_0x379b88['has'](ns(_0x3eb905))&&_0x1aae33(_0x3eb905);const _0x29f3b3=new Set($i('data-id',null,_0x210cfe)['map'](_0x2cd286=>Xi(_0x2cd286,'data-id')));for(const [_0x405a2f,_0xe92950]of _0x379b88){if(_0x46b9d5['has'](_0x405a2f))continue;let _0x532be4=_0xe92950['parent'],_0x107f76=null;for(;_0x532be4&&_0x2ff01e(_0x532be4);){const _0xe8f467=Xi(_0x532be4,'data-id');if(_0xe8f467&&_0x29f3b3['has'](_0xe8f467)){_0x107f76=_0xe8f467;break;}_0x532be4=_0x532be4['parent'];}if(!_0x107f76)continue;const _0x30a0ec=Yi('data-id',_0x107f76,_0x210cfe);_0x30a0ec&&_0x25c79c(_0x30a0ec,_0x3777a6(_0xe92950,!0x0));}}function os({changeGroups:_0x153476,documentContextContent:_0x43bd53,showDiff:_0x332442,trimUnchanged:_0xa52634=!0x0}){return _0x153476['map'](_0x57f728=>{if('destroyed'===_0x57f728['editor']['state'])return null;const _0x2938d1=new _0x49fb06([]),_0x12d867=new _0x49fb06([]),_0x546de3=new Set();for(const _0x38e19d of _0x57f728['changes'])'new'==_0x38e19d['type']&&$i('data-id',null,_0x38e19d['node'])['forEach'](_0x582fe1=>{_0x546de3['add'](Xi(_0x582fe1,'data-id'));});for(const _0x53c8e7 of _0x57f728['changes'])if('removed'!=_0x53c8e7['type']?_0x12d867['children']['push'](_0x53c8e7['node']['cloneNode'](!0x0)):_0x332442||_0x546de3['has'](_0x53c8e7['id'])||_0x12d867['children']['push'](_0x53c8e7['node']['cloneNode'](!0x0)),'new'!=_0x53c8e7['type']&&(_0x332442||'removed'!=_0x53c8e7['type'])){const _0x5b3f62=_0x2605ec(_0x44fe56=>Xi(_0x44fe56,'data-id')==_0x53c8e7['id'],_0x43bd53['get'](_0x57f728['documentId']),!0x0);_0x5b3f62&&_0x2938d1['children']['push'](_0x5b3f62['cloneNode'](!0x0));}const {content:_0x17d8d6,hasChanges:_0xd3e67b}=as(_0x57f728['editor'],_0x2938d1,_0x12d867,_0x332442,_0xa52634);return{'type':_0x57f728['changes'][0x0]['type'],'index':_0x57f728['index'],'content':_0x17d8d6,'hasChanges':_0xd3e67b};})['filter'](_0xeb423a=>null!==_0xeb423a);}function as(_0x42b069,_0x3d5639,_0x5bb41c,_0x4b3908,_0x3085d3=!0x0){const _0x101773=_0x42b069['plugins']['get']('DocumentCompare'),_0x5c4ed9=Ki(_0x3d5639),_0x585072=Ki(_0x5bb41c),_0x225ad5=_0x42b069['data']['parse'](_0x5c4ed9,'$root'),_0x1ad6dc=_0x42b069['model']['createPositionAt'](_0x225ad5,0x0),_0x27276f=_0x101773['getDiff'](_0x5c4ed9,_0x585072,{'anchor':_0x1ad6dc,'markDeletions':_0x4b3908,'targetEditor':_0x42b069})['getOperations']();if(0x0==_0x27276f['length'])return{'content':_0x3d5639['cloneNode'](!0x0),'hasChanges':!0x1};if(_0x4b3908?function(_0x4840e0,_0x1b9994,_0x3e6762){if(0x0==_0x4840e0['length'])return;const _0x41f0d5=_0x3e6762['plugins']['get']('DocumentCompare'),_0x284a92=_0x3e6762['plugins']['get']('SuggestionsConversion');_0x3e6762['model']['change'](_0x4e0e67=>{const _0x23ebe4=new Set();for(let _0x213be8=0x0;_0x213be8<_0x4840e0['length'];_0x213be8++){const _0x3def53=_0x4840e0[_0x213be8];if(_0x3def53['baseVersion']=null,_0x3def53['isDocumentOperation']=!0x1,_0x41f0d5['isMarkedRemoveOperation'](_0x3def53)){const _0x4f0699=_0x2d59b2(_0x3def53['newRange'],_0x3e6762['model']),_0x108977='suggestion:deletion:'+at()+':$aiSuggestion';_0x1b9994['markers']['set'](_0x108977,_0x4f0699);}else switch(_0x3def53['type']){case'rename':{if(_0x3def53['oldName']==_0x3def53['newName'])break;_0x4e0e67['batch']['addOperation'](_0x3def53),_0x3e6762['model']['applyOperation'](_0x3def53);const _0x527dd='$elementName',_0x23a11f=_0x3def53['position'],_0x23ae65=_0x3e6762['model']['createRange'](_0x23a11f,_0x3e6762['model']['createPositionAt'](_0x23a11f['nodeAfter'],'end')),_0x3b2cc4='suggestion:attribute:'+_0x527dd+':'+at()+':$aiSuggestion';_0x1b9994['markers']['set'](_0x3b2cc4,_0x23ae65);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0x3def53['oldValue']==_0x3def53['newValue'])break;_0x4e0e67['batch']['addOperation'](_0x3def53),_0x3e6762['model']['applyOperation'](_0x3def53);const _0x55ffc8=_0x3def53['key'];if(!_0x284a92['isRegisteredAttribute'](_0x55ffc8))break;const _0x40069e=_0x2d59b2(_0x3def53['range'],_0x3e6762['model']),_0x58c1cb='suggestion:attribute:'+_0x55ffc8+':'+at()+':$aiSuggestion';_0x1b9994['markers']['set'](_0x58c1cb,_0x40069e);break;}case'insert':{_0x4e0e67['batch']['addOperation'](_0x3def53),_0x3e6762['model']['applyOperation'](_0x3def53);if(_0x4840e0[_0x213be8+0x1]&&'move'==_0x4840e0[_0x213be8+0x1]['type']){hs(_0x1b9994,_0x3def53);break;}const _0x386fe5=_0x3def53['position'],_0x2a4ffe=_0x3def53['howMany'],_0x3e94f1=_0x2d59b2(_0x3e6762['model']['createRange'](_0x386fe5,_0x386fe5['getShiftedBy'](_0x2a4ffe)),_0x3e6762['model']),_0x242fd2='suggestion:insertion:'+at()+':$aiSuggestion';_0x1b9994['markers']['set'](_0x242fd2,_0x3e94f1);break;}case'split':{_0x4e0e67['batch']['addOperation'](_0x3def53),_0x3e6762['model']['applyOperation'](_0x3def53);const _0xb1e617=_0x3def53['splitPosition'],_0x5c0cbe=_0x3def53['moveTargetPosition'],_0x32c331=_0x3e6762['model']['createRange'](_0xb1e617,_0x5c0cbe),_0xf813d5='suggestion:insertion:'+at()+':$aiSuggestion';_0x1b9994['markers']['set'](_0xf813d5,_0x32c331);break;}case'move':{_0x4e0e67['batch']['addOperation'](_0x3def53),_0x3e6762['model']['applyOperation'](_0x3def53),_0x4840e0[_0x213be8-0x1]&&'insert'==_0x4840e0[_0x213be8-0x1]['type']&&hs(_0x1b9994,_0x3def53);const _0x524db3=_0x3def53['getMovedRangeStart'](),_0x83e148=_0x3def53['howMany'];for(let _0x24e971=0x0;_0x24e971<_0x83e148;_0x24e971++){const _0x56d513=_0x524db3['getShiftedBy'](_0x24e971)['nodeAfter'];_0x23ebe4['add'](_0x56d513);}break;}case'remove':{const _0x2f43ff=_0x3def53['sourcePosition'],_0xbc3fc8=_0x3def53['howMany'],_0x2fb0e9=new _0x2b0abe(_0x2f43ff,_0xbc3fc8);_0x4e0e67['batch']['addOperation'](_0x2fb0e9),_0x3e6762['model']['applyOperation'](_0x2fb0e9);break;}}}for(const _0x141889 of _0x23ebe4){const _0x220a88=_0x3e6762['model']['createRangeOn'](_0x141889),_0x3fcb2='suggestion:formatBlock:$fakeWrap:'+at()+':$aiSuggestion';_0x1b9994['markers']['set'](_0x3fcb2,_0x2d59b2(_0x220a88,_0x3e6762['model']));}});}(_0x27276f,_0x225ad5,_0x42b069):_0x42b069['model']['change'](_0x18bb43=>{for(const _0x4e6028 of _0x27276f)if('remove'==_0x4e6028['type']){const _0x5923cb=_0x4e6028['sourcePosition'],_0x3219b6=_0x4e6028['howMany'],_0x151959=new _0x2b0abe(_0x5923cb,_0x3219b6);_0x18bb43['batch']['addOperation'](_0x151959),_0x42b069['model']['applyOperation'](_0x151959);}else{if('marker'==_0x4e6028['type']){const _0x5cad43=_0x4e6028['name'],_0x15a2cd=_0x4e6028['newRange'];null!==_0x15a2cd?_0x225ad5['markers']['set'](_0x5cad43,_0x15a2cd):_0x225ad5['markers']['delete'](_0x5cad43);}else _0x4e6028['baseVersion']=null,_0x4e6028['isDocumentOperation']=!0x1,_0x18bb43['batch']['addOperation'](_0x4e6028),_0x42b069['model']['applyOperation'](_0x4e6028);}}),_0x3085d3){const _0x566bc1=cs(_0x42b069,_0x27276f,_0x225ad5);us(_0x42b069['model'],_0x566bc1),function(_0x476932,_0x13c9a6){const _0x5557e9=_0x13c9a6['getFirstRange']()['start'];let _0x28e5d2=_0x13c9a6['getFirstRange']()['end'];const _0x152b45=_0x5557e9['root'];(_0x28e5d2['textNode']||_0x28e5d2['nodeAfter']&&_0x28e5d2['nodeAfter']['is']('$text'))&&(_0x32fede(_0x28e5d2,'...'),_0x28e5d2=_0x28e5d2['getShiftedBy'](0x3)),(_0x5557e9['textNode']||_0x5557e9['nodeBefore']&&_0x5557e9['nodeBefore']['is']('$text'))&&(_0x32fede(_0x5557e9,'...'),function(_0x39ee41,_0x329ff3,_0x44e63e){for(let [_0x503dda,_0x2f8d93]of _0x39ee41['markers']){const _0x185ca6=_0x2f8d93['_getTransformedByInsertion'](_0x329ff3,_0x44e63e,!0x1);_0x2f8d93=_0x185ca6[0x0],_0x39ee41['markers']['set'](_0x503dda,_0x2f8d93);}}(_0x152b45,_0x5557e9,0x3),_0x5557e9['parent']==_0x28e5d2['parent']&&(_0x28e5d2=_0x28e5d2['getShiftedBy'](0x3)));const _0xc66dbf=_0x476932['createRange'](_0x476932['createPositionAt'](_0x152b45,0x0),_0x5557e9),_0x5b46b7=_0x476932['createRange'](_0x28e5d2,_0x476932['createPositionAt'](_0x152b45,'end')),_0x522ebe=[..._0xc66dbf['getMinimalFlatRanges'](),..._0x5b46b7['getMinimalFlatRanges']()];_0x522ebe['reverse']();for(const _0x2a357b of _0x522ebe)_0x55a7d0(_0x2a357b),_s(_0x152b45,_0x2a357b);}(_0x42b069['model'],_0x566bc1);}return{'content':Wi(_0x42b069['data']['stringify'](_0x225ad5,{'showSuggestionHighlights':!0x0})),'hasChanges':!0x0};}function hs(_0x10d738,_0x31cb5e){for(const [_0x5c3387,_0x3041b1]of _0x10d738['markers']){const _0x38c7d1=_0x805f9a['_createFromRanges'](_0x3041b1['getTransformedByOperation'](_0x31cb5e));_0x10d738['markers']['set'](_0x5c3387,_0x38c7d1);}}function cs(_0x1b0906,_0xb2196e,_0x3ca4eb){const _0x2a9e78=_0x1b0906['plugins']['get']('DocumentCompare');let _0xa1911e=_0x1b0906['model']['createPositionAt'](_0x3ca4eb,Number['POSITIVE_INFINITY']),_0x81ca19=_0x1b0906['model']['createPositionAt'](_0x3ca4eb,0x0);for(const _0x2525d2 of _0xb2196e){let _0x477574,_0x59fa0b;if(_0x2a9e78['isMarkedRemoveOperation'](_0x2525d2))_0x477574=_0x2525d2['newRange']['start'],_0x59fa0b=_0x2525d2['newRange']['end'];else switch(_0xa1911e=ls(_0xa1911e,_0x2525d2),_0x81ca19=ls(_0x81ca19,_0x2525d2),_0x2525d2['type']){case'rename':_0x477574=_0x2525d2['position'],_0x59fa0b=_0x477574['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x477574=_0x2525d2['range']['start'],_0x59fa0b=_0x2525d2['range']['end'];break;case'insert':_0x477574=_0x2525d2['position'],_0x59fa0b=_0x477574['getShiftedBy'](_0x2525d2['howMany']);break;case'split':_0x477574=_0x2525d2['splitPosition'],_0x59fa0b=_0x2525d2['moveTargetPosition'];break;case'merge':{const _0x3a8e7d=_0x2525d2['targetPosition']['path']['slice'](0x0,-0x1);_0x477574=_0x1b0906['model']['createPositionFromPath'](_0x3ca4eb,_0x3a8e7d),_0x59fa0b=_0x477574['getShiftedBy'](0x1);break;}case'move':case'remove':{const _0x30aa27=_0x2525d2['howMany'],_0x1d9976=_0x2525d2['sourcePosition']['_getTransformedByInsertion'](_0x2525d2['targetPosition'],_0x30aa27),_0x494f1f=_0x2525d2['getMovedRangeStart']();'remove'==_0x2525d2['type']?(_0x477574=_0x1d9976,_0x59fa0b=_0x1d9976):(_0x477574=_0x494f1f,_0x59fa0b=_0x494f1f['getShiftedBy'](_0x30aa27));break;}}_0x477574&&_0x477574['isBefore'](_0xa1911e)&&(_0xa1911e=_0x477574['clone'](),_0xa1911e['stickiness']='toNone'),_0x59fa0b&&_0x59fa0b['isAfter'](_0x81ca19)&&(_0x81ca19=_0x59fa0b['clone'](),_0x81ca19['stickiness']='toNone');}return _0x1b0906['model']['createSelection'](_0x1b0906['model']['createRange'](_0xa1911e,_0x81ca19));}function ls(_0x28572b,_0x18ffa3){return'move'!=_0x18ffa3['type']&&'remove'!=_0x18ffa3['type']||_0x18ffa3['sourceRange']['containsPosition'](_0x28572b)&&((_0x28572b=_0x18ffa3['sourcePosition']['clone']())['stickiness']='toNone'),_0x28572b['getTransformedByOperation'](_0x18ffa3);}function us(_0xb701d5,_0x4e4edf){ds(_0xb701d5,_0x4e4edf,'forward');const _0x49e502=_0x4e4edf['getFirstRange']();_0x4e4edf['setTo']([]),_0x4e4edf['setTo'](_0x49e502,{'backward':!0x0}),ds(_0xb701d5,_0x4e4edf,'backward');}function ds(_0x19e275,_0x4bcd0d,_0x43b187){let _0x9789b4=0x14;for(;_0x9789b4;){_0x19e275['modifySelection'](_0x4bcd0d,{'unit':'word','direction':_0x43b187}),_0x9789b4--;const _0x4c2a70=_0x4bcd0d['focus']['forward'==_0x43b187?'nodeBefore':'nodeAfter'];if(_0x4c2a70&&_0x4c2a70['is']('element')&&_0x19e275['schema']['isBlock'](_0x4c2a70)&&_0x19e275['schema']['isObject'](_0x4c2a70))break;}}function _s(_0x4fd2e4,_0x4ee723){for(const [_0x43578f,_0x427098]of _0x4fd2e4['markers']){const _0x14c2fa=_0x427098['_getTransformedByDeletion'](_0x4ee723['start'],_0x4ee723['end']['offset']-_0x4ee723['start']['offset']);null!=_0x14c2fa?_0x4fd2e4['markers']['set'](_0x43578f,_0x14c2fa):_0x4fd2e4['markers']['delete'](_0x43578f);}}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:_0x178035,isDone:_0x5917e6=!0x1,isComplete:_0xcfea89,interactionId:_0x2ca253,areActionsDisabled:_0x173453,isFromHistory:_0x28412a=!0x1,documentContextContent:_0x18fa69,locale:_0x84ff44,id:_0x1f503c,channelsToEditors:_0x484352}){super(),this['id']=_0x1f503c||at(),this['interactionId']=_0x2ca253,this['type']=_0x178035,this['areActionsDisabled']=!!_0x173453,this['isFromHistory']=_0x28412a,this['locale']=_0x84ff44,this['aiResponseParser']=new AIResponseParser(),this['aiResponseApplier']=new AIResponseApplier(),this['documentContextContent']=new Map(_0x18fa69?.['map'](_0x39068e=>[_0x39068e['id'],Wi(_0x39068e['content'])])||[]),this['_documentIdToSource']=new Map(_0x18fa69?.['map'](_0xe6c1a7=>[_0xe6c1a7['id'],{'editor':_0x484352['get'](_0xe6c1a7['channelId']),'rootName':_0xe6c1a7['rootName']}])||[]),this['set']('isDone',_0x5917e6),this['set']('isComplete',_0xcfea89??_0x5917e6),'text'===this['type']&&this['content']['set']('text','');}['appendContent'](_0x4c6c19,_0xf8ea69){const _0x54415b='text'===this['type']?'text':_0xf8ea69;this['content']['has'](_0x54415b)||this['content']['set'](_0x54415b,''),this['content']['set'](_0x54415b,this['content']['get'](_0x54415b)+_0x4c6c19),this['onContentChange'](_0x54415b);}['done'](_0x3137d1=!0x0){this['isComplete']=_0x3137d1,this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0x63a699,_0xf297ba){this['changeGroups'][_0x63a699]['state']=_0xf297ba,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0x63a699,'state':_0xf297ba});}['getContentParts']({showDiff:_0x2fbc9c,groupIndex:_0x3c5ac9}){const _0x25eeba=this['_getCachedContentParts'](_0x2fbc9c,_0x3c5ac9);if(_0x25eeba)return _0x25eeba;let _0x17ecc3=[];if(void 0x0===_0x3c5ac9)_0x17ecc3=this['changeGroups'];else{const _0x5da0d9=this['changeGroups']['find'](({index:_0x36a3cc})=>_0x36a3cc===_0x3c5ac9);if(!_0x5da0d9)throw new ht('ai-reply-get-content-parts-group-not-found',null,{'aiReply':this,'groupIndex':_0x3c5ac9});_0x17ecc3=[_0x5da0d9];}const _0x3c8ccc=os({'showDiff':_0x2fbc9c,'changeGroups':_0x17ecc3,'documentContextContent':this['documentContextContent']});return this['_setCachedContentParts'](_0x2fbc9c,_0x3c8ccc),_0x3c8ccc;}['_getCachedContentParts'](_0x493482,_0x722e50){const _0x1c67ba=_0x493482?'withDiff':'withoutDiff';if(!this['cachedSuggestionContentParts'][_0x1c67ba]['length'])return null;const _0x578eda=this['cachedSuggestionContentParts'][_0x1c67ba];if(void 0x0===_0x722e50)return _0x578eda['length']>0x0&&_0x578eda['length']!==this['changeGroups']['length']?(this['_setCachedContentParts'](_0x493482,null),null):_0x2ea6b1(_0x578eda);{const _0x2b6f2f=_0x578eda['find'](({index:_0xad7b72})=>_0xad7b72===_0x722e50);if(_0x2b6f2f)return[_0x2ea6b1(_0x2b6f2f)];}return null;}['_setCachedContentParts'](_0x1990d3,_0x37d7bc){const _0x4b799f=_0x1990d3?'withDiff':'withoutDiff';_0x37d7bc?_0x37d7bc['forEach'](_0x334d42=>{const _0x33ff13=this['cachedSuggestionContentParts'][_0x4b799f],_0x283f8f=_0x33ff13['find'](({index:_0x14a539})=>_0x14a539===_0x334d42['index']);if(_0x283f8f){const _0x2df69b=_0x33ff13['indexOf'](_0x283f8f);_0x33ff13['splice'](_0x2df69b,0x1,_0x334d42);}else _0x33ff13['push'](_0x334d42);}):this['cachedSuggestionContentParts'][_0x4b799f]['length']=0x0;}['onContentChange'](_0x32ea43){if('modification'===this['type']){if(_0x32ea43)this['parsedContent']['set'](_0x32ea43,this['aiResponseParser']['parseAndNormalizeHTML'](this['content']['get'](_0x32ea43)));else{for(const [_0x1eb49d,_0x17dabf]of this['content'])this['parsedContent']['set'](_0x1eb49d,this['aiResponseParser']['parseAndNormalizeHTML'](_0x17dabf));}const _0x18419c=this['changeGroups'];for(const _0x52cf87 of this['content']['keys']())this['updateChangeGroups'](_0x52cf87);const _0x5bfb91=this['_getDifferentChangeGroups'](_0x18419c,this['changeGroups']);(_0x5bfb91['length']||this['isDone'])&&(this['fire']('replyContentUpdated',this,_0x5bfb91),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'](_0x3e8f20,_0x4a6fe1){const _0x5b87af=[];for(const _0x557c91 of _0x4a6fe1){const _0x35df17=_0x3e8f20[_0x557c91['index']];_0x35df17?_0x35df17['changes']['length']!==_0x557c91['changes']['length']?_0x5b87af['push'](_0x557c91):_0x35df17['changes']['forEach']((_0xb54af7,_0x3f2051)=>{const _0x5d2494=_0x557c91['changes'][_0x3f2051];_0xb54af7['id']!==_0x5d2494['id']&&_0x5b87af['push'](_0x557c91);}):_0x5b87af['push'](_0x557c91);}return _0x5b87af;}['updateChangeGroups'](_0x2c1984){const _0x18cfdb=this['documentContextContent']['get'](_0x2c1984),_0x29b4a8=this['parsedContent']['get'](_0x2c1984);if(!_0x18cfdb||!_0x29b4a8)return;const _0x40674f=new _0x2f80a7('p',{},[new _0x2f80a7('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x2c0b48(Mi(this['locale'],'AI_SUGGESTION_CONTENT_PART_REMOVED'))])]),_0x1f21bc=this['aiResponseApplier']['merge'](_0x29b4a8,_0x18cfdb['cloneNode'](!0x0),{'cutAfterUnstable':!this['isDone']||!this['isComplete'],'replaceRemovedWith':_0x40674f});this['parsedMergedContent']['set'](_0x2c1984,_0x1f21bc['parsedContent']);let _0x96038c=[];if(_0x17cdaf(_0x5c6dcc=>{const _0x35b71c=Xi(_0x5c6dcc,'data-id');if(!_0x35b71c||!_0x5d89d5(_0x35b71c))return!0x1;const _0x4f398c=[_0x5c6dcc,...Ji(_0x5c6dcc)]['at'](-0x2);if(_0x5c6dcc!=_0x4f398c){const _0x1eef93=Xi(_0x4f398c,'data-id');_0x5d89d5(_0x1eef93)||(_0x96038c['push']({'node':_0x4f398c,'id':_0x1eef93,'type':'modified'}),_0x1f21bc['modifiedNodeIds']['push'](_0x1eef93));}else _0x1f21bc['modifiedNodeIds']['includes'](_0x35b71c)?_0x96038c['push']({'node':_0x5c6dcc,'type':'modified','id':_0x35b71c}):_0x1f21bc['newNodeIds']['includes'](_0x35b71c)?_0x96038c['push']({'node':_0x5c6dcc,'type':'new','id':_0x35b71c,'anchorId':Xi(_0x5c6dcc['previousSibling'],'data-id')}):_0x96038c['push']({'node':_0x5c6dcc,'type':'removed','id':_0x35b71c});return!0x0;},this['parsedMergedContent']['get'](_0x2c1984)),_0x96038c=_0x96038c['filter'](({node:_0x36d0a8})=>[...Ji(_0x36d0a8),_0x36d0a8]['every'](_0x5f17b8=>!Xi(_0x5f17b8,'data-unstable'))),this['changeGroups']=this['changeGroups']['filter'](_0x5bb80a=>_0x5bb80a['documentId']!==_0x2c1984),0x0==_0x96038c['length'])return;const _0x14ccaf=[[_0x96038c[0x0]]];for(let _0x59bdbe=0x1;_0x59bdbe<_0x96038c['length'];_0x59bdbe++){const _0x2d1037=_0x14ccaf[_0x14ccaf['length']-0x1],_0x94b5d4=_0x2d1037[_0x2d1037['length']-0x1];_0x96038c[_0x59bdbe]['node']['previousSibling']==_0x94b5d4['node']&&'modified'!=_0x96038c[_0x59bdbe]['type']&&'modified'!=_0x94b5d4['type']?_0x2d1037['push'](_0x96038c[_0x59bdbe]):_0x14ccaf['push']([_0x96038c[_0x59bdbe]]);}for(const _0x31d27f of _0x14ccaf){const _0x497c6b=_0x31d27f[0x0],_0x41eb4b=_0x31d27f[_0x31d27f['length']-0x1],_0x5bd24d=_0x21d4eb(_0x497c6b['node']['previousSibling']);_0x5bd24d&&_0x31d27f['unshift'](_0x5bd24d);const _0x46ada8=_0x21d4eb(_0x41eb4b['node']['nextSibling']);_0x46ada8&&_0x31d27f['push'](_0x46ada8);}$i('data-wrapped-id',null,this['parsedMergedContent']['get'](_0x2c1984))['forEach'](_0x43de35=>{zi(_0x43de35,'data-wrapped-id',null);});const _0x7fce5=new Map();$i('data-unwrapped-id',null,this['parsedMergedContent']['get'](_0x2c1984))['forEach'](_0x37380e=>{const _0x4efb60=Xi(_0x37380e,'data-unwrapped-id'),_0x620b46=Xi(_0x37380e,'data-id');_0x7fce5['set'](_0x620b46,_0x4efb60),zi(_0x37380e,'data-id',_0x4efb60),zi(_0x37380e,'data-unwrapped-id',null);});for(const _0x16dc69 of _0x96038c){const _0x4c6807=_0x7fce5['get'](_0x16dc69['id']);_0x4c6807&&(_0x16dc69['id']=_0x4c6807);}this['changeGroups']['push'](..._0x14ccaf['map']((_0x57474c,_0x378ac1)=>({'changes':_0x57474c,'state':'pending','index':_0x378ac1,'editor':this['_documentIdToSource']['get'](_0x2c1984)['editor'],'rootName':this['_documentIdToSource']['get'](_0x2c1984)['rootName'],'documentId':_0x2c1984})));const _0x24b85d=Array['from'](this['documentContextContent']['keys']());function _0x5d89d5(_0x22776f){return _0x1f21bc['modifiedNodeIds']['includes'](_0x22776f)||_0x1f21bc['newNodeIds']['includes'](_0x22776f)||_0x1f21bc['removedNodeIds']['includes'](_0x22776f);}function _0x21d4eb(_0x1cf072){if(_0x1cf072&&Xi(_0x1cf072,'data-id')&&!Xi(_0x1cf072,'data-unstable')){const _0x4edb44=Xi(_0x1cf072,'data-id');if(!_0x5d89d5(_0x4edb44))return{'node':_0x1cf072,'type':'context','id':_0x4edb44};}return null;}this['changeGroups']['sort']((_0x12f460,_0x4f11d0)=>_0x24b85d['indexOf'](_0x12f460['documentId'])-_0x24b85d['indexOf'](_0x4f11d0['documentId'])),this['changeGroups']['forEach']((_0x5c3c87,_0x17a168)=>{_0x5c3c87['index']=_0x17a168;});}}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:_0x2ab7fb,locale:_0x409840,channelsToEditors:_0x5b6da9}){super(),this['id']=at(),this['connector']=_0x2ab7fb,this['isStopped']=!0x0,this['locale']=_0x409840,this['_channelsToEditors']=_0x5b6da9||new Map();}async['start'](){await this['_run']();}async['resume'](_0x1a4ef2){await this['_run'](_0x1a4ef2);}async['_run'](_0x7908ff){const _0x442daf=[];let _0x5f09df,_0x3ed2ff,_0x343616,_0x2c2aaf=!0x1;this['isStopped']=!0x1;try{this['currentRequest']=_0x7908ff||await this['sendRequest'](),this['fire']('interactionStarted',this);const _0x463153=await this['currentRequest']['getStream']();for await(const _0x5ee36c of _0x463153){if(this['isStopped'])return;if('error'==_0x5ee36c['event'])return void this['fire']('error',{'error':new ht('ai-chat-interaction-error',this)});switch(_0x5ee36c['event']){case'message-metadata':this['messageId']=_0x5ee36c['data']['messageId'];break;case'action-metadata':this['actionCallId']=_0x5ee36c['data']['callId'];break;case'conversation-title':this['setConversationTitle'](_0x5ee36c['data']['conversationTitle'],!0x0);break;case'source':_0x442daf['push'](_0x5ee36c['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'](),_0x5f09df='modification-delta'==_0x5ee36c['event']?'modification':'text',_0x3ed2ff='modification-delta'==_0x5ee36c['event']?_0x5ee36c['data']['id']:void 0x0,this['currentReply']&&this['currentReply']['type']!=_0x5f09df&&(this['currentReply']['done'](),this['currentReply']=void 0x0),this['currentReply']||(this['currentReply']=this['createReply']({'type':_0x5f09df,'interactionId':this['id'],'id':_0x3ed2ff,'channelsToEditors':this['_channelsToEditors'],...'modification-delta'==_0x5ee36c['event']&&{'documentId':_0x5ee36c['data']['documentId']}}),'modification'==_0x5f09df&&(this['currentReply']['sources']=_0x442daf['splice'](0x0))),this['currentReply']['appendContent'](_0x5ee36c['data']['textDelta'],_0x5ee36c['data']['documentId']);break;case'mcp-tool-result':_0x343616=JSON['parse'](_0x5ee36c['data']['result']),this['_handleToolResultData']({'toolName':_0x5ee36c['data']['toolName'],'data':_0x343616['data'],'attributes':_0x343616['attributes']});break;case'mcp-tool-notification':this['_handleToolNotificationData']({'toolName':_0x5ee36c['data']['toolName'],'data':_0x5ee36c['data']['data']});}}_0x2c2aaf=!0x0;}finally{this['isStopped']||(this['currentReply']&&_0x442daf['length']>0x0&&(this['currentReply']['sources']=_0x442daf['splice'](0x0)),this['_finalizeInteraction'](_0x2c2aaf),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x11f36a){return this['replies']['find'](_0x37a558=>_0x37a558['id']===_0x11f36a);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x58e6b6=>_0x58e6b6['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0x156070){const _0x1294d5=this['getDocumentContext'](),_0x456608=new AIReply({'locale':this['locale'],'documentContextContent':_0x1294d5?.['documents'],..._0x156070});return this['replies']['push'](_0x456608),_0x456608['delegate'](...Is)['to'](this),this['fire']('replyCreated',_0x456608),_0x456608;}['setConversationTitle'](_0x45ae49,_0x4e2d1b=!0x1){this['fire']('setConversationTitle',_0x45ae49,_0x4e2d1b);}['resetWebSearchState'](){this['_isWebSearching']&&(this['_isWebSearching']=!0x1,this['fire']('webSearchFinished',this));}['resetReasoningState'](){this['_isReasoning']&&(this['_isReasoning']=!0x1,this['fire']('reasoningFinished',this));}['_handleToolResultData'](_0x2f4b54){this['fire']('toolDataReceived',{'type':'result','toolName':_0x2f4b54['toolName'],'data':structuredClone(_0x2f4b54['data']||{}),'attributes':structuredClone(_0x2f4b54['attributes']||{})},this);}['_handleToolNotificationData'](_0xb99726){this['fire']('toolDataReceived',{'type':'notification','toolName':_0xb99726['toolName'],'data':structuredClone(_0xb99726['data'])},this);}['_finalizeInteraction'](_0x486d62=!0x1){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](_0x486d62),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:_0x51e37a,config:_0xdc803a,ownerId:_0x3621db}){super(),this['_connector']=_0x51e37a,this['_config']=_0xdc803a,this['_ownerId']=_0x3621db;}['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'](_0x5b403e){const _0x39647d=await this['_createContextItemFromContent'](_0x5b403e);return this['_addToConversationContextItem'](_0x39647d),'current-document'===_0x39647d['uiId']&&this['toggleAddCurrentDocumentOptionVisibility'](),_0x39647d;}async['populateDocumentsFromMessage'](_0x598dd4,_0x2b8e89){const _0x2696e5=_0x598dd4['filter'](_0x13a8d7=>'document'===_0x13a8d7['type']);if(0x0===_0x2696e5['length'])return{'hasUnmatched':!0x1};const _0x1aa71c=_0x2696e5['map'](_0xe8c228=>_0xe8c228['id']),_0x4d7e81=await this['_connector']['fetchDocuments'](this['_ownerId'],_0x1aa71c)['getDocuments'](),_0x11ae72=new Map(_0x4d7e81['map'](_0x35ea9f=>[_0x35ea9f['id'],_0x35ea9f])),_0x1c925f=[];let _0x492cc1=!0x1;for(const _0x2c3df7 of _0x2696e5){const _0x2c66e2=_0x11ae72['get'](_0x2c3df7['id']);_0x2c66e2&&(this['_matchDocumentToRoot'](_0x2c66e2,_0x2b8e89)||(_0x492cc1=!0x0),_0x1c925f['push']({'id':_0x2c66e2['id'],'content':_0x2c66e2['content'],'version':_0x2c66e2['attributes']?.['version']??0x0,'sessionId':_0x2c66e2['attributes']?.['sessionId']??null,'selection':[],'channelId':_0x2c66e2['attributes']?.['channelId']??_0x2b8e89[0x0]?.['config']['get']('collaboration.channelId')??'','rootName':_0x2c66e2['attributes']?.['rootName']??_0x2b8e89[0x0]?.['model']['document']['getRoots']()[0x0]['rootName']??''}));}const _0x5000b6={'id':'current-document','uiId':'current-document','label':'Current\x20document','type':'document','hidden':this['_conversationContextItems']['has']('current-document'),'documents':_0x1c925f};return this['_addToConversationContextItem'](_0x5000b6),this['toggleAddCurrentDocumentOptionVisibility'](),{'contextItem':_0x5000b6,'hasUnmatched':_0x492cc1};}['_matchDocumentToRoot'](_0x461e05,_0x4adae3){const _0x2a1aa1=_0x461e05['attributes']?.['channelId'],_0x27caef=_0x461e05['attributes']?.['rootName'];if(_0x2a1aa1&&_0x27caef){for(const _0x3679bd of _0x4adae3)if(_0x3679bd['config']['get']('collaboration.channelId')===_0x2a1aa1){for(const _0x2d746a of _0x3679bd['model']['document']['getRoots']())if('$graveyard'!==_0x2d746a['rootName']&&_0x2d746a['rootName']===_0x27caef)return{'editor':_0x3679bd,'rootName':_0x2d746a['rootName']};}}}async['_createContextItemFromContent'](_0x2e666f){if('document'===_0x2e666f['type']){const _0x161eb3=await this['_connector']['fetchDocument'](this['_ownerId'],_0x2e666f['id'])['getDocument']();return{'id':'current-document','uiId':'current-document','label':'Current\x20document','type':_0x2e666f['type'],'content':_0x161eb3['content'],'hidden':this['_conversationContextItems']['has']('current-document'),'version':_0x161eb3['attributes']?.['version'],'sessionId':_0x161eb3['attributes']?.['sessionId']};}if('mcp-tool-context'===_0x2e666f['type'])return{'id':_0x2e666f['id'],'uiId':_0x2e666f['id'],'label':_0x2e666f['data']?.['label']||_0x2e666f['id'],'type':'mcp-tool-context','mcpServerName':_0x2e666f['mcpServerName'],'toolName':_0x2e666f['toolName'],'data':_0x2e666f['data']||{}};return{'id':_0x2e666f['id'],'uiId':_0x2e666f['id'],'label':_0x2e666f['attributes']?.['label']||_0x2e666f['name']||_0x2e666f['url']||_0x2e666f['id'],'type':_0x2e666f['type'],..._0x2e666f?.['attributes']?.['resourceId']?{'resourceId':_0x2e666f['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0x3ef4cd){const _0x29b40c=this['_pendingContextItems']['get'](_0x3ef4cd);_0x29b40c?.['isReadOnly']||this['_removeContextItem'](_0x3ef4cd);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0x38075c of this['_pendingContextItems']['values']())this['_removeContextItem'](_0x38075c['uiId']);const _0x36b827=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x36b827&&this['_addContextItem']({..._0x36b827,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0xaec69){for(const _0x3fb893 of _0xaec69['values']())this['_addToConversationContextItem'](_0x3fb893);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'](_0x423562){return Array['from'](_0x423562['values']())['flatMap'](_0x502de1=>this['_mapContextItemToRequestData'](_0x502de1));}async['addFilesToContext'](_0x2812b8,_0x650cc8,_0x546370='file'){const _0xfb7535='files-'+at();this['_startUploadOperation'](_0xfb7535);try{await Promise['all'](_0x2812b8['map'](async _0x5e2a99=>{const _0x1a861b='file-'+at(),_0x54c8fe=_0x5d498f(_0x5e2a99['name']),_0x4db65f='file'===_0x546370&&_0x5e2a99['type']['startsWith']('image/')?'image':_0x546370;try{this['_addContextItem']({'type':_0x4db65f,'label':_0x650cc8?.['label']||_0x54c8fe,'uiId':_0x1a861b,'resourceId':_0x650cc8?.['resourceId']},!0x0);const _0x4b43fb=this['_connector']['uploadFile'](this['_ownerId'],_0x5e2a99,_0x650cc8);this['_ongoingUploads']['set'](_0x1a861b,_0x4b43fb['abortController']);const {id:_0x20037b}=await _0x4b43fb['getId']();this['_ongoingUploads']['delete'](_0x1a861b),this['_finishContextItemLoading']({'type':_0x4db65f,'id':_0x20037b,'label':_0x650cc8?.['label']||_0x54c8fe,'uiId':_0x1a861b,'resourceId':_0x650cc8?.['resourceId']},!0x1);}catch(_0x89b677){this['_ongoingUploads']['delete'](_0x1a861b);if(!(_0x89b677 instanceof ht&&_0x89b677['message']['startsWith']('ai-request-aborted'))){const _0x3ab44c=As['get'](_0x89b677['code'])||'ai-chat-file-upload-failed',_0x4ddaee=new ht(_0x3ab44c,null,{'fileName':_0x54c8fe,..._0x89b677});_0x4ddaee['stack']=_0x89b677['stack'],this['fire']('error',{'error':_0x4ddaee});}this['_removeContextItem'](_0x1a861b);}}));}finally{this['_finishUploadOperation'](_0xfb7535);}}['addCurrentDocumentToContext'](_0x3ce53c){if(this['isCurrentDocumentInContext']()||!this['_addContextOptionsState']['document']['enabled'])return;const _0x35839b={'type':'document','uiId':'current-document','label':_0x3ce53c,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x35839b);}async['updateCurrentDocuments'](_0x3c6c6a){const _0x20c9ff=this['_pendingContextItems']['get']('current-document');if(!_0x20c9ff||!_0x3c6c6a['length']||_0x3c6c6a['every'](_0x28c48c=>!_0x28c48c['content']))return;_0x3c6c6a['length']>0x1&&_0x3c6c6a['some'](_0x4abc73=>!_0x4abc73['description'])&&wt('ai-chat-documents-missing-description');try{const _0x2dc039=await this['_connector']['uploadDocuments'](this['_ownerId'],_0x3c6c6a)['getIds']();if(_0x2dc039['length']!==_0x3c6c6a['length']||_0x2dc039['some'](_0x3651f8=>!_0x3651f8?.['id'])){const _0x5659f4=new ht('ai-chat-document-upload-reply-mismatch',null);return void this['fire']('error',{'error':_0x5659f4});}_0x20c9ff['documents']=_0x3c6c6a['map']((_0x410700,_0x364239)=>{return{'id':_0x2dc039[_0x364239]['id'],'content':_0x410700['content'],'version':_0x410700['version'],'sessionId':_0x410700['sessionId'],'selection':(_0x116c6f=_0x410700['selections'],_0x116c6f?_0x116c6f['map'](_0x41caf6=>({'start':_0x41caf6['start'],'end':_0x41caf6['end']})):[]),'channelId':_0x410700['channelId'],'rootName':_0x410700['rootName']};var _0x116c6f;});}catch(_0x3df060){const _0x31708c=new ht('ai-chat-document-upload-failed',null);_0x31708c['stack']=_0x3df060['stack'],this['fire']('error',{'error':_0x31708c});}}['addSelectionToContext'](_0x2bab12){this['_addContextItem']({'type':'selection','label':_0x2bab12,'uiId':'selection','content':_0x2bab12});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x1f8079,_0x1ede0a){const _0x35ed51='url-'+at();this['_startUploadOperation'](_0x35ed51);const _0x71e9c0='url-'+at();try{this['_addContextItem']({'type':'web-resource','label':_0x1ede0a?.['label']||_0x1f8079,'uiId':_0x71e9c0,'resourceId':_0x1ede0a?.['resourceId']},!0x0);const _0x2b3102=this['_connector']['uploadUrl'](this['_ownerId'],_0x1f8079,_0x1ede0a);this['_ongoingUploads']['set'](_0x71e9c0,_0x2b3102['abortController']);const {id:_0x58fc76}=await _0x2b3102['getId']();this['_ongoingUploads']['delete'](_0x71e9c0),this['_finishContextItemLoading']({'type':'web-resource','id':_0x58fc76,'label':_0x1ede0a?.['label']||_0x1f8079,'uiId':_0x71e9c0,'resourceId':_0x1ede0a?.['resourceId']},!0x1);}catch(_0x113094){this['_ongoingUploads']['delete'](_0x71e9c0),(_0x113094['message']['startsWith']('ai-request-aborted')||this['fire']('error',{'error':new ht('ai-chat-url-upload-failed',this,{'url':_0x1f8079,'originalError':_0x113094}),'url':_0x1f8079}),this['_removeContextItem'](_0x71e9c0));}finally{this['_finishUploadOperation'](_0x35ed51);}}['addToolItemToContext'](_0x23544d){_0x23544d['id']=_0x23544d['id']??at()['substring'](0x0,0x15),this['_pendingContextItems']['set'](_0x23544d['uiId'],_0x23544d),this['fire']('contextItemAdded',{'contextItem':_0x23544d,'isLoading':!0x1});}async['loadSourceResources'](_0x52a28c,_0x259866,_0x5bdf4e){const _0x36aacb=this['_addContextOptionsState']['sources']['find'](_0x439c7d=>_0x439c7d['id']===_0x52a28c);if(!_0x36aacb)return this['fire']('error',{'error':new ht('ai-chat-source-not-found',this,{'sourceId':_0x52a28c}),'sourceId':_0x52a28c}),[];try{const _0x3186ca=(await _0x36aacb['getResources'](_0x259866))['map'](_0x293412=>{const _0x29a864=this['_isResourceInContext'](_0x293412['id']);return{..._0x293412,'isInContext':_0x29a864};});return _0x36aacb['resources']=_0x3186ca,this['fire']('sourceResourcesLoaded',{'sourceId':_0x52a28c,'source':_0x36aacb,'resources':_0x3186ca,'uid':_0x5bdf4e}),_0x3186ca;}catch(_0x2116f4){return this['fire']('error',{'error':new ht('ai-chat-source-resources-load-failed',this,{'sourceId':_0x52a28c,'originalError':_0x2116f4}),'sourceId':_0x52a28c,'sourceLabel':_0x36aacb['label']}),[];}}async['addResourceToContext'](_0x589328,_0x3bd4c9){if(this['_isResourceInContext'](_0x3bd4c9['id']))return;let _0x310abb=_0x3bd4c9['data'];if(!_0x310abb&&_0x589328['getData'])try{_0x310abb=await _0x589328['getData'](_0x3bd4c9['id']);}catch(_0x534488){return void this['fire']('error',{'error':new ht('ai-chat-resource-load-failed',this,{'resourceId':_0x3bd4c9['id'],'sourceId':_0x589328['id'],'originalError':_0x534488}),'resourceId':_0x3bd4c9['id'],'sourceId':_0x589328['id']});}if(_0x310abb)switch(_0x3bd4c9['type']){case'web-resource':if('string'!=typeof _0x310abb)return void this['fire']('error',{'error':new ht('ai-chat-context-invalid-data',this,{'resourceId':_0x3bd4c9['id'],'sourceId':_0x589328['id'],'expectedType':'string','actualType':typeof _0x310abb}),'resourceId':_0x3bd4c9['id'],'sourceId':_0x589328['id']});await this['addUrlToContext'](_0x310abb,{'label':_0x3bd4c9['label'],'resourceId':_0x3bd4c9['id']});break;case'file':if(!(_0x310abb instanceof File))return void this['fire']('error',{'error':new ht('ai-chat-context-invalid-data',this,{'resourceId':_0x3bd4c9['id'],'sourceId':_0x589328['id'],'expectedType':'File','actualType':typeof _0x310abb}),'resourceId':_0x3bd4c9['id'],'sourceId':_0x589328['id']});await this['addFilesToContext']([_0x310abb],{'label':_0x3bd4c9['label'],'resourceId':_0x3bd4c9['id']});break;case'text':if('object'!=typeof _0x310abb||!('content'in _0x310abb)||!('type'in _0x310abb))return void this['fire']('error',{'error':new ht('ai-chat-context-invalid-data',this,{'resourceId':_0x3bd4c9['id'],'sourceId':_0x589328['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x310abb}),'resourceId':_0x3bd4c9['id'],'sourceId':_0x589328['id']});_0x310abb=AIChatContext['_convertTextResourceToFile'](_0x310abb,_0x3bd4c9['label']),await this['addFilesToContext']([_0x310abb],{'label':_0x3bd4c9['label'],'resourceId':_0x3bd4c9['id']},'text');break;case'mcp-tool-context':break;default:this['fire']('error',{'error':new ht('ai-chat-context-unsupported-type',this,{'resourceId':_0x3bd4c9['id'],'sourceId':_0x589328['id'],'resourceType':_0x3bd4c9['type']}),'resourceId':_0x3bd4c9['id'],'sourceId':_0x589328['id']});}else this['fire']('error',{'error':new ht('ai-chat-resource-no-data',this,{'resourceId':_0x3bd4c9['id'],'sourceId':_0x589328['id']}),'resourceId':_0x3bd4c9['id'],'sourceId':_0x589328['id']});}['toggleAddCurrentDocumentOptionVisibility'](_0x4b1311){if(void 0x0!==_0x4b1311)this['_addContextOptionsState']['document']['isHidden']=!_0x4b1311;else{const _0x2cd392=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x2cd392;}this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}static['_convertTextResourceToFile'](_0x14babd,_0x468852){switch(_0x14babd['type']){case'markdown':return new File([_0x14babd['content']],_0x468852,{'type':'text/markdown'});case'html':return new File([_0x14babd['content']],_0x468852,{'type':'text/html'});default:return new File([_0x14babd['content']],_0x468852,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x2b59ea){switch(_0x2b59ea['type']){case'file':case'image':case'text':return[{'type':'file','id':_0x2b59ea['id']}];case'web-resource':return[{'type':'web-resource','id':_0x2b59ea['id']}];case'document':return _0x2b59ea['documents']?.['length']?_0x2b59ea['documents']['map'](_0x59ae6d=>({'type':'document','id':_0x59ae6d['id'],..._0x59ae6d['selection']?.['length']&&{'selection':_0x59ae6d['selection']}})):[{'type':'document','id':_0x2b59ea['id'],..._0x2b59ea['selection']?.['length']&&{'selection':_0x2b59ea['selection']}}];case'mcp-tool-context':{const _0xe11d78=_0x2b59ea;return[{'type':'mcp-tool-context','mcpServerName':_0xe11d78['mcpServerName'],'toolName':_0xe11d78['toolName'],'data':{..._0xe11d78['data'],'label':_0xe11d78['label']||_0xe11d78['data']?.['label']||_0xe11d78['id']},'id':_0xe11d78['id']}];}default:return[];}}['_addContextItem'](_0x5e0f92,_0x54bc18=!0x1){if(this['_pendingContextItems']['set'](_0x5e0f92['uiId'],_0x5e0f92),_0x5e0f92['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x5e0f92,'isLoading':_0x54bc18}),'current-document'===_0x5e0f92['uiId']&&this['toggleAddCurrentDocumentOptionVisibility'](),_0x5e0f92['resourceId']){const _0x1d83d0=this['_findSourceIdsByResourceId'](_0x5e0f92['resourceId']);_0x1d83d0&&_0x1d83d0['forEach'](_0x220632=>{this['_updateResourceInContextState'](_0x220632,_0x5e0f92['resourceId'],!0x0);});}}['_removeContextItem'](_0x50e430){const _0x3915d7=this['_pendingContextItems']['get'](_0x50e430),_0x312ca5=this['_ongoingUploads']['get'](_0x50e430);if(_0x312ca5&&(_0x312ca5['abort'](),this['_ongoingUploads']['delete'](_0x50e430)),_0x3915d7?.['resourceId']){const _0x4ec88c=this['_findSourceIdsByResourceId'](_0x3915d7['resourceId']);_0x4ec88c&&_0x4ec88c['forEach'](_0x240ddd=>{this['_updateResourceInContextState'](_0x240ddd,_0x3915d7['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x50e430),this['fire']('contextItemRemoved',{'uiId':_0x50e430,'type':_0x3915d7?.['type']}),'current-document'===_0x50e430&&this['toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x2a3c75,_0x125812){if(this['_pendingContextItems']['has'](_0x2a3c75['uiId'])&&(this['_pendingContextItems']['set'](_0x2a3c75['uiId'],_0x2a3c75),this['fire']('contextItemLoadingEnded',{'contextItem':_0x2a3c75,'isLoading':_0x125812}),_0x2a3c75['resourceId'])){const _0x264692=this['_findSourceIdsByResourceId'](_0x2a3c75['resourceId']);_0x264692&&_0x264692['forEach'](_0x4deced=>{this['_updateResourceInContextState'](_0x4deced,_0x2a3c75['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x2e2429){this['_conversationContextItems']['set'](_0x2e2429['uiId'],_0x2e2429);}['_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'](_0x1a5ad6=>({..._0x1a5ad6,'enabled':!0x0}))??[]},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0x5a4393=>({..._0x5a4393,'resources':[]}))??[];}['_isResourceInContext'](_0xdeb4d6){for(const _0x165d4b of this['_pendingContextItems']['values']())if(_0x165d4b['resourceId']===_0xdeb4d6)return!0x0;for(const _0xcc9a0a of this['_conversationContextItems']['values']())if(_0xcc9a0a['resourceId']===_0xdeb4d6)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x337201){const _0x2dfd16=[];for(const _0x555632 of this['_addContextOptionsState']['sources']){_0x555632['resources']['find'](_0x10b2fc=>_0x10b2fc['id']===_0x337201)&&_0x2dfd16['push'](_0x555632['id']);}return 0x0===_0x2dfd16['length']?null:_0x2dfd16;}['_updateResourceInContextState'](_0x139bec,_0x34441b,_0x35dd20){const _0x11eb7c=this['_addContextOptionsState']['sources']['find'](_0x27b55f=>_0x27b55f['id']===_0x139bec);if(!_0x11eb7c)return;const _0x4cee4e=_0x11eb7c['resources']['find'](_0x244c5f=>_0x244c5f['id']===_0x34441b);_0x4cee4e&&(_0x4cee4e['isInContext']=_0x35dd20,this['fire']('resourceStateChanged',{'sourceId':_0x139bec,'resourceId':_0x34441b,'isInContext':_0x35dd20}));}['_startUploadOperation'](_0x3ce2cd){this['_ongoingUploadOperations']['set'](_0x3ce2cd,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x1940f2){this['_ongoingUploadOperations']['delete'](_0x1940f2),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'](_0x5e2602){const _0x1b0416={};return _0x5e2602&&_0x5e2602['isWebSearchEnabled']&&(_0x1b0416['webSearch']={}),_0x5e2602&&_0x5e2602['isReasoningEnabled']&&(_0x1b0416['reasoning']={}),_0x1b0416;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x1ccc49){_0x1ccc49!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x1ccc49,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0xac0d06){_0xac0d06!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0xac0d06,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}}class AIChatInteraction extends AIInteraction{['userMessage'];['conversationId'];['contextItems']=new Map();['capabilities'];['model'];['attributes'];constructor(_0x2a95fd){super(_0x2a95fd),this['conversationId']=_0x2a95fd['conversationId'],this['contextItems']=_0x2a95fd['contextItems'],this['capabilities']=_0x2a95fd['capabilities'],this['userMessage']=_0x2a95fd['userMessage'],this['model']=_0x2a95fd['model'],this['attributes']=_0x2a95fd['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(_0x4ec614){super(),this['options']=_0x4ec614,this['connector']=_0x4ec614['connector'],this['chatModels']=_0x4ec614['chatModels'],this['id']=_0x4ec614['conversationId'],this['isFromHistory']=_0x4ec614['isFromHistory'],this['_channelsToEditors']=_0x4ec614['channelsToEditors'],this['_getSessionId']=_0x4ec614['getSessionId'];}async['init'](_0x1a5c02){try{this['chatContext']=new AIChatContext({'connector':this['connector'],'config':_0x1a5c02,'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 _0x580614=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x580614});const _0x33437e=await this['chatModels']['getModel'](this['options']['selectedModelId']);_0x33437e&&await this['setModel'](_0x33437e);}catch(_0x890c77){const _0xb0d4c9=new ht('ai-chat-conversation-init-failed',null,{'message':_0x890c77['message']||_0x890c77});_0xb0d4c9['stack']=_0x890c77['stack'],this['fire']('error',{'error':_0xb0d4c9});}}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:_0x2f3191}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x2f3191,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x181047){const _0x29f4f5=new ht('ai-chat-conversation-start-failed',null,{'message':_0x181047['message'],'conversationId':this['id']});throw _0x29f4f5['stack']=_0x181047['stack'],this['fire']('error',{'error':_0x29f4f5}),_0x29f4f5;}}async['load'](_0x354616){try{const _0x25dce9=await this['connector']['fetchConversation'](_0x354616)['getConversation'](),_0x30cc39=await this['connector']['fetchConversationMessages'](_0x354616)['getMessages'](),_0x584208=_0x30cc39[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x25dce9['id'],'title'in _0x25dce9?this['fire']('setConversationTitle',_0x25dce9['title'],!0x0):this['fire']('setConversationTitle','',!0x0);const _0x1105b0=(await this['chatModels']['getAll']())['find'](_0x1c81e2=>_0x1c81e2['id']['toLowerCase']()===_0x584208['toLowerCase']());this['selectedModel']=_0x1105b0,this['fire']('modelSelected',{'selectedModel':_0x1105b0,'isDisabled':!0x0});const {streamingMessageId:_0xa194bd}=await this['_processMessagesToInteractions'](_0x30cc39,_0x584208);return _0xa194bd&&this['currentInteraction']?this['_resumeStream'](_0xa194bd):this['currentInteraction']=void 0x0,this;}catch(_0x49269b){const _0x191222=new ht('ai-chat-conversation-init-from-id-failed',null,{'message':_0x49269b['message'],'conversationId':_0x354616});throw _0x191222['stack']=_0x49269b['stack'],this['fire']('error',{'error':_0x191222}),_0x191222;}}async['_processMessagesToInteractions'](_0x357dbd,_0x2afaf1){let _0x4d0a59,_0x7df7f1,_0x33c568=!0x1;for(const _0x20c771 of _0x357dbd)if('user'===_0x20c771['role']){const {contextItems:_0x7d942d,hasUnmatched:_0x467af8}=await this['_extractContextItems'](_0x20c771);_0x33c568=_0x467af8;const _0x570fd6={'isReasoningEnabled':Object['hasOwn'](_0x20c771['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x20c771['capabilities'],'webSearch')};_0x4d0a59=this['createInteraction']({'userMessage':_0x20c771['prompt'],'contextItems':_0x7d942d,'capabilities':_0x570fd6,'modelId':_0x2afaf1,'attributes':_0x20c771['attributes'],'channelsToEditors':this['_channelsToEditors']}),this['currentInteraction']=_0x4d0a59,_0x7df7f1=void 0x0,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x20c771['role']&&_0x4d0a59){if('streaming'===_0x20c771['status']){_0x7df7f1=_0x20c771['id'];continue;}if('error'===_0x20c771['status'])continue;const _0x26030f=[];for(const _0x1183c4 of _0x20c771['content'])switch(_0x1183c4['type']){case'text':case'modification':{const _0x1e0ba7=_0x4d0a59['getDocumentContext'](),_0x2d0c12=this['_hasSessionMismatch'](_0x1e0ba7)||_0x33c568;_0x4d0a59['currentReply']?.['type']!==_0x1183c4['type']&&(_0x4d0a59['currentReply']=_0x4d0a59['createReply']({'type':_0x1183c4['type'],'isDone':!0x0,'interactionId':_0x4d0a59['id'],'areActionsDisabled':_0x2d0c12,'isFromHistory':!0x0,'channelsToEditors':this['_channelsToEditors']}),_0x26030f['length']>0x0&&(_0x4d0a59['currentReply']['sources']=_0x26030f['splice'](0x0))),_0x4d0a59['currentReply']['appendContent'](_0x1183c4['content'],_0x1183c4['documentId']);break;}case'url':_0x26030f['push'](_0x1183c4);break;case'mcp-tool-result':{const {data:_0x43f657,attributes:_0x2af088}=JSON['parse'](_0x1183c4['content']);_0x4d0a59['_handleToolResultData']({'toolName':_0x1183c4['toolName'],'data':_0x43f657,'attributes':_0x2af088});break;}}'cancelled'===_0x20c771['status']&&this['fire']('error',{'interactionId':_0x4d0a59['id'],'error':new ht('ai-request-aborted',this)});}}return{'streamingMessageId':_0x7df7f1};}async['_resumeStream'](_0x8b986c){if(this['currentInteraction'])try{const _0x5cf834=this['connector']['resumeStream'](this['id'],_0x8b986c);await this['currentInteraction']['resume'](_0x5cf834);}catch(_0xd89fba){_0xd89fba instanceof ht&&this['fire']('error',{'interactionId':this['currentInteraction']?.['id'],'error':_0xd89fba});}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}async['_extractContextItems'](_0x3d427a){const _0x146cd7=new Map();if(!_0x3d427a['content'])return{'contextItems':_0x146cd7,'hasUnmatched':!0x1};const {contextItem:_0x24a7e0,hasUnmatched:_0x38be9f}=await this['chatContext']['populateDocumentsFromMessage'](_0x3d427a['content'],Array['from'](this['_channelsToEditors']['values']()));_0x24a7e0&&_0x146cd7['set'](_0x24a7e0['id'],_0x24a7e0);for(const _0x51cd70 of _0x3d427a['content']){if('document'===_0x51cd70['type'])continue;const _0x47dc30=await this['chatContext']['populateFromMessage'](_0x51cd70);_0x47dc30&&_0x146cd7['set'](_0x47dc30['id'],_0x47dc30);}return{'contextItems':_0x146cd7,'hasUnmatched':_0x38be9f};}async['handleUserInteraction']({userMessage:_0x574707,attributes:_0x27e171}){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 _0x1aac77=new Map(this['getPendingContextItems']()),_0xe83893=this['chatCapabilities']['getCapabilitiesConfig'](),_0x476b48=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x574707,'contextItems':_0x1aac77,'capabilities':_0xe83893,'modelId':_0x476b48,'attributes':_0x27e171,'channelsToEditors':this['_channelsToEditors']}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x1f9456){if(_0x1f9456 instanceof ht)this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x1f9456});else{const _0x5285e8=As['get'](_0x1f9456['code'])||'ai-chat-handle-user-interaction-start-failed';this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':new ht(_0x5285e8,null,{'error':_0x1f9456})});}}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0x34b255,contextItems:_0x5a112d,capabilities:_0x25e6dd,modelId:_0x29cbe6,attributes:_0x105057,channelsToEditors:_0x5d3809}){const _0x52e174=new AIChatInteraction({'userMessage':_0x34b255,'contextItems':_0x5a112d,'capabilities':_0x25e6dd,'conversationId':this['id'],'connector':this['connector'],'locale':this['options']['locale'],'model':_0x29cbe6,'attributes':_0x105057,'channelsToEditors':_0x5d3809});return _0x52e174['delegate'](...Is)['to'](this),this['interactions']['push'](_0x52e174),this['fire']('interactionCreated',_0x52e174),_0x52e174;}['getInteraction'](_0x137827){return this['interactions']['find'](_0x42a56d=>_0x42a56d['id']===_0x137827);}['removeInteraction'](_0xc7cd51){const _0x31dd6a=this['getInteraction'](_0xc7cd51);_0x31dd6a&&(_0x31dd6a['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x31dd6a),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['cancelLastInteractionStream'](){const _0x1201f5=this['lastInteraction'];_0x1201f5?.['conversationId']&&_0x1201f5['messageId']&&this['connector']['cancelStream'](_0x1201f5['conversationId'],_0x1201f5['messageId'])['execute']()['catch'](()=>{});}['addCurrentDocumentToContext'](_0x2314a7){this['chatContext']['addCurrentDocumentToContext'](_0x2314a7);}async['updateCurrentDocumentsInContext'](_0x5f3404){await this['chatContext']['updateCurrentDocuments'](_0x5f3404);}['toggleAddCurrentDocumentOptionVisibility'](_0x32f61b){this['chatContext']['toggleAddCurrentDocumentOptionVisibility'](_0x32f61b);}['_hasSessionMismatch'](_0x34befc){return!!_0x34befc&&_0x34befc['documents']['some'](_0x3af521=>{const _0x6ae3b5=this['_channelsToEditors']['get'](_0x3af521['channelId']);return!_0x6ae3b5||_0x3af521['sessionId']!==this['_getSessionId'](_0x6ae3b5);});}['addSelectionToContext'](_0x23f038){this['chatContext']['addSelectionToContext'](_0x23f038);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x16785e){this['chatContext']['addFilesToContext'](_0x16785e);}['addUrlToContext'](_0x32727a){this['chatContext']['addUrlToContext'](_0x32727a);}['addToolItemToContext'](_0x43f070){this['chatContext']['addToolItemToContext'](_0x43f070);}['addResourceToContext'](_0x2ab2ad,_0x33ba57){this['chatContext']['addResourceToContext'](_0x2ab2ad,_0x33ba57);}['loadSourceResources'](_0x124b35,_0x18c0e4,_0x5130d4){return this['chatContext']['loadSourceResources'](_0x124b35,_0x18c0e4,_0x5130d4);}['removeFromContext'](_0x3d5143){this['chatContext']['removeFromContext'](_0x3d5143);}['setWebSearch'](_0xb470d9){this['chatCapabilities']['setWebSearch'](_0xb470d9);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['setReasoning'](_0x2cd928){this['chatCapabilities']['setReasoning'](_0x2cd928);}['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'](_0xd41013){_0xd41013?!0x1===await this['chatModels']['isAvailable'](_0xd41013)&&(wt('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0xd41013}),_0xd41013=(await this['chatModels']['getAvailableModels']())[0x0]):(wt('ai-chat-conversation-set-model-null',{'conversation':this}),_0xd41013=(await this['chatModels']['getAvailableModels']())[0x0]),_0xd41013['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0xd41013,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0xd41013}));}}class AIModels extends Et(){['_connector'];['_config'];['_locale'];['_modelList']=[];['_modelsRequest']=null;constructor({connector:_0x35de32,config:_0x1ef7c9,locale:_0x25bac7}){super(),this['_connector']=_0x35de32,this['_config']=_0x1ef7c9,this['_locale']=_0x25bac7;}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 _0x9cd33c=await this['getAll']();let _0x2a971a;return _0x2a971a=this['_availableModels']?this['_filterModels'](_0x9cd33c,this['_availableModels']):_0x9cd33c['filter'](_0x4a9c34=>_0x4a9c34['recommended']),_0x2a971a;}async['getModel'](_0x260b28){const _0xe0d671=await this['getAll']();if(!_0xe0d671['length'])return null;if(_0x260b28){const _0x323fe3=this['_getModelById'](_0xe0d671,_0x260b28);if(_0x323fe3)return _0x323fe3;wt('ai-chat-model-id-unrecognized',{'modelId':_0x260b28,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async['getDefault'](){const _0xa1191f=await this['getAvailableModels']();if(!_0xa1191f['length'])return null;if(this['_defaultModelId']){const _0x57f9d9=this['_getModelById'](_0xa1191f,this['_defaultModelId']);if(_0x57f9d9)return _0x57f9d9;wt('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0xa1191f[0x0]['id']});}return _0xa1191f[0x0];}async['isAvailable'](_0x5e4c59){return(await this['getAvailableModels']())['some'](_0x3a6b2a=>_0x3a6b2a['name']===_0x5e4c59['name']&&_0x3a6b2a['provider']===_0x5e4c59['provider']);}async['_retrieveModels'](){if(!this['_modelList']['length'])try{const _0x3cbcba=this['_locale']['uiLanguage']||'en',_0x1c8254=this['_connector']['getModels'](_0x3cbcba),_0x35a729=await _0x1c8254['list']();this['_modelList']=_0x35a729['items']['map'](_0x36bcc3=>Cs(_0x36bcc3)?{..._0x36bcc3,'name':Mi(this['_locale'],'AI_MODEL_NAME_AUTO')}:_0x36bcc3);}catch(_0x3a2fd1){throw Ct('ai-models-unable-to-retrieve',{'error':_0x3a2fd1}),_0x3a2fd1;}return[...this['_modelList']];}['_filterModels'](_0x1685d4,_0x3a5df0){let _0x3ce924;if(_0x3a5df0){_0x3ce924=[];const _0x2b2f9e=new Set(),_0x2580ca='string'==typeof _0x3a5df0?[_0x3a5df0['toLocaleLowerCase']()]:_0x3a5df0['map'](_0x490996=>_0x490996['toLocaleLowerCase']());for(const _0x11cab4 of _0x2580ca)for(const _0x3101a9 of _0x1685d4)!_0x2b2f9e['has'](_0x3101a9['id'])&&this['_isMatchingFilter'](_0x3101a9,_0x11cab4)&&(_0x3ce924['push'](_0x3101a9),_0x2b2f9e['add'](_0x3101a9['id']));}else _0x3ce924=_0x1685d4;return _0x3ce924;}['_isMatchingFilter'](_0x5e3484,_0xa43ae4){const _0x39969b=_0x5e3484['id']['toLocaleLowerCase'](),_0x2496fd=_0x5e3484['name']['toLocaleLowerCase'](),_0x2ea765=_0x5e3484['provider']['toLocaleLowerCase']();return _0x39969b===_0xa43ae4||_0x2496fd===_0xa43ae4||Cs(_0x5e3484)&&'auto'===_0xa43ae4||_0x2ea765===_0xa43ae4||_0x39969b['startsWith'](_0xa43ae4);}['_getModelById'](_0x508213,_0x2bbb7b){return _0x508213['find'](_0x9cfa00=>Cs(_0x9cfa00)&&'auto'===_0x2bbb7b?_0x9cfa00:_0x9cfa00['id']===_0x2bbb7b)||null;}}function Cs(_0xb50003){return _0xb50003['id']['startsWith']('agent');}function ms(_0x26615c){return _0x26615c?_0x26615c instanceof _0x435807?[_0x26615c]:_0x26615c['editors']&&0x0!==_0x26615c['editors']['length']?Array['from'](_0x26615c['editors']):[]:[];}function ps(_0x441c2e){const _0x4a7c1f=ms(_0x441c2e);if(!_0x4a7c1f['length'])throw new ht('ai-get-editor-from-context-no-editor');if(0x1===_0x4a7c1f['length'])return _0x4a7c1f[0x0];const _0x195408=_0x4a7c1f['find'](_0x2a61a2=>_0x2a61a2['ui']?.['focusTracker']?.['isFocused']);if(_0x195408)return _0x195408;const _0x4c0174=function(_0x385600){if(_0x385600 instanceof _0x435807)return;const _0x160c48=_0x385600;if(!_0x160c48['plugins']||!_0x160c48['plugins']['has']('AIEditing'))return;const _0x2e7f22=_0x160c48['plugins']['get']('AIEditing');return _0x2e7f22['getLastContentFocusedEditor']?.();}(_0x441c2e);return _0x4c0174&&_0x4a7c1f['includes'](_0x4c0174)?_0x4c0174:_0x4a7c1f[0x0];}function Es({interaction:_0x1443b0,reply:_0x2dd2c5,groups:_0x192182,transform:_0x59e259,documentCompare:_0x267414,documentCompareOptions:_0x1438c4}){const _0x4e18a1=_0x1443b0['getDocumentContext']()['documents']['find'](_0x28875d=>_0x28875d['id']==_0x192182[0x0]['documentId']),_0x20a860=_0x192182[0x0]['editor'];if(!_0x4e18a1)return[];const _0x4053d6=_0x4e18a1['content'],_0x1310c9=_0x4e18a1['version'],_0x27e42a=_0x2dd2c5['documentContextContent']['get'](_0x192182[0x0]['documentId'])['cloneNode'](!0x0);for(const {changes:_0x153ab3}of _0x192182){const _0x79bf0=_0x153ab3['filter'](_0x450310=>'new'!=_0x450310['type'])['map'](_0x115b42=>Yi('data-id',_0x115b42['id'],_0x27e42a)),_0x227410=_0x153ab3['filter'](_0x545989=>'removed'!=_0x545989['type'])['map'](_0x1e2848=>_0x1e2848['node']['cloneNode'](!0x0));let _0xa74439=null;if(_0x79bf0['length']){_0xa74439=_0x79bf0[0x0]['previousSibling'];for(let _0x2c1e11=0x0;_0x2c1e11<_0x79bf0['length'];_0x2c1e11++)_0x1aae33(_0x79bf0[_0x2c1e11]);}if(_0x227410['length']){_0xa74439||(_0x153ab3[0x0]['anchorId']?_0xa74439=Yi('data-id',_0x153ab3[0x0]['anchorId'],_0x27e42a):(_0xa74439=_0x227410['shift'](),_0x2f7a9f(_0x27e42a,_0xa74439)));for(let _0x392096=0x0;_0x392096<_0x227410['length'];_0x392096++)_0x433357(_0xa74439,_0x227410[_0x392096]),_0xa74439=_0x227410[_0x392096];}}const _0x3bb9c6=Ki(_0x27e42a),_0x2738e1=_0x267414['getDiff'](_0x4053d6,_0x3bb9c6,{'targetEditor':_0x20a860,..._0x1438c4})['getOperations']();if(_0x59e259){const _0x55aa55=_0x20a860['model']['document']['history']['getOperations'](_0x1310c9),_0xfcb8ac={'document':_0x20a860['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};return _0x5d10bd(_0x2738e1,_0x55aa55,_0xfcb8ac)['operationsA'];}return _0x2738e1;}function Ts(_0x5823c8,_0x3a0c0c){if('marker'!=_0x3a0c0c['type'])return;const _0x567c19=_0x5823c8['model']['markers']['get'](_0x3a0c0c['name']);_0x567c19&&(_0x3a0c0c['oldRange']=_0x567c19['getRange']());}function fs(_0x5df250,_0x248324){if(_0x5df250['files']['length']>0x0&&_0x248324['filesEnabled']){const _0x2db95d=_0x5df250['files']['filter'](_0x156ece=>_0x156ece['name']);return _0x2db95d['length']>0x0?{'type':'file','files':_0x2db95d}:null;}if(_0x248324['urlsEnabled']){const _0x23d91d=function(_0x329e95){const _0x113c6e=_0x329e95['trim']();if(/\s/['test'](_0x113c6e))return null;try{const _0x2a79fb=new URL(_0x113c6e);return'http:'!==_0x2a79fb['protocol']&&'https:'!==_0x2a79fb['protocol']?null:_0x2a79fb['toString']();}catch{return null;}}(_0x5df250['plainText']);if(_0x23d91d)return{'type':'url','url':_0x23d91d};}const _0x5c9db2=_0x5df250['forceTextAttachment']?0x1:_0x248324['longTextThreshold']??0x1/0x0;if(_0x5df250['plainText']['length']>=Math['max'](_0x5c9db2,0x1)&&_0x248324['filesEnabled']){const _0x1bb0e9=_0x248324['pastedTextLabel']+'.txt';return{'type':'text','files':[new File([_0x5df250['plainText']],_0x1bb0e9,{'type':'text/plain'})]};}return null;}class AIChatController extends _0x2e5d09{['activeConversation'];['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_hasAIChatBalloon']=!0x1;['_activeBalloon'];['_batchToChanges']=new Map();['_currentPreviewedChangeGroup']=null;['_bodyCollection'];['_channelsToEditors']=new Map();static get['requires'](){return[AIConnector,_0x1289fc];}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 _0x2d51e2=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x194a2b,_0x1f6989)=>{this['_handleUIUserMessage']({'message':_0x1f6989});}),this['listenTo'](_0x2d51e2['view'],'change:activeTab',(_0x43c040,_0x4cca1b,_0x2c156d)=>{'chat'!==_0x2c156d&&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',(_0x5d25f5,_0x196610)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x196610));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x1568ba,_0x391fc9)=>{this['activeConversation']?.['addUrlToContext'](_0x391fc9);}),this['listenTo'](this['_aiChatUi'],'promptInputPaste',(_0xfe0f76,_0x5afe5a)=>{const _0x231329=this['activeConversation'];if(!_0x231329)return;_0x5afe5a['hasDirectory']&&(_0x5afe5a['preventDefault'](),this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED'),'id':'folder-error-'+at()}));const _0x390a96=fs(_0x5afe5a,{'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')});_0x390a96&&(_0x5afe5a['preventDefault'](),'url'===_0x390a96['type']?_0x231329['addUrlToContext'](_0x390a96['url']):_0x231329['chatContext']['addFilesToContext'](_0x390a96['files'],void 0x0,_0x390a96['type']));}),this['listenTo'](this['_aiChatUi'],'executeCustomItemCallback',(_0x5f4f31,_0xedfc2e)=>{_0xedfc2e['callback'](this['context']);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x3588bc,_0x259595)=>{this['activeConversation']?.['addResourceToContext'](_0x259595['source'],_0x259595['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x36194c,_0x503e4d)=>{this['_removeFromContext'](_0x503e4d);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x1ddec7,_0x1fdcec)=>{this['activeConversation']?.['loadSourceResources'](_0x1fdcec['sourceId'],_0x1fdcec['query'],_0x1fdcec['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0x456cd9,_0x2886ec)=>{this['activeConversation']?.['setModel'](_0x2886ec);}),this['listenTo'](this['_aiChatUi'],'like',(_0x1cfe61,{replyId:_0x4a23ee})=>{console['log']('Liked\x20response',_0x4a23ee);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x6929dd,{replyId:_0x21f788})=>{console['log']('Disliked\x20response',_0x21f788);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0x58f7eb,_0xa25d28)=>{this['_insertSuggestion'](_0xa25d28);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x3323df,{replyId:_0x1afd6d,partIndex:_0x37d31a})=>{this['_aiChatBalloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x1afd6d,_0x37d31a);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x3d917d,{replyId:_0x4f074b,partIndex:_0x58a631})=>{const _0x516a03=this['_getDocumentRangeForReplyChanges'](_0x4f074b,_0x58a631);if(!_0x516a03)return;const {reply:_0x34b6e2}=this['getInteractionAndReplyById'](_0x4f074b);'$graveyard'!=_0x516a03['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']({'editor':_0x34b6e2['changeGroups'][_0x58a631]['editor'],'ranges':[_0x516a03['range']],'id':'change-area','priority':0xa});}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x42ec9b,_0xc3d489)=>{this['_aiEditing']['hideFakeVisualSelection']('change-area'),this['_applySuggestion'](_0xc3d489);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x5ac4bb,{replyId:_0x1856a9,showDiff:_0x19658a})=>{const {interaction:_0x104a8c,reply:_0x50aa5a}=this['getInteractionAndReplyById'](_0x1856a9),_0x14c98d=_0x50aa5a['getContentParts']({'showDiff':_0x19658a});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x104a8c['id']+':'+_0x50aa5a['id'],'parts':_0x14c98d});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x87b8b2,{replyId:_0x2b8091,partIndex:_0x3997c5})=>{this['_rejectSuggestion']({'replyId':_0x2b8091,'partIndex':_0x3997c5}),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['set']('_aiChatBalloonShowDiff',!0x1),this['on']('interactionCreated',(_0x4cbcc5,_0x4cf8c8)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x4cf8c8);}),this['on']('replyCreated',(_0x30835e,_0x4c7b80)=>{this['_addFeedItemReply'](_0x4c7b80);});}['afterInit'](){this['context']instanceof _0x435807?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x351020,_0x5e59f4)=>{_0x5e59f4['on']('ready',()=>{this['_integrateEditor'](_0x5e59f4);});}),this['_initConversation']();}async['_initConversation'](){const _0x1fe5a9=this['context']['config']['get']('ai.chat.initialConversation');let _0x530b3c=_0x1fe5a9;('lastCreated'!=_0x1fe5a9||(_0x530b3c=await this['_getLastCreatedConversationId'](),_0x530b3c))&&('new'==_0x530b3c?await this['_startConversationSafely']():await this['loadConversation'](_0x530b3c));}async['destroy'](){return await this['_stopLastInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}async['loadConversation'](_0x1bee8a){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'](_0x1bee8a)['getConversation'](),await this['_startConversationSafely']({'id':_0x1bee8a}),this['_updateConversationTitle']('\x20'),await this['activeConversation']['load'](_0x1bee8a),this['_aiChatUi']['enableControls'](),this['activeConversation']['isCurrentDocumentInConversation']()&&this['addCurrentDocumentToChatContext']();}catch(_0x38bc84){this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0x1bee8a}),this['_logError'](new ht('ai-chat-conversation-not-found',this,{'error':_0x38bc84}));}finally{this['_aiChatUi']['startAutoScroll']({'smooth':!0x1}),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}['registerToolDataCallback'](_0x567946){let _0x1e42aa=null,_0x2c2312=null;this['on']('toolDataReceived',(_0x552756,_0xe41e17,_0x3ff036)=>{_0x3ff036['id']!==_0x1e42aa&&(_0x1e42aa=_0x3ff036['id'],_0x2c2312=this['_getAIChatFeedAPI'](_0x3ff036)),_0x567946(_0xe41e17,_0x2c2312);});}['addCurrentDocumentToChatContext'](){ms(this['context'])['length']&&this['activeConversation']?.['addCurrentDocumentToContext'](Mi(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}async['addSelectionToChatContext'](_0x22a6c0){const _0x1eba6d=this['_aiEditing']['getSelectionText'](_0x22a6c0);this['activeConversation']?.['addSelectionToContext'](_0x1eba6d),this['addCurrentDocumentToChatContext']();}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](_0x48f1af){await this['_startConversationSafely']({'modelId':_0x48f1af?.['modelId']});}async['sendMessage'](_0x9d9482){await this['_handleUIUserMessage'](_0x9d9482);}['getGroupId'](){const _0x58ef2f=this['context']['config']['get']('collaboration.channelId');if(!_0x58ef2f)throw new ht('ai-missing-channel-id',this);return _0x58ef2f;}['_handleRemovedConversation'](_0x494460){this['activeConversation']['id']===_0x494460&&this['_startConversationSafely']();}['_insertSuggestion'](_0x28595b){const _0x488502=this['context']['plugins']['get'](_0x1289fc),{reply:_0x4fb117,interaction:_0x1998ff}=this['getInteractionAndReplyById'](_0x28595b['replyId']),_0x4ea788=void 0x0!==_0x28595b['partIndex']?[_0x4fb117['changeGroups'][_0x28595b['partIndex']]]:_0x4fb117['changeGroups']['filter'](_0x232247=>'pending'==_0x232247['state']);_0x4ea788['map'](_0x2a2c3b=>_0x4fb117['changeGroups']['indexOf'](_0x2a2c3b))['forEach'](_0x1a94b6=>{const _0x20730c=this['_getDocumentRangeForReplyChanges'](_0x28595b['replyId'],_0x1a94b6);_0x20730c&&'$graveyard'!=_0x20730c['range']['root']['rootName']?(_0x4fb117['setChangeGroupState'](_0x1a94b6,'accepted'),void 0x0!==_0x28595b['partIndex']&&this['_scrollToSuggestionRange'](_0x20730c['range'],!0x1,_0x20730c['targetEditor'])):_0x4fb117['setChangeGroupState'](_0x1a94b6,'outdated');});const _0x3bed7a={},_0x5a32f4=_0x4ea788['reduce']((_0x1543da,_0x576a4b)=>('outdated'===_0x576a4b['state']||(_0x1543da[_0x576a4b['documentId']]=[..._0x1543da[_0x576a4b['documentId']]||[],_0x576a4b],_0x3bed7a[_0x576a4b['documentId']]=[..._0x3bed7a[_0x576a4b['documentId']]||[],_0x4fb117['changeGroups']['indexOf'](_0x576a4b)]),_0x1543da),{});for(const [_0x111fc9,_0x5badb5]of Object['entries'](_0x5a32f4)){const _0x5f287d=_0x5badb5[0x0]['editor'];if(!_0x5f287d['plugins']['has']('TrackChanges')){wt('ai-no-track-changes',{'editor':_0x5f287d});continue;}const _0x2c3293=Es({'reply':_0x4fb117,'interaction':_0x1998ff,'groups':_0x5badb5,'transform':!0x0,'documentCompare':_0x488502,'documentCompareOptions':{'anchor':_0x5badb5[0x0]['rootName'],'markDeletions':!0x0}});let _0x129c1a;_0x5f287d['model']['change'](_0x46bee6=>{_0x129c1a=_0x46bee6['batch'],_0x5f287d['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x2c3293),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['_batchToChanges']['set'](_0x129c1a,{'interactionId':_0x1998ff['id'],'replyId':_0x4fb117['id'],'indexes':_0x3bed7a[_0x111fc9]});}this['_updateRatings'](_0x4fb117);}['_applySuggestion'](_0x2715f9){const _0x2484ed=this['context']['plugins']['get'](_0x1289fc),{reply:_0x1bc2ca,interaction:_0x3e2dee}=this['getInteractionAndReplyById'](_0x2715f9['replyId']),_0x4bc892=void 0x0!==_0x2715f9['partIndex']?[_0x1bc2ca['changeGroups'][_0x2715f9['partIndex']]]:_0x1bc2ca['changeGroups']['filter'](_0x1d1d71=>'pending'==_0x1d1d71['state']);_0x4bc892['map'](_0x423a0d=>_0x1bc2ca['changeGroups']['indexOf'](_0x423a0d))['forEach'](_0x1cf4fa=>{const _0x3c9ee9=this['_getDocumentRangeForReplyChanges'](_0x2715f9['replyId'],_0x1cf4fa);_0x3c9ee9&&'$graveyard'!=_0x3c9ee9['range']['root']['rootName']?(_0x1bc2ca['setChangeGroupState'](_0x1cf4fa,'accepted'),void 0x0!==_0x2715f9['partIndex']&&this['_scrollToSuggestionRange'](_0x3c9ee9['range'],!0x1,_0x3c9ee9['targetEditor'])):_0x1bc2ca['setChangeGroupState'](_0x1cf4fa,'outdated');});const _0x4a3221={},_0x8c50d5=_0x4bc892['reduce']((_0x1f690b,_0x3d0b1a)=>('outdated'===_0x3d0b1a['state']||(_0x1f690b[_0x3d0b1a['documentId']]=[..._0x1f690b[_0x3d0b1a['documentId']]||[],_0x3d0b1a],_0x4a3221[_0x3d0b1a['documentId']]=[..._0x4a3221[_0x3d0b1a['documentId']]||[],_0x1bc2ca['changeGroups']['indexOf'](_0x3d0b1a)]),_0x1f690b),{});for(const [_0x1b1c12,_0x1a0c0e]of Object['entries'](_0x8c50d5)){const _0x24f896=Es({'reply':_0x1bc2ca,'interaction':_0x3e2dee,'groups':_0x1a0c0e,'transform':!0x0,'documentCompare':_0x2484ed,'documentCompareOptions':{'anchor':_0x1a0c0e[0x0]['rootName'],'markDeletions':!0x1}});let _0x2a9305;const _0x38ce83=_0x1a0c0e[0x0]['editor'];_0x38ce83['model']['change'](_0x445b4a=>{_0x2a9305=_0x445b4a['batch'];for(const _0x968512 of _0x24f896)_0x968512['baseVersion']=_0x38ce83['model']['document']['version'],Ts(_0x38ce83,_0x968512),_0x445b4a['batch']['addOperation'](_0x968512),_0x38ce83['model']['applyOperation'](_0x968512);}),this['_batchToChanges']['set'](_0x2a9305,{'interactionId':_0x3e2dee['id'],'replyId':_0x1bc2ca['id'],'indexes':_0x4a3221[_0x1b1c12]});}this['_updateRatings'](_0x1bc2ca);}['_rejectSuggestion'](_0x43b26f){const {reply:_0x2ca375}=this['getInteractionAndReplyById'](_0x43b26f['replyId']);_0x2ca375['setChangeGroupState'](_0x43b26f['partIndex'],'rejected');}['_openBalloonFor'](_0x79519b,_0x3eb1ea){if(!this['_hasAIChatBalloon'])return;const {reply:_0x403eff}=this['getInteractionAndReplyById'](_0x79519b),_0x6b9d2e=_0x403eff['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(!_0x6b9d2e['length'])return;let _0xe7d240,_0x443d79;if(void 0x0!==_0x3eb1ea?(_0x443d79=_0x6b9d2e['find'](_0x15fc61=>_0x15fc61['index']==_0x3eb1ea),_0xe7d240=_0x443d79?.['index']):(_0x443d79=_0x6b9d2e[0x0],_0xe7d240=_0x443d79['index']),!_0x443d79)return void _0x403eff['setChangeGroupState'](_0x3eb1ea??0x0,'outdated');if(this['_currentPreviewedChangeGroup']?.['replyId']==_0x79519b&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0xe7d240)return;const _0x36f129=this['_getUserPresentableContentPartDocumentRange'](_0x79519b,_0x403eff,_0x443d79),_0x42c7da=_0x403eff['changeGroups']['find'](_0x380f4d=>_0x380f4d['index']==_0xe7d240)['editor'],_0x439732=_0x42c7da['plugins']['get']('AIChatBalloon');if(this['_activeBalloon']&&this['_activeBalloon']!==_0x439732&&this['_activeBalloon']['close'](),!_0x36f129)return _0x439732['close'](),void(this['_activeBalloon']=void 0x0);this['_activeBalloon']=_0x439732,this['_currentPreviewedChangeGroup']={'replyId':_0x79519b,'partIndex':_0xe7d240},this['_scrollToSuggestionRange'](_0x36f129,!0x0,_0x42c7da);const _0x2b2371=this['_getPresentableSiblingContentPartIndex'](_0x79519b,_0xe7d240,'next');_0x439732['clearContent'](),_0x439732['updateContent']({'part':_0x443d79,'renderingStrategy':'static'}),_0x439732['open']({'index':_0xe7d240,'title':Mi(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0xe7d240+0x1)['toString']()),'showRotator':null!==_0x2b2371,'ranges':[_0x36f129],'areActionsDisabled':_0x403eff['areActionsDisabled'],'targetEditor':_0x42c7da}),_0x439732['setState']('pending'),this['_aiChatUi']['scrollFeedToSuggestion'](_0x79519b,_0xe7d240),this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x79519b,'index':_0xe7d240,'isActive':!0x0});}['_closeActiveBalloon'](){this['_activeBalloon']?.['close'](),this['_activeBalloon']=void 0x0,this['_currentPreviewedChangeGroup']=null;}['_getPresentableSiblingContentPartIndex'](_0x559e7f,_0x14010f,_0x431696){const {reply:_0x2e06e0}=this['getInteractionAndReplyById'](_0x559e7f),_0x1b9cbc=_0x2e06e0['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(0x1==_0x1b9cbc['length'])return null;const _0x43c636='next'==_0x431696?0x1:-0x1;function _0x41f051(_0x5c20fb){const _0xa6ca88=(_0x5c20fb+_0x43c636+_0x1b9cbc['length'])%_0x1b9cbc['length'];return{'siblingIndex':_0xa6ca88,'siblingPart':_0x1b9cbc[_0xa6ca88]};}const _0x468051=_0x1b9cbc['findIndex'](_0x2ad704=>_0x2ad704['index']==_0x14010f);let {siblingIndex:_0x19f2ff,siblingPart:_0x225882}=_0x41f051(_0x468051);for(;!this['_getUserPresentableContentPartDocumentRange'](_0x559e7f,_0x2e06e0,_0x225882);)if({siblingIndex:_0x19f2ff,siblingPart:_0x225882}=_0x41f051(_0x19f2ff),_0x19f2ff===_0x468051)return null;return _0x225882['index'];}['_getUserPresentableContentPartDocumentRange'](_0xd5eb1e,_0x112392,_0x3d06a1){const _0x57c5fe=_0x112392['changeGroups'];if(!_0x3d06a1['hasChanges'])return null;const _0x4ea4fe=_0x57c5fe['find'](_0x2f8331=>_0x2f8331['index']==_0x3d06a1['index']);if('pending'!==_0x4ea4fe?.['state'])return null;if('destroyed'===_0x4ea4fe?.['editor']['state'])return _0x112392['setChangeGroupState'](_0x3d06a1['index'],'outdated'),null;const _0x2f39f6=this['_getDocumentRangeForReplyChanges'](_0xd5eb1e,_0x3d06a1['index']);if(!_0x2f39f6)return _0x112392['setChangeGroupState'](_0x3d06a1['index'],'outdated'),null;const {range:_0x5edd98,currentIndex:_0x1307ed}=_0x2f39f6;return'$graveyard'==_0x5edd98['root']['rootName']?(_0x112392['setChangeGroupState'](_0x1307ed,'outdated'),null):_0x2f39f6['range'];}['_getDocumentRangeForReplyChanges'](_0x9521e5,_0xfee0f){const {reply:_0xc32dd4,interaction:_0x2dda37}=this['getInteractionAndReplyById'](_0x9521e5),_0x59b5ff=_0xc32dd4['changeGroups']['filter'](_0x24804f=>'pending'==_0x24804f['state']),_0x149aa0=_0x59b5ff['map'](_0x2df43f=>_0xc32dd4['changeGroups']['indexOf'](_0x2df43f));void 0x0===_0xfee0f&&(_0xfee0f=_0x149aa0[0x0]);const _0x2cc86e=_0x149aa0['indexOf'](_0xfee0f);if(-0x1==_0x2cc86e)return null;const _0x1ab132=_0x59b5ff[_0x2cc86e],_0x2db98d=_0x1ab132['editor'];if('destroyed'===_0x2db98d['state'])return null;const _0x43b4cc=_0xc32dd4['documentContextContent']['get'](_0x1ab132['documentId']),_0x2ac287=new _0x49fb06([]),_0x146578=new _0x49fb06([]);for(const _0x1a4d5a of _0x1ab132['changes'])if('removed'!=_0x1a4d5a['type']&&_0x146578['children']['push'](_0x1a4d5a['node']['cloneNode'](!0x0)),'new'!=_0x1a4d5a['type']){const _0x352662=_0x2605ec(_0x78c4f8=>Xi(_0x78c4f8,'data-id')==_0x1a4d5a['id'],_0x43b4cc,!0x0);_0x2ac287['children']['push'](_0x352662['cloneNode'](!0x0));}if(0x0==_0x2ac287['children']['length']){if(_0x1ab132['changes'][0x0]['anchorId']){const _0xc15e52=Yi('data-id',_0x1ab132['changes'][0x0]['anchorId'],_0x43b4cc);_0x2ac287['children']['unshift'](_0xc15e52['cloneNode'](!0x0)),_0x146578['children']['unshift'](_0xc15e52['cloneNode'](!0x0)),_0xc15e52['nextSibling']&&(_0x2ac287['children']['push'](_0xc15e52['nextSibling']['cloneNode'](!0x0)),_0x146578['children']['push'](_0xc15e52['nextSibling']['cloneNode'](!0x0)));}else{const _0x4437ff=_0x43b4cc['children'][0x0];if(!_0x4437ff)return null;_0x2ac287['children']['push'](_0x4437ff['cloneNode'](!0x0)),_0x146578['children']['push'](_0x4437ff['cloneNode'](!0x0));}}const _0x210cb0=_0x2dda37['getDocumentContext'](),_0x4aa85d=_0x210cb0['content']||_0x210cb0['documents']['find'](_0x460ec3=>_0x460ec3['id']==_0x1ab132['documentId'])['content'],_0x2f9cb3=_0x2db98d['model']['document']['getRoot'](_0x1ab132['rootName']),_0x44e357=_0x2db98d['data']['parse'](_0x4aa85d,_0x2f9cb3),_0x37ae13=Ki(_0x2ac287),_0x5941a9=_0x2db98d['data']['parse'](_0x37ae13,_0x2f9cb3),_0x29c5fd=_0x2db98d['data']['parse'](_0x37ae13,_0x2f9cb3),_0x5b30c4=_0x2db98d['model']['createPositionAt'](_0x5941a9,0x0),_0x8dc6cf=Ki(_0x146578),_0x447ddf={'targetEditor':_0x2db98d,'anchor':_0x5b30c4,'markDeletions':!0x1},_0x581066=_0x2db98d['plugins']['get'](_0x1289fc)['getDiff'](_0x37ae13,_0x8dc6cf,_0x447ddf)['getOperations']();if(!_0x581066['length'])return null;_0x2db98d['model']['change'](_0x182a7a=>{for(const _0x53082e of _0x581066)if('remove'==_0x53082e['type']){const _0x530473=_0x53082e['sourcePosition'],_0x5f433a=_0x53082e['howMany'],_0xdfa990=new _0x2b0abe(_0x530473,_0x5f433a);_0x182a7a['batch']['addOperation'](_0xdfa990),_0x2db98d['model']['applyOperation'](_0xdfa990);}else'marker'!==_0x53082e['type']&&(_0x53082e['baseVersion']=null,_0x53082e['isDocumentOperation']=!0x1,_0x182a7a['batch']['addOperation'](_0x53082e),_0x2db98d['model']['applyOperation'](_0x53082e));});const _0x58195a=cs(_0x2db98d,_0x581066,_0x5941a9);us(_0x2db98d['model'],_0x58195a);const _0x42322d=_0x58195a['getFirstRange']()['start']['path']['slice'](),_0x47bf76=_0x58195a['getFirstRange']()['end']['path']['slice'](),_0x3fead5=[];let _0x21e1ba=_0x5941a9,_0x1a7bf6=_0x29c5fd;for(let _0x2d7397=0x0;_0x2d7397<_0x47bf76['length'];_0x2d7397++){const _0x313dc2=_0x21e1ba['maxOffset']-_0x47bf76[_0x2d7397];_0x3fead5[_0x2d7397]=_0x1a7bf6['maxOffset']-_0x313dc2,_0x21e1ba=_0x21e1ba['getChildAtOffset'](_0x47bf76[_0x2d7397]),_0x1a7bf6=_0x1a7bf6['getChildAtOffset'](_0x3fead5[_0x2d7397]);}const _0x598a87=_0x2db98d['model']['createRange'](_0x2db98d['model']['createPositionFromPath'](_0x29c5fd,_0x42322d),_0x2db98d['model']['createPositionFromPath'](_0x29c5fd,_0x3fead5)),_0x3231cd=_0x29c5fd['getChild'](0x0)['getAttribute'](_0x9b10fa),_0x3804fb=Array['from'](_0x44e357['getChildren']())['find'](_0x1adce1=>_0x1adce1['getAttribute'](_0x9b10fa)==_0x3231cd)['getPath'](),_0x2847b5=_0x598a87['start']['path']['slice'](),_0x32647e=_0x598a87['end']['path']['slice']();_0x2847b5[0x0]=_0x3804fb[0x0]+_0x2847b5[0x0],_0x32647e[0x0]=_0x3804fb[0x0]+_0x32647e[0x0];let _0x1c88dc=_0x2db98d['model']['createRange'](_0x2db98d['model']['createPositionFromPath'](_0x2db98d['model']['document']['getRoot'](_0x1ab132['rootName']),_0x2847b5),_0x2db98d['model']['createPositionFromPath'](_0x2db98d['model']['document']['getRoot'](_0x1ab132['rootName']),_0x32647e));const _0x54e5f2=_0x210cb0['documents']['find'](_0xa9cd80=>_0xa9cd80['id']==_0x1ab132['documentId'])['version'],_0x8174a4=_0x2db98d['model']['document']['history']['getOperations'](_0x54e5f2);for(const _0x14aab6 of _0x8174a4)_0x1c88dc=_0x805f9a['_createFromRanges'](_0x1c88dc['getTransformedByOperation'](_0x14aab6));return{'range':_0x1c88dc,'currentIndex':_0xfee0f,'targetEditor':_0x2db98d};}['_integrateEditorBalloon'](_0x13b891){if(!_0x13b891['plugins']['has']('AIChatBalloon'))return;const _0x25f479=_0x13b891['plugins']['get']('AIChatBalloon');this['_hasAIChatBalloon']=!0x0,_0x25f479['bind']('showDiff')['to'](this,'_aiChatBalloonShowDiff'),this['listenTo'](_0x25f479,'toggleSuggestionDisplayMode',()=>{const {replyId:_0x4991f6,partIndex:_0x441b79}=this['_currentPreviewedChangeGroup'];this['_aiChatBalloonShowDiff']=!this['_aiChatBalloonShowDiff'];const {reply:_0x549cea}=this['getInteractionAndReplyById'](_0x4991f6),_0xf3a2a9=_0x549cea['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'groupIndex':_0x441b79});_0x25f479['updateContent']({'part':_0xf3a2a9[0x0],'renderingStrategy':'static','keepErrors':!0x0});}),this['listenTo'](_0x25f479,'applySuggestion',()=>{const {replyId:_0x3b5a3a,partIndex:_0x5e35f2}=this['_currentPreviewedChangeGroup'];this['_applySuggestion']({'replyId':_0x3b5a3a,'partIndex':_0x5e35f2}),_0x25f479['setState']('accepted');}),this['listenTo'](_0x25f479,'insertSuggestion',()=>{const {replyId:_0xdf06d,partIndex:_0x582de1}=this['_currentPreviewedChangeGroup'];this['_insertSuggestion']({'replyId':_0xdf06d,'partIndex':_0x582de1}),_0x25f479['setState']('accepted');}),this['listenTo'](_0x25f479,'rejectSuggestion',()=>{const {replyId:_0x186dc2,partIndex:_0x575310}=this['_currentPreviewedChangeGroup'];this['_rejectSuggestion']({'replyId':_0x186dc2,'partIndex':_0x575310}),_0x25f479['setState']('rejected');}),this['listenTo'](_0x25f479,'showNext',()=>{const {replyId:_0x2f7564,partIndex:_0x38b0b3}=this['_currentPreviewedChangeGroup'],_0x691ec9=this['_getPresentableSiblingContentPartIndex'](_0x2f7564,_0x38b0b3,'next');null!==_0x691ec9&&this['_openBalloonFor'](_0x2f7564,_0x691ec9);}),this['listenTo'](_0x25f479,'showPrevious',()=>{const {replyId:_0x13008b,partIndex:_0x26ba9d}=this['_currentPreviewedChangeGroup'],_0x562423=this['_getPresentableSiblingContentPartIndex'](_0x13008b,_0x26ba9d,'previous');null!==_0x562423&&this['_openBalloonFor'](_0x13008b,_0x562423);}),this['listenTo'](_0x25f479,'dialogClosed',(_0x45f754,{id:_0x46dd7f})=>{if('aiChatBalloon'!==_0x46dd7f)return;const {replyId:_0x32e56d,partIndex:_0x3dd35a}=this['_currentPreviewedChangeGroup'];this['_currentPreviewedChangeGroup']=null,this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x32e56d,'index':_0x3dd35a,'isActive':!0x1}),this['_activeBalloon']===_0x25f479&&(this['_activeBalloon']=void 0x0);});}['_integrateEditor'](_0x200fcc){if(this['_channelsToEditors']['set'](_0x200fcc['config']['get']('collaboration.channelId'),_0x200fcc),this['_integrateEditorBalloon'](_0x200fcc),this['addCurrentDocumentToChatContext'](),_0x200fcc['once']('destroy',()=>{this['_checkRemoveCurrentDocumentFromChatContext']();}),_0x200fcc['plugins']['has']('Undo')){const _0x858f1=_0x200fcc['commands']['get']('undo'),_0x4dfacf=_0x200fcc['commands']['get']('redo');this['listenTo'](_0x858f1,'revert',(_0x394958,_0x263101,_0x4220da)=>{const _0x5498e2=this['_batchToChanges']['get'](_0x263101);if(!_0x5498e2)return;const _0x300f04=this['activeConversation']['getInteraction'](_0x5498e2['interactionId']),_0x53aabf=_0x300f04?.['getReply'](_0x5498e2['replyId']);this['_batchToChanges']['delete'](_0x263101),_0x300f04&&_0x53aabf&&(_0x5498e2['indexes']['forEach'](_0x51142f=>_0x53aabf['setChangeGroupState'](_0x51142f,'pending')),this['_batchToChanges']['set'](_0x4220da,_0x5498e2));}),this['listenTo'](_0x4dfacf,'revert',(_0x2030c0,_0x40f344,_0x3d3d33)=>{const _0x45acb3=this['_batchToChanges']['get'](_0x40f344);if(!_0x45acb3)return;const _0x44c2bf=this['activeConversation']['getInteraction'](_0x45acb3['interactionId']),_0x180c42=_0x44c2bf?.['getReply'](_0x45acb3['replyId']);this['_batchToChanges']['delete'](_0x40f344),_0x44c2bf&&_0x180c42&&(_0x45acb3['indexes']['forEach'](_0x10dff9=>_0x180c42['setChangeGroupState'](_0x10dff9,'accepted')),this['_batchToChanges']['set'](_0x3d3d33,_0x45acb3));});}const _0xe32fcb=_0x200fcc['config']['get']('ai.chat.context');_0xe32fcb['alwaysAddSelection']&&_0xe32fcb['document']['enabled']&&this['listenTo'](_0x200fcc['model']['document']['selection'],'change:range',(_0x584004,_0x319226)=>{if(!_0x319226['directChange'])return;'chat'===_0x200fcc['plugins']['get']('AITabs')['view']['activeTab']&&(_0x200fcc['model']['hasContent'](_0x200fcc['model']['document']['selection'])?this['addSelectionToChatContext'](_0x200fcc):this['removeSelectionFromChatContext']());});}async['_getLastCreatedConversationId'](){const _0x6e37bc=this['_aiConnector']['fetchConversations'](this['getGroupId'](),{'limit':0x1,'sortBy':'createdAt'});try{const _0x137603=await _0x6e37bc['getConversations']();return _0x137603['length']?_0x137603[0x0]['id']:'new';}catch(_0x438a1b){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':_0x438a1b})),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1),this['_aiChatUi']['disableControls'](),null;}}async['_startConversationSafely'](_0x5f4550={}){this['set']('isConversationReady',!0x1);try{await this['_handleStartConversation'](_0x5f4550);}catch(_0x5bac15){this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x5f4550['id']||at()}),console['error'](_0x5bac15),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}async['_handleStartConversation']({id:_0x11beeb,modelId:_0x4a0b8c}={}){this['_closeActiveBalloon']();let _0x4a67dc=_0x4a0b8c;_0x4a67dc||(_0x11beeb||!this['activeConversation']?_0x4a67dc=this['context']['config']['get']('ai.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x4a67dc=this['activeConversation']['selectedModel']['id'])),this['activeConversation']&&this['stopListening'](this['activeConversation']),await this['_stopLastInteraction']();const _0x5a91c0=this['getGroupId'](),_0x126b4f=_0x11beeb||at();let _0x2c5ffe;this['activeConversation']=new AIChatConversation({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'selectedModelId':_0x4a67dc,'conversationId':_0x126b4f,'group':_0x5a91c0,'locale':this['context']['locale'],'isFromHistory':!!_0x11beeb,'channelsToEditors':this['_channelsToEditors'],'getSessionId':_0x314585=>this['_aiEditing']['getSessionId'](_0x314585)}),this['activeConversation']['delegate']('toolDataReceived','interactionCreated','interactionStarted','replyCreated')['to'](this),this['listenTo'](this['activeConversation'],'conversationInitialized',(_0xadf469,_0x2b696f)=>{this['_aiChatUi']['createConversation'](_0x2b696f),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x11beeb||(this['_aiChatUi']['resetConversationTitle'](),this['addCurrentDocumentToChatContext']());}),this['listenTo'](this['activeConversation'],'uploadProgressChanged',(_0x13a474,_0x21562d)=>{this['_aiChatUi']['setIsUploadInProgress'](_0x21562d['isUploadInProgress']);}),this['listenTo'](this['activeConversation'],'webSearchStarted',()=>{const _0x301c5f=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});this['_aiChatUi']['setLoadingMessage'](_0x301c5f);}),this['listenTo'](this['activeConversation'],'reasoningStarted',()=>{const _0x5d8bb2=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});this['_aiChatUi']['setLoadingMessage'](_0x5d8bb2);}),this['listenTo'](this['activeConversation'],'webSearchFinished',(_0x6409a9,_0x163f7e)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x163f7e,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['listenTo'](this['activeConversation'],'reasoningFinished',(_0x5c4833,_0x5e18b9)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x5e18b9,{'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',(_0x5ea951,_0x35afe0)=>{this['_aiChatUi']['removeFeedInteraction'](_0x35afe0['id']);}),this['listenTo'](this['activeConversation'],'setConversationTitle',(_0x4de2f2,_0x5c1a61,_0x2d3ad0)=>{this['_updateConversationTitle'](_0x5c1a61,_0x2d3ad0);}),this['listenTo'](this['activeConversation'],'replyContentUpdated',async(_0x2cb815,_0x22664b)=>{void 0x0!==_0x2c5ffe&&_0x2c5ffe!==_0x22664b['id']&&this['_updateReplyContentThrottled']['flush'](),_0x2c5ffe=_0x22664b['id'],_0x22664b['isFromHistory']?await this['_updateReplyContent']({'reply':_0x22664b}):await this['_updateReplyContentThrottled']({'reply':_0x22664b});}),this['listenTo'](this['activeConversation'],'replyChangeGroupStateUpdated',(_0x5506f2,{reply:_0x56a60c,index:_0x522a40,state:_0x18c698})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x56a60c['id'],'index':_0x522a40,'state':_0x18c698}),this['_currentPreviewedChangeGroup']?.['replyId']['includes'](_0x56a60c['id'])&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x522a40&&this['_activeBalloon']?.['setState'](_0x18c698);}),this['listenTo'](this['activeConversation'],'contextItemAdded',(_0x296c3a,_0x309dde)=>{if(this['_aiChatUi']['addContextItem'](_0x309dde['contextItem'],_0x309dde['isLoading']),'selection'===_0x309dde['contextItem']['type']){const _0x2877b3=ps(this['context']),_0x528b7a=[..._0x2877b3['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection']({'editor':_0x2877b3,'ranges':_0x528b7a,'id':'context','priority':0x1});}}),this['listenTo'](this['activeConversation'],'contextItemRemoved',(_0x11fd81,_0x1c90be)=>{this['_aiChatUi']['removeContextItem'](_0x1c90be['uiId']),'current-document'==_0x1c90be['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x1c90be['type']&&this['_aiEditing']['hideFakeVisualSelection']('context');}),this['listenTo'](this['activeConversation'],'contextItemLoadingEnded',(_0x4317af,_0x20df2e)=>{this['_aiChatUi']['setContextItemLoading'](_0x20df2e['contextItem']['uiId'],_0x20df2e['isLoading']);}),this['listenTo'](this['activeConversation'],'contextSent',(_0x283ab1,_0x4ffbc8)=>{this['_aiChatUi']['setConversationContext'](_0x4ffbc8['contextItems']);}),this['listenTo'](this['activeConversation'],'addContextOptionsChanged',(_0x30d5c2,_0x4463c7)=>{this['_aiChatUi']['setAddContextOptions'](_0x4463c7['options']);}),this['listenTo'](this['activeConversation'],'sourceResourcesLoaded',(_0x1ae522,_0x2f2e5b)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x2f2e5b['sourceId'],_0x2f2e5b['source'],_0x2f2e5b['resources'],_0x2f2e5b['uid']);}),this['listenTo'](this['activeConversation'],'resourceStateChanged',(_0x15d391,_0x329929)=>{this['_aiChatUi']['updateResourceState'](_0x329929['sourceId'],_0x329929['resourceId'],_0x329929['isInContext']);}),this['listenTo'](this['activeConversation'],'capabilitiesUpdated',(_0x4dc429,_0x5513b8)=>{this['_aiChatUi']['updateCapabilities'](_0x5513b8);}),this['listenTo'](this['activeConversation'],'modelSelected',async(_0x550281,_0x1bc485)=>{const _0x81fceb=(await this['_aiChatModels']['getAll']())['find'](_0x1f7fde=>_0x1f7fde['id']===_0x1bc485['selectedModel']?.['id'])||null;this['_aiChatUi']['setSelectedModel'](_0x81fceb,_0x1bc485['isDisabled']);}),this['listenTo'](this['activeConversation'],'error',(_0x1a97f1,{error:_0x2b7a58,interactionId:_0x2e30e6,fileName:_0x4abebf,url:_0x25d584,sourceId:_0x131d24,sourceLabel:_0x5aad72})=>{const _0x50444d=_0x2e30e6?_0x2e30e6+':'+at():at();_0x2b7a58['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':Mi(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x50444d}):_0x2b7a58['message']['startsWith']('ai-chat-conversation-init-failed')||_0x2b7a58['message']['startsWith']('ai-chat-conversation-start-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x50444d}),this['_logError'](_0x2b7a58)):_0x2b7a58['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x4abebf),'id':_0x50444d}):_0x2b7a58['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x25d584),'id':_0x50444d}):_0x2b7a58['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x50444d}):_0x2b7a58['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x50444d}):_0x2b7a58['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x131d24&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x131d24),this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x5aad72||'source'),'id':_0x50444d}),this['_logError'](_0x2b7a58)):_0x2b7a58['message']['startsWith']('ai-chat-resource-load-failed')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x50444d}),this['_logError'](_0x2b7a58)):_0x2b7a58['message']['startsWith']('ai-chat-invalid-request')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_INVALID_REQUEST'),'id':_0x50444d}),this['_logError'](_0x2b7a58)):_0x2b7a58['message']['startsWith']('ai-chat-context-unsupported-file-type')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE'),'id':_0x50444d}),this['_logError'](_0x2b7a58)):_0x2b7a58['message']['startsWith']('ai-chat-context-file-too-large')?(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_LARGE'),'id':_0x50444d}),this['_logError'](_0x2b7a58)):_0x2b7a58['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':_0x50444d}),this['_logError'](_0x2b7a58)):_0x2b7a58['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':_0x50444d}),this['_logError'](_0x2b7a58)):(this['_aiChatUi']['addFeedItemError']({'errorMessage':Mi(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x50444d}),this['_logError'](_0x2b7a58));}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x11beeb||(await this['activeConversation']['start'](),this['_aiChatUi']['enableControls']()),this['set']('isConversationReady',!0x0);}async['_handleUIUserMessage']({message:_0xd73c29,attributes:_0x2f444c}){if(!this['activeConversation'])throw new ht('ai-chat-controller-no-active-conversation');if(this['activeConversation']['isCurrentDocumentInContext']()){const _0x3a683a=await this['_aiEditing']['getDocumentData']();await this['activeConversation']['updateCurrentDocumentsInContext'](_0x3a683a);}this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0xd73c29,'attributes':_0x2f444c});}['_logError'](_0x426249){Ct(_0x426249['message'],_0x426249['data']);}['_removeFromContext'](_0x41c483){this['activeConversation']?.['removeFromContext'](_0x41c483);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0x51eabe){const [_0x448027,_0x2946e6]=_0x51eabe['split'](':'),_0x1cf0fc=this['activeConversation']['getInteraction'](_0x448027),_0x46eba4=_0x1cf0fc['getReply'](_0x2946e6);return{'interaction':_0x1cf0fc,'reply':_0x46eba4};}['_scrollToSuggestionRange'](_0x10c3c8,_0x2b7f5f=!0x1,_0x11e8ee){const _0x519d61={'target':_0x11e8ee['editing']['view']['domConverter']['viewRangeToDom'](_0x11e8ee['editing']['mapper']['toViewRange'](_0x10c3c8)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x2b7f5f};_0x2b7f5f&&(_0x519d61['alignToTop']=!0x0),Tt(_0x519d61);}['_updateConversationTitle'](_0x524d5f,_0x2e7b4f=!0x1){this['_aiChatUi']['setConversationTitle'](_0x524d5f||Mi(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x2e7b4f);}['_addFeedItemReply'](_0xe4572a){'text'===_0xe4572a['type']?this['_aiChatUi']['addFeedItemAIReply'](_0xe4572a):this['_aiChatUi']['addFeedItemAISuggestion'](_0xe4572a);}async['_updateReplyContent']({reply:_0x40dd5f,renderingStrategy:_0x59ebac}){const {id:_0x1bfa84,interactionId:_0x2ae5a7,isDone:_0x3827b7,type:_0x418f06,parsedContent:_0xf1ee4a}=_0x40dd5f,_0x5b55e1=_0x2ae5a7+':'+_0x1bfa84;if('modification'===_0x418f06){const _0xb1e95d=_0x40dd5f['getContentParts']({'showDiff':this['_aiChatUi']['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x5b55e1,'parts':_0xb1e95d,'isDone':_0x3827b7,'skipLoadingEffects':_0x40dd5f['isFromHistory']});}else'text'===_0x418f06&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x5b55e1,'parsedContent':_0xf1ee4a['get']('text'),'renderingStrategy':_0x59ebac,'isDone':_0x3827b7});_0x3827b7&&_0x40dd5f['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x5b55e1,_0x40dd5f['sources']);}['_updateReplyContentThrottled']=_0x3efce3(this['_updateReplyContent']['bind'](this),0xc8);async['_stopLastInteraction'](){const _0x235975=this['activeConversation']?.['lastInteraction'];_0x235975&&(_0x235975['stop'](),this['_aiChatUi']['stopInteraction'](_0x235975)),this['_updateReplyContentThrottled']['cancel']();}async['_flushLastInteractionUI'](){const _0x4e3b47=this['activeConversation']?.['lastInteraction'];if(_0x4e3b47){for await(const _0x29d0ac of _0x4e3b47['replies'])this['_aiChatUi']['hasFeedItem'](_0x29d0ac['id'])||this['_addFeedItemReply'](_0x29d0ac),await this['_updateReplyContent']({'reply':_0x29d0ac,'renderingStrategy':'static'});}}['_updateRatings'](_0x584416){const _0x5a53f5={'positiveCount':_0x584416['changeGroups']['filter'](_0x1c4709=>'accepted'===_0x1c4709['state'])['length'],'totalCount':_0x584416['changeGroups']['length'],'modificationId':_0x584416['id']},_0x2d52b7=this['activeConversation']['getInteraction'](_0x584416['interactionId'])['messageId'];_0x2d52b7&&this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0x2d52b7,_0x5a53f5);}['_getAIChatFeedAPI'](_0x15a370){const _0x212de0=this['_aiChatUi'],_0x55ac0e=()=>{_0x15a370['resetWebSearchState'](),_0x15a370['resetReasoningState'](),_0x212de0['clearLoadingMessage']();},_0x11110c=()=>{_0x15a370['currentReply']&&(_0x15a370['currentReply']['done'](),_0x15a370['currentReply']=void 0x0);};return{'insertTextReply':(_0x2c88bd,_0x4c9287)=>{_0x11110c(),_0x55ac0e();const _0x1821df=_0x15a370['currentReply']=_0x15a370['createReply']({'type':'text','interactionId':_0x15a370['id'],'id':_0x4c9287||at(),'channelsToEditors':this['_channelsToEditors']});return _0x1821df['appendContent'](_0x2c88bd),_0x11110c(),_0x1821df;},'insertCustomElement':async(_0x5099c1,_0x14a699)=>(_0x11110c(),_0x55ac0e(),_0x212de0['addFeedItemCustomElement'](_0x5099c1,_0x14a699||at())),'setLoadingMessage':_0x5d2dcd=>{_0x212de0['setLoadingMessage'](_0x5d2dcd);},'clearLoadingMessage':()=>{_0x212de0['clearLoadingMessage']();}};}['_checkRemoveCurrentDocumentFromChatContext'](){ms(this['context'])['find'](_0x5025d2=>'destroyed'!==_0x5025d2['state'])||(this['activeConversation']?.['removeFromContext']('current-document'),this['activeConversation']?.['toggleAddCurrentDocumentOptionVisibility'](!0x1));}}const Rs='ai-selection',bs=['br'];class AIEditing extends _0x2e5d09{constructor(_0x54279){super(_0x54279),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'](_0x3a15e4){let _0x56161e=this['_sessionIdByEditor']['get'](_0x3a15e4);return!_0x56161e&&(_0x56161e=_0x3a15e4['plugins']['has']('RealTimeCollaborationClient')&&_0x3a15e4['plugins']['get']('RealTimeCollaborationClient')['sessionId']||at(),this['_sessionIdByEditor']['set'](_0x3a15e4,_0x56161e)),_0x56161e;}async['getDocumentData'](){const _0x89e9cb=ms(this['context']);if(!_0x89e9cb['length'])throw new ht('ai-get-editor-from-context-no-editor');const _0x1eeaa6=[],_0x77c0b6=new Set();for(const _0x54ec37 of _0x89e9cb){const _0x288c8a=_0x54ec37['config']['get']('roots')||{};for(const _0x5dd5b5 of _0x54ec37['model']['document']['getRoots']()){if('$graveyard'===_0x5dd5b5['rootName'])continue;const _0xbb83b4=await this['_getDocumentDataForEditorRoot'](_0x54ec37,_0x5dd5b5,_0x77c0b6),_0xbb4993=_0x288c8a[_0x5dd5b5['rootName']];let _0xd7173e;_0xbb4993?.['label']?_0xd7173e=_0xbb4993['label']:(wt('ai-document-root-missing-label',{'editor':_0x54ec37,'rootConfig':_0xbb4993}),_0xd7173e=_0x5dd5b5['rootName']),_0x1eeaa6['push']({'editor':_0x54ec37,'rootName':_0x5dd5b5['rootName'],'content':_0xbb83b4['content'],'version':_0xbb83b4['version'],'sessionId':this['getSessionId'](_0x54ec37),'channelId':_0x54ec37['config']['get']('collaboration.channelId'),'selections':_0xbb83b4['selections'],'name':_0xd7173e,'description':_0xbb4993?.['description']});}}return _0x1eeaa6;}async['_getDocumentDataForEditorRoot'](_0x1df74e,_0x1fa8ce,_0x14e8fe){const _0x2159b8=_0x1df74e['data']['toView'](_0x1fa8ce,{'convertAiChatSelectionMarker':!0x0}),_0x26564e=new _0x4fdba0(_0x1df74e['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x2159b8,_0x26564e,_0x14e8fe);let _0x13644e=await this['_getDocumentDataStringFromView'](_0x2159b8,_0x1df74e);const _0x58a5c4=this['_getMarkersInDocumentOrder'](_0x1df74e,_0x1fa8ce),_0x54a82d=[];for(const _0x160c4a of _0x58a5c4){const _0x1a3911='<'+_0x160c4a['name']+':start></'+_0x160c4a['name']+':start>',_0x2e7851=_0x13644e['indexOf'](_0x1a3911);_0x13644e=_0x13644e['substring'](0x0,_0x2e7851)+_0x13644e['substring'](_0x2e7851+_0x1a3911['length']);const _0x4a2f5a='<'+_0x160c4a['name']+':end></'+_0x160c4a['name']+':end>',_0x3ffc71=_0x13644e['indexOf'](_0x4a2f5a);_0x13644e=_0x13644e['substring'](0x0,_0x3ffc71)+_0x13644e['substring'](_0x3ffc71+_0x4a2f5a['length']),_0x54a82d['push']({'markerName':_0x160c4a['name'],'start':_0x2e7851,'end':_0x3ffc71,'htmlFragment':_0x13644e['substring'](_0x2e7851,_0x3ffc71)});}return{'content':_0x13644e,'version':_0x1df74e['model']['document']['version'],'selections':_0x54a82d};}['afterInit'](){this['context']instanceof _0x435807?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x2ac1da,_0x2c874c)=>{_0x2c874c['on']('ready',()=>{this['_integrateEditor'](_0x2c874c);});});}['_setOutputDataProcessor'](_0x5436c8){this['_outputDataProcessor']=_0x5436c8;}async['_getDocumentDataStringFromView'](_0x5ad339,_0x4e5bde){let _0x3b7b38;if(this['_outputDataProcessor']){const _0x53fdd4=_0x4e5bde['data']['processor']['domConverter']['viewToDom'](_0x5ad339),_0x5ba63d=await this['_outputDataProcessor'](_0x53fdd4);_0x3b7b38=_0x4e5bde['data']['processor']['htmlWriter']['getHtml'](_0x5ba63d);}else _0x3b7b38=_0x4e5bde['data']['processor']['toData'](_0x5ad339);return _0x3b7b38;}['_integrateEditor'](_0x38d75b){if(!_0x38d75b['config']['get']('collaboration.channelId'))throw new ht('ai-missing-channel-id',_0x38d75b);_0x38d75b['ui']['focusTracker']['on']('change:isFocused',(_0x4210b1,_0x2d7010,_0x4d96c9)=>{_0x4d96c9&&(this['_lastContentFocusedEditor']=_0x38d75b);}),_0x38d75b['on']('destroy',()=>{this['_lastContentFocusedEditor']===_0x38d75b&&(this['_lastContentFocusedEditor']=void 0x0);}),_0x38d75b['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Rs,'view':({markerName:_0x484f88})=>({'classes':['ck-ai-assistant-ui_theme','ck-fake-ai-selection','ck-fake-ai-selection-'+_0x484f88['split'](':')[0x1]],'priority':0xc})}),_0x38d75b['conversion']['for']('dataDowncast')['markerToElement']({'model':Rs+':context','view':(_0x1143a,{writer:_0x5a4990,options:_0xf8dd07})=>_0xf8dd07['convertAiChatSelectionMarker']?_0x5a4990['createUIElement'](_0x1143a['markerName']+':'+(_0x1143a['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x1ea4f6){const _0x12fcaf=this['_fakeSelections'][0x0]||null;this['_addFakeSelection'](_0x1ea4f6);const _0xbc49c0=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x12fcaf,_0xbc49c0);}['hideFakeVisualSelection'](_0x14b22f){const _0x24b68c=this['_fakeSelections'][0x0]||null;this['_removeFakeSelectionById'](_0x14b22f);const _0x10fc70=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x24b68c,_0x10fc70);}async['modelToDataWithIds'](_0x308eb0,_0x2713a1){const _0x503f1a=_0x2713a1['data']['toView'](_0x308eb0),_0x3edcd2=new _0x4fdba0(_0x2713a1['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x503f1a,_0x3edcd2),this['_getDocumentDataStringFromView'](_0x503f1a,_0x2713a1);}['_setDataIdsOnChildren'](_0x58f1cb,_0x258c59,_0x3688b3=new Set()){let _0x1f19d1=!0x1;for(const _0x1c2207 of _0x58f1cb['getChildren']()){if(!_0x1c2207['is']('view:element')||bs['includes'](_0x1c2207['name']))continue;const _0x29f304=_0x1c2207['is']('view:containerElement'),_0x1166c=_0x1c2207['is']('view:emptyElement'),_0x3104ef=_0x1c2207['is']('view:rawElement'),_0x37a563=this['_setDataIdsOnChildren'](_0x1c2207,_0x258c59,_0x3688b3);if(_0x1c2207['hasAttribute']('data-id')){_0x1f19d1=!0x0,_0x3688b3['add'](_0x1c2207['getAttribute']('data-id'));continue;}(_0x29f304||_0x1166c||_0x3104ef||_0x37a563)&&(_0x258c59['setAttribute']('data-id',this['_nextDataId'](_0x3688b3),_0x1c2207),_0x1f19d1=!0x0);}return _0x1f19d1;}['_nextDataId'](_0x355eed){let _0x127ddd;do{_0x127ddd='';for(let _0xd80c0e=0x0;_0xd80c0e<0x4;_0xd80c0e++)_0x127ddd+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x355eed['has'](_0x127ddd));return _0x355eed['add'](_0x127ddd),_0x127ddd;}['getSelectionText'](_0x34af85){const _0x8ce533=(_0x34af85?_0x34af85['model']:ps(this['context'])['model'])['document']['selection'],_0x28e941=[],_0x43e742=Array['from'](_0x8ce533['getRanges']());_0x43e742['sort']((_0x4be70d,_0x3ceeaf)=>_0x4be70d['start']['isBefore'](_0x3ceeaf['start'])?-0x1:0x1);for(const _0x117b4c of _0x43e742)for(const _0x55cdf9 of _0x117b4c['getItems']())_0x55cdf9['is']('$textProxy')?_0x28e941['push'](_0x55cdf9['data']):_0x55cdf9['is']('element')&&_0x28e941['length']>0x0&&'\x20'!==_0x28e941[_0x28e941['length']-0x1]&&_0x28e941['push']('\x20');return _0x28e941['length']?'\x22'+_0x28e941['join']('')['trim']()+'\x22':Mi(this['context']['locale'],'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL');}['_removeFakeSelectionById'](_0x4b3704){for(let _0x597adb=0x0;_0x597adb<this['_fakeSelections']['length'];_0x597adb++)if(this['_fakeSelections'][_0x597adb]['id']==_0x4b3704)return void this['_fakeSelections']['splice'](_0x597adb,0x1);}['_addFakeSelection'](_0x39b662){this['_removeFakeSelectionById'](_0x39b662['id']),ft(this['_fakeSelections'],_0x39b662);}['_refreshFakeSelection'](_0x4afa94,_0x2fac66){if(_0x4afa94==_0x2fac66)return;const _0xc44ea2=_0x4afa94?_0x4afa94['editor']:null,_0x20fee8=_0x2fac66?_0x2fac66['editor']:null,_0x236997=(_0xbcb095,_0x1fb79a)=>{const _0x270d76=_0x1fb79a['model']['markers']['getMarkersGroup'](Rs);for(const _0x2b6269 of _0x270d76)_0xbcb095['removeMarker'](_0x2b6269);},_0x31afd1=(_0x346014,_0xfa56d6,_0x5214b4)=>{const _0x2cd6bb=_0xfa56d6['model'];for(let _0x37bf95=0x0;_0x37bf95<_0x5214b4['ranges']['length'];_0x37bf95++){let _0x7a58a0=_0x5214b4['ranges'][_0x37bf95];const _0x423385=Rs+':'+_0x5214b4['id']+':'+_0x37bf95;if(_0x7a58a0['start']['isAtEnd']){const _0x2b9676=_0x7a58a0['start']['getLastMatchingPosition'](({item:_0x1d501b})=>!_0x2cd6bb['schema']['isContent'](_0x1d501b),{'boundaries':_0x7a58a0});_0x7a58a0=_0x346014['createRange'](_0x2b9676,_0x7a58a0['end']);}_0x346014['addMarker'](_0x423385,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x7a58a0});}};_0xc44ea2&&_0x20fee8&&_0xc44ea2===_0x20fee8&&_0x2fac66?_0xc44ea2['model']['change'](_0xe01930=>{_0x236997(_0xe01930,_0xc44ea2),_0x31afd1(_0xe01930,_0x20fee8,_0x2fac66);}):(_0xc44ea2&&_0xc44ea2['model']['change'](_0x1294fe=>_0x236997(_0x1294fe,_0xc44ea2)),_0x20fee8&&_0x2fac66&&_0x20fee8['model']['change'](_0x1481f3=>_0x31afd1(_0x1481f3,_0x20fee8,_0x2fac66)));}['_getMarkersInDocumentOrder'](_0x59b521,_0x16e2db){const _0x4b7225=Array['from'](_0x59b521['model']['markers']['getMarkersGroup'](Rs+':context'));return(_0x16e2db?_0x4b7225['filter'](_0x3ec629=>{const _0x3e75b1=_0x3ec629['getRange']();return _0x3e75b1&&_0x3e75b1['root']['rootName']===_0x16e2db['rootName'];}):_0x4b7225)['sort']((_0x4d7d6d,_0x2aef45)=>_0x4d7d6d['getStart']()['isBefore'](_0x2aef45['getStart']())?-0x1:_0x4d7d6d['getStart']()['isAfter'](_0x2aef45['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(_0x377006){const _0x29ea55=new AbortController();return{'promise':new Promise((_0x453e4c,_0x2f97ae)=>{const _0x5a3a94=setTimeout(_0x453e4c,_0x377006);_0x29ea55['signal']['addEventListener']('abort',()=>{clearTimeout(_0x5a3a94),_0x2f97ae();});}),'abortController':_0x29ea55};}class HTMLStreamer{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;['lastUpdateTime']=0x0;constructor(_0x399302){this['options']={'delay':_0x399302?.['delay']??0xa,'textNodeStyle':_0x399302?.['textNodeStyle']??'animation:\x20ck-html-streamer-fade-in\x20.3s'};}async['stream']({document:_0x14c9ca,targetElement:_0x4af802,abortSignal:_0x54bc6a}){this['isStreaming']&&this['stop'](),_0x54bc6a?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x3777a6(_0x14c9ca,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(this['currentIndex']=this['nodesList']['length']);for(let _0x5c40e5=0x0;_0x5c40e5<this['currentIndex'];_0x5c40e5++)this['nodesList'][_0x5c40e5]['shouldBeStreamed']=!0x0;do{const _0x5a5bac=Date['now'](),_0x5aed57=this['nodesList'][this['currentIndex']],_0x552a35=_0x5a5bac-this['lastUpdateTime'];if(_0x5aed57){_0x5aed57['shouldBeStreamed']=!0x0;let _0x431a23=_0x5aed57['parent'];for(;_0x431a23;)_0x431a23['shouldBeStreamed']=!0x0,_0x431a23=_0x431a23['parent'];}if(_0x552a35<this['options']['delay'])try{const {promise:_0xc298d5,abortController:_0x9f47ef}=vs(this['options']['delay']-_0x552a35);this['timeoutAbortController']=_0x9f47ef,await _0xc298d5;}catch(_0x40cab5){return;}_0x5e167d(_0x4af802,'<'+_0x4af802['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x4af802['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:_0x44c22f}){Array['from'](_0x44c22f['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x5f370c=>{_0x5f370c['replaceWith'](_0x5f370c['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x17aac2){let _0x5afd8c='';if(function(_0x283692){return _0x1ace06(_0x283692);}(_0x17aac2)){for(const _0x35a545 of _0x17aac2['children'])_0x5afd8c+=this['renderNode'](_0x35a545);}else{if(Ns(_0x17aac2)){if(!_0x17aac2['shouldBeStreamed'])return'';const _0x51ae17=_0x17aac2,_0xdd6724=Object['entries'](_0x51ae17['attribs'])['map'](([_0x58749b,_0x1ab0ef])=>_0x58749b+'=\x22'+_0x1ab0ef+'\x22')['join']('\x20');_0x5afd8c+='<'+_0x51ae17['tagName']+(_0xdd6724?'\x20'+_0xdd6724:'')+'>';for(const _0x3eeb2b of _0x30df0e(_0x51ae17))_0x5afd8c+=this['renderNode'](_0x3eeb2b);_0x5afd8c+='</'+_0x51ae17['tagName']+'>';}else{if(!ys(_0x17aac2))return'';if(!_0x17aac2['shouldBeStreamed'])return'';!function(_0x255c9b){if(!_0x255c9b['parent']||!Ns(_0x255c9b['parent']))return!0x1;if(!ks['includes'](_0x255c9b['parent']['tagName']))return!0x1;return!ti(_0x255c9b)['match'](/^\s*[<>]\s*$/);}(_0x17aac2)?_0x5afd8c+=_0x5d6d16(_0x17aac2):_0x5afd8c+=_0x5d6d16(new _0x2f80a7('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x17aac2]));}}return _0x5afd8c;}['getParsedDocumentNodeList'](){const _0x3611e0=[];return function(_0x18159c,_0x4e0526){const _0x582da6=_0x69f73=>{if(_0x4e0526(_0x69f73),_0x69f73 instanceof _0x4e770c)for(let _0x56bc63=0x0;_0x56bc63<_0x69f73['children']['length'];_0x56bc63++){const _0x44ec2b=_0x69f73['children'][_0x56bc63];_0x582da6(_0x44ec2b);}};for(let _0x2766f4=0x0;_0x2766f4<_0x18159c['children']['length'];_0x2766f4++)_0x582da6(_0x18159c['children'][_0x2766f4]);}(this['document'],_0x4f744a=>{if(ys(_0x4f744a)){const _0x44bddd=this['splitTextNodeIntoWordNodes'](_0x4f744a);_0x44bddd['length']&&_0x3611e0['push'](..._0x44bddd);}_0x4f744a['isWordSplitSource']||_0x4f744a['isWordSplitResult']||_0x3611e0['push'](_0x4f744a);}),_0x3611e0;}['splitTextNodeIntoWordNodes'](_0x3f725a){if(_0x3f725a['isWordSplitSource']||_0x3f725a['isWordSplitResult'])return[];const _0x23a36d=ti(_0x3f725a)['match'](/(?:\s*\S+\s*)/g),_0x58fb77=[];if(_0x23a36d&&_0x23a36d['length']>0x1){for(const _0x430afd of _0x23a36d){const _0x34c97b=new _0x2c0b48(_0x430afd);_0x34c97b['isWordSplitResult']=!0x0,_0x151fab(_0x3f725a,_0x34c97b),_0x58fb77['push'](_0x34c97b);}_0x3f725a['isWordSplitSource']=!0x0,_0x1aae33(_0x3f725a);}return _0x58fb77;}}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(_0xe7394e){return _0x29bd03(_0xe7394e);}function Ns(_0x22a420){return _0x2ff01e(_0x22a420);}class AIChatFeedItemView extends Nt{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x5bb3b7){super();const _0x5d3d21=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new HTMLStreamer(),this['options']=_0x5bb3b7,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x5d3d21['if']('isDone','ck-ai-chat__feed__item_done'),_0x5d3d21['if']('isVisible','ck-hidden',_0x252ba7=>!_0x252ba7),'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'](_0x5da73f=>{_0x5da73f['removeAttribute']('data-id');}),this['isDone']=!0x0;}async['streamIntoElement'](_0x94c18a,_0x711c6e,_0x2df310){await this['htmlStreamer']['stream']({'document':_0x94c18a,'targetElement':_0x711c6e,'abortSignal':_0x2df310});}}class AISuggestionHeaderView extends Nt{['showChangesToggleView'];constructor(_0xa1a30,_0x21f034){super(_0xa1a30),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new ShowChangesToggleView(_0xa1a30),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button\x20'+Gi,'label':Mi(_0xa1a30,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x21f034['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x293a1f=>_0x293a1f?_0x9a19f:_0x54b721),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0x223b10=new Lt();_0x223b10['content']=_0xdbabf8,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x21f034['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0x223b10,{'tag':'span','children':[Mi(_0xa1a30,'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':_0x4fb4f5,'rejected':_0x2ba020,'outdated':_0x2ba020};class AISuggestionContentPartStateView extends Nt{['stateIconView'];constructor(_0x161701){super(_0x161701);const _0x31d2a7=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',_0x31d2a7['to']('state',_0x2644a8=>'ck-ai-suggestion__content-part-state_'+_0x2644a8),_0x31d2a7['if']('isVisible','ck-hidden',_0x396986=>!_0x396986)]},'children':[{'tag':'span','attributes':{'class':['ck-ai-suggestion__content-part-state__label']},'children':[{'text':_0x31d2a7['to']('state',_0x3c092f=>{switch(_0x3c092f){case'accepted':return Mi(_0x161701,'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED');case'rejected':return Mi(_0x161701,'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED');case'outdated':return Mi(_0x161701,'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED');}})}]},this['stateIconView']]});}['setState'](_0x349f3b){this['state']=_0x349f3b;}}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(_0x4d4686,_0x256d21,_0x1c862a){super(_0x4d4686);const _0x1f0d96=Boolean(_0x1c862a);this['set']('isEnabled',!_0x1f0d96),this['set']('isVisible',!0x0),this['set']('isTrackChangesOn',!0x1),this['class']='ck-ai-suggestion-content-part-toolbar';const _0x49dfb4=[];if(_0x1f0d96){const _0x5e02b=new yt(_0x4d4686);_0x5e02b['set']({'label':Mi(_0x4d4686,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x2a9ed6}),_0x5e02b['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}}),_0x49dfb4['push'](_0x5e02b);}else{_0x256d21['includes']('applySuggestion')&&(this['_applyButton']=new yt(_0x4d4686),this['_applyButton']['set']({'label':Mi(_0x4d4686,'AI_SUGGESTION_CONTENT_PART_APPLY'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x4fb4f5}),this['_applyButton']['bind']('isEnabled')['to'](this),this['_applyButton']['bind']('isVisible')['to'](this,'isTrackChangesOn',_0x4afe51=>!_0x4afe51),this['_applyButton']['on']('execute',()=>{this['fire']('applySuggestion');}),_0x49dfb4['push'](this['_applyButton'])),_0x256d21['includes']('insertSuggestion')&&(this['_suggestButton']=new yt(_0x4d4686),this['_suggestButton']['set']({'label':Mi(_0x4d4686,'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x452d46}),this['_suggestButton']['bind']('isEnabled')['to'](this),this['_suggestButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),_0x49dfb4['push'](this['_suggestButton']));const _0x1aa62a=new yt(_0x4d4686);_0x1aa62a['set']({'label':Mi(_0x4d4686,'AI_SUGGESTION_CONTENT_PART_REJECT'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x2ba020}),_0x1aa62a['bind']('isEnabled')['to'](this),_0x1aa62a['on']('execute',()=>{this['fire']('rejectSuggestion');}),_0x49dfb4['push'](_0x1aa62a);}this['items']['addMany'](_0x49dfb4);const _0x5c5470=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':[_0x5c5470['if']('isVisible','ck-hidden',_0x521d94=>!_0x521d94)]}});}['setButtonsVisibility']({showApplyButton:_0x4b2218,showSuggestButton:_0x5edde7}){this['_applyButton']&&(this['_applyButton']['isVisible']=_0x4b2218),this['_suggestButton']&&(this['_suggestButton']['isVisible']=_0x5edde7);}}class AISuggestionContentPartHeaderView extends Nt{['toolbarView'];['stateView'];['titleLabelView'];['children'];constructor(_0x3b52e2,{part:_0x1b7bb7,uiIndex:_0xe361eb,availableActions:_0x4c4393,areActionsDisabled:_0x6df776}){super(_0x3b52e2),this['set']('isEnabled',!0x0),this['set']('state','pending'),this['set']('isTrackChangesOn',!0x1),this['toolbarView']=new AISuggestionContentPartToolbarView(_0x3b52e2,_0x4c4393,_0x6df776),this['toolbarView']['on']('rejectSuggestion',()=>{this['fire']('rejectSuggestion',{'index':_0x1b7bb7['index']});}),this['toolbarView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'index':_0x1b7bb7['index']});}),this['toolbarView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'index':_0x1b7bb7['index']});}),this['toolbarView']['bind']('isEnabled','isTrackChangesOn')['to'](this),this['stateView']=new AISuggestionContentPartStateView(_0x3b52e2),this['titleLabelView']=new AISuggestionBodyContentPartTitleLabelView(_0x3b52e2,_0xe361eb),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',(_0x57a09d,_0x2cd25e,_0x5c9c01,_0x22683b)=>{'pending'===_0x22683b?this['children']['remove'](this['toolbarView']):this['children']['remove'](this['stateView']),'pending'===_0x5c9c01?this['children']['add'](this['toolbarView']):(this['stateView']['setState'](_0x5c9c01),this['children']['add'](this['stateView']));});}}class AISuggestionBodyContentPartTitleLabelView extends Nt{constructor(_0x3755de,_0x763ec0){super(_0x3755de),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[Mi(_0x3755de,'AI_SUGGESTION_CONTENT_PART_TITLE',_0x763ec0['toString']())]});}}class AISuggestionStreamableContentView extends Nt{['htmlStreamer'];constructor(_0x277c9d){super(_0x277c9d),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:_0x4e0043,renderingStrategy:_0x19a753,abortSignal:_0xd5c334}){const _0x16bccc=_0x3777a6(_0x4e0043['content'],!0x0);for(const _0x5ed024 of qi(_0x16bccc))_0x1aae33(_0x5ed024);'streaming'===_0x19a753?await this['htmlStreamer']['stream']({'document':_0x16bccc,'targetElement':this['element'],'abortSignal':_0xd5c334}):_0x5e167d(this['element'],'<'+this['element']['tagName']+'>'+Ki(_0x16bccc)+'</'+this['element']['tagName']+'>',{'childrenOnly':!0x0});}['clear'](){this['htmlStreamer']['reset'](),this['element']['innerHTML']='',this['element']['scrollTop']=0x0;}}class AISuggestionBodyViewContentPartView extends Nt{['_children'];['_headerView'];['_streamableContentView'];constructor(_0x3d2cbd,{part:_0xadc8f5,uiIndex:_0x4f914f,areActionsDisabled:_0x3e30b9,availableActions:_0x4954ce}){super(_0x3d2cbd);const _0x2d5130=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 _0x45e494=()=>{this['isEnabled']=this['isDone']&&'pending'==this['state']&&!_0x3e30b9;};this['on']('change:state',_0x45e494),this['on']('change:isDone',_0x45e494),_0x45e494(),this['_children']=this['createCollection'](),this['_headerView']=new AISuggestionContentPartHeaderView(_0x3d2cbd,{'part':_0xadc8f5,'uiIndex':_0x4f914f,'availableActions':_0x4954ce,'areActionsDisabled':_0x3e30b9}),this['_headerView']['bind']('isEnabled','state','isTrackChangesOn')['to'](this),this['_headerView']['delegate'](...Ss)['to'](this),this['_streamableContentView']=new AISuggestionStreamableContentView(_0x3d2cbd),this['_children']['addMany']([this['_headerView'],this['_streamableContentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x2d5130['to']('state',_0xa5c6f8=>'ck-ai-suggestion__body__content-part_'+_0xa5c6f8),_0x2d5130['if']('isEnabled','ck-ai-suggestion__body__content-part_enabled'),_0x2d5130['if']('isActive','ck-ai-suggestion__body__content-part_active'),_0x2d5130['if']('isVisible','ck-hidden',_0x25f169=>!_0x25f169)]},'children':this['_children'],'on':{'mouseenter':_0x2d5130['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0xadc8f5['index']});}),'mouseleave':_0x2d5130['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0xadc8f5['index']});}),'click':_0x2d5130['to'](_0x2fdb65=>{const _0x2494ac=_0x2fdb65['target'];this['isEnabled']&&!this['_headerView']['toolbarView']['element']['contains'](_0x2494ac)&&this['fire']('showChangeInText',{'index':_0xadc8f5['index']});})}});}async['updateContent']({part:_0x116b12,showUnchangedParts:_0x4432e4=!0x1,abortSignal:_0x34c680}){this['partDefinition']=_0x116b12,this['isVisible']=this['partDefinition']['hasChanges']||_0x4432e4,this['isVisible']&&await this['_streamableContentView']['update']({'part':_0x116b12,'renderingStrategy':'static','abortSignal':_0x34c680});}['markAsDone'](){this['isDone']=!0x0;}}class AISkeletonView extends Nt{constructor(_0x14bd1a,_0xbaa3e7){super(_0x14bd1a),this['set']('isVisible',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton',this['bindTemplate']['if']('isVisible','ck-hidden',_0x3e87a4=>!_0x3e87a4)]},'children':this['_createSkeletonItems'](_0xbaa3e7)});}['_createSkeletonItems'](_0x44c26f){const _0x58adbb=['ck','ck-ai-skeleton__item'];return _0x44c26f['map'](_0x877146=>{let _0x29ad4f='';switch(_0x877146['attributes']['align']){case'right':_0x29ad4f='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x29ad4f='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x29ad4f='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x877146['tag'],'attributes':{'class':[..._0x58adbb,_0x877146['attributes']['class']?_0x877146['attributes']['class']:''],'style':'width:\x20'+_0x877146['attributes']['width']+';\x20height:\x20'+_0x877146['attributes']['height']+';'+_0x29ad4f}};});}}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(_0x478990,_0x4a7034,_0x551a8a,_0x4bceb8){return new Array(_0x478990)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x4a7034,'height':_0x551a8a,'align':_0x4bceb8}}));}class PromiseQueue extends Et(){['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x4f8d2b){const _0x501559=this['createTask'](_0x4f8d2b);return this['queue']['push'](_0x501559),this['_processQueue'](),_0x501559['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(_0x456933=>{this['once']('_queueEmpty',()=>{_0x456933();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x301fd0=this['queue']['shift']();try{await _0x301fd0['callback'](this['_abortController']['signal']),_0x301fd0['resolve']();}catch(_0x57650d){_0x301fd0['reject'](_0x57650d);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x537c53){let _0x59c155,_0x336d3e;const _0x1800a1=new Promise((_0x2864d1,_0x4d1b57)=>{_0x59c155=_0x2864d1,_0x336d3e=_0x4d1b57;});return{'callback':_0x537c53,'resolve':_0x59c155,'reject':_0x336d3e,'completePromise':_0x1800a1};}}class AIChatFeedErrorItemView extends AIChatFeedItemView{constructor(_0x266dca){super(_0x266dca),this['extendTemplate']({'attributes':{'class':['ck-ai-notification','warning'===_0x266dca['level']?'ck-ai-notification_warning':'ck-ai-notification_error']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x4e627b){this['element']['innerHTML']=_0x4e627b;}}const Ds=['applySuggestion','insertSuggestion'];class AIChatFeedSuggestionItemActionsView extends Nt{['_applyChangesButton'];['_insertSuggestionsButton'];['children'];constructor(_0x2496b1,_0x5aef6d=[...Ds],_0x2df6c8){super(_0x2496b1);const _0x19e7f7=this['bindTemplate'],_0x21b37c=Boolean(_0x2df6c8);if(this['set']('isEnabled',!_0x21b37c),this['set']('isVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),_0x21b37c){const _0x285d33=new yt(_0x2496b1);_0x285d33['set']({'label':Mi(_0x2496b1,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x2a9ed6}),_0x285d33['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}});const _0x484caa=new Nt(_0x2496b1);_0x484caa['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__suggestion__actions__info'},'children':[{'tag':'p','children':[Mi(_0x2496b1,'AI_SUGGESTION_DISABLED_FEED_MESSAGE'),_0x285d33]}]}),this['children']['add'](_0x484caa);}else this['_applyChangesButton']=new yt(_0x2496b1),this['_applyChangesButton']['set']({'label':Mi(_0x2496b1,'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),'withText':!0x0,'type':'button','isVisible':_0x5aef6d['includes']('applySuggestion'),'class':Ui}),this['_insertSuggestionsButton']=new yt(_0x2496b1),this['_insertSuggestionsButton']['set']({'label':Mi(_0x2496b1,'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL'),'withText':!0x0,'type':'button','isVisible':_0x5aef6d['includes']('insertSuggestion'),'class':Bi}),this['_insertSuggestionsButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_applyChangesButton']['on']('execute',()=>{this['fire']('applySuggestion');}),[this['_applyChangesButton'],this['_insertSuggestionsButton']]['forEach'](_0x2fc7ee=>{_0x2fc7ee['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',_0x19e7f7['if']('isVisible','ck-hidden',_0x21d791=>!_0x21d791)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_applyChangesButton']&&(this['_applyChangesButton']['isVisible']=!this['isTrackChangesOn']);});}['updateVisibility'](_0x4ffeb5){this['isVisible']=_0x4ffeb5;}['_switchButtonLabelsPlurality'](_0x3dffdd){this['_applyChangesButton']&&this['_insertSuggestionsButton']&&(_0x3dffdd?(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(_0x5f30c1,_0x150615){super(_0x5f30c1),this['bodyCollection']=_0x150615,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',_0x1cbec1=>!_0x1cbec1)]},'children':this['children']});const _0x1635ea=new Nt(this['locale']),_0x1a8a2c=new Lt();_0x1a8a2c['content']=_0x5da227,_0x1635ea['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x1a8a2c,{'tag':'span','children':[{'text':Mi(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x1635ea),this['_setupBalloonPanel'](_0x5f30c1);}['addSource'](_0x4c4ff7){this['children']['add'](new AIWebSourceView(this['locale'],_0x4c4ff7,this['balloonPanelView']));}['_setupBalloonPanel'](_0x293d50){this['balloonPanelView']=new zt(_0x293d50),this['balloonPanelView']['extendTemplate']({'attributes':{'class':['ck-ai-web-source__tooltip-balloon']}}),this['bodyCollection']['add'](this['balloonPanelView']);}}class AIWebSourceView extends yt{['balloonPanelView'];['source'];constructor(_0x902933,_0x2889a8,_0x37fc54){super(_0x902933),this['source']=_0x2889a8,this['balloonPanelView']=_0x37fc54,this['set']({'label':_0x2889a8['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x53381d=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x53381d['to'](()=>{window['open'](_0x2889a8['url'],'_blank');}),'mouseenter':_0x53381d['to'](()=>{this['_showTooltip']();}),'mouseleave':_0x53381d['to'](()=>{this['_hideTooltip']();})}}),_0x2889a8['favicon']){const _0x296120=new Nt(_0x902933);_0x296120['setTemplate']({'tag':'img','attributes':{'src':_0x2889a8['favicon']||_0x5da227,'alt':_0x2889a8['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x296120);}else this['set']('icon',_0x5da227);}['_createTooltipContentView'](_0x3aef45,_0x1c02ac){const _0x3adb18=new Nt(_0x3aef45),_0x364ceb=[];let _0x52d8b1;_0x1c02ac?.['favicon']?(_0x52d8b1=new Nt(_0x3aef45),_0x52d8b1['setTemplate']({'tag':'img','attributes':{'src':_0x1c02ac['favicon'],'alt':_0x1c02ac['title'],'class':['ck-ai-web-source__tooltip-image']}})):(_0x52d8b1=new Lt(),_0x52d8b1['content']=_0x5da227,_0x52d8b1['extendTemplate']({'attributes':{'alt':_0x1c02ac['title'],'class':['ck-ai-web-source__tooltip-image']}})),_0x364ceb['push'](_0x52d8b1);const _0x1b072d=new Nt(_0x3aef45);_0x1b072d['setTemplate']({'tag':'a','attributes':{'class':['ck-ai-web-source__tooltip-url'],'href':_0x1c02ac['url']},'children':[{'text':new URL(_0x1c02ac['url'])?.['hostname']}]}),_0x364ceb['push'](_0x1b072d);const _0x4cc334=new Nt(_0x3aef45);_0x4cc334['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-web-source__tooltip-row']},'children':_0x364ceb});const _0xde4a1a=new Nt(_0x3aef45);return _0xde4a1a['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-web-source__tooltip-row','ck-ai-web-source__tooltip-title']},'children':[{'text':_0x1c02ac['title']['length']>0x190?_0x1c02ac['title']['substring'](0x0,0x190)+'...':_0x1c02ac['title']}]}),_0x3adb18['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-source__tooltip']},'children':[_0x4cc334,_0xde4a1a]}),_0x3adb18;}['_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 _0xdf140f=this['_createTooltipContentView'](this['locale'],this['source']);this['balloonPanelView']['content']['add'](_0xdf140f);}}class AISuggestionBodyView extends Nt{['_actionsView'];['_sourcesView'];['_children'];['_skeletonView'];['_showSkeletonDebounced']=_0x5b0594(()=>{this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now']();},0x3e8);['_skeletonShownAt']=null;['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];['_availableActions'];['_cachedContentParts']=[];constructor(_0x5bb26a,_0x379291){super(_0x5bb26a);const {areActionsDisabled:_0xa9b721,showUnchangedParts:_0x270a51,availableActions:_0x4c9bcf}=_0x379291;this['_areActionsDisabled']=_0xa9b721,this['_showUnchangedParts']=_0x270a51,this['_availableActions']=_0x4c9bcf,this['set']('hasPendingParts',!0x1),this['set']('isTrackChangesOn',!0x1),this['_children']=this['createCollection'](),this['_skeletonView']=new AISkeletonView(_0x5bb26a,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(_0x5bb26a,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['_actionsView']=new AIChatFeedSuggestionItemActionsView(_0x5bb26a,_0x379291['availableActions'],this['_areActionsDisabled']),this['_actionsView']['bind']('isTrackChangesOn')['to'](this),this['_sourcesView']=new AIWebSourcesView(this['locale'],_0x379291['bodyCollection']),_0x379291['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'](_0xbeefd5=>_0xbeefd5 instanceof AISuggestionBodyViewContentPartView);}async['updateContentParts']({parts:_0x5ec14a,abortSignal:_0x1a7087,skipLoadingEffects:_0x4952c4}){this['_cachedContentParts']['length']?_0x5ec14a['forEach'](_0x521ddb=>{const _0x5a1d49=this['_cachedContentParts']['findIndex'](_0x3ba33f=>_0x3ba33f['index']==_0x521ddb['index']);-0x1===_0x5a1d49?this['_cachedContentParts']['push'](_0x521ddb):this['_cachedContentParts'][_0x5a1d49]=_0x521ddb;}):this['_cachedContentParts']=_0x5ec14a;const _0x174efd=this['_showUnchangedParts']?_0x5ec14a:_0x5ec14a['filter'](_0x468fc0=>_0x468fc0['hasChanges']);this['_actionsView']['_switchButtonLabelsPlurality'](_0x174efd['length']>0x1),_0x4952c4&&(this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1);for(const _0x12402a of _0x174efd)this['_updateContentPartsPromiseQueue']['enqueue'](async _0x42fa40=>{let _0x59838f=this['getPartView'](_0x12402a['index']);if(!_0x59838f){if(_0x59838f=new AISuggestionBodyViewContentPartView(this['locale'],{'part':_0x12402a,'uiIndex':this['_contentPartViews']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x59838f['delegate'](...Ss)['to'](this),_0x59838f['bind']('isTrackChangesOn')['to'](this),!_0x4952c4&&(this['_showSkeletonDebounced']['cancel'](),await this['_awaitMinimumSkeletonDisplayTime'](_0x42fa40),_0x42fa40['aborted']))return;this['_skeletonView']['isVisible']=!0x1,this['_children']['add'](_0x59838f,this['_children']['length']-0x1),this['hasPendingParts']=!0x0,_0x4952c4||this['_showSkeletonDebounced']();}await _0x59838f['updateContent']({'part':_0x12402a,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x42fa40}),_0x59838f['markAsDone']();});return _0x1a7087?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1;}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x1cd81d,_0x47ac5d){const _0xd3051e=this['getPartView'](_0x1cd81d);_0xd3051e&&(_0xd3051e['state']=_0x47ac5d),this['hasPendingParts']='pending'==_0x47ac5d||this['_contentPartViews']['some'](_0x1e658c=>'pending'==_0x1e658c['state']);}['setPartActive'](_0x5939c0,_0x3d1df1){if(!0x1===_0x5939c0){for(const _0x338e57 of this['_contentPartViews'])_0x338e57['isActive']=!0x1;}else{const _0x434e40=this['getPartView'](_0x5939c0);_0x434e40&&(_0x434e40['isActive']=_0x3d1df1);}}['updateSources'](_0x3ae7e9){_0x3ae7e9['forEach'](_0x3f11d0=>this['_sourcesView']['addSource'](_0x3f11d0)),this['_sourcesView']['isVisible']=!0x0;}['getPartView'](_0x18519a){return this['_contentPartViews']['find'](_0x2d603b=>_0x2d603b['partDefinition']['index']==_0x18519a)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x4ffcd8=!this['_cachedContentParts']['find'](({hasChanges:_0x37a972})=>_0x37a972),_0x4e3c5d=!!this['_cachedContentParts']['find'](({hasChanges:_0x3887c6})=>!_0x3887c6);this['_emptyPartsWarningView']['isVisible']=0x0==this['_contentPartViews']['length']||_0x4e3c5d,_0x4ffcd8?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'](_0x12a603=>_0x12a603['markAsDone']()),this['_skeletonView']['isVisible']=!0x1,this['_showSkeletonDebounced']['cancel'](),this['_actionsView']['updateVisibility'](this['hasNonEmptyParts']);}async['_awaitMinimumSkeletonDisplayTime'](_0x21f0c9){if(!this['_skeletonView']['isVisible']||null===this['_skeletonShownAt'])return;const _0x4f1382=0x3e8-(Date['now']()-this['_skeletonShownAt']);if(this['_skeletonShownAt']=null,_0x4f1382>0x0){const {promise:_0x2396e6,abortController:_0x5e184d}=vs(_0x4f1382);_0x21f0c9?.['addEventListener']('abort',()=>_0x5e184d['abort']()),await _0x2396e6['catch'](()=>{});}}get['hasNonEmptyParts'](){return this['_contentPartViews']['filter'](_0x429142=>_0x429142['partDefinition']['hasChanges'])['length']>0x0;}}class AISuggestionContainerView extends Nt{['bodyView'];['children'];['headerView'];constructor(_0x4900bd,_0x5bb452,_0x117035){super(_0x4900bd);const {showDiff:_0x3bdfc0,areActionsDisabled:_0x5e6599,showUnchangedParts:_0x2cf51b,availableActions:_0x5c1073}=_0x5bb452;this['set']('isTrackChangesOn',!0x1),this['set']('areChangesVisible',!0x1),this['children']=this['createCollection'](),this['headerView']=new AISuggestionHeaderView(_0x4900bd,{'showDiff':_0x3bdfc0}),this['headerView']['on']('toggleShowChanges',(_0x612505,_0x371ebb)=>{this['areChangesVisible']=_0x371ebb['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x371ebb['isOn']});}),this['children']['add'](this['headerView']),this['bodyView']=new AISuggestionBodyView(_0x4900bd,{'areActionsDisabled':_0x5e6599,'showUnchangedParts':!!_0x2cf51b,'availableActions':_0x5c1073,'bodyCollection':_0x117035}),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'](_0x1c24ee){await this['bodyView']['updateContentParts'](_0x1c24ee);}['updateSources'](_0x58b78c){this['bodyView']['updateSources'](_0x58b78c);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}}class AIChatFeedSuggestionItemView extends AIChatFeedItemView{['containerView'];constructor(_0x567fea,_0x535fec,_0x1c38db){super(_0x535fec),this['set']('isTrackChangesOn',!0x1),this['containerView']=new AISuggestionContainerView(_0x567fea,{'showDiff':_0x535fec['showDiff'],'areActionsDisabled':_0x535fec['areActionsDisabled'],'availableActions':_0x535fec['availableActions']},_0x1c38db),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x3ef6f4,_0x4159e4)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x4159e4['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',(_0x195dec,{index:_0x43ebe2})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x43ebe2});}),this['containerView']['on']('applySuggestion',(_0x586892,{index:_0x35bf58}={})=>{this['fire']('applySuggestion',{'replyId':this['options']['id'],'partIndex':_0x35bf58});}),this['containerView']['on']('insertSuggestion',(_0x2c71cd,{index:_0x495eba}={})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x495eba});}),this['containerView']['on']('rejectSuggestion',(_0x7283ce,{index:_0x35e23d})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x35e23d});}),this['containerView']['on']('mouseOverSuggestion',(_0x1e127e,{index:_0x449e98})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x449e98});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x139a86,{index:_0x1ffe03})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x1ffe03});}),this['children']['addMany']([this['containerView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x51f270){await this['containerView']['updateContent'](_0x51f270);}['updatePartState'](_0x4be1b1,_0xbd83b8){this['containerView']['bodyView']['updatePartState'](_0x4be1b1,_0xbd83b8);}['setPartActive'](_0xf41ca8,_0x148d7d){!0x1===_0xf41ca8?this['containerView']['bodyView']['setPartActive'](!0x1):this['containerView']['bodyView']['setPartActive'](_0xf41ca8,_0x148d7d);}['updateSources'](_0xc6acb1){this['containerView']['updateSources'](_0xc6acb1);}['getPartView'](_0x41ffc6){return this['containerView']['bodyView']['getPartView'](_0x41ffc6);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone']();}}class AIChatFeedReplyItemView extends AIChatFeedItemView{['replyContainer'];['_bodyCollection'];constructor(_0x178ddb,_0x81ff6d,_0x3eb6e3){super(_0x81ff6d),this['_bodyCollection']=_0x3eb6e3,this['locale']=_0x178ddb,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:_0x1da2b9,renderingStrategy:_0x164d3d,abortSignal:_0x108674}){'streaming'===_0x164d3d?await this['streamIntoElement'](_0x1da2b9,this['replyContainer']['element'],_0x108674):this['replyContainer']['element']['innerHTML']=_0x5d6d16(_0x1da2b9);}['updateSources'](_0x45d1ef){const _0x3cc793=new AIWebSourcesView(this['locale'],this['_bodyCollection']);_0x3cc793['children']['addMany'](_0x45d1ef['map'](_0x12b82b=>new AIWebSourceView(this['locale'],_0x12b82b,_0x3cc793['balloonPanelView']))),_0x3cc793['isVisible']=!0x0,this['children']['add'](_0x3cc793);}}class AISpinnerView extends xt{constructor(_0x1b6dc0=void 0x0){super();const _0x5a4902=_0x1b6dc0?'ck-ai-spinner_'+_0x1b6dc0:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x5a4902]}});}}const Vs={'file':_0x15039b,'image':_0xb6dd68,'document':_0xdbabf8,'web-resource':_0x35b63e,'text':_0x15039b,'selection':_0x474b74,'mcp-tool-context':_0xdbabf8},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(_0x5bc33a,_0x215b88,_0x309873,_0x4c6ff3,_0x11e499=!0x1){super(_0x5bc33a),this['_isAnimationOnEnterEnabled']=_0x4c6ff3,this['_initializeProperties'](_0x215b88,_0x309873,_0x11e499),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'](_0x36a457,_0x49d971,_0x495d0a){this['set']('label',_0x36a457['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x36a457['type']),this['set']('id',_0x36a457['uiId']),this['set']('readonly',_0x49d971),this['set']('isLoading',_0x495d0a);}['_setupTemplate'](){const _0xaeb3a6=this['_createIconView'](),_0x69fc45=this['_createRemoveButton'](),_0xe1df01=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0xe1df01),'children':this['_createTemplateChildren'](_0xaeb3a6,_0x69fc45,_0xe1df01)});}['_createTemplateAttributes'](_0x541062){return{'class':[Hs,_0x541062['if']('itemType',Us,_0x4f0e04=>'document'==_0x4f0e04),_0x541062['if']('itemType',Ms,_0xed2786=>'selection'==_0xed2786)],'data-cke-tooltip-text':_0x541062['to']('label',Ks),'data-cke-tooltip-position':Ws,'data-cke-tooltip-class':Fs};}['_createTemplateChildren'](_0x511765,_0x447809,_0x17eedf){const _0x1761cf=this['_createLabelElement'](_0x17eedf),_0x261f03=this['_createLoaderIcon']();return this['readonly']?[_0x511765,_0x1761cf]:[_0x511765,_0x261f03,_0x1761cf,_0x447809];}['_createLabelElement'](_0x20b40c){return{'tag':'span','attributes':{'class':Bs},'children':[{'text':_0x20b40c['to']('label')}]};}['_createRemoveButton'](){const _0x320ca1=new yt(this['locale']);return _0x320ca1['set']({'label':Mi(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x395853}),this['_setupRemoveButtonEvent'](_0x320ca1),_0x320ca1;}['_setupRemoveButtonEvent'](_0x2b0c23){_0x2b0c23['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x5945eb=this['bindTemplate'],_0x207b4f=new Lt();return _0x207b4f['content']=Vs[this['itemType']],_0x207b4f['extendTemplate']({'attributes':{'class':[Gs,_0x5945eb['if']('isLoading','ck-hidden',_0x2c057a=>_0x2c057a)]}}),_0x207b4f;}['_handleAnimationEndOnce'](_0x723085,_0x2d8a86){if(!_0x723085)return;const _0xc80b39=()=>{_0x2d8a86(),_0x723085['removeEventListener']('animationend',_0xc80b39),_0x723085['removeEventListener']('webkitAnimationEnd',_0xc80b39);};_0x723085['addEventListener']('animationend',_0xc80b39),_0x723085['addEventListener']('webkitAnimationEnd',_0xc80b39);}['_createLoaderIcon'](){const _0x2c596d=new AISpinnerView('small');return _0x2c596d['bind']('isVisible')['to'](this,'isLoading',_0x1176b7=>_0x1176b7),_0x2c596d;}}function Ks(_0x2bc5a8){if(!_0x2bc5a8)return _0x2bc5a8;if(_0x2bc5a8['length']<=0x78)return _0x2bc5a8;const _0x223d19=_0x2bc5a8['slice'](0x0,0x78),_0x4bed8f=_0x223d19['lastIndexOf']('\x20');return(_0x4bed8f>0x0?_0x223d19['slice'](0x0,_0x4bed8f):_0x223d19)+'…';}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(_0x1de481,_0x1eccf7,_0x535bc5,_0x38d96e,_0x21ec8d){this['_locale']=_0x1de481,this['_visibleChips']=_0x1eccf7,this['_config']={...Ys,..._0x535bc5,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x535bc5['cssClasses']}},this['_overflowChips']=new _t(),this['_bodyCollection']=_0x38d96e,this['_parentView']=_0x21ec8d||null;}['setContainerElement'](_0x5b5a24){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0x5b5a24,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 _0x1997f4=[...this['_visibleChips'],...this['_overflowChips']],_0x3c93f0=this['_createCalculationContainer'](),_0x309050=this['_calculateOverflowInContainer'](_0x3c93f0,_0x1997f4),_0x3dd9f9=_0x3c93f0['_ancestorsToRestore'];_0x3dd9f9&&this['_restoreAncestorVisibility'](_0x3dd9f9),_0x3c93f0['remove'](),this['_applyOverflowResults'](_0x1997f4,_0x309050);}['_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 _0x16dc48=new yt(this['_locale']);_0x16dc48['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x11a53f=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x11a53f['push'](this['_config']['cssClasses']['controlsButton']),_0x16dc48['extendTemplate']({'attributes':{'class':_0x11a53f}}),_0x16dc48;}['_createShowMoreBalloonPanelView'](){const _0x5ecade=new zt(this['_locale']);return _0x5ecade['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x5ecade),_0x5ecade;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x57a274=>{_0x57a274['disableAnimationOnEnter']();});const _0x2af40f=new Nt(this['_locale']);_0x2af40f['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x2af40f);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0x1ec7c0=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0x1ec7c0?'':'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'](_0x139c5f){const _0x4818cb=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x2a045a=this['_containerElement']?.['classList'];if(_0x2a045a){const _0x50b6d7=_0x2a045a[0x0]||'',_0x2fa925=_0x139c5f['querySelector']('.'+_0x50b6d7),_0xdf949b=_0x139c5f['querySelector'](_0x4818cb);return _0x2fa925||_0xdf949b||_0x139c5f;}return _0x139c5f['querySelector'](_0x4818cb)||_0x139c5f;}['_calculateContainerWidth'](){const _0x31eed3=this['_parentView']?.['element']||this['_containerElement'];if(!_0x31eed3)return $s;const _0x44b8ab=window['getComputedStyle'](_0x31eed3)['width'];if('auto'===_0x44b8ab||'0px'===_0x44b8ab||!_0x44b8ab){const _0x119be0=_0x31eed3['parentElement'];if(_0x119be0){const _0x36d39f=window['getComputedStyle'](_0x119be0);return'auto'!==_0x36d39f['width']?_0x36d39f['width']:$s;}return $s;}return _0x44b8ab;}['_applyCalculationStyles'](_0x97cd12,_0x7084ac){this['_config']['cssClasses']['calculationContainer']&&_0x97cd12['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x97cd12['style']['width']=_0x7084ac,_0x97cd12['style']['position']='absolute',_0x97cd12['style']['top']='-9999px',_0x97cd12['style']['left']='-9999px',_0x97cd12['style']['opacity']='0',_0x97cd12['style']['pointerEvents']='none',_0x97cd12['style']['zIndex']='-1',_0x97cd12['style']['visibility']='visible\x20!important',_0x97cd12['style']['display']='block\x20!important',_0x97cd12['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x2efe42){_0x2efe42['forEach'](({element:_0x4b09d4,originalDisplay:_0x36b366,originalVisibility:_0x56811c})=>{_0x4b09d4['style']['display']=_0x36b366,_0x4b09d4['style']['visibility']=_0x56811c;});}['_makeAncestorsVisible'](_0x583f80){const _0x31fe07=[];let _0x25893d=_0x583f80;for(;_0x25893d&&_0x25893d!==document['body'];){const _0x21c565=window['getComputedStyle'](_0x25893d);'none'!==_0x21c565['display']&&'hidden'!==_0x21c565['visibility']||(_0x31fe07['push']({'element':_0x25893d,'originalDisplay':_0x25893d['style']['display'],'originalVisibility':_0x25893d['style']['visibility']}),_0x25893d['style']['display']='block',_0x25893d['style']['visibility']='visible'),_0x25893d=_0x25893d['parentElement'];}return _0x31fe07;}['_createContainerElements'](){let _0x45f7fb,_0x1aa3d4;return this['_parentView']?.['element']?(_0x45f7fb=this['_parentView']['element']['cloneNode'](!0x0),_0x1aa3d4=this['_findTargetContainer'](_0x45f7fb)):(_0x45f7fb=document['createElement']('div'),_0x1aa3d4=_0x45f7fb),{'calculationContainer':_0x45f7fb,'targetContainer':_0x1aa3d4};}['_createCalculationContainer'](){const {calculationContainer:_0x5cebd5,targetContainer:_0x203cac}=this['_createContainerElements'](),_0x3698e2=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x5cebd5,_0x3698e2);const _0xb68630=this['_parentView']?.['element']||this['_containerElement'],_0x5bbe2c=_0xb68630?.['parentElement'];_0x5bbe2c?_0x5bbe2c['appendChild'](_0x5cebd5):document['body']['appendChild'](_0x5cebd5),_0x5cebd5['_targetContainer']=_0x203cac;const _0x906809=this['_makeAncestorsVisible'](_0x5bbe2c||null);return _0x5cebd5['offsetWidth'],_0x5cebd5['_ancestorsToRestore']=_0x906809,_0x5cebd5;}['_calculateOverflowInContainer'](_0x11ea9a,_0x1086ee){const _0x224d90=_0x11ea9a['_targetContainer']||_0x11ea9a,_0x592186=[],{rowCount:_0x479f5c}=this['_renderChipsAndCountRows'](_0x224d90,_0x1086ee);if(_0x479f5c<=this['_config']['maxVisibleRows'])return _0x592186;const _0x4888c7=_0x1086ee['slice']();for(;_0x4888c7['length']>0x0;){if(this['_testButtonFit'](_0x11ea9a,_0x224d90,_0x4888c7)){const _0x1b2433=_0x1086ee['filter'](_0x19d99b=>!_0x4888c7['includes'](_0x19d99b));_0x592186['push'](..._0x1b2433);break;}if(!_0x4888c7['pop']())break;}return _0x592186;}['_renderChipsAndCountRows'](_0x4ce441,_0x4541bd){_0x4ce441['innerHTML']='',_0x4541bd['forEach'](_0x42517d=>{if(_0x42517d['element']){const _0x46cf72=_0x42517d['element']['cloneNode'](!0x0);_0x4ce441['appendChild'](_0x46cf72);}}),_0x4ce441['offsetWidth'];const _0x143e35=_0x4ce441['children'],_0x3928e6=[];return Array['from'](_0x143e35)['forEach'](_0x1e4ba9=>{const _0x35b820=_0x1e4ba9['getBoundingClientRect']()['top'];_0x3928e6['some'](_0x2678c0=>Math['abs'](_0x2678c0-_0x35b820)<this['_config']['rowDetectionTolerance'])||_0x3928e6['push'](_0x35b820);}),{'rowCount':_0x3928e6['length']};}['_createMockButton'](){const _0x5bb24c=document['createElement']('button');return _0x5bb24c['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x5bb24c['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x5bb24c['textContent']='+\x201',_0x5bb24c;}['_testButtonFit'](_0x66b042,_0x40db99,_0x43ec27){this['_renderChipsAndCountRows'](_0x40db99,_0x43ec27);const _0x18ae62=this['_createMockButton']();_0x66b042['appendChild'](_0x18ae62),_0x66b042['offsetWidth'];const _0x2fa3d9=[..._0x40db99['children'],_0x18ae62],_0x5b45ac=[];_0x2fa3d9['forEach'](_0x57b5b6=>{const _0x1839a4=_0x57b5b6['getBoundingClientRect']()['top'];_0x5b45ac['some'](_0x4dc102=>Math['abs'](_0x4dc102-_0x1839a4)<this['_config']['rowDetectionTolerance'])||_0x5b45ac['push'](_0x1839a4);});const _0x5b5ee5=_0x5b45ac['length'];return _0x18ae62['remove'](),_0x5b5ee5<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x1a3be6,_0x572579){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x1a3be6['forEach'](_0x424d8f=>{_0x572579['includes'](_0x424d8f)?this['_overflowChips']['add'](_0x424d8f):this['_visibleChips']['add'](_0x424d8f);});}['_updateOverflowUI'](_0xa2e1df){if(_0xa2e1df>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0xa2e1df>0x0&&this['_showMoreButtonView']){const _0x1cc24f=''+this['_config']['showMoreLabelPrefix']+(_0xa2e1df<0x63?_0xa2e1df:'99');this['_showMoreButtonView']['label']=_0x1cc24f;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x482c2d,_0xd4b579){this['_distributeChips'](_0x482c2d,_0xd4b579),this['_updateOverflowUI'](_0xd4b579['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x501574=>{_0x501574[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 _0x2263e8=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x2263e8['width']||0x0===_0x2263e8['height'])return!0x1;const _0x24e804=window['innerHeight']||document['documentElement']['clientHeight'],_0x1226c7=window['innerWidth']||document['documentElement']['clientWidth'],_0x540dee=0xc8;return _0x2263e8['bottom']>=-0xc8&&_0x2263e8['top']<=_0x24e804+_0x540dee&&_0x2263e8['right']>=-0xc8&&_0x2263e8['left']<=_0x1226c7+_0x540dee;}}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(_0x897494,_0x563db5,_0x25382c){super(_0x897494),this['_bodyCollection']=_0x25382c,this['_createContextChips'](_0x563db5);const _0x45dd76={'cssClasses':{'showMoreButton':js+'\x20'+Gi,'showMoreBalloon':Js,'overflowContainer':Xs,'controlsButton':zs}};this['_overflowManager']=new AIChatChipsOverflowManager(_0x897494,this['_contextChips'],_0x45dd76,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 _0x5a57df=this['element']['querySelector']('.'+Qs);_0x5a57df&&(this['_overflowManager']['setContainerElement'](_0x5a57df),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x4f37e0){for(const _0x2b55fe of _0x4f37e0){const _0x455010=new AIChatContextItemButtonView(this['locale'],_0x2b55fe,!0x0,!0x1);this['_contextChips']['add'](_0x455010);}}}class AIChatFeedUserMessageItemView extends AIChatFeedItemView{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0x42007b,_0x2807c1,_0x2fb7c2){super(_0x2807c1),this['_locale']=_0x42007b,this['_bodyCollection']=_0x2fb7c2,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'](_0x264362=>!_0x264362['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(_0x5a123b,_0xe5dba7){super(_0xe5dba7);const {isWebSearchEnabled:_0x118e3b,isReasoningEnabled:_0x53dd44}=_0xe5dba7['capabilities'],_0x3c99f0=[];let _0x27d8c8='';_0x118e3b&&_0x53dd44?(_0x27d8c8=Mi(_0x5a123b,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x3c99f0['push'](Zs(_0x5da227)),_0x3c99f0['push'](Zs(_0x295154))):_0x118e3b?(_0x27d8c8=Mi(_0x5a123b,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x3c99f0['push'](Zs(_0x5da227))):_0x53dd44&&(_0x27d8c8=Mi(_0x5a123b,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x3c99f0['push'](Zs(_0x295154))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x27d8c8?'':'ck-hidden']}});const _0x38557b=new Nt();_0x38557b['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x3c99f0,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x27d8c8]}]}),this['children']['add'](_0x38557b),this['capabilities']=_0xe5dba7['capabilities'];}}function Zs(_0x421b10){const _0x4d7a57=new Lt();return _0x4d7a57['content']=_0x421b10,_0x4d7a57;}const tn=['wheel','touchstart','pointerdown','keydown'],en=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];class ScrollManager{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];['scrollBehavior'];constructor(_0x5bb03c){this['element']=_0x5bb03c,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1,this['scrollBehavior']='smooth';for(const _0x11a022 of tn){const _0x3bb703='keydown'!==_0x11a022;this['element']['addEventListener'](_0x11a022,this['_onUserEvent']['bind'](this),{'passive':_0x3bb703,'signal':this['abortController']['signal']});}}['start']({smooth:_0xe336a=!0x0}={}){this['isRunning']||(this['isRunning']=!0x0,this['isUserPaused']=!0x1,this['scrollBehavior']=_0xe336a?'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'](_0xf9e117){if(this['isRunning']){if('keydown'===_0xf9e117['type']){const _0x143d53=_0xf9e117['key'];if(!en['includes'](_0x143d53))return;}_0xf9e117 instanceof WheelEvent?_0xf9e117['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0x5ad47c,scrollHeight:_0x2ef5bf,clientHeight:_0x44d08e}=this['element'];return _0x2ef5bf-_0x5ad47c-_0x44d08e<=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(_0x35d4e3){super(_0x35d4e3),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(_0xea2afb,_0x16b49a){super(_0xea2afb),this['_bodyCollection']=_0x16b49a,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'](_0x3ce214,_0x474f6b){let _0x3efffd;return'ai-reply'===_0x3ce214?_0x3efffd=new AIChatFeedReplyItemView(this['locale'],_0x474f6b,this['_bodyCollection']):'ai-suggestion-reply'===_0x3ce214?(_0x3efffd=new AIChatFeedSuggestionItemView(this['locale'],_0x474f6b,this['_bodyCollection']),_0x3efffd['bind']('isTrackChangesOn')['to'](this)):_0x3efffd='user-message'===_0x3ce214?new AIChatFeedUserMessageItemView(this['locale'],_0x474f6b,this['_bodyCollection']):'interaction-header'===_0x3ce214?new AIChatFeedInteractionHeaderView(this['locale'],_0x474f6b):'custom-element'===_0x3ce214?new AIChatFeedCustomElementView(_0x474f6b):new AIChatFeedErrorItemView(_0x474f6b),this['children']['add'](_0x3efffd),_0x3efffd;}async['updateReplyItem']({id:_0x553341,parsedContent:_0x25cd54,renderingStrategy:_0x1fb0ba,abortSignal:_0x1e81cb}){const _0x320e68=this['getItemById'](_0x553341);if(!(_0x320e68 instanceof AIChatFeedReplyItemView))throw new ht('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x320e68,'id':_0x553341,'parsedContent':_0x25cd54});await _0x320e68['updateContent']({'parsedContent':_0x25cd54,'renderingStrategy':_0x1fb0ba,'abortSignal':_0x1e81cb});}async['updateWebSources'](_0x1f718e,_0x185de4){const _0x51da45=this['getItemById'](_0x1f718e);if(_0x51da45 instanceof AIChatFeedSuggestionItemView)_0x51da45['updateSources'](_0x185de4);else{if(!(_0x51da45 instanceof AIChatFeedReplyItemView))throw new ht('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x51da45,'id':_0x1f718e,'sources':_0x185de4});_0x51da45['updateSources'](_0x185de4);}}async['updateSuggestionItem']({id:_0x270bd9,parts:_0x205ea3,abortSignal:_0x5a766b,skipLoadingEffects:_0x23246e}){const _0x3d3acf=this['getItemById'](_0x270bd9);if(!(_0x3d3acf instanceof AIChatFeedSuggestionItemView))throw new ht('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0x3d3acf,'id':_0x270bd9,'parts':_0x205ea3});await _0x3d3acf['updateContent']({'parts':_0x205ea3,'abortSignal':_0x5a766b,'skipLoadingEffects':_0x23246e});}['updateSuggestionPartState']({id:_0x532c54,index:_0x4087ec,state:_0x20171a}){const _0x2936b0=this['getItemById'](_0x532c54);if(!(_0x2936b0 instanceof AIChatFeedSuggestionItemView))throw new ht('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x532c54});_0x2936b0['updatePartState'](_0x4087ec,_0x20171a);}['setSuggestionPartActive']({id:_0x41dbad,index:_0x21369e,isActive:_0x4db9bf}){const _0x29860e=this['getItemById'](_0x41dbad);if(!(_0x29860e instanceof AIChatFeedSuggestionItemView))throw new ht('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x41dbad});this['children']['filter'](_0xee1feb=>_0xee1feb instanceof AIChatFeedSuggestionItemView)['forEach'](_0x2feabc=>{_0x2feabc['setPartActive'](!0x1);}),_0x29860e['setPartActive'](_0x21369e,_0x4db9bf);}['markItemAsDone'](_0x5012da){this['getItemById'](_0x5012da)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0x534e0e=>_0x534e0e['options']['id']);}['removeItem'](_0x167cb0){this['children']['remove'](this['getItemById'](_0x167cb0));}['hasItem'](_0x2f4343){return!!this['children']['find'](_0x1258d1=>_0x1258d1['options']['id']['includes'](_0x2f4343));}['scrollToSuggestion'](_0x5d9d78,_0x5b5889){const _0x5ecd10=this['getItemById'](_0x5d9d78);if(!(_0x5ecd10 instanceof AIChatFeedSuggestionItemView))return void wt('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x5d9d78,'partIndex':_0x5b5889});const _0x1216dc=_0x5ecd10['getPartView'](_0x5b5889);_0x1216dc?Rt(_0x1216dc['element'],0x14,this['element']['parentElement'],!0x0,!0x0):wt('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x5d9d78,'partIndex':_0x5b5889});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x55bf91=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x55bf91,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x96d95f=new AISkeletonView(this['locale'],Ls['aiFeed']);return _0x96d95f['bind']('isVisible')['to'](this,'isLoadingSkeletonVisible'),_0x96d95f;}['_createFeedItems'](){const _0x132370=new Nt(this['locale']);return _0x132370['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0x132370;}['_createFeedLoader'](){const _0x6bf77a=new Nt(this['locale']);return _0x6bf77a['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('loadingMessage','ck-hidden',_0x529174=>!_0x529174)]},'children':this['_createLoaderChildren']()}),_0x6bf77a;}['_createLoaderChildren'](){const _0x4e25a2=new AISpinnerView();return _0x4e25a2['isVisible']=!0x0,[_0x4e25a2,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x4c02a9){const _0x5c9692=this['children']['find'](_0x237f57=>_0x237f57['options']['id']['includes'](_0x4c02a9));if(!_0x5c9692)throw new ht('ai-chat-feed-view-item-not-found',this,{'id':_0x4c02a9});return _0x5c9692;}['setLoadingMessage'](_0x23385a){this['set']('loadingMessage',_0x23385a);}['toggleLoadingSkeleton'](_0x3ce254){this['set']('isLoadingSkeletonVisible',_0x3ce254);}['startAutoScroll'](_0xd9a250={}){this['scrollManager']['start'](_0xd9a250);}['stopAutoScroll'](){this['scrollManager']['stop']();}}class AIChatPromptSuggestionsListView extends Dt{['filter'](){let _0x26eb01=0x0;for(const _0x3e40a7 of this['items'])_0x26eb01+=_0x3e40a7['items']['length'];return{'resultsCount':_0x26eb01,'totalItemsCount':_0x26eb01};}}function sn(_0xd544d7){const _0x543fa4=[];let _0x308172=!0x1;for(const _0x5224d1 of Array['from'](_0xd544d7['items'])){if('file'!==_0x5224d1['kind'])continue;const _0x368968=_0x5224d1['webkitGetAsEntry']();if(_0x368968?.['isDirectory']){_0x308172=!0x0;continue;}const _0xb1f573=_0x5224d1['getAsFile']();_0xb1f573&&_0x543fa4['push'](_0xb1f573);}return{'files':_0x543fa4,'hasDirectory':_0x308172};}const nn='ck-ai-chat__prompt-input_highlighted';class AIChatPromptInputView extends Pt{['submitButtonView'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;['_addContextButtonView'];['_queryViewResizeObserver'];constructor(_0x346d2d,_0x4e5f32){super(_0x346d2d,{'queryView':{'label':'','creator':Bt,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new AIChatPromptSuggestionsListView(_0x346d2d),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0x4e5f32,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',(_0x58d06d,_0x20e62c)=>!_0x58d06d&&!_0x20e62c),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x474981,_0x7d07d7)=>{this['isUploadInProgress']||this['isEmpty']||_0x474981['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x7d07d7());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();}),this['queryView']['fieldView']['element']['addEventListener']('paste',_0x218e7d=>this['_handlePaste'](_0x218e7d)),this['element']['addEventListener']('drop',_0x3fa0d9=>this['_handleDrop'](_0x3fa0d9));}['_handlePaste'](_0x325738){const _0x210143=_0x325738['clipboardData'];if(!_0x210143)return;const {files:_0x183f20,hasDirectory:_0x6e80a7}=sn(_0x210143),_0x3d738c={'files':_0x183f20,'plainText':_0x210143['getData']('text/plain'),'hasDirectory':_0x6e80a7,'forceTextAttachment':!0x1,'preventDefault':()=>_0x325738['preventDefault']()};this['fire']('promptInputPaste',_0x3d738c);}['_handleDrop'](_0x3b487d){const _0x249f44=_0x3b487d['dataTransfer'];if(!_0x249f44)return;const _0x54d08d={'files':[],'plainText':_0x249f44['getData']('text/uri-list')||_0x249f44['getData']('text/plain'),'hasDirectory':!0x1,'forceTextAttachment':!0x1,'preventDefault':()=>_0x3b487d['preventDefault']()};this['fire']('promptInputPaste',_0x54d08d);}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x4a8039=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x4a8039)return this['queryView']['errorText']=Mi(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x2b4ce2=_0x5d498f(_0x4a8039);this['fire']('sendUserMessage',_0x2b4ce2),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x27f3a9){this['queryView']['fieldView']['set']('placeholder',_0x27f3a9);}['focus'](_0x19ddc4=!0x1){super['focus'](),_0x19ddc4&&(this['element']['classList']['contains'](nn)||(this['element']['classList']['add'](nn),setTimeout(()=>{this['element']['classList']['remove'](nn);},0x320)));}['_createSubmitButton'](){const _0x2c4477=new yt(this['locale']);return _0x2c4477['set']({'icon':_0x1bfbe9,'label':Mi(this['locale'],'AI_CHAT_LABEL_SUBMIT'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-chat__prompt-submit-button\x20'+Ui,'isEnabled':!0x1}),_0x2c4477['on']('execute',()=>{this['submit']();}),_0x2c4477;}['setIsUploadInProgress'](_0x22c380){this['isUploadInProgress']=_0x22c380;}['_setUpAddContextButtonPositioning'](){const _0x3e871c=this['locale'],_0x1fd630=()=>{lt['window']['requestAnimationFrame'](()=>{if(ut(this['element'])){const _0x50f7d5=new dt(this['queryView']['fieldView']['element']),_0x2aab2f=new dt(this['_addContextButtonView']['element']),_0x4102c0=_0x50f7d5['width'],_0x34ea91='rtl'===_0x3e871c['uiLanguageDirection']?'right':'left';_0x50f7d5['excludeScrollbarsAndBorders']();const _0x9e5dad=_0x4102c0-_0x50f7d5['width']+0x1;this['_addContextButtonView']['element']['style'][_0x34ea91]='calc('+(_0x4102c0-_0x2aab2f['width']-_0x9e5dad)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x1fd630),this['on']('render',()=>{_0x1fd630(),this['_queryViewResizeObserver']=new bt(this['queryView']['fieldView']['element'],()=>{_0x1fd630();});});}}class AIChatDropZoneView extends Nt{constructor(_0x416c25){super(_0x416c25);const _0x2199bc=new Lt();_0x2199bc['content']=_0x15039b,this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-controls__drop-overlay']},'children':[_0x2199bc,{'tag':'span','attributes':{'class':['ck-ai-chat-controls__drop-overlay__label']},'children':[{'text':Mi(_0x416c25,'AI_CHAT_DROP_ZONE_HINT')}]}]});}['attach'](_0x453855){let _0x154176=0x0;_0x453855['addEventListener']('dragenter',_0x3e9039=>{_0x3e9039['dataTransfer']&&(_0x154176++,0x1===_0x154176&&this['fire']('dragEnter'),_0x453855['classList']['add']('ck-ai-chat-controls_drag-over'));}),_0x453855['addEventListener']('dragover',_0x4d60c2=>{_0x4d60c2['dataTransfer']&&_0x4d60c2['preventDefault']();}),_0x453855['addEventListener']('dragleave',()=>{--_0x154176<=0x0&&(_0x154176=0x0,_0x453855['classList']['remove']('ck-ai-chat-controls_drag-over'));}),_0x453855['addEventListener']('drop',_0x330b0e=>{_0x330b0e['preventDefault'](),_0x154176=0x0,_0x453855['classList']['remove']('ck-ai-chat-controls_drag-over'),this['_handleDrop'](_0x330b0e);});}['_handleDrop'](_0x120c11){const _0x2fc03b=_0x120c11['dataTransfer'];if(!_0x2fc03b)return;const {files:_0x425fd0,hasDirectory:_0x1791a2}=sn(_0x2fc03b),_0x4f6a6c={'files':_0x425fd0,'plainText':_0x2fc03b['getData']('text/uri-list')||_0x2fc03b['getData']('text/plain'),'hasDirectory':_0x1791a2,'forceTextAttachment':!0x0,'preventDefault':()=>{}};this['fire']('promptInputPaste',_0x4f6a6c);}}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(_0x1bff5c){super(_0x1bff5c),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',_0x17dc9c=>'selector'===_0x17dc9c),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0x2208fc=>_0x2208fc?this['_modelSelectionDropdown']['buttonView']['label']:Mi(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x19c75a=>_0x19c75a),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x569fc9=>_0x569fc9),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x367db6=>Mi(this['locale'],_0x367db6?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x20b6bd=>_0x20b6bd),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x386468=>Mi(this['locale'],_0x386468?'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'](_0x4c01a6,_0x171eb2){if(_0x171eb2)this['set']('modelDisplayMode','hidden');else{const _0x5eb425=0x1===_0x4c01a6['length'];this['set']('modelDisplayMode',_0x5eb425?'name':'selector');}if(this['_modelSelectionDropdownItems']['clear'](),_0x4c01a6?.['length'])for(const _0x39bf11 of _0x4c01a6){const _0xa2be4a=new Zt({'label':_0x39bf11['name'],'withText':!0x0,'role':'menuitemradio','id':_0x39bf11['id'],'model':_0x39bf11});_0xa2be4a['bind']('isOn')['to'](this,'activeModelId',_0x5d16a6=>_0x5d16a6===_0x39bf11['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0xa2be4a,'labelView':new _n(this['locale'],_0x39bf11)});}}['setWebSearch'](_0x186455){this['set']('webSearchActive',_0x186455);}['setReasoning'](_0x26a1b1){this['set']('reasoningActive',_0x26a1b1);}['setModel'](_0x474c8c){if(!_0x474c8c)return;this['activeModelId']=_0x474c8c['id'],this['activeModelName']=_0x474c8c['name']||_0x474c8c['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x474c8c['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x474c8c['name']);const _0x10c351=_0x474c8c['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x10c351),this['_webSearchButton']['set']('isVisible',_0x10c351);const _0x2921e2=_0x474c8c['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x2921e2),this['_reasoningButton']['set']('isVisible',_0x2921e2);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0);}['disableModelSelector'](_0x1dc5eb){this['set']('modelSelectorEnabled',!0x1),_0x1dc5eb&&this['set']('modelDisplayMode','hidden');}['_createWebSearchButton'](){const _0xa82e5d=new yt();return _0xa82e5d['set']({'label':Mi(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':_0x5da227,'class':on+'\x20'+Gi,'isToggleable':!0x0,'tooltipPosition':dn}),_0xa82e5d['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0xa82e5d;}['_createReasoningButton'](){const _0x3a3bba=new yt();return _0x3a3bba['set']({'label':Mi(this['locale'],'AI_CHAT_REASONING'),'icon':_0x295154,'class':on+'\x20'+Gi,'isToggleable':!0x0,'tooltipPosition':dn}),_0x3a3bba['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x3a3bba;}['_createCommandsButton'](){const _0x2d6981=new yt();return _0x2d6981['set']({'label':Mi(this['locale'],'AI_CHAT_COMMANDS'),'icon':_0x2bcdb8,'withText':!0x0,'class':on+'\x20'+Gi,'isToggleable':!0x0,'tooltip':Mi(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':dn}),_0x2d6981['extendTemplate']({'attributes':{'class':[an]}}),_0x2d6981['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x2d6981;}['_createModelSelectionDropdown'](){const _0x132e58=Ft(this['locale']);return _0x132e58['set']({'panelPosition':'ne','class':[hn]}),_0x132e58['buttonView']['set']({'label':Mi(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':dn,'class':Gi}),this['listenTo'](_0x132e58,'execute',_0xb745b3=>{this['fire']('selectModel',_0xb745b3['source']['model']);}),_0x132e58;}['_createModelNameView'](){const _0x1e0fd0=new In(this['locale']);return _0x1e0fd0['bind']('text')['to'](this,'activeModelName',_0x5bf03f=>_0x5bf03f??''),_0x1e0fd0['bind']('isVisible')['to'](this,'modelDisplayMode',_0x13c524=>'name'===_0x13c524),_0x1e0fd0;}}let _n=class ModelButtonLabelView extends Mt{constructor(_0x1938a2,_0x1b79dc){super();const _0x94fbec=this['bindTemplate'],_0x17c0da=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x94fbec['to']('style'),'id':_0x94fbec['to']('id')},'children':[{'tag':'div','attributes':{'class':[cn]},'children':[{'text':_0x94fbec['to']('text')}]},{'tag':'div','attributes':{'class':[ln]},'children':[{'tag':'span','children':[{'text':_0x1b79dc['description']}]}]},{'tag':'div','attributes':{'class':[un]},'children':_0x17c0da}]}),_0x17c0da['addMany'](this['_getCapabilityParts'](_0x1938a2,_0x5da227,'AI_CHAT_SEARCH_WEB',_0x1b79dc['capabilities']['webSearch']?.['enabled']??!0x1)),_0x17c0da['addMany'](this['_getCapabilityParts'](_0x1938a2,_0x295154,'AI_CHAT_REASONING',_0x1b79dc['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0x2b78d7,_0x258028,_0x11e7e5,_0x383faf){const _0x597b9f=new Lt();_0x597b9f['content']=_0x258028;const _0x3374c8=new Nt(_0x2b78d7);_0x3374c8['setTemplate']({'tag':'span','children':[{'text':Mi(_0x2b78d7,_0x11e7e5)+':\x20'}]});const _0x1040d7=new Nt(_0x2b78d7);return _0x1040d7['setTemplate']({'tag':'span','children':[{'text':Mi(_0x2b78d7,_0x383faf?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x597b9f,_0x3374c8,_0x1040d7];}},In=class ModelNameView extends Nt{constructor(_0x351895){super(_0x351895),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x4f1b0b=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x4f1b0b['if']('isVisible','ck-hidden',_0x3618d6=>!_0x3618d6)]},'children':[{'text':_0x4f1b0b['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(_0x378a09){super(_0x378a09),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'](_0x5539dd=>{this['focusTracker']['add'](_0x5539dd['element']),this['keystrokes']['listenTo'](_0x5539dd['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'](_0x5ae3f1){this['urlInputField']['errorText']=_0x5ae3f1,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0x1b3c98=new yt(this['locale']);return _0x1b3c98['set']({'icon':_0x361218,'tooltip':Mi(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':['ck-button-icon\x20ck-button-back']}),this['on']('change:withBackButton',(_0x1ff1b1,_0x236324,_0x12175f)=>{_0x1b3c98['set']({'class':['ck-button-icon\x20ck-button-back'+(_0x12175f?'':'\x20ck-hidden')]});}),_0x1b3c98;}['_createUrlInputField'](){const _0x1e34b7=new _0x1d7af5(this['locale'],_0x246673);return _0x1e34b7['set']({'label':Mi(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0x1e34b7['fieldView']['set']({'placeholder':Mi(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0x1e34b7;}['_createConfirmButton'](){const _0x23ad49=new yt(this['locale']);return _0x23ad49['set']({'icon':_0x36337b,'tooltip':Mi(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x23ad49;}['_setupTemplate'](){const _0xe413b3=new _0x351f99(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'});_0xe413b3['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':An,'tabindex':'-1'},'children':[_0xe413b3,{'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',_0x45a145=>{_0x45a145['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x31dbcf,_0x50367f)=>{this['clear'](),this['fire']('cancel'),_0x50367f();});}['_handleSubmit'](){const _0x394c3d=this['getValue']()['trim']();_0x394c3d?this['_isValidUrl'](_0x394c3d)?(this['clearError'](),this['fire']('submitUrl',_0x394c3d)):this['setError'](Mi(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](Mi(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x2bcfc0=this['getValue']()['trim'](),_0x20f784=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x2bcfc0['length']>0x0&&!_0x20f784;}['_isValidUrl'](_0x3d9d50){try{return!!new URL(_0x3d9d50);}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(_0x2ccb19,_0x2a676d){super(_0x2ccb19),this['resource']=_0x2a676d,this['set']('isInContext',!!_0x2a676d['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x4b646f){if(_0x4b646f['isInContext'])return _0x36337b;switch(_0x4b646f['type']){case'document':return _0xdbabf8;case'web-resource':return _0x35b63e;case'file':case'text':return _0x15039b;default:return _0x238dc8;}}['highlightText'](_0x446cdb){if(!_0x446cdb||''===_0x446cdb['trim']())return void this['_titleView']['highlightText'](null);const _0x295076=new RegExp(_0x3e499a(_0x446cdb),'gi');this['_titleView']['highlightText'](_0x295076);}['updateResourceState'](_0x4d1259){this['resource']['isInContext']=_0x4d1259,this['isInContext']=_0x4d1259,this['_updateIcon']();}['_createTitleView'](){const _0x498759=new _0xb413a6();return _0x498759['text']=this['resource']['label'],_0x498759['extendTemplate']({'tag':'span','attributes':{'class':[mn]}}),_0x498759;}['_createIconView'](){const _0x5510aa=new Lt();return _0x5510aa['content']=this['getResourceIcon'](this['resource']),_0x5510aa;}['_setupTemplate'](){const _0xf0a0d6=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[wn,_0xf0a0d6['if']('isVisible','ck-hidden',_0xb465d8=>!_0xb465d8),_0xf0a0d6['if']('isInContext',Cn)]},'children':[{'tag':'div','attributes':{'class':[pn]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0xf0a0d6['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}}const En='ck-ai-chat-resources__list';class AIChatContextResourcesListView extends Dt{['_source'];constructor(_0xe8eba7,_0x100c27){super(_0xe8eba7),this['_source']=_0x100c27,this['extendTemplate']({'attributes':{'class':[En]}});}['setResources'](_0x2739dd,_0x1ba92e){this['items']['clear']();let _0x16abf8=_0x2739dd;if(this['_source']['useDefaultFiltering']&&_0x1ba92e&&''!==_0x1ba92e['trim']()){const _0xcf0ba1=new RegExp(_0x1ba92e['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x16abf8=_0x2739dd['filter'](_0x181ab1=>_0xcf0ba1['test'](_0x181ab1['label']));}for(const _0x4c6419 of _0x16abf8){const _0x11d1b9=new AIChatResourceListItemView(this['locale'],_0x4c6419);_0x11d1b9['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x4c6419);}),this['items']['add'](_0x11d1b9);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x1ba92e);}['highlightText'](_0x1dd78d){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x3791dd=>{_0x3791dd['highlightText'](_0x1dd78d);});}['updateResourceState'](_0x91d8,_0x2c8c7e){for(const _0x5a7994 of this['items']){const _0x1347f1=_0x5a7994;_0x1347f1['resource']['id']===_0x91d8&&_0x1347f1['updateResourceState'](_0x2c8c7e);}}['_handleResourceSelection'](_0x370802,_0x13af6f){this['fire']('addResourceToContext',{'source':_0x370802,'resource':_0x13af6f});}}class AIChatContextResourcesSearchInputView extends _0x1d7af5{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x301ee2){const t=_0x301ee2['t'],_0x55db40={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0x246673,'label':Mi(_0x301ee2,'AI_CHAT_SEARCH_RESOURCES')};super(_0x301ee2,_0x55db40['creator']),this['label']=_0x55db40['label'],this['_viewConfig']=_0x55db40,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x301ee2,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x371e6f){this['fire']('search',_0x371e6f);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new Lt(),this['iconView']['content']=_0x6c2312,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x526192,t){this['resetButtonView']=new yt(_0x526192),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x395853,'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',_0x11eac1=>!_0x11eac1),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(_0x13673b,_0x9b1032){super(_0x13673b),this['_source']=_0x9b1032['source'],this['_searchInputVisibleFrom']=_0x9b1032['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 _0x3207b0([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 _0xa3810e=new Nt(this['locale']);return _0xa3810e['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x190a72,_0x1472da)=>{this['loadResources'](_0x1472da),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x1472da);}),_0xa3810e;}['_createResourcesListView'](){const _0x5ac65f=new AIChatContextResourcesListView(this['locale'],this['_source']);return _0x5ac65f['delegate']('addResourceToContext')['to'](this),_0x5ac65f['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0x5ac65f;}['_createSkeletonView'](){const _0x357e56=new AISkeletonView(this['locale'],Ls['aiChatResources']);return _0x357e56['bind']('isVisible')['to'](this,'isLoading'),_0x357e56;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x1a66e9){const _0xdf312f=at();this['_latestLoadResourcesUid']=_0xdf312f,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x1a66e9,'uid':_0xdf312f}),this['isLoading']=!0x0;}['setResources'](_0x1c8519,_0x539cf7){if(_0x539cf7&&_0x539cf7!==this['_latestLoadResourcesUid'])return;const _0x4bad13=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x1c8519,_0x4bad13),_0x1c8519['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x4231fb,_0x780171){this['_resourcesListView']['updateResourceState'](_0x4231fb,_0x780171);}}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(_0x372be5,_0x58758c,_0x1b3a4d){this['_locale']=_0x372be5,this['_bodyCollection']=_0x58758c,this['_config']=_0x1b3a4d;}['showSourceResourcesBalloon']({source:_0x46876d,withBackButton:_0x149781}){let _0x354a25=this['_sourceResourceBalloons']['get'](_0x46876d['id']);_0x354a25||(_0x354a25=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x46876d['id'],_0x354a25),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x354a25)),this['_addSourceResourceContent']({'balloonPanel':_0x354a25,'source':_0x46876d,'withBackButton':_0x149781}),_0x354a25['show']();const _0x8b6d51=this['_config']['getTargetElement']();_0x8b6d51&&_0x354a25['pin']({'target':_0x8b6d51,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x559956,_0x455d8c,_0x131ea3){const _0x3e12fc=this['_sourceResourceBalloons']['get'](_0x559956);if(!_0x3e12fc)return;const _0x2e87b8=this['_getResourcesViewFromBalloon'](_0x3e12fc);_0x2e87b8&&(_0x2e87b8['setResources'](_0x455d8c,_0x131ea3),_0x2e87b8['once']('change:isLoading',()=>{_0x3e12fc['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0x4f06e2){const _0x22fc8a=this['_sourceResourceBalloons']['get'](_0x4f06e2);_0x22fc8a&&requestAnimationFrame(()=>{_0x22fc8a['hide'](),this['_sourceResourceBalloons']['delete'](_0x4f06e2),this['_config']['onBalloonClosed']();});}['closeAll'](){for(const _0x776d98 of Array['from'](this['_sourceResourceBalloons']['keys']()))this['closeSourceResourceBalloon'](_0x776d98);}['isAnyResourceBalloonVisible'](){for(const _0x3cfc05 of this['_sourceResourceBalloons']['values']())if(_0x3cfc05['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x308d1e,_0x463e63,_0x804e2c){const _0x59b25e=this['_sourceResourceBalloons']['get'](_0x308d1e);if(!_0x59b25e||!_0x59b25e['isVisible'])return;const _0x3ba6f7=this['_config']['getTargetElement']();if(!_0x3ba6f7)return;_0x59b25e['pin']({'target':_0x3ba6f7,'limiter':this['_config']['getLimiterElement']()});const _0x1f4ad3=this['_getResourcesViewFromBalloon'](_0x59b25e);_0x1f4ad3&&_0x1f4ad3['updateResourceState'](_0x463e63,_0x804e2c);}['destroy'](){for(const _0x52ffda of this['_sourceResourceBalloons']['values']())_0x52ffda['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0x47ccb9=new zt(this['_locale']);return _0x47ccb9['extendTemplate']({'attributes':{'class':Tn}}),this['_bodyCollection']['add'](_0x47ccb9),_0x47ccb9;}['_addSourceResourceContent']({balloonPanel:_0x539a19,source:_0x378bf7,withBackButton:_0x40aea3}){_0x539a19['content']['clear']();const _0x319f0b=this['_createBalloonHeader']({'balloonPanel':_0x539a19,'source':_0x378bf7,'withBackButton':_0x40aea3});_0x539a19['content']['add'](_0x319f0b);const _0x1c36b2=this['_createBalloonResourcesView'](_0x378bf7);_0x539a19['content']['add'](_0x1c36b2);}['_createBalloonHeader']({balloonPanel:_0x1f5753,source:_0x2a42d5,withBackButton:_0x5da6db}){const _0x281889=new _0x351f99(this['_locale'],{'label':_0x2a42d5['label'],'class':Rn});return _0x5da6db&&_0x281889['children']['add'](this['_createBackButton'](_0x1f5753),0x0),_0x281889;}['_createBackButton'](_0x223fab){const _0x47052e=new yt(this['_locale']);return _0x47052e['set']({'icon':_0x361218,'tooltip':Mi(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':fn}),_0x47052e['on']('execute',()=>{_0x223fab['hide'](),this['_config']['onBackToContext']();}),_0x47052e;}['_createBalloonResourcesView'](_0x1eab6a){const _0x3db9a7=new AIChatContextResourcesView(this['_locale'],{'source':_0x1eab6a,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0x3db9a7['on']('loadSourceResources',(_0x24062a,_0x40deb5)=>{this['_config']['onLoadSourceResources'](_0x40deb5);}),_0x3db9a7['on']('addResourceToContext',(_0x403b4c,_0x23a61c)=>{this['_config']['onResourceSelected'](_0x23a61c['source'],_0x23a61c['resource']),this['closeSourceResourceBalloon'](_0x1eab6a['id']);}),_0x3db9a7;}['_getResourcesViewFromBalloon'](_0x1a8b27){const _0x3d42c3=_0x1a8b27['content']['get'](0x1);return _0x3d42c3 instanceof AIChatContextResourcesView?_0x3d42c3:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x45d590){jt({'emitter':_0x45d590,'contextElements':[_0x45d590['element']],'callback':()=>{_0x45d590['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x45d590['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(_0x41b92c,_0x5c98bc){super(_0x41b92c),this['bodyCollection']=_0x5c98bc['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x41b92c),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x41b92c),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x41b92c),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x41b92c,_0x5c98bc);const _0x196b60={'cssClasses':{'showMoreButton':Dn+'\x20'+Gi,'showMoreBalloon':Vn,'overflowContainer':Pn,'controlsButton':Ln}};this['_overflowManager']=new AIChatChipsOverflowManager(_0x41b92c,this['_currentContextsChips'],_0x196b60,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'](_0x4f2bfa,_0x10b999){const _0x5c191c=this['_createContextButton'](_0x4f2bfa,'current',!0x0,_0x10b999);this['_addContextToCollection'](_0x5c191c,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0x86daa7){this['_removeContextFromCollection'](_0x86daa7,this['_currentContextsChips']),this['_removeContextFromCollection'](_0x86daa7,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0x40c334,_0x27369b){let _0x8cb6c7=this['_currentContextsChips']['find'](_0xd400af=>_0xd400af['id']===_0x40c334);_0x8cb6c7||(_0x8cb6c7=this['_overflowManager']['overflowChips']['find'](_0x4c6e4f=>_0x4c6e4f['id']===_0x40c334)),_0x8cb6c7&&(_0x8cb6c7['isLoading']=_0x27369b);}['setConversationContext'](_0x1ad88){this['_conversationContextsChips']['clear']();for(const _0x47585d of _0x1ad88){const _0x1028c5=this['_createContextButton'](_0x47585d,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x1028c5,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x58d623,_0x74301b,_0x8c7e06){this['_resourcesBalloonView']['updateResourceState'](_0x58d623,_0x74301b,_0x8c7e06);}['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:_0xc6bc33,withBackButton:_0x4edd1c}){this['_resourcesBalloonView']['showSourceResourcesBalloon']({'source':_0xc6bc33,'withBackButton':_0x4edd1c}),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0x4698f7,_0x307737,_0x48103b,_0x570274){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x4698f7,_0x48103b,_0x570274);}['closeSourceResourceBalloon'](_0x3c52bf){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x3c52bf),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x3abbcf){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x3abbcf),this['_setAddContextButtonEnabled'](_0x3abbcf);}['_setAddContextButtonEnabled'](_0x197a72){const _0x21ba79=!_0x197a72['document']['isHidden']&&_0x197a72['document']['enabled'],_0x3b56d8=_0x197a72['urls']['enabled'],_0x1b69d5=_0x197a72['files']['enabled'],_0x278d02=_0x197a72['sources']['length']>0x0,_0x54b5c6=_0x197a72['customItems']&&_0x197a72['customItems']['length']>0x0;this['addContextButtonView']['isEnabled']=_0x21ba79||_0x3b56d8||_0x1b69d5||_0x278d02||_0x54b5c6;}['_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'](_0x18aa2c){const _0x2de6f7=new yt(_0x18aa2c);return _0x2de6f7['set']({'label':Mi(_0x18aa2c,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':Ln+'\x20'+kn+'\x20'+Gi,'icon':_0x14b7d9,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x2de6f7;}['_createAddContextBalloonPanelView'](_0x2b8ad0){return this['_createBaseBalloonPanel'](_0x2b8ad0,vn);}['_createUrlBalloonPanelView'](_0x3a32a2){const _0x3dc7f2=this['_createBaseBalloonPanel'](_0x3a32a2,yn);return this['_addUrlContent'](_0x3dc7f2,_0x3a32a2),_0x3dc7f2;}['_createResourcesBalloonView'](_0x507386,_0x26f9d5){const _0x5f4fea={'searchInputVisibleFrom':_0x26f9d5['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Mn});},'onResourceSelected':(_0x1fd5f8,_0x4f9b8e)=>{this['fire']('addResourceToContext',{'source':_0x1fd5f8,'resource':_0x4f9b8e});},'onLoadSourceResources':_0x1daf27=>{this['fire']('loadSourceResources',_0x1daf27);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new AIChatResourcesBalloonView(_0x507386,_0x26f9d5['bodyCollection'],_0x5f4fea);}['_getLimiterElement'](){return this['element']?.['closest']('.'+Hn)||document['body'];}['_createBaseBalloonPanel'](_0x719836,_0x44fe0b){const _0x5a3d86=new zt(_0x719836);return _0x5a3d86['extendTemplate']({'attributes':{'class':_0x44fe0b}}),this['bodyCollection']['add'](_0x5a3d86),_0x5a3d86;}['_setBalloonPanelContent'](_0x50a5de,_0xcac6ce,_0x2190ad){if(_0x50a5de['content']['clear'](),!_0x2190ad['document']['isHidden']&&_0x2190ad['document']['enabled']){const _0x3aea3b=this['_createBalloonButton'](_0xcac6ce,{'label':Mi(_0xcac6ce,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0xdbabf8});_0x3aea3b['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x50a5de['content']['add'](_0x3aea3b);}if(_0x2190ad['urls']['enabled']){const _0x2a8e77=this['_createBalloonButton'](_0xcac6ce,{'label':Mi(_0xcac6ce,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x35b63e});_0x2a8e77['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':Mn}),this['_urlInputView']['focus']();}),_0x50a5de['content']['add'](_0x2a8e77);}if(_0x2190ad['files']['enabled']){const _0x5cfb96=new _0x8276b5(_0xcac6ce);_0x5cfb96['set']({'label':Mi(_0xcac6ce,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0x258b14,'withText':!0x0,'tooltip':!0x0,'class':Nn,'allowMultipleFiles':!0x0}),_0x5cfb96['on']('execute',()=>{this['hideAddContextBalloonPanel']();}),_0x5cfb96['on']('done',(_0x2df6bc,_0x5c2e96)=>{this['fire']('addFileToContext',_0x5c2e96);}),_0x5cfb96['tooltip']=!0x0,_0x50a5de['content']['add'](_0x5cfb96);}for(const _0x4b59d7 of _0x2190ad['sources']){const _0x389a17=this['_createBalloonButton'](_0xcac6ce,{'label':_0x4b59d7['label'],'icon':_0x4b59d7['icon']||_0x238dc8,'type':'source'});_0x50a5de['content']['add'](_0x389a17),_0x389a17['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon']({'source':_0x4b59d7,'withBackButton':!this['_hasExactlyOneSource']});});}for(const _0x2df4ef of _0x2190ad['customItems']||[]){const _0x3edd45=this['_createBalloonButton'](_0xcac6ce,{'label':_0x2df4ef['label'],'icon':_0x2df4ef['icon']||_0x238dc8,'type':'customItem'});_0x50a5de['content']['add'](_0x3edd45),_0x3edd45['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['fire']('executeCustomItemCallback',_0x2df4ef);});}this['_hasExactlyOneSource']=0x1===_0x50a5de['content']['length'],this['_urlInputView']['withBackButton']=!this['_hasExactlyOneSource'];}['_addUrlContent'](_0x115de8,_0x3ebb36){this['_urlInputView']=new AIChatContextPanelUrlInputView(_0x3ebb36),this['_urlInputView']['on']('submitUrl',(_0x1f5aa4,_0x3bf677)=>{this['_handleUrlSubmit'](_0x3bf677);}),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});}),_0x115de8['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x5ceec9,_0x529319){const _0x4b43b6='source'===_0x529319['type']?new SourcesBalloonButtonView(_0x5ceec9):new yt(_0x5ceec9);return _0x4b43b6['set']({'label':_0x529319['label'],'icon':_0x529319['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':Nn}),_0x4b43b6;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){jt({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x5e12b2){const _0x3f0bc4=this['_addContextBalloonConfig'];_0x3f0bc4['buttonView']['isOn']=_0x5e12b2,_0x5e12b2?_0x3f0bc4['balloonView']['show']():_0x3f0bc4['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x4a2394,buttonView:_0x45ceb5,hideMethod:_0x23da11}=this['_addContextBalloonConfig'];jt({'emitter':_0x4a2394,'contextElements':[_0x4a2394['element'],_0x45ceb5['element']],'callback':()=>{_0x23da11();},'activator':()=>_0x45ceb5['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x1eaf1d,_0x2f007d,_0x157150=!0x1,_0x197531=!0x1){const _0x505943='conversation'===_0x2f007d||!0x0===_0x1eaf1d['isReadOnly'],_0x20d07d=new AIChatContextItemButtonView(this['locale'],_0x1eaf1d,_0x505943,_0x157150,_0x197531);return _0x505943||_0x20d07d['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x20d07d['id']);}),_0x20d07d;}['_addContextToCollection'](_0x3fb628,_0x53d0f2){_0x53d0f2['add'](_0x3fb628,0x0);}['_removeContextFromCollection'](_0x9e952b,_0x15b35f){const _0x2cbdc6=_0x15b35f['find'](_0x5e0a68=>_0x5e0a68['id']===_0x9e952b);_0x2cbdc6&&_0x15b35f['remove'](_0x2cbdc6);}['_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'](_0x42c841){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x42c841);}}class SourcesBalloonButtonView extends yt{['arrowView'];constructor(_0x32223c){super(_0x32223c),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 _0x277268=new Lt();return _0x277268['content']=_0x248521,_0x277268['extendTemplate']({'attributes':{'class':xn+'__arrow'}}),_0x277268;}}class AIChatControlsLoaderView extends Nt{['_cancelButtonView'];['_loaderView'];constructor(_0x54ef8f){super(_0x54ef8f),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 _0x453bbe=new yt(this['locale']);return _0x453bbe['set']({'label':Mi(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':Bi+'\x20ck-ai-button-stop-generating','icon':_0x5b2e11}),_0x453bbe['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x453bbe;}['_createLoaderView'](){const _0x4e63b0=new Nt(this['locale']);return _0x4e63b0['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')}]}),_0x4e63b0;}}class AIChatControlsView extends Nt{['_contextPanelView'];['_promptInputView'];['_dropZoneView'];['_promptCapabilitiesView'];['_loaderView'];['_modelUnavailableMessageView'];['_shouldRestorePromptInputFocus'];['_filesEnabled'];constructor(_0x269b5b,_0x34d9a7){super(_0x269b5b),this['_filesEnabled']=_0x34d9a7['filesEnabled'],this['_contextPanelView']=this['_createContextPanelView'](_0x269b5b,{'bodyCollection':_0x34d9a7['bodyCollection'],'searchInputVisibleFrom':_0x34d9a7['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0x269b5b),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x269b5b),this['_loaderView']=this['_createLoaderView'](_0x269b5b),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0x269b5b),this['_dropZoneView']=new AIChatDropZoneView(_0x269b5b),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 _0x1b7e53=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0x1b7e53['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0x1b7e53['if']('isLoading','ck-hidden',_0x4fe20e=>_0x4fe20e||!this['isModelAvailable']),_0x1b7e53['if']('isModelAvailable','ck-hidden',_0x1e06a4=>!_0x1e06a4||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x1b7e53['if']('isLoading','ck-hidden',_0x1a5acb=>!_0x1a5acb)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0x1b7e53['if']('isModelAvailable','ck-hidden',_0xb3057a=>_0xb3057a)]},'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'](_0x2b6c13,_0x44dace){return new AIChatContextPanelView(_0x2b6c13,_0x44dace);}['_createPromptInputView'](_0x4d4ba4){return new AIChatPromptInputView(_0x4d4ba4,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x294d6){return new AIChatPromptCapabilitiesView(_0x294d6);}['_createLoaderView'](_0x39d4c2){return new AIChatControlsLoaderView(_0x39d4c2);}['_createModelUnavailableMessageView'](_0x30ef4d){const _0x2ce329=new AIChatModelUnavailableMessageView(_0x30ef4d);return _0x2ce329['delegate']('startConversation')['to'](this),_0x2ce329;}['_handlePromptInputFocus'](_0x3ede7b,_0x539ed3,_0x1cf62b){_0x1cf62b?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x227e56,_0x537271){this['_contextPanelView']['addContextItem'](_0x227e56,_0x537271);}['removeContextItem'](_0x5f1fcb){this['_contextPanelView']['removeContextItem'](_0x5f1fcb);}['setContextItemLoading'](_0x2bfe69,_0x33cb4a){this['_contextPanelView']['setContextItemLoading'](_0x2bfe69,_0x33cb4a);}['setIsUploadInProgress'](_0x12af4a){this['_promptInputView']['setIsUploadInProgress'](_0x12af4a);}['setConversationContext'](_0x27b974){this['_contextPanelView']['setConversationContext'](_0x27b974);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x1063f0,_0x1cb19e,_0x4a5a36){this['_contextPanelView']['updateResourceState'](_0x1063f0,_0x1cb19e,_0x4a5a36);}['setWebSearch'](_0x55f256){this['_promptCapabilitiesView']['setWebSearch'](_0x55f256);}['setReasoning'](_0x2f81da){this['_promptCapabilitiesView']['setReasoning'](_0x2f81da);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0x5d424c){this['_contextPanelView']['setAddContextOptions'](_0x5d424c);}['setInputPlaceholder'](_0x3dcd80){this['_promptInputView']['setPlaceholderText'](_0x3dcd80);}['setModelList'](_0x596ac1,_0x4da265){this['_promptCapabilitiesView']['setModelList'](_0x596ac1,_0x4da265);}['setModel'](_0x3b21e7){_0x3b21e7?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0x3b21e7)):this['isModelAvailable']=!0x1;}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x354cba){this['_promptCapabilitiesView']['disableModelSelector'](_0x354cba);}['populateSourceResourceBalloon'](_0x105ef5,_0x1cf539,_0x46efca,_0x59d998){this['_contextPanelView']['populateSourceResourceBalloon'](_0x105ef5,_0x1cf539,_0x46efca,_0x59d998);}['closeSourceResourceBalloon'](_0x4fd89d){this['_contextPanelView']['closeSourceResourceBalloon'](_0x4fd89d);}['focusPromptInput'](_0x18453f=!0x1){this['_promptInputView']['focus'](_0x18453f);}['setPromptInputValue'](_0x4f51ed){this['_promptInputView']['queryView']['fieldView']['reset'](),this['_promptInputView']['queryView']['fieldView']['value']=_0x4f51ed;}}class AIChatModelUnavailableMessageView extends Nt{constructor(_0x25cc40){super(_0x25cc40);const _0x290cce=new yt(_0x25cc40);_0x290cce['set']({'label':Mi(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0x290cce['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'},_0x290cce]}]});}}class AIHeaderView extends _0x351f99{['resizeButton'];constructor(_0x32a3f2,_0x191787){super(_0x32a3f2,{'label':_0x191787['label'],'class':'ck-ai-header\x20'+_0x191787['class'],'icon':_0x191787['icon']}),this['set']('isMaximized',!0x1),_0x191787['content']&&this['children']['add'](_0x191787['content']),_0x191787['showResizeButton']&&(this['resizeButton']=Fi(_0x32a3f2,this),this['children']['add'](this['resizeButton']));}}class AIDisclaimerView extends Nt{constructor(_0x20fb9b){super(_0x20fb9b),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':Mi(_0x20fb9b,'AI_DISCLAIMER_TEXT')}]}]});}}function Un(_0x4286dd,_0xd4cbf4){const _0x29ddd6=new yt(_0x4286dd);return _0x29ddd6['set']({'label':Mi(_0x4286dd,'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x39b836,'class':'ck-ai-chat__start-conversation\x20'+Bi}),_0x29ddd6['on']('execute',()=>{_0xd4cbf4['fire']('startConversation');}),_0x29ddd6;}class AIChatView extends Nt{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0x785988,_0x17171c){super(_0x785988),this['_bodyCollection']=new Xt(_0x785988),this['_bodyCollection']['attachToDom']();const _0x41bead=Un(_0x785988,this);this['chatHeader']=new AIHeaderView(_0x785988,{'label':Mi(_0x785988,'AI_CHAT_HEADING'),'icon':_0x5ef127,'class':'ck-ai-header_chat','content':_0x41bead,'showResizeButton':_0x17171c['showResizeButton']}),this['chatHeader']['delegate']('resizeTabs')['to'](this),this['chatFeed']=new AIChatFeedView(_0x785988,this['_bodyCollection']),this['chatFeed']['delegate'](...Os)['to'](this),this['chatControls']=new AIChatControlsView(_0x785988,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x17171c['contextResourcesSearchInputVisibleFrom'],'filesEnabled':_0x17171c['filesEnabled']}),this['chatControls']['delegate'](...Os)['to'](this),this['chatDisclaimer']=new AIDisclaimerView(_0x785988),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0x785988['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x1a2e91,_0x3b8502,_0x3d0262,_0x1f7e8f){this['chatControls']['populateSourceResourceBalloon'](_0x1a2e91,_0x3b8502,_0x3d0262,_0x1f7e8f);}['closeSourceResourceBalloon'](_0x35937d){this['chatControls']['closeSourceResourceBalloon'](_0x35937d);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}}class AIChatUI extends _0x2e5d09{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(_0x4dcc43){super(_0x4dcc43);const _0x33e6eb=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new PromiseQueue(),this['_view']=new AIChatView(this['context']['locale'],{'showResizeButton':_0x33e6eb['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'](_0x33e6eb),this['_view']['delegate'](...Os)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x3fb8c7,{showDiff:_0x45cde8})=>{this['showDiff']=_0x45cde8;}),this['disableControls'](),_0x33e6eb['view']['addTab']({'id':'chat','buttonLabel':Mi(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':_0x5ef127,'order':0x0,'content':this['_view']}),this['_view']['chatHeader']['bind']('isMaximized')['to'](_0x33e6eb['view'],'isMaximized',_0x140411=>_0x140411),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0x528a24=>_0x528a24),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x457a35){const _0x33c8fd=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'](_0x457a35['availableModels'],!this['context']['config']['get']('ai.models.showModelSelector')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':_0x33c8fd}),this['fire']('conversationCreated');}async['addFeedItemStaticMessage']({id:_0x572d1c,staticMessage:_0x2b4e24}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x572d1c,'initialContent':'<p>'+_0x2b4e24+'</p>'});});}async['addFeedItemUserMessage'](_0x4663f2){const _0x4d86a9=_0x4663f2['attributes']?.['displayedPrompt']||_0x4663f2['userMessage'];return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x4663f2['contextItems']['values']()),'initialContent':'<p>'+_0x4d86a9+'</p>','id':_0x4663f2['id']});});}async['addFeedItemError']({errorMessage:_0x5af10d,id:_0x15a438}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x5af10d+'</p>','id':_0x15a438});});}async['addFeedItemAIReply'](_0x4d6982){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x4d6982['interactionId']+':'+_0x4d6982['id']}),this['clearLoadingMessage']();});}async['addFeedItemAISuggestion'](_0x225590){const _0x34783f=ms(this['context']),_0x3ebdfc=_0x34783f['map'](_0x470dfb=>_0x470dfb['config']['get']('ai.availableReplyActions')||[...Ds]);let _0x5dce3d=_0x3ebdfc['reduce']((_0x18dcd1,_0x1b7b39)=>_0x18dcd1['filter'](_0x2e9ab8=>_0x1b7b39['includes'](_0x2e9ab8)),_0x3ebdfc[0x0]||[...Ds]);const _0x5dbc9a=_0x34783f['every'](_0x2369a9=>_0x2369a9['plugins']['has']('TrackChanges')),_0x2dcc91=_0x34783f['map'](_0xdce9e9=>_0xdce9e9['commands']['get']('trackChanges'));return _0x5dbc9a?this['_isTrackChangesCommandValueBound']||(this['_isTrackChangesCommandValueBound']=!0x0,this['_view']['chatFeed']['bind']('isTrackChangesOn')['toMany'](_0x2dcc91,'value',(..._0x582b56)=>_0x582b56['some'](_0x36a96b=>_0x36a96b))):_0x5dce3d=_0x5dce3d['filter'](_0x40963e=>'insertSuggestion'!=_0x40963e),this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x225590['interactionId']+':'+_0x225590['id'],'areActionsDisabled':_0x225590['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0x5dce3d}),this['clearLoadingMessage']();});}async['addFeedInteractionHeader'](_0x477749,_0x4f3c1c){return this['_promiseQueue']['enqueue'](async()=>{const _0x55937c=this['_view']['chatFeed']['children']['last'];if(_0x55937c instanceof AIChatFeedInteractionHeaderView)return this['_view']['chatFeed']['children']['remove'](_0x55937c),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x477749['id'],'capabilities':{'isWebSearchEnabled':_0x55937c['capabilities']['isWebSearchEnabled']||_0x4f3c1c['isWebSearchEnabled'],'isReasoningEnabled':_0x55937c['capabilities']['isReasoningEnabled']||_0x4f3c1c['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x477749['id'],'capabilities':_0x4f3c1c});});}async['addFeedItemCustomElement'](_0x179ade,_0x2e64aa){let _0x7bc1b4;return await this['_promiseQueue']['enqueue'](async()=>{_0x7bc1b4=this['_view']['chatFeed']['addItem']('custom-element',{'content':_0x179ade,'id':_0x2e64aa});}),_0x7bc1b4;}['removeFeedItem'](_0x26bf64){this['_view']['chatFeed']['removeItem'](_0x26bf64);}['hasFeedItem'](_0x5ba95b){return this['_view']['chatFeed']['hasItem'](_0x5ba95b);}['updateFeedInteractionHeader'](_0x42bf16){const _0x2ac920=this['_view']['chatFeed']['children']['find'](_0x29a464=>_0x29a464['options']['id']==_0x42bf16['id']&&_0x29a464 instanceof AIChatFeedInteractionHeaderView);_0x2ac920&&_0x2ac920['set']('isVisible',_0x42bf16['isVisible']);}async['updateFeedItemAIReplyContent'](_0x5cb6f8){const _0x5c5f7c=_0x5cb6f8['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x1b2abf=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x5cb6f8,'abortSignal':_0x1b2abf,'renderingStrategy':_0x5c5f7c}),_0x5cb6f8['isDone']&&this['markFeedItemAsDone'](_0x5cb6f8['id']);});}['updateFeedItemAIReplySources'](_0x98ef4b,_0x4570a4){this['_view']['chatFeed']['updateWebSources'](_0x98ef4b,_0x4570a4);}async['updateFeedItemAIReplySuggestionContent'](_0x378825){return this['_promiseQueue']['enqueue'](async _0x25ff01=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x378825,'abortSignal':_0x25ff01}),_0x378825['isDone']&&this['markFeedItemAsDone'](_0x378825['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x50b75a){this['_view']['chatFeed']['updateSuggestionPartState'](_0x50b75a);}['setFeedItemAIReplySuggestionPartActive'](_0x5c5c27){this['_view']['chatFeed']['setSuggestionPartActive'](_0x5c5c27);}['markFeedItemAsDone'](_0x8c7d26){this['_view']['chatFeed']['markItemAsDone'](_0x8c7d26);}['removeFeedInteraction'](_0x42025f){this['_view']['chatFeed']['getItemIds']()['filter'](_0x547778=>_0x547778['startsWith'](_0x42025f))['forEach'](_0x5f0617=>this['_view']['chatFeed']['removeItem'](_0x5f0617));}['startInteraction'](){const _0x402e61=this['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1});this['setLoadingMessage'](_0x402e61),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.models.showModelSelector')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x8015ec){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0x5ace74=>_0x5ace74['startsWith'](_0x8015ec['id']))['forEach'](_0x3075f0=>this['markFeedItemAsDone'](_0x3075f0)),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'](_0x88b016,_0x3804d8){this['_view']['chatControls']['addContextItem'](_0x88b016,_0x3804d8);}['removeContextItem'](_0x1347bd){this['_view']['chatControls']['removeContextItem'](_0x1347bd);}['setContextItemLoading'](_0x17528c,_0x182a68){this['_view']['chatControls']['setContextItemLoading'](_0x17528c,_0x182a68);}['setIsUploadInProgress'](_0x144338){this['_view']['chatControls']['setIsUploadInProgress'](_0x144338);}['setConversationContext'](_0x367ba0){this['_view']['chatControls']['setConversationContext'](_0x367ba0);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x21de4e,_0xe71dd1,_0x19b638){this['_view']['chatControls']['updateResourceState'](_0x21de4e,_0xe71dd1,_0x19b638);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x4bb112){this['_view']['chatControls']['setAddContextOptions'](_0x4bb112);}['updateCapabilities'](_0x32f663){this['_view']['chatControls']['setWebSearch'](_0x32f663['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x32f663['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x32f663));}['setSelectedModel'](_0x52a16c,_0x3af036){this['_view']['chatControls']['setModel'](_0x52a16c),_0x3af036&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x26eae9){this['feedItemRenderingStrategy']=_0x26eae9;}['toggleLoadingSkeleton'](_0x55263c){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x55263c);}['resetConversationTitle'](){this['setConversationTitle'](Mi(this['context']['locale'],'AI_CHAT_HEADING'));}['setConversationTitle'](_0x192662,_0x4b02c6=!0x1){if(_0x4b02c6&&!St()&&_0x192662['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x192662);this['_view']['chatHeader']['label']=_0x192662;}['setLoadingMessage'](_0x5289e7){this['_view']['chatFeed']['setLoadingMessage'](_0x5289e7);}['clearLoadingMessage'](){this['_view']['chatFeed']['setLoadingMessage']('');}['_animateConversationTitle'](_0x450c37){let _0x3cbd40=0x0;clearInterval(this['_titleAnimationInterval']),this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x450c37[_0x3cbd40],_0x3cbd40++,_0x3cbd40===_0x450c37['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['prepareLoadingMessage'](_0x468dad){return _0x468dad['isWebSearchEnabled']&&_0x468dad['isReasoningEnabled']?Mi(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x468dad['isWebSearchEnabled']?Mi(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x468dad['isReasoningEnabled']?Mi(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):Mi(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}['_getInputPlaceholder'](_0x504ac7){return _0x504ac7?_0x504ac7['isWebSearchEnabled']&&_0x504ac7['isReasoningEnabled']?Mi(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x504ac7['isWebSearchEnabled']?Mi(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x504ac7['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'](_0x32c466,_0x247b89,_0x31c53d,_0x98db29){this['_view']['populateSourceResourceBalloon'](_0x32c466,_0x247b89,_0x31c53d,_0x98db29);}['closeSourceResourceBalloon'](_0x62bb96){this['_view']['closeSourceResourceBalloon'](_0x62bb96);}['setPromptInputValue'](_0x1b7dc4){this['_view']['chatControls']['setPromptInputValue'](_0x1b7dc4);}['focusPromptInput'](_0x5da766=!0x1){this['_view']['chatControls']['focusPromptInput'](_0x5da766);}['scrollFeedToSuggestion'](_0x2c3ff4,_0x81204a){this['_view']['chatFeed']['scrollToSuggestion'](_0x2c3ff4,_0x81204a);}['startAutoScroll'](_0x3157e7={}){this['_view']['chatFeed']['startAutoScroll'](_0x3157e7);}['disableControls'](){this['_view']['chatControls']['isDisabled']=!0x0;}['enableControls'](){this['_view']['chatControls']['isDisabled']=!0x1;}}class AIChatHistorySectionListView extends Dt{['sections'];constructor(_0x5ef811,_0x48b95e){super(_0x5ef811),this['sections']=_0x48b95e,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x2ba8cc){let _0x56d7c4=0x0,_0x403269=0x0;for(const _0x18ee1d of this['sections']){const {resultsCount:_0x5d76db,totalItemsCount:_0x1a0ac2}=_0x18ee1d['filter'](_0x2ba8cc);_0x56d7c4+=_0x5d76db,_0x403269+=_0x1a0ac2;}return{'resultsCount':_0x56d7c4,'totalItemsCount':_0x403269};}}class AIChatHistoryListView extends Ht{['title'];['itemsViews'];['_itemsListView'];constructor(_0x39a9b8,{title:_0x231b7d,items:_0x549ab7}){super(_0x39a9b8);const _0x2c8767=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x231b7d,this['itemsViews']=_0x549ab7;const _0x16c261=new Nt(_0x39a9b8);_0x16c261['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new Dt(_0x39a9b8),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x2c8767['if']('isVisible','ck-hidden',_0x4d2657=>!_0x4d2657)]},'children':[_0x16c261,this['_itemsListView']]});}['filter'](_0x30b3ea){const _0x3db827=this['itemsViews']['length'];let _0x3e6ec3=0x0;for(const _0x4a4739 of this['itemsViews']){if(_0x30b3ea){const _0x6a12f2=_0x4a4739['isMatching'](_0x30b3ea);_0x4a4739['isVisible']=!!_0x6a12f2,_0x4a4739['highlightText'](_0x30b3ea);}else _0x4a4739['isVisible']=!0x0,_0x4a4739['highlightText'](null);_0x4a4739['isVisible']&&_0x3e6ec3++;}return this['isVisible']=_0x3e6ec3>0x0,{'resultsCount':_0x3e6ec3,'totalItemsCount':_0x3db827};}['getItem'](_0x8ee23e){return this['itemsViews']['find'](_0x4b1dad=>_0x4b1dad['id']===_0x8ee23e);}['removeItem'](_0x2e1a2e){const _0x3f4811=this['itemsViews']['indexOf'](_0x2e1a2e);-0x1!==_0x3f4811&&(this['itemsViews']['splice'](_0x3f4811,0x1),this['_itemsListView']['items']['remove'](_0x2e1a2e));}}class AIChatHistoryListItemView extends/* #__PURE__ -- @preserve */
|
|
27
|
-
_0x452051(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(_0x1df4f3,_0x126685){super(_0x1df4f3);const _0x9f4483=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x126685['pinned']),this['set']('loadingState',null),this['set']('title',_0x126685['title']),this['id']=_0x126685['id'];const {createdAt:_0x68fdc1,active:_0x438085=!0x1}=_0x126685;this['_titleView']=new _0xb413a6(),this['_titleView']['bind']('text')['to'](this,'title'),this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x19557f=this['_createCheckView'](),_0x27f3d9=this['_createPinButtonView'](_0x1df4f3),_0xd3c259=this['_createMenuDropdownView'](),_0x5a4cf0=this['_createEditInputView'](_0x1df4f3),_0xa306b8=this['_createAcceptEditButtonView'](_0x1df4f3,_0x5a4cf0),_0xbe0d57=this['_createCancelEditButtonView'](_0x1df4f3);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0x27f3d9),this['actions']['add'](_0xd3c259),this['on']('change:isEdit',(_0x10e81d,_0x389989,_0xcf7dfa)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0xcf7dfa?(this['actions']['add'](_0xa306b8),this['actions']['add'](_0xbe0d57),this['mainContent']['add'](_0x5a4cf0),_0x5a4cf0['element']['value']=this['title']||'',_0x5a4cf0['element']['focus']()):(this['actions']['add'](_0x27f3d9),this['actions']['add'](_0xd3c259),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0x438085?'ck-ai-chat-history__item--active':'',_0x9f4483['if']('isVisible','ck-hidden',_0x3b7f51=>!_0x3b7f51),_0x9f4483['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',_0x9f4483['if']('loadingState','ck-hidden',_0x19bd12=>!!_0x19bd12)]},'children':_0x438085?[_0x19557f]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x9f4483['if']('loadingState','ck-hidden',_0x398bb8=>!_0x398bb8)]},'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',_0x9f4483['if']('loadingState','ck-hidden',_0x351d93=>!!_0x351d93)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x9f4483['if']('loadingState','ck-hidden',_0x28835a=>!_0x28835a)]},'children':[{'text':_0x9f4483['to']('loadingState',_0x14f16a=>_0x14f16a?Mi(this['locale'],AIChatHistoryListItemView['LOADING_LABELS'][_0x14f16a]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0x68fdc1]}]},{'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'](_0x5e8231){this['set']('title',_0x5e8231);}['updateLoadingState'](_0x2ccd1c,_0x29f6b5){this['set']('loadingState',_0x29f6b5?_0x2ccd1c:null);}['_createCheckView'](){const _0x525afd=new Lt();return _0x525afd['set']({'content':_0x36337b}),_0x525afd;}['_createPinButtonView'](_0x55a3eb){const _0xca9829=new yt(_0x55a3eb);return _0xca9829['set']({'label':Mi(_0x55a3eb,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0xe1d023,'withText':!0x1,'tooltip':!0x0}),_0xca9829['bind']('isOn')['to'](this,'pinned'),_0xca9829['on']('execute',()=>{const _0x5dda71=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x5dda71});}),_0xca9829;}['_createMenuDropdownView'](){const _0x3d7022=Ft(this['locale']),_0x13b2cf=_0x3d7022['panelView']['children'];_0x3d7022['buttonView']['set']({'label':Mi(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':_0x45860d}),_0x3d7022['panelPosition']='sw';const _0xf9e77e=new yt(this['locale']);_0xf9e77e['label']=Mi(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0xf9e77e['withText']=!0x0,_0xf9e77e['on']('execute',()=>{this['isEdit']=!0x0;});const _0x1ea950=new yt(this['locale']);_0x1ea950['label']=Mi(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x1ea950['withText']=!0x0,_0x1ea950['on']('execute',()=>{this['showConfirm'](Mi(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x4f2583=new Dt(this['locale']),_0x909489=new Ht(this['locale']);_0x909489['children']['add'](_0xf9e77e);const _0xd7d864=new Ht(this['locale']);return _0xd7d864['children']['add'](_0x1ea950),_0x4f2583['items']['addMany']([_0x909489,_0xd7d864]),_0x13b2cf['add'](_0x4f2583),_0x3d7022;}['_createEditInputView'](_0xd482c8){const _0x210e9a=new _0x28c3c2(_0xd482c8),_0x51a287=_0x210e9a['bindTemplate'];return _0x210e9a['extendTemplate']({'on':{'keydown':_0x51a287['to'](_0x34e4c2=>{'Enter'==_0x34e4c2['key']&&this['_commitEditInputValue'](_0x210e9a);})}}),_0x210e9a;}['_createAcceptEditButtonView'](_0x3ca988,_0x25c8f0){const _0x5d538e=new yt(_0x3ca988);return _0x5d538e['set']({'icon':_0x36337b,'withText':!0x1,'tooltip':Mi(_0x3ca988,'AI_CHAT_HISTORY_ACCEPT')}),_0x5d538e['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0x5d538e['on']('execute',()=>{this['_commitEditInputValue'](_0x25c8f0);}),_0x5d538e;}['_commitEditInputValue'](_0x2fe705){const _0x4302c5=_0x2fe705['element']['value']||'';this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x4302c5});}['_createCancelEditButtonView'](_0x3f8f35){const _0x4a5df6=new yt(_0x3f8f35);return _0x4a5df6['set']({'icon':_0x395853,'withText':!0x1,'tooltip':Mi(_0x3f8f35,'AI_CHAT_HISTORY_CANCEL')}),_0x4a5df6['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x4a5df6['on']('execute',()=>{this['isEdit']=!0x1,this['fire']('edit:cancel');}),_0x4a5df6;}['_createSpinnerView'](){const _0x3fb245=new AISpinnerView('tiny');return _0x3fb245['isVisible']=!0x0,_0x3fb245;}['isMatching'](_0x484af4){return'string'==typeof this['title']&&this['title']['match'](_0x484af4)?{'title':!0x0}:null;}['highlightText'](_0x433c92){this['_titleView']['highlightText'](_0x433c92);}}class AIChatHistoryView extends Nt{['headerView'];['searchView'];['mainErrorView'];['skeletonView'];['emptyView'];['sectionsView'];constructor(_0x15f109,_0x245b35){super(_0x15f109),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1),this['set']('isMainErrorViewVisible',!0x1);const _0x3c4bcd=Un(_0x15f109,this);this['headerView']=new AIHeaderView(_0x15f109,{'label':Mi(_0x15f109,'AI_CHAT_HISTORY_HEADING'),'icon':_0x105978,'class':'ck-ai-header_history','content':_0x3c4bcd,'showResizeButton':_0x245b35}),this['headerView']['delegate']('resizeTabs')['to'](this),this['sectionsView']=new AIChatHistorySectionListView(_0x15f109,[]),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',_0x4d1087=>!_0x4d1087)]}}),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 _0x3cd7dc=new _0x5ebf54(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':Mi(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x1de9e7=>Mi(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x1de9e7),'secondary':Mi(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}}),_0x259892=this['_createErrorView']();return _0x259892['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('errorMessage','ck-hidden',_0x38d2da=>!_0x38d2da)]}}),_0x3cd7dc['on']('render',()=>{_0x3cd7dc['children']['add'](_0x259892,0x1);}),_0x3cd7dc['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x399f28=>!_0x399f28)]}}),_0x3cd7dc;}['_createSkeletonView'](){const _0x303fe1=new AISkeletonView(this['locale'],Ls['aiHistory']);return _0x303fe1['bind']('isVisible')['to'](this,'isLoading'),_0x303fe1;}['_createErrorView'](){const _0x5df799=new Nt(this['locale']),_0x829ff2=new yt(this['locale']);_0x829ff2['set']({'withText':!0x1,'icon':_0x395853,'class':'ck-ai-notification_error__dismiss-button'}),_0x829ff2['bind']('isVisible')['to'](this,'hasItems',_0x22b4ea=>!!_0x22b4ea),_0x829ff2['on']('execute',()=>{this['errorMessage']='';});const _0x4fb7ac=this['bindTemplate'];return _0x5df799['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error']},'children':[{'tag':'p','children':[{'text':_0x4fb7ac['to']('errorMessage')}]},_0x829ff2]}),_0x5df799;}['_createEmptyStateView'](){const _0x4601fd=new Nt(this['locale']);return _0x4601fd['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x446547=>!_0x446547)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[Mi(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]}]}),_0x4601fd;}['_createListItemViews'](_0x2d3103,_0x3ee067){const _0x520f76=[];for(const _0x11fa54 of _0x2d3103){const _0x5b49ca=new AIChatHistoryListItemView(_0x3ee067,_0x11fa54);_0x5b49ca['delegate'](...Bn)['to'](this),_0x520f76['push'](_0x5b49ca);}return _0x520f76;}['updateHistoryItemsWithCategories'](_0x54fc42){const _0x43674a=this['locale']||'en',_0x18ea41=[];for(const _0x4af66f of _0x54fc42){const _0x56ae27=this['_createListItemViews'](_0x4af66f['items'],_0x43674a);_0x18ea41['push'](new AIChatHistoryListView(_0x43674a,{'title':_0x4af66f['title'],'items':_0x56ae27}));}this['sectionsView']['sections']=_0x18ea41,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x18ea41),this['hasItems']=_0x54fc42['some'](_0x4601a0=>_0x4601a0['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x51fdfa){for(const _0x29833 of this['sectionsView']['sections']){const _0x3b5b9e=_0x29833['getItem'](_0x51fdfa);if(_0x3b5b9e){if(_0x29833['removeItem'](_0x3b5b9e),0x0===_0x29833['itemsViews']['length']){const _0x5a7f44=this['sectionsView']['sections']['indexOf'](_0x29833);-0x1!==_0x5a7f44&&(this['sectionsView']['sections']['splice'](_0x5a7f44,0x1),this['sectionsView']['items']['remove'](_0x29833));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x5a258d,_0x28a668){for(const _0x15e754 of this['sectionsView']['sections']){const _0x4b00f0=_0x15e754['getItem'](_0x5a258d);if(_0x4b00f0){_0x4b00f0['updateTitle'](_0x28a668);break;}}}['updateItemLoadingState'](_0x2bbf22,_0x115c00,_0x437ef4){for(const _0x43b8df of this['sectionsView']['sections']){const _0x41bcc1=_0x43b8df['getItem'](_0x2bbf22);if(_0x41bcc1){_0x41bcc1['updateLoadingState'](_0x115c00,_0x437ef4);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x73a383=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x73a383);}}}const Bn=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','startConversation'];class AIChatHistoryUI extends _0x2e5d09{static get['requires'](){return[AITabs];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x144f29){super(_0x144f29);const _0x34bced=this['context']['plugins']['get']('AITabs');this['_historyView']=new AIChatHistoryView(this['context']['locale'],_0x34bced['showResizeButton']),this['_historyView']['delegate']('resizeTabs')['to'](_0x34bced),this['_historyView']['delegate'](...Bn)['to'](this),this['_historyView']['headerView']['bind']('isMaximized')['to'](_0x34bced['view'],'isMaximized',_0x469442=>_0x469442),_0x34bced['view']['addTab']({'id':'history','buttonLabel':Mi(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':_0x105978,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x17f737){this['_historyView']['removeHistoryItem'](_0x17f737);}['updateItems'](_0x5f0a50){this['_historyView']['updateHistoryItemsWithCategories'](_0x5f0a50);}['updateItemTitle'](_0x3c4747,_0x205ea9){this['_historyView']['updateItemTitle'](_0x3c4747,_0x205ea9);}['updateItemLoadingState'](_0x550a28,_0x27b27d,_0x43ea6b){this['_historyView']['updateItemLoadingState'](_0x550a28,_0x27b27d,_0x43ea6b);}['setLoadingSkeleton'](_0xfdcb7b){this['_historyView']['isLoading']=_0xfdcb7b;}['showError'](_0x4241d4){this['_historyView']['errorMessage']=_0x4241d4;}['hideError'](){this['_historyView']['errorMessage']='';}}class AIChatHistoryItem extends ct(){['id'];['createdAt'];constructor({id:_0x2dfa3b,title:_0x25c906,createdAt:_0x306c5c,updatedAt:_0x138973,pinned:_0x24b2bb}){super(),this['id']=_0x2dfa3b,this['createdAt']=new Date(_0x306c5c),this['set']('title',_0x25c906),this['set']('updatedAt',_0x138973?new Date(_0x138973):null),this['set']('pinned',_0x24b2bb||!0x1);}['updateTitle'](_0x25040d){this['set']('title',_0x25040d),this['updatedAt']=new Date();}['updatePinned'](_0x4aee2e){this['set']('pinned',_0x4aee2e),this['updatedAt']=new Date();}}class AIChatHistoryConversations extends Et(){['items']=[];['connector'];['group'];constructor({connector:_0x131306,group:_0x33ac8a}){super(),this['connector']=_0x131306,this['group']=_0x33ac8a;}async['init'](){try{const _0x1f70c5=this['connector']['fetchConversations'](this['group']),_0x1bdfc0=await _0x1f70c5['getConversations']();this['loadItems'](_0x1bdfc0);}catch(_0x1c3b96){this['fire']('error',{'error':_0x1c3b96,'operation':'init'});}}['addItem'](_0x2a94a3){this['items']['push'](_0x2a94a3);}async['removeItem'](_0x35c5a1){const _0x15063f=this['items']['findIndex'](_0x15271f=>_0x15271f['id']===_0x35c5a1);if(-0x1===_0x15063f)return!0x1;try{return await this['connector']['deleteConversation'](_0x35c5a1)['execute'](),this['items']['splice'](_0x15063f,0x1),this['fire']('itemRemoved',{'itemId':_0x35c5a1}),!0x0;}catch(_0x4f97a6){return this['fire']('error',{'error':_0x4f97a6,'operation':'removeItem','itemId':_0x35c5a1}),!0x1;}}['getItem'](_0x1b2072){return this['items']['find'](_0x53d64f=>_0x53d64f['id']===_0x1b2072);}async['updateItemTitle'](_0x589377,_0x426754){const _0x54dbb5=this['getItem'](_0x589377);if(!_0x54dbb5)return!0x1;try{return await this['connector']['updateConversation'](_0x589377,{'title':_0x426754})['getResult'](),_0x54dbb5['updateTitle'](_0x426754),this['fire']('itemUpdated',{'itemId':_0x589377,'updates':{'title':_0x426754}}),!0x0;}catch(_0x2b0f20){return this['fire']('error',{'error':_0x2b0f20,'operation':'updateItemTitle','itemId':_0x589377}),!0x1;}}async['updateItemPinned'](_0x54b9ed,_0x501a9f){const _0x5c6a2e=this['getItem'](_0x54b9ed);if(!_0x5c6a2e)return!0x1;try{return await this['connector']['updateConversation'](_0x54b9ed,{'pinned':_0x501a9f})['getResult'](),_0x5c6a2e['updatePinned'](_0x501a9f),this['fire']('itemUpdated',{'itemId':_0x54b9ed,'updates':{'pinned':_0x501a9f}}),!0x0;}catch(_0x2cc074){return this['fire']('error',{'error':_0x2cc074,'operation':'updateItemPinned','itemId':_0x54b9ed}),!0x1;}}['loadItems'](_0x53b27d){try{this['items']=[],_0x53b27d['map'](_0x4d6674=>{this['addItem'](new AIChatHistoryItem(_0x4d6674));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x5a4b83){this['fire']('error',{'error':_0x5a4b83,'operation':'loadItems'});}}['getItems'](_0x4b6635={}){const _0x3a3a4f=void 0x0!==_0x4b6635['pinned']&&_0x4b6635['pinned'],_0x18ab06=_0x4b6635['from']?new Date(_0x4b6635['from']['getFullYear'](),_0x4b6635['from']['getMonth'](),_0x4b6635['from']['getDate']()):null,_0x10ab92=_0x4b6635['to']?new Date(_0x4b6635['to']['getFullYear'](),_0x4b6635['to']['getMonth'](),_0x4b6635['to']['getDate']()):null;return this['items']['filter'](_0x53df5d=>{if(_0x53df5d['pinned']!==_0x3a3a4f)return!0x1;if(_0x10ab92){const _0x5f1186=new Date(_0x53df5d['createdAt']['getFullYear'](),_0x53df5d['createdAt']['getMonth'](),_0x53df5d['createdAt']['getDate']());return _0x18ab06?_0x18ab06['getTime']()===_0x10ab92['getTime']()?_0x5f1186['getTime']()===_0x18ab06['getTime']():_0x5f1186<_0x10ab92&&_0x5f1186>=_0x18ab06:_0x5f1186<_0x10ab92;}return!0x0;});}}class AIChatHistoryController extends _0x2e5d09{['_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 _0xfb5db3=this['context']['plugins']['get'](AITabs);try{const _0x297d71=this['_aiChatController']['getGroupId']();this['history']=new AIChatHistoryConversations({'connector':this['_aiConnector'],'group':_0x297d71}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x3b402d,_0x2ea17f)=>{this['_setItemLoading'](_0x2ea17f['id'],'remove'),this['_handleRemove'](_0x2ea17f['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x54152a,_0x592124)=>{this['_setItemLoading'](_0x592124['id'],'rename'),this['_handleEditTitle'](_0x592124['id'],_0x592124['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x9c6a8d,_0x2e8e23)=>{void 0x0!==_0x2e8e23['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x2e8e23['itemId'],_0x2e8e23['updates']['title']),void 0x0!==_0x2e8e23['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x2e8e23['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x195888,_0x1d9ced)=>{this['_aiChatController']['_handleRemovedConversation'](_0x1d9ced['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x1d9ced['itemId']),this['_clearItemLoading'](_0x1d9ced['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x55733c,_0x222edb)=>{this['_handleHistoryErrorUI'](_0x222edb['error'],_0x222edb['operation'],_0x222edb['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0xe30e5d,_0x44aace)=>{this['_handleSelectConversation'](_0x44aace['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x264c23,_0x41cce1)=>{const _0x1c2e58=_0x41cce1['pinned']?'pin':'unpin';this['_setItemLoading'](_0x41cce1['id'],_0x1c2e58),this['_handleTogglePin'](_0x41cce1['id'],_0x41cce1['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'startConversation',()=>{this['_aiChatController']['startConversation'](),_0xfb5db3['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0xfb5db3['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();});}catch(_0x3d76fc){this['_handleHistoryErrorUI'](_0x3d76fc,'init');}}async['_handleEditTitle'](_0x3d0d88,_0x4836c7){await this['history']['updateItemTitle'](_0x3d0d88,_0x4836c7);}async['_handleTogglePin'](_0x11f273,_0x4ce5b3){await this['history']['updateItemPinned'](_0x11f273,_0x4ce5b3);}async['_handleRemove'](_0x53f027){await this['history']['removeItem'](_0x53f027);}async['_handleSelectConversation'](_0x1f2ced){await this['_aiChatController']['loadConversation'](_0x1f2ced);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x57b310=this['_aiChatController']['activeConversation']?.['id'],_0x3c04d7=this['_getCategorizedItems']()['map'](_0x3eba06=>({'title':_0x3eba06['title'],'items':_0x3eba06['items']['map'](_0x450377=>({'id':_0x450377['id'],'title':_0x450377['title']||Mi(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x450377['createdAt'])['toLocaleDateString'](),'active':_0x450377['id']===_0x57b310,'pinned':_0x450377['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x3c04d7);}['_setItemLoading'](_0x4d3612,_0x2fb376){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x4d3612,_0x2fb376,!0x0);}['_clearItemLoading'](_0x3a21d8){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x3a21d8,null,!0x1);}['_handleHistoryErrorUI'](_0x17f128,_0x2bd5c5,_0x2d770d){const _0x43769b=this['_generateErrorMessage'](_0x2bd5c5,_0x2d770d);this['_aiChatHistoryUi']['showError'](_0x43769b),_0x2d770d&&this['_clearItemLoading'](_0x2d770d),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x439424,_0x188a77){const _0x4134a4=_0x188a77?this['history']['getItem'](_0x188a77):null,_0x19bd54=_0x4134a4?.['title']||Mi(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x439424){case'updateItemTitle':return Mi(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x19bd54);case'updateItemPinned':{const _0x667b53=Mi(this['context']['locale'],_0x4134a4?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return Mi(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x667b53,_0x19bd54]);}case'removeItem':return Mi(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x19bd54);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 _0x31ebc1=new Date(),_0x23ea23=new Date(_0x31ebc1['getFullYear'](),_0x31ebc1['getMonth'](),_0x31ebc1['getDate']()),_0x34c06c=new Date(_0x23ea23);_0x34c06c['setDate'](_0x34c06c['getDate']()-0x1);const _0x4ad8b6=new Date(_0x23ea23);_0x4ad8b6['setDate'](_0x4ad8b6['getDate']()-0xe);const _0x54b35c=this['history']['getItems']({'pinned':!0x0}),_0x475eb4=this['history']['getItems']({'from':_0x23ea23,'to':_0x23ea23}),_0x456df9=this['history']['getItems']({'from':_0x34c06c,'to':_0x34c06c}),_0x50d1a4=this['history']['getItems']({'from':_0x4ad8b6,'to':_0x34c06c}),_0x5e6fa7=this['history']['getItems']({'to':_0x4ad8b6}),_0x474835=[];return _0x54b35c['length']>0x0&&_0x474835['push']({'title':Mi(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x54b35c}),_0x475eb4['length']>0x0&&_0x474835['push']({'title':Mi(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0x475eb4}),_0x456df9['length']>0x0&&_0x474835['push']({'title':Mi(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x456df9}),_0x50d1a4['length']>0x0&&_0x474835['push']({'title':Mi(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0x50d1a4}),_0x5e6fa7['length']>0x0&&_0x474835['push']({'title':Mi(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x5e6fa7}),_0x474835;}}class AIChatHistory extends _0x2e5d09{static get['requires'](){return[AIChatHistoryController,AIChatHistoryUI];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}class AIChat extends _0x2e5d09{static get['requires'](){return[AIChatController,AIEditing,AIChatUI,AIChatHistory];}static get['pluginName'](){return'AIChat';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x46dcdf){super(_0x46dcdf),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(_0x27e2f5,_0x2ecb23){super(_0x27e2f5);const {id:_0x25def1,type:_0xb8e8d2,icon:_0x19ec0d}=_0x2ecb23;this['id']=_0x25def1,this['set']({'label':_0x2ecb23['label'],'withText':!0x0,'class':'ck-ai-chat-shortcut'}),this['extendTemplate']({'attributes':{'data-cke-ai-shortcut-id':_0x2ecb23['id']}}),_0x19ec0d?this['icon']=_0x19ec0d:'chat'===_0xb8e8d2?this['icon']=_0x5ef127:'review'===_0xb8e8d2?this['icon']=_0x268514:'translate'===_0xb8e8d2&&(this['icon']=_0x260bc9);}}class AIChatShortcutsView extends Nt{['listView'];constructor(_0x584de4,_0x21f23d){super(_0x584de4),this['set']('isEnabled',!0x0);const _0x5e6850=_0x21f23d['map'](_0x2cfa2b=>{const _0x40ef21=new Ht(this['locale']),_0x57cee8=new AIChatShortcutView(this['locale'],_0x2cfa2b);return _0x57cee8['bind']('isEnabled')['to'](this),_0x40ef21['children']['add'](_0x57cee8),_0x57cee8['delegate']('execute')['to'](this),_0x40ef21;});this['listView']=new Dt(this['locale']),this['listView']['items']['addMany'](_0x5e6850),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-shortcuts']},'children':[this['listView']]});}}const Gn='chat-shortcuts';class AIChatShortcuts extends _0x2e5d09{['_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 _0x24e8ab=this['context']['plugins']['get']('AIChatController');this['_shortcuts']['length']&&(this['_validateShortcuts'](),this['_aiChatUI']['on']('conversationCreated',()=>{const _0x24fe20=_0x24e8ab['activeConversation'];_0x24fe20['isFromHistory']||this['_injectShortcuts'](_0x24fe20);}),this['listenTo'](_0x24e8ab,'interactionStarted',()=>{this['_removeShortcuts']();}));}['_validateShortcuts'](){const _0x33809a=['chat','review','translate'];this['_shortcuts']['forEach'](_0x5c5716=>{let _0x8741c4=!0x0;if(_0x5c5716['id']&&_0x5c5716['label']&&_0x33809a['includes'](_0x5c5716['type'])?'chat'===_0x5c5716['type']&&(_0x8741c4='string'==typeof _0x5c5716['prompt']):_0x8741c4=!0x1,!_0x8741c4)throw new ht('ai-chat-shortcuts-invalid-config',this['context'],{'shortcut':_0x5c5716});});}['_injectShortcuts'](_0x428e1c){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',_0x1b19d7=>{const _0x3f10fb=_0x1b19d7['source']['id'];this['_executeShortcut'](_0x3f10fb);}),this['_listenedConversation']=_0x428e1c,this['listenTo'](_0x428e1c,'uploadProgressChanged',(_0x4e0de4,_0x1fe300)=>{this['_shortcutsView']['isEnabled']=!_0x1fe300['isUploadInProgress'];});}['_removeShortcuts'](){const _0x2418dc=this['context']['plugins']['get'](AIChatUI);_0x2418dc['hasFeedItem'](Gn)&&_0x2418dc['removeFeedItem'](Gn),this['_listenedConversation']&&(this['stopListening'](this['_listenedConversation'],'uploadProgressChanged'),this['_listenedConversation']=void 0x0),this['_shortcutsView']?.['destroy']();}['_executeShortcut'](_0x5113c6){const _0x5b407e=this['_shortcuts']['find'](_0x244a5f=>_0x244a5f['id']===_0x5113c6),_0xe67732=_0x5b407e['type'];'chat'===_0xe67732?this['_runChatShortcut'](_0x5b407e):'review'===_0xe67732?_0x5b407e['commandId']?this['_runReviewShortcut'](_0x5b407e):this['_switchTab']('reviewMode'):'translate'===_0xe67732&&(_0x5b407e['language']?this['_runTranslateShortcut'](_0x5b407e):this['_switchTab']('translate'));}['_switchTab'](_0x293eb5){if(!this['context']['plugins']['has']('AITabs'))throw new ht('ai-chat-shortcuts-ai-tabs-not-found',this['context'],{'tabName':_0x293eb5});this['context']['plugins']['get']('AITabs')['view']['activateTab'](_0x293eb5);}async['_runChatShortcut']({prompt:_0x53348,draftMode:_0x220027,useWebSearch:_0x44431c=!0x1,useReasoning:_0x275e6f=!0x1,model:_0x543ee4}){const _0x170087=this['context']['plugins']['get']('AIChatController'),_0x28d89d=_0x170087['activeConversation'];let _0x5437f4;_0x5437f4=_0x543ee4?await _0x28d89d['chatModels']['getModel'](_0x543ee4):await _0x28d89d['chatModels']['getDefault'](),_0x5437f4&&await _0x28d89d['setModel'](_0x5437f4),_0x28d89d['setWebSearch'](_0x44431c),_0x28d89d['setReasoning'](_0x275e6f),_0x170087['addCurrentDocumentToChatContext'](),_0x220027?(this['_aiChatUI']['setPromptInputValue'](_0x53348),this['_aiChatUI']['focusPromptInput'](!0x0)):_0x170087['sendMessage']({'message':_0x53348});}['_runReviewShortcut']({commandId:_0x5382ef,model:_0x32915a,prompt:_0x374f8d,params:_0x72f715}){if(!this['context']['plugins']['has']('AIReviewModeUI'))throw new ht('ai-chat-shortcuts-review-mode-not-found',this['context']);this['_switchTab']('reviewMode');const _0x93b53f={'id':_0x5382ef,'isCustom':'custom'===_0x5382ef};_0x32915a&&_0x374f8d&&(_0x93b53f['args']={'model':_0x32915a,'prompt':_0x374f8d}),_0x72f715&&(_0x93b53f['params']=_0x72f715),this['context']['plugins']['get']('AIReviewModeUI')['fire']('runReviewCheck',_0x93b53f);}['_runTranslateShortcut']({language:_0xc90df2}){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':_0xc90df2,'args':{'language':_0xc90df2}});}}class ToggleAICommand extends _0xd5099f{constructor(_0x44ecb4){super(_0x44ecb4);const _0x398fbc=_0x44ecb4['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x398fbc,'isVisible'),this['isEnabled']=!0x0;}['execute'](){const _0x1a30ae=this['editor']['plugins']['get']('AITabs')['view'];_0x1a30ae['isVisible']=!_0x1a30ae['isVisible'];}}class AIToggleButtonUI extends _0x41a2d8{static get['requires'](){return[AITabs];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x1c6b4a=this['editor'];_0x1c6b4a['commands']['add']('toggleAi',new ToggleAICommand(_0x1c6b4a)),_0x1c6b4a['ui']['componentFactory']['add']('toggleAi',()=>{const _0x863f91=this['_createAIUIButton'](yt);return _0x863f91['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0x863f91;}),_0x1c6b4a['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x1f76b0=this['_createAIUIButton'](Yt);return _0x1f76b0['set']({'role':'menuitemcheckbox'}),_0x1f76b0;});}['_createAIUIButton'](_0x12c533){const _0xc77b4f=this['editor'],_0x38e74f=_0xc77b4f['commands']['get']('toggleAi'),_0x119095=new _0x12c533(_0xc77b4f['locale']);return _0x119095['set']({'label':Mi(_0xc77b4f['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0xc998,'isToggleable':!0x0}),_0x119095['bind']('isEnabled')['to'](_0x38e74f),_0x119095['bind']('isOn')['to'](_0x38e74f,'value',_0x42b938=>!!_0x42b938),this['listenTo'](_0x119095,'execute',()=>{_0x38e74f['execute']();}),_0x119095;}}const Fn=['applySuggestion','insertSuggestion','showNext','showPrevious'];class AIBalloonView extends Nt{['_errorView'];constructor(_0x520a3f){super(_0x520a3f),this['set']('_errorMessage',''),this['set']('_isErrorVisible',!0x1);}['showBlockingError'](_0x392674){this['showError'](_0x392674);}['showError'](_0x2210b7){this['_errorView']||(this['_errorView']=this['_createErrorView']()),this['_errorMessage']=_0x2210b7,this['_isErrorVisible']=!0x0;}['hideError'](){this['_isErrorVisible']=!0x1;}['_createErrorView'](){const _0x4759aa=new Nt(this['locale']),_0x1111e4=new Nt(this['locale']);return _0x1111e4['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('_errorMessage')}]}),_0x4759aa['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ck-ai-balloon-error',this['bindTemplate']['if']('_isErrorVisible','ck-hidden',_0x2c5974=>!_0x2c5974)]},'children':[_0x1111e4]}),_0x4759aa;}}const Wn=0xa;class AIBalloon extends _0x2e5d09{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'](_0xde0851){const {id:_0x15424b}=this['_currentConfig']??{};this['_currentConfig']=_0xde0851,this['_editor']=_0xde0851['targetEditor'];const {id:_0x2a337a}=this['_currentConfig'];this['isOpen']&&_0x15424b===_0x2a337a?this['_updateDialog']():this['_showDialog']();}['close'](){const _0x27047a=this['_editor'];if(!_0x27047a)return;const _0x19de80=_0x27047a['plugins']['get']('Dialog');_0x19de80['isOpen']&&this['_currentConfig']&&_0x19de80['id']===this['_currentConfig']['id']&&_0x19de80['hide']();}['_updateDialog'](){const _0x3b4161=this['_editor']['plugins']['get']('Dialog'),{icon:_0x3b2e37,title:_0x5aedfe}=this['_currentConfig'];_0x3b4161['view']?.['headerView']&&(_0x3b4161['view']['headerView']['label']=_0x5aedfe,_0x3b4161['view']['headerView']['iconView']&&_0x3b2e37&&(_0x3b4161['view']['headerView']['iconView']['content']=_0x3b2e37)),this['_isUpdatingMarkers']=!0x0,this['_showFakeVisualSelection'](),this['_isUpdatingMarkers']=!0x1,_0x3b4161['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 _0x2e1905=this['_editor']['plugins']['get']('Dialog'),{id:_0x3582de,title:_0x50b445,icon:_0x19e66d,class:_0x2d34f5,mainView:_0x4dd10f}=this['_currentConfig'];_0x4dd10f['delegate'](...Fn)['to'](this),_0x2e1905['show']({'title':_0x50b445,'icon':_0x19e66d,'hasCloseButton':!0x0,'id':_0x3582de,'position':this['_calculateDialogPosition']['bind'](this),'className':'ck-ai-balloon\x20'+(_0x2d34f5||''),'content':_0x4dd10f,'onShow':_0x12f0c2=>{this['_showFakeVisualSelection'](),this['_setupFakeVisualSelectionMarkerRemovalListener'](),_0x12f0c2['view']?.['updatePosition']();const _0x227f09=this['_getSelectionElements']();_0x227f09&&_0x227f09[0x0]&&Tt({'target':_0x227f09[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),this['isOpen']=!0x0,_0x12f0c2['once']('hide',()=>{this['fire']('beforeDialogClosed',{'id':_0x3582de});},{'priority':'high'});},'onHide':()=>{this['_hideFakeVisualSelection'](),this['_cleanupFakeVisualSelectionMarkerRemovalListener'](),this['fire']('dialogClosed',{'id':_0x3582de}),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x4602fb,_0x328709){if(!_0x328709){const _0x542bb5=this['_getTargetRootDomRect']();if(!_0x542bb5)return null;_0x328709=_0x542bb5;}const _0x1d4885=this['_getSelectionElements']();if(!_0x1d4885||0x0===_0x1d4885['length'])return{'left':Math['round'](_0x328709['left']+_0x328709['width']/0x2-_0x4602fb['width']/0x2),'top':Math['round'](_0x328709['top']+_0x328709['height']/0x2-_0x4602fb['height']/0x2)};const _0x3d9257=Math['round'](_0x328709['left']+_0x328709['width']/0x2-_0x4602fb['width']/0x2),_0x52eb69=_0x1d4885['map'](_0x5adf15=>new dt(_0x5adf15)),_0x313be5=_0x4602fb['height'];return{'left':_0x3d9257,'top':this['_calculateOptimalTopPosition'](_0x52eb69,_0x313be5,_0x328709)};}['_calculateOptimalTopPosition'](_0x5dbe0d,_0x45300e,_0xb10156){const _0x4eb82f=new dt(lt['window']),_0x9ff1ed=_0x5dbe0d['map'](_0x4faa04=>_0x4faa04['getVisible']())['filter'](_0x3b9d63=>_0x3b9d63),_0xa511af=dt['getBoundingRect'](_0x9ff1ed);if(!_0xa511af)return Math['round'](_0xb10156['top']+_0xb10156['height']/0x2);const _0x325c71=_0x4eb82f['getIntersection'](_0xa511af);if(!_0x325c71)return Math['round'](_0xb10156['top']+_0xb10156['height']/0x2);const _0x14963d=_0xb10156['getVisible'](),_0x310bd8=_0x14963d&&_0xa511af['height']>_0x14963d['height'],_0x4cdd92=_0x325c71['top'],_0x50d040=_0x325c71['bottom'];if(_0x310bd8){const _0x42f4c8=(_0x14963d||_0x4eb82f)['height']/0x2-_0x45300e/0x2,_0x194c7e=_0x4cdd92-Wn-_0xb10156['top'],_0x10f3ab=_0xb10156['bottom']-_0x50d040-Wn;return _0x194c7e>=_0x45300e?Math['max'](Wn,_0x4cdd92-_0x45300e-Wn):_0x10f3ab>=_0x45300e?_0x50d040+Wn:Math['max'](Wn,_0x42f4c8);}const _0x5096e1=_0x4cdd92-_0x45300e,_0x2c3ee3=_0xb10156['bottom']-_0x50d040-Wn,_0x4af412=_0x4cdd92-Wn-_0xb10156['top'];let _0x3d14f9;if(_0x2c3ee3>=_0x45300e)_0x3d14f9=_0x50d040+Wn;else{if(_0x4af412>=_0x45300e)_0x3d14f9=_0x5096e1-Wn;else _0x3d14f9=_0x4cdd92+_0xa511af['height']/0x2-_0x45300e/0x2;}return _0x3d14f9;}['_setupFakeVisualSelectionMarkerRemovalListener'](){const _0x2a4492=this['_editor'];this['listenTo'](_0x2a4492['model']['document'],'change',()=>{if(!this['_isUpdatingMarkers']){for(const {name:_0x260999,data:{newRange:_0x47a6e9}}of _0x2a4492['model']['document']['differ']['getChangedMarkers']())if(_0x260999['startsWith'](Rs+':')&&(_0x47a6e9&&(_0x47a6e9['start']['isEqual'](_0x47a6e9['end'])||'$graveyard'==_0x47a6e9['root']['rootName'])||null==_0x47a6e9)){const _0x23048c=Mi(this['context']['locale'],'AI_BALLOON_SELECTION_REMOVED_ERROR');this['_currentConfig']['mainView']['showBlockingError'](_0x23048c),this['fire']('selectionRemoved');}}});}['_cleanupFakeVisualSelectionMarkerRemovalListener'](){const _0x299cad=this['_editor'];this['_currentConfig']['mainView']['hideError'](),this['stopListening'](_0x299cad['model']['document']);}['_getSelectionElements'](){const _0x578611=this['_editor'];return _0x2bcd44(_0x578611['editing'],[..._0x578611['model']['markers']['getMarkersGroup']('ai-selection'),..._0x578611['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}['_getTargetRootDomRect'](){const _0xfd3906=this['_currentConfig']?.['ranges']?.[0x0]?.['root'];if(!_0xfd3906)return null;const _0x432667=this['_editor'],_0x4718e4=_0x432667['editing']['view']['document']['getRoot'](_0xfd3906['rootName']);if(!_0x4718e4)return null;const _0x419039=_0x432667['editing']['view']['domConverter']['mapViewToDom'](_0x4718e4);return _0x419039&&_0x419039 instanceof HTMLElement?new dt(_0x419039):null;}}class AIMiniToolbarView extends kt{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x512543,_0x4b7cd3={}){super(_0x512543),this['set']('isEnabled',!0x0),this['set']('isShowChangesOn',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x4b7cd3};const _0x55a347=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x55a347?'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'](_0x552914){this['showChangesButton']['isEnabled']=_0x552914;}['_setupRatingButtons'](){this['likeButton']=new yt(this['locale']),this['likeButton']['set']({'icon':_0x27d385,'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':_0x1b1546,'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':_0x51f25e,'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 _0x8963bb=new Lt();_0x8963bb['set']({'content':_0x36337b}),_0x8963bb['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'](_0x8963bb);}['_setupShowChangesButton'](){this['showChangesButton']=new yt(this['locale']),this['showChangesButton']['set']({'icon':_0x54b721,'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',_0x31ffbb=>_0x31ffbb?_0x9a19f:_0x54b721),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(_0x438eca,_0x350349){super(_0x438eca);const _0x29a123=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']=_0x350349,this['nextButtonView']=this['_createNextButtonView'](),this['previousButtonView']=this['_createPreviousButtonView'](),this['_streamableContentView']=new AISuggestionStreamableContentView(_0x438eca),this['_partToolbarView']=new AISuggestionContentPartToolbarView(_0x438eca,_0x350349['availableActions']),this['_partToolbarView']['delegate']('applySuggestion','insertSuggestion','rejectSuggestion')['to'](this),this['_togglePartToolbarButtonsVisibility'](_0x350349),this['_stateView']=new AISuggestionContentPartStateView(_0x438eca),this['_stateView']['isVisible']=!0x1,this['_miniToolbarView']=new AIMiniToolbarView(_0x438eca,{'showChanges':'full'}),this['_miniToolbarView']['bind']('isShowChangesOn')['to'](this,'showDiff'),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['fire']('toggleSuggestionDisplayMode');}),this['_toolbarContainerView']=new AIChatBalloonToolbarContainerView(_0x438eca,[this['_partToolbarView'],this['_stateView'],this['_miniToolbarView']]),this['children']=this['createCollection']([this['_streamableContentView'],this['_toolbarContainerView']]),this['on']('change:_state',(_0x3db550,_0x5c77c3,_0x155f0f,_0x3e7a8f)=>{let _0x970fab,_0x10fb45;'pending'===_0x3e7a8f?(_0x970fab=this['_partToolbarView'],_0x10fb45=this['_stateView']):(_0x970fab=this['_stateView'],_0x10fb45=this['_partToolbarView']),this['_stateView']['setState'](_0x155f0f),_0x970fab['isVisible']=!0x1,_0x10fb45['isVisible']=!0x0;}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-balloon-main',_0x29a123['to']('_state',_0x36180a=>'ck-ai-chat-balloon-main_state_'+_0x36180a)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_togglePartToolbarButtonsVisibility'](_0x350349);});}['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'](_0x53e103){_0x53e103?.['keepErrors']||this['hideError'](),await this['_streamableContentView']['update'](_0x53e103);}['clearContent'](){this['_streamableContentView']['clear']();}['setState'](_0x17501a){this['_state']=_0x17501a;}['showError'](_0xc072f8){super['showError'](_0xc072f8),this['children']['has'](this['_errorView'])||this['children']['add'](this['_errorView'],0x0);}['hideError'](){this['_isErrorVisible']&&(super['hideError'](),this['togglePartToolbarEnabled'](!0x0));}['showBlockingError'](_0xe598fb){super['showBlockingError'](_0xe598fb),this['togglePartToolbarEnabled'](!0x1);}['toggleRotatorButtonsVisibility'](_0x50ef24){this['nextButtonView']['isVisible']=this['previousButtonView']['isVisible']=_0x50ef24;}['togglePartToolbarEnabled'](_0x547ffc){this['_partToolbarView']['isEnabled']=_0x547ffc;}['_togglePartToolbarButtonsVisibility']({showApplyButton:_0x1232af,showSuggestButton:_0x2436d8}){_0x1232af=_0x1232af&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x2436d8=_0x2436d8&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_partToolbarView']['setButtonsVisibility']({'showApplyButton':_0x1232af,'showSuggestButton':_0x2436d8});}['_createNextButtonView'](){const _0x1f5813=new yt(this['locale']);return _0x1f5813['set']({'icon':_0x7a6e23,'label':Mi(this['locale'],'AI_BALLOON_NEXT_LABEL'),'isVisible':!0x0}),_0x1f5813['on']('execute',()=>{this['fire']('showNext');}),_0x1f5813;}['_createPreviousButtonView'](){const _0x2b6109=new yt(this['locale']);return _0x2b6109['set']({'icon':_0xbe2f13,'label':Mi(this['locale'],'AI_BALLOON_PREVIOUS_LABEL'),'isVisible':!0x0}),_0x2b6109['on']('execute',()=>{this['fire']('showPrevious');}),_0x2b6109;}}class AIChatBalloonToolbarContainerView extends Nt{constructor(_0x361f91,_0xdfe3a2){super(_0x361f91),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-balloon__toolbar-container']},'children':_0xdfe3a2});}}class AIChatBalloon extends _0x41a2d8{static get['requires'](){return[Gt,AIBalloon];}static get['pluginName'](){return'AIChatBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_chatBalloonView'];constructor(_0x130770){super(_0x130770),this['set']('showDiff',!0x1);}['open'](_0x32bcbd){const _0x16a64e=this['editor'];this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),_0x16a64e['plugins']['get']('AIBalloon')['open']({..._0x32bcbd,'id':'aiChatBalloon','class':'ck-ai-chat-balloon','mainView':this['_chatBalloonView']}),this['_toggleRotatorButtonsInDialogHeader'](_0x32bcbd['showRotator']),this['_chatBalloonView']['togglePartToolbarEnabled'](!_0x32bcbd['areActionsDisabled']),this['_restoreDefaultViewFocus']();}['close'](){this['editor']['plugins']['get']('AIBalloon')['close']();}['updateContent'](_0x3e2309){return this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),this['_chatBalloonView']['updateContent'](_0x3e2309);}['clearContent'](){this['_chatBalloonView']&&this['_chatBalloonView']['clearContent']();}['setState'](_0x5ad034){this['_chatBalloonView']&&this['_chatBalloonView']['setState'](_0x5ad034);}['_createChatBalloonView'](){const _0x2b1229=this['editor'],_0x3a9f38=_0x2b1229['plugins']['get']('AIBalloon'),_0x22f028=_0x2b1229['commands']['get']('trackChanges');let _0x58a4ba=_0x2b1229['config']['get']('ai.availableReplyActions')||[...Ds];_0x2b1229['plugins']['has']('TrackChanges')||(_0x58a4ba=_0x58a4ba['filter'](_0x353514=>'insertSuggestion'!=_0x353514));const _0x13763a=new AIChatBalloonView(_0x2b1229['locale'],{'availableActions':_0x58a4ba,'showApplyButton':!0x0,'showSuggestButton':!!_0x22f028});return _0x13763a['bind']('showDiff')['to'](this),_0x13763a['delegate'](...Ss)['to'](this),_0x13763a['delegate']('showPrevious','showNext')['to'](this),_0x3a9f38['delegate']('dialogClosed')['to'](this),_0x13763a['on']('applySuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x13763a['on']('insertSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x13763a['on']('rejectSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x22f028&&_0x13763a['bind']('isTrackChangesOn')['to'](_0x22f028,'value'),_0x13763a['render'](),_0x13763a;}['_toggleRotatorButtonsInDialogHeader'](_0x2a45d6){const _0x48e175=this['editor'],_0x10bbf4=_0x48e175['plugins']['get']('Dialog')['view']['headerView']['children'];this['_chatBalloonView']['toggleRotatorButtonsVisibility'](_0x2a45d6),_0x10bbf4['has'](this['_chatBalloonView']['previousButtonView'])||(_0x10bbf4['addMany']([this['_chatBalloonView']['previousButtonView'],this['_chatBalloonView']['nextButtonView']],0x0),_0x48e175['plugins']['get']('AIBalloon')['once']('beforeDialogClosed',()=>{_0x10bbf4['remove'](this['_chatBalloonView']['previousButtonView']),_0x10bbf4['remove'](this['_chatBalloonView']['nextButtonView']);}));}['_restoreDefaultViewFocus'](){this['_chatBalloonView']['focus']();}}class AIEditorIntegration extends _0x41a2d8{static get['requires'](){return[AIToggleButtonUI,AIChatBalloon,_0x34d276];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}function Kn(_0x30dab1){const {editor:_0x5f3862,action:_0x3bcc0d,withText:_0xba1ca3=!0x1,withIcon:_0x4a8232=!0x0,isInDropdown:_0x40c8ba=!0x0,shouldPreventFocus:_0x17c49d=!0x1,actionButtons:_0x3ca5d1}=_0x30dab1;return()=>{const _0x535a14=_0x5f3862['locale'],_0x4724d9=new yt(_0x535a14),_0x34e652=_0x4724d9['bindTemplate'];_0x40c8ba&&_0x4724d9['extendTemplate']({'on':{'mouseenter':_0x34e652['to'](()=>{_0x17c49d&&_0x17c49d()||_0x4724d9['focus']();})}}),_0x3ca5d1['push']({'buttonView':_0x4724d9,'action':_0x3bcc0d});const _0x1b2baf=_0x3bcc0d['icon']??_0x3bcc0d['parent']?.['icon'];return _0x4724d9['set']({'label':_0x3bcc0d['label'],'withText':_0xba1ca3,'role':'menuitem','icon':_0x4a8232?_0x1b2baf??_0xbc7ee5:void 0x0,'tooltip':!_0xba1ca3,'class':'ck-ai-quick-actions-button','isEnabled':_0x3bcc0d['isEnabled']}),_0x4724d9['on']('execute',()=>{_0x5f3862['editing']['view']['focus'](),_0x5f3862['commands']['execute']('aiQuickAction',_0x3bcc0d);}),_0x4724d9;};}class DropdownMenuButtonWithHighlightView extends _0x3c53e5{['arrowView'];constructor(_0x33354b,_0x43e7e3){super(_0x33354b,_0x43e7e3);const _0x1479d6=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',_0x12f51c=>String(_0x12f51c)),'data-cke-tooltip-disabled':_0x1479d6['to']('isOn')},'on':{'mouseenter':_0x1479d6['to']('mouseenter')}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0xe7c960=new Lt();return _0xe7c960['content']=_0x248521,_0xe7c960['extendTemplate']({'attributes':{'class':'ck-dropdown-menu-list__nested-menu__button__arrow'}}),_0xe7c960;}}class AIQuickActionsFilteredListView extends Dt{['_allListItems'];['_allSearchableItems'];constructor(_0x45a0f0,_0x49ae68,_0x47e40e){super(_0x45a0f0),this['_allListItems']=_0x49ae68,this['_allSearchableItems']=_0x47e40e;}['filter'](_0x43f45d){if(!_0x43f45d)return this['items']['clear'](),this['items']['addMany'](this['_allListItems']),this['_clearHighlight'](),{'resultsCount':this['_allListItems']['length'],'totalItemsCount':this['_allListItems']['length']};const _0x259d1b=_0x43f45d['source']['toLowerCase']()['trim'](),_0x4f2a22=this['_allSearchableItems']['filter'](_0x51449e=>(_0x51449e['groupLabel']?_0x51449e['label']+'\x20('+_0x51449e['groupLabel']+')':_0x51449e['label'])['toLowerCase']()['includes'](_0x259d1b));return this['items']['clear'](),this['items']['addMany'](_0x4f2a22['sort']((_0x56d49e,_0xd61fc8)=>{const _0x2c1f7d=_0x56d49e['groupLabel'],_0x413cf7=_0xd61fc8['groupLabel'];return _0x2c1f7d||_0x413cf7?_0x2c1f7d?0x1:-0x1:0x0;})['map'](_0x3dbc46=>_0x3dbc46['item'])),this['_highlightQuery'](_0x259d1b,_0x4f2a22),{'resultsCount':_0x4f2a22['length'],'totalItemsCount':this['_allSearchableItems']['length']};}['_highlightQuery'](_0x638d88,_0x4b2d5c){if(!_0x638d88)return;const _0x489d11=new RegExp(_0x3e499a(_0x638d88),'gi');_0x4b2d5c['forEach'](_0x3954b0=>{_0x3954b0['highlightViews']&&_0x3954b0['highlightViews']['forEach'](_0x1a0af9=>{'function'==typeof _0x1a0af9['highlightText']&&_0x1a0af9['highlightText'](_0x489d11);});});}['_clearHighlight'](){this['_allSearchableItems']['forEach'](_0x13fe0b=>{_0x13fe0b['highlightViews']&&_0x13fe0b['highlightViews']['forEach'](_0x472bd7=>{'function'==typeof _0x472bd7['highlightText']&&_0x472bd7['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(_0x5bdd0b,_0x1f6810,_0x5e3645,_0x5690f1,_0x329f64=!0x1,_0x4924ab=[]){const _0x432c09=_0x5bdd0b['locale'];super(_0x432c09),this['_bodyCollection']=_0x5690f1,this['_hasSearch']=_0x329f64,this['_actionButtons']=_0x4924ab;const _0x6383ca=this['_createListItems'](_0x5bdd0b,_0x1f6810,_0x5e3645);this['optionsListView']=new AIQuickActionsFilteredListView(_0x432c09,_0x6383ca,this['_allSearchableItems']),this['optionsListView']['role']=Yn,this['optionsListView']['items']['addMany'](_0x6383ca),this['focusTracker']=new It(),this['keystrokes']=new At(),_0x329f64&&(this['_searchTextView']=this['_createSearchTextView']()),this['_focusables']=_0x6383ca,this['focusCycler']=new Ut({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),_0x329f64&&this['_searchTextView']&&this['focusCycler']['chain'](this['_searchTextView']['focusCycler']);const _0x416882=_0x329f64&&this['_searchTextView']?[this['_searchTextView']]:[this['optionsListView']];this['children']=new _0x3207b0(_0x416882),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x432c09['uiLanguageDirection']},'children':this['children']});}['_createSearchTextView'](){return new _0x5ebf54(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 _0x1e2735=this['_searchTextView']['queryView']['fieldView']['element']['ownerDocument']?.['activeElement'];return this['_searchTextView']['queryView']['fieldView']['element']['contains'](_0x1e2735);}['_createListItems'](_0x13819b,_0x38922c,_0x414c4f){const _0x5eeb14=new _0x3207b0();return _0x38922c['forEach'](_0x407994=>{if('actions'in _0x407994){const {listItem:_0x357f55}=this['_createActionGroupButton'](_0x13819b,_0x407994,_0x414c4f);_0x5eeb14['add'](_0x357f55),_0x407994['actions']['forEach'](_0x320083=>{const {listItem:_0x45619c,highlightViews:_0x1f129f}=this['_createSearchResultActionButton'](_0x13819b,_0x320083,_0x407994['label'],_0x407994['icon']);this['_allSearchableItems']['push']({'item':_0x45619c,'label':_0x320083['label'],'groupLabel':_0x407994['label'],'highlightViews':_0x1f129f});});}else{const {listItem:_0x58abed}=this['_createActionButton'](_0x13819b,_0x407994);_0x5eeb14['add'](_0x58abed);const _0x517966=_0x58abed['children']['first'];if(_0x517966){const {listItem:_0x4c47b9,highlightViews:_0xe73a6b}=this['_createSearchResultActionButton'](_0x13819b,_0x407994);this['_allSearchableItems']['push']({'item':_0x4c47b9,'label':_0x517966['label']||'','highlightViews':_0xe73a6b});}}}),_0x5eeb14;}['_createActionButton'](_0x5aeba5,_0x17d775,_0x1f0bb9,_0x2fd710){const _0x252938=new Ht(this['locale']);if(_0x1f0bb9&&_0x2fd710){const _0x3b6b3c=new yt(this['locale']),_0x1fa602=_0x3b6b3c['bindTemplate'],_0x4615c1=new _0xb413a6();_0x4615c1['text']=_0x17d775['label'];const _0xf94a42=new _0xb413a6();_0xf94a42['text']=_0x1f0bb9;const _0x58f3fe=new Lt();_0x58f3fe['content']=_0x2fd710,_0x58f3fe['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0xa39231=new Nt(this['locale']);_0xa39231['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__open-paren'},'children':[{'text':'\x20('}]});const _0x5e1942=new Nt(this['locale']);return _0x5e1942['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__close-paren'},'children':[{'text':')'}]}),_0x3b6b3c['set']({'label':_0x17d775['label']+'\x20('+_0x1f0bb9+')','withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','tooltip':!0x1,'isEnabled':_0x17d775['isEnabled']}),_0x3b6b3c['setTemplate']({'tag':'button','attributes':{'class':['ck','ck-button','ck-button_with-text','ck-ai-quick-actions-button','ck-ai-quick-actions-button_with-group',_0x1fa602['if']('isEnabled','ck-disabled',_0x425aa9=>!_0x425aa9)],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x4615c1,_0xa39231,_0x58f3fe,_0xf94a42,_0x5e1942],'on':{'mouseenter':_0x1fa602['to'](()=>{this['_isSearchFocused']()||_0x3b6b3c['focus']();}),'click':_0x1fa602['to'](()=>{_0x3b6b3c['fire']('execute');})}}),_0x3b6b3c['on']('execute',()=>{_0x3b6b3c['isEnabled']&&(_0x5aeba5['editing']['view']['focus'](),_0x5aeba5['commands']['execute']('aiQuickAction',_0x17d775));}),_0x252938['children']['add'](_0x3b6b3c),this['_actionButtons']['push']({'buttonView':_0x3b6b3c,'action':_0x17d775}),{'listItem':_0x252938,'highlightViews':[_0x4615c1,_0xf94a42]};}{const _0xd0853f=new _0x448772(),_0x142c7a=new yt(this['locale'],_0xd0853f),_0x546b66=_0x142c7a['bindTemplate'],_0xeed662=_0x17d775['icon']??_0x17d775['parent']?.['icon'],_0x116a69=void 0x0!==_0x17d775['icon'];return _0x142c7a['set']({'label':_0x17d775['label'],'withText':!0x0,'role':'menuitem','icon':_0x116a69?_0xeed662??_0xbc7ee5:void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button','isEnabled':_0x17d775['isEnabled']}),_0x142c7a['extendTemplate']({'on':{'mouseenter':_0x546b66['to'](()=>{this['_isSearchFocused']()||_0x142c7a['focus']();})}}),_0x142c7a['on']('execute',()=>{_0x5aeba5['editing']['view']['focus'](),_0x5aeba5['commands']['execute']('aiQuickAction',_0x17d775);}),_0x252938['children']['add'](_0x142c7a),this['_actionButtons']['push']({'buttonView':_0x142c7a,'action':_0x17d775}),{'listItem':_0x252938,'highlightViews':[_0xd0853f]};}}['_createSearchResultActionButton'](_0x3729c9,_0x7692f7,_0x32d611,_0x185e98){return _0x32d611&&_0x185e98?this['_createSearchResultGroupedActionButton'](_0x3729c9,_0x7692f7,_0x32d611,_0x185e98):this['_createSearchResultIndividualActionButton'](_0x3729c9,_0x7692f7);}['_createSearchResultGroupedActionButton'](_0x51a86b,_0x46a4ed,_0x74eaf9,_0xfac648){const _0xbcc585=new Ht(this['locale']),_0xd28d6e=new yt(this['locale']),_0x121951=_0xd28d6e['bindTemplate'],{view:_0xde9266,highlightView:_0x4b88ff}=this['_createSearchResultGroupRow'](_0x74eaf9,_0xfac648),{view:_0x20019b,highlightView:_0x2e727a}=this['_createSearchResultActionRow'](_0x46a4ed['label']),_0xa4dda0=this['_createSearchResultContentView'](_0xde9266,_0x20019b);return _0xd28d6e['set']({'label':_0x46a4ed['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':_0x46a4ed['isEnabled']}),_0xd28d6e['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',_0x121951['if']('isEnabled','ck-disabled',_0x535294=>!_0x535294)],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0xa4dda0],'on':{'mouseenter':_0x121951['to'](()=>{this['_isSearchFocused']()||_0xd28d6e['focus']();}),'click':_0x121951['to'](()=>{this['_handleSearchResultButtonClick'](_0xd28d6e);})}}),this['_setupActionButtonExecution'](_0xd28d6e,_0x51a86b,_0x46a4ed),_0xbcc585['children']['add'](_0xd28d6e),this['_actionButtons']['push']({'buttonView':_0xd28d6e,'action':_0x46a4ed}),{'listItem':_0xbcc585,'highlightViews':[_0x4b88ff,_0x2e727a]};}['_createSearchResultIndividualActionButton'](_0x3a1a54,_0xaec831){const _0x2c9c27=new Ht(this['locale']),_0x420771=new _0x448772(),_0x15a118=new yt(this['locale'],_0x420771),_0x1b8d71=_0x15a118['bindTemplate'];return _0x15a118['set']({'label':_0xaec831['label'],'withText':!0x0,'role':'menuitem','icon':void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button','isEnabled':_0xaec831['isEnabled']}),_0x15a118['extendTemplate']({'on':{'mouseenter':_0x1b8d71['to'](()=>{this['_isSearchFocused']()||_0x15a118['focus']();})}}),this['_setupActionButtonExecution'](_0x15a118,_0x3a1a54,_0xaec831),_0x2c9c27['children']['add'](_0x15a118),this['_actionButtons']['push']({'buttonView':_0x15a118,'action':_0xaec831}),{'listItem':_0x2c9c27,'highlightViews':[_0x420771]};}['_createSearchResultGroupRow'](_0x312e1b,_0x5ab56a){const _0x352164=new Nt(this['locale']),_0x40f4d2=new Lt();_0x40f4d2['content']=_0x5ab56a,_0x40f4d2['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x56e63e=new _0xb413a6();return _0x56e63e['text']=_0x312e1b,_0x352164['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__group-row'},'children':[_0x40f4d2,_0x56e63e]}),{'view':_0x352164,'highlightView':_0x56e63e};}['_createSearchResultActionRow'](_0x5cfde8){const _0x3f5410=new Nt(this['locale']),_0x4fc3de=new _0xb413a6();return _0x4fc3de['text']=_0x5cfde8,_0x3f5410['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__action-row'},'children':[_0x4fc3de]}),{'view':_0x3f5410,'highlightView':_0x4fc3de};}['_createSearchResultContentView'](_0x503a26,_0x4c4332){const _0x448e9c=new Nt(this['locale']);return _0x448e9c['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__content'},'children':[_0x503a26,_0x4c4332]}),_0x448e9c;}['_setupActionButtonExecution'](_0x5d648e,_0x36682a,_0x4a269f){_0x5d648e['on']('execute',()=>{_0x5d648e['isEnabled']&&(_0x36682a['editing']['view']['focus'](),_0x36682a['commands']['execute']('aiQuickAction',_0x4a269f));});}['_createActionGroupButton'](_0xe1eb38,_0x11358b,_0x2117ec){const _0x1e44d1=new Ht(this['locale']),_0x53401f=new _0x448772(),_0x5456b2=new DropdownMenuButtonWithHighlightView(this['locale'],_0x53401f),_0xf4b6b3=_0x5456b2['bindTemplate'],_0x58fcea=this['_getPanelKeystroke'](_0x2117ec),_0x19ec5e=this['_createGroupActionsList'](_0xe1eb38,_0x11358b['actions'],_0x2117ec);_0x5456b2['set']({'label':_0x11358b['label'],'withText':!0x0,'role':$n,'icon':_0x11358b['icon']??_0xbc7ee5,'isEnabled':_0x11358b['actions']['some'](_0x50aba4=>_0x50aba4['isEnabled'])}),_0x5456b2['extendTemplate']({'on':{'mouseenter':_0xf4b6b3['to'](()=>{this['_isSearchFocused']()||_0x5456b2['focus']();})}});const _0x3d9c20=new zt(this['locale']);return _0x3d9c20['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0xf4b6b3['to'](_0x267c89=>{this['_handlePanelKeydown'](_0x267c89,_0x58fcea,_0x5456b2,_0x3d9c20);})}}),_0x5456b2['bind']('isOn')['to'](_0x3d9c20,'isVisible'),this['_bodyCollection']['add'](_0x3d9c20),_0x3d9c20['content']['add'](_0x19ec5e),this['_setupGroupMenuBehavior'](_0x5456b2,_0x3d9c20),_0x1e44d1['children']['add'](_0x5456b2),this['_actionButtons']['push']({'buttonView':_0x5456b2,'action':_0x11358b}),{'listItem':_0x1e44d1,'highlightView':_0x53401f};}['_createGroupActionsList'](_0xde757e,_0x2d589c,_0x3b89d4){const _0x5ee72f=new Dt(this['locale']);return _0x5ee72f['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x2d589c['forEach'](_0x3c2074=>{const _0x147857=new Ht(this['locale']),_0x4d3689=Kn({'editor':_0xde757e,'action':_0x3c2074,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this['_isSearchFocused'](),'actionButtons':this['_actionButtons']})();_0x147857['children']['add'](_0x4d3689),_0x3b89d4['focusTracker']['add'](_0x4d3689),_0x5ee72f['items']['add'](_0x147857);}),_0x5ee72f;}['_setupGroupMenuBehavior'](_0x4001ec,_0x140b2c){const _0x5b6d7b=_0x4001ec['bindTemplate'],_0x350dc9=this['_getButtonKeystroke'](_0x4001ec);_0x4001ec['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x5b6d7b['to'](()=>{this['_showNestedPanel'](_0x140b2c,_0x4001ec);}),'mouseleave':_0x5b6d7b['to'](_0x1cca80=>{const _0x491546=_0x1cca80['relatedTarget'];this['_isMovingToNestedMenu'](_0x491546,_0x140b2c)||this['_hideNestedPanel'](_0x140b2c);}),'keydown':_0x5b6d7b['to'](_0x29f97d=>{_0x29f97d['key']==_0x350dc9&&(this['_showNestedPanel'](_0x140b2c,_0x4001ec),_0x140b2c['content']['get'](0x0)['focus']());})}}),_0x140b2c['on']('render',()=>{_0x140b2c['element']?.['addEventListener']('mouseleave',_0x4d9c14=>{const _0x18997d=_0x4d9c14['relatedTarget'];_0x4001ec['element']?.['contains'](_0x18997d)||this['_isMovingToNestedMenu'](_0x18997d,_0x140b2c)||this['_hideNestedPanel'](_0x140b2c);});});}['_showNestedPanel'](_0x5b3f4a,_0x31022f){this['_openNestedPanels']['forEach'](_0xc1076f=>{_0xc1076f!==_0x5b3f4a&&_0xc1076f['isVisible']&&_0xc1076f['hide']();}),_0x5b3f4a['show'](),_0x5b3f4a['pin']({'positions':[_0x53f294['eastSouth']],'target':_0x31022f['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x5b3f4a);}['_hideNestedPanel'](_0x1d07cd){_0x1d07cd['hide'](),this['_openNestedPanels']['delete'](_0x1d07cd);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0x85992b=>_0x85992b['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0x40aa24,_0x1e8dfa){if(!_0x40aa24)return!0x1;if(_0x1e8dfa['element']?.['contains'](_0x40aa24))return!0x0;const _0x3f8ee9=_0x40aa24;return _0x3f8ee9['closest']&&(null!==_0x3f8ee9['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x3f8ee9['closest']('.ck-ai-quick-actions-group-list')||null!==_0x3f8ee9['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'](_0x3dad3f){return'rtl'===_0x3dad3f['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft';}['_getButtonKeystroke'](_0x178e77){return'rtl'===_0x178e77['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';}['_handlePanelKeydown'](_0x288931,_0x13dc30,_0x263098,_0x2a7dfc){_0x288931['key']==_0x13dc30&&(_0x263098['focus'](),this['_hideNestedPanel'](_0x2a7dfc));}['_handleSearchResultButtonClick'](_0x3e8882){_0x3e8882['fire']('execute');}}function qn(_0x559728){const {editor:_0x537fd8,content:_0x40bb45,buttonDefinition:_0x420e04,bodyCollection:_0x4cecde,hasSearch:_0x15170d=!0x1,actionButtons:_0x417f4e}=_0x559728;return()=>{const _0x262e32=_0x537fd8['locale'],_0x414673=_0x537fd8['commands']['get']('aiQuickAction'),_0x2cc513=Ft(_0x262e32);_0x2cc513['bind']('isEnabled')['to'](_0x414673),_0x2cc513['buttonView']['set']({'icon':_0x420e04['icon']??_0xbc7ee5,'label':_0x420e04['label'],'tooltip':!0x0}),_0x2cc513['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x15aa74=new AIQuickActionsDropdownContentView(_0x537fd8,_0x40bb45,_0x2cc513,_0x4cecde,_0x15170d,_0x417f4e);return _0x2cc513['panelView']['children']['add'](_0x15aa74),_0x15170d&&_0x2cc513['on']('change:isOpen',(_0x33ba0d,_0x49e449,_0x2959cc)=>{if(_0x2959cc){if(_0x537fd8['plugins']['has']('AIEditing')){const _0x480d12=_0x537fd8['plugins']['get'](AIEditing),_0x995d8f=_0x537fd8['model']['document']['selection'],_0x43b3d9=Array['from'](_0x995d8f['getRanges']());_0x43b3d9['length']>0x0&&_0x480d12['showFakeVisualSelection']({'editor':_0x537fd8,'ranges':_0x43b3d9,'id':'quick-action','priority':0x14});}}else _0x537fd8['plugins']['has']('AIEditing')&&_0x537fd8['plugins']['get'](AIEditing)['hideFakeVisualSelection']('quick-action'),_0x15aa74['resetSearch']();}),_0x2cc513;};}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 _0x41a2d8{['_actionButtons']=[];['_menuBarGroupViews']=[];static get['requires'](){return[_0x5e70f8,AIConnector];}static get['pluginName'](){return'AIQuickActionsUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x1248ea=this['_getDefaultAndCustomActions']();this['_prepareQuickActionsDefinition'](_0x1248ea),this['_initializeQuickActionsComponentsAndCommands'](),this['_initActionTypeQuickActions'](),this['_initChatTypeQuickActions']();}static['getDefaultQuickActions'](_0x6f8501){return function(_0x2b16ff){const _0x1a8fc=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x2b16ff['uiLanguage']),_0x319ed2=_0x1a8fc||'English',_0x2a928e=[{'id':'ask-ai','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_ASK_AI'),'type':'chat','icon':_0x4fd1c},{'id':'chat-commands','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':_0x4fd1c,'actions':[{'id':'explain','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_EXPLAIN'),'displayedPrompt':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':Qn['replace']('%0',_0x319ed2),'type':'chat'},{'id':'summarize','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_SUMMARIZE'),'displayedPrompt':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':Xn['replace']('%0',_0x319ed2),'type':'chat'},{'id':'highlight-key-points','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'displayedPrompt':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':zn['replace']('%0',_0x319ed2),'type':'chat'}]},{'id':'improve-writing','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'action','icon':_0x247953},{'id':'continue','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'action','icon':_0x15599a},{'id':'fix-grammar','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'action','icon':_0x373739},{'id':'adjust-length','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':_0x54f0eb,'actions':[{'id':'make-shorter','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'action'},{'id':'make-longer','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'action'}]},{'id':'change-tone','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':_0xa1345e,'actions':[{'id':'make-tone-casual','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'action'},{'id':'make-tone-direct','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'action'},{'id':'make-tone-friendly','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'action'},{'id':'make-tone-confident','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'action'},{'id':'make-tone-professional','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'action'}]},{'id':'translate','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':_0x260bc9,'actions':[{'id':'translate-to-english','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'action','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'action','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'action','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'action','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'action','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'action','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'action','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'action','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'action','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'action','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':Mi(_0x2b16ff,'AI_QUICK_ACTIONS_OTHER'),'icon':tt,'actions':[]}];return _0x2a928e;}(_0x6f8501);}['_getDefaultAndCustomActions'](){const _0x5062ce=AIQuickActionsUI['getDefaultQuickActions'](this['editor']['locale']),_0x3103a8=(this['editor']['config']['get']('ai.quickActions.extraCommands')||[])['map'](_0x59ae1c=>({..._0x59ae1c,'type':'chat'===_0x59ae1c['type']?'chat':'action','icon':void 0x0}));return _0x5062ce['find'](_0x2f19f6=>'other'===_0x2f19f6['id'])['actions']['push'](..._0x3103a8),_0x5062ce;}async['_initActionTypeQuickActions'](){try{const _0x36aba6=new AIModels({'connector':this['editor']['plugins']['get']('AIConnector'),'config':this['editor']['config']['get']('ai.models'),'locale':this['editor']['locale']}),_0x4004ed=await _0x36aba6['getAll'](),_0x5efdba=(await _0x36aba6['getDefault']())?.['id'];this['_assignDefaultModelToCustomActions'](_0x5efdba),this['_enableButtonsByType']('action',_0x23b261=>!!_0x4004ed['find'](_0x15c954=>_0x15c954['id']===_0x23b261['model'])||void 0x0===_0x23b261['model']);}catch(_0xdc9489){const _0x10ec0d=new ht('ai-quick-actions-models-unable-to-retrieve',this,{'error':_0xdc9489});Ct(_0x10ec0d['message']);}}['_initChatTypeQuickActions'](){if(!this['editor']['plugins']['has']('AIChatController'))return;const _0x47890c=this['editor']['plugins']['get']('AIChatController');this['listenTo'](_0x47890c,'change:isConversationReady',(_0xa942fc,_0x4a876b,_0x3c8116)=>{_0x3c8116&&this['_enableButtonsByType']('chat',()=>!0x0);}),_0x47890c['isConversationReady']&&this['_enableButtonsByType']('chat',()=>!0x0);}['_enableButtonsByType'](_0x43b83f,_0x1ea70c){this['_quickActionsDefinition']['forEach'](_0x4876dd=>{'actions'in _0x4876dd?_0x4876dd['actions']['forEach'](_0x26b88e=>{_0x26b88e['type']===_0x43b83f&&(_0x26b88e['isEnabled']=_0x1ea70c(_0x26b88e));}):_0x4876dd['type']===_0x43b83f&&(_0x4876dd['isEnabled']=_0x1ea70c(_0x4876dd));}),this['_actionButtons']['forEach'](_0x4405df=>{if(Jn(_0x4405df['action']))return;if(_0x4405df['action']['type']!==_0x43b83f)return;const _0x224b48=_0x1ea70c(_0x4405df['action']);if(_0x4405df['action']['isEnabled']=_0x224b48,_0x4405df['buttonView']['isEnabled']=_0x224b48,!_0x224b48&&_0x4405df['action']['model']){const _0x3ffcfd=new ht('ai-quick-actions-unavailable-model',this,{'actionId':_0x4405df['action']['id'],'modelId':_0x4405df['action']['model']});Ct(_0x3ffcfd['message']);}}),this['_actionButtons']['filter'](_0x3e85de=>Jn(_0x3e85de['action']))['forEach'](_0x5944c4=>{_0x5944c4['buttonView']['isEnabled']=_0x5944c4['action']['actions']['some'](_0x47884f=>_0x47884f['isEnabled']);}),this['_menuBarGroupViews']['forEach'](({view:_0x38413f,group:_0x549a46})=>{_0x38413f['isEnabled']=_0x549a46['actions']['some'](_0x20148f=>_0x20148f['isEnabled']);});}['_assignDefaultModelToCustomActions'](_0x54b1e7){this['_actionButtons']['forEach'](_0x28f326=>{Jn(_0x28f326['action'])||'action'===_0x28f326['action']['type']&&(_0x28f326['action']['model']||(_0x28f326['action']['model']=_0x54b1e7));});}['_initializeQuickActionsComponentsAndCommands'](){const _0x15448c=new Xt(this['editor']['locale']);_0x15448c['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x15448c),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x15448c);}['_initializeQuickActionsDropdown'](_0x512000){const _0x3c041c=this['editor']['config']['get']('ai.quickActions.isSearchEnabled')??!0x0;this['editor']['ui']['componentFactory']['add']('aiQuickActions',qn({'editor':this['editor'],'content':this['_quickActionsDefinition'],'buttonDefinition':{'icon':_0xbc7ee5,'label':Mi(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},'bodyCollection':_0x512000,'hasSearch':_0x3c041c,'actionButtons':this['_actionButtons']}));}['_prepareQuickActionsDefinition'](_0xbc5282){this['_quickActionsDefinition']=_0xbc5282['map'](_0x3ea0a9=>{if('actions'in _0x3ea0a9){const _0x58d1bc=_0x3ea0a9;return{..._0x58d1bc,'actions':_0x58d1bc['actions']['map'](_0x59af62=>{const {actions:_0x485660,..._0x143dc4}=_0x58d1bc;return{..._0x59af62,'isEnabled':!0x1,'parent':_0x143dc4};})['filter'](_0x1abfae=>this['_shouldIncludeAction'](_0x1abfae))};}return{..._0x3ea0a9,'isEnabled':!0x1};})['filter'](_0x2ef4a3=>'actions'in _0x2ef4a3?_0x2ef4a3['actions']['length']>0x0:this['_shouldIncludeAction'](_0x2ef4a3));}['_shouldIncludeAction'](_0x1831c7){const _0x22f411=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](jn[_0x1831c7['type']])&&!_0x22f411['includes'](_0x1831c7['id'])&&!('chat'===_0x1831c7['type']&&!0x1===this['editor']['config']['get']('ai.chat.context.document.enabled'));}['_initializeQuickActionsComponents'](_0x199cb1){this['_quickActionsDefinition']['forEach'](_0x3d9a12=>{if('actions'in _0x3d9a12){const _0x15a336=qn({'editor':this['editor'],'content':_0x3d9a12['actions'],'buttonDefinition':_0x3d9a12,'bodyCollection':_0x199cb1,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x3d9a12['id'],_0x15a336),_0x3d9a12['actions']['forEach'](_0x1b5c2c=>{const _0x3b9b0c=Kn({'editor':this['editor'],'action':_0x1b5c2c,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x1b5c2c['id'],_0x3b9b0c);});}else{const _0x35a139=Kn({'editor':this['editor'],'action':_0x3d9a12,'withText':!0x1,'withIcon':!0x0,'isInDropdown':!0x1,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x3d9a12['id'],_0x35a139);}});}['_initializeQuickActionsMenuBar'](){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x558be1=>{const _0x39ef07=this['editor']['commands']['get']('aiQuickAction'),_0x2d7b7a=new Kt(_0x558be1),_0x381db5=Mi(_0x558be1,'AI_QUICK_ACTIONS_HEADING');_0x2d7b7a['buttonView']['set']({'label':_0x381db5,'icon':_0xbc7ee5});const _0x462ac7=new qt(_0x558be1);return _0x462ac7['set']({'ariaLabel':_0x381db5,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0x6996af=>{if('actions'in _0x6996af){const _0x3d6375=_0x6996af,_0x27f890=new Qt(_0x558be1,_0x2d7b7a),_0x1579f4=new Kt(_0x558be1),_0x14b2d4=new qt(_0x558be1);_0x1579f4['buttonView']['set']({'label':_0x3d6375['label'],'icon':_0x3d6375['icon']}),_0x3d6375['actions']['forEach'](_0x318c5b=>{const _0x40867c=new Qt(_0x558be1,_0x1579f4),_0x1aeb07=new Yt(_0x558be1);_0x1aeb07['set']({'label':_0x318c5b['label'],'icon':_0x318c5b['icon'],'role':'menuitem','isEnabled':_0x318c5b['isEnabled']}),_0x1aeb07['on']('execute',()=>{this['_executeQuickAction'](_0x318c5b);}),this['_actionButtons']['push']({'buttonView':_0x1aeb07,'action':_0x318c5b}),_0x1aeb07['delegate']('execute')['to'](_0x1579f4),_0x40867c['children']['add'](_0x1aeb07),_0x14b2d4['items']['add'](_0x40867c);}),_0x1579f4['isEnabled']=_0x3d6375['actions']['some'](_0x1da2d1=>_0x1da2d1['isEnabled']),this['_menuBarGroupViews']['push']({'view':_0x1579f4,'group':_0x3d6375}),_0x1579f4['panelView']['children']['add'](_0x14b2d4),_0x27f890['children']['add'](_0x1579f4),_0x462ac7['items']['add'](_0x27f890);}else{const _0x4fe97c=_0x6996af,_0x12a82f=new Qt(_0x558be1,_0x2d7b7a),_0xd0f5c4=new Yt(_0x558be1);_0xd0f5c4['set']({'label':_0x4fe97c['label'],'icon':_0x4fe97c['icon'],'role':'menuitem','isEnabled':_0x4fe97c['isEnabled']}),this['_actionButtons']['push']({'buttonView':_0xd0f5c4,'action':_0x4fe97c}),_0xd0f5c4['on']('execute',()=>{this['_executeQuickAction'](_0x4fe97c);}),_0xd0f5c4['delegate']('execute')['to'](_0x2d7b7a),_0x12a82f['children']['add'](_0xd0f5c4),_0x462ac7['items']['add'](_0x12a82f);}}),(Object['values'](jn)['some'](_0x107907=>this['editor']['plugins']['has'](_0x107907))?_0x2d7b7a['bind']('isEnabled')['to'](_0x39ef07):_0x2d7b7a['set']({'isEnabled':!0x1}),_0x2d7b7a['panelView']['children']['add'](_0x462ac7),_0x2d7b7a);});}['_executeQuickAction'](_0x720224){const _0x3fe47c=this['editor'];_0x3fe47c['editing']['view']['focus'](),_0x3fe47c['commands']['execute']('aiQuickAction',_0x720224);const _0x208143=_0x3fe47c['ui']['view']['menuBarView'];_0x208143&&_0x208143['close']&&_0x208143['close']();}}function Jn(_0xfd0b3){return'actions'in _0xfd0b3;}class AIQuickActionsCommand extends _0xd5099f{['execute'](_0x451163){switch(this['_expandSelectionIfCollapsed'](),_0x451163['type']){case'chat':if(!this['editor']['plugins']['has']('AIChat')){const _0x1ed96d=Mi(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new ht('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x1ed96d});}this['_handleAIChatAction'](_0x451163);break;case'action':if(!this['editor']['plugins']['has']('AIActions')){const _0x13d50e=Mi(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new ht('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x13d50e});}this['_handleAIActionsAction'](_0x451163);}}async['_handleAIChatAction'](_0x4b8164){const _0x1f7ead=this['editor']['plugins']['get']('AIChatController'),_0x349a1e=this['editor']['plugins']['get']('AITabs')['view'];if(_0x349a1e['isVisible']||(_0x349a1e['isVisible']=!0x0),'chat'!==_0x349a1e['activeTab']&&_0x349a1e['activateTab']('chat'),'ask-ai'===_0x4b8164['id'])_0x1f7ead['removeSelectionFromChatContext'](),_0x1f7ead['addSelectionToChatContext'](this['editor']),_0x1f7ead['focusPromptInput']();else await _0x1f7ead['startConversation']({'modelId':_0x4b8164['model']}),_0x1f7ead['removeSelectionFromChatContext'](),_0x1f7ead['addSelectionToChatContext'](this['editor']),_0x1f7ead['focusPromptInput'](),await _0x1f7ead['sendMessage']({'message':_0x4b8164['prompt']||_0x4b8164['displayedPrompt']||_0x4b8164['label'],'attributes':{'quickActionData':{'id':_0x4b8164['id']},'displayedPrompt':_0x4b8164['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x2dfb29=this['editor'],_0x515f3b=_0x2dfb29['model']['document']['selection'];if(!_0x515f3b['isCollapsed'])return;const _0x2f0e5e=gt(_0x515f3b['getSelectedBlocks']())||_0x2dfb29['model']['schema']['getLimitElement'](_0x515f3b);_0x2dfb29['model']['change'](_0x48c9e7=>{_0x48c9e7['setSelection'](_0x2f0e5e,'in');});}['_handleAIActionsActionLabel'](_0xd78d0d){return _0xd78d0d['parent']?.['label']&&'other'!==_0xd78d0d['parent']?.['id']?_0xd78d0d['parent']['label']+':\x20'+_0xd78d0d['label']:_0xd78d0d['label'];}async['_handleAIActionsAction'](_0xd1056b){const _0x6f9890=this['editor']['plugins']['get']('AIActions'),_0xa41da3=_0xd1056b['prompt']?{'userMessage':_0xd1056b['prompt'],'model':_0xd1056b['model']}:{'actionName':_0xd1056b['actionName']||_0xd1056b['id'],'args':_0xd1056b['args']},_0x27aa34=this['_handleAIActionsActionLabel'](_0xd1056b);await _0x6f9890['executeAction'](_0xa41da3,_0x27aa34,_0xd1056b['icon']);}}class AIQuickActionsEditing extends _0x41a2d8{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x32d556=this['editor'],_0x200f4b=new AIQuickActionsCommand(this['editor']);if(_0x32d556['commands']['add']('aiQuickAction',_0x200f4b),_0x32d556['plugins']['has']('AIChat')){const _0x5eb810=this['editor']['plugins']['get']('AIChatController');_0x32d556['model']['document']['selection']['on']('change:range',(_0x10dff1,_0x1bd87c)=>{_0x1bd87c['directChange']&&_0x5eb810['removeSelectionFromChatContext']();});}}}class AIActionsReply extends AIReply{['appendContent'](_0x4ae48a,_0x8f39e2='text'){'modification'===this['type']&&'text'===_0x8f39e2&&(_0x8f39e2=this['documentContextContent']['keys']()['next']()['value']),super['appendContent'](_0x4ae48a,_0x8f39e2);}['updateChangeGroups'](_0x253fe5){const _0x17d156=this['parsedContent']['get'](_0x253fe5)['cloneNode'](!0x0);if(this['parsedMergedContent']['set'](_0x253fe5,_0x17d156),this['changeGroups']=[],0x0==_0x17d156['childNodes']['length'])return;rs(this['documentContextContent']['get'](_0x253fe5),this['parsedMergedContent']['get'](_0x253fe5));const _0x18de7b=this['documentContextContent']['get'](_0x253fe5)['children']['map'](_0x7f3927=>({'node':_0x7f3927,'id':Xi(_0x7f3927,'data-id')})),_0x3382f1=_0x17d156['children']['map'](_0x34f991=>({'node':_0x34f991,'id':Xi(_0x34f991,'data-id')||at()})),_0x5f4fb3=_0x4079c9(_0x18de7b,_0x3382f1,{'comparator':(_0x57a818,_0x75904d)=>_0x57a818['id']==_0x75904d['id'],'oneChangePerToken':!0x0});if(!this['isDone']||!this['isComplete']){for(;_0x5f4fb3['length']&&_0x5f4fb3[_0x5f4fb3['length']-0x1]['removed'];)_0x5f4fb3['pop']();}const _0x59db4f=_0x5f4fb3['map'](_0x4cf949=>{const _0x4648ef=_0x4cf949['added']?'new':_0x4cf949['removed']?'removed':'modified';return{'node':_0x4cf949['value'][0x0]['node'],'type':_0x4648ef,'id':_0x4cf949['value'][0x0]['id']};}),_0x214741=this['_documentIdToSource']['get'](_0x253fe5);this['changeGroups']['push']({'changes':_0x59db4f,'state':'pending','index':this['changeGroups']['length'],'editor':_0x214741['editor'],'rootName':_0x214741['rootName'],'documentId':_0x253fe5});}['_getDifferentChangeGroups'](_0x30266a,_0x996480){return _0x996480;}}class AIActionsInteraction extends AIInteraction{['content'];['version'];['editor'];['rootName'];['actionName'];['args'];['userMessage'];['model'];['hasError']=!0x1;['stoppedExplicitly']=!0x1;constructor(_0x2e0ae1){super(_0x2e0ae1),this['content']=_0x2e0ae1['content'],this['version']=_0x2e0ae1['version'],this['editor']=_0x2e0ae1['editor'],this['rootName']=_0x2e0ae1['rootName'],this['actionName']=_0x2e0ae1['actionName'],this['args']=_0x2e0ae1['args'],this['userMessage']=_0x2e0ae1['userMessage'],this['model']=_0x2e0ae1['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'](_0x546b2f){const _0x264a11=this['editor']['config']['get']('collaboration.channelId'),_0x28d798=new AIActionsReply({..._0x546b2f,'locale':this['locale'],'documentContextContent':[{'id':this['id'],'content':this['content'],'channelId':_0x264a11,'rootName':this['rootName']}],'channelsToEditors':new Map([[_0x264a11,this['editor']]])});return this['replies']['push'](_0x28d798),_0x28d798['delegate'](...Is)['to'](this),this['fire']('replyCreated',_0x28d798),_0x28d798;}}class AIActionsBalloonToolbarView extends kt{constructor(_0x4c39c9,_0x3a943c=!0x0,_0x1a6756=!0x0){super(_0x4c39c9),this['set']('isEnabled',!0x1),_0x3a943c&&(this['applyButton']=this['_createButton'](Mi(_0x4c39c9,'AI_BALLOON_APPLY_BUTTON'),Ui),this['applyButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['applyButton'])),_0x1a6756&&(this['suggestButton']=this['_createButton'](Mi(_0x4c39c9,'AI_BALLOON_SUGGEST_BUTTON'),_0x3a943c?Bi:Ui),this['suggestButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['suggestButton'])),this['setButtonsVisibility']({'showApplyButton':_0x3a943c,'showSuggestButton':_0x1a6756}),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['setButtonsVisibility']({showApplyButton:_0x1226cd,showSuggestButton:_0x3e0201}){this['applyButton']&&(this['applyButton']['isVisible']=_0x1226cd),this['suggestButton']&&(this['suggestButton']['isVisible']=_0x3e0201);}['_createButton'](_0x393784,_0x495511){const _0x5603b1=new yt(this['locale']);return _0x5603b1['set']({'label':_0x393784,'class':_0x495511,'isVisible':!0x0,'withText':!0x0}),_0x5603b1;}}class AIActionsBalloonDisclaimerView extends Nt{constructor(_0x2fad1c){super(_0x2fad1c),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(_0x2fad1c,'AI_DISCLAIMER_TEXT')}]}]});}}class AISuggestionLoaderView extends Nt{constructor(_0x2d4fab){super(_0x2d4fab),this['set']('isVisible',!0x0);const _0x33b198=new AISpinnerView('small');_0x33b198['isVisible']=!0x0;const _0x558a84=new Nt(this['locale']);_0x558a84['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',_0x3a5eb5=>!_0x3a5eb5)]},'children':[_0x33b198,_0x558a84]});}}class AIActionsBalloonView extends AIBalloonView{['focusCycler'];['_config'];['_contentWrapper'];['_streamableContentView'];['_toolbarView'];['_miniToolbarView'];['_loaderView'];['_disclaimerView'];['_focusTracker'];['_keystrokes'];['_dialogContent'];['_focusables'];['_scrollManager'];['_navigationPreviousButton'];['_navigationNextButton'];['_navigationTryAgainButton'];['_navigationCounter'];constructor(_0x8d33df,_0x1144ed){super(_0x8d33df),this['set']('isBusy',!0x1),this['set']('isTrackChangesOn',!0x1),this['set']('_isLoading',!0x1),this['set']('_hasError',!0x1),this['_config']=_0x1144ed,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 _0x3207b0(),this['_addContentWrapper'](_0x1144ed),this['_addDisclaimerView'](),this['_addToolbar'](_0x1144ed),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'](_0x1144ed);});}['render'](){super['render']();for(const _0x33a628 of this['_focusables'])this['_focusTracker']['add'](_0x33a628['element']);this['_keystrokes']['listenTo'](this['element']),this['_initializeScrollManager']();}['destroy'](){super['destroy'](),this['_scrollManager']&&this['_scrollManager']['destroy']();}['focus'](_0x594ba0){-0x1===_0x594ba0?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setIsLoading'](_0x39271e){this['_isLoading']=_0x39271e;}['setErrorState'](){this['_hasError']=!0x0,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x1);}['clearErrorState'](){this['_hasError']=!0x1,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x0);}['showError'](_0x259266){super['showError'](_0x259266),this['_dialogContent']['has'](this['_errorView'])||this['_dialogContent']['add'](this['_errorView'],0x0);}['hideError'](){super['hideError'](),this['clearErrorState']();}['showBlockingError'](_0x2bbb4f){super['showBlockingError'](_0x2bbb4f),this['setErrorState']();}['addMiniToolbarItem'](_0x880a29){this['_miniToolbarView']['items']['has'](_0x880a29)||this['_miniToolbarView']['items']['add'](_0x880a29);}['removeMiniToolbarItem'](_0x1b8b30){this['_miniToolbarView']['items']['has'](_0x1b8b30)&&this['_miniToolbarView']['items']['remove'](_0x1b8b30);}['showLoader'](){this['_loaderView']&&(this['_isLoading']=!0x0);}['hideLoader'](){this['_loaderView']&&(this['_isLoading']=!0x1);}['_toggleToolbarButtonsVisibility']({showApplyButton:_0x466826,showSuggestButton:_0x1151d2}){_0x466826=_0x466826&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x1151d2=_0x1151d2&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_toolbarView']['setButtonsVisibility']({'showApplyButton':_0x466826,'showSuggestButton':_0x1151d2});}async['updateContent'](_0x1ed29c){await this['_streamableContentView']['update'](_0x1ed29c);}['clearContent'](){this['_streamableContentView']['clear']();}['_addContentWrapper'](_0x3d4255){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'](_0x3d4255['miniToolbarConfig'])]}),this['_dialogContent']['add'](this['_contentWrapper']);}['_addDisclaimerView'](){this['_disclaimerView']=new AIActionsBalloonDisclaimerView(this['locale']),this['_dialogContent']['add'](this['_disclaimerView']);}['_addToolbar']({showApplyButton:_0x30dc2a,showSuggestButton:_0x331ffa}){this['_toolbarView']=new AIActionsBalloonToolbarView(this['locale'],_0x30dc2a,_0x331ffa),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',(_0x514a66,_0xf39e6e,_0x557051)=>!(_0x514a66||_0xf39e6e||_0x557051)),this['_toggleToolbarButtonsVisibility']({'showApplyButton':_0x30dc2a,'showSuggestButton':_0x331ffa}),this['_dialogContent']['add'](this['_toolbarView']);}['_createMiniToolbar'](_0x5e385b){return this['_miniToolbarView']=new AIMiniToolbarView(this['locale'],_0x5e385b),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',(_0x20e69b,_0x5657f1)=>!(_0x20e69b||_0x5657f1)),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 _0x11864c=new yt(this['locale']),_0x287a79=new yt(this['locale']),_0x4159d7=new AIActionsBalloonNavigationCounterView(this['locale']),_0x2b9b6b=new yt(this['locale']);_0x11864c['set']({'icon':et,'label':Mi(this['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button\x20'+Gi}),_0x287a79['set']({'icon':_0x361218,'tooltip':Mi(this['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button\x20'+Gi}),_0x2b9b6b['set']({'icon':it,'tooltip':Mi(this['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button\x20'+Gi}),_0x11864c['bind']('isEnabled')['to'](this,'isBusy',_0x2f6c77=>!_0x2f6c77),_0x11864c['on']('execute',()=>{this['fire']('tryAgain');}),_0x287a79['bind']('isEnabled')['to'](this,'isBusy',_0x34185c=>!_0x34185c),_0x287a79['on']('execute',()=>{this['fire']('showPrevious');}),_0x2b9b6b['bind']('isEnabled')['to'](this,'isBusy',_0x3fbaab=>!_0x3fbaab),_0x2b9b6b['on']('execute',()=>{this['fire']('showNext');}),this['_navigationPreviousButton']=_0x287a79,this['_navigationCounter']=_0x4159d7,this['_navigationNextButton']=_0x2b9b6b,this['_navigationTryAgainButton']=_0x11864c;}['updateMiniToolbarButtons'](_0x56c468,_0x98effe){this['_navigationPreviousButton']||this['_setupMiniToolbarButtons']();const _0x32bc90=_0x56c468>0x1;if(this['addMiniToolbarItem'](this['_navigationTryAgainButton']),_0x32bc90){this['addMiniToolbarItem'](this['_navigationPreviousButton']),this['addMiniToolbarItem'](this['_navigationCounter']),this['addMiniToolbarItem'](this['_navigationNextButton']);const _0xe0c156=_0x56c468-_0x98effe;this['_navigationCounter']['setInteractionCount'](_0xe0c156+'/'+_0x56c468),this['_navigationPreviousButton']['isEnabled']=_0x98effe<_0x56c468-0x1,this['_navigationNextButton']['isEnabled']=_0x98effe>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'](_0x53c027){this['_isLoading']=_0x53c027;}['resetShowChangesButton'](){this['_miniToolbarView']['isShowChangesOn']=!0x1;}['_initializeScrollManager'](){const _0x56bffc=this['_getScrollableElement']();_0x56bffc&&!this['_scrollManager']&&(this['_scrollManager']=new ScrollManager(_0x56bffc));}['_getScrollableElement'](){return this['_streamableContentView']['element'];}}class AIActionsBalloonNavigationCounterView extends Nt{constructor(_0x4af449){super(_0x4af449);const _0x342d1a=this['bindTemplate'];this['set']('interactionCount','1/1'),this['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':[{'text':_0x342d1a['to']('interactionCount')}]});}['setInteractionCount'](_0x20fd61){this['set']('interactionCount',_0x20fd61);}}class AIActions extends _0x41a2d8{static get['requires'](){return[AIConnector,Gt,AIEditing,AIBalloon,_0x1289fc];}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(_0x4fb94a){super(_0x4fb94a),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'](_0x1714f7,_0x557262,_0x1297eb){if(this['_stopInteraction'](),this['editor']['plugins']['has']('TableSelection')){if(this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x4d3c34,anchorData:_0x1e0dc9,root:_0x1df635}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x1714f7,_0x4d3c34,_0x1e0dc9,_0x1df635,_0x557262,_0x1297eb);}}const {modelFragment:_0x226a3f,anchorData:_0x435ee6,root:_0x2e6d96}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x1714f7,_0x226a3f,_0x435ee6,_0x2e6d96,_0x557262,_0x1297eb);}async['destroy'](){return this['_stopInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}['_createActionsBalloonView'](){const _0x51552f=this['editor']['plugins']['has']('TrackChanges');let _0x3c3feb=this['editor']['config']['get']('ai.availableReplyActions')||[...Ds];_0x51552f||(_0x3c3feb=_0x3c3feb['filter'](_0x5bc97a=>'insertSuggestion'!=_0x5bc97a));const _0x1cec5b=this['editor']['commands']['get']('trackChanges'),_0x35417b=new AIActionsBalloonView(this['editor']['locale'],{'showApplyButton':!0x0,'showSuggestButton':_0x51552f,'miniToolbarConfig':{'showChanges':'icon'},'availableActions':_0x3c3feb});return _0x35417b['bind']('isBusy')['to'](this),_0x1cec5b&&_0x35417b['bind']('isTrackChangesOn')['to'](_0x1cec5b,'value'),_0x35417b['on']('tryAgain',()=>{this['_refreshInteraction']();}),_0x35417b['on']('showPrevious',()=>{this['_navigateToPrevious']();}),_0x35417b['on']('showNext',()=>{this['_navigateToNext']();}),_0x35417b;}['_normalizeSelectionStart'](){const _0x414466=this['editor']['model'],_0x3b7cf0=_0x414466['document']['selection'],_0x5d0b92=_0x3b7cf0['getFirstRange']();if(!_0x5d0b92||_0x5d0b92['isCollapsed'])return;const _0x5bb7f5=gt(_0x3b7cf0['getSelectedBlocks']());if(!_0x5bb7f5)return;const _0x1f95db=_0x414466['createPositionAt'](_0x5bb7f5,0x0);_0x1f95db['isAfter'](_0x5d0b92['start'])&&_0x414466['change'](_0x3db5e6=>{_0x3db5e6['setSelection'](_0x3db5e6['createRange'](_0x1f95db,_0x5d0b92['end']));});}['_getExecuteDataRegular'](){const _0x2c3661=this['editor']['model']['document']['selection'],_0x50b402=_0x2c3661['getFirstRange']()['start']['root'];if(_0x2c3661['isCollapsed']){const _0x1a98e0=gt(_0x2c3661['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x2c3661);this['editor']['model']['change'](_0x236b9a=>{_0x236b9a['setSelection'](_0x1a98e0,'in');});}this['_normalizeSelectionStart']();const _0x357e31=_0x2c3661['getFirstRange'](),_0x194402=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x2c3661),_0x357e31['start'],_0x357e31['end']);this['_copyMarkersToFragment'](_0x194402,_0x2c3661,{'isTableSelection':!0x1});const _0x33088e=_0x2c3661['getFirstRange']()['start'],_0x38ef2c=new Map();let _0x3a01e1=_0x194402;for(let _0x9d369b=0x0;_0x9d369b<_0x33088e['path']['length'];_0x9d369b++)_0x38ef2c['set'](_0x3a01e1,_0x33088e['path'][_0x9d369b]),_0x3a01e1=_0x3a01e1['getChild'](0x0);return{'modelFragment':_0x194402,'anchorData':_0x38ef2c,'root':_0x50b402};}['_getExecuteDataInTable'](){const _0x2b2a04=this['editor']['model']['document']['selection'],_0x5f29b6=this['editor']['plugins']['get']('TableSelection'),_0x51271f=_0x2b2a04['getFirstRange']()['start']['root'],_0x3a3c22=_0x5f29b6['getSelectionAsFragment'](),_0x30e138=_0x2b2a04['getFirstRange']()['start']['parent']['parent'],_0x59fdd7=this['editor']['model']['createRange'](this['editor']['model']['createPositionBefore'](_0x30e138),this['editor']['model']['createPositionAfter'](_0x30e138)),_0x4609d6=this['_wrapWithCommonAncestors'](_0x3a3c22,_0x59fdd7['start'],_0x59fdd7['end']);this['_copyMarkersToFragment'](_0x4609d6,_0x2b2a04,{'isTableSelection':!0x0});const _0x2adc1b=_0x2b2a04['getFirstRange']()['start'],_0x3a6b37=new Map();let _0x93a6e8=_0x4609d6;for(let _0x443214=0x0;_0x443214<_0x2adc1b['path']['length'];_0x443214++)if(_0x3a6b37['set'](_0x93a6e8,_0x2adc1b['path'][_0x443214]),_0x443214<_0x2adc1b['path']['length']-0x1)_0x93a6e8=_0x93a6e8['getChild'](0x0);else{let _0x3a8ae0=_0x93a6e8['nextSibling'];for(;_0x3a8ae0;)_0x3a6b37['set'](_0x3a8ae0,_0x2adc1b['path'][_0x443214]),_0x3a8ae0=_0x3a8ae0['nextSibling'];}return{'modelFragment':_0x4609d6,'anchorData':_0x3a6b37,'root':_0x51271f};}async['_executeAction'](_0x263af7,_0x2990b4,_0xd9164d,_0xa45d51,_0x16e7f9,_0x1b3a84){const _0x47a609=this['editor']['plugins']['get'](AIEditing),_0x2f103b=this['editor']['plugins']['get'](AIBalloon),_0x32031a=this['editor']['model']['document']['selection'],_0x4ec8e1=await _0x47a609['modelToDataWithIds'](_0x2990b4,this['editor']),_0x23be82=this['editor']['model']['document']['version'],_0x9a5676=[..._0x32031a['getRanges']()];return this['_actionsBalloonView']||(this['_actionsBalloonView']=this['_createActionsBalloonView']()),this['_clearInteractionHistory'](),this['_clearErrorState'](),this['_balloonShowDiff']=!0x1,this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['clearContent'](),_0x2f103b['open']({'targetEditor':this['editor'],'index':0x3e8*Math['random']()%0x3e8,'title':_0x16e7f9,'icon':_0x1b3a84||_0xbc7ee5,'mainView':this['_actionsBalloonView'],'class':'ck-ai-actions-balloon','ranges':_0x9a5676,'id':'aiActionsBalloon'}),this['_setLoadingState'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x2f103b),this['_interactionParams']={'action':_0x263af7,'content':_0x4ec8e1,'version':_0x23be82,'aiBalloon':_0x2f103b,'modelFragment':_0x2990b4,'anchorData':_0xd9164d,'root':_0xa45d51},this['_setupApplyListeners'](),this['listenTo'](_0x2f103b,'selectionRemoved',()=>{this['_stopInteraction'](),this['_actionsBalloonView']['disableMiniToolbarButtons']();}),this['listenTo'](_0x2f103b,'dialogClosed',(_0x11c65e,{id:_0x9fc0bb})=>{if('aiActionsBalloon'===_0x9fc0bb){for(const _0x59f576 of this['_interactions']){if(0x0===_0x59f576['replies']['length']||_0x59f576['stoppedExplicitly'])continue;const _0x2fdea3=_0x59f576['replies'][_0x59f576['replies']['length']-0x1],_0x2cdc3e=_0x2fdea3['changeGroups'][0x0];_0x2cdc3e&&'pending'===_0x2cdc3e['state']&&_0x2fdea3['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x2f103b);}}),this['_createInteraction'](_0x4ec8e1,_0x23be82,_0x2f103b,_0x263af7);}['_setupApplyListeners'](){if(!this['_interactionParams'])return;const {modelFragment:_0x46c6bc,anchorData:_0xc4f9e6,root:_0x5e124c}=this['_interactionParams'];this['listenTo'](this['_actionsBalloonView'],'applySuggestion',()=>{this['_applyChanges'](_0x46c6bc,_0xc4f9e6,_0x5e124c,!0x1);}),this['listenTo'](this['_actionsBalloonView'],'insertSuggestion',()=>{this['_applyChanges'](_0x46c6bc,_0xc4f9e6,_0x5e124c,!0x0);});}['_wrapWithCommonAncestors'](_0x1e6b26,_0x5309bf,_0x480d30){const _0x33416d=this['editor']['model']['createRange'](_0x5309bf,_0x480d30)['getCommonAncestor'](),_0x4a68d3=_0x33416d['is']('documentFragment')?[]:_0x33416d['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x4a68d3['length']){const _0x2621f7=_0x4a68d3['map'](_0x1c15c8=>_0x1c15c8['_clone'](!0x1));for(let _0x221c27=0x1;_0x221c27<_0x2621f7['length'];_0x221c27++)_0x2621f7[_0x221c27-0x1]['_appendChild'](_0x2621f7[_0x221c27]);return _0x2621f7[_0x2621f7['length']-0x1]['_appendChild'](_0x1e6b26),new _0x38ddee(_0x2621f7[0x0]);}return _0x1e6b26;}['_copyMarkersToFragment'](_0x34ebbb,_0x224de7,_0x970076={'isTableSelection':!0x1}){const _0x2567de=this['editor']['model'],_0x3ae05b=Array['from'](_0x224de7['getRanges']()),_0xc3f25f=_0x224de7['getFirstRange']()['start'];for(const _0x4c72a3 of _0x2567de['markers']){if(_0x4c72a3['name']['startsWith'](Rs)||!_0x4c72a3['affectsData'])continue;const _0x25c5be=_0x4c72a3['getRange']();if(!_0x3ae05b['some'](_0x557fe5=>_0x557fe5['containsRange'](_0x25c5be,!0x0)))continue;const _0x4327aa=this['_regularCalculateMarkerPath'](_0x25c5be['start'],_0xc3f25f,_0x970076['isTableSelection']),_0x4bd396=this['_regularCalculateMarkerPath'](_0x25c5be['end'],_0xc3f25f,_0x970076['isTableSelection']),_0x1edf02=_0x2567de['createPositionFromPath'](_0x34ebbb,_0x4327aa),_0x194941=_0x2567de['createPositionFromPath'](_0x34ebbb,_0x4bd396);if(!_0x1edf02['isEqual'](_0x194941)){const _0x373da4=_0x2567de['createRange'](_0x1edf02,_0x194941);_0x34ebbb['markers']['set'](_0x4c72a3['name'],_0x373da4);}}}['_regularCalculateMarkerPath'](_0x26e9fd,_0x16570d,_0x36c6e2=!0x1){const _0x35c5fa=[..._0x26e9fd['path']['slice']()];for(let _0xe5d1a4=0x0;_0xe5d1a4<Math['max'](_0x16570d['path']['length'],_0x26e9fd['path']['length']);_0xe5d1a4++){const _0x533d87=_0x16570d['path'][_0xe5d1a4]||0x0,_0x2809ad=(_0x26e9fd['path'][_0xe5d1a4]||0x0)-_0x533d87;if(_0x35c5fa[_0xe5d1a4]=_0x2809ad,0x0!==_0x2809ad&&!_0x36c6e2)break;}return _0x35c5fa;}async['_createInteraction'](_0x473e38,_0x145857,_0x2c2594,_0x2bca13){const _0x3b8a24=this['editor'],_0x1d4619=_0x3b8a24['model']['document']['selection']['getFirstRange']()['start']['root'];this['_interactionParams']||(this['_interactionParams']={'action':_0x2bca13,'content':_0x473e38,'version':_0x145857,'aiBalloon':_0x2c2594,'modelFragment':this['editor']['model']['getSelectedContent'](this['editor']['model']['document']['selection']),'anchorData':new Map(),'root':_0x1d4619});const _0x261b05=new AIActionsInteraction({'connector':this['_aiConnector'],'locale':_0x3b8a24['locale'],'content':_0x473e38,'version':_0x145857,'editor':_0x3b8a24,'rootName':_0x1d4619['rootName'],..._0x2bca13});this['_interactions']['push'](_0x261b05);const _0x5f2da1=(_0x588784,_0x3999a7=!0x1,_0x26e78b='streaming')=>this['_promiseQueue']['enqueue'](async _0x39d36a=>{try{const _0x22781a=os({'changeGroups':_0x588784['changeGroups'],'documentContextContent':_0x588784['documentContextContent'],'showDiff':_0x3999a7,'trimUnchanged':!0x1});_0x22781a['length']&&await this['_actionsBalloonView']['updateContent']({'part':_0x22781a[0x0],'renderingStrategy':_0x26e78b,'abortSignal':_0x39d36a});}catch(_0x37eb3e){if(this['_isAbortError'](_0x37eb3e))return;throw _0x37eb3e;}});_0x261b05['on']('replyCreated',(_0x39b632,_0x345ed3)=>{this['_actionsBalloonView']['hideLoader'](),this['_actionsBalloonView']['startAutoScroll'](),_0x5f2da1(_0x345ed3)['catch'](_0x174064=>{this['_isAbortError'](_0x174064)||(console['error']('Error\x20updating\x20content\x20in\x20replyCreated:',_0x174064),this['_setErrorState'](_0x261b05));});}),_0x261b05['on']('replyContentUpdated',(_0x342c6e,_0x2711f5)=>{_0x5f2da1(_0x2711f5)['catch'](_0x13c6d5=>{this['_isAbortError'](_0x13c6d5)||(console['error']('Error\x20updating\x20content\x20in\x20replyContentUpdated:',_0x13c6d5),this['_setErrorState'](_0x261b05));});}),_0x261b05['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),await this['_promiseQueue']['queueEmptyPromise'];}catch(_0x29e08f){this['_isAbortError'](_0x29e08f)||(console['error']('Error\x20clearing\x20loading\x20state\x20in\x20interactionFinished:',_0x29e08f),this['_setErrorState'](_0x261b05));}finally{this['_actionsBalloonView']['stopAutoScroll']();}}),this['listenTo'](this['_actionsBalloonView'],'toggleSuggestionDisplayMode',async(_0x4ca455,{showDiff:_0x14daa})=>{try{this['_balloonShowDiff']=_0x14daa;const _0x36c7d6=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0x36c7d6&&await _0x5f2da1(_0x36c7d6,_0x14daa,'static');}catch(_0x332bce){this['_isAbortError'](_0x332bce)||(console['error']('Error\x20updating\x20content\x20in\x20toggleSuggestionDisplayMode:',_0x332bce),this['_setErrorState'](_0x261b05));}}),_0x261b05['on']('replyChangeGroupStateUpdated',()=>{const _0xd8170e={'positiveCount':_0x261b05['replies']['reduce']((_0x5da0b4,_0xe2cdd6)=>_0x5da0b4+_0xe2cdd6['changeGroups']['filter'](_0x31a9df=>'accepted'===_0x31a9df['state'])['length'],0x0),'totalCount':_0x261b05['replies']['reduce']((_0x47b486,_0xda56b2)=>_0x47b486+_0xda56b2['changeGroups']['length'],0x0)},_0x237169=_0x261b05['actionCallId'],_0x334900=_0x261b05['actionName'];_0x334900?this['_aiConnector']['upsertAIActionRating'](_0x334900,_0x237169,_0xd8170e):this['_aiConnector']['upsertCustomAIActionRating'](_0x237169,_0xd8170e);}),this['_setLoadingState']();try{const _0x1adca9=await _0x261b05['start']();return this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),_0x1adca9;}catch(_0x218563){if(this['_isAbortError'](_0x218563))return;this['_actionsBalloonView']['hideLoader'](),this['_setErrorState'](_0x261b05);}}['_applyChanges'](_0x1e41c5,_0x25c03f,_0x86808d,_0x47d580){const _0x57f7a1=this['editor'];if(_0x47d580&&!_0x57f7a1['plugins']['has']('TrackChanges'))throw new ht('ai-no-track-changes',null);const _0x13a524=this['editor']['plugins']['get'](_0x1289fc),_0x25fcb6=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x25fcb6||!_0x25fcb6['replies']['length'])return;const _0x3e0568=_0x25fcb6['replies'][_0x25fcb6['replies']['length']-0x1],_0x494296=_0x3e0568['changeGroups'];_0x3e0568['setChangeGroupState'](0x0,'accepted');let _0x4f6953=Es({'reply':_0x3e0568,'interaction':_0x25fcb6,'groups':_0x494296,'transform':!0x1,'documentCompare':_0x13a524,'documentCompareOptions':{'anchor':_0x57f7a1['model']['createPositionAt'](_0x1e41c5,0x0),'markDeletions':_0x47d580}});_0x4f6953=this['_filterOperationsOutsideRange'](_0x4f6953,_0x25c03f);for(const _0x503a5d of _0x4f6953)this['_anchorOperation'](_0x25c03f,_0x503a5d,_0x86808d);const _0x2aca66=_0x25fcb6['getDocumentContext']()['documents'][0x0]['version'],_0x126ee7=_0x57f7a1['model']['document']['history']['getOperations'](_0x2aca66),_0x3a6e49={'document':_0x57f7a1['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x500688=_0x5d10bd(_0x4f6953,_0x126ee7,_0x3a6e49)['operationsA'];_0x57f7a1['model']['change'](_0x38eab7=>{if(_0x38eab7['setSelection'](_0x57f7a1['model']['document']['selection']['focus']),_0x47d580)_0x57f7a1['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x500688);else{for(const _0x27eb5a of _0x500688)_0x27eb5a['baseVersion']=_0x57f7a1['model']['document']['version'],Ts(_0x57f7a1,_0x27eb5a),_0x38eab7['batch']['addOperation'](_0x27eb5a),_0x57f7a1['model']['applyOperation'](_0x27eb5a);}}),this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x59129f,_0x2bc0a9){return _0x59129f['filter'](_0x5e1f80=>{if('rename'==_0x5e1f80['type']){const _0x39b7af=_0x5e1f80['position']['nodeAfter'];return!_0x2bc0a9['has'](_0x39b7af);}if(_0x5e1f80['type']['indexOf']('Attribute')>-0x1){const _0x82f344=_0x5e1f80['range']['start']['nodeAfter'];return!_0x2bc0a9['has'](_0x82f344);}return!0x0;});}['_anchorOperation'](_0x1a91a2,_0x1aca49,_0x1a3473){const _0x5d7e5d=_0x1aca49['clone']();for(const _0x203e0c in _0x1aca49){const _0x1cc856=_0x1aca49[_0x203e0c];_0x1cc856 instanceof _0x805f9a?_0x1aca49[_0x203e0c]=new _0x805f9a(_0x19f352(_0x1cc856['start']),_0x19f352(_0x1cc856['end'])):_0x1cc856 instanceof _0x47e467&&(_0x1aca49[_0x203e0c]=_0x19f352(_0x1cc856));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x5d7e5d['type'])){if(_0x5d7e5d['isDocumentOperation']=!0x1,_0x5d7e5d['baseVersion']=null,'remove'==_0x5d7e5d['type']){const _0x2c3fd1=_0x5d7e5d['sourcePosition'],_0x4d93f8=_0x5d7e5d['howMany'];new _0x2b0abe(_0x2c3fd1,_0x4d93f8)['_execute']();}else _0x5d7e5d['_execute']();}function _0x19f352(_0x4f86c9){if('$graveyard'==_0x4f86c9['root']['rootName'])return _0x4f86c9;const _0x3baa58=[];let _0x315a3c=_0x4f86c9['root'];for(let _0x13e0b3=0x0;_0x13e0b3<_0x4f86c9['path']['length'];_0x13e0b3++){const _0x342119=_0x1a91a2['get'](_0x315a3c)||0x0;_0x3baa58[_0x13e0b3]=_0x4f86c9['path'][_0x13e0b3]+_0x342119,_0x315a3c=_0x315a3c['getChildAtOffset'](_0x4f86c9['path'][_0x13e0b3]);}return new _0x47e467(_0x1a3473,_0x3baa58,_0x4f86c9['stickiness']);}}['_refreshInteraction'](){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0x646c9a,content:_0x3142c1,version:_0x3b535f,aiBalloon:_0x2e7bfc}=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'](_0x3142c1,_0x3b535f,_0x2e7bfc,_0x646c9a)['catch'](_0x53c57c=>{this['_isAbortError'](_0x53c57c)||console['error']('Error\x20refreshing\x20interaction:',_0x53c57c);});}['_isAbortError'](_0x1ebcfa){return!!_0x1ebcfa['message']&&_0x1ebcfa['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 _0x4787c9=this['_interactions']['length'];this['_currentInteractionIndex']<_0x4787c9-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}['_navigateToNext'](){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async['_displayInteractionAtIndex'](_0x4fc285){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x4fc285;const _0x272f97=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x272f97)return;if(_0x272f97['hasError'])return this['_setErrorState'](_0x272f97),void this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);if(!_0x272f97['replies']['length'])return;this['_actionsBalloonView']['hideError'](),this['_interactionParams']&&this['_clearErrorState']();const _0x564af3=_0x272f97['replies'][_0x272f97['replies']['length']-0x1];if(_0x564af3)try{const _0x21d581=os({'changeGroups':_0x564af3['changeGroups'],'documentContextContent':_0x564af3['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});await new Promise(_0xc35a30=>setTimeout(_0xc35a30,0x32)),await this['_actionsBalloonView']['updateContent']({'part':_0x21d581[0x0],'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x2cfac2){this['_isAbortError'](_0x2cfac2)||console['error']('Error\x20updating\x20content\x20during\x20navigation:',_0x2cfac2);}this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_setLoadingState'](){this['_actionsBalloonView']['setIsLoading'](!0x0),this['isBusy']=!0x0;}async['_setErrorState'](_0x49b290){const _0x14072d=Mi(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');this['_actionsBalloonView']['showError'](_0x14072d),_0x49b290['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 _0x41a2d8{static get['requires'](){return[AIQuickActionsUI,AIQuickActionsEditing,AIActions];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x44cb64){super(_0x44cb64),_0x44cb64['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}}class AIReviewCoreReviewCheckListItemResultsView extends Nt{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];['outdatedButtonView'];constructor(_0x388bd7,_0x4777e9){super(_0x388bd7),this['id']=_0x4777e9,this['set']('status','pending'),this['set']('changeId',_0x4777e9),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',(_0x25322d,_0x2c6439)=>{_0x2c6439&&_0x2c6439['target']&&'A'===_0x2c6439['target']['tagName']&&_0x2c6439['preventDefault'](),this['fire']('activateChange',{'id':_0x4777e9,'source':this,'uiInteraction':'click'});}),this['on']('mouseover',()=>{this['fire']('activateChange',{'id':_0x4777e9,'source':this,'uiInteraction':'hover'});}),this['on']('mouseout',()=>{this['fire']('deactivateChange',{'origin':'panel','id':_0x4777e9,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x4b89b2=new Nt(this['locale']);return _0x4b89b2['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',_0x3ace1e=>!_0x3ace1e)]}}),_0x4b89b2;}['_createAcceptButtonView'](){const _0x3fff1c=new yt(this['locale']);return _0x3fff1c['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x3fff1c['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x4b6e9c=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x4b6e9c['stopPropagation']();})},'attributes':{'class':[this['bindTemplate']['if']('status','ck-hidden',_0xee1158=>'pending'!==_0xee1158&&'accepted'!==_0xee1158),this['bindTemplate']['if']('status',Bi,_0x4e6549=>'pending'===_0x4e6549),this['bindTemplate']['if']('status',Gi,_0x49acaa=>'pending'!==_0x49acaa),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x177a0d=>'accepted'===_0x177a0d)]}}),this['on']('change:status',(_0x4cdb47,_0x22137b,_0x4f2172)=>{_0x3fff1c['isEnabled']='pending'===_0x4f2172,'accepted'===_0x4f2172&&(_0x3fff1c['label']=Mi(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED'),_0x3fff1c['icon']=_0x36337b);}),_0x3fff1c;}['_createDismissButtonView'](){const _0x10dde5=new yt(this['locale']);return _0x10dde5['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0x10dde5['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x16bfe5=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x16bfe5['stopPropagation']();})},'attributes':{'class':[Gi,this['bindTemplate']['if']('status','ck-hidden',_0x36f6d6=>'pending'!==_0x36f6d6&&'rejected'!==_0x36f6d6),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-dismiss-button',_0x310f5b=>'pending'===_0x310f5b),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0xe694a0=>'rejected'===_0xe694a0)]}}),this['on']('change:status',(_0x457222,_0xfc0376,_0xaee139)=>{_0x10dde5['isEnabled']='pending'===_0xaee139,'rejected'===_0xaee139&&(_0x10dde5['label']=Mi(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_REJECTED'),_0x10dde5['icon']=_0x395853);}),_0x10dde5;}['_createInfoButtonView'](){const _0x489175=new yt(this['locale']);return _0x489175['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x2a9ed6,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':Gi+'\x20ck-ai_review__check-run-result-info-button\x20ck-hidden'}),_0x489175['bind']('isOn')['to'](this,'isInfoToggleOn',_0x29cfb2=>_0x29cfb2),_0x489175['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0x489175;}['_createOutdatedButtonView'](){const _0x37a7e3=new yt(this['locale']);return _0x37a7e3['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED'),'icon':st,'withText':!0x0,'isEnabled':!0x1}),_0x37a7e3['extendTemplate']({'attributes':{'class':[Gi,'ck-ai_review__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0x1956e2=>'outdated'!==_0x1956e2)],'disabled':'disabled'}}),_0x37a7e3;}}class AIReviewCoreBalloonSuggestionItemView extends zt{['resultItemView'];['_pinnedRectIndex']=void 0x0;['_pinnedTargetElement']=void 0x0;['_pinnedTargetChangeId']=void 0x0;constructor(_0x176ad9,_0x33829b){super(_0x176ad9),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']()),_0x33829b['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}['updateContent'](_0x2e64ad){this['resultItemView']['changeId']=_0x2e64ad['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x2e64ad['contentDiffed'];}['showBalloon'](_0x5d70d9,_0x56ff10,_0x14cf4c,_0x215237,_0x4f1283,_0x3c8eb7){const _0x17f85e=_0x56ff10();if(!_0x17f85e)return;this['updateContent'](_0x5d70d9),this['show']();const _0x2448fa=Array['from'](_0x17f85e['getClientRects']())['reverse'](),_0x3fb00b=this['_getPointedRectIndexFromEvent'](_0x14cf4c,_0x2448fa),_0x513de0=_0x2448fa[_0x3fb00b??0x0];'click'===_0x215237?(this['isDiffActive']=!0x0,this['pin']({'target':()=>this['_getBestRectPositionOnClick'](_0x56ff10(),_0x3fb00b,_0x5d70d9['id'],_0x4f1283,_0x3c8eb7)||_0x513de0})):'hover'===_0x215237&&(this['isDiffActive']=!0x1,this['pin']({'target':()=>this['_getBestRectPositionOnHover'](_0x56ff10(),_0x3fb00b,_0x5d70d9['id'])||_0x513de0}));}['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 _0xba3f96=[this['element']];return this['_pinnedTargetElement']&&_0xba3f96['push'](this['_pinnedTargetElement']),_0xba3f96;},'callback':()=>{this['hide'](),this['unpin'](),this['deactivateChange'](),this['_pinnedTargetElement']=void 0x0,this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}});}['_createContentView'](){const _0x5ee336=new Nt();return this['resultItemView']=new AIReviewCoreReviewCheckListItemResultsView(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x5ee336['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']]}]}),_0x5ee336;}['_getBestRectPositionOnClick'](_0x40647c,_0x5c481e,_0x5ae51c,_0x45f335,_0x449e96){if(!_0x40647c)return null;const _0x1609df=this['position']['replace']('arrow_',''),_0x26fb16=Array['from'](_0x40647c['getClientRects']());let _0x4cbc5b,_0x4f353e=_0x26fb16['reverse']();return void 0x0!==_0x5c481e&&this['_isPinnedRectVisible'](_0x4f353e[_0x5c481e],_0x45f335,_0x449e96)?(_0x4cbc5b=_0x4f353e[_0x5c481e],this['_pinnedRectIndex']=_0x5c481e):this['_isPinnedRectVisible'](_0x4f353e[0x0],_0x45f335,_0x449e96)&&void 0x0===_0x5c481e?_0x4cbc5b=_0x4f353e[0x0]:(_0x4f353e='s'==_0x1609df[0x0]?[..._0x26fb16]['reverse']():_0x26fb16,_0x4f353e['forEach'](_0x4ea25b=>{this['_isPinnedRectVisible'](_0x4ea25b,_0x45f335,_0x449e96)&&(_0x4cbc5b=_0x4ea25b);})),this['_pinnedTargetChangeId']=_0x5ae51c,this['_pinnedTargetElement']=_0x40647c,_0x4cbc5b||_0x40647c['getBoundingClientRect']();}['_getBestRectPositionOnHover'](_0x4055d2,_0x5c9595,_0x40f4b1){if(!_0x4055d2)return null;const _0x3ab930=Array['from'](_0x4055d2['getClientRects']())['reverse']();if(void 0x0===this['_pinnedRectIndex']&&void 0x0!==_0x5c9595&&this['_pinnedTargetChangeId']!==_0x40f4b1)return this['_pinnedRectIndex']=_0x5c9595,this['_pinnedTargetElement']=_0x4055d2,this['_pinnedTargetChangeId']=_0x40f4b1,_0x3ab930[_0x5c9595];if(void 0x0!==this['_pinnedRectIndex']&&this['_pinnedTargetChangeId']===_0x40f4b1){if(_0x4055d2!==this['_pinnedTargetElement'])return Array['from'](this['_pinnedTargetElement']['getClientRects']())['reverse']()[this['_pinnedRectIndex']];return _0x3ab930[this['_pinnedRectIndex']];}return void 0x0!==_0x5c9595&&this['_pinnedTargetChangeId']!==_0x40f4b1?(this['_pinnedRectIndex']=_0x5c9595,this['_pinnedTargetElement']=_0x4055d2,this['_pinnedTargetChangeId']=_0x40f4b1,_0x3ab930[_0x5c9595]):_0x4055d2['getBoundingClientRect']();}['_getPointedRectIndexFromEvent'](_0x2896b9,_0xca14af){if(_0x2896b9)for(let _0x2f70c3=0x0;_0x2f70c3<_0xca14af['length'];_0x2f70c3++){const _0x5a1ac6=_0xca14af[_0x2f70c3];if(_0x2896b9['clientX']>=_0x5a1ac6['left']-0x3&&_0x2896b9['clientX']<=_0x5a1ac6['right']+0x3&&_0x2896b9['clientY']>=_0x5a1ac6['top']-0x3&&_0x2896b9['clientY']<=_0x5a1ac6['bottom']+0x3)return _0x2f70c3;}}['_isPinnedRectVisible'](_0x1ba9bc,_0x35e8f3,_0x435346){const _0x4fe11a=new dt(_0x1ba9bc),_0x333a3a=_0x35e8f3||document['documentElement'],_0xce08ba=_0x4fe11a['getIntersection'](Ot(_0x435346)),_0x50e3a4=new dt(_0x333a3a)['getIntersection'](_0x4fe11a);return!!(_0xce08ba&&_0x50e3a4&&_0x4fe11a['width']>0x0);}}const Zn=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewCoreResultList','activateChange','deactivateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];class AIReviewCoreUI extends _0x2e5d09{['_mainView'];['_balloonSuggestionView'];['_bodyCollection'];static get['requires'](){return[AITabs];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x59c07f){super(_0x59c07f),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 _0x4914cb=this['context']['plugins']['get']('AITabs');this['registerTab'](_0x4914cb);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0x1b6b04){if(!this['_mainView']['reviewCheckListView']['hasChecks']()){const _0x51b0b8=!this['context']['config']['get']('ai.models.showModelSelector');this['_mainView']['reviewCheckListView']['setChecks'](_0x1b6b04,_0x51b0b8);}this['_mainView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0x4eef95){_0x4eef95&&('error-general'!==_0x4eef95['status']?'error-chunk'!==_0x4eef95['status']?this['_mainView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralResultsErrorView']());}['showCheckRunResult'](_0xd7b97a){this['_mainView']['addCheckRunResult'](_0xd7b97a);}['showGeneralResultsErrorView'](){this['_mainView']['showGeneralResultsErrorView']();}['showGeneralReviewCoreErrorView'](_0x288244){this['_mainView']['showGeneralReviewCoreErrorView'](_0x288244??Mi(this['context']['locale'],'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE'));}['showChunkErrorView'](){this['_mainView']['showChunkErrorView']();}['setCheckResultTitle'](_0x528c09,_0x950198){this['_mainView']['reviewCheckResultsView']['setTitle'](_0x528c09,_0x950198);}['setActiveStateInResults'](_0x16343c){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x277990=>{_0x277990['id']===_0x16343c&&_0x277990['setItemAsActive']();});}['resetActiveStateInResults'](){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x1594ec=>_0x1594ec['setItemAsInactive']());}['updateChangeState'](_0x257423,_0x3c0211){'accepted'===_0x3c0211||'rejected'===_0x3c0211||'outdated'===_0x3c0211?this['_mainView']['reviewCheckResultsView']['hideResult'](_0x257423,_0x3c0211):this['_mainView']['reviewCheckResultsView']['showResult'](_0x257423,_0x3c0211);}['showReviewCompletedView'](){this['_mainView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_mainView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_mainView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_mainView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x52bdc1,_0x4b899b,_0x359c05,_0x26ef3d,_0x3dfaba,_0x1ea30d){this['_balloonSuggestionView']['showBalloon'](_0x52bdc1,_0x4b899b,_0x359c05,_0x26ef3d,_0x3dfaba,_0x1ea30d);}['hideChangeBalloon'](){this['_balloonSuggestionView']['hideBalloon']();}['hideDiffInBalloon'](){this['_balloonSuggestionView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_balloonSuggestionView']['showDiffInBalloon']();}['getChangeElement'](_0x5210f9){const _0x5edc96=this['_mainView']['reviewCheckResultsView']['getResults']()['find'](_0x553818=>_0x553818['id']===_0x5210f9);return _0x5edc96?_0x5edc96['element']:null;}['deactivateChange'](){this['_balloonSuggestionView']['deactivateChange']();}}class AIReviewCoreGeneralErrorView extends Nt{constructor(_0x1c22de){super(_0x1c22de),this['set']('isVisible',!0x1),this['set']('errorMessage','');const _0x326634=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__general-error-container',_0x326634['if']('isVisible','ck-hidden',_0x543a05=>!_0x543a05)]},'children':[{'tag':'p','attributes':{'class':'ck\x20ck-ai-notification\x20ck-ai-notification_error'},'children':[{'text':_0x326634['to']('errorMessage')}]}]});}}class AIReviewCoreView extends Nt{['reviewCoreHeader'];['generalErrorView'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x6358c3,_0x3523e1){super(_0x6358c3),this['reviewCoreHeader']=_0x3523e1['header'],this['generalErrorView']=new AIReviewCoreGeneralErrorView(_0x6358c3),this['reviewCheckListView']=_0x3523e1['list'],this['reviewCheckListView']['delegate'](...Zn)['to'](this),this['reviewCheckResultsView']=_0x3523e1['results'],this['reviewCheckResultsView']['delegate'](...Zn)['to'](this),this['reviewCompletedView']=_0x3523e1['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'](_0x2a1388){this['reviewCheckResultsView']['addResult'](_0x2a1388),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'](_0x319b66){this['generalErrorView']['set']('isVisible',!0x0),this['generalErrorView']['errorMessage']=_0x319b66;}['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(_0x5a261b,_0x2db40a){super(_0x2db40a),this['set']({'label':_0x5a261b,'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(_0x2d1858,_0x1620b1){super(_0x2d1858),this['_contents']=_0x1620b1,this['_resultViews']=new _0x3207b0(),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(_0x2d1858),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 _0x3e23d2=this['_createCombinedSkeletonLoader'](),_0x3f0426=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run',_0x3f0426['if']('isLoading','ck-ai_review__check-run_loading',_0x391333=>_0x391333),_0x3f0426['if']('isResultReady','ck-ai_review__check-run_ready',_0x4cda6f=>_0x4cda6f),_0x3f0426['if']('isVisible','ck-hidden',_0x169c8e=>!_0x169c8e)]},'children':[this['_resultsHeader'],this['_errorMessageView'],this['_resultsBody'],_0x3e23d2,this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear'](),this['_resultsBody']['element']&&(this['_resultsBody']['element']['scrollTop']=0x0);}['getResults'](){return this['_resultViews'];}['addResult'](_0x381c5f){const _0x4d642c=new AIReviewCoreReviewCheckListItemResultsView(this['locale'],_0x381c5f['id']);_0x4d642c['delegate']('acceptChange','dismissChange','activateChange','deactivateChange')['to'](this),this['_resultViews']['add'](_0x4d642c),_0x4d642c['resultResponseView']['element']['innerHTML']=_0x381c5f['contentDiffed'];}['hideResult'](_0x40b894,_0x32b73b){if('pending'===_0x32b73b)return;const _0x25bffe=this['_resultViews']['find'](_0x4805a9=>_0x4805a9['id']===_0x40b894);_0x25bffe&&(_0x25bffe['status']=_0x32b73b,_0x25bffe['element']?.['classList']['add']('ck-ai_review__check-run-result_grayout'));}['showResult'](_0x54b9dc,_0x3936e5){if('pending'!==_0x3936e5)return;const _0x506fd6=this['_resultViews']['find'](_0x5883fe=>_0x5883fe['id']===_0x54b9dc);_0x506fd6&&(_0x506fd6['status']=_0x3936e5,_0x506fd6['element']?.['classList']['remove']('ck-ai_review__check-run-result_grayout'));}['setTitle'](_0x1616f5,_0x3ecc61){this['headerTitle']=_0x1616f5,this['headerSubtitle']=_0x3ecc61||'';}['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 _0x1fe5fa=new Nt(this['locale']),_0x24b30c=[];for(let _0x18e74a=0x0;_0x18e74a<0x10;_0x18e74a++){const _0x2b4c1e=this['_createSkeletonLoader']();_0x2b4c1e['extendTemplate']({'attributes':{'class':['ck-ai_review__check-run-skeleton-item']}}),_0x24b30c['push'](_0x2b4c1e);}return _0x1fe5fa['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x7c121c=>!_0x7c121c)]},'children':_0x24b30c}),_0x1fe5fa;}['_createResultsBodyView'](){const _0x507258=new Nt(this['locale']);return _0x507258['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-container','ck-reset_all-excluded',this['bindTemplate']['if']('isLoading','ck-hidden',_0x233866=>_0x233866)]},'children':this['_resultViews']}),_0x507258;}['_createErrorView'](){const _0x445142=new Nt(this['locale']),_0x1e946e=new yt(this['locale']),t=this['locale']['t'];return _0x445142['delegate']('retryReview')['to'](this),_0x1e946e['set']({'label':t('Try\x20again'),'withText':!0x0,'class':Bi+'\x20ck-ai_review__check-run-error-retry-button'}),_0x1e946e['on']('execute',()=>{this['fire']('retryReview');}),_0x445142['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x26a493=>!_0x26a493),this['bindTemplate']['if']('errorType','ck-ai_review__check-run-error-container_border-bottom',_0x2475ac=>'chunk'===_0x2475ac)]},'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',_0x64974a=>'chunk'===_0x64974a)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x3adfb8=>'general'!==_0x3adfb8)]},'children':[{'text':this['_contents']['generalErrorText']}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x491023=>'chunk'!==_0x491023)]},'children':[{'text':Mi(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x1e946e]}),_0x445142;}['_createCancelButtonView'](){const _0x1fb28c=new yt(this['locale']);return _0x1fb28c['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':[Bi+'\x20ck-ai-button-stop-generating'],'icon':_0x5b2e11}),_0x1fb28c['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x4e43d2=>_0x4e43d2),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x17b6f1=>_0x17b6f1)]}}),_0x1fb28c['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x1fb28c;}['_createToggleDiffButtonView'](){const _0xc00b2b=new yt(this['locale']);_0xc00b2b['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0xc00b2b['bind']('isEnabled')['to'](this,'isError',_0x5bcd29=>!_0x5bcd29),_0xc00b2b['extendTemplate']({'attributes':{'class':[Bi,'ck-ai_review__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x2805b0=>!_0x2805b0),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x4507d6=>_0x4507d6)]}});const _0x483b06=Mi(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x69846=Mi(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0xc00b2b['bind']('isOn')['to'](this,'isToggleDiffOn',_0x55eb54=>_0x55eb54),_0xc00b2b['bind']('icon')['to'](this,'isToggleDiffOn',_0x564fed=>_0x564fed?nt:rt),_0xc00b2b['bind']('label')['to'](this,'isToggleDiffOn',_0x23da76=>_0x23da76?_0x483b06:_0x69846),_0xc00b2b['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0xc00b2b;}['_createAcceptAllButtonView'](){const _0x2e9263=new yt(this['locale']);return _0x2e9263['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x2e9263['bind']('isEnabled')['to'](this,'isError',_0x1cfcbf=>!_0x1cfcbf),_0x2e9263['extendTemplate']({'attributes':{'class':[Ui,'ck-ai_review__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x4ffea8=>!_0x4ffea8),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x576191=>_0x576191)]}}),_0x2e9263['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x2e9263;}['_createExitReviewButtonView'](){const _0x202b26=new yt(this['locale']);return _0x202b26['set']({'label':Mi(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x202b26['extendTemplate']({'attributes':{'class':[Gi,'ck-ai_review__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x5e5bbf=>!_0x5e5bbf),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x472245=>_0x472245)]}}),_0x202b26['on']('execute',()=>{this['fire']('leaveReviewCoreResultList');}),_0x202b26;}['_createResultHeaderView'](){const _0x43908f=new Nt(this['locale']),_0x5957c2=this['_createTitleView']();return _0x43908f['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai_review__review-completed-header',_0x62bb36=>_0x62bb36)]},'children':[_0x5957c2,{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x490093=>!_0x490093)],'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']]}]}),_0x43908f;}['_createTitleView'](){const _0x1b6628=new Nt(this['locale']),_0x9067a4=new AISpinnerView();return _0x9067a4['bind']('isVisible')['to'](this,'isResultReady',_0x4d271b=>!_0x4d271b),_0x1b6628['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-wrapper',this['bindTemplate']['if']('isCompleted','ck-hidden',_0xa0d36a=>_0xa0d36a)]},'children':[_0x9067a4,{'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')}]}]}]}),_0x1b6628;}['_createFinishReviewButtonView'](){const _0x5a12b5=new AIReviewCoreFinishReviewButtonView(Mi(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),this['locale']);return _0x5a12b5['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2962f4=>!_0x2962f4)]}}),_0x5a12b5['delegate']('finishReview')['to'](this),_0x5a12b5;}}class AIReviewCoreReviewCompletedView extends Ht{['_resultsHeader'];['_finishReviewButtonView'];constructor(_0x242e51,_0x354b78){super(_0x242e51),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](_0x354b78['buttonText']),this['_resultsHeader']=this['_createResultHeaderView'](_0x354b78['headerText']);const _0xc23c2b=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed',_0xc23c2b['if']('isVisible','ck-hidden',_0x28a3f7=>!_0x28a3f7)]},'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':_0x354b78['emptyResultsText']}]}]}]});}['_createFinishReviewButtonView'](_0x598bad){const _0x58813e=new AIReviewCoreFinishReviewButtonView(_0x598bad,this['locale']);return _0x58813e['delegate']('finishReview')['to'](this),_0x58813e;}['_createResultHeaderView'](_0x411a93){const _0x3c6ccb=new Nt(this['locale']);return _0x3c6ccb['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title'],'title':_0x411a93},'children':[{'text':_0x411a93}]},{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x3c6ccb;}}class AIReviewCoreFormDropdownView extends Nt{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x1947aa,_0x58d4e5){super(_0x1947aa),this['_defaultValue']=_0x58d4e5['default']||(_0x58d4e5['data']['length']>0x0?_0x58d4e5['data'][0x0]['id']:''),this['_defaultLabel']=_0x58d4e5['data']['find'](_0x1c55e3=>_0x1c55e3['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=Ft(this['locale']);const _0x5f3665=this['_prepareListOptions'](_0x58d4e5['data']);Jt(this['_dropdownView'],_0x5f3665,{'role':'menu','ariaLabel':_0x58d4e5['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x2dd9c5=>{_0x2dd9c5['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x37a285=>{this['formValue']=_0x37a285['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x37a285['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'](_0x5c2b07=[]){const _0x21f753=new _t();this['resetToDefault']();for(const _0x55b1bf of _0x5c2b07){const _0x38665d=new Zt({'label':_0x55b1bf['label'],'withText':!0x0,'role':'menuitemradio','id':_0x55b1bf['id'],'model':_0x55b1bf});_0x38665d['bind']('isOn')['to'](this,'formValue',_0x4ae8f2=>_0x4ae8f2===_0x38665d['id']);const _0x2b20cd={'type':'button','model':_0x38665d};_0x21f753['add'](_0x2b20cd);}return _0x21f753;}}class AIReviewCoreFormManagerView extends Ht{['_formItem']=null;constructor(_0x2a822b,_0x3298b1,_0x58e1bc){super(_0x2a822b),this['argsKey']=_0x3298b1?.['argsKey'];if('dropdown'===_0x3298b1['formType'])this['_formItem']=new AIReviewCoreFormDropdownView(this['locale'],_0x3298b1);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x4c2e59=new _0x1b3812(this['locale'],{'children':[this['_formItem']],'class':[_0x58e1bc?'ck-form__row_with-submit':'']});_0x58e1bc&&_0x4c2e59['children']['add'](_0x58e1bc),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__form-item','ck-reset_all']},'children':[_0x4c2e59]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}}class AIReviewCorePromptInputView extends _0x4915e1{['keystrokes'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0xb4880f){super(_0xb4880f),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 _0x3207b0();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelNameView'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x397a75,_0x275377,_0x190b27=!0x1){super(_0x397a75),this['_check']=_0x275377,this['set']('prompt',''),this['set']('modelId',''),this['set']('modelDisplayMode','selector'),this['set']('activeModelName',null),this['_defaultValue']=_0x275377['defaultModel']?_0x275377['defaultModel']['id']:'',this['_defaultLabel']=_0x275377['defaultModel']?_0x275377['defaultModel']['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new _0x1d7af5(this['locale'],()=>new AIReviewCorePromptInputView(_0x397a75)),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'](_0x190b27),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 _0x1b3812(this['locale'],{'children':[this['promptInputView']]}),new _0x1b3812(this['locale'],{'children':[this['actionsFooterView']]})]}),this['promptInputView']['fieldView']['keystrokes']['set']('Enter',(_0x4a6468,_0x346733)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0x346733()):_0x346733();}),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'](_0x380421=>{this['_focusables']['add'](_0x380421),this['focusTracker']['add'](_0x380421['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 _0x3db43e of this['_getFormValidators']()){const _0x50a2a7=_0x3db43e();if(_0x50a2a7)return this['promptInputView']['errorText']=_0x50a2a7,!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 _0x48dcbb=new yt(this['locale']),t=this['locale']['t'];return _0x48dcbb['set']({'label':t('Submit'),'withText':!0x0,'class':Ui}),_0x48dcbb['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x48dcbb;}['_createCancelButtonView'](){const _0x129ffe=new yt(this['locale']),t=this['locale']['t'];return _0x129ffe['set']({'label':t('Cancel'),'withText':!0x0,'class':Gi}),_0x129ffe['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x24baa8=>{_0x24baa8['stopPropagation']();})}}),_0x129ffe['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x129ffe;}['_setModelList'](_0x4fc223){this['_modelSelectionDropdownItems']['clear']();const _0x519ed9=this['_check']['models'];if(_0x4fc223)this['set']('modelDisplayMode','hidden');else{const _0x166b12=0x1===_0x519ed9['length'];this['set']('modelDisplayMode',_0x166b12?'name':'selector');}if(this['resetToDefault'](),_0x519ed9?.['length']){0x1===_0x519ed9['length']&&this['set']('activeModelName',_0x519ed9[0x0]['name']||_0x519ed9[0x0]['id']);for(const _0x47c965 of _0x519ed9){const _0x300c93=new Zt({'label':_0x47c965['name'],'withText':!0x0,'role':'menuitemradio','id':_0x47c965['id'],'model':_0x47c965});_0x300c93['bind']('isOn')['to'](this,'modelId',_0x3e181e=>_0x3e181e===_0x47c965['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x300c93,'labelView':new ModelButtonLabelView(this['locale'],_0x47c965)});}}}['_createModelSelectionDropdown'](){const _0x39b580=Ft(this['locale']);return _0x39b580['set']({'panelPosition':'se','class':'ck-ai_review__check-list-item-model-dropdown'}),_0x39b580['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0,'class':Gi}),_0x39b580['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x1b56c5=>'selector'===_0x1b56c5),this['listenTo'](_0x39b580,'execute',_0x3ed018=>{this['modelId']=_0x3ed018['source']['model']['id'],_0x39b580['buttonView']['label']=_0x3ed018['source']['label'];}),_0x39b580;}['_createModelNameView'](){const _0x2f3b4a=new ModelNameView(this['locale']);return _0x2f3b4a['bind']('text')['to'](this,'activeModelName',_0x899411=>_0x899411??''),_0x2f3b4a['bind']('isVisible')['to'](this,'modelDisplayMode',_0x52c706=>'name'===_0x52c706),_0x2f3b4a;}['_createActionsFooterView'](){const _0x30db6a=new Nt(this['locale']);return _0x30db6a['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']]}]}),_0x30db6a;}}class ModelNameView extends Nt{constructor(_0x34fb9c){super(_0x34fb9c),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x2c05bb=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai_review__check-list-item-model-name',_0x2c05bb['if']('isVisible','ck-hidden',_0x37e319=>!_0x37e319)]},'children':[{'text':_0x2c05bb['to']('text')}]});}}class ModelButtonLabelView extends Mt{constructor(_0x462f07,_0x27cf27){super();const _0x35e146=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x35e146['to']('style'),'id':_0x35e146['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0x35e146['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x27cf27['description']||'']}]}]});}}class AIReviewCoreReviewCommandListItemView extends Ht{['_formItemsCollection']=new _0x3207b0();['_customCheckView']=null;['_hideModels']=!0x1;constructor(_0x2b34a0,_0x1bb63b,_0xcca081,_0x4a2833=!0x1){super(_0x2b34a0),this['_hideModels']=_0x4a2833,this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x1bb63b['isParameterized']);const _0x231ac1=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',_0x1fd4ab=>_0x1fd4ab),this['bindTemplate']['if']('isListItemRendered','ck-ai_review__check-list-item_rendered',_0x47bf17=>_0x47bf17)],'style':{'--ck-ai-review-check-list-item-index':_0xcca081}},'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':_0x1bb63b['title']}]},_0x231ac1]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-description']},'children':_0x1bb63b['description']?[{'text':_0x1bb63b['description']}]:[]}]}]},..._0x1bb63b['isParameterized']?[this['_createParameterizedView'](_0x1bb63b)]:[],...'custom'===_0x1bb63b['id']?[this['_createCustomView'](_0x1bb63b,this['_hideModels'])]:[]]}),this['on']('click',()=>{_0x1bb63b['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x1bb63b['id'],'args':_0x1bb63b['useArgs']?_0x1bb63b['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'](_0x1dffa5=>{_0x1dffa5['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x556252=new Lt();return _0x556252['content']=ot,_0x556252['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-title-icon']}}),_0x556252;}['_createParameterizedView'](_0x4df074){const _0x303b19=new Nt(),_0x520ec6=this['_createFormView'](_0x4df074);return _0x303b19['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x11c331=>!_0x11c331)]},'children':[_0x520ec6]}),_0x303b19;}['_createFormView'](_0x4f2664){const _0x5a309d=new Nt(),_0x859ada=Array['isArray'](_0x4f2664['options'])?_0x4f2664['options']:[],_0x2df33c=new yt(this['locale']),t=this['locale']['t'];_0x2df33c['set']({'label':t('Submit'),'withText':!0x0,'class':Ui}),_0x2df33c['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x210a19=>{_0x210a19['stopPropagation']();})}}),_0x2df33c['on']('execute',()=>{const _0x2bdf34=[],_0x2c5871={};this['_formItemsCollection']['forEach'](_0x7ff2aa=>{_0x2bdf34['push'](_0x7ff2aa['value']),_0x4f2664['useArgs']&&_0x4f2664['options']&&(_0x2c5871[_0x7ff2aa['argsKey']]=_0x7ff2aa['value']);}),this['fire']('runReviewCheck',{'id':_0x4f2664['id'],'params':_0x2bdf34['length']?_0x2bdf34:void 0x0,'args':Object['keys'](_0x2c5871)['length']?_0x2c5871:void 0x0});});const _0x11f67d=_0x859ada['length'];return _0x859ada['forEach']((_0x3ae132,_0x32f089)=>{const _0x1e9ece=_0x32f089===_0x11f67d-0x1;this['_formItemsCollection']['add'](new AIReviewCoreFormManagerView(this['locale'],_0x3ae132,_0x1e9ece?_0x2df33c:null));}),_0x5a309d['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x5a309d;}['_createCustomView'](_0x546945,_0xed13b6=!0x1){return this['_customCheckView']=new AIReviewCoreCustomCheckView(this['locale'],_0x546945,_0xed13b6),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',_0x4733a=>!_0x4733a)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0xe8a1c6,_0x150c46,_0x76c367)=>{_0x76c367||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}}class AIReviewCoreReviewCheckListView extends Ht{['_checkViews'];constructor(_0x4e316a){super(_0x4e316a),this['_checkViews']=new _0x3207b0(),this['_setupTemplate']();}['setChecks'](_0x174d48,_0x3d94c5=!0x1){this['_checkViews']['clear']();for(const [_0x4f2b18,_0x317819]of _0x174d48['entries']()){const _0x32800e=new AIReviewCoreReviewCommandListItemView(this['locale'],_0x317819,_0x4f2b18,_0x3d94c5);_0x32800e['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0x32800e);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x23a439 of this['_checkViews'])_0x23a439 instanceof AIReviewCoreReviewCommandListItemView&&_0x23a439['resetToDefault']();}['_setupTemplate'](){const _0x2aa8cf=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x2aa8cf['if']('isVisible','ck-hidden',_0x21f8ba=>!_0x21f8ba)]},'children':this['_checkViews']});}}class AIReviewModeUI extends AIReviewCoreUI{static get['pluginName'](){return'AIReviewModeUI';}['createMainView'](){const _0x4f4cd7=this['context']['plugins']['get']('AITabs'),_0x4da8db=this['context']['locale'],_0x308678=new AIHeaderView(_0x4da8db,{'label':Mi(_0x4da8db,'AI_REVIEW_MODE'),'icon':_0x268514,'class':'ck-ai-header_review','showResizeButton':_0x4f4cd7['showResizeButton']});return _0x308678['delegate']('resizeTabs')['to'](_0x4f4cd7),_0x308678['bind']('isMaximized')['to'](_0x4f4cd7['view'],'isMaximized',_0x45460a=>_0x45460a),new AIReviewCoreView(this['context']['locale'],{'header':_0x308678,'list':new AIReviewCoreReviewCheckListView(_0x4da8db),'results':new AIReviewCoreUICheckResultsView(_0x4da8db,{'generalErrorText':Mi(_0x4da8db,'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}),'completed':new AIReviewCoreReviewCompletedView(_0x4da8db,{'headerText':Mi(_0x4da8db,'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE'),'emptyResultsText':Mi(_0x4da8db,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'),'buttonText':Mi(_0x4da8db,'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL')})});}['registerTab'](){const _0x18d12b=this['context']['plugins']['get']('AITabs');_0x18d12b['view']['on']('activateTab',(_0x1eb11e,{newTab:_0xd45226,oldTab:_0x337ede})=>{'reviewMode'===_0xd45226?this['fire']('getReviewCheckList'):'reviewMode'===_0x337ede&&this['fire']('leaveReview');}),_0x18d12b['view']['addTab']({'id':'reviewMode','buttonLabel':Mi(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x268514,'order':0x0,'content':this['_mainView']});}}const tr='review-',er=['softBreak'],ir=['htmlScript','htmlStyle','htmlCustomElement'];class AIReviewCoreEditing extends _0x2e5d09{static get['requires'](){return[_0x1289fc,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(_0x17d4f0){super(_0x17d4f0),this['_domEmitter']=new(vt())(),this['_eventEmitter']=new(Et())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x4d8982=_0x320c00=>this['_scheduleAttachReviewEditingToEditor'](_0x320c00);if(this['_registerGlobalBalloonBlurHandler'](),this['context']instanceof _0x435807)return void _0x4d8982(this['context']);const _0x5b98e0=this['context'];for(const _0x26e4a4 of _0x5b98e0['editors'])_0x4d8982(_0x26e4a4);this['listenTo'](_0x5b98e0['editors'],'add',(_0x1bfab3,_0xac6ee8)=>{_0x4d8982(_0xac6ee8);}),this['listenTo'](_0x5b98e0['editors'],'remove',(_0x8019ca,_0x4615c2)=>{for(const [_0x3943c0,_0x5e5869]of this['_markers'])_0x5e5869['editor']===_0x4615c2&&(this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x3943c0,'changeId':_0x5e5869['groupId']}),this['_markers']['delete'](_0x3943c0));});}['_scheduleAttachReviewEditingToEditor'](_0x488b5c){const _0x29a5ec=()=>{'destroyed'!==_0x488b5c['state']&&_0x488b5c['conversion']&&this['_attachReviewEditingToEditor'](_0x488b5c);};if('ready'===_0x488b5c['state'])return void _0x29a5ec();const _0xd6d0b1=()=>{this['stopListening'](_0x488b5c,'ready',_0xd6d0b1),_0x29a5ec();};this['listenTo'](_0x488b5c,'ready',_0xd6d0b1);}['_attachReviewEditingToEditor'](_0x241582){this['_reviewEditingAttachedEditors']['has'](_0x241582)||(_0x241582['conversion']['for']('editingDowncast')['markerToElement']({'model':tr+'insert','view':(_0x41a426,{writer:_0x4a2066})=>{const _0x11a037=this['_markers']['get'](_0x41a426['markerName']),_0x6a4695={'class':'ck-ai_review-marker_add'+(this['_activeMarkers']['has'](_0x11a037?.['id']||'')?'\x20ck-ai_review__change_active':''),'data-marker-id':_0x41a426['markerName']};return _0x4a2066['createUIElement']('span',_0x6a4695,function(_0x4fc661){const _0x3943d9=this['toDomElement'](_0x4fc661);return _0x3943d9['innerHTML']=_0x11a037?.['content']?.['asString']||'',_0x3943d9;});}}),_0x241582['conversion']['for']('editingDowncast')['markerToHighlight']({'model':tr+'remove-only','view':_0x30bc34=>{const _0x24c42d=this['_markers']['get'](_0x30bc34['markerName']),_0x2b2c19=['ck-ai_review-marker_strikethrough'];return this['_activeMarkers']['has'](_0x24c42d?.['id']||'')&&_0x2b2c19['push']('ck-ai_review__change_active'),{'classes':_0x2b2c19,'attributes':{'data-marker-id':_0x30bc34['markerName']}};}}),_0x241582['conversion']['for']('editingDowncast')['markerToHighlight']({'model':tr+'remove-context','view':_0x384841=>{const _0x1900e2=this['_markers']['get'](_0x384841['markerName']),_0xe795e3=['ck-ai_review-marker_underline'];return this['_activeMarkers']['has'](_0x1900e2?.['id']||'')&&_0xe795e3['push']('ck-ai_review__change_active'),{'classes':_0xe795e3,'attributes':{'data-marker-id':_0x384841['markerName']}};}}),_0x241582['conversion']['for']('editingDowncast')['markerToHighlight']({'model':tr+'remove-text','view':_0xaa2735=>{const _0x59ad90=this['_markers']['get'](_0xaa2735['markerName']),_0x132b0c=['ck-ai_review-marker_hide'];return this['_activeMarkers']['has'](_0x59ad90?.['id']||'')&&_0x132b0c['push']('ck-ai_review__change_active'),{'classes':_0x132b0c,'attributes':{'data-marker-id':_0xaa2735['markerName']}};}}),_0x241582['conversion']['for']('dataDowncast')['markerToElement']({'model':tr+'suggestion-context','view':(_0x1f1d79,{writer:_0x5de232})=>_0x5de232['createRawElement']('span',{'class':'ck-ai_review-marker_context-'+(_0x1f1d79['isOpening']?'start':'end')})}),_0x241582['conversion']['for']('downcast')['attributeToAttribute']({'model':_0x9b10fa,'view':_0x412f54}),this['_updateMouseMarkerInteractionListeners'](_0x241582),this['listenTo'](_0x241582,'addRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x241582),{'priority':'lowest'}),this['listenTo'](_0x241582,'detachRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x241582),{'priority':'lowest'}),_0x241582['model']['document']['registerPostFixer'](_0x2f8fd5=>this['_validateMarkers'](_0x241582,_0x2f8fd5)),_0x241582['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x241582)),this['_reviewEditingAttachedEditors']['add'](_0x241582));}['_updateMouseMarkerInteractionListeners'](_0x404fe0){let _0x45508a=this['_boundEditables']['get'](_0x404fe0);_0x45508a||(_0x45508a=new Map(),this['_boundEditables']['set'](_0x404fe0,_0x45508a));const _0x4fe888=new Set(_0x404fe0['ui']['getEditableElementsNames']());for(const _0x376e14 of _0x4fe888){if(_0x45508a['has'](_0x376e14))continue;const _0x15e610=_0x404fe0['ui']['getEditableElement'](_0x376e14);_0x45508a['set'](_0x376e14,_0x15e610),this['_attachMouseMarkerInteractionListeners'](_0x15e610);}for(const [_0x4e385b,_0x51ecac]of _0x45508a)_0x4fe888['has'](_0x4e385b)||(_0x45508a['delete'](_0x4e385b),this['_domEmitter']['stopListening'](_0x51ecac));}['_attachMouseMarkerInteractionListeners'](_0x5a2719){this['_domEmitter']['listenTo'](_0x5a2719,'mouseup',(_0x2cdc1c,_0x32414a)=>{const _0x3e58af=_0x32414a['target'],_0x43389f=this['_findMarkerElement'](_0x3e58af);if(!_0x43389f)return;const _0x33913e=_0x43389f['getAttribute']('data-marker-id'),_0x1329e8=_0x33913e['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClicked',{'markerId':_0x33913e,'changeId':_0x1329e8,'markerElement':()=>this['_findMarkerElementById'](_0x33913e),'domEvent':_0x32414a});},{'usePassive':!0x0,'priority':'highest'}),this['_domEmitter']['listenTo'](_0x5a2719,'mouseover',(_0x5e5543,_0x460c29)=>{const _0x1ecc02=_0x460c29['target'],_0x18c149=_0x460c29['relatedTarget'];let _0x2661ab=this['_findMarkerElement'](_0x1ecc02);if(!_0x2661ab&&_0x18c149&&(_0x2661ab=this['_findMarkerElement'](_0x18c149)),!_0x2661ab)return;const _0x2b3cbf=_0x2661ab['getAttribute']('data-marker-id'),_0x5418d2=_0x2b3cbf['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerHovered',{'changeId':_0x5418d2,'markerElement':()=>this['_findMarkerElementById'](_0x2b3cbf),'domEvent':_0x460c29});});}['_registerGlobalBalloonBlurHandler'](){this['_domEmitter']['listenTo'](document,'mouseover',_0x5b0594((_0x5d0459,_0x214204)=>{const _0x4a5bd8=_0x214204['target'];if(this['_findMarkerElement'](_0x4a5bd8))return;_0x4a5bd8['closest']('.ck-reset.ck-ai_review-balloon-panel-suggestion')||this['_eventEmitter']['fire']('changeMarkerBlurred');},0xc8));}['getDocumentData'](){const _0x596cca=this['context']['plugins']['get']('AIEditing'),_0xf903f6=ms(this['context']);if(!_0xf903f6['length'])throw new ht('ai-get-editor-from-context-no-editor',this);const _0x3dd7b7=new Set(),_0x4cd791=[],_0xc1bc47=new Map();for(const _0x5f2544 of _0xf903f6)for(const _0x2c9ac9 of _0x5f2544['model']['document']['getRoots']()){if('$graveyard'===_0x2c9ac9['rootName'])continue;const _0x38c632=this['_buildDocumentDataSliceForRoot'](_0x5f2544,_0x2c9ac9,_0x596cca,_0x3dd7b7);_0x4cd791['push'](_0x38c632['content']);for(const [_0x3ce929,_0x3d42f9]of _0x38c632['elements'])_0xc1bc47['set'](_0x3ce929,_0x3d42f9);}return{'elements':_0xc1bc47,'content':_0x4cd791['join']('')};}['_buildDocumentDataSliceForRoot'](_0x190cc7,_0x10e726,_0x281bfc,_0x5750b8){const _0x10834c=_0x190cc7['model'],_0x19bbe5=new _0x38ddee();for(const _0x1e266e of _0x10e726['getChildren']())_0x19bbe5['_appendChild'](_0x1e266e['_clone'](!0x0));for(const _0x1f5fd5 of _0x10834c['markers']){const _0x4181e1=_0x1f5fd5['getRange']();_0x4181e1&&_0x4181e1['root']['rootName']===_0x10e726['rootName']&&_0x19bbe5['markers']['set'](_0x1f5fd5['name'],this['_changeRangeOwnerDocument'](_0x4181e1['clone'](),_0x19bbe5));}const _0x4b75b6=new Map(),_0x290401=_0x10834c['document']['version'],_0x3e3e88=new _0x5c0e47({'ignoreElementEnd':!0x0,'startPosition':_0x10834c['createPositionAt'](_0x19bbe5,0x0)});for(const {item:_0x2da648}of _0x3e3e88){if(_0x2da648['is']('element')&&_0x2da648['name']&&ir['includes'](_0x2da648['name'])){const _0x317f20=this['_upsertDataId'](_0x2da648,()=>_0x281bfc['_nextDataId'](_0x5750b8));_0x5750b8['add'](_0x317f20);}if(!_0x2da648['is']('$textProxy'))continue;const _0x3b733d=_0x2da648['parent'];if(!_0x3b733d||!_0x3b733d['is']('element'))continue;const _0x49fe76=this['_upsertDataId'](_0x3b733d,()=>_0x281bfc['_nextDataId'](_0x5750b8));_0x5750b8['add'](_0x49fe76);for(const _0xf1565d of _0x3b733d['getChildren']())_0xf1565d['is']('element')&&(_0xf1565d['name']&&er['includes'](_0xf1565d['name'])||_0x5750b8['add'](this['_upsertDataId'](_0xf1565d,()=>_0x281bfc['_nextDataId'](_0x5750b8))));let _0x316e8a=_0x3b733d;for(;_0x316e8a['parent']&&!_0x316e8a['parent']['is']('documentFragment');)_0x316e8a=_0x316e8a['parent'],_0x316e8a['hasAttribute'](_0x9b10fa)&&_0x316e8a['_removeAttribute'](_0x9b10fa);_0x4b75b6['set'](_0x49fe76,{'editor':_0x190cc7,'rootName':_0x10e726['rootName'],'path':_0x3b733d['getPath'](),'documentVersion':_0x290401,'getContent':this['_createGetContentUsingDataIdFn'](_0x316e8a['_clone'](!0x0),_0x49fe76,_0x190cc7['data'])}),_0x3e3e88['jumpTo'](_0x10834c['createPositionAfter'](_0x3b733d));}return{'content':_0x190cc7['data']['processor']['toData'](_0x190cc7['data']['toView'](_0x19bbe5)),'elements':_0x4b75b6};}['diffContent'](_0xf5fae7,_0x1a9400,_0x3c8e8a,_0x14ca82=!0x1){const {contentInitial:_0x3243ba,contentNew:_0x1c882d}=this['_neutralizeChangesOnUnsupportedElements'](_0x1a9400,_0x3c8e8a),_0x268c8d=[],_0x4d7e10=_0xf5fae7['data']['parse'](_0x1c882d,'$documentFragment'),_0x2fbd49=_0xf5fae7['data']['parse'](_0x3243ba,'$documentFragment'),_0x4673b5=_0xf5fae7['model']['createPositionAt'](_0x2fbd49,0x0);if(this['_haveSingleTopLevelElement'](_0x4d7e10)){if(!this['_hasSameTopLevelElement'](_0x2fbd49,_0x4d7e10))return _0x268c8d;}else{const _0x4e1c4b=_0xf5fae7['model']['schema'];if(!this['_haveOnlyInlineContent'](_0x2fbd49,_0x4e1c4b)||!this['_haveOnlyInlineContent'](_0x4d7e10,_0x4e1c4b))return _0x268c8d;}const _0x4817d6=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x3243ba,_0x1c882d,{'targetEditor':_0xf5fae7,'anchor':_0x4673b5,'markDeletions':!0x0})['getOperations']()['filter'](_0x498237=>'insert'===_0x498237['type']||'marker'===_0x498237['type']&&_0x498237['name']['startsWith']('$markedRemove')),_0x4e6ba5=this['_groupAdjacentOperations'](_0x4817d6),_0x2b8eeb=[];if(_0x14ca82){if(_0x4e6ba5['length']){const _0x3a621e=_0x4e6ba5[0x0]['operations'][0x0],_0x169253='insert'===_0x3a621e['type']?_0x3a621e['position']:_0x3a621e['newRange']['start'],_0x553a09=this['_getPositionLimitingRange'](_0x169253,_0xf5fae7,'inside'),_0x272f45=_0x553a09?_0x4d7e10['getChild'](0x0)['getChildren']():_0x4d7e10['getChildren'](),_0x5b428e=_0x553a09||_0xf5fae7['model']['createRangeIn'](_0x2fbd49),_0x1351eb=[new _0x394603('$markedRemove:synthetic'+at(),null,_0x5b428e,_0xf5fae7['model']['document']['model']['markers'],!0x0,_0xf5fae7['model']['document']['version']+0x1),new _0x51ba4d(_0x5b428e['end'],_0x272f45,_0xf5fae7['model']['document']['version']+0x2)];_0x2b8eeb['push']({'operations':_0x1351eb,'operationsIsolated':_0x1351eb,'groupOffset':0x0});}}else _0x2b8eeb['push'](..._0x4e6ba5);let _0x4b1f36=0x0;return _0xf5fae7['model']['change'](_0x3bed1c=>{for(let _0x212343=0x0;_0x212343<_0x2b8eeb['length'];_0x212343++){const _0x23a94e=_0x2b8eeb[_0x212343],_0x2ba69c=_0x3bed1c['createDocumentFragment']();for(const _0x4cdd48 of _0x2fbd49['getChildren']())_0x3bed1c['append'](_0x4cdd48['_clone'](!0x0),_0x2ba69c);for(const _0x3765ca of _0x23a94e['operationsIsolated'])if('insert'===_0x3765ca['type']){const _0x5c2465=_0x3765ca;_0x5c2465['baseVersion']=null,_0x5c2465['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x5c2465,_0x2ba69c),_0x3bed1c['batch']['addOperation'](_0x3765ca),_0xf5fae7['model']['applyOperation'](_0x3765ca);const _0x3d2584='suggestion:insertion:id:authorId:'+_0x4b1f36++,_0x5e50f1=_0xf5fae7['model']['createRange'](_0x5c2465['position'],_0x5c2465['position']['getShiftedBy'](_0x5c2465['howMany']));_0x2ba69c['markers']['set'](_0x3d2584,_0x5e50f1);}else{if('marker'===_0x3765ca['type']&&_0x3765ca['name']['startsWith']('$markedRemove')){const _0x2efadc=_0x3765ca,_0x405034='suggestion:deletion:id:authorId:'+_0x4b1f36++;this['_changeOperationOwnerDocument'](_0x2efadc,_0x2ba69c),_0x2ba69c['markers']['set'](_0x405034,_0x2efadc['newRange']);}}if(_0x14ca82)_0x268c8d['push']({..._0x23a94e,'context':this['_createGetContentFn'](_0x2fbd49,_0xf5fae7['data']),'content':this['_createGetContentFn'](_0x2fbd49,_0xf5fae7['data'])});else{const _0x554351=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x23a94e['operationsIsolated'][0x0]),_0x2ba69c),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x23a94e['operationsIsolated'][_0x23a94e['operationsIsolated']['length']-0x1]),_0x2ba69c),_0xf5fae7);_0x2ba69c['markers']['set'](tr+'suggestion-context',new _0x805f9a(_0x554351['start'],_0x554351['end'])),_0x268c8d['push']({..._0x23a94e,'context':this['_createGetContextFn'](_0x2ba69c,_0xf5fae7['data'],{'ellipsisBefore':_0x554351['hasContentBefore'],'ellipsisAfter':_0x554351['hasContentAfter']}),'content':this['_createGetContentFn'](_0x2ba69c,_0xf5fae7['data'])});}}}),_0x268c8d;}['markChangePositionInEditorContent'](_0x181737,_0x2185e4){if(!_0x181737['length'])return;const _0x9c7901=_0x181737[0x0]['parent']['id'],_0x16a83c=_0x2185e4['elements']['get'](_0x9c7901);if(!_0x16a83c)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x9c7901);const _0x260c7f=_0x16a83c['path'],_0x40f54a=_0x16a83c['editor'],_0x3ca298=_0x40f54a['model']['document']['getRoot'](_0x16a83c['rootName']);if(!_0x3ca298)return void console['warn']('No\x20model\x20root\x20found\x20for\x20name:\x20'+_0x16a83c['rootName']);const _0x493325=_0x40f54a['model']['document']['history']['getOperations'](_0x16a83c['documentVersion']),_0x5b899b=[];for(const _0xcd8698 of _0x181737){const _0x57cc3e=_0xcd8698['operationsIsolated']['map'](_0x52d5ed=>this['_translateOperationToEditorContent'](_0x52d5ed,_0x260c7f,_0x3ca298));if(!_0x57cc3e||!_0x57cc3e['length'])continue;const _0x52e04c=_0x57cc3e['every'](_0x1406d0=>'marker'===_0x1406d0['type']&&_0x1406d0['name']['startsWith']('$markedRemove')),_0x5ae788={'document':_0x40f54a['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x3d52f4=_0x5d10bd(_0x57cc3e,_0x493325,_0x5ae788)['operationsA'];for(const _0xade2e2 of _0x3d52f4)if('insert'===_0xade2e2['type']){const _0x234c94=_0xade2e2,_0x468d45=_0x234c94['nodes'];_0x40f54a['model']['change'](_0x36ff6a=>{const _0x268b9a=_0x36ff6a['createDocumentFragment']();for(const _0x40241f of _0x468d45)_0x36ff6a['append'](_0x40241f['_clone'](!0x0),_0x268b9a);_0x5b899b['push']({'start':_0x234c94['position'],'end':_0x234c94['position'],'type':'insert','groupId':_0xcd8698['id'],'content':{'asString':this['_createGetContentFn'](_0x268b9a,_0x40f54a['data'])(),'asFragment':_0x268b9a}});});}else{if('marker'===_0xade2e2['type']&&_0xade2e2['name']['startsWith']('$markedRemove')){const _0x1e90e8=_0xade2e2;let _0x47084d='remove-text';if(_0x52e04c){const _0x3a7adc=this['_findAdjacentContextDistance'](_0x1e90e8['newRange']['start'],'backward',_0x40f54a['model']['schema']),_0x517c7c=this['_findAdjacentContextDistance'](_0x1e90e8['newRange']['end'],'forward',_0x40f54a['model']['schema']);if(_0x3a7adc||_0x517c7c){const _0x281128=_0x1e90e8['newRange']['start']['getShiftedBy'](-_0x3a7adc),_0x1b1a31=_0x1e90e8['newRange']['end']['getShiftedBy'](_0x517c7c);_0x5b899b['push']({'start':_0x281128,'end':_0x1b1a31,'groupId':_0xcd8698['id'],'type':'remove-context'});}else _0x47084d='remove-only';}_0x5b899b['push']({'start':_0x1e90e8['newRange']['start'],'end':_0x1e90e8['newRange']['end'],'groupId':_0xcd8698['id'],'type':_0x47084d});}}}this['_insertMarkers'](_0x5b899b,_0x40f54a);}['clearAllMarkers'](){const _0x558658=new Map();for(const _0xb72a29 of this['_markers']['keys']()){const _0x541647=this['_markers']['get'](_0xb72a29);_0x541647?.['editor']&&(_0x558658['has'](_0x541647['editor'])||_0x558658['set'](_0x541647['editor'],[]),_0x558658['get'](_0x541647['editor'])['push'](_0xb72a29));}for(const [_0x3dac8b,_0x1c99bc]of _0x558658)_0x3dac8b['model']['change'](_0x5ab875=>{for(const _0x39b0ee of _0x1c99bc)_0x3dac8b['model']['markers']['get'](_0x39b0ee)&&_0x5ab875['removeMarker'](_0x39b0ee);});this['_markers']['clear'](),this['_activeMarkers']['clear']();}['switchToReadOnly'](){for(const _0x485d7d of ms(this['context']))_0x485d7d['enableReadOnlyMode']('ai-review');}['switchToEdit'](){for(const _0x335cab of ms(this['context']))_0x335cab['disableReadOnlyMode']('ai-review');}['applyChange'](_0x4f17c2){const _0xf23497=_0x4f17c2['map'](_0x43f181=>this['_getMarkersDataForGroup'](_0x43f181))['flat'](),_0x1fd2ed=new Map();for(const _0x35b51d of _0xf23497)_0x1fd2ed['has'](_0x35b51d['editor'])||_0x1fd2ed['set'](_0x35b51d['editor'],[]),_0x1fd2ed['get'](_0x35b51d['editor'])['push'](_0x35b51d);for(const [_0xbb55b2,_0x4bfa58]of _0x1fd2ed){const _0xad86a4=_0xbb55b2['model'];_0xad86a4['change'](_0x1b0056=>{for(const _0x5d71de of _0x4bfa58){const _0x11347a=_0xbb55b2['model']['markers']['get'](_0x5d71de['id']);if(_0x11347a){if('insert'===_0x5d71de['type']){if(!_0x5d71de['content'])continue;_0xad86a4['insertContent'](_0x5d71de['content']['asFragment']||null,_0x11347a['getRange']()['start']);}else'remove-text'!==_0x5d71de['type']&&'remove-only'!==_0x5d71de['type']||_0xad86a4['deleteContent'](_0xad86a4['createSelection'](_0x11347a['getRange']()));_0x1b0056['removeMarker'](_0x5d71de['id']),this['_markers']['delete'](_0x5d71de['id']);}}});}}['rejectChange'](_0x3c1edd){const _0x32b3fa=this['_getMarkersDataForGroup'](_0x3c1edd),_0x3e9060=new Map();for(const _0x5599ba of _0x32b3fa)_0x3e9060['has'](_0x5599ba['editor'])||_0x3e9060['set'](_0x5599ba['editor'],[]),_0x3e9060['get'](_0x5599ba['editor'])['push'](_0x5599ba);for(const [_0x5cf178,_0x44feb3]of _0x3e9060)_0x5cf178['model']['change'](_0x326dc2=>{for(const _0x566f99 of _0x44feb3)_0x326dc2['removeMarker'](_0x566f99['id']),this['_markers']['delete'](_0x566f99['id']);});}['getEditor'](){return ps(this['context']);}['getEditors'](){return ms(this['context']);}['getEditorForChange'](_0x131608){const _0x431e67=this['_getMarkersDataForGroup'](_0x131608);return _0x431e67[0x0]?.['editor'];}['getMarkerElementForChange'](_0x15a405){const _0x455926=Array['from'](this['_markers']['values']())['filter'](_0x2c5608=>_0x2c5608['groupId']===_0x15a405);if(!_0x455926['length'])return null;const _0x28598b=0x1===_0x455926['length']?_0x455926[0x0]:this['_sortMarkers'](_0x455926)[0x0],_0x456bab=_0x28598b['editor']['model']['markers']['get'](_0x28598b['id']);if(!_0x456bab)return null;return{'modelRange':_0x456bab['getRange'](),'getElement':()=>this['_findMarkerElementById'](_0x28598b['id'])};}['getContentElementForChange'](_0x5b19f3){const _0x2be4d2=Array['from'](this['_markers']['values']())['filter'](_0x256541=>_0x256541['groupId']===_0x5b19f3);if(!_0x2be4d2['length'])return null;const _0x287363=0x1===_0x2be4d2['length']?_0x2be4d2[0x0]:this['_sortMarkers'](_0x2be4d2)[0x0],_0x2f50c3=_0x287363['editor'],_0x27e9aa=_0x2f50c3['model']['markers']['get'](_0x287363['id']);if(!_0x27e9aa)return null;const _0x1c939c=_0x27e9aa['getRange'](),_0x194340=_0x2f50c3['editing']['view']['getDomRoot'](_0x1c939c['root']['rootName'])||_0x2f50c3['editing']['view']['getDomRoot']();if(!_0x194340||!_0x1c939c)return null;let _0x1d3ea5=_0x1c939c['start']['parent'];for(;_0x1d3ea5['parent']&&!_0x1d3ea5['parent']['is']('rootElement');)_0x1d3ea5=_0x1d3ea5['parent'];if(!_0x1d3ea5||!_0x1d3ea5['name'])return null;const _0x3ce2eb=_0x194340['querySelector']('[data-marker-id=\x22'+_0x287363['id']+'\x22]');if(!_0x3ce2eb)return null;let _0x663ba6=null;_0x2f50c3['model']['change'](_0x472852=>{_0x663ba6=_0x472852['createDocumentFragment'](),_0x472852['append'](_0x1d3ea5['_clone'](!0x0),_0x663ba6);});const _0x95d3c2=_0x2f50c3['data']['toView'](_0x663ba6)['getChild'](0x0);return _0x3ce2eb['closest'](_0x95d3c2['name']);}['reactivateMarkers'](_0x3b4440){const _0x20fa88=this['_getMarkersDataForGroup'](_0x3b4440);if(!_0x20fa88['length'])return;const _0x2293d9=Array['from'](this['_activeMarkers'])['sort'](),_0x50c23a=Array['from'](new Set(_0x20fa88['map'](_0x13439e=>_0x13439e['id'])))['sort']();_0x2293d9['join']('|')!==_0x50c23a['join']('|')&&(this['setAllMarkersAsInactive'](),this['setMarkersInElementAsActive'](_0x3b4440));}['setMarkersInElementAsActive'](_0xde92a7){const _0x143dae=this['_getMarkersDataForGroup'](_0xde92a7);if(!_0x143dae['length'])return;const _0xedd1bd=_0x143dae[0x0]['editor'],_0x4e8033=new Set(_0x143dae['map'](_0x253acc=>_0x253acc['id'])),_0x4433e4=Array['from'](_0x4e8033['values']())['map'](_0x1a8e13=>_0xedd1bd['model']['markers']['get'](_0x1a8e13))['filter'](_0x1fbc58=>!!_0x1fbc58);_0x4e8033['forEach'](_0x31ae3b=>{this['_activeMarkers']['add'](_0x31ae3b);}),_0xedd1bd['model']['change'](()=>{_0x4433e4['forEach'](_0x2fae6c=>{_0xedd1bd['editing']['reconvertMarker'](_0x2fae6c);});});}['setAllMarkersAsInactive'](){const _0x2c6e8c=Array['from'](this['_activeMarkers']);if(!_0x2c6e8c['length'])return;this['_activeMarkers']['clear']();const _0x17c6b2=new Map();for(const _0x1cb601 of _0x2c6e8c){const _0x225433=this['_markers']['get'](_0x1cb601);if(!_0x225433)continue;const _0x15ff2f=_0x225433['editor'],_0x2de422=_0x15ff2f['model']['markers']['get'](_0x1cb601);_0x2de422&&(_0x17c6b2['has'](_0x15ff2f)||_0x17c6b2['set'](_0x15ff2f,[]),_0x17c6b2['get'](_0x15ff2f)['push'](_0x2de422));}for(const [_0x2b61be,_0x527ae6]of _0x17c6b2)_0x2b61be['model']['change'](()=>{_0x527ae6['forEach'](_0x996ee4=>{_0x2b61be['editing']['reconvertMarker'](_0x996ee4);});});}['_getPositionLimitingRange'](_0x5b2116,_0x14cde8,_0x47572c='outside'){if(!_0x5b2116)return null;let _0x1978e4=_0x5b2116['parent'];for(;_0x1978e4&&_0x1978e4['parent']&&!_0x1978e4['parent']['is']('rootElement')&&!_0x14cde8['model']['schema']['isLimit'](_0x1978e4)&&!_0x14cde8['model']['schema']['isBlock'](_0x1978e4);)_0x1978e4=_0x1978e4['parent'];if(!_0x1978e4||!_0x1978e4['name']||_0x1978e4['is']('rootElement'))return null;let _0x370915=null;return _0x14cde8['model']['change'](_0x5c01d1=>{_0x370915='inside'===_0x47572c?_0x5c01d1['createRangeIn'](_0x1978e4):_0x5c01d1['createRangeOn'](_0x1978e4);}),_0x370915;}['_validateMarkers'](_0x3ffebc,_0x50dcc7){const _0x1b5898=Array['from'](this['_markers']['keys']()),_0x451221=new Map();for(const _0x1c09c0 of _0x1b5898){const _0x6727de=_0x3ffebc['model']['markers']['get'](_0x1c09c0);if(!_0x6727de)continue;const _0x430bc0=_0x6727de['getStart']()['root']['rootName']+':'+_0x6727de['getStart']()['path'][0x0];_0x451221['has'](_0x430bc0)||_0x451221['set'](_0x430bc0,[]),_0x451221['get'](_0x430bc0)['push'](_0x6727de);}const _0x3e9061=new Set();for(const _0x47faca of _0x3ffebc['model']['document']['differ']['getChanges']()){let _0x1a0b7d='',_0x5ae6fd=null;if('insert'===_0x47faca['type'])_0x5ae6fd=new _0x805f9a(_0x47faca['position'],_0x47faca['position']['getShiftedBy'](_0x47faca['length'])),_0x1a0b7d=_0x47faca['position']['root']['rootName']+':'+_0x47faca['position']['path'][0x0];else{if('remove'!==_0x47faca['type'])continue;_0x5ae6fd=new _0x805f9a(_0x47faca['position']),_0x1a0b7d=_0x47faca['position']['root']['rootName']+':'+_0x47faca['position']['path'][0x0];}const _0x415cb9=_0x451221['get'](_0x1a0b7d)||[];if(_0x415cb9['length']){for(const _0x1295af of _0x415cb9)if(_0x5ae6fd['root']['rootName']===_0x1295af['getRange']()['root']['rootName']&&('insert'!==_0x47faca['type']||!_0x5ae6fd['containsRange'](_0x1295af['getRange']()))&&(_0x5ae6fd['isIntersecting'](_0x1295af['getRange']())||_0x5ae6fd['start']['isTouching'](_0x1295af['getRange']()['end'])||_0x5ae6fd['end']['isTouching'](_0x1295af['getRange']()['start']))){const _0xac6d91=this['_parseMarkerName'](_0x1295af['name']);Array['from'](this['_markers']['values']())['filter'](_0x5c5f6d=>_0x5c5f6d['groupId']===_0xac6d91['groupId'])['forEach'](_0x46ddbf=>_0x3e9061['add'](_0x46ddbf['id']));}}}if(_0x3e9061['size']){for(const _0x1a248d of _0x3e9061)_0x50dcc7['removeMarker'](_0x1a248d);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0x5c3989){for(const {name:_0x4665e2,data:_0xcc69c1}of _0x5c3989['model']['document']['differ']['getChangedMarkers']()){if(!_0x4665e2['startsWith'](tr))continue;const _0x25e3ca=_0xcc69c1['oldRange'],_0x3c84ab=_0xcc69c1['newRange'],_0x5d024d=_0x25e3ca&&'$graveyard'===_0x25e3ca['root']['rootName'],_0x368035=_0x3c84ab&&'$graveyard'===_0x3c84ab['root']['rootName'];if(_0x5d024d&&_0x368035)continue;const _0x3a849d=this['_parseMarkerName'](_0x4665e2);this['_markers']['get'](_0x4665e2)&&(_0x368035||!_0x3c84ab?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x4665e2,'changeId':_0x3a849d['groupId']}):_0x5d024d&&_0x3c84ab&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0x4665e2,'changeId':_0x3a849d['groupId']}));}}['_parseMarkerName'](_0x3c0b82){const _0x31dd51=_0x3c0b82['split'](':'),_0x282a25=(_0x31dd51[0x1]||'')['split']('_');return{'prefix':_0x31dd51[0x0],'groupId':_0x282a25[0x0],'suffix':_0x282a25[0x1]};}['_translateOperationToEditorContent'](_0x5083f5,_0x2ad96b,_0x58f6e4){if('insert'===_0x5083f5['type']){const _0x255e6e=_0x5083f5;return new _0x51ba4d(this['_changePosition'](_0x2ad96b['concat'](_0x255e6e['position']['offset']),_0x58f6e4),_0x255e6e['nodes'],_0x255e6e['baseVersion']);}if('marker'===_0x5083f5['type']&&_0x5083f5['name']['startsWith']('$markedRemove')){const _0x46ccfe=_0x5083f5;return new _0x394603(_0x46ccfe['name'],_0x46ccfe['oldRange'],this['_changeRange'](_0x46ccfe['newRange'],_0x2ad96b['concat'](_0x46ccfe['newRange']['start']['offset']),_0x2ad96b['concat'](_0x46ccfe['newRange']['end']['offset']),_0x58f6e4),_0x46ccfe['_markers'],_0x46ccfe['affectsData'],_0x46ccfe['baseVersion']);}return _0x5083f5;}['_groupAdjacentOperations'](_0x2ddb75){if(!_0x2ddb75['length'])return[];const _0x399443=[];let _0x2dae12=0x0,_0xa4120b=0x0,_0x2de564=[];for(let _0x3c90f0=0x0;_0x3c90f0<=_0x2ddb75['length'];_0x3c90f0++){const _0x401291=_0x2ddb75[_0x3c90f0],_0x4f14ec=_0x2ddb75[_0x3c90f0-0x1];!_0x401291||_0x4f14ec&&!this['_getOperationEnd'](_0x4f14ec)['isTouching'](this['_getOperationStart'](_0x401291))?(_0x399443['push']({'operations':_0x2de564,'operationsIsolated':_0x2de564['map'](_0x295012=>this['_shiftOperation'](_0x295012['clone'](),-_0xa4120b)),'groupOffset':_0x2dae12}),_0x2de564=_0x401291?[_0x401291]:[],_0xa4120b+=_0x2dae12,_0x2dae12=0x0):_0x2de564['push'](_0x401291),_0x401291&&'insert'===_0x401291['type']&&(_0x2dae12+=_0x401291['howMany']);}return _0x399443;}['_findAdjacentContextDistance'](_0x16f3a2,_0x5b75d2,_0x1dd797,_0x3f9aa3=0x1){const _0xbf6890=new _0x5c0e47({'startPosition':_0x16f3a2,'direction':_0x5b75d2});let _0x417a3d=0x0;for(let _0x144419=0x0;_0x144419<_0x3f9aa3;_0x144419++){let _0x5221e7=0x0,_0x2d85b8=!0x1,_0x49d8eb='forward'===_0x5b75d2?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x2deac9}of _0xbf6890)if(_0x2deac9['is']('$textProxy')){const _0x53ebcf=_0x49d8eb['exec'](_0x2deac9['data']);if(_0x53ebcf&&_0x53ebcf['length']){if(_0x5221e7+='forward'===_0x5b75d2?_0x53ebcf['index']+_0x53ebcf[0x0]['length']:_0x2deac9['data']['length']-_0x53ebcf['index'],_0x53ebcf[0x0]['length']!==_0x2deac9['data']['length'])break;_0x2d85b8=!0x0,_0x49d8eb='forward'===_0x5b75d2?/^\w+/:/\w+$/;}else{if(_0x2d85b8)break;_0x5221e7+=_0x2deac9['offsetSize'];}}else{if(_0x2deac9['is']('element')){_0x1dd797['isInline'](_0x2deac9)&&!_0x2d85b8&&(_0x5221e7+=0x1);break;}}_0x417a3d+=_0x5221e7,_0xbf6890['jumpTo'](_0x16f3a2['getShiftedBy']('forward'===_0x5b75d2?_0x417a3d:-_0x417a3d));}return _0x417a3d;}['_getChangeContext'](_0x523ae9,_0x14012d,_0x59625c){const _0x409c5b=_0x59625c['model']['schema'],_0x261569=this['_findAdjacentContextDistance'](_0x523ae9,'backward',_0x409c5b,0x6),_0x3dd353=this['_findAdjacentContextDistance'](_0x14012d,'forward',_0x409c5b,0x6),_0x324cda=_0x523ae9['getShiftedBy'](-_0x261569),_0x3be3f6=_0x14012d['getShiftedBy'](_0x3dd353);return{'start':_0x324cda,'end':_0x3be3f6,'hasContentBefore':!_0x324cda['isAtStart'],'hasContentAfter':!_0x3be3f6['isAtEnd']};}['_insertMarkers'](_0x303be0,_0x2f8a45){const _0x7e5129=this['context']['plugins']['get']('AIEditing'),_0x2af573=new Set();_0x2f8a45['model']['change'](_0x5d5640=>{for(const _0x3d474a of _0x303be0){const _0x354086=''+tr+_0x3d474a['type']+':'+_0x3d474a['groupId']+'_'+_0x7e5129['_nextDataId'](_0x2af573);this['_markers']['set'](_0x354086,{'id':_0x354086,'groupId':_0x3d474a['groupId'],'type':_0x3d474a['type'],'content':_0x3d474a['content'],'editor':_0x2f8a45}),_0x5d5640['addMarker'](_0x354086,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x5d5640['createRange'](_0x3d474a['start'],_0x3d474a['end'])});}});}['_createGetContextFn'](_0x4f8064,_0xf4c991,_0x699e4){let _0x27bc6c='';return()=>{if(!_0x27bc6c){const _0x20e7f0=_0xf4c991['toView'](_0x4f8064,{'showSuggestionHighlights':!0x0});let _0x24e180=_0x20e7f0['getChild'](0x0);if(_0x24e180['is']('containerElement')||(_0x24e180=_0x20e7f0),!_0x24e180)return'';let _0xfc7f62=!0x1;const _0x193ff3=[];for(const _0x3bbf76 of _0x24e180['getChildren']())_0x3bbf76['is']('element','span')&&_0x3bbf76['hasClass']('ck-ai_review-marker_context-end')&&(_0xfc7f62=!0x1),_0xfc7f62&&_0x193ff3['push'](_0x3bbf76),_0x3bbf76['is']('element','span')&&_0x3bbf76['hasClass']('ck-ai_review-marker_context-start')&&(_0xfc7f62=!0x0);_0x24e180['_removeChildren'](0x0,_0x24e180['childCount']),_0x699e4?.['ellipsisBefore']&&_0x24e180['_appendChild']('…'),_0x24e180['_appendChild'](_0x193ff3),_0x699e4?.['ellipsisAfter']&&_0x24e180['_appendChild']('…');const _0x23d921=_0xf4c991['htmlProcessor']['domConverter']['viewToDom'](_0x20e7f0),_0xe13dd2=_0xf4c991['htmlProcessor']['htmlWriter']['getHtml'](_0x23d921);_0x27bc6c=this['_removeUnsupportedElements'](_0xe13dd2);}return _0x27bc6c;};}['_createGetContentFn'](_0x251e62,_0x3dd031){let _0xa3733a='';return()=>(_0xa3733a||(_0xa3733a=this['_removeUnsupportedElements'](_0x3dd031['stringify'](_0x251e62,{'showSuggestionHighlights':!0x0}))),_0xa3733a);}['_createGetContentUsingDataIdFn'](_0x23c153,_0x143984,_0x82e801){let _0x1c168f='';return()=>{if(!_0x1c168f){const _0x5f1ef9=_0x82e801['toView'](new _0x38ddee(_0x23c153)),_0x534fd2=_0x82e801['htmlProcessor']['domConverter']['viewToDom'](_0x5f1ef9)['querySelector']('[data-id=\x22'+_0x143984+'\x22]');_0x1c168f=_0x534fd2?.['outerHTML']||'';}return _0x1c168f;};}['_removeUnsupportedElements'](_0x43e9c0){if(!_0x43e9c0)return'';const _0x280403=Wi(_0x43e9c0,{'decodeEntities':!0x1}),_0x572b96=qi(_0x280403);if(!_0x572b96['length'])return _0x43e9c0;for(const _0x54ae1d of _0x572b96)_0x1aae33(_0x54ae1d);return Ki(_0x280403,{'encodeEntities':!0x1});}['_neutralizeChangesOnUnsupportedElements'](_0x1363e6,_0x3a109f){const _0xd7eaaf=Wi(_0x1363e6,{'decodeEntities':!0x1}),_0x12e201=Wi(_0x3a109f,{'decodeEntities':!0x1}),_0x50b6fa=qi(_0xd7eaaf),_0x4fa832=qi(_0x12e201);if(!_0x50b6fa['length']&&!_0x4fa832['length'])return{'contentInitial':_0x1363e6,'contentNew':_0x3a109f};const _0x157b0c=new Map();for(const _0xf3a2dd of _0x50b6fa)_0x157b0c['set'](Xi(_0xf3a2dd,'data-id'),_0xf3a2dd);for(const _0x37589d of _0x4fa832){const _0x423420=Xi(_0x37589d,'data-id'),_0x107ec5=_0x423420?_0x157b0c['get'](_0x423420):void 0x0;_0x107ec5?_0x7545e8(_0x37589d,_0x3777a6(_0x107ec5,!0x0)):_0x1aae33(_0x37589d);}return{'contentInitial':Ki(_0xd7eaaf,{'encodeEntities':!0x1}),'contentNew':Ki(_0x12e201,{'encodeEntities':!0x1})};}['_findMarkerElement'](_0x4b64e4,_0x1d9ffc=0x5){let _0x590ee7=_0x4b64e4,_0xba894=null;for(let _0x514bf0=0x0;_0x514bf0<_0x1d9ffc&&_0x590ee7;_0x514bf0++){if(!_0x590ee7['className']){_0x590ee7=_0x590ee7['parentElement'];continue;}if(!(''+_0x590ee7['className'])['includes']('ck-ai_review-marker_')){_0x590ee7=_0x590ee7['parentElement'];continue;}if(!_0x590ee7['getAttribute']('data-marker-id'))break;_0xba894=_0x590ee7;break;}return _0xba894;}['_findMarkerElementById'](_0x42b965){const _0x4ac02d=this['_markers']['get'](_0x42b965);if(!_0x4ac02d)return null;const _0x460547=_0x4ac02d['editor']['model']['markers']['get'](_0x42b965);return _0x460547?_0x11ef4d(_0x4ac02d['editor']['editing'],_0x460547):null;}['_getMarkersDataForGroup'](_0x44df63){return Array['from'](this['_markers']['values']())['filter'](_0x4d1be=>_0x4d1be['groupId']===_0x44df63);}['_getOperationStart'](_0x5cb4f5){return'insert'===_0x5cb4f5['type']?_0x5cb4f5['position']:_0x5cb4f5['newRange']['start'];}['_getOperationEnd'](_0x466c75,_0x4e7b24=!0x1){return'insert'===_0x466c75['type']?_0x4e7b24?_0x466c75['position']:_0x466c75['position']['getShiftedBy'](_0x466c75['howMany']):_0x466c75['newRange']['end'];}['_shiftOperation'](_0x28abc8,_0x42e43e){return'insert'===_0x28abc8['type']?_0x28abc8['position']=_0x28abc8['position']['getShiftedBy'](_0x42e43e):'marker'===_0x28abc8['type']&&_0x28abc8['newRange']&&(_0x28abc8['newRange']=new _0x805f9a(_0x28abc8['newRange']['start']['getShiftedBy'](_0x42e43e),_0x28abc8['newRange']['end']['getShiftedBy'](_0x42e43e))),_0x28abc8;}['_changeOperationOwnerDocument'](_0x3d4595,_0x3ca1e1){'insert'===_0x3d4595['type']?_0x3d4595['position']=this['_changePositionOwnerDocument'](_0x3d4595['position'],_0x3ca1e1):'marker'===_0x3d4595['type']&&_0x3d4595['newRange']&&(_0x3d4595['newRange']=this['_changeRangeOwnerDocument'](_0x3d4595['newRange'],_0x3ca1e1));}['_changePositionOwnerDocument'](_0x2c7ac7,_0x134f9e){return new _0x47e467(_0x134f9e,_0x2c7ac7['path']);}['_changeRangeOwnerDocument'](_0x2d390a,_0x4fba65){return new _0x805f9a(this['_changePositionOwnerDocument'](_0x2d390a['start'],_0x4fba65),this['_changePositionOwnerDocument'](_0x2d390a['end'],_0x4fba65));}['_changePosition'](_0x3b470a,_0x64692e){return new _0x47e467(_0x64692e,[..._0x3b470a]);}['_changeRange'](_0x2b57d9,_0x20ad75,_0x459fd8,_0x301c4b){return new _0x805f9a(this['_changePosition'](_0x20ad75,_0x301c4b),this['_changePosition'](_0x459fd8,_0x301c4b));}['_sortMarkers'](_0x42d511){const _0x4c80dc=_0x346177=>{switch(_0x346177){case'insert':return 0x0;case'remove-context':return 0x1;case'remove-only':return 0x2;case'remove-text':return 0x3;}};return _0x42d511['sort']((_0x24211f,_0x38d075)=>_0x4c80dc(_0x24211f['type'])-_0x4c80dc(_0x38d075['type']));}['_hasSameTopLevelElement'](_0x65c87d,_0x3337ea){const _0x51630f=_0x65c87d['getChild'](0x0),_0x34fd9c=_0x3337ea['getChild'](0x0);return!(!_0x51630f||!_0x34fd9c)&&((!_0x51630f['is']('element')||!_0x34fd9c['is']('element')||_0x51630f['name']===_0x34fd9c['name'])&&!(_0x51630f['is']('element')&&!_0x34fd9c['is']('element')||!_0x51630f['is']('element')&&_0x34fd9c['is']('element')));}['_haveSingleTopLevelElement'](_0x5c4a29){return 0x1===_0x5c4a29['childCount'];}['_haveOnlyInlineContent'](_0xc8ec5b,_0x218a5d){for(const _0x5f23a9 of _0xc8ec5b['getChildren']())if(_0x5f23a9['is']('element')&&!_0x218a5d['isInline'](_0x5f23a9))return!0x1;return!0x0;}['_upsertDataId'](_0x52b817,_0x3599be){let _0x3f4f1b=_0x52b817['getAttribute'](_0x9b10fa);return _0x3f4f1b||(_0x3f4f1b=_0x3599be(),_0x52b817['_setAttribute'](_0x9b10fa,_0x3f4f1b)),_0x3f4f1b;}}class AIReviewCheckResult extends Et(){['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0x1cc1ef,contentNew:_0x5d950a,contentInitial:_0x27ffb5,documentVersion:_0x106891}){super(),this['id']=_0x1cc1ef,this['contentNew']=_0x5d950a,this['contentInitial']=_0x27ffb5,this['documentVersion']=_0x106891;}}class AIReviewCheckResultChange extends ct(){['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0x4e17b2,_0x572b6d,_0x5f0ef6){super(),this['id']=_0x4e17b2,this['parent']=_0x5f0ef6,this['_data']=_0x572b6d,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(_0x180a55,_0x4377f5,_0x2d62c9,_0x361418,_0x337330){super(),this['_sourceCheck']=_0x4377f5,this['_documentData']=_0x180a55,this['_aiConnector']=_0x2d62c9,this['_reviewParams']=_0x361418,this['_reviewArgs']=_0x337330,this['on']('change:status',(_0x46f77f,_0x509d9c,_0x4047c3)=>{'aborted'==_0x4047c3&&(this['_wasAborted']=!0x0),this['fire']('reviewCheckRunUpdated',{'status':_0x4047c3,'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'](_0x590690=>'pending'===_0x590690['status']);}get['currentError'](){return this['_currentError'];}get['results'](){return Array['from'](this['_results']['values']());}['updateDocumentData'](_0x4dfe02){this['_documentData']=_0x4dfe02;}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x251f45=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x30068a of _0x251f45)'unmodified'!==_0x30068a['data']['operation']&&('error'!==_0x30068a['data']['operation']?'review-metadata'!==_0x30068a['event']?this['_addReviewCheckResult'](_0x30068a['data']['dataId'],_0x30068a['data']['textDelta']):this['callId']=_0x30068a['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(_0x112878){this['_currentError']=_0x112878,_0x112878 instanceof Error&&_0x112878['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'](_0x2ddf16,_0x292e40){const _0x1f087e=this['_results']['get'](_0x2ddf16);if(!_0x1f087e)return;if(0x0===_0x292e40['length'])return;const _0x2c6739=[];_0x292e40['forEach']((_0x362e44,_0x2a6516)=>{const _0x2735b2=new AIReviewCheckResultChange(_0x1f087e['id']+'-'+_0x2a6516,_0x362e44,_0x1f087e);_0x2735b2['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x2735b2,'status':_0x2735b2['status']});}),_0x2735b2['on']('change:isActivated',()=>{_0x2735b2['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x2735b2}):this['fire']('reviewCheckResultDeactivated',{'change':_0x2735b2});}),this['_changes']['push'](_0x2735b2),_0x2c6739['push'](_0x2735b2);}),this['fire']('reviewCheckResultReady',{'changes':_0x2c6739,'result':_0x1f087e,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x465786){const _0x3a5810=this['_changes']['find'](_0xb4c864=>_0xb4c864['id']===_0x465786);return!(!_0x3a5810||'pending'!==_0x3a5810['status']);}['isAnyChangeActivated'](){return this['_changes']['some'](_0x5329fd=>!0x0===_0x5329fd['isActivated']);}['getActiveChanges'](){return this['_changes']['filter'](_0x357b37=>'pending'===_0x357b37['status']);}['getChangeById'](_0x4eb853){return this['_changes']['find'](_0x4547f4=>_0x4547f4['id']===_0x4eb853);}['markAllChangesAsAccepted'](){for(const _0x108797 of this['_changes'])'pending'===_0x108797['status']&&(_0x108797['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0x418d67){const _0x518aba=this['_changes']['find'](_0x1d9ff9=>_0x1d9ff9['id']===_0x418d67);_0x518aba&&'pending'===_0x518aba['status']&&(_0x518aba['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x17a898){const _0x9bad0d=this['_changes']['find'](_0x426348=>_0x426348['id']===_0x17a898);_0x9bad0d&&'pending'===_0x9bad0d['status']&&(_0x9bad0d['status']='rejected'),this['_checkIfFinished']();}['markChangeAsOutdated'](_0x5741db){const _0x37b4fa=this['_changes']['find'](_0x5ccdd5=>_0x5ccdd5['id']===_0x5741db);_0x37b4fa&&'pending'===_0x37b4fa['status']&&(_0x37b4fa['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x1cf32b){const _0x4b3cd6=this['_changes']['find'](_0x4b271f=>_0x4b271f['id']===_0x1cf32b);_0x4b3cd6&&'outdated'===_0x4b3cd6['status']&&(_0x4b3cd6['status']='pending'),this['_checkIfFinished']();}['activateChange'](_0x3d52f0){this['_changes']['filter'](_0xfc5ba9=>_0xfc5ba9['isActivated']&&_0xfc5ba9['id']!==_0x3d52f0)['forEach'](_0x4dfad5=>{_0x4dfad5['isActivated']=!0x1;});const _0xb8631c=this['_changes']['find'](_0x4586d9=>_0x4586d9['id']===_0x3d52f0);_0xb8631c&&'pending'===_0xb8631c['status']&&(_0xb8631c['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0x36b442=>_0x36b442['isActivated'])['forEach'](_0x29766c=>{_0x29766c['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}async['sendRating'](_0x22acc0){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status']||this['_wasAborted'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x35cc32;if(_0x22acc0){const _0x42abe2=this['_changes']['find'](_0x5481ff=>_0x5481ff['id']===_0x22acc0);if(_0x42abe2&&_0x42abe2['isRated'])return;_0x42abe2&&(_0x35cc32=_0x42abe2['parent']['id'],_0x42abe2['isRated']=!0x0);}const _0x46de5d={'positiveCount':this['_changes']['filter'](_0x1a2f75=>'accepted'===_0x1a2f75['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x46de5d,this['callId'],_0x35cc32);}['_addReviewCheckResult'](_0x4ec05d,_0x1ea900){const _0x497e3d=this['_documentData']['elements']['get'](_0x4ec05d);if(!_0x497e3d)return;const _0x206da2=_0x497e3d['getContent']();if(_0x206da2===_0x1ea900)return;const _0x3efb9b=new AIReviewCheckResult({'id':_0x4ec05d,'contentInitial':_0x206da2,'contentNew':_0x1ea900,'documentVersion':_0x497e3d['documentVersion']});this['_results']['set'](_0x3efb9b['id'],_0x3efb9b),this['fire']('reviewCheckResultAdded',{'result':_0x3efb9b,'source':this,'editor':_0x497e3d['editor']});}['_checkIfFinished'](){'finished'===this['status']&&(this['_changes']['filter'](_0xb0cad3=>'pending'===_0xb0cad3['status'])['length']>0x0&&(this['status']='ready')),'ready'===this['status']&&(0x0===this['_changes']['filter'](_0x52b1be=>'pending'===_0x52b1be['status'])['length']&&(this['status']='finished'));}}class AIReviewSystemCheckRun extends AIReviewCheckRun{get['subTitle'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0x5e9c51=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x6c3be3=0x0;_0x6c3be3<this['_reviewParams']['length'];_0x6c3be3++){if(!this['_reviewParams'][_0x6c3be3]||!this['_sourceCheck']['options'][_0x6c3be3])continue;const _0x3767e5=this['_sourceCheck']['options'][_0x6c3be3],_0x24c8eb=_0x3767e5['data']?.['find'](_0x43534b=>_0x43534b['id']===this['_reviewParams'][_0x6c3be3]);_0x24c8eb&&_0x5e9c51['push'](_0x24c8eb['label']);}return _0x5e9c51['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_sendRatingRequest'](_0x4e0dfa,_0x526d39,_0x4915f3){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x526d39,_0x4e0dfa,_0x4915f3);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['apiId']:[this['_sourceCheck']['apiId'],...this['_reviewParams']]['join']('-');}}class AIReviewCoreController extends _0x2e5d09{['_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',(_0x3b8285,_0x22cac3)=>this['runCheck'](_0x22cac3)),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 _0x5a6ae2=this['_currentReviewCheckRun']['getActiveChanges']();if(!_0x5a6ae2['length'])return;this['_aiReviewCoreEditing']['applyChange'](_0x5a6ae2['map'](_0x17dadf=>_0x17dadf['id']));const _0xeb13c3=this['_currentReviewCheckRun'];_0xeb13c3['markAllChangesAsAccepted'](),_0xeb13c3['sendRating']();}),this['listenTo'](this['_aiReviewCoreUi'],'acceptChange',(_0x1774fd,_0x3cc890)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x3cc890['id'])&&(this['_aiReviewCoreEditing']['applyChange']([_0x3cc890['id']]),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x3cc890['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x3cc890['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'dismissChange',(_0x4e9cbe,_0x30cce1)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x30cce1['id'])&&(this['_aiReviewCoreEditing']['rejectChange'](_0x30cce1['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x30cce1['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x30cce1['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',(_0x1f5798,_0x1318ed)=>{this['_onActivateChange'](_0x1318ed);}),this['listenTo'](this['_aiReviewCoreUi'],'deactivateChange',(_0x20b2cf,_0xed1ee8)=>{this['_onDeactivateChange'](_0xed1ee8);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerClicked',(_0x123ac0,_0x56db4d)=>{this['_onChangeMarkerClicked'](_0x123ac0,_0x56db4d);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerHovered',(_0x2237f2,_0x30f81e)=>{this['_onChangeMarkerHovered'](_0x2237f2,_0x30f81e);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerBlurred',()=>{this['_onChangeMarkerBlurred']();}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRemoved',(_0x1c494e,_0x484cb3)=>{this['_onChangeMarkerRemoved'](_0x1c494e,_0x484cb3);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRestored',(_0x3b9b30,_0x33bfc6)=>{this['_onChangeMarkerRestored'](_0x3b9b30,_0x33bfc6);});}async['runCheck'](_0x43588c){if(!this['_availableReviewChecks'])return;const _0x3e0297=this['_availableReviewChecks']['find'](_0x108540=>_0x108540['id']===_0x43588c['id']);if(_0x3e0297){this['_onReviewCheckRun'](_0x43588c),this['_aiReviewCoreEditing']['switchToReadOnly'](),this['_currentReviewCheckRun']=this['_createReviewCheckRun'](_0x43588c,_0x3e0297),this['_aiReviewCoreUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x57cbc4,_0x348fca)=>{switch(_0x348fca['status']){case'data':case'loading':this['_aiReviewCoreUi']['showCheckRunResults'](_0x348fca);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'!==_0x348fca['status']&&'error-chunk'!==_0x348fca['status']&&'error-general'!==_0x348fca['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0xe3af03,_0x1e5d86)=>{if(!this['_currentReviewCheckRun'])throw new ht('ai-review-mode-no-current-check-run',this);const _0x361c4f=this['_diffContent'](_0x1e5d86['editor'],_0x1e5d86['result']['contentInitial'],_0x1e5d86['result']['contentNew']);_0x1e5d86['source']['addResultChanges'](_0x1e5d86['result']['id'],_0x361c4f);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x17bdf3,_0x3f9642)=>{for(const _0x217c39 of _0x3f9642['changes'])this['_aiReviewCoreUi']['showCheckRunResult'](_0x217c39);this['_markChangePositionInEditorContent'](_0x3f9642['changes'],_0x3f9642['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultChangeStatusUpdated',(_0xa6100,_0x5c3a81)=>{this['_aiReviewCoreUi']['updateChangeState'](_0x5c3a81['change']['id'],_0x5c3a81['status']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x3125e4,_0x49988d)=>{this['_onReviewCheckResultActivated'](_0x49988d);}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_onReviewCheckResultDeactivated']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x2c5a69){_0x2c5a69 instanceof Error&&_0x2c5a69['message']['includes']('ai-request-aborted')||(_0x2c5a69 instanceof ht?this['_logError'](_0x2c5a69):this['_logError'](new ht('ai-review-mode-check-run-failed',this,void 0x0,_0x2c5a69)));}}else this['_logError'](new ht('ai-review-mode-source-check-not-found',this,{'checkId':_0x43588c['id']}));}['abort'](){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['abort']();}['getAvailableChecks'](){return this['_availableReviewChecks']??[];}['getCurrentCheckRun'](){return this['_currentReviewCheckRun'];}['_createReviewCheckRun'](_0x34f037,_0x4f38f){return new AIReviewSystemCheckRun(this['_aiReviewCoreEditing']['getDocumentData'](),_0x4f38f,this['_aiConnector'],_0x34f037['params'],_0x34f037['args']);}['_onChangeMarkerRemoved'](_0x1518e5,_0x6b9406){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x6b9406['changeId']);}['_onChangeMarkerRestored'](_0x3096be,_0x13ce47){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x13ce47['changeId']);}['_onCheckRunFinished'](){this['_aiReviewCoreUi']['showReviewCompletedView']();}['_initRequiredPlugins'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector');}['_onReviewRunLeave'](_0x52075e=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0x52075e&&this['_aiReviewCoreUi']['showReviewCheckList'](),this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_aiReviewCoreEditing']['switchToEdit'](),this['_changeActivationSource']=null;for(const _0x575382 of this['_aiReviewCoreEditing']['getEditors']())_0x575382['editing']['view']['change'](_0x12c53e=>{for(const _0x102291 of _0x575382['editing']['view']['document']['getRoots']())_0x12c53e['removeClass']('ck-ai_review-diff',_0x102291),_0x12c53e['removeClass']('ck-ai_review-highlights',_0x102291),_0x12c53e['removeClass']('ck-ai-translate-mode-content',_0x102291);});}['_logError'](_0x52005e,_0x2772b4=!0x1){Ct(_0x52005e['message']),_0x2772b4||(_0x52005e['message']['startsWith']('ai-review-mode-models-unable-to-retrieve')?this['_aiReviewCoreUi']['showGeneralReviewCoreErrorView']():this['_aiReviewCoreUi']['showGeneralResultsErrorView']());}['_scrollToChange'](_0x36bc6f){if('content'===this['_changeActivationSource']){const _0x483082=this['_aiReviewCoreUi']['getChangeElement'](_0x36bc6f);_0x483082&&Rt(_0x483082['closest']('.ck-ai_review__check-run-result')||_0x483082);}else{if('panel'===this['_changeActivationSource']){const _0x386ed3=this['_getChangeContentElement'](_0x36bc6f);if(!_0x386ed3)return;Tt({'target':_0x386ed3,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}}class AIReviewCustomCheckRun extends AIReviewCheckRun{['_prompt'];['_model'];constructor(_0x9ba23d,_0x48bc72,_0x33d250,_0x8a7bf7,_0x575d11){super(_0x33d250,_0x8a7bf7,_0x575d11),this['_prompt']=_0x9ba23d,this['_model']=_0x48bc72;}get['subTitle'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}['_sendRatingRequest'](_0x442eec,_0x208a84,_0xdcf696){return this['_aiConnector']['upsertCustomAIReviewRating'](_0x208a84,_0x442eec,_0xdcf696);}}class AIReviewCheck{['id'];['commandId'];['title'];['description'];['isParameterized'];['useArgs'];['options'];['args'];get['apiId'](){return this['commandId'];}constructor(_0x2031cb){this['id']=_0x2031cb['id'],this['commandId']=_0x2031cb['commandId'],this['title']=_0x2031cb['title'],this['description']=_0x2031cb['description'],this['isParameterized']=_0x2031cb['isParameterized'],this['useArgs']=_0x2031cb['useArgs'],this['options']=_0x2031cb['options'],this['args']=_0x2031cb['args'];}}class AIReviewCheckExtra extends AIReviewCheck{['isExtra']=!0x0;['prompt'];['model'];['_defaultModel']=null;constructor(_0x48e474,_0x29e6d3,_0x431500){super(_0x48e474),this['prompt']=_0x48e474['prompt'],this['model']=_0x48e474['model'],this['model']?this['_defaultModel']=_0x29e6d3['find'](_0x3056e0=>_0x3056e0['id']===this['model'])||null:this['_defaultModel']=_0x431500;}get['defaultModel'](){return this['_defaultModel'];}}class AIReviewExtraCheckRun extends AIReviewCustomCheckRun{get['subTitle'](){return'';}set['prompt'](_0x451508){this['_prompt']=_0x451508;}set['model'](_0x4eacff){this['_model']=_0x4eacff;}}class AIReviewCoreCheckRegistry extends _0x2e5d09{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'](_0x240f2d){this['_checks']=_0x240f2d['map'](_0x3aadd5=>new AIReviewCheck(_0x3aadd5));}get['checks'](){return this['_checks'];}['getCheckById'](_0x516cc1){return this['checks']['find'](_0x2a73c8=>_0x2a73c8['id']===_0x516cc1);}['removeCheckById'](_0x141f03){this['_checks']=this['_checks']['filter'](_0x4f5274=>_0x4f5274['id']!==_0x141f03);}}class AIReviewCheckCustom extends AIReviewCheck{['_models']=[];['_defaultModel']=null;constructor(_0x12d3ec,_0x79004e,_0x4f8ec2){super(_0x12d3ec),this['_models']=_0x79004e,this['_defaultModel']=_0x4f8ec2;}get['models'](){return this['_models'];}get['defaultModel'](){return this['_defaultModel'];}}class AIReviewModeCheckList extends AIReviewCheckList{['_allModels']=[];['_recommendedModels']=[];['_defaultModel']=null;constructor(_0x302efa,_0x1d6d35,_0x2a9a25){super(),this['_allModels']=_0x302efa,this['_recommendedModels']=_0x1d6d35,this['_defaultModel']=_0x2a9a25;}get['allModels'](){return this['_allModels'];}['setupChecks'](_0x10330d){this['_checks']=_0x10330d['map'](_0x2c3ef8=>!0x0===_0x2c3ef8['isExtra']?new AIReviewCheckExtra(_0x2c3ef8,this['_allModels'],this['_defaultModel']):'custom'===_0x2c3ef8['id']?new AIReviewCheckCustom(_0x2c3ef8,this['_recommendedModels'],this['_defaultModel']):new AIReviewCheck(_0x2c3ef8));}}class AIReviewModeCheckRegistry extends AIReviewCoreCheckRegistry{static get['pluginName'](){return'AIReviewModeCheckRegistry';}['_modelsLoadError']=null;constructor(_0x542c92){super(_0x542c92),this['context']['config']['define']('ai.review.extraCommands',[]);}get['modelsLoadError'](){return this['_modelsLoadError'];}['getExtraChecks'](){return this['context']['config']['get']('ai.review.extraCommands')['map'](_0x4c4dad=>({'id':_0x4c4dad['id'],'commandId':_0x4c4dad['id'],'title':_0x4c4dad['label'],'description':_0x4c4dad['description'],'isParameterized':!0x1,'isExtra':!0x0,'prompt':_0x4c4dad['prompt'],'model':_0x4c4dad['model']}));}async['_loadChecksList'](){const _0x3af27b=[...sr,...this['getExtraChecks']()]['map'](_0x4c15a6=>_0x4c15a6['isExtra']?_0x4c15a6:this['_translateReviewCheck'](_0x4c15a6)),_0x2040a1=await this['_getModels'](),_0x33f2c2=new AIReviewModeCheckList(_0x2040a1['all'],_0x2040a1['recommended'],_0x2040a1['default']);return _0x33f2c2['setupChecks'](_0x3af27b),_0x33f2c2;}async['_getModels'](){const _0x6cce8a=this['context']['plugins']['get']('AIConnector');try{const _0x4aff5c=new AIModels({'connector':_0x6cce8a,'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']}),_0x363cab={'all':await _0x4aff5c['getAll'](),'recommended':await _0x4aff5c['getAvailableModels'](),'default':await _0x4aff5c['getDefault']()};return this['_modelsLoadError']=null,_0x363cab;}catch(_0x32c24e){return this['_modelsLoadError']=new ht('ai-review-mode-models-unable-to-retrieve',this,void 0x0,_0x32c24e),Ct(this['_modelsLoadError']['message']),{'all':[],'recommended':[],'default':null};}}['_translateReviewCheck'](_0x219cc7){const _0x1fa392='AI_REVIEW_CHECK_'+_0x219cc7['id']['toUpperCase']()['replaceAll']('-','_'),_0x5ed103={..._0x219cc7,'title':this['_translate'](_0x1fa392+'_TITLE',_0x219cc7['title']),'description':this['_translate'](_0x1fa392+'_DESCRIPTION',_0x219cc7['description'])};return _0x219cc7['options']&&(_0x5ed103['options']=_0x219cc7['options']['map'](_0x5130fd=>({..._0x5130fd,'label':this['_translate'](_0x1fa392+'_OPTIONS_LABEL',_0x5130fd['label']||''),'data':_0x5130fd['data']?_0x5130fd['data']['map'](_0x39d141=>({..._0x39d141,'label':this['_translate'](_0x1fa392+'_OPTIONS_DATA_'+_0x39d141['id']['toUpperCase'](),_0x39d141['label'])})):void 0x0}))),_0x5ed103;}['_translate'](_0x40ed49,_0x2d126f){const _0x33df81=Mi(this['context']['locale'],_0x40ed49);return _0x33df81===_0x40ed49?_0x2d126f:_0x33df81;}}class AIReviewModeController extends AIReviewCoreController{static get['pluginName'](){return'AIReviewModeController';}static get['requires'](){return[AIReviewModeCheckRegistry];}['_isDiffOn']=!0x1;['_usesAvailableCommandsConfig'];constructor(_0x2389a8){super(_0x2389a8),this['_usesAvailableCommandsConfig']=Boolean(this['context']['config']['get']('ai.review.availableCommands')),this['context']['config']['define']('ai.review.availableCommands',sr['map'](_0x2e7fe1=>_0x2e7fe1['id']));}['init'](){super['init'](),this['listenTo'](this['_aiReviewCoreUi'],'toggleDiff',(_0x3c2a48,_0x1e8ca6)=>{this['_isDiffOn']=_0x1e8ca6['on'],this['_onDiffChange'](this['_isDiffOn']);});}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x9d8ff2,_0x5b7597){if(_0x9d8ff2['isCustom'])return new AIReviewCustomCheckRun(_0x9d8ff2['args']['prompt'],_0x9d8ff2['args']['model'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x5b7597,this['_aiConnector']);if(_0x5b7597['isExtra']){const _0xfcb003=_0x5b7597;return new AIReviewExtraCheckRun(_0x9d8ff2['args']?.['prompt']??_0xfcb003['prompt'],_0x9d8ff2['args']?.['model']??_0xfcb003['defaultModel']['id'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x5b7597,this['_aiConnector']);}return new AIReviewSystemCheckRun(this['_aiReviewCoreEditing']['getDocumentData'](),_0x5b7597,this['_aiConnector'],_0x9d8ff2['params'],_0x9d8ff2['args']);}['_onReviewCheckResultActivated'](_0x1b4fb5){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x1b4fb5['change']['id']),this['_scrollToChange'](_0x1b4fb5['change']['id']);const _0x5c8c34=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x1b4fb5['change']['id']);if(!_0x5c8c34)return;const _0x3c4779=this['_aiReviewCoreEditing']['getEditorForChange'](_0x1b4fb5['change']['id'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x1b4fb5['change'],()=>_0x5c8c34['getElement'](),void 0x0,'click',this['_getBalloonDomRoot'](_0x3c4779,_0x5c8c34['modelRange']['root']['rootName']),_0x3c4779?.['ui']?.['viewportOffset']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x1b4fb5['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreUi']['resetActiveStateInResults'](),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']();}['_onActivateChange'](_0x4d1d6f){this['_currentReviewCheckRun']&&'click'===_0x4d1d6f['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x4d1d6f['id']));}['_onDeactivateChange'](_0x5067e9){this['_currentReviewCheckRun']&&'balloon'===_0x5067e9['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x57f23c,_0x3d78a1){if(!this['_currentReviewCheckRun'])return;this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x3d78a1['changeId']);const _0x1e897f=this['_currentReviewCheckRun']['getChangeById'](_0x3d78a1['changeId']);if(!_0x1e897f)return;const _0x1c8212=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x3d78a1['changeId']),_0x49c4c4=this['_aiReviewCoreEditing']['getEditorForChange'](_0x3d78a1['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x1e897f,_0x3d78a1['markerElement'],_0x3d78a1['domEvent'],'click',this['_getBalloonDomRoot'](_0x49c4c4,_0x1c8212?.['modelRange']['root']['rootName']),_0x49c4c4?.['ui']?.['viewportOffset']);}['_onChangeMarkerHovered'](_0x59d850,_0x30992a){if(!this['_currentReviewCheckRun'])return;if(this['_currentReviewCheckRun']['isAnyChangeActivated']())return;const _0x16d4c7=this['_currentReviewCheckRun']['getChangeById'](_0x30992a['changeId']);if(!_0x16d4c7)return;const _0x104aa8=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x30992a['changeId']),_0x15855b=this['_aiReviewCoreEditing']['getEditorForChange'](_0x30992a['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x16d4c7,_0x30992a['markerElement'],_0x30992a['domEvent'],'hover',this['_getBalloonDomRoot'](_0x15855b,_0x104aa8?.['modelRange']['root']['rootName']),_0x15855b?.['ui']?.['viewportOffset']);}['_onChangeMarkerBlurred'](){if(!this['_currentReviewCheckRun'])return;this['_currentReviewCheckRun']['isAnyChangeActivated']()||this['_aiReviewCoreUi']['hideChangeBalloon']();}['_getChangeContentElement'](_0xa3398a){const _0x11120a=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0xa3398a);return _0x11120a?_0x11120a['getElement']():null;}['_markChangePositionInEditorContent'](_0x7dc87,_0x165068){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x7dc87,_0x165068);}['_diffContent'](_0xbf9edf,_0xd9fe3b,_0x129a93){return this['_aiReviewCoreEditing']['diffContent'](_0xbf9edf,_0xd9fe3b,_0x129a93,!0x1);}['_onReviewCheckRun'](){this['_onDiffChange'](this['_isDiffOn']);}['_onDiffChange'](_0x4bd03f){_0x4bd03f?this['_aiReviewCoreUi']['hideDiffInBalloon']():this['_aiReviewCoreUi']['showDiffInBalloon']();for(const _0x27e5b0 of this['_aiReviewCoreEditing']['getEditors']())_0x27e5b0['editing']['view']['change'](_0x172623=>{for(const _0x5db98e of _0x27e5b0['editing']['view']['document']['getRoots']()){for(const _0x4e9c48 of _0x5db98e['getClassNames']())_0x4e9c48['startsWith']('ck-ai_review-')&&_0x172623['removeClass'](_0x4e9c48,_0x5db98e);_0x172623['addClass'](_0x4bd03f?'ck-ai_review-diff':'ck-ai_review-highlights',_0x5db98e);}});}['_getBalloonDomRoot'](_0x5f94ce,_0x5e90f6){const _0x13b78b=_0x5f94ce['editing']['view'];if(_0x5e90f6){const _0x5e1d78=_0x13b78b['getDomRoot'](_0x5e90f6);if(_0x5e1d78)return _0x5e1d78;}return _0x13b78b['getDomRoot']()??void 0x0;}async['_getReviewChecks'](){const _0x27f02a=this['context']['plugins']['get']('AIReviewModeCheckRegistry'),_0x146945=await _0x27f02a['getChecksList']();_0x27f02a['modelsLoadError']&&this['_logError'](_0x27f02a['modelsLoadError']);let _0x3968e3=_0x146945['checks'];const _0x377253=this['context']['config']['get']('ai.review.availableCommands');return this['_logWarningForNonExistentChecks'](_0x377253,_0x3968e3),this['_usesAvailableCommandsConfig']&&(_0x3968e3=_0x377253['map'](_0x3b5edd=>_0x3968e3['find'](_0x124c52=>_0x124c52['id']===_0x3b5edd))['filter'](_0x176e22=>!!_0x176e22)),this['_filterChecksWithMissingModel'](_0x3968e3);}['_logWarningForNonExistentChecks'](_0x5eecfe,_0x4cdd0a){const _0x4159ef=_0x5eecfe['filter'](_0x497102=>!_0x4cdd0a['some'](_0x490df0=>_0x490df0['id']===_0x497102));if(_0x4159ef['length']){const _0x21ab6a=new ht('ai-review-mode-non-existent-commands-used',this,{'commandIds':_0x4159ef['join'](',\x20')});wt(_0x21ab6a['message']);}}['_filterChecksWithMissingModel'](_0x5f417a){const _0x58c79a=[];return _0x5f417a['forEach'](_0x277340=>{(_0x277340 instanceof AIReviewCheckExtra&&!_0x277340['defaultModel']||_0x277340 instanceof AIReviewCheckCustom&&!_0x277340['models']['length'])&&_0x58c79a['push'](_0x277340['id']);}),_0x58c79a['length']&&_0x58c79a['forEach'](_0x48a22c=>{_0x5f417a=_0x5f417a['filter'](_0x186af5=>_0x186af5['id']!==_0x48a22c);const _0x2e1e76=new ht('ai-review-mode-command-unavailable-due-to-missing-model',this,{'commandId':_0x48a22c});Ct(_0x2e1e76['message']);}),_0x5f417a;}}class AIRunResult{['_editor'];['_rootName'];['_channelId'];['_sessionId'];['_documentVersion'];['_contentRawOld'];['_contentRawNew'];['_error'];['_isAborted']=!0x1;constructor(_0x1972d9){this['_editor']=_0x1972d9['editor'],this['_rootName']=_0x1972d9['rootName'],this['_channelId']=_0x1972d9['channelId'],this['_sessionId']=_0x1972d9['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'](_0x1e5401){this['_documentVersion']=_0x1e5401;}get['contentRawOld'](){return this['_contentRawOld'];}set['contentRawOld'](_0x1372eb){this['_contentRawOld']=_0x1372eb;}get['contentRawNew'](){return this['_contentRawNew'];}set['contentRawNew'](_0x1d4a84){this['_contentRawNew']=_0x1d4a84;}get['contentOld'](){return this['_dropDataIds'](this['_contentRawOld']||'');}get['contentNew'](){return this['_dropDataIds'](this['_contentRawNew']||'');}get['error'](){return this['_error'];}set['error'](_0x419433){this['_error']=_0x419433;}['abort'](){this['_isAborted']=!0x0;}['_dropDataIds'](_0x46944a){return _0x46944a['replace'](/ data-id="[a-z0-9]+"/g,'');}}class AIReviewRunResult extends AIRunResult{['_affectedBlocks']=[];get['affectedBlocks'](){return this['_affectedBlocks'];}set['affectedBlocks'](_0x1c2088){this['_affectedBlocks']=_0x1c2088;}}class AIGateway extends _0x2e5d09{static get['pluginName'](){return'AIGateway';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['apply'](_0x2a8413,_0x555915){if('completed'!==_0x2a8413['status'])throw new ht('ai-gateway-apply-invalid-status',this,{'status':_0x2a8413['status']});const _0x2e6f24=_0x2a8413['editor'];if('suggest'===_0x555915&&!_0x2e6f24['plugins']['has']('TrackChanges'))throw new ht('ai-no-track-changes',this);const _0x4dac3e='suggest'===_0x555915,_0x8eeb9b=this['context']['plugins']['get'](_0x1289fc),_0x332a95=_0x2e6f24['model']['createPositionAt'](_0x2e6f24['model']['document']['getRoot'](),0x0),_0x2c9ae1=_0x8eeb9b['getDiff'](_0x2a8413['contentRawOld'],_0x2a8413['contentRawNew'],{'anchor':_0x332a95,'markDeletions':_0x4dac3e,'targetEditor':_0x2e6f24}),_0x59d2ad=_0x2e6f24['model']['document']['history']['getOperations'](_0x2a8413['documentVersion']),_0x1f7c04={'document':_0x2e6f24['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x13ef2e=_0x5d10bd(_0x2c9ae1['getOperations'](),_0x59d2ad,_0x1f7c04)['operationsA'];_0x2e6f24['model']['change'](_0x23356b=>{if(_0x4dac3e)_0x2e6f24['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x13ef2e);else{for(const _0x2c8506 of _0x13ef2e)_0x2c8506['baseVersion']=_0x2e6f24['model']['document']['version'],Ts(_0x2e6f24,_0x2c8506),_0x23356b['batch']['addOperation'](_0x2c8506),_0x2e6f24['model']['applyOperation'](_0x2c8506);}});}['mergeChangesIntoContent'](_0x5e6249,_0x1c4850,_0x2de0d8){const _0x31c70c=new AIResponseParser(),_0x2de1ab=new AIResponseApplier();let _0x27318c=_0x31c70c['parseAndNormalizeHTML'](_0x1c4850);for(const _0x2966f8 of _0x5e6249)try{const _0x1a3528=_0x31c70c['parseAndNormalizeHTML'](_0x2966f8['content']);_0x27318c=_0x2de1ab['merge'](_0x1a3528,_0x27318c,{'cutAfterUnstable':!0x1,'replaceRemovedWith':void 0x0})['parsedContent'];}catch(_0x114f0f){throw new ht('ai-gateway-merge-failed',this,{..._0x2966f8},_0x114f0f);}return as(_0x2de0d8,_0x31c70c['parseAndNormalizeHTML'](_0x1c4850),_0x27318c,!0x1,!0x1)['content'];}}class AIReviewGateway extends _0x2e5d09{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 _0xb486f5=this['context']['plugins']['get']('AIReviewModeCheckRegistry');return(await _0xb486f5['getChecksList']())['checks']['map'](_0x3a9642=>{const _0x3d5461={'id':_0x3a9642['id'],'title':_0x3a9642['title'],'description':_0x3a9642['description']};return'custom'!==_0x3a9642['id']&&_0x3a9642['options']?.['length']&&(_0x3d5461['parameters']=_0x3a9642['options'][0x0]['data']['map'](_0xc6c402=>({..._0xc6c402}))),_0x3d5461;});}async['getAvailableModels'](){const _0xb61549=this['context']['plugins']['get']('AIConnector');return new AIModels({'connector':_0xb61549,'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']})['getAll']();}async['runReview'](_0x133fbf,_0x3652c0){return await this['_runReviewCheck'](_0x133fbf,()=>this['_createReviewCheckRun'](_0x133fbf,_0x3652c0?.['parameterId']),_0x3652c0?.['signal']);}async['runCustomReview'](_0x3b9ee7,_0x101d7a){return await this['_runReviewCheck']('custom',()=>this['_createCustomReviewCheckRun']('custom',_0x3b9ee7,_0x101d7a?.['model']),_0x101d7a?.['signal']);}['applyReview'](_0x4dedb3,_0x47329f){this['context']['plugins']['get']('AIGateway')['apply'](_0x4dedb3,_0x47329f);}async['_runReviewCheck'](_0x1caefe,_0x6255b4,_0x418b0a){const _0x2d7b7d=ps(this['context']),_0x55c1db=new AIReviewRunResult({'editor':_0x2d7b7d,'rootName':_0x2d7b7d['model']['document']['getRootNames']()[0x0],'channelId':this['context']['config']['get']('collaboration.channelId'),'sessionId':_0x2d7b7d['plugins']['get']('AIEditing')['getSessionId'](_0x2d7b7d)});let _0x26527d,_0x560997;if(_0x418b0a){if(_0x418b0a['aborted'])return _0x55c1db['abort'](),_0x55c1db;const _0x33bd99=()=>{_0x55c1db['error']||(_0x55c1db['abort'](),_0x26527d&&_0x26527d['abort']());};_0x418b0a['addEventListener']('abort',_0x33bd99),_0x560997=()=>_0x418b0a['removeEventListener']('abort',_0x33bd99);}try{_0x26527d=await _0x6255b4(),_0x55c1db['contentRawOld']=_0x26527d['documentData']['content'],_0x55c1db['documentVersion']=Array['from'](_0x26527d['documentData']['elements'])['find'](([,_0x4a633d])=>_0x4a633d['rootName']===_0x55c1db['rootName'])?.[0x1]['documentVersion']??0x1,_0x26527d['on']('reviewCheckRunUpdated',(_0x320232,_0x77202e)=>{'aborted'===_0x77202e['status']?_0x55c1db['abort']():'error-general'!==_0x77202e['status']&&'error-chunk'!==_0x77202e['status']||(_0x55c1db['error']=this['_normalizeError'](_0x77202e['error'],'ai-reviewgateway-review-command-run-failed',{'checkId':_0x1caefe}));}),'aborted'!==_0x55c1db['status']&&await _0x26527d['start']();}catch(_0xac6b39){_0x55c1db['error']=this['_normalizeError'](_0xac6b39,'ai-reviewgateway-review-command-run-failed',{'checkId':_0x1caefe});}finally{_0x560997&&_0x560997();}if(!_0x26527d||'aborted'===_0x55c1db['status']||'error'===_0x55c1db['status'])return _0x55c1db;_0x55c1db['affectedBlocks']=_0x26527d['results']['map'](_0x5b50f3=>({'id':_0x5b50f3['id'],'content':_0x5b50f3['contentNew']}));try{_0x55c1db['contentRawNew']=Ki(this['context']['plugins']['get']('AIGateway')['mergeChangesIntoContent'](_0x55c1db['affectedBlocks'],_0x55c1db['contentRawOld'],_0x55c1db['editor']));}catch(_0x364d6f){_0x55c1db['error']=this['_normalizeError'](_0x364d6f,'ai-reviewgateway-review-command-run-failed',{'checkId':_0x1caefe});}return _0x55c1db;}async['_createReviewCheckRun'](_0x37b706,_0x52558a){const _0x3049d2=(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['find'](_0x53a2da=>_0x53a2da['id']===_0x37b706);if(!_0x3049d2)throw new ht('ai-reviewgateway-unknown-command',this,{'checkId':_0x37b706});if(_0x3049d2 instanceof AIReviewCheckCustom)throw new ht('ai-reviewgateway-not-a-system-command',this,{'checkId':_0x37b706});const _0x57d87d=this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x311388=this['context']['plugins']['get']('AIConnector');if(_0x3049d2 instanceof AIReviewCheckExtra){if(!_0x3049d2['defaultModel']?.['id'])throw new ht('ai-reviewgateway-missing-custom-command-model',this,{'checkId':_0x37b706});return new AIReviewExtraCheckRun(_0x3049d2['prompt'],_0x3049d2['defaultModel']['id'],_0x57d87d,_0x3049d2,_0x311388);}return new AIReviewSystemCheckRun(_0x57d87d,_0x3049d2,_0x311388,_0x52558a?[_0x52558a]:void 0x0);}async['_createCustomReviewCheckRun'](_0x1692e9,_0x48749a,_0x4bd15d){const _0x2893f8=(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['find'](_0x16b0d1=>_0x16b0d1['id']===_0x1692e9);if(!_0x2893f8)throw new ht('ai-reviewgateway-unknown-command',this,{'checkId':_0x1692e9});if(!(_0x2893f8 instanceof AIReviewCheckCustom))throw new ht('ai-reviewgateway-not-a-custom-command',this,{'checkId':_0x1692e9});const _0x7f6a7c=_0x4bd15d??_0x2893f8['defaultModel']?.['id'];if(!_0x48749a)throw new ht('ai-reviewgateway-missing-custom-command-prompt',this,{'checkId':_0x1692e9});if(!_0x7f6a7c)throw new ht('ai-reviewgateway-missing-custom-command-model',this,{'checkId':_0x1692e9});return new AIReviewCustomCheckRun(_0x48749a,_0x7f6a7c,this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x2893f8,this['context']['plugins']['get']('AIConnector'));}['_normalizeError'](_0x540c97,_0x51b48c,_0x24f2a6){let _0x4fb1c3=_0x540c97;return _0x540c97 instanceof ht||(_0x4fb1c3=new ht(_0x51b48c,this,_0x24f2a6,_0x540c97)),_0x4fb1c3;}}class AIReviewMode extends _0x2e5d09{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'](_0x259dfa,_0x1797e9){if(this['assertStartReviewPreconditions'](_0x259dfa)instanceof AIReviewCheckCustom)throw new ht('ai-reviewmode-not-a-system-command',this,{'commandId':_0x259dfa});const _0x26b9da=this['context']['plugins']['get']('AIReviewModeController');await _0x26b9da['runCheck']({'id':_0x259dfa,'params':_0x1797e9?.['parameterId']?[_0x1797e9['parameterId']]:void 0x0});}async['startCustomReview'](_0x3848ce,_0x30648d){if(!_0x3848ce)throw new ht('ai-reviewmode-missing-custom-command-prompt',this);const _0x3875df=sr['find'](_0x1dff8e=>'custom'===_0x1dff8e['commandId'])['id'],_0x22846e=this['assertStartReviewPreconditions'](_0x3875df),_0x451bf0=_0x30648d?.['model']??_0x22846e['defaultModel']?.['id'];if(!_0x451bf0)throw new ht('ai-reviewmode-missing-custom-command-model',this);const _0x10d6f3=this['context']['plugins']['get']('AIReviewModeController');await _0x10d6f3['runCheck']({'id':_0x3875df,'isCustom':!0x0,'args':{'prompt':_0x3848ce,'model':_0x451bf0}});}['getAvailableCommands'](){return this['context']['plugins']['get']('AIReviewModeController')['getAvailableChecks']()['map'](_0x3bb8d6=>{const _0x3c21bc={'id':_0x3bb8d6['id'],'title':_0x3bb8d6['title'],'description':_0x3bb8d6['description']};return'custom'!==_0x3bb8d6['id']&&_0x3bb8d6['options']?.['length']&&(_0x3c21bc['parameters']=_0x3bb8d6['options'][0x0]['data']['map'](_0xc5300d=>({..._0xc5300d}))),_0x3c21bc;});}['assertStartReviewPreconditions'](_0x12db05){const _0x437bdd=this['context']['plugins']['get']('AIReviewModeController');if(_0x437bdd['getCurrentCheckRun']())throw new ht('ai-reviewmode-review-already-running',this);const _0x2396d3=_0x437bdd['getAvailableChecks']()['find'](_0x4bf83c=>_0x4bf83c['id']===_0x12db05);if(!_0x2396d3)throw new ht('ai-reviewmode-unknown-command',this,{'commandId':_0x12db05});const _0x4d3f74=this['context']['plugins']['get']('AITabs')['view'];return _0x4d3f74['isVisible']=!0x0,_0x4d3f74['activateTab']('reviewMode'),_0x2396d3;}}class AITranslateCheckRun extends AIReviewSystemCheckRun{['_title'];constructor(_0x1e888a,_0xff008e,_0x53a4b3,_0x58203c,_0x53097d,_0x11bf7d){super(_0x1e888a,_0xff008e,_0x53a4b3,_0x53097d,_0x11bf7d),this['_title']=_0x58203c;}get['title'](){return this['_title'];}get['subTitle'](){return this['_sourceCheck']['title'];}}class AITranslateCheck extends AIReviewCheck{get['apiId'](){return'translate';}}class AITranslateCheckList extends AIReviewCheckList{['setupChecks'](_0x392f23){this['_checks']=_0x392f23['map'](_0x3eecaa=>new AITranslateCheck(_0x3eecaa));}}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(_0x31ac7a){super(_0x31ac7a),this['context']['config']['define']('ai.translate.languages',nr);}async['_loadChecksList'](){const _0x34aa10=[],_0x53d93c=this['context']['config']['get']('ai.translate.languages')||[];for(const _0xd55b88 of _0x53d93c)_0x34aa10['push']({'title':_0xd55b88['label'],'id':_0xd55b88['id'],'commandId':_0xd55b88['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0xd55b88['id']}});const _0x5b8f57=new AITranslateCheckList();return _0x5b8f57['setupChecks'](this['_translateChecks'](_0x34aa10)),_0x5b8f57;}['_translateChecks'](_0x5a2e18){const _0x15dfcc=this['context']['locale'];return _0x5a2e18['map'](_0x2efbe1=>{const _0x5a980b='AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_'+_0x2efbe1['title']['toUpperCase']()['replaceAll']('-','_'),_0x527f8b=Mi(_0x15dfcc,_0x5a980b);return{..._0x2efbe1,'title':_0x527f8b===_0x5a980b?_0x2efbe1['title']:_0x527f8b};});}}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'](_0x473ccf,_0x449f15){return new AITranslateCheckRun(this['_aiReviewCoreEditing']['getDocumentData'](),_0x449f15,this['_aiConnector'],Mi(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),_0x473ccf['params'],_0x473ccf['args']);}['_onReviewCheckResultActivated'](_0x2f5772){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x2f5772['change']['id']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x2f5772['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreEditing']['setAllMarkersAsInactive'](),this['_aiReviewCoreUi']['resetActiveStateInResults']();}['_onActivateChange'](_0x33c076){this['_currentReviewCheckRun']&&('hover'===_0x33c076['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x33c076['id'])),'click'===_0x33c076['uiInteraction']&&this['_scrollToChange'](_0x33c076['id']));}['_onDeactivateChange'](_0x30e272){this['_currentReviewCheckRun']&&'panel'===_0x30e272['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x2622b3,_0x2aa7d1){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x2aa7d1['changeId']),this['_scrollToChange'](_0x2aa7d1['changeId']));}['_onChangeMarkerHovered'](_0x3bf6c1,_0x5937e5){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x5937e5['changeId']),this['_aiReviewCoreEditing']['reactivateMarkers'](_0x5937e5['changeId']));}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&'content'===this['_changeActivationSource']&&(this['_currentReviewCheckRun']['deactivateChange'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']());}['_getChangeContentElement'](_0x3b79b5){return this['_aiReviewCoreEditing']['getContentElementForChange'](_0x3b79b5);}['_markChangePositionInEditorContent'](_0xf92f77,_0x243e25){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0xf92f77,_0x243e25);}['_diffContent'](_0x259679,_0x3c5f6a,_0x2e7bdc){return this['_aiReviewCoreEditing']['diffContent'](_0x259679,_0x3c5f6a,_0x2e7bdc,!0x0);}['_onReviewCheckRun'](){for(const _0x3542ed of this['_aiReviewCoreEditing']['getEditors']())_0x3542ed['editing']['view']['change'](_0x150e2f=>{for(const _0x34eeb7 of _0x3542ed['editing']['view']['document']['getRoots']())_0x150e2f['addClass']('ck-ai-translate-mode-content',_0x34eeb7);});}async['_getReviewChecks'](){return(await this['context']['plugins']['get']('AITranslateCheckRegistry')['getChecksList']())['checks'];}}class AITranslateCheckResultsView extends AIReviewCoreUICheckResultsView{constructor(_0x507e08,_0xc6276d){super(_0x507e08,_0xc6276d),this['on']('set:isLoading',(_0x3086fc,_0x4ce6ab,_0x1db2a0)=>{_0x1db2a0&&(this['headerTitle']=Mi(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE'));}),this['on']('set:isResultReady',(_0x8d43dd,_0x3b73e3,_0x1a9635)=>{_0x1a9635&&(this['headerTitle']=Mi(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE'));});}['_createAcceptAllButtonView'](){const _0x5dc710=super['_createAcceptAllButtonView']();return _0x5dc710['set']('label',Mi(this['locale'],'AI_TRANSLATE_ACCEPT_ALL')),_0x5dc710;}['_createExitReviewButtonView'](){const _0x25964f=super['_createExitReviewButtonView']();return _0x25964f['set']('label',Mi(this['locale'],'AI_CHAT_HISTORY_CANCEL')),_0x25964f;}}class AITranslateCheckListView extends AIReviewCoreReviewCheckListView{['_setupTemplate'](){const _0x51243e=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-translate__check-list-wrapper',_0x51243e['if']('isVisible','ck-hidden',_0x33a470=>!_0x33a470)]},'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',_0x51243e['if']('isVisible','ck-hidden',_0x3b4221=>!_0x3b4221)]},'children':this['_checkViews']}]});}}class AITranslateUI extends AIReviewCoreUI{static get['pluginName'](){return'AITranslateUI';}['createMainView'](){const _0x5f3485=this['context']['plugins']['get']('AITabs'),_0x32b071=this['context']['locale'],_0x35e2f8=new AIHeaderView(_0x32b071,{'label':Mi(_0x32b071,'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'icon':_0x260bc9,'class':'ck-ai-header_review-translate','showResizeButton':_0x5f3485['showResizeButton']});_0x35e2f8['delegate']('resizeTabs')['to'](_0x5f3485),_0x35e2f8['bind']('isMaximized')['to'](_0x5f3485['view'],'isMaximized',_0x43588b=>_0x43588b);const _0x5b1e07=new AIReviewCoreView(_0x32b071,{'header':_0x35e2f8,'list':new AITranslateCheckListView(_0x32b071),'results':new AITranslateCheckResultsView(_0x32b071,{'generalErrorText':Mi(_0x32b071,'AI_TRANSLATE_GENERAL_ERROR_MESSAGE')}),'completed':new AIReviewCoreReviewCompletedView(_0x32b071,{'headerText':Mi(_0x32b071,'AI_TRANSLATE_FINISH_HEADER_TITLE'),'emptyResultsText':Mi(_0x32b071,'AI_TRANSLATE_EMPTY_RESULTS_TEXT'),'buttonText':Mi(_0x32b071,'AI_TRANSLATE_FINISH_BUTTON_LABEL')})});return _0x5b1e07['extendTemplate']({'attributes':{'class':'ck-ai-translate-mode'}}),_0x5b1e07;}['registerTab'](){const _0x453372=this['context']['plugins']['get']('AITabs');_0x453372['view']['on']('activateTab',(_0x50bdb1,{newTab:_0x166820,oldTab:_0x46dd79})=>{'translate'===_0x166820?this['fire']('getReviewCheckList'):'translate'===_0x46dd79&&this['fire']('leaveReview');}),_0x453372['view']['addTab']({'id':'translate','buttonLabel':Mi(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'buttonIcon':_0x260bc9,'order':0x0,'content':this['_mainView']});}}class AITranslate extends _0x2e5d09{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 _0xfa3ed0,ContextPlugin as _0x2d0760,Editor as _0x1a88b7,Plugin as _0x3f2605}from'@ckeditor/ckeditor5-core';import{IconAI as _0x2b8e87,IconAIAdjustLength as _0x523c75,IconAIAskAI as _0x5d2792,IconAIChangeTone as _0x5ed96b,IconAIChat as _0xc2f0bc,IconAIChatCommands as _0x332587,IconAIContinueWriting as _0x347ec9,IconAIGrammarCheck as _0x8854c0,IconAIHistory as _0x811149,IconAIImproveWriting as _0x32f401,IconAIOther as _0x5e2869,IconAIQuickActions as _0x4d468f,IconAIReview as _0x1c0339,IconAITranslate as _0x3ba0ab,IconBoxWithCheck as _0x99610,IconBoxWithCross as _0x4fad88,IconBoxWithMarker as _0x4b673d,IconBrowseFiles as _0xc00b77,IconBulb as _0x430e8f,IconCancel as _0x556600,IconCheck as _0x7ff926,IconChevronDown as _0x54ab4a,IconChevronRight as _0x5a1275,IconChevronUp as _0x1ce84,IconCopy as _0x152bd7,IconDocument as _0x5549b7,IconDocumentOutline as _0x2ce4a4,IconDropdownArrow as _0x10b8ad,IconError as _0xaff5dd,IconEye as _0x3654b6,IconEyeCrossedOut as _0x5cd5d8,IconFileUpload as _0x5807c5,IconImage as _0x566c8e,IconInfo as _0x220b4a,IconLink as _0x368e79,IconLoupe as _0x104c6b,IconMagicWand as _0xadf67a,IconMaximize as _0x2c8240,IconMinimize as _0x1c55e4,IconNextArrow as _0x21ac75,IconOutdated as _0x21ac9b,IconPaperClip as _0x2d6983,IconPin as _0x352d08,IconPlus as _0x94b997,IconPreviousArrow as _0x432064,IconRefresh as _0x2cd711,IconRobotPencil as _0x2c8e44,IconSelection as _0x129906,IconShowChangesOff as _0x3b4365,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 _0x1cff6c,SpinnerView as _0xc9ae37,TextareaView as _0x52eb0a,ToolbarView as _0x177211,UIModel as _0x53b316,View as _0x1e8352,ViewCollection as _0x14141a,addListToDropdown as _0x11b460,addMenuToDropdown as _0x214d8b,clickOutsideHandler as _0x262419,createDropdown as _0x312ca1,createLabeledInputText as _0x691176,createLabeledTextarea as _0x4650d6,submitHandler as _0x1597e8}from'@ckeditor/ckeditor5-ui';import{ClipboardMarkersUtils as _0xbf70bd,ClipboardPipeline as _0x43cfcc}from'@ckeditor/ckeditor5-clipboard';import{InsertOperation as _0x491445,MarkerOperation as _0x43f670,Matcher as _0x2896fa,ModelDocumentFragment as _0x500fd6,ModelPosition as _0x34d4d5,ModelRange as _0x15a2ab,ModelTreeWalker as _0x134ed6,ViewDataTransfer as _0x3d6f97,ViewDocumentDomEventData as _0x4f9ee5,ViewDowncastWriter as _0x333da2,ViewUpcastWriter as _0xb269fb,_DetachOperation as _0x39d5b2,_insertIntoModelNodeList as _0x48ea58,_removeFromModelNodeList as _0x1c6fac,transformOperationSets as _0x30647f}from'@ckeditor/ckeditor5-engine';import{cloneDeep as _0x35eb29,debounce as _0x173d8f,escape as _0x9a78d5,escapeRegExp as _0xc078db,throttle as _0x43472a,unescape as _0x1c7478}from'es-toolkit/compat';import{createParser as _0x4e09d9}from'eventsource-parser';import{CloudServices as _0x433de6}from'@ckeditor/ckeditor5-cloud-services';import{ConfirmMixin as _0x21e0c7,DATA_ID_MODEL_ATTRIBUTE as _0x2be158,DATA_ID_VIEW_ATTRIBUTE as _0x2e258d,DocumentCompare as _0x5b6f61,SuggestionsConversion as _0x4e8e72,fixElementSuggestionRange as _0x4777b9,getAllMarkersDomElementsSorted as _0x33b883,getMarkerDomElement as _0xee7c03}from'@ckeditor/ckeditor5-collaboration-core';import{parseDocument as _0x1f0f5e}from'htmlparser2';import{append as _0x4f0c18,appendChild as _0x3e294c,find as _0x2e1a4a,findAll as _0x269094,findOne as _0x36c87f,getChildren as ti,getParent as _0x4812a4,isComment as _0x1a5d2e,isTag as _0x3dcf78,prepend as _0xe4cd1,prependChild as _0x5e9666,removeElement as _0x5d7a74,replaceElement as _0xf9e0b3,textContent as _0x475662}from'domutils';import _0x5286d3 from'dom-serializer';import{Document as _0x4e2431,Element as _0x19163f,NodeWithChildren as _0x2a712f,Text as _0x297122,cloneNode as _0x5c7833,isDocument as _0x149981,isText as _0x59e3a7}from'domhandler';import{MarkdownGfmMdToHtml as _0x2c4472,MarkdownGfmMdToHtmlDefaultPlugins as _0x1a3c76}from'@ckeditor/ckeditor5-markdown-gfm';import _0x32bbb3 from'rehype-sanitize';import _0x488cd9 from'morphdom';import{diffArrays as _0x4c3236}from'diff';const Ci='_ungrouppedCommands';function fi(_0x51c915,_0x27baa1){const _0x424c51=(0x0,_0x27baa1['t'])('Other');return _0x51c915['length']?'groupId'in _0x51c915[0x0]?_0x51c915:[{'groupId':Ci,'groupLabel':_0x424c51,'order':0x1/0x0,'commands':_0x51c915}]:[{'groupId':Ci,'groupLabel':_0x424c51,'order':0x1/0x0,'commands':[]}];}const bi=globalThis['DataTransfer'],Si='ai-ui';var Ri=class extends _0x3f2605{static get['pluginName'](){return'AIAssistantEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const {editor:_0x167ccb}=this,_0x415dd5=['ck-fake-ai-selection'];_0x167ccb['config']['get']('ai.assistant.useTheme')&&_0x415dd5['push']('ck-ai-assistant-ui_theme'),_0x167ccb['conversion']['for']('editingDowncast')['markerToHighlight']({'model':Si,'view':{'classes':_0x415dd5,'priority':0xc}}),_0x167ccb['conversion']['for']('editingDowncast')['markerToElement']({'model':Si,'view':(_0x2d9849,{writer:_0x5ef519})=>{if(!_0x2d9849['markerRange']['isCollapsed'])return null;const _0x1437a8=_0x5ef519['createUIElement']('span');return _0x5ef519['addClass'](['ck-fake-ai-selection','ck-fake-ai-selection_collapsed'],_0x1437a8),_0x1437a8;}});}['afterInit'](){!async function(_0x4d0b29){const _0x12ab98='nA7yurgOHbZvDplRkJscdICm86oPWx92f1qF0LaSX3NGwTMK4jVtYUBQi5zheE',_0x43651e=0x78de0,_0x19c90b=window['Date']['now'](),_0xf4261c=_0x4d0b29['editor'],_0x4a2c60=new window['Promise'](_0x1472a6=>{_0xf4261c['once']('ready',_0x1472a6);}),_0xf980cd={'kty':'EC','use':'sig','crv':'P-256','x':'iCjOCvDFI6lQHHT18jVwRfkfHQ2a_MymT35LQVoFSAI','y':'kXIyJ4evtCEFRmxKSUpK9fDW459vXOvVrhf6uQAeOio','alg':'ES256'},_0x5dc9a9=_0xf4261c['config']['get']('licenseKey');async function _0xea2b66(){let _0x2582aa,_0x1bc52d=null,_0x20e796=null;try{return'GPL'==_0x5dc9a9?'NotAllowed':(_0x2582aa=_0x1118f3(),_0x2582aa?(_0x2582aa['usageEndpoint']&&(_0x20e796=_0x27bc4a(_0x2582aa['usageEndpoint'],_0x2582aa['jti'])),await _0x5b9f70()?_0x577d36()?_0x163c1a()?'Expired':_0x2c067b()?('evaluation'==_0x2582aa['licenseType']&&(_0x1bc52d=_0x574f6e('EvaluationLimit')),await _0x56cef9()):'DomainLimit':'NotAllowed':'Invalid'):'Invalid');}catch{return'Invalid';}function _0x163c1a(){const _0x45456e=['evaluation','trial']['includes'](_0x2582aa['licenseType'])?_0x19c90b/0x3e8:0xe10*_0x43651e;return _0x2582aa['exp']<_0x45456e;}function _0x577d36(){const _0x5ab470=_0x2582aa['features'];return!!_0x5ab470&&(!!_0x5ab470['includes']('*')||!!_0x5ab470['includes']('AI'));}function _0x2c067b(){const _0x5a3034=_0x2582aa['licensedHosts'];if(!_0x5a3034||0x0==_0x5a3034['length'])return!0x0;const {hostname:_0x54e890}=new URL(window['location']['href']);if(_0x5a3034['includes'](_0x54e890))return!0x0;const _0x2f2338=_0x54e890['split']('.');return _0x5a3034['filter'](_0x166c41=>_0x166c41['includes']('*'))['map'](_0x2004fb=>_0x2004fb['split']('.'))['filter'](_0x3cf93a=>_0x3cf93a['length']<=_0x2f2338['length'])['map'](_0x19ba59=>Array(_0x2f2338['length']-_0x19ba59['length'])['fill']('*'===_0x19ba59[0x0]?'*':'')['concat'](_0x19ba59))['some'](_0x4d2ef5=>_0x2f2338['every']((_0x1d1b9d,_0x5e4d5e)=>_0x4d2ef5[_0x5e4d5e]===_0x1d1b9d||'*'===_0x4d2ef5[_0x5e4d5e]));}function _0x56cef9(){return _0x1bc52d&&_0x20e796?new window['Promise']((_0x67592f,_0x3716f5)=>{_0x1bc52d['then'](_0x67592f,_0x3716f5),_0x20e796['then'](_0x3921fe=>{'Valid'!=_0x3921fe&&_0x67592f(_0x3921fe);},_0x3716f5);}):_0x1bc52d||_0x20e796||'Valid';}}function _0x27bc4a(_0x9c63e3,_0x435b31){return new window['Promise'](_0x26b761=>{if(_0x2a4ff8())return _0x26b761('Valid');_0x468361(),_0xf4261c['decorate']('_sendUsageRequest');let _0x5ce1dd=!0x1;const _0x4831e0=Ot();function _0x599b26(_0x45856e){return!!_0x45856e&&('object'==typeof _0x45856e||'function'==typeof _0x45856e)&&'function'==typeof _0x45856e['then']&&'function'==typeof _0x45856e['catch'];}function _0x135ef5(_0x4a2591){_0x3257e2(_0x4a2591)['then'](_0x51c6f0=>_0x51c6f0&&'ok'==_0x51c6f0['status']?_0x3e1ce0(_0x4a5b9c(_0x4831e0+_0x435b31))!=_0x51c6f0['verification']?'UsageLimit':'Valid':'UsageLimit')['then'](_0x15191d=>(_0x5072c6(),_0x15191d),()=>{const _0x40b22f=_0x149b56();return null==_0x40b22f?(_0x5072c6(),'Valid'):_0x19c90b-_0x40b22f>0x240c8400?'UsageLimit':'Valid';})['then'](_0x26b761)['catch'](()=>{_0x26b761('UsageLimit');});const _0x4c20a2=0x36ee80;function _0x5072c6(){const _0x229949='llct-'+_0x3e1ce0(_0x4a5b9c(_0x9c63e3)),_0x41b4b5=_0x3ab932(_0x3e1ce0(window['Math']['ceil'](_0x19c90b/_0x4c20a2)));window['localStorage']['setItem'](_0x229949,_0x41b4b5);}function _0x149b56(){const _0x38d11d='llct-'+_0x3e1ce0(_0x4a5b9c(_0x9c63e3)),_0x2c1475=window['localStorage']['getItem'](_0x38d11d);return _0x2c1475?window['parseInt'](_0x3ab932(_0x2c1475),0x10)*_0x4c20a2:null;}function _0x3257e2(_0x1a876a){return new window['Promise']((_0x48d719,_0x162f93)=>{_0x1a876a['then'](_0x48d719,_0x162f93),window['setTimeout'](_0x162f93,0x1d4c0);});}}_0xf4261c['on']('_sendUsageRequest',(_0x1ff141,_0x26fc93)=>{if(_0x26fc93[0x0]!=_0x9c63e3)return _0x26b761('UsageLimit');_0x26fc93[0x1]={..._0x26fc93[0x1],'requestId':_0x4831e0};},{'priority':'high'}),_0xf4261c['on']('_sendUsageRequest',_0x1f524b=>{_0x599b26(_0x1f524b['return'])&&(_0x5ce1dd=!0x0,_0x135ef5(_0x1f524b['return']));},{'priority':'low'}),_0x4a2c60['then'](()=>{_0x5ce1dd||_0x26b761('UsageLimit');});});function _0x2a4ff8(){return'auto'==_0xf4261c['editing']['view']['_overlayModeHint'];}function _0x468361(){_0xf4261c['editing']['view']['_overlayModeHint']='auto';}}function _0x574f6e(_0xb7e971){const _0x596593=[new window['Promise'](_0x4411e7=>setTimeout(_0x4411e7,0x93ecc)),_0x4a2c60['then'](()=>new window['Promise'](_0x5e470f=>{let _0x2a9b69=0x0;_0xf4261c['model']['on']('applyOperation',(_0x2084eb,_0xc3a7a1)=>{_0xc3a7a1[0x0]['isDocumentOperation']&&_0x2a9b69++,0x5e8==_0x2a9b69&&(_0x5e470f(),_0x2084eb['off']());});}))];return window['Promise']['race'](_0x596593)['then'](()=>_0xb7e971);}async function _0x30ff62(){await _0x4a2c60,_0xf4261c['model']['change']=_0x2456ba,_0xf4261c['model']['enqueueChange']=_0x2456ba,_0xf4261c['enableReadOnlyMode']('model');}function _0x177682(_0x407e32){const _0x228f99=_0x2d4af9();_0xf4261c[_0x228f99]='aiLicenseKey'+_0x407e32,'Valid'!=_0x407e32&&_0x30ff62();}function _0x2d4af9(){const _0x444157=window['String'](window['performance']['now']())['replace']('.','');let _0x147ef4='n';for(let _0x460869=0x0;_0x460869<_0x444157['length'];_0x460869+=0x2){let _0x320ba7=window['parseInt'](_0x444157['substring'](_0x460869,_0x460869+0x2));_0x320ba7>=0x3e&&(_0x320ba7-=0x3e),_0x147ef4+=_0x12ab98[_0x320ba7];}return _0x147ef4;}function _0x1118f3(){const _0x443c3c=_0x5dc9a9['split']('.');if(0x3!=_0x443c3c['length'])return null;return _0x54c45f(_0x443c3c[0x1]);function _0x54c45f(_0x2e1655){const _0x15b47a=_0x3619b3(_0x2e1655);return _0x15b47a&&_0x5a2f48()?_0x15b47a:null;function _0x5a2f48(){const _0x224c70=_0x15b47a['jti'],_0x51083f=window['parseInt'](_0x224c70['substring'](_0x224c70['length']-0x8),0x10),_0x29a329={..._0x15b47a,'jti':_0x224c70['substring'](0x0,_0x224c70['length']-0x8)};return delete _0x29a329['vc'],_0x4a5b9c(_0x29a329)==_0x51083f;}}}async function _0x5b9f70(){let _0x1db805=!0x0;try{const [_0x1cc495,_0x588c75,_0x4e117d]=_0x5dc9a9['split']('.');return _0x5cc5fb(_0x1cc495),await _0x28e7a8(_0x1cc495,_0x588c75,_0x4e117d),_0x1db805;}catch{return!0x1;}function _0x5cc5fb(_0x3395e8){const _0x572fb0=_0x3619b3(_0x3395e8);_0x572fb0&&'ES256'==_0x572fb0['alg']||(_0x1db805=!0x1);}async function _0x28e7a8(_0xc0b7ed,_0x2dae33,_0x8a983a){const _0x2da780=window['Uint8Array']['from'](_0x119ed7(_0x8a983a),_0x3576a0=>_0x3576a0['charCodeAt'](0x0)),_0x471db4=new window['TextEncoder']()['encode'](_0xc0b7ed+'.'+_0x2dae33),_0x2af36f=window['crypto']['subtle'];if(!_0x2af36f)return;const _0x3d84c1=await _0x2af36f['importKey']('jwk',_0xf980cd,{'name':'ECDSA','namedCurve':'P-256'},!0x1,['verify']);await _0x2af36f['verify']({'name':'ECDSA','hash':{'name':'SHA-256'}},_0x3d84c1,_0x2da780,_0x471db4)||(_0x1db805=!0x1);}}function _0x3619b3(_0x5b1c3){return _0x5b1c3['startsWith']('ey')?JSON['parse'](_0x119ed7(_0x5b1c3)):null;}function _0x119ed7(_0x3c80a7){return window['atob'](_0x3c80a7['replace'](/-/g,'+')['replace'](/_/g,'/'));}function _0x4a5b9c(_0x573187){let _0x57e90c=0x1505;function _0x427cf3(_0x2bb1c2){for(let _0x388bed=0x0;_0x388bed<_0x2bb1c2['length'];_0x388bed++){const _0x11a830=_0x2bb1c2['charCodeAt'](_0x388bed);_0x57e90c=(_0x57e90c<<0x5)+_0x57e90c+_0x11a830,_0x57e90c&=_0x57e90c;}}function _0x712a38(_0xec80bd){Array['isArray'](_0xec80bd)?_0xec80bd['forEach'](_0x712a38):_0xec80bd&&'object'==typeof _0xec80bd?Object['entries'](_0xec80bd)['sort']()['forEach'](([_0x1fb7e1,_0x33c418])=>{_0x427cf3(_0x1fb7e1),_0x712a38(_0x33c418);}):_0x427cf3(window['String'](_0xec80bd));}return _0x712a38(_0x573187),_0x57e90c>>>0x0;}function _0x3e1ce0(_0x4ecc27){return _0x4ecc27['toString'](0x10)['padStart'](0x8,'0');}function _0x3ab932(_0x3ca6e7){return _0x3ca6e7['split']('')['reverse']()['join']('');}function _0x2456ba(){}_0x177682(await _0xea2b66());}(this);}['showFakeVisualSelection'](){const _0x489221=this['editor']['model'];_0x489221['change'](_0x501d85=>{const _0x31ccdc=_0x489221['document']['selection']['getRanges']();let _0x437c84=0x0;for(const _0x30ac93 of _0x31ccdc){const _0x1dad0a=Si+':'+_0x437c84;if(_0x489221['markers']['has'](_0x1dad0a))_0x501d85['updateMarker'](_0x1dad0a,{'range':_0x30ac93});else{if(_0x30ac93['start']['isAtEnd']){const _0x455535=_0x30ac93['start']['getLastMatchingPosition'](({item:_0x4b1a15})=>!_0x489221['schema']['isContent'](_0x4b1a15),{'boundaries':_0x30ac93});_0x501d85['addMarker'](_0x1dad0a,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x501d85['createRange'](_0x455535,_0x30ac93['end'])});}else _0x501d85['addMarker'](_0x1dad0a,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x30ac93});}_0x437c84++;}});}['hideFakeVisualSelection'](){const _0x48accc=this['editor']['model'],_0x3ec2f3=Array['from'](this['editor']['model']['markers']['getMarkersGroup'](Si));_0x3ec2f3['length']&&_0x48accc['change'](_0x1d595b=>{_0x3ec2f3['forEach'](_0x4e9e5a=>{_0x1d595b['removeMarker'](_0x4e9e5a);});});}['insertContent'](_0x1a9360,_0x5475b3){const _0x4396da=this['_getAISelection'](),_0x66f989=_0x5475b3||_0x4396da['getFirstRange']();this['editor']['model']['canEditAt'](_0x66f989)&&this['editor']['model']['change'](_0x59dbdf=>{this['hideFakeVisualSelection'](),_0x5475b3||this['_resetContentOfSelectedTableCells'](_0x59dbdf,_0x4396da),this['_pasteHTMLUsingClipboard']({'insertAt':_0x66f989,'writer':_0x59dbdf,'html':_0x1a9360});});}['insertContentBelow'](_0x14d4cd){const {model:_0x1d1bb4}=this['editor'],_0x360f92=this['_getAISelection']();_0x1d1bb4['change'](()=>{const _0x5cb132=this['_prepareTableInsertBelowPosition'](_0x14d4cd,_0x360f92)||this['_getDefaultInsertBelowPosition'](_0x360f92);this['insertContent'](_0x14d4cd,_0x5cb132);});}['_getAISelection'](){const _0x22ae36=this['editor']['model'],_0x10885b=Array['from'](_0x22ae36['markers']['getMarkersGroup'](Si))['map'](_0x29dcaa=>_0x29dcaa['getRange']());return _0x22ae36['createSelection'](_0x10885b);}['_pasteHTMLUsingClipboard']({writer:_0x3ac3f9,html:_0x1c779c,insertAt:_0xdeb250}){const {view:_0x5f59b7}=this['editor']['editing'],_0x237a7a=this['editor']['plugins']['get'](_0x43cfcc),_0x11bdb4=new bi();_0x11bdb4['setData']('text/html',_0x1c779c);const _0x360d1b=new _0x4f9ee5(_0x5f59b7,new ClipboardEvent('paste',{'clipboardData':_0x11bdb4}),{'dataTransfer':new _0x3d6f97(_0x11bdb4)});_0x3ac3f9['setSelection'](_0xdeb250);const _0x116c4c=(_0x18d425,_0x255e93)=>{_0x255e93['resultRange']&&_0x3ac3f9['setSelection'](_0x255e93['resultRange']);};_0x237a7a['once']('contentInsertion',_0x116c4c,{'priority':'lowest'}),_0x5f59b7['document']['fire']('paste',_0x360d1b),_0x237a7a['off']('contentInsertion',_0x116c4c);}['_getDefaultInsertBelowPosition'](_0x102df6){const {model:_0x4b2466}=this['editor'],_0x3a4110=Array['from'](_0x102df6['getSelectedBlocks']());return _0x3a4110['length']?_0x4b2466['createPositionAfter'](_0x3a4110['pop']()):_0x102df6['getLastPosition']();}['_prepareTableInsertBelowPosition'](_0xdc4547,_0x1cc305){const {model:_0x1d1679,plugins:_0x500173}=this['editor'];if(_0x500173['has']('TableUtils')){const _0x56a957=_0x500173['get']('TableUtils')['getSelectedTableCells'](_0x1cc305);if(_0x56a957['length']){const _0x531abc=this['_getTableRowCountFromContent'](_0xdc4547),_0x2c48d0=this['_createEmptyTableRows'](_0x56a957,_0x531abc);return _0x1d1679['createPositionAt'](_0x2c48d0,0x0);}}return null;}['_getTableRowCountFromContent'](_0x231b0a){const _0x25cd4e=this['editor']['plugins']['get']('TableUtils'),_0x19585e=this['editor']['data']['parse'](_0x231b0a,'$documentFragment'),_0x1f7b9c=Array['from'](_0x19585e['getChildren']())['filter'](_0xeca336=>_0xeca336['is']('element','table'));let _0x1f96af=0x0;return _0x1f7b9c['forEach'](_0x5e95fa=>{_0x1f96af+=_0x25cd4e['getRows'](_0x5e95fa);}),_0x1f96af;}['_createEmptyTableRows'](_0x5b6424,_0x2d306c){const _0x339a21=this['editor']['plugins']['get']('TableUtils'),_0xd61e46=_0x339a21['getRowIndexes'](_0x5b6424),_0xeb5bd3=_0x339a21['getColumnIndexes'](_0x5b6424),_0x391aae=_0xd61e46['last']+0x1,_0x292003=_0xeb5bd3['first'],_0x577afa=_0x5b6424[0x0]['findAncestor']('table');for(let _0x4d8ad9=0x0;_0x4d8ad9<_0x2d306c;_0x4d8ad9++)_0x339a21['insertRows'](_0x577afa,{'at':_0x391aae});return _0x577afa['getChild'](_0x391aae)['getChild'](_0x292003);}['_resetContentOfSelectedTableCells'](_0x1910ed,_0x21c686){const {plugins:_0x53e928}=this['editor'],{model:_0x52fb9d}=_0x1910ed;_0x53e928['has']('TableUtils')&&_0x53e928['get']('TableUtils')['getSelectedTableCells'](_0x21c686)['length']&&_0x52fb9d['deleteContent'](_0x21c686);}},Oi=class extends _0x3f2605{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(_0x399f7c){super(_0x399f7c),this['name']='AIRequestError';}};function ki(_0x5c465e,_0x604d0d,_0x1436c7){const t=_0x5c465e['t'];switch(_0x604d0d){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',_0x1436c7);case'Error\x20during\x20AI\x20content\x20generation:\x20%0':return t('Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x1436c7);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'},_0x1436c7);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 _0x604d0d;}}var Ni=class extends _0xfa3ed0{['_commandDefinitions'];constructor(_0x50b653,_0x18695b){super(_0x50b653),this['_commandDefinitions']=_0x18695b,this['set']('enabledCommandsIds',[]),this['on']('change:_hasContext',(_0x941946,_0x2e6d4f,_0x5ecb08)=>{this['isEnabled']&&(this['enabledCommandsIds']=yi(this['_commandDefinitions'],_0x5ecb08));}),this['set']('_hasContext',!0x1),this['on']('change:isEnabled',(_0x44dbad,_0x17b978,_0x3cab85)=>{this['enabledCommandsIds']=_0x3cab85?yi(this['_commandDefinitions'],this['_hasContext']):[];});}['refresh'](){const _0x3fb8e0=this['editor']['model'];this['_hasContext']=function(_0x54b0f9){const _0x449b78=_0x54b0f9['document']['selection'];return _0x449b78['isCollapsed']?0x0!==[..._0x449b78['getSelectedBlocks']()]['length']&&![..._0x449b78['getSelectedBlocks']()][0x0]['isEmpty']:!!_0x54b0f9['hasContent'](_0x449b78['getFirstRange']());}(_0x3fb8e0);const _0x43809f=_0x3fb8e0['document']['selection'],_0x1d5d8e=this['editor']['config']['get']('ai.assistant.disabledElements');for(const _0x1b2533 of _0x43809f['getRanges']())for(const _0x3bba0a of _0x1b2533['getItems']())if(_0x3bba0a['is']('element')&&_0x1d5d8e['includes'](_0x3bba0a['name']))return void(this['isEnabled']=!0x1);this['isEnabled']=!0x0;}['execute'](_0x1c943a='',_0x5e31c8='',_0x2d2a4a='custom'){this['editor']['plugins']['get'](Qi)['showUI'](_0x1c943a,_0x5e31c8,_0x2d2a4a);}};function yi(_0x5eaa87,_0x4e6f73){const _0x2269e4=new Set();for(const _0x4dccab of _0x5eaa87['values']())(_0x4e6f73||!0x1===_0x4dccab['requiresContent'])&&_0x2269e4['add'](_0x4dccab['id']);return Array['from'](_0x2269e4);}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(_0xf517c,_0x3a8bf3,_0x50a994){super(),this['editor']=_0xf517c,this['textAdapter']=_0x3a8bf3,this['_sanitizationContainer']=document['createElement']('div'),this['_domParser']=new DOMParser(),this['_xmlSerializer']=new XMLSerializer(),this['view']=_0x50a994,this['set']({'initialContext':'','currentContext':'','currentResponse':'','previousContext':void 0x0,'previousQuery':void 0x0,'previousLabel':void 0x0,'isProcessing':!0x1}),this['on']('set:currentContext',(_0xe92feb,_0x575f7e,_0x391cac)=>{this['view']['value']=this['_sanitizeHTML'](_0x391cac);}),this['listenTo'](this['view'],'submitPrompt',(_0x471d12,_0x1b3660)=>{const _0x1fdb6b=this['currentContext']||this['initialContext'];this['_handleQuery'](_0x1b3660,_0x1fdb6b,'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:_0x3463be,query:_0x2fe571,htmlContent:_0x131180,label:_0x7a6a88,mainActionLabel:_0x10bf8b}){this['view']['prompt']=_0x7a6a88,this['view']['mainAction']=_0x10bf8b,this['initialContext']=_0x131180,_0x2fe571&&(this['view']['isRendered']?this['_handleQuery'](_0x2fe571,_0x131180,_0x3463be,_0x7a6a88):this['view']['once']('render',()=>{this['_handleQuery'](_0x2fe571,_0x131180,_0x3463be,_0x7a6a88);}));}['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'](_0x1bb273,_0x345f86,_0x48a327,_0x5b1d9d){return this['isProcessing']=!0x0,this['view']['startProcessing'](),this['previousContext']=_0x345f86,this['previousQuery']=_0x1bb273,this['previousLabel']=_0x5b1d9d||_0x1bb273,this['previousActionId']=_0x48a327,new Promise(_0x5bb079=>{this['textAdapter']['makeRequest']({'query':_0x1bb273,'context':_0x345f86,'onData':_0x15688a=>{this['currentResponse']=_0x15688a,this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse']);},'actionId':_0x48a327})['then'](()=>{!this['currentContext']&&this['currentResponse']&&(this['currentContext']=this['_parseAndNormalizeContent'](this['currentResponse'],!0x0));})['catch'](_0x31af54=>{_0x31af54 instanceof vi?this['view']['handleError'](_0x31af54['message']):this['view']['handleError'](),_0x5bb079();})['finally'](()=>{this['stopProcessing'](),_0x5bb079();});});}['_parseAndNormalizeContent'](_0x3d0009,_0x2774d7=!0x1){const _0x2cb7a8=xi['exec'](_0x3d0009);_0x3d0009=_0x2cb7a8?_0x3d0009['substring'](_0x2cb7a8[0x1]['length']):_0x3d0009['length']<0x64&&!_0x2774d7?'':this['_stripMarkdownSyntax'](_0x3d0009);const _0x4d7d8a=this['_domParser']['parseFromString'](_0x3d0009,'text/html');if(_0x2cb7a8){const _0x266cd4=Array['from'](_0x4d7d8a['body']['childNodes']);_0x266cd4['reverse']();for(const _0x4a7c85 of _0x266cd4){if(_0x4a7c85['nodeType']==Node['ELEMENT_NODE'])break;_0x4a7c85['remove']();}}const _0x258696=this['editor']['data']['processor']['toView'](this['_xmlSerializer']['serializeToString'](_0x4d7d8a['body']));this['_isH1TagSupportEnabled']()||this['_normalizeResponseHeadings'](_0x258696);const _0x3a4e8d=this['editor']['config']['get']('ai.assistant.preserveComments'),_0x4d8d40=this['editor']['data']['toModel'](_0x258696);return _0x3a4e8d||_0x4d8d40['markers']['clear'](),this['editor']['data']['stringify'](_0x4d8d40);}['_normalizeResponseHeadings'](_0x409600){const _0x390aee=new _0xb269fb(this['editor']['editing']['view']['document']),_0x4b8063=new _0x2896fa({'name':/^h[1-5]$/}),_0x2b9754=[];let _0x57d000=!0x1;for(const _0x262ce4 of _0x409600)_0x262ce4['is']('element')&&_0x4b8063['match'](_0x262ce4)&&(_0x2b9754['push'](_0x262ce4),'h1'==_0x262ce4['name']&&(_0x57d000=!0x0));if(_0x57d000){for(const _0xf41a81 of _0x2b9754)_0x390aee['rename']('h'+(parseInt(_0xf41a81['name'][0x1])+0x1),_0xf41a81);}}['_isH1TagSupportEnabled'](){const {data:_0x12a87f,editing:_0x567503}=this['editor'],_0x37bd38=_0x12a87f['htmlProcessor']['toView']('<h1></h1>'),_0x1a1bbf=_0x12a87f['toView'](_0x12a87f['toModel'](_0x37bd38));return!!_0x567503['view']['domConverter']['viewToDom'](_0x1a1bbf)['querySelector']('h1');}['_sanitizeHTML'](_0x4511f2){return this['editor']['editing']['view']['domConverter']['setContentOf'](this['_sanitizationContainer'],_0x4511f2),this['_sanitizationContainer']['innerHTML'];}['_stripMarkdownSyntax'](_0x56f5f5){const _0x20cf91=_0x56f5f5['trim']();return _0x20cf91['startsWith']('```html')?_0x20cf91['endsWith']('```')?_0x20cf91['substring'](0x7,_0x20cf91['length']-0x3):_0x20cf91['substring'](0x7):_0x56f5f5;}};const Pi={'REPLACE':'replace','INSERT':'insert'};var Hi=class extends _0x177211{constructor(_0x4410cd){super(_0x4410cd),this['set']('isVisible',!0x1),this['set']('mainAction',Pi['REPLACE']),this['replaceButton']=this['_createButton']('','ck-button-action'),this['replaceButton']['bind']('label')['to'](this,'mainAction',_0x44a93a=>ki(_0x4410cd,'AI_'+_0x44a93a['toUpperCase']()+'_CONTENT')),this['insertButton']=this['_createButton'](ki(_0x4410cd,'Insert\x20below')),this['tryAgainButton']=this['_createButton'](ki(_0x4410cd,'Try\x20again')),this['stopButton']=this['_createButton'](ki(_0x4410cd,'Stop'));const _0x25fd13=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-form__toolbar',_0x25fd13['if']('isVisible','ck-hidden',_0xbaa153=>!_0xbaa153)]}}),this['items']['addMany']([this['replaceButton'],this['insertButton'],this['tryAgainButton'],this['stopButton']]);}['_createButton'](_0x6eae87,_0x4ba7b6){const _0x159c06=new Pt(this['locale']);return _0x159c06['set']({'label':_0x6eae87,'class':_0x4ba7b6||'','isVisible':!0x0,'withText':!0x0}),_0x159c06;}},Mi=class extends _0x1e8352{['contentFieldView'];['copyButtonView'];constructor(_0x2be18a,_0x2dbdb5=''){super(_0x2be18a),this['set']({'value':null,'isVisible':!0x1,'isProcessing':!0x1});const _0x5ee4e1=this['bindTemplate'];this['contentFieldView']=new Vi(_0x2be18a,_0x2dbdb5),this['copyButtonView']=this['_createCopyButton'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area-wrapper',_0x5ee4e1['if']('isVisible','ck-hidden',_0x1fa8ba=>!_0x1fa8ba)],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form__content-area',_0x5ee4e1['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 _0x49956e=!0x1;this['on']('change:value',(_0x39fa87,_0x4537a6,_0x530d9f)=>{const _0x431f43=!this['contentFieldView']['element']['querySelector']('.ck-ai-form__loader');this['contentFieldView']['setContent'](_0x530d9f),this['isProcessing']&&_0x431f43&&!_0x49956e&&this['element']['scrollTo']({'top':this['element']['scrollHeight'],'behavior':'smooth'});}),this['on']('change:isProcessing',(_0x17ac17,_0x4f6152,_0x32d835)=>{_0x49956e=!0x1,_0x32d835?(this['value']=null,this['contentFieldView']['appendLoader']()):this['value']||this['contentFieldView']['setContent']('');}),this['listenTo'](this['element'],'wheel',()=>{_0x49956e=!0x0;}),this['listenTo'](this['element'],'mousedown',()=>{_0x49956e=!0x0;});}['focus'](){this['element']['focus']();}['_createCopyButton'](){const _0x192e31=this['locale'],_0x55a2da=new Pt(this['locale']),_0x251a43='ck-ai-form__copy-button';return _0x55a2da['set']({'label':ki(_0x192e31,'Copy'),'icon':_0x152bd7,'class':_0x251a43,'tooltip':!0x0}),_0x55a2da['bind']('isVisible')['to'](this,'value',_0x268718=>!!_0x268718),_0x55a2da['bind']('isEnabled')['to'](this,'isProcessing',_0x3d4a18=>!_0x3d4a18),_0x55a2da['on']('execute',()=>{this['_copyHTMLToClipboard'](this['contentFieldView']['element']),_0x55a2da['icon']=_0x7ff926,_0x55a2da['class']=_0x251a43+'\x20ck-ai-form__copy-button--copied',this['focus'](),setTimeout(()=>{_0x55a2da['icon']=_0x152bd7,_0x55a2da['class']=_0x251a43;},0x3e8);}),_0x55a2da;}['_copyHTMLToClipboard'](_0x50ef49){const {window:_0x3f2224,document:_0x4010c5}=Et;if(_0x3f2224['ClipboardItem']){const {Blob:_0x390e73,ClipboardItem:_0x14570a}=_0x3f2224,_0x3cbb5f=[new _0x14570a({'text/html':new _0x390e73([_0x50ef49['innerHTML']],{'type':'text/html'}),'text/plain':new _0x390e73([_0x50ef49['textContent']||''],{'type':'text/plain'})})];navigator['clipboard']['write'](_0x3cbb5f);}else{const _0x49a2f5=_0x4010c5['createElement']('div');_0x49a2f5['style']['position']='absolute',_0x49a2f5['style']['left']='-9999px',_0x49a2f5['innerHTML']='<span>[</span>'+_0x50ef49['innerHTML']+'<span>]</span>',_0x4010c5['body']['appendChild'](_0x49a2f5);const _0x78bbad=_0x4010c5['createRange']();_0x78bbad['setStartAfter'](_0x49a2f5['firstElementChild']),_0x78bbad['setEndBefore'](_0x49a2f5['lastElementChild']);const _0x4c065e=_0x3f2224['getSelection']();_0x4c065e['removeAllRanges'](),_0x4c065e['addRange'](_0x78bbad),_0x4010c5['execCommand']('copy'),_0x49a2f5['remove']();}}},Vi=class extends _0x1e8352{constructor(_0x53acb8,_0x113d94=''){super(_0x53acb8),this['loaderView']=this['_createLoader'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-content',_0x113d94,'ck-reset_all-excluded','ck-ai-form__content-field']}});}['setContent'](_0x137c9c){this['element']['innerHTML']=_0x137c9c;}['appendLoader'](){this['element']['appendChild'](this['loaderView']['element']);}['_createLoader'](){const _0x2fd397=new _0x1e8352(),_0x52350e=this['locale'],_0x31d5d6=new _0xc9ae37();return _0x31d5d6['isVisible']=!0x0,_0x2fd397['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__loader']},'children':[_0x31d5d6,{'text':ki(_0x52350e,'AI\x20is\x20writing...')}]}),_0x2fd397['render'](),_0x2fd397;}},Ui=class extends _0x1e8352{constructor(_0x481269,_0x20bc6a=''){super(_0x481269);const _0x578b5f=new Wt(),_0x35028f=this['bindTemplate'];this['set']('text',_0x20bc6a),_0x578b5f['content']=_0xaff5dd,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form__error']},'children':[_0x578b5f,{'text':_0x35028f['to']('text')}]});}},Bi=class extends kt{['submitButtonView'];['showHistoryButtonView'];constructor(_0x41f260,_0x202318){super(_0x41f260,_0x202318),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',(_0x2fb792,_0x2acf55)=>{_0x2fb792['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x2acf55());});}['_createSubmitButton'](){const _0x5b5c64=new Pt(this['locale']),_0x335e40=this['locale'];return _0x5b5c64['set']({'icon':it,'label':ki(_0x335e40,'Submit'),'isVisible':!0x0,'tooltip':!0x0,'class':'ck-ai-form__submit'}),_0x5b5c64['on']('execute',()=>{this['submit']();}),_0x5b5c64['bind']('isEnabled')['to'](this['queryView']['fieldView'],'isEmpty',this,'isEnabled',(_0x5d8826,_0x25827a)=>!_0x5d8826&&_0x25827a),_0x5b5c64;}['_createShowHistoryButton'](){const _0x1ab154=new Pt(this['locale']),_0x5ac98b=this['resultsView'],_0x535b0d=this['locale'];_0x1ab154['set']({'label':ki(_0x535b0d,'History'),'withText':!0x1,'icon':_0x811149,'tooltip':!0x0,'tooltipPosition':'sw','class':'ck-ai-form__toggle-history'}),_0x1ab154['bind']('isOn')['to'](_0x5ac98b,'isVisible'),_0x1ab154['bind']('isEnabled')['to'](this,'isEnabled'),_0x1ab154['on']('execute',()=>{_0x5ac98b['isVisible']=!_0x5ac98b['isVisible'],_0x5ac98b['isVisible']?this['filteredView']['focus']():this['focus']();});const _0x2a8941=()=>{Et['window']['requestAnimationFrame'](()=>{if(wt(this['element'])){const _0x12f24e=new gt(this['queryView']['fieldView']['element']),_0x1e4f5a=_0x12f24e['width'],_0x121f41='rtl'===_0x535b0d['uiLanguageDirection']?'left':'right';_0x12f24e['excludeScrollbarsAndBorders'](),_0x1ab154['element']['style'][_0x121f41]=_0x1e4f5a-_0x12f24e['width']+0x1+'px';}});};return this['queryView']['fieldView']['on']('update',_0x2a8941),this['on']('render',_0x2a8941),_0x1ab154;}['submit'](){const _0x2f74b2=this['queryView']['fieldView']['element']['value'];this['fire']('submit',_0x2f74b2);}['focus'](_0x3572b1){-0x1===_0x3572b1?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}},Gi=class extends zt{['historyGroupView'];['clearHistoryButton'];constructor(_0x5dc426){super(_0x5dc426),this['clearHistoryButton']=this['_createClearHistoryButton'](),this['historyGroupView']=new Qt(),this['historyGroupView']['children']['add'](this['clearHistoryButton'],0x1),this['historyGroupView']['label']=ki(_0x5dc426,'Prompt\x20history'),this['historyGroupView']['items']['delegate']('execute')['to'](this),this['items']['add'](this['historyGroupView']);}['filter'](){let _0x34565d=0x0;for(const _0x8c6016 of this['items'])_0x34565d+=_0x8c6016['items']['length'];return{'resultsCount':_0x34565d,'totalItemsCount':_0x34565d};}['_createClearHistoryButton'](){const _0x468512=this['locale'],_0x945dd8=new Pt(this['locale']);return _0x945dd8['set']({'label':'('+ki(_0x468512,'Clear')+')','withText':!0x0}),_0x945dd8['on']('execute',()=>this['fire']('clearHistory')),_0x945dd8;}},Fi=class extends Xt{constructor(_0x5df78c){super();const _0x10411f=new Lt(),_0xb8b95f=new Pt(this['locale'],_0x10411f);this['children']['add'](_0xb8b95f),_0xb8b95f['set']({'label':_0x5df78c['prompt'],'withText':!0x0}),_0xb8b95f['on']('execute',()=>{this['fire']('execute',{'value':_0x1c7478(_0x5df78c['prompt'])});});}};const Ki='CKEditor/AIFormView/PromptHistory';var Wi=class extends ht{constructor(){super(),this['_loadFromSessionStorage'](),this['on']('add',(_0x257513,_0x1f4e87)=>{const _0x247222=Yi(_0x1f4e87['prompt']);for(const _0x4e5670 of this)if(_0x4e5670!=_0x1f4e87&&Yi(_0x4e5670['prompt'])===_0x247222){this['remove'](_0x4e5670);break;}this['length']>0x14&&this['remove'](this['last']),this['_saveToSessionStorage']();}),this['on']('remove',()=>{this['_saveToSessionStorage']();});}['_loadFromSessionStorage'](){const _0x2769cc=sessionStorage['getItem'](Ki)||'[]';this['addMany'](JSON['parse'](_0x2769cc));}['_saveToSessionStorage'](){sessionStorage['setItem'](Ki,JSON['stringify'](this['map'](_0x2f8051=>_0x2f8051)));}};function Yi(_0x111db9){return _0x111db9['toLowerCase']()['trim']();}var $i=class extends _0x1e8352{['focusTracker'];['keystrokes'];['contentArea'];['toolbar'];['promptView'];['errorView'];['_focusables'];['focusCycler'];['_promptHistory'];constructor(_0x3dce78,_0x1a6d94,_0x544364=''){super(_0x3dce78),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(_0x3dce78),this['contentArea']=new Mi(_0x3dce78,_0x544364),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 _0x316dee=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-form',_0x1a6d94],'tabindex':'-1'},'children':[{'tag':'div','attributes':{'class':['ck','ck-ai-form-content']},'children':[{'tag':'div','attributes':{'class':[_0x316dee['if']('isError','ck-hidden',_0x273bf4=>!_0x273bf4)]},'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'](_0x167bfc=0x1){-0x1===_0x167bfc?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 _0x53477a=this['locale'],_0x5158d1=new Bi(_0x53477a,{'queryView':{'label':ki(_0x53477a,'Ask\x20AI\x20to\x20edit\x20or\x20generate'),'creator':_0x4650d6,'showIcon':!0x1,'showResetButton':!0x1},'infoView':{'text':{'noSearchableItems':{'primary':ki(_0x53477a,'Empty\x20history'),'secondary':ki(_0x53477a,'Ask\x20AI\x20and\x20your\x20prompts\x20will\x20be\x20listed\x20here\x20for\x20you\x20to\x20use\x20later.')}}},'filteredView':this['_createHistoryView'](),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1});return _0x5158d1['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x366216,_0x229ba8)=>_0x366216&&!_0x229ba8),this['listenTo'](_0x5158d1,'submit',(_0x2ab5a6,_0x5660f5)=>{this['prompt']=_0x5660f5;const _0x35a8b9=_0x9a78d5(_0x5660f5);this['fire']('submitPrompt',_0x35a8b9),_0x5660f5['trim']()&&this['_promptHistory']['add']({'prompt':_0x35a8b9},0x0);},{'priority':'high'}),_0x5158d1;}['_createHistoryView'](){const _0x2daec2=new Gi(this['locale']);return _0x2daec2['historyGroupView']['items']['bindTo'](this['_promptHistory'])['as'](Fi),_0x2daec2['on']('clearHistory',()=>{this['_promptHistory']['clear'](),this['promptView']['search'](''),this['promptView']['focus']();}),_0x2daec2;}['_createToolbar'](){const _0x2e0e6e=new Hi(this['locale']);return _0x2e0e6e['replaceButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x4c38bc,_0x3fbca7,_0x27f057)=>_0x4c38bc&&!_0x3fbca7&&!!_0x27f057),_0x2e0e6e['replaceButton']['delegate']('execute')['to'](this,'replaceContent'),_0x2e0e6e['insertButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',this,'value',(_0x2909af,_0x586428,_0x48d20b)=>_0x2909af&&!_0x586428&&!!_0x48d20b),_0x2e0e6e['insertButton']['delegate']('execute')['to'](this,'insertContentBelow'),_0x2e0e6e['tryAgainButton']['bind']('isEnabled')['to'](this,'isEnabled',this,'isProcessing',(_0x575723,_0x5b04c5)=>_0x575723&&!_0x5b04c5),_0x2e0e6e['tryAgainButton']['delegate']('execute')['to'](this,'tryAgainEvent'),_0x2e0e6e['stopButton']['bind']('isEnabled')['to'](this,'isProcessing'),_0x2e0e6e['stopButton']['delegate']('execute')['to'](this,'stopProcessing'),_0x2e0e6e;}['startProcessing'](){this['value']='',this['isError']=!0x1,this['isProcessing']=!0x0,this['contentArea']['isVisible']=!0x0,this['toolbar']['isVisible']=!0x0,this['contentArea']['focus']();}['finishProcessing'](){const _0x31fabd=this['locale'];this['isProcessing']=!0x1,this['prompt']='',this['promptView']['reset'](),this['value']&&(this['promptView']['queryView']['label']=ki(_0x31fabd,'Ask\x20AI\x20to\x20improve\x20generated\x20text'));}['handleError'](_0x24aaeb){const _0x5e7efb=this['locale'];this['finishProcessing'](),this['isError']=!0x0,this['errorView']['text']=_0x24aaeb||ki(_0x5e7efb,'AI_ERROR_FAILED'),this['value']||(this['contentArea']['isVisible']=!0x1);}};const qi=globalThis['DataTransfer'];var Qi=class extends _0x3f2605{['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[_0xbf70bd,Ri,Oi,Ht];}constructor(_0x315c22){super(_0x315c22),_0x315c22['config']['define']('ai.assistant.disabledElements',['media','rawHtml','tableOfContents']),_0x315c22['config']['define']('ai.assistant.contentAreaCssClass',''),_0x315c22['config']['define']('ai.assistant.useTheme',!0x0),this['_uiCssClasses']='ck-ai-assistant-ui'+(_0x315c22['config']['get']('ai.assistant.useTheme')?'\x20ck-ai-assistant-ui_theme':'');}['init'](){const {editor:_0x32bc47}=this;this['_aiAdapter']=_0x32bc47['plugins']['get'](Oi),this['_dialog']=_0x32bc47['plugins']['get'](Ht),this['_formView']=null,this['_commandDefinitions']=this['_getResolvedCommandsDefinitions']();const _0x48420a=new Ni(_0x32bc47,Array['from'](this['_commandDefinitions']['values']()));_0x32bc47['commands']['add']('showAIAssistant',_0x48420a),_0x32bc47['ui']['componentFactory']['add']('aiCommands',_0x225163=>{const _0x260e4f=_0x312ca1(_0x225163);return _0x260e4f['set']({'class':'ck-ai-commands-dropdown\x20'+this['_uiCssClasses']}),_0x260e4f['buttonView']['set']({'label':ki(_0x225163,'AI\x20Commands'),'icon':_0xadf67a,'tooltip':!0x0}),_0x260e4f['on']('execute',_0x370cd8=>this['_onExecute'](_0x370cd8['source']['id'])),_0x214d8b(_0x260e4f,_0x32bc47['ui']['view']['body'],function(_0x49337b){const _0x575bff=zi(_0x49337b,fi(_0x49337b['config']['get']('ai.assistant.commands'),_0x49337b['locale']))['filter'](_0x42982a=>_0x42982a['commands']['length']);return 0x1===_0x575bff['length']?zi(_0x49337b,_0x575bff[0x0]['commands'])['map'](_0x379110=>({'id':_0x379110['id'],'label':_0x379110['label']})):_0x575bff['map'](_0x422c76=>{const {groupId:_0x804942,groupLabel:_0x4b0df1,commands:_0x3be82a}=_0x422c76,_0x407bc7=zi(_0x49337b,_0x3be82a)['map'](_0x8b9404=>({'id':_0x8b9404['id'],'label':_0x8b9404['label']}));return{'id':_0x804942,'menu':_0x4b0df1||_0x804942,'children':_0x407bc7};});}(_0x32bc47),{'ariaLabel':ki(_0x225163,'AI\x20Commands')}),_0x260e4f['menuView']['menuPanelClass']='ck-ai-commands-dropdown\x20'+this['_uiCssClasses'],_0x48420a['on']('change:enabledCommandsIds',_0x5d4d91),_0x260e4f['menuView']['once']('render',_0x5d4d91),_0x260e4f;function _0x5d4d91(){_0x260e4f['isEnabled']=_0x48420a['enabledCommandsIds']['length']>0x0;for(const _0x50a11f of _0x260e4f['menuView']['buttons'])_0x50a11f['isEnabled']=_0x48420a['enabledCommandsIds']['includes'](_0x50a11f['id']);}}),_0x32bc47['ui']['componentFactory']['add']('menuBar:aiCommands',_0x206595=>{const _0x2938df=new te(_0x206595);_0x2938df['buttonView']['set']({'label':ki(_0x206595,'AI\x20Commands'),'icon':_0xadf67a}),_0x2938df['bind']('isEnabled')['to'](_0x48420a,'enabledCommandsIds',_0x5982d5=>_0x5982d5['length']>0x0);const _0x2ea8cf=fi(_0x32bc47['config']['get']('ai.assistant.commands'),_0x206595);return this['_populateMenuBarMenu'](_0x48420a,_0x2938df,_0x2ea8cf,_0x5be391=>this['_onExecute'](_0x5be391)),_0x2938df;}),_0x32bc47['ui']['componentFactory']['add']('aiAssistant',()=>{const _0x5e5be5=this['_createAIAssistantUIButton'](Pt);return _0x5e5be5['set']({'tooltip':!0x0,'class':'ck-ai-assistant-button\x20'+this['_uiCssClasses']}),_0x5e5be5;}),_0x32bc47['ui']['componentFactory']['add']('menuBar:aiAssistant',()=>{const _0x26eeeb=this['_createAIAssistantUIButton'](jt);return _0x26eeeb['set']({'role':'menuitemcheckbox'}),_0x26eeeb;}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3dbb4d=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x446964;for(const _0x42175f in _0x3dbb4d){const _0xddeec2=_0x42175f,_0x95f122=_0x3dbb4d[_0xddeec2];if('aiLicenseKeyValid'==_0x95f122||'aiLicenseKeyInvalid'==_0x95f122||'aiLicenseKeyExpired'==_0x95f122||'aiLicenseKeyDomainLimit'==_0x95f122||'aiLicenseKeyNotAllowed'==_0x95f122||'aiLicenseKeyEvaluationLimit'==_0x95f122||'aiLicenseKeyUsageLimit'==_0x95f122){delete _0x3dbb4d[_0xddeec2],_0x446964=_0x95f122,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'aiLicenseKeyInvalid'==_0x446964&&_0x3dbb4d['_showLicenseError']('invalid'),'aiLicenseKeyExpired'==_0x446964&&_0x3dbb4d['_showLicenseError']('expired'),'aiLicenseKeyDomainLimit'==_0x446964&&_0x3dbb4d['_showLicenseError']('domainLimit'),'aiLicenseKeyNotAllowed'==_0x446964&&_0x3dbb4d['_showLicenseError']('featureNotAllowed','AIAssistant'),'aiLicenseKeyEvaluationLimit'==_0x446964&&_0x3dbb4d['_showLicenseError']('evaluationLimit'),'aiLicenseKeyUsageLimit'==_0x446964&&_0x3dbb4d['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['showUI'](_0x17317e='',_0x38d885='',_0x24dce7='custom'){const _0x56ccc3=this['editor'],_0x187ed5=_0x56ccc3['editing']['view'],_0x539143=_0x56ccc3['plugins']['get'](Ri),_0x15b7c1=_0x56ccc3['plugins']['get'](_0xbf70bd);_0x539143['showFakeVisualSelection']();const _0x7e2a54=new qi(),_0x3d9e33=new ClipboardEvent('copy',{'clipboardData':_0x7e2a54}),_0xcf6edd=new _0x3d6f97(_0x7e2a54),_0x233a9d=new _0x4f9ee5(_0x187ed5,_0x3d9e33,{'dataTransfer':_0xcf6edd});_0x15b7c1['_forceMarkersCopy']('comment',()=>{_0x187ed5['document']['fire']('copy',_0x233a9d);}),this['_formView']||(this['_initView'](),this['_aiAssistantController']=new Di(_0x56ccc3,this['_aiAdapter']['textAdapter'],this['_formView']));let _0x2f4d1=_0xcf6edd['getData']('text/html');const _0x2d1048=_0x56ccc3['model']['document']['selection'],_0x383706=Array['from'](_0x2d1048['getRanges']());0x1===_0x383706['length']&&_0x383706[0x0]['isFlat']&&!_0x2d1048['getSelectedElement']()&&''!==_0x2f4d1['replace'](/ /g,'')['trim']()&&(_0x2f4d1='<p>'+_0x2f4d1+'</p>'),this['_aiAssistantController']['updateView']({'actionId':_0x24dce7,'query':_0x17317e,'htmlContent':_0x2f4d1,'label':_0x38d885,'mainActionLabel':Pi[_0x56ccc3['model']['document']['selection']['isCollapsed']?'INSERT':'REPLACE']}),'aiAssistant'!==this['_dialog']['id']?this['_dialog']['show']({'id':'aiAssistant','icon':_0x2c8e44,'title':ki(this['editor']['locale'],'AI\x20Assistant'),'content':this['_formView'],'position':Mt['EDITOR_TOP_SIDE'],'onShow':()=>{this['_formView']['focus']();},'onHide':()=>{this['_aiAssistantController']['reset'](),_0x539143['hideFakeVisualSelection']();}}):this['_dialog']['view']['wasMoved']||this['_dialog']['view']['updatePosition']();}['hideUI'](){this['_dialog']['hide']();}['_getResolvedCommandsDefinitions'](){const _0x1c70d4=new Map(),_0x5129ec=fi(this['editor']['config']['get']('ai.assistant.commands'),this['editor']['locale']);for(const _0x362ebb of _0x5129ec)for(const _0x46a298 of _0x362ebb['commands'])_0x1c70d4['set'](_0x46a298['id'],{..._0x46a298,'groupId':_0x362ebb['groupId'],'groupLabel':_0x362ebb['groupLabel']||_0x362ebb['groupId']});return _0x1c70d4;}['_createAIAssistantUIButton'](_0x2903eb){const _0x355eac=this['editor'],_0x606ffe=_0x355eac['commands']['get']('showAIAssistant'),_0x3c213f=new _0x2903eb(_0x355eac['locale']);return _0x3c213f['set']({'label':ki(_0x355eac['locale'],'AI\x20Assistant'),'icon':_0x2c8e44,'isToggleable':!0x0}),_0x3c213f['bind']('isEnabled')['to'](_0x606ffe),_0x3c213f['bind']('isOn')['to'](this['_dialog'],'id',_0xea3b94=>'aiAssistant'===_0xea3b94),this['listenTo'](_0x3c213f,'execute',()=>{_0x3c213f['isOn']?this['hideUI']():_0x606ffe['execute']();}),_0x3c213f;}['_initView'](){const _0x15d188=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',()=>{_0x15d188['insertContent'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['listenTo'](this['_formView'],'insertContentBelow',()=>{_0x15d188['insertContentBelow'](this['_aiAssistantController']['currentContext']),this['hideUI']();}),this['_initAriaAiStatusChangeAnnouncements']();}['_initAriaAiStatusChangeAnnouncements'](){const {locale:_0xb45e38,ui:{ariaLiveAnnouncer:_0x20e6cd}}=this['editor'];this['_formView']['contentArea']['on']('change:isProcessing',(_0x2a3d1e,_0x3609ea,_0x12f5a2)=>{const _0x5ac2f1=this['_aiAssistantController']['currentContext'];_0x12f5a2?_0x20e6cd['announce'](ki(_0xb45e38,'AI\x20is\x20writing')):_0x5ac2f1&&_0x20e6cd['announce'](ki(_0xb45e38,'Generated\x20content:\x20%0',_0x5ac2f1),{'politeness':'polite','isUnsafeHTML':!0x0});}),this['_formView']['on']('change:isError',(_0x1696d9,_0x52efef,_0x2b0d51)=>{if(_0x2b0d51){const _0x16291d=this['_formView']['errorView']['text'];_0x20e6cd['announce'](ki(_0xb45e38,'Error\x20during\x20AI\x20content\x20generation:\x20%0',_0x16291d));}});}['_onExecute'](_0x34ee91){const _0x4bee5a=this['_commandDefinitions']['get'](_0x34ee91),_0x2d183c=this['editor'],_0x403cfb=_0x2d183c['model']['document']['selection'],_0x538e31=_0x2d183c['commands']['get']('showAIAssistant'),_0x1fdcdf=_0x2d183c['plugins']['get'](Ri),_0x58ef9e=''+('_ungrouppedCommands'!==_0x4bee5a['groupId']?_0x4bee5a['groupLabel']+':\x20':'')+_0x4bee5a['label'];if(!0x1!==_0x4bee5a['requiresContent']&&_0x403cfb['isCollapsed']){const _0x243335=pt(_0x403cfb['getSelectedBlocks']())||_0x2d183c['model']['schema']['getLimitElement'](_0x403cfb);_0x2d183c['model']['change'](_0x6bf989=>{_0x6bf989['setSelection'](_0x243335,'in');});}_0x1fdcdf['showFakeVisualSelection'](),_0x538e31['execute'](_0x4bee5a['prompt'],_0x58ef9e,'command:'+_0x34ee91);}['_populateMenuBarMenu'](_0x4408bb,_0x5562cc,_0x25d631,_0x157811){const _0x2b9eb7=this['editor'],_0x118232=_0x2b9eb7['locale'],_0x54ce22=new Zt(_0x118232),_0x33148d=zi(_0x2b9eb7,_0x25d631)['filter'](_0x26a1dc=>_0x26a1dc['commands']['length']);0x1===_0x33148d['length']?this['_getMenuBarGroupButtons']({'command':_0x4408bb,'commands':_0x33148d[0x0]['commands'],'parentMenuView':_0x5562cc,'onExecute':_0x157811})['forEach'](_0x4580a4=>_0x54ce22['items']['add'](_0x4580a4)):_0x33148d['forEach'](({groupId:_0x152da8,groupLabel:_0x1bac98,commands:_0x12a6b9})=>{const _0x569820=new Jt(_0x118232,_0x5562cc),_0x16da71=new te(_0x118232),_0x1d79e5=new Zt(_0x118232),_0x1727ae=this['_getMenuBarGroupButtons']({'command':_0x4408bb,'commands':_0x12a6b9,'parentMenuView':_0x16da71,'onExecute':_0x157811});_0x16da71['buttonView']['set']({'label':_0x1bac98||_0x152da8}),_0x16da71['delegate']('execute')['to'](_0x5562cc),_0x1d79e5['items']['addMany'](_0x1727ae),_0x16da71['panelView']['children']['add'](_0x1d79e5),_0x569820['children']['add'](_0x16da71),_0x54ce22['items']['add'](_0x569820);}),_0x5562cc['panelView']['children']['add'](_0x54ce22);}['_getMenuBarGroupButtons']({command:_0x271549,commands:_0x1fea07,parentMenuView:_0x185445,onExecute:_0x537b91}){const _0xaade19=this['editor'],_0x35a0c1=_0xaade19['locale'];return zi(_0xaade19,_0x1fea07)['map'](_0x4cb1c2=>{const _0x3a5e0f=new Jt(_0x35a0c1,_0x185445),_0x20c7a0=new jt(_0x35a0c1);return _0x20c7a0['set']({'label':_0x4cb1c2['label']}),_0x20c7a0['delegate']('execute')['to'](_0x185445),_0x20c7a0['on']('execute',()=>_0x537b91(_0x4cb1c2['id'])),_0x20c7a0['bind']('isEnabled')['to'](_0x271549,'enabledCommandsIds',_0x29900d=>_0x29900d['includes'](_0x4cb1c2['id'])),_0x3a5e0f['children']['add'](_0x20c7a0),_0x3a5e0f;});}};function Xi(_0x1023a1,_0x46ba88){return void 0x0!==_0x1023a1['order']&&void 0x0===_0x46ba88['order']?0x1:void 0x0===_0x1023a1['order']&&void 0x0!==_0x46ba88['order']?-0x1:void 0x0!==_0x1023a1['order']&&void 0x0!==_0x46ba88['order']?_0x1023a1['order']-_0x46ba88['order']:0x0;}function zi(_0xc653c3,_0x1a1d87){_0x1a1d87['sort'](Xi);const _0x41bb21={},_0x42179d=[];for(const _0x5d3786 of _0x1a1d87)if(void 0x0!==_0x5d3786['order']){if(_0x5d3786['order']in _0x41bb21)throw new at('ai-commands-config-order-collision',_0xc653c3,{'conflictingDefinitions':[_0x5d3786,_0x41bb21[_0x5d3786['order']]]});_0x41bb21[_0x5d3786['order']]=_0x5d3786,_0x42179d['splice'](_0x5d3786['order'],0x0,_0x5d3786);}else _0x42179d['push'](_0x5d3786);return _0x42179d;}var ji=class extends _0x3f2605{static get['requires'](){return[Qi,Ri];}static get['pluginName'](){return'AIAssistant';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0xf1f0d8){super(_0xf1f0d8);const _0x72323a=_0xf1f0d8['config'],_0x5754af=_0xf1f0d8['locale'];_0x72323a['define']('ai.assistant.preserveComments',!0x0),_0x72323a['define']('ai.assistant.commands',Ji(_0x5754af)),_0x72323a['define']('ai.assistant.extraCommandGroups',[]),_0x72323a['define']('ai.assistant.removeCommands',[]);let _0x475b0e=fi(_0x72323a['get']('ai.assistant.commands'),_0x5754af);const _0x1b8562=_0x72323a['get']('ai.assistant.extraCommandGroups'),_0x19d97c=_0x72323a['get']('ai.assistant.removeCommands');_0x1b8562['forEach'](_0x437eaa=>{const _0x226dd9=_0x475b0e['find'](_0x365e6a=>_0x365e6a['groupId']===_0x437eaa['groupId']);_0x226dd9?_0x226dd9['commands']=_0x226dd9['commands']['concat'](_0x437eaa['commands']):_0x475b0e['push'](_0x437eaa);}),_0x475b0e=_0x475b0e['filter'](_0x20a8f4=>!_0x19d97c['includes'](_0x20a8f4['groupId'])),_0x475b0e['forEach'](_0x5e3aeb=>{_0x5e3aeb['commands']=_0x5e3aeb['commands']['filter'](_0x1fa30a=>!_0x19d97c['includes'](_0x1fa30a['id']));}),_0x72323a['set']('ai.assistant.commands',_0x475b0e);}};function Ji(_0x162822){return[{'groupId':'editOrReview','groupLabel':ki(_0x162822,'Edit\x20or\x20review'),'commands':[{'id':'improveWriting','label':ki(_0x162822,'Improve\x20writing'),'prompt':'Fix\x20spelling\x20mistakes,\x20use\x20proper\x20grammar\x20and\x20apply\x20good\x20writing\x20practices.\x20Do\x20not\x20lose\x20the\x20original\x20meaning.'},{'id':'makeShorter','label':ki(_0x162822,'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(_0x162822,'Make\x20longer'),'prompt':'Improve\x20this\x20content\x20by\x20using\x20descriptive\x20language\x20and\x20inserting\x20more\x20information\x20and\x20more\x20detailed\x20explanations.'},{'id':'simplifyLanguage','label':ki(_0x162822,'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(_0x162822,'Generate\x20from\x20selection'),'commands':[{'id':'summarize','label':ki(_0x162822,'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(_0x162822,'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(_0x162822,'Change\x20tone'),'commands':[{'id':'professional','label':ki(_0x162822,'Professional'),'prompt':'Improve\x20using\x20polished,\x20formal,\x20and\x20respectful\x20language\x20to\x20convey\x20professional\x20expertise\x20and\x20competence.'},{'id':'casual','label':ki(_0x162822,'Casual'),'prompt':'Improve\x20using\x20casual,\x20informal\x20language\x20to\x20convey\x20a\x20casual\x20conversation\x20with\x20a\x20real\x20person.'},{'id':'direct','label':ki(_0x162822,'Direct'),'prompt':'Improve\x20using\x20direct\x20language,\x20using\x20only\x20the\x20essential\x20information.'},{'id':'confident','label':ki(_0x162822,'Confident'),'prompt':'Improve\x20using\x20compelling,\x20optimistic\x20language\x20to\x20convey\x20confidence\x20in\x20the\x20writing.'},{'id':'friendly','label':ki(_0x162822,'Friendly'),'prompt':'Improve\x20using\x20friendly,\x20comforting\x20language,\x20to\x20convey\x20understanding\x20and\x20empathy.'}]},{'groupId':'changeStyle','groupLabel':ki(_0x162822,'Change\x20style'),'commands':[{'id':'business','label':ki(_0x162822,'Business'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20business\x20professional\x20with\x20formal\x20language.'},{'id':'legal','label':ki(_0x162822,'Legal'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20legal\x20professional\x20using\x20valid\x20legal\x20terminology.'},{'id':'journalism','label':ki(_0x162822,'Journalism'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20journalist\x20using\x20engaging\x20language\x20to\x20convey\x20the\x20importance\x20of\x20the\x20information.'},{'id':'poetic','label':ki(_0x162822,'Poetic'),'prompt':'Rewrite\x20this\x20content\x20as\x20a\x20poem\x20using\x20poetic\x20techniques\x20without\x20losing\x20the\x20original\x20meaning.'}]},{'groupId':'translate','groupLabel':ki(_0x162822,'Translate'),'commands':[{'id':'translateEnglish','label':ki(_0x162822,'English'),'prompt':'Translate\x20the\x20content\x20to\x20English\x20language.'},{'id':'translateSpanish','label':ki(_0x162822,'Spanish'),'prompt':'Translate\x20the\x20content\x20to\x20Spanish\x20language.'},{'id':'translatePortuguese','label':ki(_0x162822,'Portuguese'),'prompt':'Translate\x20the\x20content\x20to\x20Portuguese\x20language.'},{'id':'translateGerman','label':ki(_0x162822,'German'),'prompt':'Translate\x20the\x20content\x20to\x20German\x20language.'},{'id':'translateFrench','label':ki(_0x162822,'French'),'prompt':'Translate\x20the\x20content\x20to\x20French\x20language.'},{'id':'translateChinese','label':ki(_0x162822,'Simplified\x20Chinese'),'prompt':'Translate\x20the\x20content\x20to\x20Simplified\x20Chinese\x20language.'},{'id':'translateHindi','label':ki(_0x162822,'Hindi'),'prompt':'Translate\x20the\x20content\x20to\x20Hindi\x20language.'},{'id':'translateArabic','label':ki(_0x162822,'Arabic'),'prompt':'Translate\x20the\x20content\x20to\x20Arabic\x20language.'}]}];}var Zi=class extends _0x3f2605{['abortController'];static get['requires'](){return[Oi];}constructor(_0x13c0e7){super(_0x13c0e7),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'](_0x1e7e4c){return this['sendRequest'](_0x1e7e4c)['catch'](_0x59598c=>{if(_0x59598c instanceof vi)return Promise['reject'](_0x59598c);if('AbortError'==_0x59598c['name'])return Promise['resolve']();throw console['error'](_0x59598c),new at('aitextadapter-send-request-failed',null);});}async['_prepareRequestHeaders'](_0x257a62,_0x1a6a60){const _0xf20497=this['editor']['locale'],_0x98fac9={'Content-Type':'application/json'};if('object'==typeof _0x257a62)Object['assign'](_0x98fac9,_0x257a62);else{if(_0x257a62)try{const _0xdc1df8=await _0x257a62(_0x1a6a60);Object['assign'](_0x98fac9,_0xdc1df8);}catch{return Promise['reject'](new vi(ki(_0xf20497,'AI_ERROR_GET_HEADERS')));}}return _0x98fac9;}async['_prepareRequestParameters'](_0x157866,_0x33f870){const _0x15846e=this['editor']['locale'];if('object'==typeof _0x157866)return _0x157866;try{return await _0x157866(_0x33f870);}catch{return Promise['reject'](new vi(ki(_0x15846e,'AI_ERROR_GET_PARAMETERS')));}}},ts=class extends Zi{['_apiUrl'];['_requestHeaders'];['_requestParameters'];static get['pluginName'](){return'OpenAITextAdapter';}constructor(_0xaf9ef3){super(_0xaf9ef3),_0xaf9ef3['config']['define']('ai.assistant.adapter.openAI.apiUrl','https://api.openai.com/v1/chat/completions'),_0xaf9ef3['config']['get']('ai.assistant.adapter.openAI.requestParameters')||_0xaf9ef3['config']['define']('ai.assistant.adapter.openAI.requestParameters',{'model':'gpt-4o','temperature':0x1,'top_p':0x1,'stream':!0x0}),this['_apiUrl']=_0xaf9ef3['config']['get']('ai.assistant.adapter.openAI.apiUrl'),this['_requestHeaders']=_0xaf9ef3['config']['get']('ai.assistant.adapter.openAI.requestHeaders')||{},this['_requestParameters']=_0xaf9ef3['config']['get']('ai.assistant.adapter.openAI.requestParameters');}async['sendRequest']({query:_0x4aaec7,context:_0x631a36,onData:_0x41e170,actionId:_0x5ccc08}){const _0x358090=this['editor']['locale'],_0x541e14=await this['prepareMessages'](_0x4aaec7,_0x631a36,_0x5ccc08),_0x329d46=await this['_prepareRequestHeaders'](this['_requestHeaders'],_0x5ccc08),_0x1f5dd5=await this['_prepareRequestParameters'](this['_requestParameters'],_0x5ccc08),_0x409575={'messages':_0x541e14,..._0x1f5dd5},_0x529015={'method':'POST','headers':_0x329d46,'body':JSON['stringify'](_0x409575),'signal':this['abortController']['signal']},_0x449cd8=await fetch(this['_apiUrl'],_0x529015);if(_0x449cd8['ok'])return _0x1f5dd5['stream']?await this['_readStreamableResponse'](_0x449cd8,_0x41e170):await this['_readStaticResponse'](_0x449cd8,_0x41e170),Promise['resolve']();{const _0x7b78b3=await _0x449cd8['text']();return _0x7b78b3['includes']('context_length_exceeded')?Promise['reject'](new vi(ki(_0x358090,'AI_ERROR_CONTEXT_LENGTH'))):_0x7b78b3['includes']('Moderation')?Promise['reject'](new vi(ki(_0x358090,'AI_ERROR_MODERATION'))):Promise['reject'](new Error(_0x7b78b3));}}async['prepareMessages'](_0x3a9713,_0x296725,_0x2befb2){let _0x3e90dc,_0xade6cb;return _0x296725?(_0x3e90dc='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.',_0xade6cb='Instruction:\x0a'+_0x3a9713+'\x0aYou\x20must\x20keep\x20the\x20text\x20formatting.\x0a\x0aContent:\x0a'+_0x296725):(_0x3e90dc='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.',_0xade6cb=_0x3a9713),[{'role':'system','content':_0x3e90dc},{'role':'user','content':_0xade6cb}];}async['_readStreamableResponse'](_0x1a23fd,_0x402a63){const _0x4a1b3a=_0x1a23fd['body']['getReader'](),_0x2fe097=new TextDecoder();let _0x49da85='',_0x1a85fc='',_0x360897='',_0x43ea3e=!0x1;for(;!_0x43ea3e;){const {done:_0x2b75b6,value:_0x19d958}=await _0x4a1b3a['read'](),_0x145e8a=_0x49da85+_0x2fe097['decode'](_0x19d958);let _0x2fbaa4='';_0x43ea3e=_0x2b75b6;try{_0x2fbaa4=this['_cleanUpData'](_0x145e8a),_0x49da85='';}catch{_0x49da85=_0x145e8a;continue;}_0x1a85fc+=_0x2fbaa4,!_0x43ea3e&&this['_isBufferIncomplete'](_0x1a85fc)||_0x1a85fc&&(_0x360897+=_0x1a85fc,_0x1a85fc='',_0x402a63(_0x360897));}return Promise['resolve']();}async['_readStaticResponse'](_0x3f911d,_0x353777){return _0x353777((await _0x3f911d['json']())['choices'][0x0]['message']['content']),Promise['resolve']();}['_isBufferIncomplete'](_0x533a24){const _0x154398=_0x533a24['split']('<')['length']!==_0x533a24['split']('>')['length'],_0x6866f7=_0x533a24['length']<0x1e;return _0x154398&&_0x6866f7;}['_cleanUpData'](_0x2e90ab){return _0x2e90ab['split'](/\n(?![^{]*\})/g)['map'](_0x2d01a3=>_0x2d01a3['replace']('data:\x20',''))['filter'](_0x4ab0fb=>_0x4ab0fb&&_0x4ab0fb['length']>0x0&&'[DONE]'!==_0x4ab0fb)['map'](_0x4ecc79=>{const {choices:_0x51aecd}=JSON['parse'](_0x4ecc79);if(_0x51aecd[0x0]?.['delta']?.['content'])return _0x51aecd[0x0]['delta']['content'];})['filter'](_0x490ae2=>_0x490ae2)['join']('');}},es=class extends Zi{static get['pluginName'](){return'AWSTextAdapter';}['init'](){super['init'](),ft('ai-aws-adapter-not-supported');}async['sendRequest'](_0x5b3e99){throw Ct('ai-aws-adapter-not-supported'),new vi(ki(this['editor']['locale'],'AI_ERROR_AWS_NOT_SUPPORTED'));}},is=class extends Pt{constructor(_0x311f6f,_0x20bbe6={}){super(_0x311f6f),this['isToggleable']=!0x0,this['set']('side',_0x20bbe6['side']||'top');const _0x4e63cc=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-tab-button',...Rt(_0x20bbe6['class']||[]),_0x4e63cc['to']('side',_0x402559=>'ck-tab-button_'+_0x402559),_0x4e63cc['to']('class')]}});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}},ss=class extends _0x1e8352{['children'];constructor(_0x6480b7,_0x248b11={}){super(_0x6480b7);const _0x6d836f=this['bindTemplate'];this['set']('isVisible',!0x1),this['set']('class',''),this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-tab-panel',...Rt(_0x248b11['class']||[]),_0x6d836f['to']('class'),_0x6d836f['if']('isVisible','ck-hidden',_0x1c2357=>!_0x1c2357)]},'children':this['children']});}['show'](){this['set']('isVisible',!0x0);}['hide'](){this['set']('isVisible',!0x1);}},ns=class extends _0x1e8352{['buttonViews']=this['createCollection']();['panelViews']=this['createCollection']();['_tabs']=new Map();constructor(_0x68f47e,_0x385795={}){super(_0x68f47e),this['set']('class',void 0x0),this['set']('activeTab',null),this['set']('side',_0x385795['side']||'top'),this['set']('isMaximized',!0x1),this['set']('collapsible',_0x385795['collapsible']||!0x1),this['set']('isCollapsed',!0x1),this['set']('_isMaximizedActive',!0x1),this['bind']('_isMaximizedActive')['to'](this,'isMaximized',this,'isCollapsed',(_0xdafc5d,_0x5df4b1)=>_0xdafc5d&&!_0x5df4b1);const _0x48e1e0=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-tabs',...Rt(_0x385795['class']||[]),_0x48e1e0['to']('side',_0x578197=>'ck-tabs_'+_0x578197),_0x48e1e0['to']('class'),_0x48e1e0['if']('_isMaximizedActive','ck-ai-tabs_maximized'),_0x48e1e0['if']('isCollapsed','ck-ai-tabs_collapsed')],'tabindex':'0'},'children':[{'tag':'div','attributes':{'class':['ck','ck-tabs__buttons-container',_0x48e1e0['to']('side',_0xf92be8=>'ck-tabs__buttons-container_'+_0xf92be8)]},'children':this['buttonViews']},{'tag':'div','attributes':{'class':['ck','ck-tabs__panels-container',_0x48e1e0['to']('side',_0x4de016=>'ck-tabs__panels-container_'+_0x4de016)]},'children':this['panelViews']},...Rt(_0x385795['children']||[])]});}['getTabIds'](){return[...this['_tabs']['keys']()];}['getTab'](_0x4246b9){const _0x3df236=this['_tabs']['get'](_0x4246b9);return _0x3df236||null;}['addTab'](_0x1945e7){const _0xfe44f6=this['_setupButton']({'id':_0x1945e7['id'],'label':_0x1945e7['buttonLabel'],'icon':_0x1945e7['buttonIcon'],'order':_0x1945e7['order']}),_0x178370=new ss(this['locale']);return _0x178370['render'](),_0x1945e7['content']&&_0x178370['children']['add'](_0x1945e7['content']),this['panelViews']['add'](_0x178370),this['_tabs']['set'](_0x1945e7['id'],{'button':_0xfe44f6,'panel':_0x178370,'order':void 0x0!==_0x1945e7['order']?_0x1945e7['order']:null}),this['fire']('addTab:'+_0x1945e7['id'],{'id':_0x1945e7['id'],'button':_0xfe44f6,'panel':_0x178370}),null===this['activeTab']?this['activateTab'](_0x1945e7['id']):this['_hidePanel'](_0x1945e7['id']),{'button':_0xfe44f6,'panel':_0x178370};}['activateTab'](_0x12f43a){if(null!==_0x12f43a&&!this['getTab'](_0x12f43a))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x12f43a});if(this['isCollapsed']=!0x1,this['activeTab']===_0x12f43a)return;const _0x4cadfa=this['activeTab'];this['activeTab']&&this['_hidePanel'](this['activeTab']),this['activeTab']=_0x12f43a,_0x12f43a&&this['_showPanel'](_0x12f43a),this['fire']('activateTab:'+_0x12f43a,{'newTab':_0x12f43a,'oldTab':_0x4cadfa});}['toggleTabPanel'](_0x54908a){this['activeTab']===_0x54908a?this['collapsible']&&(this['isCollapsed']=!this['isCollapsed']):this['activateTab'](_0x54908a);}['showTab'](_0x2831ef){if(!this['getTab'](_0x2831ef))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x2831ef});this['_showPanel'](_0x2831ef),this['_showButton'](_0x2831ef),this['fire']('show:'+_0x2831ef,_0x2831ef);}['hideTab'](_0x5f46ba){if(!this['getTab'](_0x5f46ba))throw new at('ui-tabsview-tab-not-found',{'tabs':this,'tabId':_0x5f46ba});const _0x515cc9=this['activeTab'];this['_hidePanel'](_0x5f46ba),this['_hideButton'](_0x5f46ba);const _0xd2cab0=this['getTabIds']();_0x515cc9===_0x5f46ba&&_0xd2cab0['length']>0x1&&this['activateTab'](_0xd2cab0['find'](_0x570fe4=>_0x570fe4!==_0x5f46ba)),this['fire']('hide:'+_0x5f46ba,_0x5f46ba);}['_getPanel'](_0x44725e){const _0xe481d0=this['_tabs']['get'](_0x44725e);return _0xe481d0?_0xe481d0['panel']:null;}['_showPanel'](_0x12e83b){null!==this['activeTab']&&this['activeTab']!==_0x12e83b||this['_getPanel'](_0x12e83b)['show']();}['_hidePanel'](_0x28d04c){const _0x4154c6=this['_getPanel'](_0x28d04c);_0x4154c6['isVisible']&&(this['activeTab']===_0x28d04c&&(this['activeTab']=null),_0x4154c6['hide']());}['_getButton'](_0x58c58a){const _0x122da8=this['_tabs']['get'](_0x58c58a);return _0x122da8?_0x122da8['button']:null;}['_showButton'](_0x3a949a){this['_getButton'](_0x3a949a)['show']();}['_hideButton'](_0x5ca291){this['_getButton'](_0x5ca291)['hide']();}['_setupButton'](_0x5a98da){const _0x72e424=new is(this['locale'],{'side':this['side']}),_0x3b5c65=this['buttonViews'];if(_0x72e424['set']({'label':_0x5a98da['label'],'icon':_0x5a98da['icon'],'tooltip':!0x0,'withText':!0x0}),_0x72e424['bind']('isOn')['to'](this,'activeTab',this,'isCollapsed',(_0x4480fa,_0x1142ec)=>_0x4480fa===_0x5a98da['id']&&!_0x1142ec),_0x72e424['bind']('side')['to'](this,'side'),_0x5a98da['order']){const _0x39b783=[...this['_tabs']]['reduce']((_0x45944c,_0x3891e2)=>{const _0x57b1f2=_0x3891e2[0x0],{order:_0x1a5bdc}=_0x3891e2[0x1];return!_0x1a5bdc||_0x1a5bdc>_0x5a98da['order']?_0x45944c:_0x1a5bdc>=_0x45944c['order']?{'id':_0x57b1f2,'order':_0x1a5bdc}:_0x45944c;},{'id':'','order':0x0}),_0xfa87a6=_0x3b5c65['getIndex'](this['_getButton'](_0x39b783['id']));_0x3b5c65['add'](_0x72e424,_0xfa87a6+0x1);}else _0x3b5c65['add'](_0x72e424);return _0x72e424['on']('execute',()=>{this['toggleTabPanel'](_0x5a98da['id']);}),_0x72e424;}};const rs=['overlay','sidebar','custom'],os=['left','right'];var as=class extends ns{constructor(_0x59a353,_0x527a6d={}){super(_0x59a353,_0x527a6d),this['set']('type',_0x527a6d['type']||'sidebar'),this['set']('side',_0x527a6d['side']||'right'),this['set']('isVisible',_0x527a6d['visibleByDefault']??!0x0);const _0x58fe1=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':['ck-ai-tabs',_0x58fe1['if']('type','ck-ai-tabs__overlay',_0xf963a1=>'overlay'===_0xf963a1),_0x58fe1['if']('type','ck-ai-tabs__sidebar',_0x5b020d=>'sidebar'===_0x5b020d),_0x58fe1['if']('isVisible','ck-hidden',_0xc94279=>!_0xc94279)]}}),this['buttonViews']['on']('add',(_0x584614,_0x3f3e5)=>{_0x3f3e5['set']('withText',!0x1);});}},hs=class extends _0x2d0760{['view'];['container']=null;['showResizeButton']=!0x0;static get['pluginName'](){return'AITabs';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x277bea){if(super(_0x277bea),!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 _0x547104=this['context']['config']['get']('ai.container');if(this['set']('side','right'),void 0x0!==_0x547104['showResizeButton']&&(this['showResizeButton']=_0x547104['showResizeButton']),'sidebar'!==_0x547104['type']&&'overlay'!==_0x547104['type']||_0x547104['side']&&(this['side']=_0x547104['side']),'sidebar'===_0x547104['type']){if(this['container']=_0x547104['element'],this['set']('type','sidebar'),!this['container'])throw new at('ai-tabs-sidebar-container-element-not-found');}else'overlay'===_0x547104['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':_0x547104['visibleByDefault'],'collapsible':_0x547104['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 _0x1a88b7&&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'](_0x420286){if(_0x420286&&this['type']!==_0x420286){if(!rs['includes'](_0x420286))throw new at('ai-tabs-unsupported-ui-type');this['type']=_0x420286;}}['switchSide'](_0x5d41fc){if(_0x5d41fc&&this['side']!==_0x5d41fc){if(!os['includes'](_0x5d41fc))throw new at('ai-tabs-unsupported-ui-side');this['side']=_0x5d41fc;}}['destroy'](){super['destroy'](),this['view']['destroy'](),this['view']['element']&&this['view']['element']['remove']();}},cs=class extends _0x2d0760{['_apiUrl'];get['_apiUrlV11'](){return this['_apiUrl']['replace'](/\/v1$/,'/v1.1');}['_token'];['_decoder'];['_responseCache'];static get['requires'](){return[_0x433de6];}static get['pluginName'](){return'AIConnector';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x32abdd){if(super(_0x32abdd),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 _0x489ac4=this['context']['plugins']['get'](_0x433de6);if(!_0x489ac4['token'])throw new at('ai-missing-token',this);this['_token']=_0x489ac4['token'];}['startConversation'](_0x20545f,_0x3801a0){const _0x352c63=this['_sendApiRequest']('/conversations','POST',{'id':_0x20545f,'group':_0x3801a0});return{'getConversation':async()=>(await _0x352c63['request'])['json'](),'abortController':_0x352c63['abortController']};}['queryAssistant']({message:_0x4d7861,conversationId:_0x13f52b,parts:_0xfafee,capabilities:_0x35faf0,model:_0xca2de,attributes:_0x1478f9}){const _0x74afc9={'prompt':_0x4d7861,'content':_0xfafee,'model':_0xca2de,..._0x35faf0&&{'capabilities':_0x35faf0},..._0x1478f9&&{'attributes':_0x1478f9}},_0x422dc4=this['_sendApiRequest']('/conversations/'+_0x13f52b+'/messages','POST',_0x74afc9,{'apiUrl':this['_apiUrlV11']});return{'getStream':async()=>{const _0x2eb5aa=(await _0x422dc4['request'])['body'];return this['_getStreamReader'](_0x2eb5aa);},'abortController':_0x422dc4['abortController']};}['executeCustomAction']({content:_0x17eb51,message:_0x806d10,model:_0x502ff6,outputFormat:_0x534771}){const _0x234fe1={'content':[{'type':'text','content':_0x17eb51}],'prompt':_0x806d10,'model':_0x502ff6,'outputFormat':_0x534771},_0xf09049=this['_sendApiRequest']('/actions/custom/calls','POST',_0x234fe1);return{'getStream':async()=>{const _0x3b1238=(await _0xf09049['request'])['body'];return this['_getStreamReader'](_0x3b1238);},'abortController':_0xf09049['abortController']};}['executeAction']({actionName:_0x3b2657,content:_0x131f4c,args:_0xefa341}){const _0x3afd36={'content':[{'type':'text','content':_0x131f4c}],'args':_0xefa341},_0x3af2f7=this['_sendApiRequest']('/actions/system/'+_0x3b2657+'/calls','POST',_0x3afd36);return{'getStream':async()=>{const _0x20231b=(await _0x3af2f7['request'])['body'];return this['_getStreamReader'](_0x20231b);},'abortController':_0x3af2f7['abortController']};}['uploadFile'](_0xe7f2e,_0x4ecc30,_0x25a511){const _0xf67ef3=new FormData();_0xf67ef3['append']('file',_0x4ecc30,_0x4ecc30['name']),_0x25a511&&_0xf67ef3['append']('attributes',JSON['stringify'](_0x25a511));const _0x526969=this['_sendApiRequest']('/conversations/'+_0xe7f2e+'/files','POST',_0xf67ef3);return{'getId':async()=>(await _0x526969['request'])['json'](),'abortController':_0x526969['abortController']};}['uploadDocuments'](_0x547686,_0x4b8399){const _0x4a72f9={'documents':_0x4b8399['map'](_0x816c13=>({'content':_0x816c13['content'],'attributes':{'version':_0x816c13['version'],'sessionId':_0x816c13['sessionId'],'channelId':_0x816c13['channelId'],'rootName':_0x816c13['rootName'],'selections':_0x816c13['selections']},...void 0x0!==_0x816c13['name']?{'name':_0x816c13['name']}:{},...void 0x0!==_0x816c13['description']?{'description':_0x816c13['description']}:{}}))},_0x2990eb=this['_sendApiRequest']('/conversations/'+_0x547686+'/documents/batch','POST',_0x4a72f9);return{'getIds':async()=>(await _0x2990eb['request'])['json'](),'abortController':_0x2990eb['abortController']};}['fetchDocuments'](_0x1b288d,_0x22a96a){const _0x518015=new URLSearchParams();_0x518015['append']('documentIds',_0x22a96a['join'](','));const _0x391b08=this['_sendApiRequest']('/conversations/'+_0x1b288d+'/documents/batch?'+_0x518015['toString'](),'GET');return{'getDocuments':async()=>(await _0x391b08['request'])['json'](),'abortController':_0x391b08['abortController']};}['fetchConversations'](_0xd21373,_0xe37ea1={}){const _0x75cccb=new URLSearchParams();_0x75cccb['append']('group',_0xd21373),_0x75cccb['append']('excludeEmpty',!0x1!==_0xe37ea1['excludeEmpty']?'true':'false'),_0x75cccb['append']('limit',_0xe37ea1['limit']?_0xe37ea1['limit']['toString']():'100'),_0x75cccb['append']('sortBy',_0xe37ea1['sortBy']?_0xe37ea1['sortBy']:'createdAt'),_0x75cccb['append']('order',_0xe37ea1['order']?_0xe37ea1['order']:'desc');const _0xe33d5a=this['_sendApiRequest']('/conversations?'+_0x75cccb['toString'](),'GET');return{'getConversations':async()=>(await(await _0xe33d5a['request'])['json']())['items'],'abortController':_0xe33d5a['abortController']};}['deleteConversation'](_0x437e4a){const _0x4eb436=this['_sendApiRequest']('/conversations/'+_0x437e4a,'DELETE');return{'execute':async()=>{await _0x4eb436['request'];},'abortController':_0x4eb436['abortController']};}['updateConversation'](_0x4a4451,_0x22359d){const _0x315d16=this['_sendApiRequest']('/conversations/'+_0x4a4451,'PATCH',_0x22359d);return{'getResult':async()=>(await _0x315d16['request'],_0x22359d),'abortController':_0x315d16['abortController']};}['fetchConversation'](_0x1e8e06){const _0x14e80c=this['_sendApiRequest']('/conversations/'+_0x1e8e06,'GET');return{'getConversation':async()=>(await _0x14e80c['request'])['json'](),'abortController':_0x14e80c['abortController']};}['fetchConversationMessages'](_0x43a105){const _0x135ff0=this['_sendApiRequest']('/conversations/'+_0x43a105+'/messages','GET',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'getMessages':async()=>(await(await _0x135ff0['request'])['json']())['items'],'abortController':_0x135ff0['abortController']};}['uploadUrl'](_0x2b92a3,_0x17ada9,_0x45bdbc){const _0x2ff4aa=this['_sendApiRequest']('/conversations/'+_0x2b92a3+'/web-resources','POST',{'url':_0x17ada9,'attributes':_0x45bdbc});return{'getId':async()=>(await _0x2ff4aa['request'])['json'](),'abortController':_0x2ff4aa['abortController']};}['getModels'](_0x3b0dc6='en'){const _0x45c789=new URLSearchParams();_0x45c789['append']('language',_0x3b0dc6);const _0x5a822b='/models/1?'+_0x45c789['toString'](),_0x2aef99=this['_sendApiRequest'](_0x5a822b,'GET',void 0x0,{'useCache':!0x0});return{'list':async()=>await(await _0x2aef99['request'])['json'](),'abortController':_0x2aef99['abortController']};}['deleteFile'](_0x50ee4a,_0x18a43d){const _0x168180=this['_sendApiRequest']('/conversations/'+_0x50ee4a+'/files/'+_0x18a43d,'DELETE');return{'execute':async()=>{await _0x168180['request'];},'abortController':_0x168180['abortController']};}['deleteDocument'](_0x49d531,_0x3ad488){const _0xe3720d=this['_sendApiRequest']('/conversations/'+_0x49d531+'/documents/'+_0x3ad488,'DELETE');return{'execute':async()=>{await _0xe3720d['request'];},'abortController':_0xe3720d['abortController']};}['deleteWebResource'](_0x400626,_0x11dc4b){const _0x5e27d0=this['_sendApiRequest']('/conversations/'+_0x400626+'/web-resources/'+_0x11dc4b,'DELETE');return{'execute':async()=>{await _0x5e27d0['request'];},'abortController':_0x5e27d0['abortController']};}['cancelStream'](_0x175d9b,_0x22b531){const _0xf2b84d=this['_sendApiRequest']('/conversations/'+_0x175d9b+'/messages/'+_0x22b531+'/stream','DELETE',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'execute':async()=>{await _0xf2b84d['request'];},'abortController':_0xf2b84d['abortController']};}['resumeStream'](_0x3ea3aa,_0x26ecdd,_0x564956='0-0'){const _0x4f0cc6=new URLSearchParams({'lastEventId':_0x564956}),_0x283077=this['_sendApiRequest']('/conversations/'+_0x3ea3aa+'/messages/'+_0x26ecdd+'/stream?'+_0x4f0cc6['toString'](),'GET',void 0x0,{'apiUrl':this['_apiUrlV11']});return{'getStream':async()=>{const _0x473038=await _0x283077['request'];return this['_getStreamReader'](_0x473038['body']);},'abortController':_0x283077['abortController']};}['callSystemReview']({reviewName:_0x3d531e,content:_0x5a0c85,args:_0x27d98e}){const _0x19983a=this['_sendApiRequest']('/reviews/system/'+_0x3d531e+'/calls','POST',{'content':[{'type':'text','content':_0x5a0c85}],'args':_0x27d98e});return{'getStream':async()=>{const _0x16ef67=(await _0x19983a['request'])['body'];return this['_getStreamReader'](_0x16ef67);},'abortController':_0x19983a['abortController']};}['processDocument']({document:_0x1ff371,prompt:_0x2fcbb7,model:_0x47a575}){const _0x2ac148=this['_sendApiRequest']('/documents/process','POST',{'document':_0x1ff371,'prompt':_0x2fcbb7,'model':_0x47a575});return{'getResult':async()=>(await _0x2ac148['request'])['json'](),'abortController':_0x2ac148['abortController']};}['callCustomReview']({content:_0x2b20be,prompt:_0x109981,model:_0xb0dd5e}){const _0x2b13d4=this['_sendApiRequest']('/reviews/custom/calls','POST',{'content':[{'type':'text','content':_0x2b20be}],'prompt':_0x109981,'model':_0xb0dd5e});return{'getStream':async()=>{const _0x3db22e=(await _0x2b13d4['request'])['body'];return this['_getStreamReader'](_0x3db22e);},'abortController':_0x2b13d4['abortController']};}['upsertAIChatRating'](_0x3bd46f,_0x51b4b7,_0x44fd81){const _0x34742d=this['_sendApiRequest']('/conversations/'+_0x3bd46f+'/messages/'+_0x51b4b7+'/ratings','PUT',{'positiveCount':_0x44fd81['positiveCount'],'totalCount':_0x44fd81['totalCount'],'modificationId':_0x44fd81['modificationId']});return{'execute':async()=>{await _0x34742d['request'];},'abortController':_0x34742d['abortController']};}['upsertAIActionRating'](_0x4d5910,_0x35d475,_0x35da17){const _0x4437db=this['_sendApiRequest']('/actions/system/'+_0x4d5910+'/calls/'+_0x35d475+'/ratings','PUT',{'positiveCount':_0x35da17['positiveCount'],'totalCount':_0x35da17['totalCount']});return{'execute':async()=>{await _0x4437db['request'];},'abortController':_0x4437db['abortController']};}['upsertCustomAIActionRating'](_0x7f6c67,_0x17dc4c){const _0x22f25b=this['_sendApiRequest']('/actions/custom/calls/'+_0x7f6c67+'/ratings','PUT',{'positiveCount':_0x17dc4c['positiveCount'],'totalCount':_0x17dc4c['totalCount']});return{'execute':async()=>{await _0x22f25b['request'];},'abortController':_0x22f25b['abortController']};}['upsertAIReviewRating'](_0x3fe24b,_0x2a7732,_0x525120,_0x187f2a){const _0x305d52=this['_sendApiRequest']('/reviews/system/'+_0x3fe24b+'/calls/'+_0x2a7732+'/ratings','PUT',{'positiveCount':_0x525120['positiveCount'],'totalCount':_0x525120['totalCount'],'dataId':_0x187f2a});return{'execute':async()=>{await _0x305d52['request'];},'abortController':_0x305d52['abortController']};}['upsertCustomAIReviewRating'](_0x386f82,_0x2b06ad,_0x2a1d7a){const _0x312f54=this['_sendApiRequest']('/reviews/custom/calls/'+_0x386f82+'/ratings','PUT',{'positiveCount':_0x2b06ad['positiveCount'],'totalCount':_0x2b06ad['totalCount'],'dataId':_0x2a1d7a});return{'execute':async()=>{await _0x312f54['request'];},'abortController':_0x312f54['abortController']};}['_sendApiRequest'](_0x4e3421,_0x353faa,_0x4897b7,_0x108ac7={}){const {useCache:_0x5d8c29=!0x1,apiUrl:_0x134cad=this['_apiUrl']}=_0x108ac7,_0x47e93f=new AbortController(),_0x1b0908=_0x5d8c29?_0x353faa+':'+_0x4e3421:null;if(_0x1b0908){const _0x2ec56a=this['_responseCache']['get'](_0x1b0908);if(_0x2ec56a)return{'request':_0x2ec56a['then'](_0x243ac8=>_0x243ac8['clone']()),'abortController':_0x47e93f};}const _0x404c20=_0x4897b7 instanceof FormData,_0x11138c={'Authorization':'Bearer\x20'+this['_token']?.['value'],'X-Editor-Version':vt};_0x4897b7&&!_0x404c20&&(_0x11138c['Content-Type']='application/json');const _0x54d56a={'method':_0x353faa,'headers':_0x11138c,'signal':_0x47e93f['signal']};_0x4897b7&&(_0x54d56a['body']=_0x404c20?_0x4897b7:JSON['stringify'](_0x4897b7));const _0x3d84dc=fetch(''+_0x134cad+_0x4e3421,_0x54d56a)['catch'](_0x2ccac1=>{_0x1b0908&&this['_responseCache']['delete'](_0x1b0908),this['_handleError'](_0x2ccac1);})['then'](_0xd321f4=>_0xd321f4['ok']?_0xd321f4:_0xd321f4['json']()['then'](_0x196b5b=>{throw _0x1b0908&&this['_responseCache']['delete'](_0x1b0908),{'url':_0x134cad,'path':_0x4e3421,'method':_0x353faa,'body':_0x4897b7,'status':(_0xd321f4||{})['status'],'statusText':(_0xd321f4||{})['statusText'],'code':_0x196b5b['code'],'message':_0x196b5b['message'],'traceId':_0x196b5b['traceId']};}));return _0x1b0908&&this['_responseCache']['set'](_0x1b0908,_0x3d84dc['then'](_0x9964c=>_0x9964c['clone']())),{'request':_0x3d84dc,'abortController':_0x47e93f};}async*['_getStreamReader'](_0x44f8b7){const _0x750df5=[],_0x123c9c=_0x44f8b7['getReader'](),_0x588546=_0x4e09d9({'onError':_0x533e75=>{this['_handleError'](_0x533e75);},'onEvent':_0x5800cd=>{_0x5800cd['data']=JSON['parse'](_0x5800cd['data']),_0x750df5['push'](_0x5800cd);}});try{let _0x18388d=!0x1;for(;!_0x18388d;){const {done:_0x3197f6,value:_0x28c3c2}=await _0x123c9c['read']();_0x3197f6&&(_0x18388d=!0x0),_0x588546['feed'](this['_decoder']['decode'](_0x28c3c2,{'stream':!0x0})),yield*_0x750df5,_0x750df5['length']=0x0;}}catch(_0x31dcda){this['_handleError'](_0x31dcda);}finally{_0x123c9c['releaseLock'](),_0x588546['reset']();}}['_handleError'](_0x437da8){if(_0x437da8 instanceof at)throw _0x437da8;if(_0x437da8 instanceof Error&&'AbortError'===_0x437da8['name'])throw new at('ai-request-aborted',this,{'originalError':_0x437da8});throw new at('ai-request-failed',this,{'originalError':_0x437da8});}};function ls(_0x1b7eea,_0x2a66c1,_0xcc27b2){const t=_0x1b7eea['t'];switch(_0x2a66c1){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'},_0xcc27b2);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.'},_0xcc27b2);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.'},_0xcc27b2);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.'},_0xcc27b2);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'},_0xcc27b2);case'AI_CHAT_SUGGESTION_ACTION_SUGGEST':return t({'id':'AI_CHAT_SUGGESTION_ACTION_SUGGEST','string':'Suggest'},_0xcc27b2);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'},_0xcc27b2);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.'},_0xcc27b2);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.'},_0xcc27b2);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.'},_0xcc27b2);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.'},_0xcc27b2);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'},_0xcc27b2);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.'},_0xcc27b2);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 _0x2a66c1;}}function us(_0x53dc6a){return _0x53dc6a?_0x53dc6a instanceof _0x1a88b7?[_0x53dc6a]:_0x53dc6a['editors']&&0x0!==_0x53dc6a['editors']['length']?Array['from'](_0x53dc6a['editors']):[]:[];}function ds(_0x416d38){const _0x1bf42c=us(_0x416d38);if(!_0x1bf42c['length'])throw new at('ai-get-editor-from-context-no-editor');if(0x1===_0x1bf42c['length'])return _0x1bf42c[0x0];const _0x1d8447=_0x1bf42c['find'](_0x4b7a7b=>_0x4b7a7b['ui']?.['focusTracker']?.['isFocused']);if(_0x1d8447)return _0x1d8447;const _0x446cb0=function(_0x97b8fa){if(_0x97b8fa instanceof _0x1a88b7)return;const _0x1504ee=_0x97b8fa;if(!_0x1504ee['plugins']||!_0x1504ee['plugins']['has']('AIEditing'))return;return _0x1504ee['plugins']['get']('AIEditing')['getLastContentFocusedEditor']?.();}(_0x416d38);return _0x446cb0&&_0x1bf42c['includes'](_0x446cb0)?_0x446cb0:_0x1bf42c[0x0];}const _s='ai-selection',gs=['br'];var As=class extends _0x2d0760{constructor(_0x131d45){super(_0x131d45),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'](_0x3a6b1a){let _0x559c94=this['_sessionIdByEditor']['get'](_0x3a6b1a);return _0x559c94||(_0x559c94=_0x3a6b1a['plugins']['has']('RealTimeCollaborationClient')&&_0x3a6b1a['plugins']['get']('RealTimeCollaborationClient')['sessionId']||Ot(),this['_sessionIdByEditor']['set'](_0x3a6b1a,_0x559c94)),_0x559c94;}async['getDocumentData'](){const _0x53e690=us(this['context']);if(!_0x53e690['length'])throw new at('ai-get-editor-from-context-no-editor');const _0x3f8b24=[],_0x4f9a8e=new Set();for(const _0x1c3e8e of _0x53e690){const _0x150e8a=_0x1c3e8e['config']['get']('roots')||{};for(const _0x1e1e0d of _0x1c3e8e['model']['document']['getRoots']()){if('$graveyard'===_0x1e1e0d['rootName'])continue;const _0x1d60b8=await this['_getDocumentDataForEditorRoot'](_0x1c3e8e,_0x1e1e0d,_0x4f9a8e),_0x4e40c8=_0x150e8a[_0x1e1e0d['rootName']],_0xbf7ead=_0x1e1e0d['getAttribute']('$description')??_0x4e40c8?.['description'];let _0x344669=_0x1e1e0d['getAttribute']('$title')??_0x4e40c8?.['title'];_0x344669||(_0x344669=_0x1e1e0d['getAttribute']('$rootEditableOptions')?.['label']??_0x4e40c8?.['label']),_0x344669||(ft('ai-document-root-missing-title',{'editor':_0x1c3e8e,'rootName':_0x1e1e0d['rootName']}),_0x344669=_0x1e1e0d['rootName']),_0x3f8b24['push']({'editor':_0x1c3e8e,'rootName':_0x1e1e0d['rootName'],'content':_0x1d60b8['content'],'version':_0x1d60b8['version'],'sessionId':this['getSessionId'](_0x1c3e8e),'channelId':_0x1c3e8e['config']['get']('collaboration.channelId'),'selections':_0x1d60b8['selections'],'name':_0x344669,'description':_0xbf7ead});}}return _0x3f8b24;}async['_getDocumentDataForEditorRoot'](_0x519181,_0x22e1ae,_0x32b274){const _0x48a9ae=_0x519181['data']['toView'](_0x22e1ae,{'convertAiChatSelectionMarker':!0x0}),_0xa159c2=new _0x333da2(_0x519181['editing']['view']['document']);this['_setDataIdsOnChildren'](_0x48a9ae,_0xa159c2,_0x32b274);let _0x5c1ef5=await this['_getDocumentDataStringFromView'](_0x48a9ae,_0x519181);const _0x51bc6f=this['_getMarkersInDocumentOrder'](_0x519181,_0x22e1ae),_0x28b48f=[];for(const _0x261094 of _0x51bc6f){const _0x3c9060='<'+_0x261094['name']+':start></'+_0x261094['name']+':start>',_0x403de0=_0x5c1ef5['indexOf'](_0x3c9060);_0x5c1ef5=_0x5c1ef5['substring'](0x0,_0x403de0)+_0x5c1ef5['substring'](_0x403de0+_0x3c9060['length']);const _0x169e71='<'+_0x261094['name']+':end></'+_0x261094['name']+':end>',_0x2b8324=_0x5c1ef5['indexOf'](_0x169e71);_0x5c1ef5=_0x5c1ef5['substring'](0x0,_0x2b8324)+_0x5c1ef5['substring'](_0x2b8324+_0x169e71['length']),_0x28b48f['push']({'markerName':_0x261094['name'],'start':_0x403de0,'end':_0x2b8324,'htmlFragment':_0x5c1ef5['substring'](_0x403de0,_0x2b8324)});}return{'content':_0x5c1ef5,'version':_0x519181['model']['document']['version'],'selections':_0x28b48f};}['afterInit'](){this['context']instanceof _0x1a88b7?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x2137e0,_0x239764)=>{_0x239764['on']('ready',()=>{this['_integrateEditor'](_0x239764);});});}['_setOutputDataProcessor'](_0xfe1642){this['_outputDataProcessor']=_0xfe1642;}async['_getDocumentDataStringFromView'](_0x4ef524,_0x429e15){let _0x585cc1;if(this['_outputDataProcessor']){const _0x384cc0=_0x429e15['data']['processor']['domConverter']['viewToDom'](_0x4ef524),_0x5d2b40=await this['_outputDataProcessor'](_0x384cc0);_0x585cc1=_0x429e15['data']['processor']['htmlWriter']['getHtml'](_0x5d2b40);}else _0x585cc1=_0x429e15['data']['processor']['toData'](_0x4ef524);return _0x585cc1;}['_integrateEditor'](_0x21292b){if(!_0x21292b['config']['get']('collaboration.channelId'))throw new at('ai-missing-channel-id',_0x21292b);_0x21292b['ui']['focusTracker']['on']('change:isFocused',(_0x571c61,_0x43d039,_0x57efd2)=>{_0x57efd2&&(this['_lastContentFocusedEditor']=_0x21292b);}),_0x21292b['on']('destroy',()=>{this['_lastContentFocusedEditor']===_0x21292b&&(this['_lastContentFocusedEditor']=void 0x0);}),_0x21292b['conversion']['for']('editingDowncast')['markerToHighlight']({'model':_s,'view':({markerName:_0x398660})=>({'classes':['ck-ai-assistant-ui_theme','ck-fake-ai-selection','ck-fake-ai-selection-'+_0x398660['split'](':')[0x1]],'priority':0xc})}),_0x21292b['conversion']['for']('dataDowncast')['markerToElement']({'model':_s+':context','view':(_0x481394,{writer:_0xc2a3a3,options:_0x24a800})=>_0x24a800['convertAiChatSelectionMarker']?_0xc2a3a3['createUIElement'](_0x481394['markerName']+':'+(_0x481394['isOpening']?'start':'end')):null});}['showFakeVisualSelection'](_0x3848fc){const _0x3623b0=this['_fakeSelections'][0x0]||null;this['_addFakeSelection'](_0x3848fc);const _0xc2ed78=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x3623b0,_0xc2ed78);}['hideFakeVisualSelection'](_0x436e56){const _0x1b48cc=this['_fakeSelections'][0x0]||null;this['_removeFakeSelectionById'](_0x436e56);const _0x3cd9b3=this['_fakeSelections'][0x0]||null;this['_refreshFakeSelection'](_0x1b48cc,_0x3cd9b3);}async['modelToDataWithIds'](_0xd8f480,_0x4a124c){const _0x365bea=_0x4a124c['data']['toView'](_0xd8f480),_0x33306d=new _0x333da2(_0x4a124c['editing']['view']['document']);return this['_setDataIdsOnChildren'](_0x365bea,_0x33306d),this['_getDocumentDataStringFromView'](_0x365bea,_0x4a124c);}['_setDataIdsOnChildren'](_0x48bd68,_0x5d9677,_0x5006f7=new Set()){let _0x28c3dc=!0x1;for(const _0x54ac41 of _0x48bd68['getChildren']()){if(!_0x54ac41['is']('view:element')||gs['includes'](_0x54ac41['name']))continue;const _0x4cad87=_0x54ac41['is']('view:containerElement'),_0x545e64=_0x54ac41['is']('view:emptyElement'),_0x5ab30b=_0x54ac41['is']('view:rawElement'),_0x46e611=this['_setDataIdsOnChildren'](_0x54ac41,_0x5d9677,_0x5006f7);_0x54ac41['hasAttribute']('data-id')?(_0x28c3dc=!0x0,_0x5006f7['add'](_0x54ac41['getAttribute']('data-id'))):(_0x4cad87||_0x545e64||_0x5ab30b||_0x46e611)&&(_0x5d9677['setAttribute']('data-id',this['_nextDataId'](_0x5006f7),_0x54ac41),_0x28c3dc=!0x0);}return _0x28c3dc;}['_nextDataId'](_0x41d393){let _0x5430f6;do{_0x5430f6='';for(let _0x5c7fb3=0x0;_0x5c7fb3<0x4;_0x5c7fb3++)_0x5430f6+=String['fromCharCode'](0x61+Math['floor'](0x1a*Math['random']()));}while(_0x41d393['has'](_0x5430f6));return _0x41d393['add'](_0x5430f6),_0x5430f6;}['getSelectionText'](_0xc7ad08){const _0x4d72d4=(_0xc7ad08?_0xc7ad08['model']:ds(this['context'])['model'])['document']['selection'],_0x52c7cb=[],_0x48f033=Array['from'](_0x4d72d4['getRanges']());_0x48f033['sort']((_0x4ee9ab,_0x4e325d)=>_0x4ee9ab['start']['isBefore'](_0x4e325d['start'])?-0x1:0x1);for(const _0x27cffe of _0x48f033)for(const _0x16b5ac of _0x27cffe['getItems']())_0x16b5ac['is']('$textProxy')?_0x52c7cb['push'](_0x16b5ac['data']):_0x16b5ac['is']('element')&&_0x52c7cb['length']>0x0&&'\x20'!==_0x52c7cb[_0x52c7cb['length']-0x1]&&_0x52c7cb['push']('\x20');return _0x52c7cb['length']?'\x22'+_0x52c7cb['join']('')['trim']()+'\x22':ls(this['context']['locale'],'AI_CHAT_CONTEXT_DOCUMENT_SELECTION_LABEL');}['_removeFakeSelectionById'](_0x734f9e){for(let _0x470127=0x0;_0x470127<this['_fakeSelections']['length'];_0x470127++)if(this['_fakeSelections'][_0x470127]['id']==_0x734f9e)return void this['_fakeSelections']['splice'](_0x470127,0x1);}['_addFakeSelection'](_0x56032b){this['_removeFakeSelectionById'](_0x56032b['id']),Tt(this['_fakeSelections'],_0x56032b);}['_refreshFakeSelection'](_0x623140,_0x2deec6){if(_0x623140==_0x2deec6)return;const _0x55da1e=_0x623140?_0x623140['editor']:null,_0x4b3bb9=_0x2deec6?_0x2deec6['editor']:null,_0x2e5756=(_0x55765c,_0xec6a9e)=>{const _0x125022=_0xec6a9e['model']['markers']['getMarkersGroup'](_s);for(const _0xd93874 of _0x125022)_0x55765c['removeMarker'](_0xd93874);},_0x31c087=(_0x4d4c3d,_0x186949,_0x299d03)=>{const _0x441ed7=_0x186949['model'];for(let _0x17d0ea=0x0;_0x17d0ea<_0x299d03['ranges']['length'];_0x17d0ea++){let _0x483a05=_0x299d03['ranges'][_0x17d0ea];const _0xce13c1=_s+':'+_0x299d03['id']+':'+_0x17d0ea;if(_0x483a05['start']['isAtEnd']){const _0x2409f2=_0x483a05['start']['getLastMatchingPosition'](({item:_0x443dde})=>!_0x441ed7['schema']['isContent'](_0x443dde),{'boundaries':_0x483a05});_0x483a05=_0x4d4c3d['createRange'](_0x2409f2,_0x483a05['end']);}_0x4d4c3d['addMarker'](_0xce13c1,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x483a05});}};_0x55da1e&&_0x4b3bb9&&_0x55da1e===_0x4b3bb9&&_0x2deec6?_0x55da1e['model']['change'](_0x5f4ac4=>{_0x2e5756(_0x5f4ac4,_0x55da1e),_0x31c087(_0x5f4ac4,_0x4b3bb9,_0x2deec6);}):(_0x55da1e&&_0x55da1e['model']['change'](_0x851908=>_0x2e5756(_0x851908,_0x55da1e)),_0x4b3bb9&&_0x2deec6&&_0x4b3bb9['model']['change'](_0x353825=>_0x31c087(_0x353825,_0x4b3bb9,_0x2deec6)));}['_getMarkersInDocumentOrder'](_0x1b7447,_0xb26a38){const _0x3071ed=Array['from'](_0x1b7447['model']['markers']['getMarkersGroup'](_s+':context'));return(_0xb26a38?_0x3071ed['filter'](_0x5a56c5=>{const _0x3998fe=_0x5a56c5['getRange']();return _0x3998fe&&_0x3998fe['root']['rootName']===_0xb26a38['rootName'];}):_0x3071ed)['sort']((_0x1388fe,_0xccfb6b)=>_0x1388fe['getStart']()['isBefore'](_0xccfb6b['getStart']())?-0x1:_0x1388fe['getStart']()['isAfter'](_0xccfb6b['getStart']())?0x1:0x0);}};function Is(_0x4ccfbd,_0x21c5a4){return _0x1f0f5e(_0x4ccfbd,_0x21c5a4);}function ps(_0x40dc4c,_0x29b334){return _0x5286d3(_0x40dc4c,_0x29b334);}function ms(_0x18a14b,_0x4d8002,_0x494f72){const _0x589051=null!==_0x4d8002?_0x5a354a=>_0x5a354a['attribs'][_0x18a14b]===_0x4d8002:_0x4f5a68=>Boolean(_0x4f5a68['attribs'][_0x18a14b]);return _0x36c87f(_0x36d631=>_0x3dcf78(_0x36d631)&&_0x589051(_0x36d631),_0x494f72);}function Es(_0x2e1e8e,_0x5993e7,_0x385f5a){const _0x202b7d=null!==_0x5993e7?_0x4f6fe6=>_0x4f6fe6['attribs'][_0x2e1e8e]===_0x5993e7:_0x2ce3f6=>Boolean(_0x2ce3f6['attribs'][_0x2e1e8e]);return _0x269094(_0x1e311e=>_0x3dcf78(_0x1e311e)&&_0x202b7d(_0x1e311e),_0x385f5a);}function Ts(_0x580be1){return _0x269094(_0x43d2db=>_0x3dcf78(_0x43d2db)&&function(_0x413393){const _0x251e0b=_0x413393['toLowerCase']();return'script'===_0x251e0b||'style'===_0x251e0b||_0x251e0b['includes']('-');}(_0x43d2db['name']),_0x580be1);}function ws(_0x35d1f1){return _0x2e1a4a(_0x3d6f4e=>_0x1a5d2e(_0x3d6f4e),_0x35d1f1,!0x0,0x1/0x0);}function Cs(_0x4a6be5,_0x513b0a){return _0x4a6be5&&_0x3dcf78(_0x4a6be5)?_0x4a6be5['attribs'][_0x513b0a]:null;}function fs(_0x162793,_0x1f9a78,_0xf242e1){_0x3dcf78(_0x162793)&&(null===_0xf242e1?delete _0x162793['attribs'][_0x1f9a78]:_0x162793['attribs'][_0x1f9a78]=_0xf242e1);}function bs(_0x5b6d80,_0x35313a,_0x1d265d){const _0x152342=_0x35313a['cloneNode'](!0x0);'beforebegin'===_0x1d265d?_0xe4cd1(_0x5b6d80,_0x152342):'afterbegin'===_0x1d265d?_0x5e9666(_0x5b6d80,_0x152342):'beforeend'===_0x1d265d?_0x3e294c(_0x5b6d80,_0x152342):'afterend'===_0x1d265d&&_0x4f0c18(_0x5b6d80,_0x152342);}function Ss(_0x2e1217){const _0x2ead6c=[];let _0x55e68b=_0x2e1217;for(;_0x55e68b;)_0x55e68b=_0x4812a4(_0x55e68b),_0x55e68b&&_0x2ead6c['push'](_0x55e68b);return _0x2ead6c;}function Rs(_0x16b577){return _0x16b577['replace'](/^\s+/gm,'')['replace'](/\s+$/gm,'')['replace'](/\n*/g,'')['replace'](/\s+/g,'\x20')['replace'](/>\s*</g,'><');}function Os(_0x6f653f){let _0x3c58dd=0x0;for(;_0x6f653f['parentNode'];)_0x6f653f=_0x6f653f['parentNode'],_0x3c58dd++;return _0x3c58dd;}function vs(_0x1f7e5e){const _0x4028fc=[];let _0x22047c=_0x1f7e5e['nextSibling'];for(;_0x22047c;)_0x4028fc['push'](_0x22047c),_0x22047c=_0x22047c['nextSibling'];_0x4028fc['forEach'](_0x317c38=>{_0x5d7a74(_0x317c38);});}function ks({documentSuggestions:_0x211427,transform:_0x13c082,documentCompare:_0x586358,documentCompareOptions:_0x2ec5a4}){const _0x1e3133=new Map();for(const [_0x11ac94,{groups:_0x2bc416,documentContext:_0xb999f2,documentContent:_0x26120e,editor:_0x2fbafa}]of _0x211427){const _0x42f0a7=_0xb999f2['content'],_0x573f57=_0xb999f2['version'],_0x1c043c=_0x26120e['cloneNode'](!0x0);for(const {changes:_0x3e615f}of _0x2bc416){const _0x58ea8f=_0x3e615f['filter'](_0x13e130=>'new'!=_0x13e130['type'])['map'](_0x4e23ed=>ms('data-id',_0x4e23ed['id'],_0x1c043c)),_0x2a654b=_0x3e615f['filter'](_0x30338a=>'removed'!=_0x30338a['type'])['map'](_0xd944e4=>_0xd944e4['node']['cloneNode'](!0x0));let _0x1310c9=null;if(_0x58ea8f['length']){_0x1310c9=_0x58ea8f[0x0]['previousSibling'];for(let _0x2898a0=0x0;_0x2898a0<_0x58ea8f['length'];_0x2898a0++)_0x5d7a74(_0x58ea8f[_0x2898a0]);}if(_0x2a654b['length']){_0x1310c9||(_0x3e615f[0x0]['anchorId']?_0x1310c9=ms('data-id',_0x3e615f[0x0]['anchorId'],_0x1c043c):(_0x1310c9=_0x2a654b['shift'](),_0x5e9666(_0x1c043c,_0x1310c9)));for(let _0x24303e=0x0;_0x24303e<_0x2a654b['length'];_0x24303e++)_0x4f0c18(_0x1310c9,_0x2a654b[_0x24303e]),_0x1310c9=_0x2a654b[_0x24303e];}}const _0x194920=ps(_0x1c043c),_0x129a3d=_0x586358['getDiff'](_0x42f0a7,_0x194920,{'targetEditor':_0x2fbafa,'anchor':_0xb999f2['rootName'],..._0x2ec5a4})['getOperations']();if(_0x13c082){const _0x9ac09d=_0x2fbafa['model']['document']['history']['getOperations'](_0x573f57),_0x184e0d={'document':_0x2fbafa['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1};_0x1e3133['set'](_0x11ac94,_0x30647f(_0x129a3d,_0x9ac09d,_0x184e0d)['operationsA']);}else _0x1e3133['set'](_0x11ac94,_0x129a3d);}return _0x1e3133;}function Ns(_0x37ba1f,_0x36fcc5){if('marker'!=_0x36fcc5['type'])return;const _0x32fb86=_0x37ba1f['model']['markers']['get'](_0x36fcc5['name']);_0x32fb86&&(_0x36fcc5['oldRange']=_0x32fb86['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(_0x2bd4be){super(),this['_generateUid']=_0x2bd4be||(()=>'e'+String(this['_uidCounter']++));}['merge'](_0x34c156,_0x32c0ad,_0x49985e){this['_uidCounter']=0x0;const _0x362d28=_0x34c156['cloneNode'](!0x0);Ps(_0x32c0ad,_0x362d28);const _0x28015f=_0x362d28['childNodes'],_0xeb4141=Array['from'](_0x28015f)['filter'](_0x22114d=>!(0x3===_0x22114d['nodeType']&&''===ps(_0x22114d)['trim']())),_0x5ac7b6=_0xeb4141['length'];this['_existingDataIds']=new Set(Es('data-id',null,_0x32c0ad)['map'](_0x2787cb=>Cs(_0x2787cb,'data-id'))['filter'](_0xf89b98=>!!_0xf89b98));for(const _0x5ef3a7 of _0xeb4141)_0x5ef3a7&&_0x3dcf78(_0x5ef3a7)&&void 0x0===_0x5ef3a7['attribs']['data-id']&&fs(_0x5ef3a7,'data-id','new-element');if(Es('data-id',null,_0x362d28)['forEach'](_0x44fc1d=>{const _0xf9f7ae=Cs(_0x44fc1d,'data-id');'new-element'===_0xf9f7ae||this['_existingDataIds']['has'](_0xf9f7ae)||fs(_0x44fc1d,'data-id','new-element');}),0x0===_0x32c0ad['childNodes']['length']){const _0x306297=[];return Es('data-id','new-element',_0x362d28)['forEach'](_0x178451=>{const _0x1f9aa2=this['_generateUid']();fs(_0x178451,'data-id',_0x1f9aa2),_0x306297['push'](_0x1f9aa2);}),this['_removeSpecialComments'](_0x362d28),{'parsedContent':_0x362d28,'newNodeIds':_0x306297,'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 _0x418d1d=-0x1,_0x3fd43a=!0x1;for(let _0xf92eeb=0x0;_0xf92eeb<_0x5ac7b6;_0xf92eeb++){const _0x41f06f=_0xeb4141[_0xf92eeb],_0x31bf18=_0xeb4141[_0xf92eeb+0x1];if(this['_isNewNode'](_0x41f06f)){if(-0x1===_0x418d1d&&(_0x418d1d=_0xf92eeb),this['_markWrappedElements'](_0x41f06f),!this['_isNewNode'](_0x31bf18)){const [_0x556b32,_0x466737]=this['_findReferenceNode'](_0x41f06f,_0x3fd43a,_0x32c0ad);if(_0x556b32){const _0x22b8ab=Array['from'](_0xeb4141)['slice'](_0x418d1d,_0xf92eeb+0x1);this['_insertNodes'](_0x556b32,_0x22b8ab,_0x466737),_0x418d1d=-0x1;}}}else{if(this['_isExistingContentComment'](_0x41f06f))_0x3fd43a=!0x0;else{if(this['_isExistingNode'](_0x41f06f)){const _0xe53deb=Cs(_0x41f06f,'data-id');if(_0xe53deb&&this['_existingDataIds']['has'](_0xe53deb)){this['_referencedExistingIds']['add'](_0xe53deb);const _0x1eb21b=ms('data-id',_0xe53deb,_0x32c0ad);this['_replaceNode'](_0x1eb21b,_0x41f06f);}}else{if(Ls(_0x41f06f)){const _0x54342d=Ds(_0x41f06f);ms('data-id',_0x54342d,_0x362d28)||this['_touchedNodesState']['removedIds']['push'](_0x54342d);}}}}}for(const _0x593c70 of this['_touchedNodesState']['removedIds']){const _0x1a3ba0=ms('data-id',_0x593c70,_0x32c0ad);_0x1a3ba0&&(this['_rescueUnwrappedElements'](_0x1a3ba0),this['_removeNode'](_0x1a3ba0,_0x593c70,_0x49985e));}if(Es('data-id','new-element',_0x32c0ad)['forEach'](_0x494d5e=>{const _0xf43808=this['_getUid'](_0x494d5e);fs(_0x494d5e,'data-id',_0xf43808),this['_touchedNodesState']['newIds']['push'](_0xf43808);}),this['_removeSpecialComments'](_0x32c0ad),_0x49985e&&_0x49985e['cutAfterUnstable']){const _0xc9f540=this['_findLastConfirmationPoint'](_0xeb4141),_0x4dac8a=this['_getLastStableElement'](_0x32c0ad,_0xc9f540);this['_markUnstableElements'](_0x32c0ad,_0x4dac8a);}if(this['_processWrappedElements'](_0x32c0ad,_0x49985e),_0x49985e&&_0x49985e['cutAfterUnstable']&&this['_touchedNodesState']['lastTouchedId']){const _0x242a83=Es('data-id',this['_touchedNodesState']['lastTouchedId'],_0x32c0ad);let _0x116d5c=_0x242a83[_0x242a83['length']-0x1];for(;_0x116d5c;)vs(_0x116d5c),_0x116d5c=_0x116d5c['parentNode'];}return{'parsedContent':_0x32c0ad,'newNodeIds':this['_touchedNodesState']['newIds'],'modifiedNodeIds':this['_touchedNodesState']['modifiedIds'],'removedNodeIds':this['_touchedNodesState']['removedIds']};}['_insertNodes'](_0x2cc776,_0x331b64,_0x4910d0){for(const _0x3ce015 of _0x331b64){const _0x5a6d6e=this['_getUid'](_0x3ce015);fs(_0x3ce015,'data-id',_0x5a6d6e),this['_touchedNodesState']['newIds']['push'](_0x5a6d6e),this['_touchedNodesState']['lastTouchedId']=_0x5a6d6e;}const _0x2a9467='afterbegin'===_0x4910d0||'afterend'===_0x4910d0?_0x331b64['reverse']():_0x331b64;for(const _0x579178 of _0x2a9467)bs(_0x2cc776,_0x579178,_0x4910d0);}['_replaceNode'](_0x1c0802,_0x239a27){if(!_0x1c0802)return;if(_0x5aee8b=_0x239a27,Rs(ps(_0x1c0802))===Rs(ps(_0x5aee8b)))return;var _0x5aee8b;const _0x17f66c=Cs(_0x1c0802,'data-id');this['_touchedNodesState']['modifiedIds']['push'](_0x17f66c),this['_touchedNodesState']['lastTouchedId']=_0x17f66c,_0xf9e0b3(_0x1c0802,_0x239a27['cloneNode'](!0x0));}['_removeNode'](_0x9fb21d,_0xd42ce1,_0x4c5aa3){if(_0x4c5aa3&&_0x4c5aa3['replaceRemovedWith']){this['_touchedNodesState']['lastTouchedId']=_0xd42ce1;const _0x5b687d=_0x4c5aa3['replaceRemovedWith']['cloneNode'](!0x0);fs(_0x5b687d,'data-id',_0xd42ce1),fs(_0x5b687d,'data-removed','true'),_0xf9e0b3(_0x9fb21d,_0x5b687d);}else _0x5d7a74(_0x9fb21d);}['_findReferenceNode'](_0xe71978,_0x103eb3,_0x280c40){const _0x7b5907=this['_findPrevElementWithDataId'](_0xe71978,!0x1);if(_0x7b5907){const _0x25f53c=Ds(_0x7b5907),_0x4f0c74=ms('data-id',_0x25f53c,_0x280c40);if(_0x4f0c74)return[_0x4f0c74,'afterend'];this['_touchedNodesState']['invalidIds']['push'](_0x25f53c);}const _0x33bbb1=this['_findNextElementWithDataId'](_0xe71978,!0x1);if(_0x33bbb1){const _0x3db1e5=Ds(_0x33bbb1),_0x4015c9=ms('data-id',_0x3db1e5,_0x280c40);if(_0x4015c9)return[_0x4015c9,'beforebegin'];this['_touchedNodesState']['invalidIds']['push'](_0x3db1e5);}return _0x103eb3?_0xe71978['nextSibling']?this['_findFallbackReferenceNode'](_0xe71978,_0x280c40):[_0x280c40['childNodes'][_0x280c40['childNodes']['length']-0x1],'afterend']:[_0x280c40['childNodes'][0x0],'beforebegin'];}['_findFallbackReferenceNode'](_0x2dd884,_0x39ee4f){const _0x29a332=[],_0x323ac7=this['_findPrevElementWithDataId'](_0x2dd884,!0x0);if(_0x323ac7){const _0x41d11f=ms('data-id',Ds(_0x323ac7),_0x39ee4f);_0x41d11f&&_0x29a332['push']([_0x41d11f,'afterend']);}const _0x16178a=this['_findNextElementWithDataId'](_0x2dd884,!0x0);if(_0x16178a){const _0x1781f2=ms('data-id',Ds(_0x16178a),_0x39ee4f);_0x1781f2&&_0x29a332['push']([_0x1781f2,'beforebegin']);}return _0x29a332['length']>0x1?Os(_0x29a332[0x0][0x0])<=Os(_0x29a332[0x1][0x0])?_0x29a332[0x0]:_0x29a332[0x1]:0x1===_0x29a332['length']?_0x29a332[0x0]:[_0x39ee4f['lastChild'],'afterend'];}['_findNextElementWithDataId'](_0x389bf6,_0x117252){let _0x53dfa9=_0x389bf6['nextSibling'],_0x3d1987=null,_0x5a0793=!0x1;for(;_0x53dfa9;){if(_0x1a5d2e(_0x53dfa9)){if(Ls(_0x53dfa9)&&(_0x3d1987=_0x53dfa9),this['_isExistingContentComment'](_0x53dfa9)&&_0x117252&&!_0x5a0793){_0x5a0793=!0x0,_0x53dfa9=_0x53dfa9['nextSibling'];continue;}break;}const _0x4c1d78=Cs(_0x53dfa9,'data-id');if(_0x4c1d78&&'new-element'!==_0x4c1d78&&this['_existingDataIds']['has'](_0x4c1d78)){_0x3d1987=_0x53dfa9;break;}_0x53dfa9=_0x53dfa9['nextSibling'];}return _0x3d1987;}['_findPrevElementWithDataId'](_0x28abb8,_0x56e10d){let _0x4a9977=_0x28abb8['previousSibling'],_0x20a971=null,_0x4ad5b1=!0x1;for(;_0x4a9977;){if(_0x1a5d2e(_0x4a9977)){if(Ls(_0x4a9977)&&(_0x20a971=_0x4a9977),this['_isExistingContentComment'](_0x4a9977)&&_0x56e10d&&!_0x4ad5b1){_0x4ad5b1=!0x0,_0x4a9977=_0x4a9977['previousSibling'];continue;}break;}const _0x230d5c=Cs(_0x4a9977,'data-id');if(_0x230d5c&&'new-element'!==_0x230d5c&&this['_existingDataIds']['has'](_0x230d5c)){_0x20a971=_0x4a9977;break;}_0x4a9977=_0x4a9977['previousSibling'];}return _0x20a971;}['_markWrappedElements'](_0x84fc9f){_0x3dcf78(_0x84fc9f)&&Es('data-id',null,_0x84fc9f)['forEach'](_0x4e063c=>{this['_isExistingNode'](_0x4e063c)&&(fs(_0x4e063c,'data-wrapped-id',Cs(_0x4e063c,'data-id')),fs(_0x4e063c,'data-id',null));});}['_processWrappedElements'](_0x50bf29,_0x577161){Es('data-wrapped-id',null,_0x50bf29)['forEach'](_0x8adadd=>{const _0x36e241=Cs(_0x8adadd,'data-wrapped-id');if(this['_hasUnstableParent'](_0x8adadd))return;const _0x23d1c0=ms('data-id',_0x36e241,_0x50bf29);fs(_0x8adadd,'data-id',_0x36e241),_0x23d1c0&&(this['_removeNode'](_0x23d1c0,_0x36e241,_0x577161),this['_touchedNodesState']['removedIds']['push'](_0x36e241),this['_touchedNodesState']['lastTouchedId']=_0x36e241);});}['_hasUnstableParent'](_0x29135a){let _0x1ebdca=_0x29135a['parentNode'];for(;_0x1ebdca;){if(Cs(_0x1ebdca,'data-unstable'))return!0x0;_0x1ebdca=_0x1ebdca['parentNode'];}return!0x1;}['_rescueUnwrappedElements'](_0x50fc31){const _0xd8c22d=new Set(this['_touchedNodesState']['removedIds']),_0x294228=new Set(this['_touchedNodesState']['newIds']);Es('data-id',null,_0x50fc31)['forEach'](_0x313a89=>{const _0x55e886=Cs(_0x313a89,'data-id'),_0x435302=!!_0x55e886&&this['_referencedExistingIds']['has'](_0x55e886),_0x54075f=!!_0x55e886&&_0x294228['has'](_0x55e886);if(!_0x55e886||!_0x435302&&!_0x54075f)return;if(_0xd8c22d['has'](_0x55e886))return;let _0x84f16e=_0x313a89['parentNode'],_0x597354=!0x1;for(;_0x84f16e;){if(_0x84f16e===_0x50fc31){_0x597354=!0x0;break;}const _0x28d3b7=Cs(_0x84f16e,'data-id');if(_0x28d3b7&&(this['_referencedExistingIds']['has'](_0x28d3b7)||_0x294228['has'](_0x28d3b7)))return;_0x84f16e=_0x84f16e['parentNode'];}if(_0x597354){if(_0xe4cd1(_0x50fc31,_0x313a89),_0x435302){const _0x115843=this['_generateUid'](),_0x162d6d=this['_touchedNodesState']['modifiedIds']['indexOf'](_0x55e886);-0x1!==_0x162d6d&&this['_touchedNodesState']['modifiedIds']['splice'](_0x162d6d,0x1),fs(_0x313a89,'data-unwrapped-id',_0x55e886),fs(_0x313a89,'data-id',_0x115843),this['_touchedNodesState']['newIds']['push'](_0x115843),this['_touchedNodesState']['rescuedNewIds']['add'](_0x115843),this['_touchedNodesState']['lastTouchedId']=_0x115843;}else this['_touchedNodesState']['rescuedNewIds']['add'](_0x55e886),this['_touchedNodesState']['lastTouchedId']=_0x55e886;}});}['_getUid'](_0x49a76a){return this['_isExistingNode'](_0x49a76a)?Cs(_0x49a76a,'data-id'):this['_generateUid']();}['_removeSpecialComments'](_0x5eecd9){ws(_0x5eecd9)['filter'](_0xa37131=>Ls(_0xa37131)||this['_isExistingContentComment'](_0xa37131))['forEach'](_0x2e8e29=>{_0x5d7a74(_0x2e8e29);});}['_findLastConfirmationPoint'](_0x145b5b){let _0x5e372a=null,_0x13c349=null,_0x1a3d5c=null,_0x257ee4=null;const _0x562869=_0x44ca68=>{_0x44ca68&&(_0x5e372a=_0x44ca68),_0x1a3d5c=null,_0x257ee4=null;};for(let _0x9fafa=0x0;_0x9fafa<_0x145b5b['length'];_0x9fafa++){const _0xa24daa=_0x145b5b[_0x9fafa];if(this['_isExistingContentComment'](_0xa24daa)){_0x562869(_0x13c349);continue;}if(_0x3dcf78(_0xa24daa)){const _0x405c8c=Cs(_0xa24daa,'data-id'),_0x41039a=_0x9fafa===_0x145b5b['length']-0x1;if(_0x405c8c&&'new-element'!==_0x405c8c&&this['_touchedNodesState']['modifiedIds']['includes'](_0x405c8c)&&!_0x41039a){_0x562869(_0x405c8c),_0x13c349=_0x405c8c;continue;}}let _0x3c12b0=null;const _0x246246=Ds(_0xa24daa);if(_0x246246&&this['_touchedNodesState']['rescuedNewIds']['has'](_0x246246))_0x13c349=_0x246246;else{if(_0x246246&&this['_touchedNodesState']['newIds']['includes'](_0x246246))_0x3c12b0='N';else{if(!Ls(_0xa24daa))continue;_0x3c12b0='R';}_0x3c12b0===_0x257ee4||null===_0x257ee4?_0x257ee4=_0x3c12b0:null!==_0x1a3d5c?(_0x562869(_0x13c349),_0x257ee4=_0x3c12b0):(_0x1a3d5c=_0x257ee4,_0x257ee4=_0x3c12b0),_0x13c349=_0x246246;}}const _0x34c2c4=_0x145b5b[_0x145b5b['length']-0x1];return _0x34c2c4&&!_0x3dcf78(_0x34c2c4)&&!Ls(_0x34c2c4)&&_0x13c349&&_0x562869(_0x13c349),_0x5e372a;}['_getLastStableElement'](_0x41badb,_0x53fc14){if(!_0x53fc14)return null;const _0xc51366=ms('data-id',_0x53fc14,_0x41badb);if(!_0xc51366)return null;const _0x5580f2=[_0xc51366,...Ss(_0xc51366)]['at'](-0x2);if(_0x5580f2===_0xc51366)return _0xc51366;let _0x426dd2=_0x5580f2['previousSibling'];for(;_0x426dd2&&!_0x3dcf78(_0x426dd2);)_0x426dd2=_0x426dd2['previousSibling'];return _0x426dd2;}['_markUnstableElements'](_0x919bed,_0x38a7e7){const _0x2f82fb=new Set([...this['_touchedNodesState']['newIds'],...this['_touchedNodesState']['modifiedIds'],...this['_touchedNodesState']['removedIds']]);let _0x32013f=_0x38a7e7?_0x38a7e7['nextSibling']:_0x919bed['firstChild'];for(;_0x32013f;)_0x3dcf78(_0x32013f)&&(_0x2f82fb['has'](Cs(_0x32013f,'data-id'))||Es('data-id',null,_0x32013f)['some'](_0x40d96a=>_0x2f82fb['has'](Cs(_0x40d96a,'data-id'))))&&fs(_0x32013f,'data-unstable','true'),_0x32013f=_0x32013f['nextSibling'];}['_isNewNode'](_0x368414){return Boolean('new-element'===Cs(_0x368414,'data-id'));}['_isExistingNode'](_0x3b377d){return Boolean((Cs(_0x3b377d,'data-id')||'')['length']>0x0&&'new-element'!==Cs(_0x3b377d,'data-id'));}['_isExistingContentComment'](_0x19a569){return Boolean(_0x1a5d2e(_0x19a569)&&ps(_0x19a569)['match'](/\s*existing[\s*-](content|document)\s*/g));}};function Ls(_0x394b85){return!!_0x394b85&&Boolean(_0x1a5d2e(_0x394b85)&&ps(_0x394b85)['match'](/removed[\s*-]data-id="[^"]+"/));}function Ds(_0x1164d9){if(!_0x1164d9)return null;if(_0x3dcf78(_0x1164d9))return Cs(_0x1164d9,'data-id')??null;if(_0x1a5d2e(_0x1164d9)){const _0x3bd4b3=ps(_0x1164d9)['match'](/removed[\s*-]data-id="([^"]+)"/);if(_0x3bd4b3&&_0x3bd4b3[0x1])return _0x3bd4b3[0x1];}return null;}function Ps(_0x1d6649,_0x2d33dc){const _0x491c93=new Map();for(const _0x76396f of Ts(_0x1d6649))_0x491c93['set'](Cs(_0x76396f,'data-id'),_0x76396f);const _0x8056f2=new Set();for(const _0x150e0f of Ts(_0x2d33dc)){const _0x2b332e=Cs(_0x150e0f,'data-id'),_0x463cfd=_0x2b332e?_0x491c93['get'](_0x2b332e):void 0x0;_0x463cfd?(_0xf9e0b3(_0x150e0f,_0x5c7833(_0x463cfd,!0x0)),_0x8056f2['add'](_0x2b332e)):_0x5d7a74(_0x150e0f);}for(const _0x2422f1 of ws(_0x2d33dc))Ls(_0x2422f1)&&_0x491c93['has'](Ds(_0x2422f1))&&_0x5d7a74(_0x2422f1);const _0xcf8f9f=new Set(Es('data-id',null,_0x2d33dc)['map'](_0x40eaec=>Cs(_0x40eaec,'data-id')));for(const [_0xbd1127,_0xb5964]of _0x491c93){if(_0x8056f2['has'](_0xbd1127))continue;let _0x5c3228=_0xb5964['parent'],_0x11e035=null;for(;_0x5c3228&&_0x3dcf78(_0x5c3228);){const _0xef32a5=Cs(_0x5c3228,'data-id');if(_0xef32a5&&_0xcf8f9f['has'](_0xef32a5)){_0x11e035=_0xef32a5;break;}_0x5c3228=_0x5c3228['parent'];}if(!_0x11e035)continue;const _0x59fd0c=ms('data-id',_0x11e035,_0x2d33dc);_0x59fd0c&&_0x3e294c(_0x59fd0c,_0x5c7833(_0xb5964,!0x0));}}const Hs=/* #__PURE__ -- @preserve */
|
|
26
|
+
_t();var Ms=class extends Hs{['_m2html'];constructor(){super();const _0x4cad8f=Object['entries'](_0x1a3c76),_0x39e31f=_0x4cad8f['findIndex'](([_0x55a1af])=>'rehypeDomRaw'===_0x55a1af);if(-0x1===_0x39e31f)throw new at('ai-response-parser-unable-to-set-up-parser');_0x4cad8f['splice'](_0x39e31f+0x1,0x0,['rehypeSanitize',_0x32bbb3]),this['_m2html']=new _0x2c4472({'plugins':Object['fromEntries'](_0x4cad8f)});}['convertMarkdownToHTML'](_0x2346b){const _0x33833e=this['_m2html']['parse'](_0x2346b);return this['parseAndNormalizeHTML'](_0x33833e);}['parseAndNormalizeHTML'](_0x5a842e){return this['_parseHTML'](_0x5a842e);}['_parseHTML'](_0x3ace27){const _0x5a2c83=Is('<dummy>'+_0x3ace27['replace'](/<[^>]*?$/g,'')+'</dummy>');return Vs(_0x5a2c83),_0x5a2c83['children']=_0x5a2c83['children'][0x0]['children'],_0x5a2c83;}};function Vs(_0x353919){for(const _0x2ca863 of _0x353919['children'])_0x3dcf78(_0x2ca863)?'pre'!==_0x2ca863['name']&&Vs(_0x2ca863):_0x59e3a7(_0x2ca863)&&(_0x2ca863['data']=_0x2ca863['data']['replace'](/^\t+/gm,'\x20')['replace'](/\n*/g,'')['replace'](/[ \t\r\f\v]+/g,'\x20'));}function Us({changeGroups:_0x2d3292,documentContextContent:_0x2a25eb,showDiff:_0x5ac40e,trimUnchanged:_0x357bca=!0x0}){return _0x2d3292['map'](_0x2bf8dd=>{if(!_0x2bf8dd['editor']||'destroyed'===_0x2bf8dd['editor']['state'])return null;const _0x241815=new _0x4e2431([]),_0x182b7d=new _0x4e2431([]),_0x314ece=new Set();for(const _0x2921cb of _0x2bf8dd['changes'])'new'==_0x2921cb['type']&&Es('data-id',null,_0x2921cb['node'])['forEach'](_0x518408=>{_0x314ece['add'](Cs(_0x518408,'data-id'));});for(const _0x52cc0e of _0x2bf8dd['changes'])if('removed'!=_0x52cc0e['type']?_0x182b7d['children']['push'](_0x52cc0e['node']['cloneNode'](!0x0)):_0x5ac40e||_0x314ece['has'](_0x52cc0e['id'])||_0x182b7d['children']['push'](_0x52cc0e['node']['cloneNode'](!0x0)),'new'!=_0x52cc0e['type']&&(_0x5ac40e||'removed'!=_0x52cc0e['type'])){const _0x5cfea0=_0x36c87f(_0x9a52e4=>Cs(_0x9a52e4,'data-id')==_0x52cc0e['id'],_0x2a25eb['get'](_0x2bf8dd['documentId']),!0x0);_0x5cfea0&&_0x241815['children']['push'](_0x5cfea0['cloneNode'](!0x0));}const {content:_0x1ea9c7,hasChanges:_0x59b963}=Bs(_0x2bf8dd['editor'],_0x241815,_0x182b7d,_0x5ac40e,_0x357bca);return{'type':_0x2bf8dd['changes'][0x0]['type'],'index':_0x2bf8dd['index'],'content':_0x1ea9c7,'hasChanges':_0x59b963};})['filter'](_0x182fcb=>null!==_0x182fcb);}function Bs(_0x7addf8,_0x47ea3e,_0x484dc2,_0xc1b2cb,_0x92ba12=!0x0){const _0x5c3a79=_0x7addf8['plugins']['get']('DocumentCompare'),_0x36e50f=ps(_0x47ea3e),_0x3712d8=ps(_0x484dc2),_0xc5be75=_0x7addf8['data']['parse'](_0x36e50f,'$root'),_0x464829=_0x7addf8['model']['createPositionAt'](_0xc5be75,0x0),_0x1f065f=_0x5c3a79['getDiff'](_0x36e50f,_0x3712d8,{'anchor':_0x464829,'markDeletions':_0xc1b2cb,'targetEditor':_0x7addf8})['getOperations']();if(0x0==_0x1f065f['length'])return{'content':_0x47ea3e['cloneNode'](!0x0),'hasChanges':!0x1};if(_0xc1b2cb?function(_0x54328f,_0x156285,_0x1cfc6a){if(0x0==_0x54328f['length'])return;const _0x3a5c6b=_0x1cfc6a['plugins']['get']('DocumentCompare'),_0x363be0=_0x1cfc6a['plugins']['get']('SuggestionsConversion');_0x1cfc6a['model']['change'](_0x5f5453=>{const _0x22d6f0=new Set();for(let _0x166f41=0x0;_0x166f41<_0x54328f['length'];_0x166f41++){const _0x4247ef=_0x54328f[_0x166f41];if(_0x4247ef['baseVersion']=null,_0x4247ef['isDocumentOperation']=!0x1,_0x3a5c6b['isMarkedRemoveOperation'](_0x4247ef)){const _0x3daf78=_0x4777b9(_0x4247ef['newRange'],_0x1cfc6a['model']),_0x2876d9='suggestion:deletion:'+Ot()+':$aiSuggestion';_0x156285['markers']['set'](_0x2876d9,_0x3daf78);}else switch(_0x4247ef['type']){case'rename':{if(_0x4247ef['oldName']==_0x4247ef['newName'])break;_0x5f5453['batch']['addOperation'](_0x4247ef),_0x1cfc6a['model']['applyOperation'](_0x4247ef);const _0x576b49='$elementName',_0x32e8bb=_0x4247ef['position'],_0x57bf5a=_0x1cfc6a['model']['createRange'](_0x32e8bb,_0x1cfc6a['model']['createPositionAt'](_0x32e8bb['nodeAfter'],'end')),_0x4cd179='suggestion:attribute:'+_0x576b49+':'+Ot()+':$aiSuggestion';_0x156285['markers']['set'](_0x4cd179,_0x57bf5a);break;}case'addAttribute':case'removeAttribute':case'changeAttribute':{if(_0x4247ef['oldValue']==_0x4247ef['newValue'])break;_0x5f5453['batch']['addOperation'](_0x4247ef),_0x1cfc6a['model']['applyOperation'](_0x4247ef);const _0xadd11d=_0x4247ef['key'];if(!_0x363be0['isRegisteredAttribute'](_0xadd11d))break;const _0xe93bff=_0x4777b9(_0x4247ef['range'],_0x1cfc6a['model']),_0x19f3ea='suggestion:attribute:'+_0xadd11d+':'+Ot()+':$aiSuggestion';_0x156285['markers']['set'](_0x19f3ea,_0xe93bff);break;}case'insert':{if(_0x5f5453['batch']['addOperation'](_0x4247ef),_0x1cfc6a['model']['applyOperation'](_0x4247ef),Gs(_0x156285,_0x4247ef),_0x54328f[_0x166f41+0x1]&&'move'==_0x54328f[_0x166f41+0x1]['type'])break;const _0x5af56b=_0x4247ef['position'],_0x29b055=_0x4247ef['howMany'],_0x1e07d3=_0x4777b9(_0x1cfc6a['model']['createRange'](_0x5af56b,_0x5af56b['getShiftedBy'](_0x29b055)),_0x1cfc6a['model']),_0x23e8fd='suggestion:insertion:'+Ot()+':$aiSuggestion';_0x156285['markers']['set'](_0x23e8fd,_0x1e07d3);break;}case'split':{_0x5f5453['batch']['addOperation'](_0x4247ef),_0x1cfc6a['model']['applyOperation'](_0x4247ef),Gs(_0x156285,_0x4247ef);const _0x15ffa9=_0x4247ef['splitPosition'],_0x7d6994=_0x4247ef['moveTargetPosition'],_0x598eb7=_0x1cfc6a['model']['createRange'](_0x15ffa9,_0x7d6994),_0x330a0a='suggestion:insertion:'+Ot()+':$aiSuggestion';_0x156285['markers']['set'](_0x330a0a,_0x598eb7);break;}case'move':{_0x5f5453['batch']['addOperation'](_0x4247ef),_0x1cfc6a['model']['applyOperation'](_0x4247ef),Gs(_0x156285,_0x4247ef);const _0xc1cb7a=_0x4247ef['getMovedRangeStart'](),_0x184a5c=_0x4247ef['howMany'];for(let _0x324de1=0x0;_0x324de1<_0x184a5c;_0x324de1++){const _0x1e9b68=_0xc1cb7a['getShiftedBy'](_0x324de1)['nodeAfter'];_0x22d6f0['add'](_0x1e9b68);}break;}case'remove':{const _0x2aee4e=_0x4247ef['sourcePosition'],_0x3e6f03=_0x4247ef['howMany'],_0x197577=new _0x39d5b2(_0x2aee4e,_0x3e6f03);_0x5f5453['batch']['addOperation'](_0x197577),_0x1cfc6a['model']['applyOperation'](_0x197577),Gs(_0x156285,_0x4247ef);break;}}}for(const _0x4de346 of _0x22d6f0){const _0x152391=_0x1cfc6a['model']['createRangeOn'](_0x4de346),_0x24e219='suggestion:formatBlock:$fakeWrap:'+Ot()+':$aiSuggestion';_0x156285['markers']['set'](_0x24e219,_0x4777b9(_0x152391,_0x1cfc6a['model']));}});}(_0x1f065f,_0xc5be75,_0x7addf8):_0x7addf8['model']['change'](_0x11f657=>{for(const _0xdd19a3 of _0x1f065f)if('remove'==_0xdd19a3['type']){const _0x57ab84=_0xdd19a3['sourcePosition'],_0x348822=_0xdd19a3['howMany'],_0x5c7c97=new _0x39d5b2(_0x57ab84,_0x348822);_0x11f657['batch']['addOperation'](_0x5c7c97),_0x7addf8['model']['applyOperation'](_0x5c7c97),Gs(_0xc5be75,_0xdd19a3);}else{if('marker'==_0xdd19a3['type']){const _0xbce551=_0xdd19a3['name'],_0x3b1615=_0xdd19a3['newRange'];null!==_0x3b1615?_0xc5be75['markers']['set'](_0xbce551,_0x3b1615):_0xc5be75['markers']['delete'](_0xbce551);}else _0xdd19a3['baseVersion']=null,_0xdd19a3['isDocumentOperation']=!0x1,_0x11f657['batch']['addOperation'](_0xdd19a3),_0x7addf8['model']['applyOperation'](_0xdd19a3),Gs(_0xc5be75,_0xdd19a3);}}),_0x92ba12){const _0x56c28d=Fs(_0x7addf8,_0x1f065f,_0xc5be75);Ws(_0x7addf8['model'],_0x56c28d),function(_0x579e7c,_0x2e0da2){const _0x459ee7=_0x2e0da2['getFirstRange']()['start'];let _0x317449=_0x2e0da2['getFirstRange']()['end'];const _0xb9ff5a=_0x459ee7['root'];(_0x317449['textNode']||_0x317449['nodeAfter']&&_0x317449['nodeAfter']['is']('$text'))&&(_0x48ea58(_0x317449,'...'),qs(_0xb9ff5a,_0x317449,0x3),_0x317449=_0x317449['getShiftedBy'](0x3)),(_0x459ee7['textNode']||_0x459ee7['nodeBefore']&&_0x459ee7['nodeBefore']['is']('$text'))&&(_0x48ea58(_0x459ee7,'...'),qs(_0xb9ff5a,_0x459ee7,0x3),_0x459ee7['parent']==_0x317449['parent']&&(_0x317449=_0x317449['getShiftedBy'](0x3)));const _0xcd9602=_0x579e7c['createRange'](_0x579e7c['createPositionAt'](_0xb9ff5a,0x0),_0x459ee7),_0x51349e=_0x579e7c['createRange'](_0x317449,_0x579e7c['createPositionAt'](_0xb9ff5a,'end')),_0x4bf4a9=[..._0xcd9602['getMinimalFlatRanges'](),..._0x51349e['getMinimalFlatRanges']()];_0x4bf4a9['reverse']();for(const _0x1d06dd of _0x4bf4a9)_0x1c6fac(_0x1d06dd),$s(_0xb9ff5a,_0x1d06dd);}(_0x7addf8['model'],_0x56c28d);}return{'content':Is(_0x7addf8['data']['stringify'](_0xc5be75,{'showSuggestionHighlights':!0x0})),'hasChanges':!0x0};}function Gs(_0x19d828,_0x56d593){for(const [_0x338d82,_0x291360]of _0x19d828['markers']){const _0x4c38ef=_0x15a2ab['_createFromRanges'](_0x291360['getTransformedByOperation'](_0x56d593));_0x4c38ef['root']==_0x19d828?_0x19d828['markers']['set'](_0x338d82,_0x4c38ef):_0x19d828['markers']['delete'](_0x338d82);}}function Fs(_0x5c2fdd,_0x37c3fa,_0x4cb102){const _0x35383c=_0x5c2fdd['plugins']['get']('DocumentCompare');let _0x42813a=_0x5c2fdd['model']['createPositionAt'](_0x4cb102,Number['POSITIVE_INFINITY']),_0x4e9b2c=_0x5c2fdd['model']['createPositionAt'](_0x4cb102,0x0);for(const _0x218303 of _0x37c3fa){let _0x15af75,_0x257f9f;if(_0x35383c['isMarkedRemoveOperation'](_0x218303))_0x15af75=_0x218303['newRange']['start'],_0x257f9f=_0x218303['newRange']['end'];else switch(_0x42813a=Ks(_0x42813a,_0x218303),_0x4e9b2c=Ks(_0x4e9b2c,_0x218303),_0x218303['type']){case'rename':_0x15af75=_0x218303['position'],_0x257f9f=_0x15af75['getShiftedBy'](0x1);break;case'addAttribute':case'removeAttribute':case'changeAttribute':_0x15af75=_0x218303['range']['start'],_0x257f9f=_0x218303['range']['end'];break;case'insert':_0x15af75=_0x218303['position'],_0x257f9f=_0x15af75['getShiftedBy'](_0x218303['howMany']);break;case'split':_0x15af75=_0x218303['splitPosition'],_0x257f9f=_0x218303['moveTargetPosition'];break;case'merge':{const _0x1ebea9=_0x218303['targetPosition']['path']['slice'](0x0,-0x1);_0x15af75=_0x5c2fdd['model']['createPositionFromPath'](_0x4cb102,_0x1ebea9),_0x257f9f=_0x15af75['getShiftedBy'](0x1);break;}case'move':case'remove':{const _0x5e6977=_0x218303['howMany'],_0x11f87f=_0x218303['sourcePosition']['_getTransformedByInsertion'](_0x218303['targetPosition'],_0x5e6977),_0x1ee73a=_0x218303['getMovedRangeStart']();'remove'==_0x218303['type']?(_0x15af75=_0x11f87f,_0x257f9f=_0x11f87f):(_0x15af75=_0x1ee73a,_0x257f9f=_0x1ee73a['getShiftedBy'](_0x5e6977));break;}}_0x15af75&&_0x15af75['isBefore'](_0x42813a)&&(_0x42813a=_0x15af75['clone'](),_0x42813a['stickiness']='toNone'),_0x257f9f&&_0x257f9f['isAfter'](_0x4e9b2c)&&(_0x4e9b2c=_0x257f9f['clone'](),_0x4e9b2c['stickiness']='toNone');}return _0x5c2fdd['model']['createSelection'](_0x5c2fdd['model']['createRange'](_0x42813a,_0x4e9b2c));}function Ks(_0x5b5fa3,_0x2affe7){return'move'!=_0x2affe7['type']&&'remove'!=_0x2affe7['type']||_0x2affe7['sourceRange']['containsPosition'](_0x5b5fa3)&&((_0x5b5fa3=_0x2affe7['sourcePosition']['clone']())['stickiness']='toNone'),_0x5b5fa3['getTransformedByOperation'](_0x2affe7);}function Ws(_0x13e74e,_0x2ae690){Ys(_0x13e74e,_0x2ae690,'forward');const _0xb4d639=_0x2ae690['getFirstRange']();_0x2ae690['setTo']([]),_0x2ae690['setTo'](_0xb4d639,{'backward':!0x0}),Ys(_0x13e74e,_0x2ae690,'backward');}function Ys(_0x19e1d0,_0xf986e2,_0x128519){let _0x1fe8b3=0x14;for(;_0x1fe8b3;){_0x19e1d0['modifySelection'](_0xf986e2,{'unit':'word','direction':_0x128519}),_0x1fe8b3--;const _0x5ae1b8=_0xf986e2['focus']['forward'==_0x128519?'nodeBefore':'nodeAfter'];if(_0x5ae1b8&&_0x5ae1b8['is']('element')&&_0x19e1d0['schema']['isBlock'](_0x5ae1b8)&&_0x19e1d0['schema']['isObject'](_0x5ae1b8))break;}}function $s(_0x5693d5,_0x545aee){for(const [_0x49ca3b,_0x26c531]of _0x5693d5['markers']){const _0x25de34=_0x26c531['_getTransformedByDeletion'](_0x545aee['start'],_0x545aee['end']['offset']-_0x545aee['start']['offset']);null!=_0x25de34?_0x5693d5['markers']['set'](_0x49ca3b,_0x25de34):_0x5693d5['markers']['delete'](_0x49ca3b);}}function qs(_0x29df19,_0x2c6687,_0xb0ef61){for(let [_0x2736dd,_0x4b6428]of _0x29df19['markers'])_0x4b6428=_0x4b6428['_getTransformedByInsertion'](_0x2c6687,_0xb0ef61,!0x1)[0x0],_0x29df19['markers']['set'](_0x2736dd,_0x4b6428);}const Qs=/* #__PURE__ -- @preserve */
|
|
27
|
+
lt();var Xs=class extends Qs{['_connector'];['_config'];['_locale'];['_modelList']=[];['_modelsRequest']=null;constructor({connector:_0x483318,config:_0x1239b2,locale:_0x256e5b}){super(),this['_connector']=_0x483318,this['_config']=_0x1239b2,this['_locale']=_0x256e5b;}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 _0x542ef6=await this['getAll']();let _0x4f1c1a;return _0x4f1c1a=this['_availableModels']?this['_filterModels'](_0x542ef6,this['_availableModels']):_0x542ef6['filter'](_0xb6113=>_0xb6113['recommended']),_0x4f1c1a;}async['getModel'](_0x436b52){const _0x399f45=await this['getAll']();if(!_0x399f45['length'])return null;if(_0x436b52){const _0x36b190=this['_getModelById'](_0x399f45,_0x436b52);if(_0x36b190)return _0x36b190;ft('ai-chat-model-id-unrecognized',{'modelId':_0x436b52,'fallBackModelId':this['_defaultModelId']});}return this['getDefault']();}async['getDefault'](){const _0x2a8175=await this['getAvailableModels']();if(!_0x2a8175['length'])return null;if(this['_defaultModelId']){const _0x347581=this['_getModelById'](_0x2a8175,this['_defaultModelId']);if(_0x347581)return _0x347581;ft('ai-chat-default-model-id-unrecognized',{'defaultModelId':this['_defaultModelId'],'fallBackModelId':_0x2a8175[0x0]['id']});}return _0x2a8175[0x0];}async['isAvailable'](_0xaaf99a){return(await this['getAvailableModels']())['some'](_0xd806c1=>_0xd806c1['name']===_0xaaf99a['name']&&_0xd806c1['provider']===_0xaaf99a['provider']);}async['_retrieveModels'](){if(!this['_modelList']['length']){const _0x3c3b42=this['_locale']['uiLanguage']||'en',_0xe319b5=await this['_connector']['getModels'](_0x3c3b42)['list']();this['_modelList']=_0xe319b5['items']['map'](_0x31cedb=>zs(_0x31cedb)?{..._0x31cedb,'name':ls(this['_locale'],'AI_MODEL_NAME_AUTO')}:_0x31cedb);}return[...this['_modelList']];}['_filterModels'](_0x183372,_0x1e7387){let _0x255fe2;if(_0x1e7387){_0x255fe2=[];const _0x444136=new Set(),_0x2f1c9d='string'==typeof _0x1e7387?[_0x1e7387['toLocaleLowerCase']()]:_0x1e7387['map'](_0x32206d=>_0x32206d['toLocaleLowerCase']());for(const _0xd922ab of _0x2f1c9d)for(const _0x642c4f of _0x183372)!_0x444136['has'](_0x642c4f['id'])&&this['_isMatchingFilter'](_0x642c4f,_0xd922ab)&&(_0x255fe2['push'](_0x642c4f),_0x444136['add'](_0x642c4f['id']));}else _0x255fe2=_0x183372;return _0x255fe2;}['_isMatchingFilter'](_0x31dbe2,_0x4fc5a9){const _0x2d6a47=_0x31dbe2['id']['toLocaleLowerCase'](),_0x549101=_0x31dbe2['name']['toLocaleLowerCase'](),_0x2c9798=_0x31dbe2['provider']['toLocaleLowerCase']();return _0x2d6a47===_0x4fc5a9||_0x549101===_0x4fc5a9||zs(_0x31dbe2)&&'auto'===_0x4fc5a9||_0x2c9798===_0x4fc5a9||_0x2d6a47['startsWith'](_0x4fc5a9);}['_getModelById'](_0x23b248,_0x5b82f9){return _0x23b248['find'](_0x5c6e46=>zs(_0x5c6e46)&&'auto'===_0x5b82f9?_0x5c6e46:_0x5c6e46['id']===_0x5b82f9)||null;}};function zs(_0x259965){return _0x259965['id']['startsWith']('agent');}function js(_0x219bc3,_0x204891){for(const _0x15d21c of _0x219bc3)'noop'!==_0x15d21c['type']&&(_0x15d21c['_aiSource']=_0x204891);}var Js=class extends _0x2d0760{static get['pluginName'](){return'AIGateway';}static get['requires'](){return[_0x5b6f61];}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'](_0x21010b,_0xeddbb6){if('completed'!==_0x21010b['status'])throw new at('ai-gateway-apply-invalid-status',this,{'status':_0x21010b['status']});const _0x50ac9a=_0x21010b['editor'],{applyMethod:_0x5bff5f}=_0xeddbb6;if('suggest'===_0x5bff5f&&!_0x50ac9a['plugins']['has']('TrackChanges'))throw new at('ai-no-track-changes',this);const _0x404dd1='suggest'===_0x5bff5f,_0x5a7086=this['context']['plugins']['get'](_0x5b6f61),_0x5828cb=_0x50ac9a['model']['createPositionAt'](_0x50ac9a['model']['document']['getRoot'](),0x0),_0x2c7c40=_0x5a7086['getDiff'](_0x21010b['contentRawOld'],_0x21010b['contentRawNew'],{'anchor':_0x5828cb,'markDeletions':_0x404dd1,'targetEditor':_0x50ac9a}),_0x140eea=_0x50ac9a['model']['document']['history']['getOperations'](_0x21010b['documentVersion']),_0x497f27={'document':_0x50ac9a['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1},_0x1b867d=_0x30647f(_0x2c7c40['getOperations'](),_0x140eea,_0x497f27)['operationsA'];js(_0x1b867d,_0xeddbb6['aiSource']??'api'),_0x50ac9a['model']['change'](_0x3b8363=>{if(_0x404dd1)_0x50ac9a['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x1b867d);else{for(const _0x315ed7 of _0x1b867d)_0x315ed7['baseVersion']=_0x50ac9a['model']['document']['version'],Ns(_0x50ac9a,_0x315ed7),_0x3b8363['batch']['addOperation'](_0x315ed7),_0x50ac9a['model']['applyOperation'](_0x315ed7);}});}['mergeChangesIntoContent'](_0x26fcaa,_0x5f492e,_0x2d767b){const _0xbe204e=new Ms(),_0x4e6202=new xs();let _0x3a27ed=_0xbe204e['parseAndNormalizeHTML'](_0x5f492e);for(const _0x3d81cd of _0x26fcaa)try{const _0x58cb4e=_0xbe204e['parseAndNormalizeHTML'](_0x3d81cd['content']);_0x3a27ed=_0x4e6202['merge'](_0x58cb4e,_0x3a27ed,{'cutAfterUnstable':!0x1,'replaceRemovedWith':void 0x0})['parsedContent'];}catch(_0x234a2a){throw new at('ai-gateway-merge-failed',this,{..._0x3d81cd},_0x234a2a);}return Bs(_0x2d767b,_0xbe204e['parseAndNormalizeHTML'](_0x5f492e),_0x3a27ed,!0x1,!0x1)['content'];}},Zs=class{['_editor'];['_rootName'];['_channelId'];['_sessionId'];['_documentVersion'];['_contentRawOld'];['_contentRawNew'];['_error'];['_isAborted']=!0x1;constructor(_0x591ba3){this['_editor']=_0x591ba3['editor'],this['_rootName']=_0x591ba3['rootName'],this['_channelId']=_0x591ba3['channelId'],this['_sessionId']=_0x591ba3['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'](_0x124e60){this['_documentVersion']=_0x124e60;}get['contentRawOld'](){return this['_contentRawOld'];}set['contentRawOld'](_0x50df98){this['_contentRawOld']=_0x50df98;}get['contentRawNew'](){return this['_contentRawNew'];}set['contentRawNew'](_0x135227){this['_contentRawNew']=_0x135227;}get['contentOld'](){return this['_dropDataIds'](this['_contentRawOld']||'');}get['contentNew'](){return this['_dropDataIds'](this['_contentRawNew']||'');}get['error'](){return this['_error'];}set['error'](_0x4a5417){this['_error']=_0x4a5417;}['abort'](){this['_isAborted']=!0x0;}['_dropDataIds'](_0x3a5b3f){return _0x3a5b3f['replace'](/ data-id="[a-z0-9]+"/g,'');}},tn=class extends Zs{['_summary']='';get['summary'](){return this['_summary'];}set['summary'](_0x4d65e4){this['_summary']=_0x4d65e4;}},en=class extends _0x2d0760{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'](_0x156378,_0x2e0a08){if(!_0x156378)throw new at('ai-documentprocessinggateway-missing-prompt',this);const _0x2c7c72=await this['context']['plugins']['get'](As)['getDocumentData']();if(!_0x2c7c72[0x0])throw new at('ai-documentprocessinggateway-missing-document',this);const _0x1855c6=new tn({'editor':_0x2c7c72[0x0]['editor'],'rootName':_0x2c7c72[0x0]['rootName'],'channelId':this['context']['config']['get']('collaboration.channelId'),'sessionId':_0x2c7c72[0x0]['sessionId']});if(_0x1855c6['contentRawOld']=_0x2c7c72[0x0]['content'],_0x1855c6['documentVersion']=_0x2c7c72[0x0]['version'],_0x2e0a08?.['signal']?.['aborted'])return _0x1855c6['abort'](),_0x1855c6;const _0x531f8b=this['context']['plugins']['get']('AIConnector')['processDocument']({'document':_0x1855c6['contentRawOld'],'prompt':_0x156378,'model':_0x2e0a08['model']});let _0x37da4e;if(_0x2e0a08?.['signal']){if(_0x2e0a08['signal']['aborted'])return _0x531f8b['abortController']['abort'](),_0x1855c6['abort'](),_0x1855c6;const _0x3a5d14=_0x2e0a08['signal'],_0x499293=()=>_0x531f8b['abortController']['abort']();_0x3a5d14['addEventListener']('abort',_0x499293),_0x37da4e=()=>_0x3a5d14['removeEventListener']('abort',_0x499293);}try{const _0x36730d=await _0x531f8b['getResult']();if(!(_0x36730d&&_0x36730d['document']&&_0x36730d['document']['length']>0x0))throw new at('ai-documentprocessinggateway-empty-reply',this);_0x1855c6['contentRawNew']=_0x36730d['document'],_0x1855c6['summary']=_0x36730d['summary']||'';}catch(_0x7b17e){_0x7b17e instanceof Error&&_0x7b17e['message']['includes']('ai-request-aborted')?_0x1855c6['abort']():_0x1855c6['error']=_0x7b17e instanceof at?_0x7b17e:new at('ai-documentprocessinggateway-run-failed',this,{},_0x7b17e);}finally{_0x37da4e&&_0x37da4e();}return _0x1855c6;}['applyResult'](_0x106de2,_0x1c7626){this['context']['plugins']['get']('AIGateway')['apply'](_0x106de2,_0x1c7626);}};function sn(_0x1a0e3f){return _0x1a0e3f instanceof Error&&('AbortError'===_0x1a0e3f['name']||('AICoreError'===_0x1a0e3f['name']?!0x0===_0x1a0e3f['isAbort']:_0x1a0e3f['message']['startsWith']('ai-request-aborted')));}var nn=class extends Error{['code'];['severity'];['type'];['context'];['isAbort'];constructor(_0x27a440){super(_0x27a440['code'],_0x27a440['cause']instanceof Error?{'cause':_0x27a440['cause']}:void 0x0),this['name']='AICoreError',this['code']=_0x27a440['code'],this['severity']=_0x27a440['severity']??'error',this['type']=_0x27a440['type']??'system',this['context']=_0x27a440['context'],this['isAbort']=_0x27a440['isAbort']??sn(_0x27a440['cause']);}},rn=class extends _0x2d0760{static get['pluginName'](){return'AIErrorSink';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['createReporter'](_0x2b66b9){return new on(this,_0x2b66b9);}},on=class{['_sink'];['_component'];constructor(_0x2e071f,_0x212458){this['_sink']=_0x2e071f,this['_component']=_0x212458;}['logError'](_0x2bfc2c,_0x5a7e00={}){this['_emit'](_0x2bfc2c,_0x5a7e00),this['_defaultLog'](_0x2bfc2c);}['reportError'](_0x5671b8,_0x19d073={}){this['_emit'](_0x5671b8,_0x19d073);}['_emit'](_0x556605,_0x207da9){sn(_0x556605)||this['_sink']['fire']('error',{'error':_0x556605,'component':this['_component'],'context':_0x207da9['context']});}['_defaultLog'](_0x5bedda){if(!sn(_0x5bedda)){if(_0x5bedda instanceof nn){if('user'===_0x5bedda['type']||'network'===_0x5bedda['type'])return;if('warning'===_0x5bedda['severity'])return void console['warn'](this['_component'],_0x5bedda);}console['error'](this['_component'],_0x5bedda);}}};const an='ck-ai-button-primary',hn='ck-ai-button-secondary',cn='ck-ai-button-tertiary';function ln(_0x20dbd0,_0x154130){const _0x4d2af3=new Pt(_0x20dbd0),_0x5e2635=ls(_0x20dbd0,'AI_TABS_LABEL_MINIMIZE'),_0x3d811e=ls(_0x20dbd0,'AI_TABS_LABEL_MAXIMIZE');return _0x4d2af3['set']({'withText':!0x1,'icon':_0x2c8240,'tooltip':!0x0,'class':'ck-ai-tabs__resize\x20'+cn}),_0x4d2af3['bind']('label')['to'](_0x154130,'isMaximized',_0x5726aa=>_0x5726aa?_0x5e2635:_0x3d811e),_0x4d2af3['bind']('icon')['to'](_0x154130,'isMaximized',_0xbe9519=>_0xbe9519?_0x1c55e4:_0x2c8240),_0x4d2af3['bind']('isOn')['to'](_0x154130,'isMaximized'),_0x4d2af3['on']('execute',()=>{_0x154130['fire']('resizeTabs');}),_0x4d2af3;}function un(_0x5a379b){const _0x514f15=new xt(_0x5a379b);return _0x514f15['attachToDom'](),_0x514f15['bodyCollectionContainer']['classList']['add']('ck-ai-body'),_0x514f15;}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:_0x238599,isDone:_0x1002ac=!0x1,isComplete:_0xa243aa,interactionId:_0x33a41d,areActionsDisabled:_0x55632d,isFromHistory:_0x1af900=!0x1,documentContextContent:_0x3eb1a7,locale:_0x30ffcb,id:_0x3631e1,channelsToEditors:_0x390b6d}){super(),this['id']=_0x3631e1||Ot(),this['interactionId']=_0x33a41d,this['type']=_0x238599,this['areActionsDisabled']=!!_0x55632d,this['isFromHistory']=_0x1af900,this['locale']=_0x30ffcb,this['aiResponseParser']=new Ms(),this['aiResponseApplier']=new xs(),this['documentContextContent']=new Map(_0x3eb1a7?.['map'](_0x398a52=>[_0x398a52['id'],Is(_0x398a52['content'])])||[]),this['_documentIdToSource']=new Map(_0x3eb1a7?.['map'](_0x4f92c0=>[_0x4f92c0['id'],{'editor':_0x390b6d['get'](_0x4f92c0['channelId']),'rootName':_0x4f92c0['rootName']}])||[]),this['set']('isDone',_0x1002ac),this['set']('isComplete',_0xa243aa??_0x1002ac),'text'===this['type']&&this['content']['set']('text','');}['appendContent'](_0x4328b2,_0x5d2875){const _0x54416e='text'===this['type']?'text':_0x5d2875;this['content']['has'](_0x54416e)||this['content']['set'](_0x54416e,''),this['content']['set'](_0x54416e,this['content']['get'](_0x54416e)+_0x4328b2),this['onContentChange'](_0x54416e);}['done'](_0x4a675f=!0x0){this['isComplete']=_0x4a675f,this['isDone']||(this['set']('isDone',!0x0),this['onContentChange']());}['destroy'](){this['stopListening']();}['setChangeGroupState'](_0x22d39c,_0x94c6b7){this['changeGroups'][_0x22d39c]['state']=_0x94c6b7,this['fire']('replyChangeGroupStateUpdated',{'reply':this,'index':_0x22d39c,'state':_0x94c6b7});}['getContentParts']({showDiff:_0xde0875,groupIndex:_0x480c76}){const _0x3d741b=this['_getCachedContentParts'](_0xde0875,_0x480c76);if(_0x3d741b)return _0x3d741b;let _0x6b569a=[];if(void 0x0===_0x480c76)_0x6b569a=this['changeGroups'];else{const _0x59f0f2=this['changeGroups']['find'](({index:_0x392009})=>_0x392009===_0x480c76);if(!_0x59f0f2)throw new at('ai-reply-get-content-parts-group-not-found',null,{'aiReply':this,'groupIndex':_0x480c76});_0x6b569a=[_0x59f0f2];}const _0xe02da1=Us({'showDiff':_0xde0875,'changeGroups':_0x6b569a,'documentContextContent':this['documentContextContent']});return this['_setCachedContentParts'](_0xde0875,_0xe02da1),_0xe02da1;}['_getCachedContentParts'](_0x17b490,_0x54d352){const _0x1de790=_0x17b490?'withDiff':'withoutDiff';if(!this['cachedSuggestionContentParts'][_0x1de790]['length'])return null;const _0x5ede49=this['cachedSuggestionContentParts'][_0x1de790];if(void 0x0===_0x54d352)return _0x5ede49['length']>0x0&&_0x5ede49['length']!==this['changeGroups']['length']?(this['_setCachedContentParts'](_0x17b490,null),null):_0x35eb29(_0x5ede49);{const _0xdacaba=_0x5ede49['find'](({index:_0x2aea21})=>_0x2aea21===_0x54d352);if(_0xdacaba)return[_0x35eb29(_0xdacaba)];}return null;}['_setCachedContentParts'](_0x3e4fdc,_0x207d8a){const _0xe047d4=_0x3e4fdc?'withDiff':'withoutDiff';_0x207d8a?_0x207d8a['forEach'](_0x345fe9=>{const _0x2614f8=this['cachedSuggestionContentParts'][_0xe047d4],_0x1b0cef=_0x2614f8['find'](({index:_0x2ebb2c})=>_0x2ebb2c===_0x345fe9['index']);if(_0x1b0cef){const _0x247547=_0x2614f8['indexOf'](_0x1b0cef);_0x2614f8['splice'](_0x247547,0x1,_0x345fe9);}else _0x2614f8['push'](_0x345fe9);}):this['cachedSuggestionContentParts'][_0xe047d4]['length']=0x0;}['onContentChange'](_0x27ec3b){if('modification'===this['type']){if(_0x27ec3b)this['parsedContent']['set'](_0x27ec3b,this['aiResponseParser']['parseAndNormalizeHTML'](this['content']['get'](_0x27ec3b)));else{for(const [_0x5a83c8,_0x587251]of this['content'])this['parsedContent']['set'](_0x5a83c8,this['aiResponseParser']['parseAndNormalizeHTML'](_0x587251));}const _0x571879=this['changeGroups'];for(const _0x106cbb of this['content']['keys']())this['updateChangeGroups'](_0x106cbb);const _0xca1491=this['_getDifferentChangeGroups'](_0x571879,this['changeGroups']);(_0xca1491['length']||this['isDone'])&&(this['fire']('replyContentUpdated',this,_0xca1491),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'](_0x24f974,_0x1d16c3){const _0x2efe6d=[];for(const _0x2dd538 of _0x1d16c3){const _0x4e09d4=_0x24f974[_0x2dd538['index']];_0x4e09d4?_0x4e09d4['changes']['length']!==_0x2dd538['changes']['length']?_0x2efe6d['push'](_0x2dd538):_0x4e09d4['changes']['forEach']((_0x44a2fd,_0x2283a2)=>{const _0x591b41=_0x2dd538['changes'][_0x2283a2];_0x44a2fd['id']!==_0x591b41['id']&&_0x2efe6d['push'](_0x2dd538);}):_0x2efe6d['push'](_0x2dd538);}return _0x2efe6d;}['updateChangeGroups'](_0x2373c9){const _0x2ac5c8=this['documentContextContent']['get'](_0x2373c9),_0x1b8164=this['parsedContent']['get'](_0x2373c9);if(!_0x2ac5c8||!_0x1b8164)return;const _0xe7284c=new _0x19163f('p',{},[new _0x19163f('span',{'style':'color:\x20#808080;\x20font-style:\x20italic'},[new _0x297122(ls(this['locale'],'AI_SUGGESTION_CONTENT_PART_REMOVED'))])]),_0x2ee918=this['aiResponseApplier']['merge'](_0x1b8164,_0x2ac5c8['cloneNode'](!0x0),{'cutAfterUnstable':!this['isDone']||!this['isComplete'],'replaceRemovedWith':_0xe7284c});this['parsedMergedContent']['set'](_0x2373c9,_0x2ee918['parsedContent']);let _0x513892=[];if(_0x269094(_0x4744f4=>{const _0x24ff6a=Cs(_0x4744f4,'data-id');if(!_0x24ff6a||!_0x264fe0(_0x24ff6a))return!0x1;const _0x346560=[_0x4744f4,...Ss(_0x4744f4)]['at'](-0x2);if(_0x4744f4!=_0x346560){const _0x54d835=Cs(_0x346560,'data-id');_0x264fe0(_0x54d835)||(_0x513892['push']({'node':_0x346560,'id':_0x54d835,'type':'modified'}),_0x2ee918['modifiedNodeIds']['push'](_0x54d835));}else _0x2ee918['modifiedNodeIds']['includes'](_0x24ff6a)?_0x513892['push']({'node':_0x4744f4,'type':'modified','id':_0x24ff6a}):_0x2ee918['newNodeIds']['includes'](_0x24ff6a)?_0x513892['push']({'node':_0x4744f4,'type':'new','id':_0x24ff6a,'anchorId':Cs(_0x4744f4['previousSibling'],'data-id')}):_0x513892['push']({'node':_0x4744f4,'type':'removed','id':_0x24ff6a});return!0x0;},this['parsedMergedContent']['get'](_0x2373c9)),_0x513892=_0x513892['filter'](({node:_0x223079})=>[...Ss(_0x223079),_0x223079]['every'](_0x439634=>!Cs(_0x439634,'data-unstable'))),this['changeGroups']=this['changeGroups']['filter'](_0x3b0ac9=>_0x3b0ac9['documentId']!==_0x2373c9),0x0==_0x513892['length'])return;const _0x5c6884=[[_0x513892[0x0]]];for(let _0x2cebc0=0x1;_0x2cebc0<_0x513892['length'];_0x2cebc0++){const _0xe3dd68=_0x5c6884[_0x5c6884['length']-0x1],_0x38eaf0=_0xe3dd68[_0xe3dd68['length']-0x1];_0x513892[_0x2cebc0]['node']['previousSibling']==_0x38eaf0['node']&&'modified'!=_0x513892[_0x2cebc0]['type']&&'modified'!=_0x38eaf0['type']?_0xe3dd68['push'](_0x513892[_0x2cebc0]):_0x5c6884['push']([_0x513892[_0x2cebc0]]);}for(const _0x246765 of _0x5c6884){const _0x5d2a83=_0x246765[0x0],_0x1a9385=_0x246765[_0x246765['length']-0x1],_0x3accb2=_0x3f6c21(_0x5d2a83['node']['previousSibling']);_0x3accb2&&_0x246765['unshift'](_0x3accb2);const _0x3b1bf0=_0x3f6c21(_0x1a9385['node']['nextSibling']);_0x3b1bf0&&_0x246765['push'](_0x3b1bf0);}Es('data-wrapped-id',null,this['parsedMergedContent']['get'](_0x2373c9))['forEach'](_0x2c11f4=>{fs(_0x2c11f4,'data-wrapped-id',null);});const _0x10c740=new Map();Es('data-unwrapped-id',null,this['parsedMergedContent']['get'](_0x2373c9))['forEach'](_0x17f42f=>{const _0x5b0a38=Cs(_0x17f42f,'data-unwrapped-id'),_0x4f269f=Cs(_0x17f42f,'data-id');_0x10c740['set'](_0x4f269f,_0x5b0a38),fs(_0x17f42f,'data-id',_0x5b0a38),fs(_0x17f42f,'data-unwrapped-id',null);});for(const _0x30b7ae of _0x513892){const _0xe3b15b=_0x10c740['get'](_0x30b7ae['id']);_0xe3b15b&&(_0x30b7ae['id']=_0xe3b15b);}this['changeGroups']['push'](..._0x5c6884['map']((_0x260c55,_0x18d049)=>({'changes':_0x260c55,'state':'pending','index':_0x18d049,'editor':this['_documentIdToSource']['get'](_0x2373c9)['editor'],'rootName':this['_documentIdToSource']['get'](_0x2373c9)['rootName'],'documentId':_0x2373c9})));const _0x932cc4=Array['from'](this['documentContextContent']['keys']());function _0x264fe0(_0x47fdf4){return _0x2ee918['modifiedNodeIds']['includes'](_0x47fdf4)||_0x2ee918['newNodeIds']['includes'](_0x47fdf4)||_0x2ee918['removedNodeIds']['includes'](_0x47fdf4);}function _0x3f6c21(_0x12077f){if(_0x12077f&&Cs(_0x12077f,'data-id')&&!Cs(_0x12077f,'data-unstable')){const _0x41ee79=Cs(_0x12077f,'data-id');if(!_0x264fe0(_0x41ee79))return{'node':_0x12077f,'type':'context','id':_0x41ee79};}return null;}this['changeGroups']['sort']((_0x47fcb6,_0x1846f1)=>_0x932cc4['indexOf'](_0x47fcb6['documentId'])-_0x932cc4['indexOf'](_0x1846f1['documentId'])),this['changeGroups']['forEach']((_0x2461f2,_0x4aa5d6)=>{_0x2461f2['index']=_0x4aa5d6;});}};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:_0x3efed2,locale:_0x426a5f,channelsToEditors:_0x1fdf1f}){super(),this['id']=Ot(),this['connector']=_0x3efed2,this['isStopped']=!0x0,this['locale']=_0x426a5f,this['_channelsToEditors']=_0x1fdf1f||new Map();}async['start'](){await this['_run']();}async['resume'](_0x388f5c){await this['_run'](_0x388f5c);}async['_run'](_0xff4678){const _0x31e126=[];let _0x524c8a,_0x577f64,_0x19ae6d,_0x6c6af7=!0x1;this['isStopped']=!0x1;try{this['currentRequest']=_0xff4678||await this['sendRequest'](),this['fire']('interactionStarted',this);const _0x5ce13a=await this['currentRequest']['getStream']();for await(const _0x3535e3 of _0x5ce13a){if(this['isStopped'])return;if('error'==_0x3535e3['event'])return void this['fire']('error',{'error':new at('ai-chat-interaction-error',this)});switch(_0x3535e3['event']){case'message-metadata':this['messageId']=_0x3535e3['data']['messageId'];break;case'action-metadata':this['actionCallId']=_0x3535e3['data']['callId'];break;case'conversation-title':this['setConversationTitle'](_0x3535e3['data']['conversationTitle'],!0x0);break;case'source':_0x31e126['push'](_0x3535e3['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'](),_0x524c8a='modification-delta'==_0x3535e3['event']?'modification':'text',_0x577f64='modification-delta'==_0x3535e3['event']?_0x3535e3['data']['id']:void 0x0,this['currentReply']&&this['currentReply']['type']!=_0x524c8a&&(this['currentReply']['done'](),this['currentReply']=void 0x0),this['currentReply']||(this['currentReply']=this['createReply']({'type':_0x524c8a,'interactionId':this['id'],'id':_0x577f64,'channelsToEditors':this['_channelsToEditors'],...'modification-delta'==_0x3535e3['event']&&{'documentId':_0x3535e3['data']['documentId']}}),'modification'==_0x524c8a&&(this['currentReply']['sources']=_0x31e126['splice'](0x0))),this['currentReply']['appendContent'](_0x3535e3['data']['textDelta'],_0x3535e3['data']['documentId']);break;case'mcp-tool-result':_0x19ae6d=JSON['parse'](_0x3535e3['data']['result']),this['_handleToolResultData']({'toolName':_0x3535e3['data']['toolName'],'data':_0x19ae6d['data'],'attributes':_0x19ae6d['attributes']});break;case'mcp-tool-notification':this['_handleToolNotificationData']({'toolName':_0x3535e3['data']['toolName'],'data':_0x3535e3['data']['data']});}}_0x6c6af7=!0x0;}finally{this['isStopped']||(this['currentReply']&&_0x31e126['length']>0x0&&(this['currentReply']['sources']=_0x31e126['splice'](0x0)),this['_finalizeInteraction'](_0x6c6af7),this['fire']('interactionFinished',this));}}['stop'](){this['isStopped']||(this['_finalizeInteraction'](),this['fire']('interactionStopped',this));}['getReply'](_0x559ec0){return this['replies']['find'](_0x116c40=>_0x116c40['id']===_0x559ec0);}['destroy'](){this['isDestroyed']||(this['stop'](),this['replies']['forEach'](_0x58eedd=>_0x58eedd['destroy']()),this['replies']=[],this['isDestroyed']=!0x0,this['fire']('interactionDestroyed',this),this['stopListening']());}['createReply'](_0xa4546a){const _0x49d36f=this['getDocumentContext'](),_0x51b2c5=new _n({'locale':this['locale'],'documentContextContent':_0x49d36f?.['documents'],..._0xa4546a});return this['replies']['push'](_0x51b2c5),_0x51b2c5['delegate'](...An)['to'](this),this['fire']('replyCreated',_0x51b2c5),_0x51b2c5;}['setConversationTitle'](_0x398dbf,_0x415098=!0x1){this['fire']('setConversationTitle',_0x398dbf,_0x415098);}['resetWebSearchState'](){this['_isWebSearching']&&(this['_isWebSearching']=!0x1,this['fire']('webSearchFinished',this));}['resetReasoningState'](){this['_isReasoning']&&(this['_isReasoning']=!0x1,this['fire']('reasoningFinished',this));}['_handleToolResultData'](_0x34cabf){this['fire']('toolDataReceived',{'type':'result','toolName':_0x34cabf['toolName'],'data':structuredClone(_0x34cabf['data']||{}),'attributes':structuredClone(_0x34cabf['attributes']||{})},this);}['_handleToolNotificationData'](_0x269fb6){this['fire']('toolDataReceived',{'type':'notification','toolName':_0x269fb6['toolName'],'data':structuredClone(_0x269fb6['data'])},this);}['_finalizeInteraction'](_0x293fef=!0x1){this['isStopped']=!0x0,this['currentRequest']&&this['currentRequest']['abortController']['abort'](),this['currentReply']&&this['currentReply']['done'](_0x293fef),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:_0x4086aa,config:_0x25eed8,ownerId:_0x12e31c}){super(),this['_connector']=_0x4086aa,this['_config']=_0x25eed8,this['_ownerId']=_0x12e31c;}['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'](_0x13bcb3,_0x370044){const _0x37759a=new Map(),{contextItem:_0x3b27dd,hasUnmatched:_0x4bbf8f}=await this['_populateDocumentContextItem'](_0x13bcb3,_0x370044);_0x3b27dd&&_0x37759a['set'](_0x3b27dd['id'],_0x3b27dd);for(const _0x4602d9 of _0x13bcb3){if('document'===_0x4602d9['type'])continue;const _0x4c0557=await this['_createContextItemFromContent'](_0x4602d9);this['_addToConversationContextItem'](_0x4c0557),_0x37759a['set'](_0x4c0557['id'],_0x4c0557);}return{'contextItems':_0x37759a,'hasUnmatched':_0x4bbf8f};}async['_populateDocumentContextItem'](_0x4240f2,_0x2e567f){const _0x3badf8=_0x4240f2['filter'](_0x3e804e=>'document'===_0x3e804e['type']);if(0x0===_0x3badf8['length'])return{'hasUnmatched':!0x1};const _0xda889d=_0x3badf8['map'](_0xb2f93c=>_0xb2f93c['id']),_0x533b09=await this['_connector']['fetchDocuments'](this['_ownerId'],_0xda889d)['getDocuments'](),_0x4c5b0a=new Map(_0x533b09['map'](_0x225095=>[_0x225095['id'],_0x225095])),_0x30478d=[];let _0x5811e9=!0x1;for(const _0x49771b of _0x3badf8){const _0x5dda8f=_0x4c5b0a['get'](_0x49771b['id']);_0x5dda8f&&(this['_matchDocumentToRoot'](_0x5dda8f,_0x2e567f)||(_0x5811e9=!0x0),_0x30478d['push']({'id':_0x5dda8f['id'],'content':_0x5dda8f['content'],'version':_0x5dda8f['attributes']?.['version']??0x0,'sessionId':_0x5dda8f['attributes']?.['sessionId']??null,'selection':[],'channelId':_0x5dda8f['attributes']?.['channelId']??_0x2e567f[0x0]?.['config']['get']('collaboration.channelId')??'','rootName':_0x5dda8f['attributes']?.['rootName']??_0x2e567f[0x0]?.['model']['document']['getRoots']()[0x0]['rootName']??''}));}const _0x2edb7b={'id':'current-document','uiId':'current-document','label':'Current\x20document','type':'document','hidden':this['_conversationContextItems']['has']('current-document'),'documents':_0x30478d};return this['_addToConversationContextItem'](_0x2edb7b),this['toggleAddCurrentDocumentOptionVisibility'](),{'contextItem':_0x2edb7b,'hasUnmatched':_0x5811e9};}['_matchDocumentToRoot'](_0x1acd91,_0x3df302){const _0x65e6fd=_0x1acd91['attributes']?.['channelId'],_0x1cc46f=_0x1acd91['attributes']?.['rootName'];if(_0x65e6fd&&_0x1cc46f){for(const _0x78e90b of _0x3df302)if(_0x78e90b['config']['get']('collaboration.channelId')===_0x65e6fd){for(const _0x1789c6 of _0x78e90b['model']['document']['getRoots']())if('$graveyard'!==_0x1789c6['rootName']&&_0x1789c6['rootName']===_0x1cc46f)return{'editor':_0x78e90b,'rootName':_0x1789c6['rootName']};}}}async['_createContextItemFromContent'](_0x1538b2){return'mcp-tool-context'===_0x1538b2['type']?{'id':_0x1538b2['id'],'uiId':_0x1538b2['id'],'label':_0x1538b2['data']?.['label']||_0x1538b2['id'],'type':'mcp-tool-context','mcpServerName':_0x1538b2['mcpServerName'],'toolName':_0x1538b2['toolName'],'data':_0x1538b2['data']||{}}:{'id':_0x1538b2['id'],'uiId':_0x1538b2['id'],'label':_0x1538b2['attributes']?.['label']||_0x1538b2['name']||_0x1538b2['url']||_0x1538b2['id'],'type':_0x1538b2['type'],..._0x1538b2?.['attributes']?.['resourceId']?{'resourceId':_0x1538b2['attributes']?.['resourceId']}:{}};}['getSentContextItems'](){return new Map(this['_conversationContextItems']);}['removeFromContext'](_0x3ba3cb){this['_pendingContextItems']['get'](_0x3ba3cb)?.['isReadOnly']||this['_removeContextItem'](_0x3ba3cb);}['clearPendingContextItems'](){if(0x0===this['_pendingContextItems']['size'])return;for(const _0xbc1451 of this['_pendingContextItems']['values']())this['_removeContextItem'](_0xbc1451['uiId']);const _0x301754=this['_conversationContextItems']['get']('current-document')||this['_pendingContextItems']['get']('current-document');_0x301754&&this['_addContextItem']({..._0x301754,'isReadOnly':!0x0,'hidden':!0x0});}['addToConversationContext'](_0x3526a0){for(const _0x514cf0 of _0x3526a0['values']())this['_addToConversationContextItem'](_0x514cf0);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'](_0x5edf9e){return Array['from'](_0x5edf9e['values']())['flatMap'](_0x203b51=>this['_mapContextItemToRequestData'](_0x203b51));}async['addFilesToContext'](_0x51217d,_0x586b32,_0x4e2be0='file'){const _0x1603d3='files-'+Ot();this['_startUploadOperation'](_0x1603d3);try{await Promise['all'](_0x51217d['map'](async _0x14f37b=>{const _0x4a60ac='file-'+Ot(),_0x3aea2c=_0x9a78d5(_0x14f37b['name']),_0x290c47='file'===_0x4e2be0&&_0x14f37b['type']['startsWith']('image/')?'image':_0x4e2be0;try{this['_addContextItem']({'type':_0x290c47,'label':_0x586b32?.['label']||_0x3aea2c,'uiId':_0x4a60ac,'resourceId':_0x586b32?.['resourceId']},!0x0);const _0x5e7fc2=this['_connector']['uploadFile'](this['_ownerId'],_0x14f37b,_0x586b32);this['_ongoingUploads']['set'](_0x4a60ac,_0x5e7fc2['abortController']);const {id:_0x2820b4}=await _0x5e7fc2['getId']();this['_ongoingUploads']['delete'](_0x4a60ac),this['_finishContextItemLoading']({'type':_0x290c47,'id':_0x2820b4,'label':_0x586b32?.['label']||_0x3aea2c,'uiId':_0x4a60ac,'resourceId':_0x586b32?.['resourceId']},!0x1);}catch(_0xdccd26){if(this['_ongoingUploads']['delete'](_0x4a60ac),!sn(_0xdccd26)){const _0x44d74b=new nn({'code':pn['get'](_0xdccd26['code'])||'ai-chat-file-upload-failed','cause':_0xdccd26,'context':{'fileName':_0x3aea2c}});this['fire']('error',{'error':_0x44d74b});}this['_removeContextItem'](_0x4a60ac);}}));}finally{this['_finishUploadOperation'](_0x1603d3);}}['addCurrentDocumentToContext'](_0x3bf271){if(this['isCurrentDocumentInContext']()||!this['_addContextOptionsState']['document']['enabled'])return;const _0x1a921c={'type':'document','uiId':'current-document','label':_0x3bf271,'isReadOnly':this['_conversationContextItems']['has']('current-document'),'hidden':this['_conversationContextItems']['has']('current-document')};this['_addContextItem'](_0x1a921c);}async['updateCurrentDocuments'](_0x44655b){const _0x486e9f=this['_pendingContextItems']['get']('current-document');if(!_0x486e9f||!_0x44655b['length']||_0x44655b['every'](_0x599ced=>!_0x599ced['content']))return;_0x44655b['length']>0x1&&_0x44655b['some'](_0x3d2047=>!_0x3d2047['description'])&&ft('ai-chat-documents-missing-description');try{const _0x8eed9d=await this['_connector']['uploadDocuments'](this['_ownerId'],_0x44655b)['getIds']();if(_0x8eed9d['length']!==_0x44655b['length']||_0x8eed9d['some'](_0x9e594=>!_0x9e594?.['id'])){const _0x53e705=new at('ai-chat-document-upload-reply-mismatch',null);return void this['fire']('error',{'error':_0x53e705});}_0x486e9f['documents']=_0x44655b['map']((_0x30c3a3,_0x145eee)=>{return{'id':_0x8eed9d[_0x145eee]['id'],'content':_0x30c3a3['content'],'version':_0x30c3a3['version'],'sessionId':_0x30c3a3['sessionId'],'selection':(_0x6be76b=_0x30c3a3['selections'],_0x6be76b?_0x6be76b['map'](_0xb9dde9=>({'start':_0xb9dde9['start'],'end':_0xb9dde9['end']})):[]),'channelId':_0x30c3a3['channelId'],'rootName':_0x30c3a3['rootName']};var _0x6be76b;});}catch(_0x45404b){const _0x470c0f=new nn({'code':'ai-chat-document-upload-failed','type':'network','cause':_0x45404b});this['fire']('error',{'error':_0x470c0f});}}['addSelectionToContext'](_0x2632d5){this['_addContextItem']({'type':'selection','label':_0x2632d5,'uiId':'selection','content':_0x2632d5});}['removeSelectionFromContext'](){this['_removeContextItem']('selection');}async['addUrlToContext'](_0x150ba7,_0x583287){const _0x4ff531='url-'+Ot();this['_startUploadOperation'](_0x4ff531);const _0x53c7f8='url-'+Ot();try{this['_addContextItem']({'type':'web-resource','label':_0x583287?.['label']||_0x150ba7,'uiId':_0x53c7f8,'resourceId':_0x583287?.['resourceId']},!0x0);const _0x1b20af=this['_connector']['uploadUrl'](this['_ownerId'],_0x150ba7,_0x583287);this['_ongoingUploads']['set'](_0x53c7f8,_0x1b20af['abortController']);const {id:_0x5c5255}=await _0x1b20af['getId']();this['_ongoingUploads']['delete'](_0x53c7f8),this['_finishContextItemLoading']({'type':'web-resource','id':_0x5c5255,'label':_0x583287?.['label']||_0x150ba7,'uiId':_0x53c7f8,'resourceId':_0x583287?.['resourceId']},!0x1);}catch(_0x47fdf){this['_ongoingUploads']['delete'](_0x53c7f8),sn(_0x47fdf)||this['fire']('error',{'error':new at('ai-chat-url-upload-failed',this,{'url':_0x150ba7,'originalError':_0x47fdf}),'url':_0x150ba7}),this['_removeContextItem'](_0x53c7f8);}finally{this['_finishUploadOperation'](_0x4ff531);}}['addToolItemToContext'](_0x2d2b43){_0x2d2b43['id']=_0x2d2b43['id']??Ot()['substring'](0x0,0x15),this['_pendingContextItems']['set'](_0x2d2b43['uiId'],_0x2d2b43),this['fire']('contextItemAdded',{'contextItem':_0x2d2b43,'isLoading':!0x1});}async['loadSourceResources'](_0xae7bf4,_0xf71043,_0x4ef15b){const _0x14e9b5=this['_addContextOptionsState']['sources']['find'](_0x1a888d=>_0x1a888d['id']===_0xae7bf4);if(!_0x14e9b5)return this['fire']('error',{'error':new at('ai-chat-source-not-found',this,{'sourceId':_0xae7bf4}),'sourceId':_0xae7bf4}),[];try{const _0x387dcd=(await _0x14e9b5['getResources'](_0xf71043))['map'](_0x38d473=>{const _0xc5b532=this['_isResourceInContext'](_0x38d473['id']);return{..._0x38d473,'isInContext':_0xc5b532};});return _0x14e9b5['resources']=_0x387dcd,this['fire']('sourceResourcesLoaded',{'sourceId':_0xae7bf4,'source':_0x14e9b5,'resources':_0x387dcd,'uid':_0x4ef15b}),_0x387dcd;}catch(_0x4c4f64){return this['fire']('error',{'error':new at('ai-chat-source-resources-load-failed',this,{'sourceId':_0xae7bf4,'originalError':_0x4c4f64}),'sourceId':_0xae7bf4,'sourceLabel':_0x14e9b5['label']}),[];}}async['addResourceToContext'](_0x3a693f,_0x4a9f37){if(this['_isResourceInContext'](_0x4a9f37['id']))return;let _0x1660d0=_0x4a9f37['data'];if(!_0x1660d0&&_0x3a693f['getData'])try{_0x1660d0=await _0x3a693f['getData'](_0x4a9f37['id']);}catch(_0x2d43b0){return void this['fire']('error',{'error':new at('ai-chat-resource-load-failed',this,{'resourceId':_0x4a9f37['id'],'sourceId':_0x3a693f['id'],'originalError':_0x2d43b0}),'resourceId':_0x4a9f37['id'],'sourceId':_0x3a693f['id']});}if(_0x1660d0)switch(_0x4a9f37['type']){case'web-resource':if('string'!=typeof _0x1660d0)return void this['fire']('error',{'error':new at('ai-chat-context-invalid-data',this,{'resourceId':_0x4a9f37['id'],'sourceId':_0x3a693f['id'],'expectedType':'string','actualType':typeof _0x1660d0}),'resourceId':_0x4a9f37['id'],'sourceId':_0x3a693f['id']});await this['addUrlToContext'](_0x1660d0,{'label':_0x4a9f37['label'],'resourceId':_0x4a9f37['id']});break;case'file':if(!(_0x1660d0 instanceof File))return void this['fire']('error',{'error':new at('ai-chat-context-invalid-data',this,{'resourceId':_0x4a9f37['id'],'sourceId':_0x3a693f['id'],'expectedType':'File','actualType':typeof _0x1660d0}),'resourceId':_0x4a9f37['id'],'sourceId':_0x3a693f['id']});await this['addFilesToContext']([_0x1660d0],{'label':_0x4a9f37['label'],'resourceId':_0x4a9f37['id']});break;case'text':if('object'!=typeof _0x1660d0||!('content'in _0x1660d0)||!('type'in _0x1660d0))return void this['fire']('error',{'error':new at('ai-chat-context-invalid-data',this,{'resourceId':_0x4a9f37['id'],'sourceId':_0x3a693f['id'],'expectedType':'object\x20with\x20content\x20and\x20type\x20properties','actualType':typeof _0x1660d0}),'resourceId':_0x4a9f37['id'],'sourceId':_0x3a693f['id']});_0x1660d0=AIChatContext['_convertTextResourceToFile'](_0x1660d0,_0x4a9f37['label']),await this['addFilesToContext']([_0x1660d0],{'label':_0x4a9f37['label'],'resourceId':_0x4a9f37['id']},'text');break;case'mcp-tool-context':break;default:this['fire']('error',{'error':new at('ai-chat-context-unsupported-type',this,{'resourceId':_0x4a9f37['id'],'sourceId':_0x3a693f['id'],'resourceType':_0x4a9f37['type']}),'resourceId':_0x4a9f37['id'],'sourceId':_0x3a693f['id']});}else this['fire']('error',{'error':new at('ai-chat-resource-no-data',this,{'resourceId':_0x4a9f37['id'],'sourceId':_0x3a693f['id']}),'resourceId':_0x4a9f37['id'],'sourceId':_0x3a693f['id']});}['toggleAddCurrentDocumentOptionVisibility'](_0x44c9da){if(void 0x0!==_0x44c9da)this['_addContextOptionsState']['document']['isHidden']=!_0x44c9da;else{const _0x513811=this['isCurrentDocumentInContext']()||this['isCurrentDocumentInConversation']();this['_addContextOptionsState']['document']['isHidden']=_0x513811;}this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}static['_convertTextResourceToFile'](_0x2429a3,_0x51d410){switch(_0x2429a3['type']){case'markdown':return new File([_0x2429a3['content']],_0x51d410,{'type':'text/markdown'});case'html':return new File([_0x2429a3['content']],_0x51d410,{'type':'text/html'});default:return new File([_0x2429a3['content']],_0x51d410,{'type':'text/plain'});}}static['_mapContextItemToRequestData'](_0x3f860b){switch(_0x3f860b['type']){case'file':case'image':case'text':return[{'type':'file','id':_0x3f860b['id']}];case'web-resource':return[{'type':'web-resource','id':_0x3f860b['id']}];case'document':return _0x3f860b['documents']?.['length']?_0x3f860b['documents']['map'](_0x118d9e=>({'type':'document','id':_0x118d9e['id'],..._0x118d9e['selection']?.['length']&&{'selection':_0x118d9e['selection']}})):[];case'mcp-tool-context':{const _0x5e6605=_0x3f860b;return[{'type':'mcp-tool-context','mcpServerName':_0x5e6605['mcpServerName'],'toolName':_0x5e6605['toolName'],'data':{..._0x5e6605['data'],'label':_0x5e6605['label']||_0x5e6605['data']?.['label']||_0x5e6605['id']},'id':_0x5e6605['id']}];}default:return[];}}['_addContextItem'](_0x2c86a7,_0x442f3e=!0x1){if(this['_pendingContextItems']['set'](_0x2c86a7['uiId'],_0x2c86a7),_0x2c86a7['hidden']||this['fire']('contextItemAdded',{'contextItem':_0x2c86a7,'isLoading':_0x442f3e}),'current-document'===_0x2c86a7['uiId']&&this['toggleAddCurrentDocumentOptionVisibility'](),_0x2c86a7['resourceId']){const _0x361261=this['_findSourceIdsByResourceId'](_0x2c86a7['resourceId']);_0x361261&&_0x361261['forEach'](_0x2fcad7=>{this['_updateResourceInContextState'](_0x2fcad7,_0x2c86a7['resourceId'],!0x0);});}}['_removeContextItem'](_0x3a70df){const _0x13df19=this['_pendingContextItems']['get'](_0x3a70df),_0x3cc84d=this['_ongoingUploads']['get'](_0x3a70df);if(_0x3cc84d&&(_0x3cc84d['abort'](),this['_ongoingUploads']['delete'](_0x3a70df)),_0x13df19?.['resourceId']){const _0x40189a=this['_findSourceIdsByResourceId'](_0x13df19['resourceId']);_0x40189a&&_0x40189a['forEach'](_0x3871ee=>{this['_updateResourceInContextState'](_0x3871ee,_0x13df19['resourceId'],!0x1);});}this['_pendingContextItems']['delete'](_0x3a70df),this['fire']('contextItemRemoved',{'uiId':_0x3a70df,'type':_0x13df19?.['type']}),'current-document'===_0x3a70df&&this['toggleAddCurrentDocumentOptionVisibility']();}['_finishContextItemLoading'](_0x421be1,_0x5d1e4c){if(this['_pendingContextItems']['has'](_0x421be1['uiId'])&&(this['_pendingContextItems']['set'](_0x421be1['uiId'],_0x421be1),this['fire']('contextItemLoadingEnded',{'contextItem':_0x421be1,'isLoading':_0x5d1e4c}),_0x421be1['resourceId'])){const _0x1f98e3=this['_findSourceIdsByResourceId'](_0x421be1['resourceId']);_0x1f98e3&&_0x1f98e3['forEach'](_0x39dc8c=>{this['_updateResourceInContextState'](_0x39dc8c,_0x421be1['resourceId'],!0x0);});}}['_addToConversationContextItem'](_0x42183e){this['_conversationContextItems']['set'](_0x42183e['uiId'],_0x42183e);}['_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'](_0x57a847=>({..._0x57a847,'enabled':!0x0}))??[]},this['fire']('addContextOptionsChanged',{'options':this['_addContextOptionsState']});}['_getCustomSourcesInitialState'](){return this['_config']?.['sources']?.['map'](_0x1d8b04=>({..._0x1d8b04,'resources':[]}))??[];}['_isResourceInContext'](_0x3f5b64){for(const _0x7d5a09 of this['_pendingContextItems']['values']())if(_0x7d5a09['resourceId']===_0x3f5b64)return!0x0;for(const _0x3abee3 of this['_conversationContextItems']['values']())if(_0x3abee3['resourceId']===_0x3f5b64)return!0x0;return!0x1;}['_findSourceIdsByResourceId'](_0x2a37df){const _0x4bd0d0=[];for(const _0x2fa0e5 of this['_addContextOptionsState']['sources'])_0x2fa0e5['resources']['find'](_0x2a3153=>_0x2a3153['id']===_0x2a37df)&&_0x4bd0d0['push'](_0x2fa0e5['id']);return 0x0===_0x4bd0d0['length']?null:_0x4bd0d0;}['_updateResourceInContextState'](_0x12b24d,_0x566550,_0x5f5710){const _0x538ddd=this['_addContextOptionsState']['sources']['find'](_0x1aa672=>_0x1aa672['id']===_0x12b24d);if(!_0x538ddd)return;const _0x1cf0ee=_0x538ddd['resources']['find'](_0xe7e944=>_0xe7e944['id']===_0x566550);_0x1cf0ee&&(_0x1cf0ee['isInContext']=_0x5f5710,this['fire']('resourceStateChanged',{'sourceId':_0x12b24d,'resourceId':_0x566550,'isInContext':_0x5f5710}));}['_startUploadOperation'](_0x55e7e9){this['_ongoingUploadOperations']['set'](_0x55e7e9,!0x0),this['_ongoingUploadOperations']['size']&&this['fire']('uploadProgressChanged',{'isUploadInProgress':!0x0});}['_finishUploadOperation'](_0x21d741){this['_ongoingUploadOperations']['delete'](_0x21d741),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'](_0x28f320){const _0x2fad58={};return _0x28f320&&_0x28f320['isWebSearchEnabled']&&(_0x2fad58['webSearch']={}),_0x28f320&&_0x28f320['isReasoningEnabled']&&(_0x2fad58['reasoning']={}),_0x2fad58;}['toggleWebSearch'](){this['setWebSearch'](!this['_isWebSearchEnabled']);}['toggleReasoning'](){this['setReasoning'](!this['_isReasoningEnabled']);}['setWebSearch'](_0x379a79){_0x379a79!==this['_isWebSearchEnabled']&&(this['_isWebSearchEnabled']=_0x379a79,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}['setReasoning'](_0x28c525){_0x28c525!==this['_isReasoningEnabled']&&(this['_isReasoningEnabled']=_0x28c525,this['fire']('capabilitiesUpdated',this['getCapabilitiesConfig']()));}},bn=class extends In{['userMessage'];['conversationId'];['contextItems']=new Map();['capabilities'];['model'];['attributes'];constructor(_0x1a94f8){super(_0x1a94f8),this['conversationId']=_0x1a94f8['conversationId'],this['contextItems']=_0x1a94f8['contextItems'],this['capabilities']=_0x1a94f8['capabilities'],this['userMessage']=_0x1a94f8['userMessage'],this['model']=_0x1a94f8['model'],this['attributes']=_0x1a94f8['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(_0x3e25e4){super(),this['options']=_0x3e25e4,this['connector']=_0x3e25e4['connector'],this['chatModels']=_0x3e25e4['chatModels'],this['id']=_0x3e25e4['conversationId'],this['isFromHistory']=_0x3e25e4['isFromHistory'],this['_channelsToEditors']=_0x3e25e4['channelsToEditors'],this['_getSessionId']=_0x3e25e4['getSessionId'];}async['init'](_0x471c6a){try{this['chatContext']=new Tn({'connector':this['connector'],'config':_0x471c6a,'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 _0x49b89f=await this['chatModels']['getAvailableModels']();this['fire']('conversationInitialized',{'availableModels':_0x49b89f});const _0x44c7f9=await this['chatModels']['getModel'](this['options']['selectedModelId']);_0x44c7f9&&await this['setModel'](_0x44c7f9);}catch(_0x16494e){const _0x6dfd27=new nn({'code':'ai-chat-conversation-init-failed','cause':_0x16494e,'type':'network'});this['fire']('error',{'error':_0x6dfd27});}}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:_0x1a1b7e}=await this['connector']['startConversation'](this['id'],this['options']['group'])['getConversation']();this['id']=_0x1a1b7e,this['isStarted']=!0x0,this['fire']('conversationStarted',{'conversationId':this['id'],'selectedModel':this['selectedModel']});}catch(_0x4602a7){const _0x2841ef=new nn({'code':'ai-chat-conversation-start-failed','cause':_0x4602a7,'type':'network','context':{'conversationId':this['id']}});throw this['fire']('error',{'error':_0x2841ef}),_0x2841ef;}}async['load'](_0xd15ff2){try{const _0x1080dd=await this['connector']['fetchConversation'](_0xd15ff2)['getConversation'](),_0x36029b=await this['connector']['fetchConversationMessages'](_0xd15ff2)['getMessages'](),_0x452f44=_0x36029b[0x0]['model'];this['isStarted']=!0x0,this['id']=_0x1080dd['id'],'title'in _0x1080dd?this['fire']('setConversationTitle',_0x1080dd['title'],!this['isFromHistory']):this['fire']('setConversationTitle','',!this['isFromHistory']);const _0x39bdb7=(await this['chatModels']['getAll']())['find'](_0x2182e7=>_0x2182e7['id']['toLowerCase']()===_0x452f44['toLowerCase']());this['selectedModel']=_0x39bdb7,this['fire']('modelSelected',{'selectedModel':_0x39bdb7,'isDisabled':!0x0});const {streamingMessageId:_0x415ea3}=await this['_processMessagesToInteractions'](_0x36029b,_0x452f44);return _0x415ea3&&this['currentInteraction']?this['_resumeStream'](_0x415ea3):this['currentInteraction']=void 0x0,this;}catch(_0x4e6b62){const _0x10ff59=new nn({'code':'ai-chat-conversation-init-from-id-failed','cause':_0x4e6b62,'type':'network','context':{'conversationId':_0xd15ff2}});throw this['fire']('error',{'error':_0x10ff59}),_0x10ff59;}}async['_processMessagesToInteractions'](_0x4fd3ab,_0xdd61ed){let _0x30c67b,_0x41f5e6,_0x160cba=!0x1;for(const _0x3c5b08 of _0x4fd3ab)if('user'===_0x3c5b08['role']){const {contextItems:_0x13fdd9,hasUnmatched:_0x49793c}=await this['_extractContextItems'](_0x3c5b08);_0x160cba=_0x49793c;const _0x1c23e7={'isReasoningEnabled':Object['hasOwn'](_0x3c5b08['capabilities'],'reasoning'),'isWebSearchEnabled':Object['hasOwn'](_0x3c5b08['capabilities'],'webSearch')};_0x30c67b=this['createInteraction']({'userMessage':_0x3c5b08['prompt'],'contextItems':_0x13fdd9,'capabilities':_0x1c23e7,'modelId':_0xdd61ed,'attributes':_0x3c5b08['attributes'],'channelsToEditors':this['_channelsToEditors']}),this['currentInteraction']=_0x30c67b,_0x41f5e6=void 0x0,this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}else{if('assistant'===_0x3c5b08['role']&&_0x30c67b){if('streaming'===_0x3c5b08['status']){_0x41f5e6=_0x3c5b08['id'];continue;}if('error'===_0x3c5b08['status'])continue;const _0xcbf59=[];for(const _0x476001 of _0x3c5b08['content'])switch(_0x476001['type']){case'text':case'modification':{const _0x39570d=_0x30c67b['getDocumentContext'](),_0x48aacf=this['_hasSessionMismatch'](_0x39570d)||_0x160cba;_0x30c67b['currentReply']?.['type']!==_0x476001['type']&&(_0x30c67b['currentReply']=_0x30c67b['createReply']({'type':_0x476001['type'],'isDone':!0x0,'interactionId':_0x30c67b['id'],'areActionsDisabled':_0x48aacf,'isFromHistory':!0x0,'channelsToEditors':this['_channelsToEditors']}),_0xcbf59['length']>0x0&&(_0x30c67b['currentReply']['sources']=_0xcbf59['splice'](0x0))),_0x30c67b['currentReply']['appendContent'](_0x476001['content'],_0x476001['documentId']);break;}case'url':_0xcbf59['push'](_0x476001);break;case'mcp-tool-result':{const {data:_0x6a1feb,attributes:_0x173072}=JSON['parse'](_0x476001['content']);_0x30c67b['_handleToolResultData']({'toolName':_0x476001['toolName'],'data':_0x6a1feb,'attributes':_0x173072});break;}}'cancelled'===_0x3c5b08['status']&&this['fire']('error',{'interactionId':_0x30c67b['id'],'error':new at('ai-request-aborted',this)});}}return{'streamingMessageId':_0x41f5e6};}async['_resumeStream'](_0x4c4a4a){if(this['currentInteraction'])try{const _0x55c57c=this['connector']['resumeStream'](this['id'],_0x4c4a4a);await this['currentInteraction']['resume'](_0x55c57c);}catch(_0x4fb4da){_0x4fb4da instanceof at&&this['fire']('error',{'interactionId':this['currentInteraction']?.['id'],'error':_0x4fb4da});}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}async['_extractContextItems'](_0x353343){return _0x353343['content']?this['chatContext']['populateFromMessage'](_0x353343['content'],Array['from'](this['_channelsToEditors']['values']())):{'contextItems':new Map(),'hasUnmatched':!0x1};}async['handleUserInteraction']({userMessage:_0x590959,attributes:_0x540f46}){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 _0x5a8cfb=new Map(this['getPendingContextItems']()),_0x52a17a=this['chatCapabilities']['getCapabilitiesConfig'](),_0x3e408c=this['selectedModel']['id'];this['currentInteraction']=this['createInteraction']({'userMessage':_0x590959,'contextItems':_0x5a8cfb,'capabilities':_0x52a17a,'modelId':_0x3e408c,'attributes':_0x540f46,'channelsToEditors':this['_channelsToEditors']}),await this['currentInteraction']['start'](),this['chatContext']['addToConversationContext'](this['currentInteraction']['contextItems']);}catch(_0x1ca19f){if(_0x1ca19f instanceof at)this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':_0x1ca19f});else{const _0x2393ad=pn['get'](_0x1ca19f['code'])||'ai-chat-handle-user-interaction-start-failed';this['fire']('error',{'interactionId':this['currentInteraction']?this['currentInteraction']['id']:void 0x0,'error':new at(_0x2393ad,null,{'error':_0x1ca19f})});}}finally{this['currentInteraction']?.['stop'](),this['currentInteraction']=void 0x0;}}['createInteraction']({userMessage:_0x5cc90b,contextItems:_0x908cfd,capabilities:_0x17871d,modelId:_0x8c4b6b,attributes:_0x40adc7,channelsToEditors:_0x402625}){const _0x226ddb=new bn({'userMessage':_0x5cc90b,'contextItems':_0x908cfd,'capabilities':_0x17871d,'conversationId':this['id'],'connector':this['connector'],'locale':this['options']['locale'],'model':_0x8c4b6b,'attributes':_0x40adc7,'channelsToEditors':_0x402625});return _0x226ddb['delegate'](...An)['to'](this),this['interactions']['push'](_0x226ddb),this['fire']('interactionCreated',_0x226ddb),_0x226ddb;}['getInteraction'](_0x2a717e){return this['interactions']['find'](_0xdcdcf4=>_0xdcdcf4['id']===_0x2a717e);}['removeInteraction'](_0x360235){const _0x5eeea3=this['getInteraction'](_0x360235);_0x5eeea3&&(_0x5eeea3['destroy'](),this['interactions']['splice'](this['interactions']['indexOf'](_0x5eeea3),0x1));}get['lastInteraction'](){return this['interactions'][this['interactions']['length']-0x1];}['cancelLastInteractionStream'](){const _0x42fecb=this['lastInteraction'];_0x42fecb?.['conversationId']&&_0x42fecb['messageId']&&this['connector']['cancelStream'](_0x42fecb['conversationId'],_0x42fecb['messageId'])['execute']()['catch'](()=>{});}['addCurrentDocumentToContext'](_0xe403b5){this['chatContext']['addCurrentDocumentToContext'](_0xe403b5);}async['updateCurrentDocumentsInContext'](_0x2a2f3d){await this['chatContext']['updateCurrentDocuments'](_0x2a2f3d);}['toggleAddCurrentDocumentOptionVisibility'](_0x13eb53){this['chatContext']['toggleAddCurrentDocumentOptionVisibility'](_0x13eb53);}['_hasSessionMismatch'](_0x488d0f){return!!_0x488d0f&&_0x488d0f['documents']['some'](_0x15097=>{const _0x467aaa=this['_channelsToEditors']['get'](_0x15097['channelId']);return!_0x467aaa||_0x15097['sessionId']!==this['_getSessionId'](_0x467aaa);});}['addSelectionToContext'](_0x1c90d7){this['chatContext']['addSelectionToContext'](_0x1c90d7);}['removeSelectionFromContext'](){this['chatContext']['removeSelectionFromContext']();}['addFilesToContext'](_0x5210ed){this['chatContext']['addFilesToContext'](_0x5210ed);}['addUrlToContext'](_0x22c479){this['chatContext']['addUrlToContext'](_0x22c479);}['addToolItemToContext'](_0x1a24c6){this['chatContext']['addToolItemToContext'](_0x1a24c6);}['addResourceToContext'](_0x4e1a14,_0x26e1e8){this['chatContext']['addResourceToContext'](_0x4e1a14,_0x26e1e8);}['loadSourceResources'](_0x5d131c,_0x3e6de7,_0x961617){return this['chatContext']['loadSourceResources'](_0x5d131c,_0x3e6de7,_0x961617);}['removeFromContext'](_0x58aed2){this['chatContext']['removeFromContext'](_0x58aed2);}['setWebSearch'](_0x115828){this['chatCapabilities']['setWebSearch'](_0x115828);}['toggleWebSearch'](){this['chatCapabilities']['toggleWebSearch']();}['setReasoning'](_0x27b8db){this['chatCapabilities']['setReasoning'](_0x27b8db);}['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'](_0x59b110){_0x59b110?!0x1===await this['chatModels']['isAvailable'](_0x59b110)&&(ft('ai-chat-conversation-set-model-not-available',{'conversation':this,'model':_0x59b110}),_0x59b110=(await this['chatModels']['getAvailableModels']())[0x0]):(ft('ai-chat-conversation-set-model-null',{'conversation':this}),_0x59b110=(await this['chatModels']['getAvailableModels']())[0x0]),_0x59b110['id']!==this['selectedModel']?.['id']&&(this['selectedModel']=_0x59b110,this['chatCapabilities']['reset'](),this['fire']('modelSelected',{'selectedModel':_0x59b110}));}};function On({groups:_0x3b947b,documentContextContent:_0x38b29e,documents:_0x5033cb}){const _0x3d5f9f=new Map();for(const _0x44fc6f of _0x3b947b){const {documentId:_0x5672dc}=_0x44fc6f,_0x10e98f=_0x3d5f9f['get'](_0x5672dc);if(_0x10e98f)_0x10e98f['groups']['push'](_0x44fc6f),_0x10e98f['indexes']['push'](_0x44fc6f['index']);else{const _0xc3e32a=_0x5033cb['find'](_0x27f696=>_0x27f696['id']===_0x5672dc),_0x27505d=_0x38b29e['get'](_0x5672dc);if(!_0xc3e32a||!_0x27505d)continue;_0x3d5f9f['set'](_0x5672dc,{'groups':[_0x44fc6f],'documentContext':_0xc3e32a,'documentContent':_0x27505d,'editor':_0x44fc6f['editor'],'indexes':[_0x44fc6f['index']]});}}return _0x3d5f9f;}function vn(_0x259264,_0x14ff7c){const _0x3bea42=_0x259264['files']['length']>0x0&&_0x259264['files']['every'](_0x28edbd=>_0x28edbd['type']['startsWith']('image/')),_0x5f3fa6=_0x259264['plainText']['trim']()['length']>0x0;if(_0x259264['files']['length']>0x0&&_0x14ff7c['filesEnabled']&&(!_0x3bea42||!_0x5f3fa6)){const _0x43ddd7=_0x259264['files']['filter'](_0x4052db=>_0x4052db['name']);return _0x43ddd7['length']>0x0?{'type':'file','files':_0x43ddd7}:null;}if(_0x14ff7c['urlsEnabled']){const _0xed7cce=function(_0x1f3d26){const _0x37db86=_0x1f3d26['trim']();if(/\s/['test'](_0x37db86))return null;try{const _0x164b5d=new URL(_0x37db86);return'http:'!==_0x164b5d['protocol']&&'https:'!==_0x164b5d['protocol']?null:_0x164b5d['toString']();}catch{return null;}}(_0x259264['plainText']);if(_0xed7cce)return{'type':'url','url':_0xed7cce};}const _0x2ac029=_0x259264['forceTextAttachment']?0x1:_0x14ff7c['longTextThreshold']??0x1/0x0;if(_0x259264['plainText']['length']>=Math['max'](_0x2ac029,0x1)&&_0x14ff7c['filesEnabled']){const _0x453f3f=_0x14ff7c['pastedTextLabel']+'.txt';return{'type':'text','files':[new File([_0x259264['plainText']],_0x453f3f,{'type':'text/plain'})]};}return null;}var kn=class extends _0x2d0760{['activeConversation'];['_aiEditing'];['_aiConnector'];['_aiChatUi'];['_aiChatModels'];['_hasAIChatBalloon']=!0x1;['_activeBalloon'];['_reporter'];['_batchToChanges']=new Map();['_currentPreviewedChangeGroup']=null;['_bodyCollection'];['_channelsToEditors']=new Map();static get['requires'](){return[cs,rn,_0x5b6f61];}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 _0x1c38f7=this['context']['plugins']['get']('AITabs');this['listenTo'](this['_aiChatUi'],'startConversation',()=>{this['_startConversationSafely']();}),this['listenTo'](this['_aiChatUi'],'sendUserMessage',(_0x5929b4,_0x38edea)=>{this['_handleUIUserMessage']({'message':_0x38edea});}),this['listenTo'](_0x1c38f7['view'],'change:activeTab',(_0x581aaa,_0x4bfb74,_0x4864d5)=>{'chat'!==_0x4864d5&&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',(_0x3ad354,_0x339125)=>{this['activeConversation']?.['addFilesToContext'](Array['from'](_0x339125));}),this['listenTo'](this['_aiChatUi'],'addUrlToContext',(_0x574c9f,_0x854ecc)=>{this['activeConversation']?.['addUrlToContext'](_0x854ecc);}),this['listenTo'](this['_aiChatUi'],'promptInputPaste',(_0x433d23,_0x19237f)=>{const _0x2ab422=this['activeConversation'];if(!_0x2ab422)return;_0x19237f['hasDirectory']&&(_0x19237f['preventDefault'](),this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_FOLDER_NOT_SUPPORTED'),'id':'folder-error-'+Ot()}));const _0x454ecb=vn(_0x19237f,{'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')});_0x454ecb&&(_0x19237f['preventDefault'](),'url'===_0x454ecb['type']?_0x2ab422['addUrlToContext'](_0x454ecb['url']):_0x2ab422['chatContext']['addFilesToContext'](_0x454ecb['files'],void 0x0,_0x454ecb['type']));}),this['listenTo'](this['_aiChatUi'],'executeCustomItemCallback',(_0x52521e,_0x3b2b51)=>{_0x3b2b51['callback'](this['context']);}),this['listenTo'](this['_aiChatUi'],'addResourceToContext',(_0x40db81,_0x4f13fa)=>{this['activeConversation']?.['addResourceToContext'](_0x4f13fa['source'],_0x4f13fa['resource']);}),this['listenTo'](this['_aiChatUi'],'removeContextItem',(_0x738355,_0x493ed9)=>{this['_removeFromContext'](_0x493ed9);}),this['listenTo'](this['_aiChatUi'],'loadSourceResources',(_0x4eefc9,_0x19b817)=>{this['activeConversation']?.['loadSourceResources'](_0x19b817['sourceId'],_0x19b817['query'],_0x19b817['uid']);}),this['listenTo'](this['_aiChatUi'],'toggleWebSearch',()=>{this['_toggleWebSearch']();}),this['listenTo'](this['_aiChatUi'],'toggleReasoning',()=>{this['_toggleReasoning']();}),this['listenTo'](this['_aiChatUi'],'selectModel',(_0xe586bd,_0x1a4730)=>{this['activeConversation']?.['setModel'](_0x1a4730);}),this['listenTo'](this['_aiChatUi'],'like',(_0x190658,{replyId:_0x347a18})=>{console['log']('Liked\x20response',_0x347a18);}),this['listenTo'](this['_aiChatUi'],'dislike',(_0x19ac6f,{replyId:_0x31a4db})=>{console['log']('Disliked\x20response',_0x31a4db);}),this['listenTo'](this['_aiChatUi'],'insertSuggestion',(_0x4080ce,_0x28ccce)=>{this['_insertSuggestion'](_0x28ccce);}),this['listenTo'](this['_aiChatUi'],'showChangeInText',(_0x2994f1,{replyId:_0x291f2f,partIndex:_0x3d6709})=>{this['_aiChatBalloonShowDiff']=this['_aiChatUi']['showDiff'],this['_openBalloonFor'](_0x291f2f,_0x3d6709);}),this['listenTo'](this['_aiChatUi'],'mouseOverSuggestion',(_0x17df66,{replyId:_0x1f0a86,partIndex:_0x29b656})=>{const _0x1a038a=this['_getDocumentRangeForReplyChanges'](_0x1f0a86,_0x29b656);if(!_0x1a038a)return;const {reply:_0x802134}=this['getInteractionAndReplyById'](_0x1f0a86);'$graveyard'!=_0x1a038a['range']['root']['rootName']&&this['_aiEditing']['showFakeVisualSelection']({'editor':_0x802134['changeGroups'][_0x29b656]['editor'],'ranges':[_0x1a038a['range']],'id':'change-area','priority':0xa});}),this['listenTo'](this['_aiChatUi'],'mouseLeaveSuggestion',()=>{this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['listenTo'](this['_aiChatUi'],'applySuggestion',(_0x1808f3,_0x3ddcce)=>{this['_aiEditing']['hideFakeVisualSelection']('change-area'),this['_applySuggestion'](_0x3ddcce);}),this['listenTo'](this['_aiChatUi'],'toggleSuggestionDisplayMode',async(_0x311ce0,{replyId:_0x5b5bcb,showDiff:_0x403518})=>{const {interaction:_0x11cde0,reply:_0x309bbd}=this['getInteractionAndReplyById'](_0x5b5bcb),_0x4fd81a=_0x309bbd['getContentParts']({'showDiff':_0x403518});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x11cde0['id']+':'+_0x309bbd['id'],'parts':_0x4fd81a});}),this['listenTo'](this['_aiChatUi'],'rejectSuggestion',(_0x3f8e32,{replyId:_0x2109fe,partIndex:_0x2f13d7})=>{this['_rejectSuggestion']({'replyId':_0x2109fe,'partIndex':_0x2f13d7}),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['set']('_aiChatBalloonShowDiff',!0x1),this['on']('interactionCreated',(_0x2f555f,_0x9660d9)=>{this['_aiChatUi']['addFeedItemUserMessage'](_0x9660d9);}),this['on']('replyCreated',(_0x32923d,_0x36d67b)=>{this['_addFeedItemReply'](_0x36d67b);});}['afterInit'](){this['context']instanceof _0x1a88b7?this['_integrateEditor'](this['context']):this['listenTo'](this['context']['editors'],'add',(_0x231c05,_0x404468)=>{_0x404468['on']('ready',()=>{this['_integrateEditor'](_0x404468);});}),this['_initConversation']();}async['_initConversation'](){const _0x54f028=this['context']['config']['get']('ai.chat.initialConversation');let _0x2a6e6b=_0x54f028;('lastCreated'!=_0x54f028||(_0x2a6e6b=await this['_getLastCreatedConversationId'](),_0x2a6e6b))&&('new'==_0x2a6e6b?await this['_startConversationSafely']():await this['loadConversation'](_0x2a6e6b));}async['destroy'](){return await this['_stopLastInteraction'](),this['_bodyCollection']['detachFromDom'](),super['destroy']();}async['loadConversation'](_0x58d23e){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'](_0x58d23e)['getConversation'](),await this['_startConversationSafely']({'id':_0x58d23e}),await this['activeConversation']['load'](_0x58d23e),this['_aiChatUi']['enableControls'](),this['activeConversation']['isCurrentDocumentInConversation']()&&this['addCurrentDocumentToChatContext']();}catch(_0x279a81){this['_aiChatUi']['resetConversationTitle'](),this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_UNABLE_TO_LOAD_CONVERSATION'),'id':_0x58d23e}),this['_reporter']['logError'](new at('ai-chat-conversation-not-found',this,void 0x0,_0x279a81),{'context':{'operation':'load-conversation'}});}finally{this['_aiChatUi']['startAutoScroll']({'smooth':!0x1}),this['_aiChatUi']['setFeedItemRenderingStrategy']('streaming'),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1);}}['registerToolDataCallback'](_0x2735de){let _0x330899=null,_0x460cdc=null;this['on']('toolDataReceived',(_0x23b533,_0x5e12d5,_0x3aba4f)=>{_0x3aba4f['id']!==_0x330899&&(_0x330899=_0x3aba4f['id'],_0x460cdc=this['_getAIChatFeedAPI'](_0x3aba4f)),_0x2735de(_0x5e12d5,_0x460cdc);});}['addCurrentDocumentToChatContext'](){us(this['context'])['length']&&this['activeConversation']?.['addCurrentDocumentToContext'](ls(this['context']['locale'],'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'));}async['addSelectionToChatContext'](_0x4341d3){const _0x1312a0=this['_aiEditing']['getSelectionText'](_0x4341d3);this['activeConversation']?.['addSelectionToContext'](_0x1312a0),this['addCurrentDocumentToChatContext']();}['removeSelectionFromChatContext'](){this['activeConversation']?.['removeSelectionFromContext']();}['focusPromptInput'](){this['_aiChatUi']['focusPromptInput']();}async['startConversation'](_0x55e6a4){await this['_startConversationSafely']({'modelId':_0x55e6a4?.['modelId']});}async['sendMessage'](_0x49f0a2){await this['_handleUIUserMessage'](_0x49f0a2);}['getGroupId'](){const _0x55e058=this['context']['config']['get']('collaboration.channelId');if(!_0x55e058)throw new at('ai-missing-channel-id',this);return _0x55e058;}['_handleRemovedConversation'](_0x3bf186){this['activeConversation']['id']===_0x3bf186&&this['_startConversationSafely']();}['_prepareDocumentSuggestions'](_0x5ac525){const {reply:_0x3760d9,interaction:_0x265306}=this['getInteractionAndReplyById'](_0x5ac525['replyId']),_0x3e9625=void 0x0!==_0x5ac525['partIndex']?[_0x3760d9['changeGroups'][_0x5ac525['partIndex']]]:_0x3760d9['changeGroups']['filter'](_0x176af2=>'pending'==_0x176af2['state']);return _0x3e9625['map'](_0x46e98e=>_0x3760d9['changeGroups']['indexOf'](_0x46e98e))['forEach'](_0x20f1e3=>{const _0x330293=this['_getDocumentRangeForReplyChanges'](_0x5ac525['replyId'],_0x20f1e3);_0x330293&&'$graveyard'!=_0x330293['range']['root']['rootName']?(_0x3760d9['setChangeGroupState'](_0x20f1e3,'accepted'),void 0x0!==_0x5ac525['partIndex']&&this['_scrollToSuggestionRange'](_0x330293['range'],!0x1,_0x330293['targetEditor'])):_0x3760d9['setChangeGroupState'](_0x20f1e3,'outdated');}),On({'groups':_0x3e9625['filter'](_0x4edf7b=>'accepted'===_0x4edf7b['state']),'documentContextContent':_0x3760d9['documentContextContent'],'documents':_0x265306['getDocumentContext']()?.['documents']??[]});}['_insertSuggestion'](_0x4a39ac){const _0x1ba79a=this['context']['plugins']['get'](_0x5b6f61),{reply:_0x510b94,interaction:_0x333fc7}=this['getInteractionAndReplyById'](_0x4a39ac['replyId']),_0x2c4d8e=this['_prepareDocumentSuggestions'](_0x4a39ac),_0x186ef5=ks({'documentSuggestions':_0x2c4d8e,'transform':!0x0,'documentCompare':_0x1ba79a,'documentCompareOptions':{'markDeletions':!0x0}});for(const [_0x5d4bcb,_0x1f68f9]of _0x186ef5){const {editor:_0x39d3bd,indexes:_0x5c4176}=_0x2c4d8e['get'](_0x5d4bcb);if(!_0x39d3bd['plugins']['has']('TrackChanges')){ft('ai-no-track-changes',{'editor':_0x39d3bd});continue;}let _0x487cda;js(_0x1f68f9,'chat'),_0x39d3bd['model']['change'](_0x5eeee7=>{_0x487cda=_0x5eeee7['batch'],_0x39d3bd['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x1f68f9),this['_aiEditing']['hideFakeVisualSelection']('change-area');}),this['_batchToChanges']['set'](_0x487cda,{'interactionId':_0x333fc7['id'],'replyId':_0x510b94['id'],'indexes':_0x5c4176});}this['_updateRatings'](_0x510b94);}['_applySuggestion'](_0x5090d1){const _0x71ed99=this['context']['plugins']['get'](_0x5b6f61),{reply:_0x26fb86,interaction:_0x400df5}=this['getInteractionAndReplyById'](_0x5090d1['replyId']),_0x5c1678=this['_prepareDocumentSuggestions'](_0x5090d1),_0x3f7dc8=ks({'documentSuggestions':_0x5c1678,'transform':!0x0,'documentCompare':_0x71ed99,'documentCompareOptions':{'markDeletions':!0x1}});for(const [_0x32d287,_0x3441d8]of _0x3f7dc8){const {editor:_0x36630f,indexes:_0x50dbfa}=_0x5c1678['get'](_0x32d287);let _0x5d5926;js(_0x3441d8,'chat');try{_0x36630f['model']['change'](_0x351da2=>{_0x5d5926=_0x351da2['batch'];for(const _0x35ba45 of _0x3441d8)_0x35ba45['baseVersion']=_0x36630f['model']['document']['version'],Ns(_0x36630f,_0x35ba45),_0x351da2['batch']['addOperation'](_0x35ba45),_0x36630f['model']['applyOperation'](_0x35ba45);}),this['_batchToChanges']['set'](_0x5d5926,{'interactionId':_0x400df5['id'],'replyId':_0x26fb86['id'],'indexes':_0x50dbfa});}catch(_0x14616f){throw this['_reporter']['logError'](new nn({'code':'ai-applying-suggestion-failed','type':'runtime','cause':_0x14616f})),_0x14616f;}}this['_updateRatings'](_0x26fb86);}['_rejectSuggestion'](_0x43f390){const {reply:_0x44d7cb}=this['getInteractionAndReplyById'](_0x43f390['replyId']);_0x44d7cb['setChangeGroupState'](_0x43f390['partIndex'],'rejected');}['_openBalloonFor'](_0x517851,_0x1f7f00){if(!this['_hasAIChatBalloon'])return;const {reply:_0x5060d8}=this['getInteractionAndReplyById'](_0x517851),_0x358115=_0x5060d8['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(!_0x358115['length'])return;let _0x26e687,_0x593de0;if(void 0x0!==_0x1f7f00?(_0x593de0=_0x358115['find'](_0x45d97a=>_0x45d97a['index']==_0x1f7f00),_0x26e687=_0x593de0?.['index']):(_0x593de0=_0x358115[0x0],_0x26e687=_0x593de0['index']),!_0x593de0)return void _0x5060d8['setChangeGroupState'](_0x1f7f00??0x0,'outdated');if(this['_currentPreviewedChangeGroup']?.['replyId']==_0x517851&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x26e687)return;const _0x301256=this['_getUserPresentableContentPartDocumentRange'](_0x517851,_0x5060d8,_0x593de0),_0x28e54e=_0x5060d8['changeGroups']['find'](_0x5967c9=>_0x5967c9['index']==_0x26e687)['editor'],_0x19c987=_0x28e54e['plugins']['get']('AIChatBalloon');if(this['_activeBalloon']&&this['_activeBalloon']!==_0x19c987&&this['_activeBalloon']['close'](),!_0x301256)return _0x19c987['close'](),void(this['_activeBalloon']=void 0x0);this['_activeBalloon']=_0x19c987,this['_currentPreviewedChangeGroup']={'replyId':_0x517851,'partIndex':_0x26e687},this['_scrollToSuggestionRange'](_0x301256,!0x0,_0x28e54e);const _0x3731e4=this['_getPresentableSiblingContentPartIndex'](_0x517851,_0x26e687,'next');_0x19c987['clearContent'](),_0x19c987['updateContent']({'part':_0x593de0,'renderingStrategy':'static'}),_0x19c987['open']({'index':_0x26e687,'title':ls(this['context']['locale'],'AI_BALLOON_HEADER_TITLE',(_0x26e687+0x1)['toString']()),'showRotator':null!==_0x3731e4,'ranges':[_0x301256],'areActionsDisabled':_0x5060d8['areActionsDisabled'],'targetEditor':_0x28e54e}),_0x19c987['setState']('pending'),this['_aiChatUi']['scrollFeedToSuggestion'](_0x517851,_0x26e687),this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x517851,'index':_0x26e687,'isActive':!0x0});}['_closeActiveBalloon'](){this['_activeBalloon']?.['close'](),this['_activeBalloon']=void 0x0,this['_currentPreviewedChangeGroup']=null;}['_getPresentableSiblingContentPartIndex'](_0x18a8fb,_0x338c22,_0x2ececd){const {reply:_0x28c17a}=this['getInteractionAndReplyById'](_0x18a8fb),_0x256d54=_0x28c17a['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff']});if(0x1==_0x256d54['length'])return null;const _0x559b28='next'==_0x2ececd?0x1:-0x1;function _0x3fb6aa(_0x4032af){const _0x118b45=(_0x4032af+_0x559b28+_0x256d54['length'])%_0x256d54['length'];return{'siblingIndex':_0x118b45,'siblingPart':_0x256d54[_0x118b45]};}const _0x3f8c2f=_0x256d54['findIndex'](_0x1a2e61=>_0x1a2e61['index']==_0x338c22);let {siblingIndex:_0xf5705d,siblingPart:_0xc0e91d}=_0x3fb6aa(_0x3f8c2f);for(;!this['_getUserPresentableContentPartDocumentRange'](_0x18a8fb,_0x28c17a,_0xc0e91d);)if({siblingIndex:_0xf5705d,siblingPart:_0xc0e91d}=_0x3fb6aa(_0xf5705d),_0xf5705d===_0x3f8c2f)return null;return _0xc0e91d['index'];}['_getUserPresentableContentPartDocumentRange'](_0x5b77b7,_0x57bf2b,_0x2e3905){const _0x4ff6f0=_0x57bf2b['changeGroups'];if(!_0x2e3905['hasChanges'])return null;const _0x440ee4=_0x4ff6f0['find'](_0x597b4c=>_0x597b4c['index']==_0x2e3905['index']);if('pending'!==_0x440ee4?.['state'])return null;if(!_0x440ee4?.['editor']||'destroyed'===_0x440ee4['editor']['state'])return _0x57bf2b['setChangeGroupState'](_0x2e3905['index'],'outdated'),null;const _0x1fd2c1=this['_getDocumentRangeForReplyChanges'](_0x5b77b7,_0x2e3905['index']);if(!_0x1fd2c1)return _0x57bf2b['setChangeGroupState'](_0x2e3905['index'],'outdated'),null;const {range:_0x5c2b76,currentIndex:_0x3bf623}=_0x1fd2c1;return'$graveyard'==_0x5c2b76['root']['rootName']?(_0x57bf2b['setChangeGroupState'](_0x3bf623,'outdated'),null):_0x1fd2c1['range'];}['_getDocumentRangeForReplyChanges'](_0x90ff2a,_0x2d428b){const {reply:_0xa201a5,interaction:_0x4aa2e3}=this['getInteractionAndReplyById'](_0x90ff2a),_0x54d2cc=_0xa201a5['changeGroups']['filter'](_0x5df534=>'pending'==_0x5df534['state']),_0xa6bd56=_0x54d2cc['map'](_0x430edc=>_0xa201a5['changeGroups']['indexOf'](_0x430edc));void 0x0===_0x2d428b&&(_0x2d428b=_0xa6bd56[0x0]);const _0x285e44=_0xa6bd56['indexOf'](_0x2d428b);if(-0x1==_0x285e44)return null;const _0x4f7525=_0x54d2cc[_0x285e44],_0x5b26c3=_0x4f7525['editor'];if(!_0x5b26c3||'destroyed'===_0x5b26c3['state'])return null;const _0x576d78=_0xa201a5['documentContextContent']['get'](_0x4f7525['documentId']),_0x163982=new _0x4e2431([]),_0x158b12=new _0x4e2431([]);for(const _0x1c785a of _0x4f7525['changes'])if('removed'!=_0x1c785a['type']&&_0x158b12['children']['push'](_0x1c785a['node']['cloneNode'](!0x0)),'new'!=_0x1c785a['type']){const _0x270128=_0x36c87f(_0x4133ec=>Cs(_0x4133ec,'data-id')==_0x1c785a['id'],_0x576d78,!0x0);_0x163982['children']['push'](_0x270128['cloneNode'](!0x0));}if(0x0==_0x163982['children']['length']){if(_0x4f7525['changes'][0x0]['anchorId']){const _0xffdde1=ms('data-id',_0x4f7525['changes'][0x0]['anchorId'],_0x576d78);_0x163982['children']['unshift'](_0xffdde1['cloneNode'](!0x0)),_0x158b12['children']['unshift'](_0xffdde1['cloneNode'](!0x0)),_0xffdde1['nextSibling']&&(_0x163982['children']['push'](_0xffdde1['nextSibling']['cloneNode'](!0x0)),_0x158b12['children']['push'](_0xffdde1['nextSibling']['cloneNode'](!0x0)));}else{const _0x1de685=_0x576d78['children'][0x0];if(!_0x1de685)return null;_0x163982['children']['push'](_0x1de685['cloneNode'](!0x0)),_0x158b12['children']['push'](_0x1de685['cloneNode'](!0x0));}}const _0x1b2fb2=_0x4aa2e3['getDocumentContext'](),_0x1dff9f=_0x1b2fb2['documents']['find'](_0x10b4bd=>_0x10b4bd['id']==_0x4f7525['documentId'])['content'],_0xc4e86f=_0x5b26c3['model']['document']['getRoot'](_0x4f7525['rootName']),_0x349852=_0x5b26c3['data']['parse'](_0x1dff9f,_0xc4e86f),_0x51762b=ps(_0x163982),_0x52faee=_0x5b26c3['data']['parse'](_0x51762b,_0xc4e86f),_0x53a12c=_0x5b26c3['data']['parse'](_0x51762b,_0xc4e86f),_0x3bbfdc=_0x5b26c3['model']['createPositionAt'](_0x52faee,0x0),_0x38d125=ps(_0x158b12),_0x4dfb76={'targetEditor':_0x5b26c3,'anchor':_0x3bbfdc,'markDeletions':!0x1},_0x470463=_0x5b26c3['plugins']['get'](_0x5b6f61)['getDiff'](_0x51762b,_0x38d125,_0x4dfb76)['getOperations']();if(!_0x470463['length'])return null;_0x5b26c3['model']['change'](_0x2c0752=>{for(const _0x57a612 of _0x470463)if('remove'==_0x57a612['type']){const _0x4d852a=_0x57a612['sourcePosition'],_0x571a6e=_0x57a612['howMany'],_0x2891da=new _0x39d5b2(_0x4d852a,_0x571a6e);_0x2c0752['batch']['addOperation'](_0x2891da),_0x5b26c3['model']['applyOperation'](_0x2891da);}else'marker'!==_0x57a612['type']&&(_0x57a612['baseVersion']=null,_0x57a612['isDocumentOperation']=!0x1,_0x2c0752['batch']['addOperation'](_0x57a612),_0x5b26c3['model']['applyOperation'](_0x57a612));});const _0x48e400=Fs(_0x5b26c3,_0x470463,_0x52faee);Ws(_0x5b26c3['model'],_0x48e400);const _0x88a24e=_0x48e400['getFirstRange']()['start']['path']['slice'](),_0x280f66=_0x48e400['getFirstRange']()['end']['path']['slice'](),_0x18e414=[];let _0x1b19e0=_0x52faee,_0xb2870c=_0x53a12c;for(let _0x104aa1=0x0;_0x104aa1<_0x280f66['length'];_0x104aa1++){const _0x315c2d=_0x1b19e0['maxOffset']-_0x280f66[_0x104aa1];_0x18e414[_0x104aa1]=_0xb2870c['maxOffset']-_0x315c2d,_0x1b19e0=_0x1b19e0['getChildAtOffset'](_0x280f66[_0x104aa1]),_0xb2870c=_0xb2870c['getChildAtOffset'](_0x18e414[_0x104aa1]);}const _0x4ff9dc=_0x5b26c3['model']['createRange'](_0x5b26c3['model']['createPositionFromPath'](_0x53a12c,_0x88a24e),_0x5b26c3['model']['createPositionFromPath'](_0x53a12c,_0x18e414)),_0x59b421=_0x53a12c['getChild'](0x0)['getAttribute'](_0x2be158),_0x477e27=Array['from'](_0x349852['getChildren']())['find'](_0x148971=>_0x148971['getAttribute'](_0x2be158)==_0x59b421)['getPath'](),_0x19991a=_0x4ff9dc['start']['path']['slice'](),_0x5bf69b=_0x4ff9dc['end']['path']['slice']();_0x19991a[0x0]=_0x477e27[0x0]+_0x19991a[0x0],_0x5bf69b[0x0]=_0x477e27[0x0]+_0x5bf69b[0x0];let _0x14f12b=_0x5b26c3['model']['createRange'](_0x5b26c3['model']['createPositionFromPath'](_0x5b26c3['model']['document']['getRoot'](_0x4f7525['rootName']),_0x19991a),_0x5b26c3['model']['createPositionFromPath'](_0x5b26c3['model']['document']['getRoot'](_0x4f7525['rootName']),_0x5bf69b));const _0x232962=_0x1b2fb2['documents']['find'](_0x193164=>_0x193164['id']==_0x4f7525['documentId'])['version'],_0x1c0f27=_0x5b26c3['model']['document']['history']['getOperations'](_0x232962);for(const _0x195b1c of _0x1c0f27)_0x14f12b=_0x15a2ab['_createFromRanges'](_0x14f12b['getTransformedByOperation'](_0x195b1c));return{'range':_0x14f12b,'currentIndex':_0x2d428b,'targetEditor':_0x5b26c3};}['_integrateEditorBalloon'](_0x8f3fee){if(!_0x8f3fee['plugins']['has']('AIChatBalloon'))return;const _0x234c52=_0x8f3fee['plugins']['get']('AIChatBalloon');this['_hasAIChatBalloon']=!0x0,_0x234c52['bind']('showDiff')['to'](this,'_aiChatBalloonShowDiff'),this['listenTo'](_0x234c52,'toggleSuggestionDisplayMode',()=>{const {replyId:_0x551689,partIndex:_0x4826df}=this['_currentPreviewedChangeGroup'];this['_aiChatBalloonShowDiff']=!this['_aiChatBalloonShowDiff'];const {reply:_0x292114}=this['getInteractionAndReplyById'](_0x551689),_0x49ceec=_0x292114['getContentParts']({'showDiff':this['_aiChatBalloonShowDiff'],'groupIndex':_0x4826df});_0x234c52['updateContent']({'part':_0x49ceec[0x0],'renderingStrategy':'static','keepErrors':!0x0});}),this['listenTo'](_0x234c52,'applySuggestion',()=>{const {replyId:_0x26a80e,partIndex:_0x5588e1}=this['_currentPreviewedChangeGroup'];this['_applySuggestion']({'replyId':_0x26a80e,'partIndex':_0x5588e1}),_0x234c52['setState']('accepted');}),this['listenTo'](_0x234c52,'insertSuggestion',()=>{const {replyId:_0x5be388,partIndex:_0x18d0e4}=this['_currentPreviewedChangeGroup'];this['_insertSuggestion']({'replyId':_0x5be388,'partIndex':_0x18d0e4}),_0x234c52['setState']('accepted');}),this['listenTo'](_0x234c52,'rejectSuggestion',()=>{const {replyId:_0x44c426,partIndex:_0x144bca}=this['_currentPreviewedChangeGroup'];this['_rejectSuggestion']({'replyId':_0x44c426,'partIndex':_0x144bca}),_0x234c52['setState']('rejected');}),this['listenTo'](_0x234c52,'showNext',()=>{const {replyId:_0xf9b151,partIndex:_0x499754}=this['_currentPreviewedChangeGroup'],_0x2d9117=this['_getPresentableSiblingContentPartIndex'](_0xf9b151,_0x499754,'next');null!==_0x2d9117&&this['_openBalloonFor'](_0xf9b151,_0x2d9117);}),this['listenTo'](_0x234c52,'showPrevious',()=>{const {replyId:_0x1b6b2b,partIndex:_0x30e555}=this['_currentPreviewedChangeGroup'],_0x1546d9=this['_getPresentableSiblingContentPartIndex'](_0x1b6b2b,_0x30e555,'previous');null!==_0x1546d9&&this['_openBalloonFor'](_0x1b6b2b,_0x1546d9);}),this['listenTo'](_0x234c52,'dialogClosed',(_0x281b48,{id:_0x23ac13})=>{if('aiChatBalloon'!==_0x23ac13)return;const {replyId:_0x12d9de,partIndex:_0x3c9723}=this['_currentPreviewedChangeGroup'];this['_currentPreviewedChangeGroup']=null,this['_aiChatUi']['setFeedItemAIReplySuggestionPartActive']({'id':_0x12d9de,'index':_0x3c9723,'isActive':!0x1}),this['_activeBalloon']===_0x234c52&&(this['_activeBalloon']=void 0x0);});}['_integrateEditor'](_0x49570d){if(this['_channelsToEditors']['set'](_0x49570d['config']['get']('collaboration.channelId'),_0x49570d),this['_integrateEditorBalloon'](_0x49570d),this['addCurrentDocumentToChatContext'](),_0x49570d['once']('destroy',()=>{this['_checkRemoveCurrentDocumentFromChatContext']();}),_0x49570d['plugins']['has']('Undo')){const _0x45f62a=_0x49570d['commands']['get']('undo'),_0x1f3333=_0x49570d['commands']['get']('redo');this['listenTo'](_0x45f62a,'revert',(_0x18cb5e,_0x3eede5,_0x519152)=>{const _0x1e3d45=this['_batchToChanges']['get'](_0x3eede5);if(!_0x1e3d45)return;const _0x4c280e=this['activeConversation']['getInteraction'](_0x1e3d45['interactionId']),_0x5e87a4=_0x4c280e?.['getReply'](_0x1e3d45['replyId']);this['_batchToChanges']['delete'](_0x3eede5),_0x4c280e&&_0x5e87a4&&(_0x1e3d45['indexes']['forEach'](_0x213167=>_0x5e87a4['setChangeGroupState'](_0x213167,'pending')),this['_batchToChanges']['set'](_0x519152,_0x1e3d45));}),this['listenTo'](_0x1f3333,'revert',(_0x2977f5,_0x50bea8,_0x2685f2)=>{const _0x694f9e=this['_batchToChanges']['get'](_0x50bea8);if(!_0x694f9e)return;const _0x2eb425=this['activeConversation']['getInteraction'](_0x694f9e['interactionId']),_0x3f8997=_0x2eb425?.['getReply'](_0x694f9e['replyId']);this['_batchToChanges']['delete'](_0x50bea8),_0x2eb425&&_0x3f8997&&(_0x694f9e['indexes']['forEach'](_0x627244=>_0x3f8997['setChangeGroupState'](_0x627244,'accepted')),this['_batchToChanges']['set'](_0x2685f2,_0x694f9e));});}const _0xf15faa=_0x49570d['config']['get']('ai.chat.context');_0xf15faa['alwaysAddSelection']&&_0xf15faa['document']['enabled']&&this['listenTo'](_0x49570d['model']['document']['selection'],'change:range',(_0x2b9be1,_0x5d7c5c)=>{_0x5d7c5c['directChange']&&'chat'===_0x49570d['plugins']['get']('AITabs')['view']['activeTab']&&(_0x49570d['model']['hasContent'](_0x49570d['model']['document']['selection'])?this['addSelectionToChatContext'](_0x49570d):this['removeSelectionFromChatContext']());});}async['_getLastCreatedConversationId'](){const _0x3d8027=this['_aiConnector']['fetchConversations'](this['getGroupId'](),{'limit':0x1,'sortBy':'createdAt'});try{const _0x559b78=await _0x3d8027['getConversations']();return _0x559b78['length']?_0x559b78[0x0]['id']:'new';}catch(_0xb41f1){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':_0xb41f1})),this['_aiChatUi']['toggleLoadingSkeleton'](!0x1),this['_aiChatUi']['disableControls'](),null;}}async['_startConversationSafely'](_0x5d9312={}){this['set']('isConversationReady',!0x1);try{await this['_handleStartConversation'](_0x5d9312);}catch(_0x5dffd4){this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x5d9312['id']||Ot()}),this['_reporter']['logError'](_0x5dffd4),this['activeConversation']=void 0x0,this['_aiChatUi']['disableControls']();}}async['_handleStartConversation']({id:_0x12e449,modelId:_0x37e529}={}){this['_closeActiveBalloon']();let _0x73fa44=_0x37e529;_0x73fa44||(_0x12e449||!this['activeConversation']?_0x73fa44=this['context']['config']['get']('ai.models.defaultModelId'):this['_aiChatUi']['isModelAvailable']&&(_0x73fa44=this['activeConversation']['selectedModel']['id'])),this['activeConversation']&&this['stopListening'](this['activeConversation']),await this['_stopLastInteraction']();const _0x1c7f6d=this['getGroupId'](),_0xa17409=_0x12e449||Ot();let _0x33b865;this['activeConversation']=new Rn({'connector':this['_aiConnector'],'chatModels':this['_aiChatModels'],'selectedModelId':_0x73fa44,'conversationId':_0xa17409,'group':_0x1c7f6d,'locale':this['context']['locale'],'isFromHistory':!!_0x12e449,'channelsToEditors':this['_channelsToEditors'],'getSessionId':_0x43de44=>this['_aiEditing']['getSessionId'](_0x43de44)}),this['activeConversation']['delegate']('toolDataReceived','interactionCreated','interactionStarted','replyCreated')['to'](this),this['listenTo'](this['activeConversation'],'conversationInitialized',(_0x25b978,_0x5648c4)=>{this['_aiChatUi']['createConversation'](_0x5648c4),this['_aiChatUi']['resetMessageInput'](),this['_aiChatUi']['clearPendingContextUI'](),this['_aiChatUi']['clearConversationContextUI'](),_0x12e449||(this['_aiChatUi']['resetConversationTitle'](),this['addCurrentDocumentToChatContext']());}),this['listenTo'](this['activeConversation'],'uploadProgressChanged',(_0x2da3f1,_0x4821c0)=>{this['_aiChatUi']['setIsUploadInProgress'](_0x4821c0['isUploadInProgress']);}),this['listenTo'](this['activeConversation'],'webSearchStarted',()=>{const _0x74ac4e=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});this['_aiChatUi']['setLoadingMessage'](_0x74ac4e);}),this['listenTo'](this['activeConversation'],'reasoningStarted',()=>{const _0x4c3935=this['_aiChatUi']['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x0});this['_aiChatUi']['setLoadingMessage'](_0x4c3935);}),this['listenTo'](this['activeConversation'],'webSearchFinished',(_0x1e389a,_0x330f3e)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x330f3e,{'isWebSearchEnabled':!0x0,'isReasoningEnabled':!0x1});}),this['listenTo'](this['activeConversation'],'reasoningFinished',(_0xe13049,_0x24eb4c)=>{this['_aiChatUi']['addFeedInteractionHeader'](_0x24eb4c,{'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',(_0x49eba1,_0x90364c)=>{this['_aiChatUi']['removeFeedInteraction'](_0x90364c['id']);}),this['listenTo'](this['activeConversation'],'setConversationTitle',(_0x18d7a2,_0x3e4758,_0x53d437)=>{this['_updateConversationTitle'](_0x3e4758,_0x53d437);}),this['listenTo'](this['activeConversation'],'replyContentUpdated',async(_0x38b132,_0x57219e)=>{void 0x0!==_0x33b865&&_0x33b865!==_0x57219e['id']&&this['_updateReplyContentThrottled']['flush'](),_0x33b865=_0x57219e['id'],_0x57219e['isFromHistory']?await this['_updateReplyContent']({'reply':_0x57219e}):await this['_updateReplyContentThrottled']({'reply':_0x57219e});}),this['listenTo'](this['activeConversation'],'replyChangeGroupStateUpdated',(_0x28126d,{reply:_0x126357,index:_0x5c510e,state:_0x4169b4})=>{this['_aiChatUi']['updateFeedItemAIReplySuggestionPartState']({'id':_0x126357['id'],'index':_0x5c510e,'state':_0x4169b4}),this['_currentPreviewedChangeGroup']?.['replyId']['includes'](_0x126357['id'])&&this['_currentPreviewedChangeGroup']?.['partIndex']==_0x5c510e&&this['_activeBalloon']?.['setState'](_0x4169b4);}),this['listenTo'](this['activeConversation'],'contextItemAdded',(_0x35f630,_0x55c3ad)=>{if(this['_aiChatUi']['addContextItem'](_0x55c3ad['contextItem'],_0x55c3ad['isLoading']),'selection'===_0x55c3ad['contextItem']['type']){const _0x1936ca=ds(this['context']),_0x143c2e=[..._0x1936ca['model']['document']['selection']['getRanges']()];this['_aiEditing']['showFakeVisualSelection']({'editor':_0x1936ca,'ranges':_0x143c2e,'id':'context','priority':0x1});}}),this['listenTo'](this['activeConversation'],'contextItemRemoved',(_0x5d4ad1,_0x136adf)=>{this['_aiChatUi']['removeContextItem'](_0x136adf['uiId']),'current-document'==_0x136adf['uiId']&&this['removeSelectionFromChatContext'](),'selection'===_0x136adf['type']&&this['_aiEditing']['hideFakeVisualSelection']('context');}),this['listenTo'](this['activeConversation'],'contextItemLoadingEnded',(_0x38e45b,_0x176ec0)=>{this['_aiChatUi']['setContextItemLoading'](_0x176ec0['contextItem']['uiId'],_0x176ec0['isLoading']);}),this['listenTo'](this['activeConversation'],'contextSent',(_0x4b0e11,_0x186816)=>{this['_aiChatUi']['setConversationContext'](_0x186816['contextItems']);}),this['listenTo'](this['activeConversation'],'addContextOptionsChanged',(_0x41d671,_0x1bdca5)=>{this['_aiChatUi']['setAddContextOptions'](_0x1bdca5['options']);}),this['listenTo'](this['activeConversation'],'sourceResourcesLoaded',(_0x20fcaf,_0x567c81)=>{this['_aiChatUi']['populateSourceResourceBalloon'](_0x567c81['sourceId'],_0x567c81['source'],_0x567c81['resources'],_0x567c81['uid']);}),this['listenTo'](this['activeConversation'],'resourceStateChanged',(_0x40b619,_0x376aa2)=>{this['_aiChatUi']['updateResourceState'](_0x376aa2['sourceId'],_0x376aa2['resourceId'],_0x376aa2['isInContext']);}),this['listenTo'](this['activeConversation'],'capabilitiesUpdated',(_0x3fb121,_0x57e83d)=>{this['_aiChatUi']['updateCapabilities'](_0x57e83d);}),this['listenTo'](this['activeConversation'],'modelSelected',async(_0x277be6,_0x1657ca)=>{try{const _0x8ff9be=(await this['_aiChatModels']['getAll']())['find'](_0xc2c94d=>_0xc2c94d['id']===_0x1657ca['selectedModel']?.['id'])||null;this['_aiChatUi']['setSelectedModel'](_0x8ff9be,_0x1657ca['isDisabled']);}catch(_0x10c43e){this['_reporter']['logError'](new nn({'code':'ai-chat-models-unable-to-retrieve','type':'network','cause':_0x10c43e}),{'context':{'operation':'model-selected'}});}}),this['listenTo'](this['activeConversation'],'error',(_0x2518e8,{error:_0x1b12a5,interactionId:_0x43b616,fileName:_0x18aae1,url:_0x4e0782,sourceId:_0x2af05e,sourceLabel:_0x514cd0})=>{const _0x3ae3d5=_0x43b616?_0x43b616+':'+Ot():Ot();this['_reporter']['reportError'](_0x1b12a5),_0x1b12a5['message']['startsWith']('ai-request-aborted')?this['_aiChatUi']['addFeedItemStaticMessage']({'staticMessage':ls(this['context']['locale'],'AI_CHAT_ABORTED_MESSAGE'),'id':_0x3ae3d5}):_0x1b12a5['message']['startsWith']('ai-chat-conversation-init-failed')||_0x1b12a5['message']['startsWith']('ai-chat-conversation-start-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_UNABLE_TO_START_CONVERSATION'),'id':_0x3ae3d5}):_0x1b12a5['message']['startsWith']('ai-chat-file-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_FILE',_0x18aae1),'id':_0x3ae3d5}):_0x1b12a5['message']['startsWith']('ai-chat-url-upload-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_UPLOAD_URL',_0x4e0782),'id':_0x3ae3d5}):_0x1b12a5['message']['startsWith']('ai-chat-context-invalid-data')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_INVALID_DATA'),'id':_0x3ae3d5}):_0x1b12a5['message']['startsWith']('ai-chat-context-unsupported-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_TYPE'),'id':_0x3ae3d5}):_0x1b12a5['message']['startsWith']('ai-chat-source-resources-load-failed')?(_0x2af05e&&this['_aiChatUi']['closeSourceResourceBalloon'](_0x2af05e),this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_UNABLE_TO_LOAD_RESOURCES',_0x514cd0||'source'),'id':_0x3ae3d5})):_0x1b12a5['message']['startsWith']('ai-chat-resource-load-failed')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_RESOURCE_LOAD_FAILED'),'id':_0x3ae3d5}):_0x1b12a5['message']['startsWith']('ai-chat-invalid-request')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_INVALID_REQUEST'),'id':_0x3ae3d5}):_0x1b12a5['message']['startsWith']('ai-chat-context-unsupported-file-type')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_UNSUPPORTED_FILE_TYPE'),'id':_0x3ae3d5}):_0x1b12a5['message']['startsWith']('ai-chat-context-file-too-large')?this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_CONTEXT_FILE_TOO_LARGE'),'id':_0x3ae3d5}):_0x1b12a5['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':_0x3ae3d5}):_0x1b12a5['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':_0x3ae3d5}):this['_aiChatUi']['addFeedItemError']({'errorMessage':ls(this['context']['locale'],'AI_CHAT_GENERIC_ERROR'),'id':_0x3ae3d5});}),await this['activeConversation']['init'](this['context']['config']['get']('ai.chat.context')),_0x12e449||(await this['activeConversation']['start'](),this['_aiChatUi']['enableControls']()),this['set']('isConversationReady',!0x0);}async['_handleUIUserMessage']({message:_0x3bb621,attributes:_0x5d1841}){if(!this['activeConversation'])throw new at('ai-chat-controller-no-active-conversation');if(this['activeConversation']['isCurrentDocumentInContext']()){const _0x1d80a0=await this['_aiEditing']['getDocumentData']();await this['activeConversation']['updateCurrentDocumentsInContext'](_0x1d80a0);}this['activeConversation']['id']&&this['activeConversation']['isStarted']&&await this['activeConversation']['handleUserInteraction']({'userMessage':_0x3bb621,'attributes':_0x5d1841});}['_removeFromContext'](_0xb59716){this['activeConversation']?.['removeFromContext'](_0xb59716);}['_toggleWebSearch'](){this['activeConversation']?.['toggleWebSearch']();}['_toggleReasoning'](){this['activeConversation']?.['toggleReasoning']();}['getInteractionAndReplyById'](_0xbde829){const [_0x38d510,_0x533e9d]=_0xbde829['split'](':'),_0x482610=this['activeConversation']['getInteraction'](_0x38d510);return{'interaction':_0x482610,'reply':_0x482610['getReply'](_0x533e9d)};}['_scrollToSuggestionRange'](_0x57e2cd,_0x4cfd24=!0x1,_0x6d8e1f){const _0x3f1389={'target':_0x6d8e1f['editing']['view']['domConverter']['viewRangeToDom'](_0x6d8e1f['editing']['mapper']['toViewRange'](_0x57e2cd)),'viewportOffset':{'top':0x96,'left':0x0,'bottom':0x32,'right':0x0},'ancestorOffset':0x14,'alignToTop':_0x4cfd24};_0x4cfd24&&(_0x3f1389['alignToTop']=!0x0),St(_0x3f1389);}['_updateConversationTitle'](_0x5e0f6b,_0x465bfc=!0x1){this['_aiChatUi']['setConversationTitle'](_0x5e0f6b||ls(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),_0x465bfc);}['_addFeedItemReply'](_0xcb67c4){'text'===_0xcb67c4['type']?this['_aiChatUi']['addFeedItemAIReply'](_0xcb67c4):this['_aiChatUi']['addFeedItemAISuggestion'](_0xcb67c4);}async['_updateReplyContent']({reply:_0x4e5ccd,renderingStrategy:_0x14b447}){const {id:_0x56f79d,interactionId:_0x326ba2,isDone:_0x6b9b64,type:_0x3eda24,parsedContent:_0x120e87}=_0x4e5ccd,_0x2a25d4=_0x326ba2+':'+_0x56f79d;if('modification'===_0x3eda24){const _0xdf56f2=_0x4e5ccd['getContentParts']({'showDiff':this['_aiChatUi']['showDiff']});await this['_aiChatUi']['updateFeedItemAIReplySuggestionContent']({'id':_0x2a25d4,'parts':_0xdf56f2,'isDone':_0x6b9b64,'skipLoadingEffects':_0x4e5ccd['isFromHistory']});}else'text'===_0x3eda24&&await this['_aiChatUi']['updateFeedItemAIReplyContent']({'id':_0x2a25d4,'parsedContent':_0x120e87['get']('text'),'renderingStrategy':_0x14b447,'isDone':_0x6b9b64});_0x6b9b64&&_0x4e5ccd['sources']['length']>0x0&&this['_aiChatUi']['updateFeedItemAIReplySources'](_0x2a25d4,_0x4e5ccd['sources']);}['_updateReplyContentThrottled']=_0x43472a(this['_updateReplyContent']['bind'](this),0xc8);async['_stopLastInteraction'](){const _0x66a4e6=this['activeConversation']?.['lastInteraction'];_0x66a4e6&&(_0x66a4e6['stop'](),this['_aiChatUi']['stopInteraction'](_0x66a4e6)),this['_updateReplyContentThrottled']['cancel']();}async['_flushLastInteractionUI'](){const _0x4d85ad=this['activeConversation']?.['lastInteraction'];if(_0x4d85ad){for await(const _0x36f233 of _0x4d85ad['replies'])this['_aiChatUi']['hasFeedItem'](_0x36f233['id'])||this['_addFeedItemReply'](_0x36f233),await this['_updateReplyContent']({'reply':_0x36f233,'renderingStrategy':'static'});}}['_updateRatings'](_0x431e2c){const _0x3e1c20={'positiveCount':_0x431e2c['changeGroups']['filter'](_0x23449c=>'accepted'===_0x23449c['state'])['length'],'totalCount':_0x431e2c['changeGroups']['length'],'modificationId':_0x431e2c['id']},_0x515c78=this['activeConversation']['getInteraction'](_0x431e2c['interactionId'])['messageId'];_0x515c78&&this['_aiConnector']['upsertAIChatRating'](this['activeConversation']['id'],_0x515c78,_0x3e1c20);}['_getAIChatFeedAPI'](_0x155f7a){const _0x5a5b43=this['_aiChatUi'],_0x519b66=()=>{_0x155f7a['resetWebSearchState'](),_0x155f7a['resetReasoningState'](),_0x5a5b43['clearLoadingMessage']();},_0x3a026f=()=>{_0x155f7a['currentReply']&&(_0x155f7a['currentReply']['done'](),_0x155f7a['currentReply']=void 0x0);};return{'insertTextReply':(_0x4ec3b4,_0x32d546)=>{_0x3a026f(),_0x519b66();const _0x1b60bf=_0x155f7a['currentReply']=_0x155f7a['createReply']({'type':'text','interactionId':_0x155f7a['id'],'id':_0x32d546||Ot(),'channelsToEditors':this['_channelsToEditors']});return _0x1b60bf['appendContent'](_0x4ec3b4),_0x3a026f(),_0x1b60bf;},'insertCustomElement':async(_0x18da5d,_0x204213)=>(_0x3a026f(),_0x519b66(),_0x5a5b43['addFeedItemCustomElement'](_0x18da5d,_0x204213||Ot())),'setLoadingMessage':_0x4e900f=>{_0x5a5b43['setLoadingMessage'](_0x4e900f);},'clearLoadingMessage':()=>{_0x5a5b43['clearLoadingMessage']();}};}['_checkRemoveCurrentDocumentFromChatContext'](){us(this['context'])['find'](_0x3bf73f=>'destroyed'!==_0x3bf73f['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(_0x1eabf9){const _0x2f54b2=new AbortController();return{'promise':new Promise((_0x334f0a,_0x551e28)=>{const _0x48c22c=setTimeout(_0x334f0a,_0x1eabf9);_0x2f54b2['signal']['addEventListener']('abort',()=>{clearTimeout(_0x48c22c),_0x551e28();});}),'abortController':_0x2f54b2};}var Ln=class{['options'];['isStreaming']=!0x1;['document']=null;['nodesList']=[];['currentIndex']=0x0;['timeoutAbortController']=null;['lastUpdateTime']=0x0;constructor(_0x485099){this['options']={'delay':_0x485099?.['delay']??0xa,'textNodeStyle':_0x485099?.['textNodeStyle']??'animation:\x20ck-html-streamer-fade-in\x20.3s'};}async['stream']({document:_0x143215,targetElement:_0x478147,abortSignal:_0x2c57d8}){this['isStreaming']&&this['stop'](),_0x2c57d8?.['addEventListener']('abort',this['stop']['bind'](this)),this['document']=_0x5c7833(_0x143215,!0x0),this['nodesList']=this['getParsedDocumentNodeList'](),this['isStreaming']=!0x0,this['currentIndex']>this['nodesList']['length']&&(this['currentIndex']=this['nodesList']['length']);for(let _0x436ca4=0x0;_0x436ca4<this['currentIndex'];_0x436ca4++)this['nodesList'][_0x436ca4]['shouldBeStreamed']=!0x0;do{const _0x8b711f=Date['now'](),_0x586f4b=this['nodesList'][this['currentIndex']],_0x34cf56=_0x8b711f-this['lastUpdateTime'];if(_0x586f4b){_0x586f4b['shouldBeStreamed']=!0x0;let _0x810d5a=_0x586f4b['parent'];for(;_0x810d5a;)_0x810d5a['shouldBeStreamed']=!0x0,_0x810d5a=_0x810d5a['parent'];}if(_0x34cf56<this['options']['delay'])try{const {promise:_0x328221,abortController:_0x2fe3c}=xn(this['options']['delay']-_0x34cf56);this['timeoutAbortController']=_0x2fe3c,await _0x328221;}catch(_0x33ea95){return;}_0x488cd9(_0x478147,'<'+_0x478147['tagName']+'>'+this['renderNode'](this['document'])+'</'+_0x478147['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:_0x21b0aa}){Array['from'](_0x21b0aa['querySelectorAll']('span[data-ck-html-streamer-word-chunk]'))['reverse']()['forEach'](_0x4325ae=>{_0x4325ae['replaceWith'](_0x4325ae['childNodes'][0x0]);});}['stop'](){this['isStreaming']=!0x1,this['timeoutAbortController']&&(this['timeoutAbortController']['abort'](),this['timeoutAbortController']=null);}['renderNode'](_0x22c996){let _0x154de3='';if(function(_0x531d9c){return _0x149981(_0x531d9c);}(_0x22c996)){for(const _0x698685 of _0x22c996['children'])_0x154de3+=this['renderNode'](_0x698685);}else{if(Hn(_0x22c996)){if(!_0x22c996['shouldBeStreamed'])return'';const _0x42a0b0=_0x22c996,_0x5ba020=Object['entries'](_0x42a0b0['attribs'])['map'](([_0x56ceec,_0x1dbb08])=>_0x56ceec+'=\x22'+_0x1dbb08+'\x22')['join']('\x20');_0x154de3+='<'+_0x42a0b0['tagName']+(_0x5ba020?'\x20'+_0x5ba020:'')+'>';for(const _0x416092 of ti(_0x42a0b0))_0x154de3+=this['renderNode'](_0x416092);_0x154de3+='</'+_0x42a0b0['tagName']+'>';}else{if(!Pn(_0x22c996))return'';if(!_0x22c996['shouldBeStreamed'])return'';!function(_0x384ebe){return!(!_0x384ebe['parent']||!Hn(_0x384ebe['parent']))&&(!!Dn['includes'](_0x384ebe['parent']['tagName'])&&!_0x475662(_0x384ebe)['match'](/^\s*[<>]\s*$/));}(_0x22c996)?_0x154de3+=_0x5286d3(_0x22c996):_0x154de3+=_0x5286d3(new _0x19163f('span',{'data-ck-html-streamer-word-chunk':'','style':this['options']['textNodeStyle']},[_0x22c996]));}}return _0x154de3;}['getParsedDocumentNodeList'](){const _0x56892b=[];return function(_0x46c238,_0x4b9858){const _0x382507=_0x8f365c=>{if(_0x4b9858(_0x8f365c),_0x8f365c instanceof _0x2a712f)for(let _0x330ea2=0x0;_0x330ea2<_0x8f365c['children']['length'];_0x330ea2++){const _0x44b806=_0x8f365c['children'][_0x330ea2];_0x382507(_0x44b806);}};for(let _0x2ac3a5=0x0;_0x2ac3a5<_0x46c238['children']['length'];_0x2ac3a5++)_0x382507(_0x46c238['children'][_0x2ac3a5]);}(this['document'],_0x2e16f2=>{if(Pn(_0x2e16f2)){const _0x4f2ce8=this['splitTextNodeIntoWordNodes'](_0x2e16f2);_0x4f2ce8['length']&&_0x56892b['push'](..._0x4f2ce8);}_0x2e16f2['isWordSplitSource']||_0x2e16f2['isWordSplitResult']||_0x56892b['push'](_0x2e16f2);}),_0x56892b;}['splitTextNodeIntoWordNodes'](_0x4f8038){if(_0x4f8038['isWordSplitSource']||_0x4f8038['isWordSplitResult'])return[];const _0x26c974=_0x475662(_0x4f8038)['match'](/(?:\s*\S+\s*)/g),_0x16e49a=[];if(_0x26c974&&_0x26c974['length']>0x1){for(const _0x5bc93a of _0x26c974){const _0x1dd468=new _0x297122(_0x5bc93a);_0x1dd468['isWordSplitResult']=!0x0,_0xe4cd1(_0x4f8038,_0x1dd468),_0x16e49a['push'](_0x1dd468);}_0x4f8038['isWordSplitSource']=!0x0,_0x5d7a74(_0x4f8038);}return _0x16e49a;}};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(_0x1d2835){return _0x59e3a7(_0x1d2835);}function Hn(_0x5560dc){return _0x3dcf78(_0x5560dc);}function Mn(_0x1ab558,_0x1be7b4){_0x1ab558['cleanUpAnimations']({'targetElement':_0x1be7b4}),_0x1be7b4['querySelectorAll']('[data-id]')['forEach'](_0x4a9998=>{_0x4a9998['removeAttribute']('data-id');});}var Vn=class extends _0x1e8352{['options'];['content']='';['htmlStreamer'];['children'];constructor(_0x4345e3){super();const _0x201565=this['bindTemplate'];this['set']('isDone',!0x1),this['set']('isVisible',!0x0),this['htmlStreamer']=new Ln(),this['options']=_0x4345e3,this['children']=this['createCollection'](),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__item',_0x201565['if']('isDone','ck-ai-chat__feed__item_done'),_0x201565['if']('isVisible','ck-hidden',_0xf0e0eb=>!_0xf0e0eb),'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'](_0x46bfe8,_0xe52d45,_0x1944cd){await this['htmlStreamer']['stream']({'document':_0x46bfe8,'targetElement':_0xe52d45,'abortSignal':_0x1944cd});}},Un=class extends _0x1e8352{['showChangesToggleView'];constructor(_0x270e04,_0x22f069){super(_0x270e04),this['set']('isShowChangesToggleVisible',!0x0),this['showChangesToggleView']=new Bn(_0x270e04),this['showChangesToggleView']['set']({'class':'ck-ai-suggestion__header__show-changes-toggle\x20ck-ai-chat-controls-button\x20'+cn,'label':ls(_0x270e04,'AI_SUGGESTION_BUTTON_SHOW_CHANGES'),'withText':!0x0}),this['showChangesToggleView']['isOn']=_0x22f069['showDiff'],this['showChangesToggleView']['bind']('isVisible')['to'](this,'isShowChangesToggleVisible'),this['showChangesToggleView']['bind']('icon')['to'](this['showChangesToggleView'],'isOn',_0x8af1b=>_0x8af1b?tt:_0x3b4365),this['showChangesToggleView']['on']('execute',()=>{this['showChangesToggleView']['isOn']=!this['showChangesToggleView']['isOn'],this['fire']('toggleShowChanges',{'isOn':this['showChangesToggleView']['isOn']});});const _0xe2fe1f=new Wt();_0xe2fe1f['content']=_0x5549b7,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__header',!0x1===_0x22f069['showHeader']?'ck-hidden':null]['filter'](Boolean)},'children':[_0xe2fe1f,{'tag':'span','children':[ls(_0x270e04,'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':_0x99610,'rejected':_0x4fad88,'outdated':_0x4fad88};var Fn=class extends _0x1e8352{['stateIconView'];constructor(_0x5ed82f){super(_0x5ed82f);const _0x59b8e3=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',_0x59b8e3['to']('state',_0x1b0c29=>'ck-ai-suggestion__content-part-state_'+_0x1b0c29),_0x59b8e3['if']('isVisible','ck-hidden',_0x182c5d=>!_0x182c5d)]},'children':[{'tag':'span','attributes':{'class':['ck-ai-suggestion__content-part-state__label']},'children':[{'text':_0x59b8e3['to']('state',_0x5954a1=>{switch(_0x5954a1){case'accepted':return ls(_0x5ed82f,'AI_SUGGESTION_CONTENT_PART_STATE_ACCEPTED');case'rejected':return ls(_0x5ed82f,'AI_SUGGESTION_CONTENT_PART_STATE_REJECTED');case'outdated':return ls(_0x5ed82f,'AI_SUGGESTION_CONTENT_PART_STATE_OUTDATED');}})}]},this['stateIconView']]});}['setState'](_0x1cacee){this['state']=_0x1cacee;}},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 _0x177211{['_applyButton'];['_suggestButton'];constructor(_0x254b87,_0x53b60b,_0x5af9f0){super(_0x254b87);const _0x408415=Boolean(_0x5af9f0);this['set']('isEnabled',!_0x408415),this['set']('isVisible',!0x0),this['set']('isTrackChangesOn',!0x1),this['class']='ck-ai-suggestion-content-part-toolbar';const _0x1c6e22=[];if(_0x408415){const _0x35079d=new Pt(_0x254b87);_0x35079d['set']({'label':ls(_0x254b87,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x220b4a}),_0x35079d['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}}),_0x1c6e22['push'](_0x35079d);}else{_0x53b60b['includes']('applySuggestion')&&(this['_applyButton']=new Pt(_0x254b87),this['_applyButton']['set']({'label':ls(_0x254b87,'AI_SUGGESTION_CONTENT_PART_APPLY'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x99610}),this['_applyButton']['bind']('isEnabled')['to'](this),this['_applyButton']['bind']('isVisible')['to'](this,'isTrackChangesOn',_0x5ad7fb=>!_0x5ad7fb),this['_applyButton']['on']('execute',()=>{this['fire']('applySuggestion');}),_0x1c6e22['push'](this['_applyButton'])),_0x53b60b['includes']('insertSuggestion')&&(this['_suggestButton']=new Pt(_0x254b87),this['_suggestButton']['set']({'label':ls(_0x254b87,'AI_SUGGESTION_CONTENT_PART_ADD_SUGGESTION'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x4b673d}),this['_suggestButton']['bind']('isEnabled')['to'](this),this['_suggestButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),_0x1c6e22['push'](this['_suggestButton']));const _0x5e2f16=new Pt(_0x254b87);_0x5e2f16['set']({'label':ls(_0x254b87,'AI_SUGGESTION_CONTENT_PART_REJECT'),'tooltip':!0x0,'tooltipPosition':'n','withText':!0x1,'icon':_0x4fad88}),_0x5e2f16['bind']('isEnabled')['to'](this),_0x5e2f16['on']('execute',()=>{this['fire']('rejectSuggestion');}),_0x1c6e22['push'](_0x5e2f16);}this['items']['addMany'](_0x1c6e22);const _0x30fb80=this['bindTemplate'];this['extendTemplate']({'attributes':{'class':[_0x30fb80['if']('isVisible','ck-hidden',_0x1599f2=>!_0x1599f2)]}});}['setButtonsVisibility']({showApplyButton:_0x194fca,showSuggestButton:_0x23a085}){this['_applyButton']&&(this['_applyButton']['isVisible']=_0x194fca),this['_suggestButton']&&(this['_suggestButton']['isVisible']=_0x23a085);}},Yn=class extends _0x1e8352{['toolbarView'];['stateView'];['titleLabelView'];['children'];constructor(_0x32fec3,{part:_0x2548e9,uiIndex:_0x10b5cf,availableActions:_0x57567d,areActionsDisabled:_0x431565}){super(_0x32fec3),this['set']('isEnabled',!0x0),this['set']('state','pending'),this['set']('isTrackChangesOn',!0x1),this['toolbarView']=new Wn(_0x32fec3,_0x57567d,_0x431565),this['toolbarView']['on']('rejectSuggestion',()=>{this['fire']('rejectSuggestion',{'index':_0x2548e9['index']});}),this['toolbarView']['on']('insertSuggestion',()=>{this['fire']('insertSuggestion',{'index':_0x2548e9['index']});}),this['toolbarView']['on']('applySuggestion',()=>{this['fire']('applySuggestion',{'index':_0x2548e9['index']});}),this['toolbarView']['bind']('isEnabled','isTrackChangesOn')['to'](this),this['stateView']=new Fn(_0x32fec3),this['titleLabelView']=new $n(_0x32fec3,_0x10b5cf),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',(_0x27514f,_0x267cd5,_0x303af4,_0x443470)=>{'pending'===_0x443470?this['children']['remove'](this['toolbarView']):this['children']['remove'](this['stateView']),'pending'===_0x303af4?this['children']['add'](this['toolbarView']):(this['stateView']['setState'](_0x303af4),this['children']['add'](this['stateView']));});}},$n=class extends _0x1e8352{constructor(_0x2b2002,_0x13b2ed){super(_0x2b2002),this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__body__content-part__title__label']},'children':[ls(_0x2b2002,'AI_SUGGESTION_CONTENT_PART_TITLE',_0x13b2ed['toString']())]});}},qn=class extends _0x1e8352{['htmlStreamer'];constructor(_0x55b55b){super(_0x55b55b),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:_0x3b7bea,renderingStrategy:_0x4942d0,abortSignal:_0x214263}){const _0x4c0760=_0x5c7833(_0x3b7bea['content'],!0x0);for(const _0x1aa798 of Ts(_0x4c0760))_0x5d7a74(_0x1aa798);'streaming'===_0x4942d0?await this['htmlStreamer']['stream']({'document':_0x4c0760,'targetElement':this['element'],'abortSignal':_0x214263}):_0x488cd9(this['element'],'<'+this['element']['tagName']+'>'+ps(_0x4c0760)+'</'+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 _0x1e8352{['_children'];['_headerView'];['_streamableContentView'];constructor(_0x1750d0,{part:_0x11831b,uiIndex:_0x555896,areActionsDisabled:_0x76b371,availableActions:_0x76fb94}){super(_0x1750d0);const _0x51b378=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 _0x5679ff=()=>{this['isEnabled']=this['isDone']&&'pending'==this['state']&&!_0x76b371;};this['on']('change:state',_0x5679ff),this['on']('change:isDone',_0x5679ff),_0x5679ff(),this['_children']=this['createCollection'](),this['_headerView']=new Yn(_0x1750d0,{'part':_0x11831b,'uiIndex':_0x555896,'availableActions':_0x76fb94,'areActionsDisabled':_0x76b371}),this['_headerView']['bind']('isEnabled','state','isTrackChangesOn')['to'](this),this['_headerView']['delegate'](...Nn)['to'](this),this['_streamableContentView']=new qn(_0x1750d0),this['_children']['addMany']([this['_headerView'],this['_streamableContentView']]),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__body__content-part',_0x51b378['to']('state',_0x3fa11d=>'ck-ai-suggestion__body__content-part_'+_0x3fa11d),_0x51b378['if']('isEnabled','ck-ai-suggestion__body__content-part_enabled'),_0x51b378['if']('isActive','ck-ai-suggestion__body__content-part_active'),_0x51b378['if']('isVisible','ck-hidden',_0x19f6ad=>!_0x19f6ad)]},'children':this['_children'],'on':{'mouseenter':_0x51b378['to'](()=>{this['isEnabled']&&this['fire']('mouseOverSuggestion',{'index':_0x11831b['index']});}),'mouseleave':_0x51b378['to'](()=>{this['isEnabled']&&this['fire']('mouseLeaveSuggestion',{'index':_0x11831b['index']});}),'click':_0x51b378['to'](_0xcf45c1=>{const _0x57c504=_0xcf45c1['target'];this['isEnabled']&&!this['_headerView']['toolbarView']['element']['contains'](_0x57c504)&&this['fire']('showChangeInText',{'index':_0x11831b['index']});})}});}async['updateContent']({part:_0x548b2a,showUnchangedParts:_0x42b3d9=!0x1,abortSignal:_0xccc84d}){this['partDefinition']=_0x548b2a,this['isVisible']=this['partDefinition']['hasChanges']||_0x42b3d9,this['isVisible']&&await this['_streamableContentView']['update']({'part':_0x548b2a,'renderingStrategy':'static','abortSignal':_0xccc84d});}['markAsDone'](){this['isDone']=!0x0;}},Xn=class extends _0x1e8352{constructor(_0x144652,_0x5a6488){super(_0x144652),this['set']('isVisible',!0x0),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-skeleton',this['bindTemplate']['if']('isVisible','ck-hidden',_0x30fe06=>!_0x30fe06)]},'children':this['_createSkeletonItems'](_0x5a6488)});}['_createSkeletonItems'](_0x3d1572){const _0x30fed6=['ck','ck-ai-skeleton__item'];return _0x3d1572['map'](_0x320176=>{let _0x1670d1='';switch(_0x320176['attributes']['align']){case'right':_0x1670d1='margin-left:\x20auto;\x20margin-right:\x200;\x20text-align:\x20right;';break;case'center':_0x1670d1='margin-left:\x20auto;\x20margin-right:\x20auto;\x20text-align:\x20center;';break;case'left':_0x1670d1='margin-left:\x200;\x20margin-right:\x20auto;\x20text-align:\x20left;';}return{'tag':_0x320176['tag'],'attributes':{'class':[..._0x30fed6,_0x320176['attributes']['class']?_0x320176['attributes']['class']:''],'style':'width:\x20'+_0x320176['attributes']['width']+';\x20height:\x20'+_0x320176['attributes']['height']+';'+_0x1670d1}};});}};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(_0x339f45,_0x1b6b4a,_0x27fccf,_0x5a2246){return new Array(_0x339f45)['fill'](null)['map'](()=>({'tag':'div','attributes':{'width':_0x1b6b4a,'height':_0x27fccf,'align':_0x5a2246}}));}const Jn=/* #__PURE__ -- @preserve */
|
|
33
|
+
lt();var Zn=class extends Jn{['queue']=[];['isProcessing']=!0x1;['_abortController'];async['enqueue'](_0x42623e){const _0x6fd28e=this['createTask'](_0x42623e);return this['queue']['push'](_0x6fd28e),this['_processQueue'](),_0x6fd28e['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(_0xcb074a=>{this['once']('_queueEmpty',()=>{_0xcb074a();});}):Promise['resolve']();}async['_processQueue'](){if(!this['isProcessing']){this['_abortController']=new AbortController(),this['isProcessing']=!0x0;try{for(;this['queue']['length']&&this['isProcessing'];){const _0x1a9307=this['queue']['shift']();try{await _0x1a9307['callback'](this['_abortController']['signal']),_0x1a9307['resolve']();}catch(_0x48c5b2){_0x1a9307['reject'](_0x48c5b2);}}}finally{this['isProcessing']=!0x1,this['_abortController']=void 0x0;}this['fire']('_queueEmpty');}}['createTask'](_0x566c04){let _0x20cbe0,_0x2202ff;const _0x330134=new Promise((_0x151e5d,_0x497576)=>{_0x20cbe0=_0x151e5d,_0x2202ff=_0x497576;});return{'callback':_0x566c04,'resolve':_0x20cbe0,'reject':_0x2202ff,'completePromise':_0x330134};}},tr=class extends Vn{constructor(_0x385a60){super(_0x385a60),this['extendTemplate']({'attributes':{'class':['ck-ai-notification','warning'===_0x385a60['level']?'ck-ai-notification_warning':'ck-ai-notification_error']}});}['render'](){super['render'](),this['setContent'](this['options']['initialContent']),this['markAsDone']();}['setContent'](_0x155e75){this['element']['innerHTML']=_0x155e75;}};const er=['applySuggestion','insertSuggestion'];var ir=class extends _0x1e8352{['_applyChangesButton'];['_insertSuggestionsButton'];['children'];constructor(_0x4a47ee,_0x9d8c35=[...er],_0x403016){super(_0x4a47ee);const _0x222b3c=this['bindTemplate'],_0x333148=Boolean(_0x403016);if(this['set']('isEnabled',!_0x333148),this['set']('isVisible',!0x1),this['set']('isTrackChangesOn',!0x1),this['children']=this['createCollection'](),_0x333148){const _0x21f1a3=new Pt(_0x4a47ee);_0x21f1a3['set']({'label':ls(_0x4a47ee,'AI_SUGGESTION_DISABLED_TOOLTIP_MESSAGE'),'tooltip':!0x0,'withText':!0x1,'icon':_0x220b4a}),_0x21f1a3['extendTemplate']({'attributes':{'data-cke-tooltip-class':'ck-ai-suggestion-content-part-disabled-actions-tooltip'}});const _0x64fb72=new _0x1e8352(_0x4a47ee);_0x64fb72['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-chat__feed__suggestion__actions__info'},'children':[{'tag':'p','children':[ls(_0x4a47ee,'AI_SUGGESTION_DISABLED_FEED_MESSAGE'),_0x21f1a3]}]}),this['children']['add'](_0x64fb72);}else this['_applyChangesButton']=new Pt(_0x4a47ee),this['_applyChangesButton']['set']({'label':ls(_0x4a47ee,'AI_CHAT_SUGGESTION_ACTION_APPLY_ALL'),'withText':!0x0,'type':'button','isVisible':_0x9d8c35['includes']('applySuggestion'),'class':an}),this['_insertSuggestionsButton']=new Pt(_0x4a47ee),this['_insertSuggestionsButton']['set']({'label':ls(_0x4a47ee,'AI_CHAT_SUGGESTION_ACTION_SUGGEST_ALL'),'withText':!0x0,'type':'button','isVisible':_0x9d8c35['includes']('insertSuggestion'),'class':hn}),this['_insertSuggestionsButton']['on']('execute',()=>{this['fire']('insertSuggestion');}),this['_applyChangesButton']['on']('execute',()=>{this['fire']('applySuggestion');}),[this['_applyChangesButton'],this['_insertSuggestionsButton']]['forEach'](_0x5ba1ab=>{_0x5ba1ab['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',_0x222b3c['if']('isVisible','ck-hidden',_0x36184a=>!_0x36184a)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_applyChangesButton']&&(this['_applyChangesButton']['isVisible']=!this['isTrackChangesOn']);});}['updateVisibility'](_0x505484){this['isVisible']=_0x505484;}['_switchButtonLabelsPlurality'](_0x20adf3){this['_applyChangesButton']&&this['_insertSuggestionsButton']&&(_0x20adf3?(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 _0x1e8352{['children'];['balloonPanelView'];['bodyCollection'];constructor(_0x2f55ca,_0x90a152){super(_0x2f55ca),this['bodyCollection']=_0x90a152,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',_0x10d2f4=>!_0x10d2f4)]},'children':this['children']});const _0x801da7=new _0x1e8352(this['locale']),_0x44a9dd=new Wt();_0x44a9dd['content']=ot,_0x801da7['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-sources__header']},'children':[_0x44a9dd,{'tag':'span','children':[{'text':ls(this['locale'],'AI_CHAT_SOURCES_HEADER')}]}]}),this['children']['add'](_0x801da7),this['_setupBalloonPanel'](_0x2f55ca);}['addSource'](_0x5913fc){this['children']['add'](new nr(this['locale'],_0x5913fc,this['balloonPanelView']));}['_setupBalloonPanel'](_0x3e09c2){this['balloonPanelView']=new Nt(_0x3e09c2),this['balloonPanelView']['extendTemplate']({'attributes':{'class':['ck-ai-web-source__tooltip-balloon']}}),this['bodyCollection']['add'](this['balloonPanelView']);}},nr=class extends Pt{['balloonPanelView'];['source'];constructor(_0x3fc9e3,_0x2a81c3,_0x3bf54e){super(_0x3fc9e3),this['source']=_0x2a81c3,this['balloonPanelView']=_0x3bf54e,this['set']({'label':_0x2a81c3['title'],'class':['ck\x20ck-ai-web-source'],'withText':!0x0});const _0x48b2f8=this['bindTemplate'];if(this['extendTemplate']({'on':{'click':_0x48b2f8['to'](()=>{window['open'](_0x2a81c3['url'],'_blank');}),'mouseenter':_0x48b2f8['to'](()=>{this['_showTooltip']();}),'mouseleave':_0x48b2f8['to'](()=>{this['_hideTooltip']();})}}),_0x2a81c3['favicon']){const _0x3034b8=new _0x1e8352(_0x3fc9e3);_0x3034b8['setTemplate']({'tag':'img','attributes':{'src':_0x2a81c3['favicon']||ot,'alt':_0x2a81c3['title'],'class':['ck-ai-web-source__image']}}),this['children']['add'](_0x3034b8);}else this['set']('icon',ot);}['_createTooltipContentView'](_0x356808,_0x4c0863){const _0x13027f=new _0x1e8352(_0x356808),_0x455d15=[];let _0x11eeb9;_0x4c0863?.['favicon']?(_0x11eeb9=new _0x1e8352(_0x356808),_0x11eeb9['setTemplate']({'tag':'img','attributes':{'src':_0x4c0863['favicon'],'alt':_0x4c0863['title'],'class':['ck-ai-web-source__tooltip-image']}})):(_0x11eeb9=new Wt(),_0x11eeb9['content']=ot,_0x11eeb9['extendTemplate']({'attributes':{'alt':_0x4c0863['title'],'class':['ck-ai-web-source__tooltip-image']}})),_0x455d15['push'](_0x11eeb9);const _0x181deb=new _0x1e8352(_0x356808);_0x181deb['setTemplate']({'tag':'a','attributes':{'class':['ck-ai-web-source__tooltip-url'],'href':_0x4c0863['url']},'children':[{'text':new URL(_0x4c0863['url'])?.['hostname']}]}),_0x455d15['push'](_0x181deb);const _0x5b9779=new _0x1e8352(_0x356808);_0x5b9779['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-web-source__tooltip-row']},'children':_0x455d15});const _0xe882b8=new _0x1e8352(_0x356808);return _0xe882b8['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-web-source__tooltip-row','ck-ai-web-source__tooltip-title']},'children':[{'text':_0x4c0863['title']['length']>0x190?_0x4c0863['title']['substring'](0x0,0x190)+'...':_0x4c0863['title']}]}),_0x13027f['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-web-source__tooltip']},'children':[_0x5b9779,_0xe882b8]}),_0x13027f;}['_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 _0x1679e1=this['_createTooltipContentView'](this['locale'],this['source']);this['balloonPanelView']['content']['add'](_0x1679e1);}},rr=class extends _0x1e8352{['_actionsView'];['_sourcesView'];['_children'];['_skeletonView'];['_showSkeletonDebounced']=_0x173d8f(()=>{this['_skeletonView']['isVisible']=!0x0,this['_skeletonShownAt']=Date['now']();},0x3e8);['_skeletonShownAt']=null;['_areActionsDisabled'];['_showUnchangedParts'];['_updateContentPartsPromiseQueue'];['_emptyPartsWarningView'];['_availableActions'];['_cachedContentParts']=[];constructor(_0x16cba0,_0x4733bd){super(_0x16cba0);const {areActionsDisabled:_0x248566,showUnchangedParts:_0x265814,availableActions:_0x25f88d}=_0x4733bd;this['_areActionsDisabled']=_0x248566,this['_showUnchangedParts']=_0x265814,this['_availableActions']=_0x25f88d,this['set']('hasPendingParts',!0x1),this['set']('isTrackChangesOn',!0x1),this['_children']=this['createCollection'](),this['_skeletonView']=new Xn(_0x16cba0,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(_0x16cba0,'AI_SUGGESTION_EMPTY_PART_WARNING'),'level':'warning'}),this['_emptyPartsWarningView']['isVisible']=!0x1,this['_actionsView']=new ir(_0x16cba0,_0x4733bd['availableActions'],this['_areActionsDisabled']),this['_actionsView']['bind']('isTrackChangesOn')['to'](this),this['_sourcesView']=new sr(this['locale'],_0x4733bd['bodyCollection']),_0x4733bd['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'](_0x3d35e8=>_0x3d35e8 instanceof Qn);}async['updateContentParts']({parts:_0x43d0cc,abortSignal:_0x2412da,skipLoadingEffects:_0x2e4705}){this['_cachedContentParts']['length']?_0x43d0cc['forEach'](_0x1da6e5=>{const _0x581763=this['_cachedContentParts']['findIndex'](_0x1b93d8=>_0x1b93d8['index']==_0x1da6e5['index']);-0x1===_0x581763?this['_cachedContentParts']['push'](_0x1da6e5):this['_cachedContentParts'][_0x581763]=_0x1da6e5;}):this['_cachedContentParts']=_0x43d0cc;const _0x16d713=this['_showUnchangedParts']?_0x43d0cc:_0x43d0cc['filter'](_0x578d27=>_0x578d27['hasChanges']);this['_actionsView']['_switchButtonLabelsPlurality'](_0x16d713['length']>0x1),_0x2e4705&&(this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1);for(const _0x805b33 of _0x16d713)this['_updateContentPartsPromiseQueue']['enqueue'](async _0x37cdfb=>{let _0x28f5e8=this['getPartView'](_0x805b33['index']);if(!_0x28f5e8){if(_0x28f5e8=new Qn(this['locale'],{'part':_0x805b33,'uiIndex':this['_contentPartViews']['length']+0x1,'areActionsDisabled':this['_areActionsDisabled'],'availableActions':this['_availableActions']}),_0x28f5e8['delegate'](...Nn)['to'](this),_0x28f5e8['bind']('isTrackChangesOn')['to'](this),!_0x2e4705&&(this['_showSkeletonDebounced']['cancel'](),await this['_awaitMinimumSkeletonDisplayTime'](_0x37cdfb),_0x37cdfb['aborted']))return;this['_skeletonView']['isVisible']=!0x1,this['_children']['add'](_0x28f5e8,this['_children']['length']-0x1),this['hasPendingParts']=!0x0,_0x2e4705||this['_showSkeletonDebounced']();}await _0x28f5e8['updateContent']({'part':_0x805b33,'showUnchangedParts':this['_showUnchangedParts'],'abortSignal':_0x37cdfb}),_0x28f5e8['markAsDone']();});return _0x2412da?.['addEventListener']('abort',()=>{this['_updateContentPartsPromiseQueue']['abort'](),this['_showSkeletonDebounced']['cancel'](),this['_skeletonView']['isVisible']=!0x1;}),this['_updateContentPartsPromiseQueue']['queueEmptyPromise'];}['updatePartState'](_0x161166,_0x2f4a14){const _0x179a82=this['getPartView'](_0x161166);_0x179a82&&(_0x179a82['state']=_0x2f4a14),this['hasPendingParts']='pending'==_0x2f4a14||this['_contentPartViews']['some'](_0x37629d=>'pending'==_0x37629d['state']);}['setPartActive'](_0x49e1a7,_0x46d56c){if(!0x1===_0x49e1a7){for(const _0x3336f5 of this['_contentPartViews'])_0x3336f5['isActive']=!0x1;}else{const _0x1154d9=this['getPartView'](_0x49e1a7);_0x1154d9&&(_0x1154d9['isActive']=_0x46d56c);}}['updateSources'](_0x250835){_0x250835['forEach'](_0x3e71c2=>this['_sourcesView']['addSource'](_0x3e71c2)),this['_sourcesView']['isVisible']=!0x0;}['getPartView'](_0x321f45){return this['_contentPartViews']['find'](_0x18826a=>_0x18826a['partDefinition']['index']==_0x321f45)??null;}['markAsDone'](){if(!this['_showUnchangedParts']){const _0x9863f9=!this['_cachedContentParts']['find'](({hasChanges:_0x18d018})=>_0x18d018),_0x35d27c=!!this['_cachedContentParts']['find'](({hasChanges:_0x1ea8b4})=>!_0x1ea8b4);this['_emptyPartsWarningView']['isVisible']=0x0==this['_contentPartViews']['length']||_0x35d27c,_0x9863f9?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'](_0x6d9b03=>_0x6d9b03['markAsDone']()),this['_skeletonView']['isVisible']=!0x1,this['_showSkeletonDebounced']['cancel'](),this['_actionsView']['updateVisibility'](this['hasNonEmptyParts']);}async['_awaitMinimumSkeletonDisplayTime'](_0x38d234){if(!this['_skeletonView']['isVisible']||null===this['_skeletonShownAt'])return;const _0x904cc8=0x3e8-(Date['now']()-this['_skeletonShownAt']);if(this['_skeletonShownAt']=null,_0x904cc8>0x0){const {promise:_0x5d6df9,abortController:_0x43addf}=xn(_0x904cc8);_0x38d234?.['addEventListener']('abort',()=>_0x43addf['abort']()),await _0x5d6df9['catch'](()=>{});}}get['hasNonEmptyParts'](){return this['_contentPartViews']['filter'](_0x3c8803=>_0x3c8803['partDefinition']['hasChanges'])['length']>0x0;}},or=class extends _0x1e8352{['bodyView'];['children'];['headerView'];constructor(_0x2da491,_0x21a5f5,_0x3a0576){super(_0x2da491);const {showDiff:_0xaeebff,areActionsDisabled:_0x2eddc0,showUnchangedParts:_0x3d39cf,availableActions:_0x32ca07}=_0x21a5f5;this['set']('isTrackChangesOn',!0x1),this['set']('areChangesVisible',!0x1),this['children']=this['createCollection'](),this['headerView']=new Un(_0x2da491,{'showDiff':_0xaeebff}),this['headerView']['on']('toggleShowChanges',(_0x3fcc0e,_0x3c99bc)=>{this['areChangesVisible']=_0x3c99bc['isOn'],this['fire']('toggleSuggestionDisplayMode',{'showDiff':_0x3c99bc['isOn']});}),this['children']['add'](this['headerView']),this['bodyView']=new rr(_0x2da491,{'areActionsDisabled':_0x2eddc0,'showUnchangedParts':!!_0x3d39cf,'availableActions':_0x32ca07,'bodyCollection':_0x3a0576}),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'](_0x223db4){await this['bodyView']['updateContentParts'](_0x223db4);}['updateSources'](_0x144798){this['bodyView']['updateSources'](_0x144798);}['markAsDone'](){this['bodyView']['markAsDone'](),this['headerView']&&(this['headerView']['isShowChangesToggleVisible']=this['bodyView']['hasNonEmptyParts']);}},ar=class extends Vn{['containerView'];constructor(_0x1e83e8,_0x27a4b3,_0x49fc1c){super(_0x27a4b3),this['set']('isTrackChangesOn',!0x1),this['containerView']=new or(_0x1e83e8,{'showDiff':_0x27a4b3['showDiff'],'areActionsDisabled':_0x27a4b3['areActionsDisabled'],'availableActions':_0x27a4b3['availableActions']},_0x49fc1c),this['containerView']['on']('toggleSuggestionDisplayMode',(_0x19b312,_0x2d0265)=>{this['fire']('toggleSuggestionDisplayMode',{'replyId':this['options']['id'],'showDiff':_0x2d0265['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',(_0x3fb726,{index:_0x33fd47})=>{this['fire']('showChangeInText',{'replyId':this['options']['id'],'partIndex':_0x33fd47});}),this['containerView']['on']('applySuggestion',(_0x2d16bc,{index:_0x31041f}={})=>{this['fire']('applySuggestion',{'replyId':this['options']['id'],'partIndex':_0x31041f});}),this['containerView']['on']('insertSuggestion',(_0x255703,{index:_0x2d54ec}={})=>{this['fire']('insertSuggestion',{'replyId':this['options']['id'],'partIndex':_0x2d54ec});}),this['containerView']['on']('rejectSuggestion',(_0x268d49,{index:_0x533095})=>{this['fire']('rejectSuggestion',{'replyId':this['options']['id'],'partIndex':_0x533095});}),this['containerView']['on']('mouseOverSuggestion',(_0x3ed947,{index:_0x3bbe88})=>{this['fire']('mouseOverSuggestion',{'replyId':this['options']['id'],'partIndex':_0x3bbe88});}),this['containerView']['on']('mouseLeaveSuggestion',(_0x416f2f,{index:_0x1b4382})=>{this['fire']('mouseLeaveSuggestion',{'replyId':this['options']['id'],'partIndex':_0x1b4382});}),this['children']['addMany']([this['containerView']]),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-suggestion']}});}async['updateContent'](_0x4cb114){await this['containerView']['updateContent'](_0x4cb114);}['updatePartState'](_0x1f6d63,_0xf48f60){this['containerView']['bodyView']['updatePartState'](_0x1f6d63,_0xf48f60);}['setPartActive'](_0x2319cf,_0x5e95ed){!0x1===_0x2319cf?this['containerView']['bodyView']['setPartActive'](!0x1):this['containerView']['bodyView']['setPartActive'](_0x2319cf,_0x5e95ed);}['updateSources'](_0x4a2bc9){this['containerView']['updateSources'](_0x4a2bc9);}['getPartView'](_0x197161){return this['containerView']['bodyView']['getPartView'](_0x197161);}['markAsDone'](){super['markAsDone'](),this['containerView']['markAsDone']();}},hr=class extends Vn{['replyContainer'];['_bodyCollection'];constructor(_0x27e879,_0x1bbdca,_0x5b06c8){super(_0x1bbdca),this['_bodyCollection']=_0x5b06c8,this['locale']=_0x27e879,this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__ai-reply']}}),this['replyContainer']=new _0x1e8352(),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:_0x413d82,renderingStrategy:_0x3091d1,abortSignal:_0x54ad73}){'streaming'===_0x3091d1?await this['streamIntoElement'](_0x413d82,this['replyContainer']['element'],_0x54ad73):this['replyContainer']['element']['innerHTML']=_0x5286d3(_0x413d82);}['updateSources'](_0x2bd1dc){const _0x25427e=new sr(this['locale'],this['_bodyCollection']);_0x25427e['children']['addMany'](_0x2bd1dc['map'](_0x34f626=>new nr(this['locale'],_0x34f626,_0x25427e['balloonPanelView']))),_0x25427e['isVisible']=!0x0,this['children']['add'](_0x25427e);}},cr=class extends _0xc9ae37{constructor(_0x562e3a=void 0x0){super();const _0x32abe7=_0x562e3a?'ck-ai-spinner_'+_0x562e3a:'';this['extendTemplate']({'tag':'span','attributes':{'class':['ck-ai-spinner',_0x32abe7]}});}};const lr={'file':_0x5807c5,'image':_0x566c8e,'document':_0x5549b7,'web-resource':_0x368e79,'text':_0x5807c5,'selection':_0x129906,'mcp-tool-context':_0x5549b7},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(_0x14a6d0,_0x201571,_0x20de77,_0x16e10b,_0x320e83=!0x1){super(_0x14a6d0),this['_isAnimationOnEnterEnabled']=_0x16e10b,this['_initializeProperties'](_0x201571,_0x20de77,_0x320e83),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'](_0x3d90ec,_0x300f85,_0x1e525a){this['set']('label',_0x3d90ec['label']),this['set']('tooltip',!0x0),this['set']('itemType',_0x3d90ec['type']),this['set']('id',_0x3d90ec['uiId']),this['set']('readonly',_0x300f85),this['set']('isLoading',_0x1e525a);}['_setupTemplate'](){const _0x1daa3f=this['_createIconView'](),_0x352082=this['_createRemoveButton'](),_0x3161f6=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':this['_createTemplateAttributes'](_0x3161f6),'children':this['_createTemplateChildren'](_0x1daa3f,_0x352082,_0x3161f6)});}['_createTemplateAttributes'](_0x3d9432){return{'class':[ur,_0x3d9432['if']('itemType',_r,_0x5754b0=>'document'==_0x5754b0),_0x3d9432['if']('itemType',dr,_0x323bb9=>'selection'==_0x323bb9)],'data-cke-tooltip-text':_0x3d9432['to']('label',Er),'data-cke-tooltip-position':pr,'data-cke-tooltip-class':Ir};}['_createTemplateChildren'](_0x329cfb,_0x51ecc3,_0x1f1e88){const _0x1d4ec5=this['_createLabelElement'](_0x1f1e88),_0x3caf5c=this['_createLoaderIcon']();return this['readonly']?[_0x329cfb,_0x1d4ec5]:[_0x329cfb,_0x3caf5c,_0x1d4ec5,_0x51ecc3];}['_createLabelElement'](_0x925168){return{'tag':'span','attributes':{'class':gr},'children':[{'text':_0x925168['to']('label')}]};}['_createRemoveButton'](){const _0x5a5cc6=new Pt(this['locale']);return _0x5a5cc6['set']({'label':ls(this['locale'],'AI_CHAT_CONTEXT_REMOVE_FROM_CONTEXT'),'icon':_0x556600}),this['_setupRemoveButtonEvent'](_0x5a5cc6),_0x5a5cc6;}['_setupRemoveButtonEvent'](_0x361856){_0x361856['on']('execute',()=>{this['fire']('removeContextItemChip',this['id']);});}['_createIconView'](){const _0x2f14a1=this['bindTemplate'],_0x568bd9=new Wt();return _0x568bd9['content']=lr[this['itemType']],_0x568bd9['extendTemplate']({'attributes':{'class':[Ar,_0x2f14a1['if']('isLoading','ck-hidden',_0x105d67=>_0x105d67)]}}),_0x568bd9;}['_handleAnimationEndOnce'](_0x484ee7,_0x1e6644){if(!_0x484ee7)return;const _0x29652d=()=>{_0x1e6644(),_0x484ee7['removeEventListener']('animationend',_0x29652d),_0x484ee7['removeEventListener']('webkitAnimationEnd',_0x29652d);};_0x484ee7['addEventListener']('animationend',_0x29652d),_0x484ee7['addEventListener']('webkitAnimationEnd',_0x29652d);}['_createLoaderIcon'](){const _0xd632cc=new cr('small');return _0xd632cc['bind']('isVisible')['to'](this,'isLoading',_0x31e315=>_0x31e315),_0xd632cc;}};function Er(_0x1a5292){if(!_0x1a5292)return _0x1a5292;if(_0x1a5292['length']<=0x78)return _0x1a5292;const _0x5a3ff3=_0x1a5292['slice'](0x0,0x78),_0x24a552=_0x5a3ff3['lastIndexOf']('\x20');return(_0x24a552>0x0?_0x5a3ff3['slice'](0x0,_0x24a552):_0x5a3ff3)+'…';}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(_0xd90cb3,_0x3d9ea9,_0x120798,_0x2f67f8,_0x4984bc){this['_locale']=_0xd90cb3,this['_visibleChips']=_0x3d9ea9,this['_config']={...Tr,..._0x120798,'cssClasses':{'controlsButton':'','calculationContainer':'ck-calculation-container',..._0x120798['cssClasses']}},this['_overflowChips']=new ht(),this['_bodyCollection']=_0x2f67f8,this['_parentView']=_0x4984bc||null;}['setContainerElement'](_0x58b2bf){this['_intersectionObserver']&&(this['_intersectionObserver']['disconnect'](),this['_intersectionObserver']=null),this['_containerElement']=_0x58b2bf,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 _0x1b2dfd=[...this['_visibleChips'],...this['_overflowChips']],_0x9246ca=this['_createCalculationContainer'](),_0x5a9492=this['_calculateOverflowInContainer'](_0x9246ca,_0x1b2dfd),_0x4df12e=_0x9246ca['_ancestorsToRestore'];_0x4df12e&&this['_restoreAncestorVisibility'](_0x4df12e),_0x9246ca['remove'](),this['_applyOverflowResults'](_0x1b2dfd,_0x5a9492);}['_createShowMoreButton'](){this['_showMoreButtonView']=this['_createShowMoreButtonView'](),this['_showMoreBalloonPanelView']=this['_createShowMoreBalloonPanelView'](),this['_showMoreButtonView']['render'](),this['_containerElement']['appendChild'](this['_showMoreButtonView']['element']),this['_showMoreButtonView']['on']('execute',()=>{this['_handleShowMoreButtonClick']();}),_0x262419({'emitter':this['_showMoreBalloonPanelView'],'contextElements':[this['_showMoreBalloonPanelView']['element'],this['_showMoreButtonView']['element']],'callback':()=>this['hideBalloonPanel'](),'activator':()=>this['_showMoreButtonView']['isOn']});}['_createShowMoreButtonView'](){const _0x1cc7c4=new Pt(this['_locale']);_0x1cc7c4['set']({'label':'','withText':!0x0,'isToggleable':!0x0});const _0x2e6e24=[this['_config']['cssClasses']['showMoreButton']];return this['_config']['cssClasses']['controlsButton']&&_0x2e6e24['push'](this['_config']['cssClasses']['controlsButton']),_0x1cc7c4['extendTemplate']({'attributes':{'class':_0x2e6e24}}),_0x1cc7c4;}['_createShowMoreBalloonPanelView'](){const _0x527c6d=new Nt(this['_locale']);return _0x527c6d['extendTemplate']({'attributes':{'class':this['_config']['cssClasses']['showMoreBalloon']}}),this['_bodyCollection']['add'](_0x527c6d),_0x527c6d;}['_updateBalloonContent'](){if(this['_showMoreBalloonPanelView']&&(this['_showMoreBalloonPanelView']['content']['clear'](),this['_overflowChips']['length']>0x0)){this['_overflowChips']['forEach'](_0x43a4fd=>{_0x43a4fd['disableAnimationOnEnter']();});const _0x217d2c=new _0x1e8352(this['_locale']);_0x217d2c['setTemplate']({'tag':'div','attributes':{'class':this['_config']['cssClasses']['overflowContainer']},'children':this['_overflowChips']}),this['_showMoreBalloonPanelView']['content']['add'](_0x217d2c);}}['_handleShowMoreButtonClick'](){this['_showMoreButtonView']['isOn']?this['hideBalloonPanel']():this['showBalloonPanel']();}['_updateShowMoreButtonVisibility'](){const _0xbf09ca=this['_overflowChips']['length']>0x0;this['_showMoreButtonView']?.['element']&&(this['_showMoreButtonView']['element']['style']['display']=_0xbf09ca?'':'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'](_0x5b5d58){const _0x2d6d06=this['_containerElement']?.['tagName']['toLowerCase']()||'div',_0x8b910e=this['_containerElement']?.['classList'];if(_0x8b910e){const _0x46f588=_0x8b910e[0x0]||'',_0x5a8cc7=_0x5b5d58['querySelector']('.'+_0x46f588),_0x438abe=_0x5b5d58['querySelector'](_0x2d6d06);return _0x5a8cc7||_0x438abe||_0x5b5d58;}return _0x5b5d58['querySelector'](_0x2d6d06)||_0x5b5d58;}['_calculateContainerWidth'](){const _0x13d70c=this['_parentView']?.['element']||this['_containerElement'];if(!_0x13d70c)return wr;const _0x314f5a=window['getComputedStyle'](_0x13d70c)['width'];if('auto'===_0x314f5a||'0px'===_0x314f5a||!_0x314f5a){const _0x3ebb67=_0x13d70c['parentElement'];if(_0x3ebb67){const _0x43d17e=window['getComputedStyle'](_0x3ebb67);return'auto'!==_0x43d17e['width']?_0x43d17e['width']:wr;}return wr;}return _0x314f5a;}['_applyCalculationStyles'](_0x5c752d,_0x38aa8d){this['_config']['cssClasses']['calculationContainer']&&_0x5c752d['classList']['add'](this['_config']['cssClasses']['calculationContainer']),_0x5c752d['style']['width']=_0x38aa8d,_0x5c752d['style']['position']='absolute',_0x5c752d['style']['top']='-9999px',_0x5c752d['style']['left']='-9999px',_0x5c752d['style']['opacity']='0',_0x5c752d['style']['pointerEvents']='none',_0x5c752d['style']['zIndex']='-1',_0x5c752d['style']['visibility']='visible\x20!important',_0x5c752d['style']['display']='block\x20!important',_0x5c752d['style']['boxSizing']='border-box';}['_restoreAncestorVisibility'](_0x1986d0){_0x1986d0['forEach'](({element:_0x16c7ae,originalDisplay:_0x13b6f3,originalVisibility:_0x32c171})=>{_0x16c7ae['style']['display']=_0x13b6f3,_0x16c7ae['style']['visibility']=_0x32c171;});}['_makeAncestorsVisible'](_0x5c3939){const _0x103bb9=[];let _0x982422=_0x5c3939;for(;_0x982422&&_0x982422!==document['body'];){const _0x3172df=window['getComputedStyle'](_0x982422);'none'!==_0x3172df['display']&&'hidden'!==_0x3172df['visibility']||(_0x103bb9['push']({'element':_0x982422,'originalDisplay':_0x982422['style']['display'],'originalVisibility':_0x982422['style']['visibility']}),_0x982422['style']['display']='block',_0x982422['style']['visibility']='visible'),_0x982422=_0x982422['parentElement'];}return _0x103bb9;}['_createContainerElements'](){let _0x232032,_0x6a75fc;return this['_parentView']?.['element']?(_0x232032=this['_parentView']['element']['cloneNode'](!0x0),_0x6a75fc=this['_findTargetContainer'](_0x232032)):(_0x232032=document['createElement']('div'),_0x6a75fc=_0x232032),{'calculationContainer':_0x232032,'targetContainer':_0x6a75fc};}['_createCalculationContainer'](){const {calculationContainer:_0x3d5818,targetContainer:_0x43eeed}=this['_createContainerElements'](),_0x2b8798=this['_calculateContainerWidth']();this['_applyCalculationStyles'](_0x3d5818,_0x2b8798);const _0x3df47c=(this['_parentView']?.['element']||this['_containerElement'])?.['parentElement'];_0x3df47c?_0x3df47c['appendChild'](_0x3d5818):document['body']['appendChild'](_0x3d5818),_0x3d5818['_targetContainer']=_0x43eeed;const _0x484e6a=this['_makeAncestorsVisible'](_0x3df47c||null);return _0x3d5818['offsetWidth'],_0x3d5818['_ancestorsToRestore']=_0x484e6a,_0x3d5818;}['_calculateOverflowInContainer'](_0x22cbd6,_0x41b624){const _0x43cc65=_0x22cbd6['_targetContainer']||_0x22cbd6,_0xf53ffc=[],{rowCount:_0x206f60}=this['_renderChipsAndCountRows'](_0x43cc65,_0x41b624);if(_0x206f60<=this['_config']['maxVisibleRows'])return _0xf53ffc;const _0x23aff8=_0x41b624['slice']();for(;_0x23aff8['length']>0x0;){if(this['_testButtonFit'](_0x22cbd6,_0x43cc65,_0x23aff8)){const _0x393ae2=_0x41b624['filter'](_0x1468c6=>!_0x23aff8['includes'](_0x1468c6));_0xf53ffc['push'](..._0x393ae2);break;}if(!_0x23aff8['pop']())break;}return _0xf53ffc;}['_renderChipsAndCountRows'](_0x2e4def,_0xdf55ea){_0x2e4def['innerHTML']='',_0xdf55ea['forEach'](_0x1bf261=>{if(_0x1bf261['element']){const _0x2b1b69=_0x1bf261['element']['cloneNode'](!0x0);_0x2e4def['appendChild'](_0x2b1b69);}}),_0x2e4def['offsetWidth'];const _0xfd3906=_0x2e4def['children'],_0x4e26e1=[];return Array['from'](_0xfd3906)['forEach'](_0x448499=>{const _0x384711=_0x448499['getBoundingClientRect']()['top'];_0x4e26e1['some'](_0x1f3d97=>Math['abs'](_0x1f3d97-_0x384711)<this['_config']['rowDetectionTolerance'])||_0x4e26e1['push'](_0x384711);}),{'rowCount':_0x4e26e1['length']};}['_createMockButton'](){const _0x2434d8=document['createElement']('button');return _0x2434d8['className']=this['_config']['cssClasses']['showMoreButton'],this['_config']['cssClasses']['controlsButton']&&_0x2434d8['classList']['add'](this['_config']['cssClasses']['controlsButton']),_0x2434d8['textContent']='+\x201',_0x2434d8;}['_testButtonFit'](_0x5007fa,_0x2634b0,_0x3497f1){this['_renderChipsAndCountRows'](_0x2634b0,_0x3497f1);const _0x3387d5=this['_createMockButton']();_0x5007fa['appendChild'](_0x3387d5),_0x5007fa['offsetWidth'];const _0xea6caf=[..._0x2634b0['children'],_0x3387d5],_0x442ecb=[];_0xea6caf['forEach'](_0x14700a=>{const _0x308d64=_0x14700a['getBoundingClientRect']()['top'];_0x442ecb['some'](_0x544fdf=>Math['abs'](_0x544fdf-_0x308d64)<this['_config']['rowDetectionTolerance'])||_0x442ecb['push'](_0x308d64);});const _0x48f2d4=_0x442ecb['length'];return _0x3387d5['remove'](),_0x48f2d4<=this['_config']['maxVisibleRows'];}['_distributeChips'](_0x42e934,_0x2db90f){this['_visibleChips']['clear'](),this['_overflowChips']['clear'](),_0x42e934['forEach'](_0x519368=>{_0x2db90f['includes'](_0x519368)?this['_overflowChips']['add'](_0x519368):this['_visibleChips']['add'](_0x519368);});}['_updateOverflowUI'](_0x47ec05){if(_0x47ec05>0x0&&!this['_showMoreButtonView']&&this['_createShowMoreButton'](),_0x47ec05>0x0&&this['_showMoreButtonView']){const _0x561bf9=''+this['_config']['showMoreLabelPrefix']+(_0x47ec05<0x63?_0x47ec05:'99');this['_showMoreButtonView']['label']=_0x561bf9;}this['_updateBalloonContent'](),this['_updateShowMoreButtonVisibility'](),this['_repinBalloonPanel']();}['_applyOverflowResults'](_0x31ceb8,_0x4ec5be){this['_distributeChips'](_0x31ceb8,_0x4ec5be),this['_updateOverflowUI'](_0x4ec5be['length']);}['_setupVisibilityObserver'](){this['_containerElement']&&'undefined'!=typeof IntersectionObserver&&(this['_intersectionObserver']=new IntersectionObserver(_0x4ac293=>{_0x4ac293[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 _0x203769=this['_containerElement']['getBoundingClientRect']();if(0x0===_0x203769['width']||0x0===_0x203769['height'])return!0x1;const _0x304699=window['innerHeight']||document['documentElement']['clientHeight'],_0x792b6c=window['innerWidth']||document['documentElement']['clientWidth'];return _0x203769['bottom']>=-0xc8&&_0x203769['top']<=_0x304699+0xc8&&_0x203769['right']>=-0xc8&&_0x203769['left']<=_0x792b6c+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 _0x1e8352{['_contextChips']=this['createCollection']();['_overflowManager'];['_bodyCollection'];constructor(_0x157a5c,_0x52df76,_0x153daa){super(_0x157a5c),this['_bodyCollection']=_0x153daa,this['_createContextChips'](_0x52df76);const _0x4f4ee3={'cssClasses':{'showMoreButton':Or+'\x20'+cn,'showMoreBalloon':vr,'overflowContainer':Sr,'controlsButton':Rr}};this['_overflowManager']=new Cr(_0x157a5c,this['_contextChips'],_0x4f4ee3,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 _0x374791=this['element']['querySelector']('.'+br);_0x374791&&(this['_overflowManager']['setContainerElement'](_0x374791),this['_overflowManager']['reorganizeChips']());}['destroy'](){super['destroy'](),this['_overflowManager']['destroy']();}['_createContextChips'](_0x13225f){for(const _0xfd3343 of _0x13225f){const _0x31f164=new mr(this['locale'],_0xfd3343,!0x0,!0x1);this['_contextChips']['add'](_0x31f164);}}},Nr=class extends Vn{['_contextChipsView']=null;['_locale'];['_bodyCollection'];['_messageContentView'];constructor(_0x45bece,_0x1de19b,_0xae0dcd){super(_0x1de19b),this['_locale']=_0x45bece,this['_bodyCollection']=_0xae0dcd,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'](_0x271c92=>!_0x271c92['hidden']),this['_bodyCollection']),this['_contextChipsView']['extendTemplate']({'attributes':{'class':'ck-ai-chat__feed__context-chips'}}),this['children']['add'](this['_contextChipsView']));}['_createMessageContentView'](){this['_messageContentView']=new _0x1e8352(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(_0x6368e2,_0x6df30d){super(_0x6df30d);const {isWebSearchEnabled:_0x1185d5,isReasoningEnabled:_0x4de76d}=_0x6df30d['capabilities'],_0x3f8f92=[];let _0x5768f8='';_0x1185d5&&_0x4de76d?(_0x5768f8=ls(_0x6368e2,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH_REASONING'),_0x3f8f92['push'](xr(ot)),_0x3f8f92['push'](xr(_0x430e8f))):_0x1185d5?(_0x5768f8=ls(_0x6368e2,'AI_CHAT_FEED_REPLY_ITEM_USED_WEB_SEARCH'),_0x3f8f92['push'](xr(ot))):_0x4de76d&&(_0x5768f8=ls(_0x6368e2,'AI_CHAT_FEED_REPLY_ITEM_USED_REASONING'),_0x3f8f92['push'](xr(_0x430e8f))),this['extendTemplate']({'attributes':{'class':['ck-ai-chat__feed__interaction-header',_0x5768f8?'':'ck-hidden']}});const _0x189c37=new _0x1e8352();_0x189c37['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__interaction-header__capabilities']},'children':[..._0x3f8f92,{'tag':'span','attributes':{'class':['ck-ai-chat__feed__interaction-header__capabilities__text']},'children':[_0x5768f8]}]}),this['children']['add'](_0x189c37),this['capabilities']=_0x6df30d['capabilities'];}};function xr(_0x3372b8){const _0xe844fe=new Wt();return _0xe844fe['content']=_0x3372b8,_0xe844fe;}const Lr=['wheel','touchstart','pointerdown','keydown'],Dr=['ArrowUp','ArrowDown','PageUp','PageDown','Home','End','\x20'];var Pr=class{['element'];['animationFrameId'];['isRunning'];['abortController'];['isUserPaused'];['scrollBehavior'];constructor(_0x3827fc){this['element']=_0x3827fc,this['animationFrameId']=null,this['isRunning']=!0x1,this['abortController']=new AbortController(),this['isUserPaused']=!0x1,this['scrollBehavior']='smooth';for(const _0x5c644d of Lr){const _0x2467bb='keydown'!==_0x5c644d;this['element']['addEventListener'](_0x5c644d,this['_onUserEvent']['bind'](this),{'passive':_0x2467bb,'signal':this['abortController']['signal']});}}['start']({smooth:_0x5930af=!0x0}={}){this['isRunning']||(this['isRunning']=!0x0,this['isUserPaused']=!0x1,this['scrollBehavior']=_0x5930af?'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'](_0x267c74){if(this['isRunning']){if('keydown'===_0x267c74['type']){const _0x1e4673=_0x267c74['key'];if(!Dr['includes'](_0x1e4673))return;}_0x267c74 instanceof WheelEvent?_0x267c74['deltaY']<0x0?this['isUserPaused']=!0x0:this['isUserPaused']=!this['_isAtBottom']():this['isUserPaused']=!0x0;}}['_isAtBottom'](){const {scrollTop:_0x2ae15c,scrollHeight:_0x3b4363,clientHeight:_0x5db154}=this['element'];return _0x3b4363-_0x2ae15c-_0x5db154<=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(_0x1cf5a4){super(_0x1cf5a4),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 _0x1e8352{['children'];['scrollManager'];['_bodyCollection'];constructor(_0x82a40d,_0x1adf7b){super(_0x82a40d),this['_bodyCollection']=_0x1adf7b,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'](_0x6d6d76,_0xc08b28){let _0x3bdb9c;return'ai-reply'===_0x6d6d76?_0x3bdb9c=new hr(this['locale'],_0xc08b28,this['_bodyCollection']):'ai-suggestion-reply'===_0x6d6d76?(_0x3bdb9c=new ar(this['locale'],_0xc08b28,this['_bodyCollection']),_0x3bdb9c['bind']('isTrackChangesOn')['to'](this)):_0x3bdb9c='user-message'===_0x6d6d76?new Nr(this['locale'],_0xc08b28,this['_bodyCollection']):'interaction-header'===_0x6d6d76?new yr(this['locale'],_0xc08b28):'custom-element'===_0x6d6d76?new Hr(_0xc08b28):new tr(_0xc08b28),this['children']['add'](_0x3bdb9c),_0x3bdb9c;}async['updateReplyItem']({id:_0x597bec,parsedContent:_0x2735ce,renderingStrategy:_0x41483f,abortSignal:_0x209779}){const _0x1b0b6b=this['getItemById'](_0x597bec);if(!(_0x1b0b6b instanceof hr))throw new at('ai-chat-feed-view-item-not-a-reply-item',null,{'itemView':_0x1b0b6b,'id':_0x597bec,'parsedContent':_0x2735ce});await _0x1b0b6b['updateContent']({'parsedContent':_0x2735ce,'renderingStrategy':_0x41483f,'abortSignal':_0x209779});}async['updateWebSources'](_0x235aa0,_0x2290d9){const _0x2eac88=this['getItemById'](_0x235aa0);if(_0x2eac88 instanceof ar)_0x2eac88['updateSources'](_0x2290d9);else{if(!(_0x2eac88 instanceof hr))throw new at('ai-chat-feed-view-item-not-a-suggestion-or-reply-item',null,{'itemView':_0x2eac88,'id':_0x235aa0,'sources':_0x2290d9});_0x2eac88['updateSources'](_0x2290d9);}}async['updateSuggestionItem']({id:_0x5e8062,parts:_0x19d277,abortSignal:_0xd09def,skipLoadingEffects:_0x28d045}){const _0x28d840=this['getItemById'](_0x5e8062);if(!(_0x28d840 instanceof ar))throw new at('ai-chat-feed-view-item-not-a-suggestion-item',null,{'itemView':_0x28d840,'id':_0x5e8062,'parts':_0x19d277});await _0x28d840['updateContent']({'parts':_0x19d277,'abortSignal':_0xd09def,'skipLoadingEffects':_0x28d045});}['updateSuggestionPartState']({id:_0x5e588b,index:_0x239520,state:_0x4441d5}){const _0x5a28d4=this['getItemById'](_0x5e588b);if(!(_0x5a28d4 instanceof ar))throw new at('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x5e588b});_0x5a28d4['updatePartState'](_0x239520,_0x4441d5);}['setSuggestionPartActive']({id:_0x98e5f8,index:_0x9bce2f,isActive:_0x1c6970}){const _0x5f5a39=this['getItemById'](_0x98e5f8);if(!(_0x5f5a39 instanceof ar))throw new at('ai-chat-feed-view-item-not-a-suggestion-item',this,{'id':_0x98e5f8});this['children']['filter'](_0x265141=>_0x265141 instanceof ar)['forEach'](_0x2f1313=>{_0x2f1313['setPartActive'](!0x1);}),_0x5f5a39['setPartActive'](_0x9bce2f,_0x1c6970);}['markItemAsDone'](_0x3a99a0){this['getItemById'](_0x3a99a0)['markAsDone']();}['getItemIds'](){return this['children']['map'](_0xdd1f0b=>_0xdd1f0b['options']['id']);}['removeItem'](_0x436f27){this['children']['remove'](this['getItemById'](_0x436f27));}['hasItem'](_0x3b3df4){return!!this['children']['find'](_0x230660=>_0x230660['options']['id']['includes'](_0x3b3df4));}['scrollToSuggestion'](_0x3a08d0,_0x1e014f){const _0x2ec611=this['getItemById'](_0x3a08d0);if(!(_0x2ec611 instanceof ar))return void ft('ck-ai-chat-feed-view-scroll-to-suggestion-invalid-item',{'replyId':_0x3a08d0,'partIndex':_0x1e014f});const _0x3ebf6c=_0x2ec611['getPartView'](_0x1e014f);_0x3ebf6c?bt(_0x3ebf6c['element'],0x14,this['element']['parentElement'],!0x0,!0x0):ft('ck-ai-chat-feed-view-scroll-to-suggestion-part-view-not-found',{'replyId':_0x3a08d0,'partIndex':_0x1e014f});}['_setupTemplate'](){this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed']},'children':this['_createTemplateChildren']()});}['_createTemplateChildren'](){const _0x904b15=this['_createSkeletonLoader']();return[this['_createFeedItems'](),_0x904b15,this['_createFeedLoader']()];}['_createSkeletonLoader'](){const _0x1c27b3=new Xn(this['locale'],zn['aiFeed']);return _0x1c27b3['bind']('isVisible')['to'](this,'isLoadingSkeletonVisible'),_0x1c27b3;}['_createFeedItems'](){const _0x41c977=new _0x1e8352(this['locale']);return _0x41c977['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__feed__items',this['bindTemplate']['if']('isLoadingSkeletonVisible','ck-hidden')]},'children':this['children']}),_0x41c977;}['_createFeedLoader'](){const _0x3ca591=new _0x1e8352(this['locale']);return _0x3ca591['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat__loader',this['bindTemplate']['if']('loadingMessage','ck-hidden',_0x102c6a=>!_0x102c6a)]},'children':this['_createLoaderChildren']()}),_0x3ca591;}['_createLoaderChildren'](){const _0x559913=new cr();return _0x559913['isVisible']=!0x0,[_0x559913,{'tag':'span','attributes':{'class':['ck','ck-ai-chat__loader-text']},'children':[{'text':this['bindTemplate']['to']('loadingMessage')}]}];}['getItemById'](_0x5140d4){const _0x426341=this['children']['find'](_0x39a285=>_0x39a285['options']['id']['includes'](_0x5140d4));if(!_0x426341)throw new at('ai-chat-feed-view-item-not-found',this,{'id':_0x5140d4});return _0x426341;}['setLoadingMessage'](_0x5e391f){this['set']('loadingMessage',_0x5e391f);}['toggleLoadingSkeleton'](_0x226501){this['set']('isLoadingSkeletonVisible',_0x226501);}['startAutoScroll'](_0x25a98e={}){this['scrollManager']['start'](_0x25a98e);}['stopAutoScroll'](){this['scrollManager']['stop']();}},Vr=class extends zt{['filter'](){let _0x5047a2=0x0;for(const _0x5c9f87 of this['items'])_0x5047a2+=_0x5c9f87['items']['length'];return{'resultsCount':_0x5047a2,'totalItemsCount':_0x5047a2};}};function Ur(_0x4f0fc2){const _0x55b713=[];let _0x45949b=!0x1;for(const _0x291e9d of Array['from'](_0x4f0fc2['items'])){if('file'!==_0x291e9d['kind'])continue;if(_0x291e9d['webkitGetAsEntry']()?.['isDirectory']){_0x45949b=!0x0;continue;}const _0x289a39=_0x291e9d['getAsFile']();_0x289a39&&_0x55b713['push'](_0x289a39);}return{'files':_0x55b713,'hasDirectory':_0x45949b};}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(_0x7c0d30,_0x17f91b){super(_0x7c0d30,{'queryView':{'label':'','creator':_0x4650d6,'showIcon':!0x1,'showResetButton':!0x1},'filteredView':new Vr(_0x7c0d30),'queryMinChars':0x1/0x0,'resetOnBlur':!0x1}),this['set']('isEmpty',!0x0),this['set']('isUploadInProgress',!0x1),this['_addContextButtonView']=_0x17f91b,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',(_0x2ae90e,_0xb55b45)=>!_0x2ae90e&&!_0xb55b45),this['focusableChildren']['add'](this['submitButtonView']);}['render'](){super['render'](),this['queryView']['fieldWrapperChildren']['add'](this['submitButtonView']),this['keystrokes']['set']('enter',(_0x5ebe61,_0x23b310)=>{this['isUploadInProgress']||this['isEmpty']||_0x5ebe61['target']==this['queryView']['fieldView']['element']&&(this['submit'](),_0x23b310());}),this['queryView']['fieldView']['on']('update',()=>{this['isEmpty']=''===this['queryView']['fieldView']['element']['value']?.['trim']();}),this['queryView']['fieldView']['element']['addEventListener']('paste',_0x2b1c22=>this['_handlePaste'](_0x2b1c22)),this['element']['addEventListener']('drop',_0x122d94=>this['_handleDrop'](_0x122d94));}['_handlePaste'](_0x2dc3b6){const _0x5f504b=_0x2dc3b6['clipboardData'];if(!_0x5f504b)return;const {files:_0x164d5d,hasDirectory:_0x430a1c}=Ur(_0x5f504b),_0x2e1637={'files':_0x164d5d,'plainText':_0x5f504b['getData']('text/plain'),'hasDirectory':_0x430a1c,'forceTextAttachment':!0x1,'preventDefault':()=>_0x2dc3b6['preventDefault']()};this['fire']('promptInputPaste',_0x2e1637);}['_handleDrop'](_0x428771){const _0x4ed348=_0x428771['dataTransfer'];if(!_0x4ed348)return;const _0x3052c7={'files':[],'plainText':_0x4ed348['getData']('text/uri-list')||_0x4ed348['getData']('text/plain'),'hasDirectory':!0x1,'forceTextAttachment':!0x1,'preventDefault':()=>_0x428771['preventDefault']()};this['fire']('promptInputPaste',_0x3052c7);}['destroy'](){super['destroy'](),this['_queryViewResizeObserver']&&this['_queryViewResizeObserver']['destroy']();}['submit'](){const _0x249e15=this['queryView']['fieldView']['element']['value']?.['trim']();if(!_0x249e15)return this['queryView']['errorText']=ls(this['locale'],'AI_CHAT_PROMPT_EMPTY_ERROR'),void(this['queryView']['fieldView']['hasError']=!0x0);this['queryView']['fieldView']['hasError']=!0x1;const _0x4b88d2=_0x9a78d5(_0x249e15);this['fire']('sendUserMessage',_0x4b88d2),this['queryView']['fieldView']['reset']();}['setPlaceholderText'](_0x3a41e1){this['queryView']['fieldView']['set']('placeholder',_0x3a41e1);}['focus'](_0x5c98cd=!0x1){super['focus'](),_0x5c98cd&&(this['element']['classList']['contains'](Br)||(this['element']['classList']['add'](Br),setTimeout(()=>{this['element']['classList']['remove'](Br);},0x320)));}['_createSubmitButton'](){const _0x4a6201=new Pt(this['locale']);return _0x4a6201['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}),_0x4a6201['on']('execute',()=>{this['submit']();}),_0x4a6201;}['setIsUploadInProgress'](_0x386de3){this['isUploadInProgress']=_0x386de3;}['_setUpAddContextButtonPositioning'](){const _0x2fef20=this['locale'],_0x2423ff=()=>{Et['window']['requestAnimationFrame'](()=>{if(wt(this['element'])){const _0x39cb2a=new gt(this['queryView']['fieldView']['element']),_0x21441a=new gt(this['_addContextButtonView']['element']),_0x548c31=_0x39cb2a['width'],_0x4ea3c3='rtl'===_0x2fef20['uiLanguageDirection']?'right':'left';_0x39cb2a['excludeScrollbarsAndBorders']();const _0x264d8b=_0x548c31-_0x39cb2a['width']+0x1;this['_addContextButtonView']['element']['style'][_0x4ea3c3]='calc('+(_0x548c31-_0x21441a['width']-_0x264d8b)+'px\x20-\x20var(--ck-spacing-tiny))';}});};this['queryView']['fieldView']['on']('update',_0x2423ff),this['on']('render',()=>{_0x2423ff(),this['_queryViewResizeObserver']=new At(this['queryView']['fieldView']['element'],()=>{_0x2423ff();});});}},Fr=class extends _0x1e8352{constructor(_0x3bd2de){super(_0x3bd2de);const _0xc138bb=new Wt();_0xc138bb['content']=_0x5807c5,this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-controls__drop-overlay']},'children':[_0xc138bb,{'tag':'span','attributes':{'class':['ck-ai-chat-controls__drop-overlay__label']},'children':[{'text':ls(_0x3bd2de,'AI_CHAT_DROP_ZONE_HINT')}]}]});}['attach'](_0x42e33d){let _0x5348f6=0x0;_0x42e33d['addEventListener']('dragenter',_0x4b0502=>{_0x4b0502['dataTransfer']&&(_0x5348f6++,0x1===_0x5348f6&&this['fire']('dragEnter'),_0x42e33d['classList']['add']('ck-ai-chat-controls_drag-over'));}),_0x42e33d['addEventListener']('dragover',_0x28dfe1=>{_0x28dfe1['dataTransfer']&&_0x28dfe1['preventDefault']();}),_0x42e33d['addEventListener']('dragleave',()=>{--_0x5348f6<=0x0&&(_0x5348f6=0x0,_0x42e33d['classList']['remove']('ck-ai-chat-controls_drag-over'));}),_0x42e33d['addEventListener']('drop',_0x288953=>{_0x288953['preventDefault'](),_0x5348f6=0x0,_0x42e33d['classList']['remove']('ck-ai-chat-controls_drag-over'),this['_handleDrop'](_0x288953);});}['_handleDrop'](_0x3fd453){const _0x1d6a4b=_0x3fd453['dataTransfer'];if(!_0x1d6a4b)return;const {files:_0x39846e,hasDirectory:_0x440d46}=Ur(_0x1d6a4b),_0x364ec6={'files':_0x39846e,'plainText':_0x1d6a4b['getData']('text/uri-list')||_0x1d6a4b['getData']('text/plain'),'hasDirectory':_0x440d46,'forceTextAttachment':!0x0,'preventDefault':()=>{}};this['fire']('promptInputPaste',_0x364ec6);}};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 _0x1e8352{['_webSearchButton'];['_reasoningButton'];['_commandsButton'];['_modelSelectionDropdown'];['_modelSelectionDropdownItems'];['_modelNameView'];constructor(_0x33bfe2){super(_0x33bfe2),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',_0x4c43ee=>'selector'===_0x4c43ee),this['_modelSelectionDropdown']['buttonView']['bind']('tooltip')['to'](this,'modelSelectorEnabled',_0x1ec566=>_0x1ec566?this['_modelSelectionDropdown']['buttonView']['label']:ls(this['locale'],'AI_CHAT_MODEL_SELECTOR_DISABLED_TOOLTIP')),this['_modelSelectionDropdown']['bind']('isEnabled')['to'](this,'modelSelectorEnabled',_0x3180b4=>_0x3180b4),this['_webSearchButton']['bind']('isOn')['to'](this,'webSearchActive',_0x104ce3=>_0x104ce3),this['_webSearchButton']['bind']('tooltip')['to'](this,'webSearchActive',_0x50778d=>ls(this['locale'],_0x50778d?'AI_CHAT_DISABLE_WEB_SEARCH':'AI_CHAT_ENABLE_WEB_SEARCH')),this['_reasoningButton']['bind']('isOn')['to'](this,'reasoningActive',_0x4aaf12=>_0x4aaf12),this['_reasoningButton']['bind']('tooltip')['to'](this,'reasoningActive',_0x3e0257=>ls(this['locale'],_0x3e0257?'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(),_0x11b460(this['_modelSelectionDropdown'],this['_modelSelectionDropdownItems']);}['setModelList'](_0x4e3ad7,_0x2a928c){if(_0x2a928c)this['set']('modelDisplayMode','hidden');else{const _0x28ed5b=0x1===_0x4e3ad7['length'];this['set']('modelDisplayMode',_0x28ed5b?'name':'selector');}if(this['_modelSelectionDropdownItems']['clear'](),_0x4e3ad7?.['length'])for(const _0x186663 of _0x4e3ad7){const _0x39f0c7=new _0x53b316({'label':_0x186663['name'],'withText':!0x0,'role':'menuitemradio','id':_0x186663['id'],'model':_0x186663});_0x39f0c7['bind']('isOn')['to'](this,'activeModelId',_0x39e824=>_0x39e824===_0x186663['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x39f0c7,'labelView':new Jr(this['locale'],_0x186663)});}}['setWebSearch'](_0x3bcb8c){this['set']('webSearchActive',_0x3bcb8c);}['setReasoning'](_0x3591b5){this['set']('reasoningActive',_0x3591b5);}['setModel'](_0x4006a3){if(!_0x4006a3)return;this['activeModelId']=_0x4006a3['id'],this['activeModelName']=_0x4006a3['name']||_0x4006a3['id'],this['_modelSelectionDropdown']['buttonView']['set']('label',_0x4006a3['name']),this['_modelSelectionDropdown']['buttonView']['set']('tooltip',_0x4006a3['name']);const _0x450137=_0x4006a3['capabilities']['webSearch']?.['enabled']??!0x1;this['set']('webSearchActive',!0x1),this['_webSearchButton']['set']('isOn',!0x1),this['_webSearchButton']['set']('isEnabled',_0x450137),this['_webSearchButton']['set']('isVisible',_0x450137);const _0x1d36d7=_0x4006a3['capabilities']['reasoning']?.['enabled']??!0x1;this['set']('reasoningActive',!0x1),this['_reasoningButton']['set']('isOn',!0x1),this['_reasoningButton']['set']('isEnabled',_0x1d36d7),this['_reasoningButton']['set']('isVisible',_0x1d36d7);}['enableModelSelector'](){this['set']('modelSelectorEnabled',!0x0);}['disableModelSelector'](_0x2f33c2){this['set']('modelSelectorEnabled',!0x1),_0x2f33c2&&this['set']('modelDisplayMode','hidden');}['_createWebSearchButton'](){const _0x499ecc=new Pt();return _0x499ecc['set']({'label':ls(this['locale'],'AI_CHAT_SEARCH_WEB'),'icon':ot,'class':Wr+'\x20'+cn,'isToggleable':!0x0,'tooltipPosition':zr}),_0x499ecc['on']('execute',()=>{this['fire']('toggleWebSearch');}),_0x499ecc;}['_createReasoningButton'](){const _0x347dae=new Pt();return _0x347dae['set']({'label':ls(this['locale'],'AI_CHAT_REASONING'),'icon':_0x430e8f,'class':Wr+'\x20'+cn,'isToggleable':!0x0,'tooltipPosition':zr}),_0x347dae['on']('execute',()=>{this['fire']('toggleReasoning');}),_0x347dae;}['_createCommandsButton'](){const _0x5d83f7=new Pt();return _0x5d83f7['set']({'label':ls(this['locale'],'AI_CHAT_COMMANDS'),'icon':_0x2b8e87,'withText':!0x0,'class':Wr+'\x20'+cn,'isToggleable':!0x0,'tooltip':ls(this['locale'],'AI_CHAT_COMMANDS'),'tooltipPosition':zr}),_0x5d83f7['extendTemplate']({'attributes':{'class':[Yr]}}),_0x5d83f7['on']('execute',()=>{console['log']('Commands\x20are\x20not\x20implemented\x20yet.'),alert('Commands\x20are\x20not\x20implemented\x20yet.');}),_0x5d83f7;}['_createModelSelectionDropdown'](){const _0x5074b1=_0x312ca1(this['locale']);return _0x5074b1['set']({'panelPosition':'ne','class':[$r]}),_0x5074b1['buttonView']['set']({'label':ls(this['locale'],'AI_CHAT_MODEL_SELECTOR_ENABLED_TOOLTIP'),'withText':!0x0,'tooltip':!0x0,'tooltipPosition':zr,'class':cn}),this['listenTo'](_0x5074b1,'execute',_0x2c0827=>{this['fire']('selectModel',_0x2c0827['source']['model']);}),_0x5074b1;}['_createModelNameView'](){const _0x3cfd44=new Zr(this['locale']);return _0x3cfd44['bind']('text')['to'](this,'activeModelName',_0x5670b3=>_0x5670b3??''),_0x3cfd44['bind']('isVisible')['to'](this,'modelDisplayMode',_0x338631=>'name'===_0x338631),_0x3cfd44;}},Jr=class extends Lt{constructor(_0x16b1de,_0x3a71f9){super();const _0x219cce=this['bindTemplate'],_0x3eb794=this['createCollection']();this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x219cce['to']('style'),'id':_0x219cce['to']('id')},'children':[{'tag':'div','attributes':{'class':[qr]},'children':[{'text':_0x219cce['to']('text')}]},{'tag':'div','attributes':{'class':[Qr]},'children':[{'tag':'span','children':[{'text':_0x3a71f9['description']}]}]},{'tag':'div','attributes':{'class':[Xr]},'children':_0x3eb794}]}),_0x3eb794['addMany'](this['_getCapabilityParts'](_0x16b1de,ot,'AI_CHAT_SEARCH_WEB',_0x3a71f9['capabilities']['webSearch']?.['enabled']??!0x1)),_0x3eb794['addMany'](this['_getCapabilityParts'](_0x16b1de,_0x430e8f,'AI_CHAT_REASONING',_0x3a71f9['capabilities']['reasoning']?.['enabled']??!0x1));}['_getCapabilityParts'](_0x2a9ed2,_0x4402ed,_0x12fafe,_0x59adcc){const _0x3b7e20=new Wt();_0x3b7e20['content']=_0x4402ed;const _0x2ade8e=new _0x1e8352(_0x2a9ed2);_0x2ade8e['setTemplate']({'tag':'span','children':[{'text':ls(_0x2a9ed2,_0x12fafe)+':\x20'}]});const _0x24dbf1=new _0x1e8352(_0x2a9ed2);return _0x24dbf1['setTemplate']({'tag':'span','children':[{'text':ls(_0x2a9ed2,_0x59adcc?'AI_CHAT_CAPABILITIES_YES':'AI_CHAT_CAPABILITIES_NO')}]}),[_0x3b7e20,_0x2ade8e,_0x24dbf1];}},Zr=class extends _0x1e8352{constructor(_0x3f4d23){super(_0x3f4d23),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x8c3bc6=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-chat-controls__model-name',_0x8c3bc6['if']('isVisible','ck-hidden',_0x42e130=>!_0x42e130)]},'children':[{'text':_0x8c3bc6['to']('text')}]});}};const to='ck-ai-chat-context-controls__url-form',eo='ck-ai-chat-context-controls__url-input-section';var io=class extends _0x1e8352{['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['urlInputField'];['backButton'];['confirmButton'];constructor(_0xaa91ef){super(_0xaa91ef),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'](_0x44cf66=>{this['focusTracker']['add'](_0x44cf66['element']),this['keystrokes']['listenTo'](_0x44cf66['element']);}),_0x1597e8({'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'](_0x1234f7){this['urlInputField']['errorText']=_0x1234f7,this['_updateConfirmButtonState'](),this['fire']('refreshBalloon');}['clearError'](){this['urlInputField']['errorText']=null,this['_updateConfirmButtonState']();}['_createBackButton'](){const _0x47114e=new Pt(this['locale']);return _0x47114e['set']({'icon':_0x432064,'tooltip':ls(this['locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':['ck-button-icon\x20ck-button-back']}),this['on']('change:withBackButton',(_0x3eb3c4,_0x237cfb,_0x37aad7)=>{_0x47114e['set']({'class':['ck-button-icon\x20ck-button-back'+(_0x37aad7?'':'\x20ck-hidden')]});}),_0x47114e;}['_createUrlInputField'](){const _0xcae92a=new $t(this['locale'],_0x691176);return _0xcae92a['set']({'label':ls(this['locale'],'AI_CHAT_CONTEXT_URL_LABEL'),'class':'ck-labeled-field-view_empty'}),_0xcae92a['fieldView']['set']({'placeholder':ls(this['locale'],'AI_CHAT_CONTEXT_URL_PLACEHOLDER')}),_0xcae92a;}['_createConfirmButton'](){const _0x59e93c=new Pt(this['locale']);return _0x59e93c['set']({'icon':_0x7ff926,'tooltip':ls(this['locale'],'AI_CHAT_CONTEXT_URL_ADD_URL'),'tooltipPosition':'n','class':'ck-button-icon','type':'submit','isEnabled':!0x1}),_0x59e93c;}['_setupTemplate'](){const _0x19c233=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'});_0x19c233['children']['add'](this['backButton'],0x0),this['setTemplate']({'tag':'form','attributes':{'class':to,'tabindex':'-1'},'children':[_0x19c233,{'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',_0x258be1=>{_0x258be1['stop'](),this['_handleSubmit']();});}['_setupKeystrokes'](){this['keystrokes']['set']('esc',(_0x3d261b,_0xbb0a2e)=>{this['clear'](),this['fire']('cancel'),_0xbb0a2e();});}['_handleSubmit'](){const _0x10f532=this['getValue']()['trim']();_0x10f532?this['_isValidUrl'](_0x10f532)?(this['clearError'](),this['fire']('submitUrl',_0x10f532)):this['setError'](ls(this['locale'],'AI_CHAT_CONTEXT_URL_INVALID_ERROR')):this['setError'](ls(this['locale'],'AI_CHAT_CONTEXT_URL_EMPTY_ERROR'));}['_updateConfirmButtonState'](){const _0x3f2554=this['getValue']()['trim'](),_0x28cf6f=!!this['urlInputField']['errorText'];this['confirmButton']['isEnabled']=_0x3f2554['length']>0x0&&!_0x28cf6f;}['_isValidUrl'](_0x3066dc){try{return!!new URL(_0x3066dc);}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(_0x39030e,_0x515f07){super(_0x39030e),this['resource']=_0x515f07,this['set']('isInContext',!!_0x515f07['isInContext']),this['_titleView']=this['_createTitleView'](),this['_iconView']=this['_createIconView'](),this['_setupTemplate']();}['render'](){super['render']();}['getResourceIcon'](_0x3304fe){if(_0x3304fe['isInContext'])return _0x7ff926;switch(_0x3304fe['type']){case'document':return _0x5549b7;case'web-resource':return _0x368e79;case'file':case'text':return _0x5807c5;default:return _0x2ce4a4;}}['highlightText'](_0x36b23c){if(!_0x36b23c||''===_0x36b23c['trim']())return void this['_titleView']['highlightText'](null);const _0xfcc08b=new RegExp(_0xc078db(_0x36b23c),'gi');this['_titleView']['highlightText'](_0xfcc08b);}['updateResourceState'](_0x45dbc3){this['resource']['isInContext']=_0x45dbc3,this['isInContext']=_0x45dbc3,this['_updateIcon']();}['_createTitleView'](){const _0x5bcd83=new Kt();return _0x5bcd83['text']=this['resource']['label'],_0x5bcd83['extendTemplate']({'tag':'span','attributes':{'class':[ro]}}),_0x5bcd83;}['_createIconView'](){const _0x44e6e8=new Wt();return _0x44e6e8['content']=this['getResourceIcon'](this['resource']),_0x44e6e8;}['_setupTemplate'](){const _0x3e2d3=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':[so,_0x3e2d3['if']('isVisible','ck-hidden',_0xbe9a89=>!_0xbe9a89),_0x3e2d3['if']('isInContext',no)]},'children':[{'tag':'div','attributes':{'class':[oo]},'children':[this['_iconView']]},this['_titleView']],'on':{'click':_0x3e2d3['to']('execute')}});}['_updateIcon'](){this['_iconView']['content']=this['getResourceIcon'](this['resource']);}};const ho='ck-ai-chat-resources__list';var co=class extends zt{['_source'];constructor(_0x145d75,_0x191cd0){super(_0x145d75),this['_source']=_0x191cd0,this['extendTemplate']({'attributes':{'class':[ho]}});}['setResources'](_0x8418,_0x57b702){this['items']['clear']();let _0x576bda=_0x8418;if(this['_source']['useDefaultFiltering']&&_0x57b702&&''!==_0x57b702['trim']()){const _0xe82833=new RegExp(_0x57b702['replace'](/[.*+?^${}()|[\]\\]/g,'\x5c$&'),'gi');_0x576bda=_0x8418['filter'](_0x4a98dd=>_0xe82833['test'](_0x4a98dd['label']));}for(const _0x3d40b9 of _0x576bda){const _0x5e232d=new ao(this['locale'],_0x3d40b9);_0x5e232d['on']('execute',()=>{this['_handleResourceSelection'](this['_source'],_0x3d40b9);}),this['items']['add'](_0x5e232d);}this['_source']['useDefaultFiltering']&&this['highlightText'](_0x57b702);}['highlightText'](_0x44fe3c){this['_source']['useDefaultFiltering']&&this['items']['forEach'](_0x14773f=>{_0x14773f['highlightText'](_0x44fe3c);});}['updateResourceState'](_0x487412,_0x143996){for(const _0x3ff5a3 of this['items']){const _0x204bfb=_0x3ff5a3;_0x204bfb['resource']['id']===_0x487412&&_0x204bfb['updateResourceState'](_0x143996);}}['_handleResourceSelection'](_0x2c78b7,_0x59a467){this['fire']('addResourceToContext',{'source':_0x2c78b7,'resource':_0x59a467});}},lo=class extends $t{['iconView'];['resetButtonView'];['_viewConfig'];constructor(_0x577cff){const t=_0x577cff['t'],_0x3eb186={'showResetButton':!0x0,'showIcon':!0x0,'creator':_0x691176,'label':ls(_0x577cff,'AI_CHAT_SEARCH_RESOURCES')};super(_0x577cff,_0x3eb186['creator']),this['label']=_0x3eb186['label'],this['_viewConfig']=_0x3eb186,this['_viewConfig']['showIcon']&&this['_setupSearchIcon'](),this['_viewConfig']['showResetButton']&&this['_setupResetButton'](_0x577cff,t),this['_setupEventListeners']();}['reset'](){this['fieldView']['reset'](),this['_viewConfig']['showResetButton']&&this['resetButtonView']&&(this['resetButtonView']['isVisible']=!0x1),this['search']('');}['search'](_0x85c6f6){this['fire']('search',_0x85c6f6);}['getQuery'](){return this['fieldView']['element']?.['value']||'';}['_setupSearchIcon'](){this['iconView']=new Wt(),this['iconView']['content']=_0x104c6b,this['fieldWrapperChildren']['add'](this['iconView'],0x0),this['extendTemplate']({'attributes':{'class':'ck-search__query_with-icon'}});}['_setupResetButton'](_0x1febc2,t){this['resetButtonView']=new Pt(_0x1febc2),this['resetButtonView']['set']({'label':t('Clear'),'icon':_0x556600,'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',_0x3b88a1=>!_0x3b88a1),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 _0x1e8352{['_searchView'];['_searchSection'];['_searchInputVisibleFrom'];['_resourcesListView'];['_skeletonLoader'];['_source'];['children'];['_latestLoadResourcesUid']=null;constructor(_0x35599c,_0x41e12b){super(_0x35599c),this['_source']=_0x41e12b['source'],this['_searchInputVisibleFrom']=_0x41e12b['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 _0x14141a([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 _0x1c9d45=new _0x1e8352(this['locale']);return _0x1c9d45['setTemplate']({'tag':'div','attributes':{'class':'ck\x20ck-search'},'children':[this['_searchView']]}),this['_searchView']['on']('search',(_0x1eea6c,_0x2e9558)=>{this['loadResources'](_0x2e9558),this['_source']['useDefaultFiltering']&&this['_resourcesListView']['highlightText'](_0x2e9558);}),_0x1c9d45;}['_createResourcesListView'](){const _0x47464e=new co(this['locale'],this['_source']);return _0x47464e['delegate']('addResourceToContext')['to'](this),_0x47464e['extendTemplate']({'attributes':{'class':this['bindTemplate']['if']('isLoading','ck-hidden')}}),_0x47464e;}['_createSkeletonView'](){const _0x285c62=new Xn(this['locale'],zn['aiChatResources']);return _0x285c62['bind']('isVisible')['to'](this,'isLoading'),_0x285c62;}['render'](){super['render'](),this['loadResources']('');}['loadResources'](_0x2869ab){const _0x70db7c=Ot();this['_latestLoadResourcesUid']=_0x70db7c,this['fire']('loadSourceResources',{'sourceId':this['_source']['id'],'query':_0x2869ab,'uid':_0x70db7c}),this['isLoading']=!0x0;}['setResources'](_0x41bdd5,_0x4ff9f8){if(_0x4ff9f8&&_0x4ff9f8!==this['_latestLoadResourcesUid'])return;const _0x409635=this['_source']['useDefaultFiltering']?this['_searchView']['getQuery']():'';this['_resourcesListView']['setResources'](_0x41bdd5,_0x409635),_0x41bdd5['length']>=this['_searchInputVisibleFrom']&&!this['children']['has'](this['_searchSection'])&&this['children']['add'](this['_searchSection'],0x0),requestAnimationFrame(()=>{this['isLoading']=!0x1;});}['updateResourceState'](_0x287d78,_0x30b6b0){this['_resourcesListView']['updateResourceState'](_0x287d78,_0x30b6b0);}};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(_0x2685f8,_0x36cf03,_0x72818b){this['_locale']=_0x2685f8,this['_bodyCollection']=_0x36cf03,this['_config']=_0x72818b;}['showSourceResourcesBalloon']({source:_0x4e34ce,withBackButton:_0x5ce896}){let _0x58a2b6=this['_sourceResourceBalloons']['get'](_0x4e34ce['id']);_0x58a2b6||(_0x58a2b6=this['_createSourceResourceBalloonPanel'](),this['_sourceResourceBalloons']['set'](_0x4e34ce['id'],_0x58a2b6),this['_setupSingleResourceBalloonClickOutsideHandler'](_0x58a2b6)),this['_addSourceResourceContent']({'balloonPanel':_0x58a2b6,'source':_0x4e34ce,'withBackButton':_0x5ce896}),_0x58a2b6['show']();const _0x58df2f=this['_config']['getTargetElement']();_0x58df2f&&_0x58a2b6['pin']({'target':_0x58df2f,'limiter':this['_config']['getLimiterElement']()});}['populateSourceResourceBalloon'](_0x41d1b9,_0x571f0c,_0x4bea74){const _0x1b6869=this['_sourceResourceBalloons']['get'](_0x41d1b9);if(!_0x1b6869)return;const _0x474896=this['_getResourcesViewFromBalloon'](_0x1b6869);_0x474896&&(_0x474896['setResources'](_0x571f0c,_0x4bea74),_0x474896['once']('change:isLoading',()=>{_0x1b6869['pin']({'target':this['_config']['getTargetElement'](),'limiter':this['_config']['getLimiterElement']()});}));}['closeSourceResourceBalloon'](_0x1c8189){const _0x43c792=this['_sourceResourceBalloons']['get'](_0x1c8189);_0x43c792&&requestAnimationFrame(()=>{_0x43c792['hide'](),this['_sourceResourceBalloons']['delete'](_0x1c8189),this['_config']['onBalloonClosed']();});}['closeAll'](){for(const _0x5de334 of Array['from'](this['_sourceResourceBalloons']['keys']()))this['closeSourceResourceBalloon'](_0x5de334);}['isAnyResourceBalloonVisible'](){for(const _0x3180f8 of this['_sourceResourceBalloons']['values']())if(_0x3180f8['isVisible'])return!0x0;return!0x1;}['updateResourceState'](_0x1b74e5,_0x43efc9,_0x541e6b){const _0x1a8cab=this['_sourceResourceBalloons']['get'](_0x1b74e5);if(!_0x1a8cab||!_0x1a8cab['isVisible'])return;const _0x2155ba=this['_config']['getTargetElement']();if(!_0x2155ba)return;_0x1a8cab['pin']({'target':_0x2155ba,'limiter':this['_config']['getLimiterElement']()});const _0xb2e1e0=this['_getResourcesViewFromBalloon'](_0x1a8cab);_0xb2e1e0&&_0xb2e1e0['updateResourceState'](_0x43efc9,_0x541e6b);}['destroy'](){for(const _0x383998 of this['_sourceResourceBalloons']['values']())_0x383998['destroy']();this['_sourceResourceBalloons']['clear']();}['_createSourceResourceBalloonPanel'](){const _0x3892b8=new Nt(this['_locale']);return _0x3892b8['extendTemplate']({'attributes':{'class':_o}}),this['_bodyCollection']['add'](_0x3892b8),_0x3892b8;}['_addSourceResourceContent']({balloonPanel:_0x7cdda8,source:_0x24c0b7,withBackButton:_0x277ad5}){_0x7cdda8['content']['clear']();const _0x1e7c67=this['_createBalloonHeader']({'balloonPanel':_0x7cdda8,'source':_0x24c0b7,'withBackButton':_0x277ad5});_0x7cdda8['content']['add'](_0x1e7c67);const _0x251e11=this['_createBalloonResourcesView'](_0x24c0b7);_0x7cdda8['content']['add'](_0x251e11);}['_createBalloonHeader']({balloonPanel:_0x3dd3a4,source:_0xdccca0,withBackButton:_0x583c59}){const _0x4917ca=new Gt(this['_locale'],{'label':_0xdccca0['label'],'class':Ao});return _0x583c59&&_0x4917ca['children']['add'](this['_createBackButton'](_0x3dd3a4),0x0),_0x4917ca;}['_createBackButton'](_0x2f4254){const _0x4ab366=new Pt(this['_locale']);return _0x4ab366['set']({'icon':_0x432064,'tooltip':ls(this['_locale'],'AI_CHAT_CONTEXT_URL_BACK_TO_CONTEXT'),'tooltipPosition':'n','class':go}),_0x4ab366['on']('execute',()=>{_0x2f4254['hide'](),this['_config']['onBackToContext']();}),_0x4ab366;}['_createBalloonResourcesView'](_0x4869b7){const _0x50b34a=new uo(this['_locale'],{'source':_0x4869b7,'searchInputVisibleFrom':this['_config']['searchInputVisibleFrom']});return _0x50b34a['on']('loadSourceResources',(_0x42ab99,_0x4eefa1)=>{this['_config']['onLoadSourceResources'](_0x4eefa1);}),_0x50b34a['on']('addResourceToContext',(_0xd28781,_0x2db85a)=>{this['_config']['onResourceSelected'](_0x2db85a['source'],_0x2db85a['resource']),this['closeSourceResourceBalloon'](_0x4869b7['id']);}),_0x50b34a;}['_getResourcesViewFromBalloon'](_0xb3dd92){const _0x26c8c2=_0xb3dd92['content']['get'](0x1);return _0x26c8c2 instanceof uo?_0x26c8c2:null;}['_setupSingleResourceBalloonClickOutsideHandler'](_0x1c24bd){_0x262419({'emitter':_0x1c24bd,'contextElements':[_0x1c24bd['element']],'callback':()=>{_0x1c24bd['hide'](),this['_config']['onBalloonClosed']();},'activator':()=>_0x1c24bd['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 _0x1e8352{['addContextButtonView'];['_currentContextsChips']=this['createCollection']();['_conversationContextsChips']=this['createCollection']();['_overflowManager'];['_addContextBalloonPanelView'];['_urlBalloonPanelView'];['_urlInputView'];['_resourcesBalloonView'];['_addContextBalloonConfig'];['_hasExactlyOneSource']=!0x1;['bodyCollection'];constructor(_0x28a6b0,_0x46b49a){super(_0x28a6b0),this['bodyCollection']=_0x46b49a['bodyCollection'],this['_currentContextsChips']=this['createCollection'](),this['_conversationContextsChips']=this['createCollection'](),this['addContextButtonView']=this['_createAddContextButtonView'](_0x28a6b0),this['_addContextBalloonPanelView']=this['_createAddContextBalloonPanelView'](_0x28a6b0),this['_urlBalloonPanelView']=this['_createUrlBalloonPanelView'](_0x28a6b0),this['_resourcesBalloonView']=this['_createResourcesBalloonView'](_0x28a6b0,_0x46b49a);const _0x5db13f={'cssClasses':{'showMoreButton':Oo+'\x20'+cn,'showMoreBalloon':vo,'overflowContainer':Ro,'controlsButton':So}};this['_overflowManager']=new Cr(_0x28a6b0,this['_currentContextsChips'],_0x5db13f,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'](_0x22a2e0,_0x327b62){const _0xd4b01c=this['_createContextButton'](_0x22a2e0,'current',!0x0,_0x327b62);this['_addContextToCollection'](_0xd4b01c,this['_currentContextsChips']),this['_overflowManager']['reorganizeChips']();}['removeContextItem'](_0xc5144d){this['_removeContextFromCollection'](_0xc5144d,this['_currentContextsChips']),this['_removeContextFromCollection'](_0xc5144d,this['_overflowManager']['overflowChips']),this['_overflowManager']['reorganizeChips']();}['setContextItemLoading'](_0xdd51d8,_0x4362a5){let _0x28c1ea=this['_currentContextsChips']['find'](_0x372b31=>_0x372b31['id']===_0xdd51d8);_0x28c1ea||(_0x28c1ea=this['_overflowManager']['overflowChips']['find'](_0x34c4d8=>_0x34c4d8['id']===_0xdd51d8)),_0x28c1ea&&(_0x28c1ea['isLoading']=_0x4362a5);}['setConversationContext'](_0x4c39ba){this['_conversationContextsChips']['clear']();for(const _0x239708 of _0x4c39ba){const _0x2fc84c=this['_createContextButton'](_0x239708,'conversation',!0x1,!0x1);this['_addContextToCollection'](_0x2fc84c,this['_conversationContextsChips']);}}['clearCurrentContextItems'](){this['_currentContextsChips']['clear'](),this['_overflowManager']['clear']();}['clearConversationContextItems'](){this['_conversationContextsChips']['clear']();}['updateResourceState'](_0x30acb2,_0x4ae881,_0x26f343){this['_resourcesBalloonView']['updateResourceState'](_0x30acb2,_0x4ae881,_0x26f343);}['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:_0x200a0b,withBackButton:_0x939cfa}){this['_resourcesBalloonView']['showSourceResourcesBalloon']({'source':_0x200a0b,'withBackButton':_0x939cfa}),this['addContextButtonView']['isOn']=!0x0;}['populateSourceResourceBalloon'](_0x442f1f,_0x252fab,_0x1883b5,_0x43f3f7){this['_resourcesBalloonView']['populateSourceResourceBalloon'](_0x442f1f,_0x1883b5,_0x43f3f7);}['closeSourceResourceBalloon'](_0x394f21){this['_resourcesBalloonView']['closeSourceResourceBalloon'](_0x394f21),this['addContextButtonView']['isOn']=!0x1;}['setAddContextOptions'](_0x56ea1b){this['_setBalloonPanelContent'](this['_addContextBalloonPanelView'],this['locale'],_0x56ea1b),this['_setAddContextButtonEnabled'](_0x56ea1b);}['_setAddContextButtonEnabled'](_0x130fba){const _0x1d0a54=!_0x130fba['document']['isHidden']&&_0x130fba['document']['enabled'],_0x522c7d=_0x130fba['urls']['enabled'],_0x4f8aa8=_0x130fba['files']['enabled'],_0x49a1d1=_0x130fba['sources']['length']>0x0,_0x425c1f=_0x130fba['customItems']&&_0x130fba['customItems']['length']>0x0;this['addContextButtonView']['isEnabled']=_0x1d0a54||_0x522c7d||_0x4f8aa8||_0x49a1d1||_0x425c1f;}['_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'](_0x49ff6a){const _0x5a1ff9=new Pt(_0x49ff6a);return _0x5a1ff9['set']({'label':ls(_0x49ff6a,'AI_CHAT_CONTEXT_ADD_CONTEXT'),'class':So+'\x20'+wo+'\x20'+cn,'icon':_0x2d6983,'isToggleable':!0x0,'tooltip':!0x0,'tooltipPosition':'sw'}),_0x5a1ff9;}['_createAddContextBalloonPanelView'](_0x528ae5){return this['_createBaseBalloonPanel'](_0x528ae5,To);}['_createUrlBalloonPanelView'](_0x39cb7f){const _0x30f810=this['_createBaseBalloonPanel'](_0x39cb7f,Co);return this['_addUrlContent'](_0x30f810,_0x39cb7f),_0x30f810;}['_createResourcesBalloonView'](_0x94918b,_0x24163b){const _0x35e5e7={'searchInputVisibleFrom':_0x24163b['searchInputVisibleFrom'],'onBackToContext':()=>{this['showAddContextBalloonPanel'](),this['_addContextBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':No});},'onResourceSelected':(_0x513c0d,_0x319a5b)=>{this['fire']('addResourceToContext',{'source':_0x513c0d,'resource':_0x319a5b});},'onLoadSourceResources':_0x4dc831=>{this['fire']('loadSourceResources',_0x4dc831);},'onBalloonClosed':()=>{this['addContextButtonView']['isOn']=!0x1;},'getLimiterElement':()=>this['_getLimiterElement'](),'getTargetElement':()=>this['addContextButtonView']['element']};return new Io(_0x94918b,_0x24163b['bodyCollection'],_0x35e5e7);}['_getLimiterElement'](){return this['element']?.['closest']('.'+ko)||document['body'];}['_createBaseBalloonPanel'](_0x488993,_0x2bb800){const _0x22aab7=new Nt(_0x488993);return _0x22aab7['extendTemplate']({'attributes':{'class':_0x2bb800}}),this['bodyCollection']['add'](_0x22aab7),_0x22aab7;}['_setBalloonPanelContent'](_0x1f83cb,_0x28eb68,_0x4a49f6){if(_0x1f83cb['content']['clear'](),!_0x4a49f6['document']['isHidden']&&_0x4a49f6['document']['enabled']){const _0x5d7b9a=this['_createBalloonButton'](_0x28eb68,{'label':ls(_0x28eb68,'AI_CHAT_CONTEXT_CURRENT_DOCUMENT'),'icon':_0x5549b7});_0x5d7b9a['on']('execute',()=>{this['fire']('addDocumentToContext'),this['hideAddContextBalloonPanel']();}),_0x1f83cb['content']['add'](_0x5d7b9a);}if(_0x4a49f6['urls']['enabled']){const _0x1d500c=this['_createBalloonButton'](_0x28eb68,{'label':ls(_0x28eb68,'AI_CHAT_CONTEXT_URL_LABEL'),'icon':_0x368e79});_0x1d500c['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['showUrlBalloonPanel'](),this['_urlBalloonPanelView']['pin']({'target':this['addContextButtonView']['element'],'limiter':this['_getLimiterElement'](),'positions':No}),this['_urlInputView']['focus']();}),_0x1f83cb['content']['add'](_0x1d500c);}if(_0x4a49f6['files']['enabled']){const _0x2b3b85=new Ut(_0x28eb68);_0x2b3b85['set']({'label':ls(_0x28eb68,'AI_CHAT_CONTEXT_FILE_LABEL'),'icon':_0xc00b77,'withText':!0x0,'tooltip':!0x0,'class':fo,'allowMultipleFiles':!0x0}),_0x2b3b85['on']('execute',()=>{this['hideAddContextBalloonPanel']();}),_0x2b3b85['on']('done',(_0x57e6d4,_0x2c5c33)=>{this['fire']('addFileToContext',_0x2c5c33);}),_0x2b3b85['tooltip']=!0x0,_0x1f83cb['content']['add'](_0x2b3b85);}for(const _0x1b8dca of _0x4a49f6['sources']){const _0x5511de=this['_createBalloonButton'](_0x28eb68,{'label':_0x1b8dca['label'],'icon':_0x1b8dca['icon']||_0x2ce4a4,'type':'source'});_0x1f83cb['content']['add'](_0x5511de),_0x5511de['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['_showSourceResourcesBalloon']({'source':_0x1b8dca,'withBackButton':!this['_hasExactlyOneSource']});});}for(const _0x587e14 of _0x4a49f6['customItems']||[]){const _0x55898e=this['_createBalloonButton'](_0x28eb68,{'label':_0x587e14['label'],'icon':_0x587e14['icon']||_0x2ce4a4,'type':'customItem'});_0x1f83cb['content']['add'](_0x55898e),_0x55898e['on']('execute',()=>{this['hideAddContextBalloonPanel'](),this['fire']('executeCustomItemCallback',_0x587e14);});}this['_hasExactlyOneSource']=0x1===_0x1f83cb['content']['length'],this['_urlInputView']['withBackButton']=!this['_hasExactlyOneSource'];}['_addUrlContent'](_0x1f4ed0,_0x40bcbb){this['_urlInputView']=new io(_0x40bcbb),this['_urlInputView']['on']('submitUrl',(_0x15814c,_0xbb13ab)=>{this['_handleUrlSubmit'](_0xbb13ab);}),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});}),_0x1f4ed0['content']['add'](this['_urlInputView']);}['_createBalloonButton'](_0x4589c8,_0x423f17){const _0x55edf3='source'===_0x423f17['type']?new xo(_0x4589c8):new Pt(_0x4589c8);return _0x55edf3['set']({'label':_0x423f17['label'],'icon':_0x423f17['icon'],'withText':!0x0,'tooltip':!0x0,'tooltipPosition':'sw','class':fo}),_0x55edf3;}['_setupAllBalloonClickOutsideHandlers'](){this['_setupAddContextBalloonClickOutsideHandler'](),this['_setupUrlBalloonClickOutsideHandler']();}['_setupUrlBalloonClickOutsideHandler'](){_0x262419({'emitter':this['_urlBalloonPanelView'],'contextElements':[this['_urlBalloonPanelView']['element']],'callback':()=>{this['hideUrlBalloonPanel']();},'activator':()=>this['_urlBalloonPanelView']['isVisible']});}['_toggleAddContextBalloon'](_0x376b51){const _0x2bde53=this['_addContextBalloonConfig'];_0x2bde53['buttonView']['isOn']=_0x376b51,_0x376b51?_0x2bde53['balloonView']['show']():_0x2bde53['balloonView']['hide']();}['_setupAddContextBalloonClickOutsideHandler'](){const {balloonView:_0x43f134,buttonView:_0x168df9,hideMethod:_0x3634d1}=this['_addContextBalloonConfig'];_0x262419({'emitter':_0x43f134,'contextElements':[_0x43f134['element'],_0x168df9['element']],'callback':()=>{_0x3634d1();},'activator':()=>_0x168df9['isOn']&&!this['_urlBalloonPanelView']['isVisible']&&!this['_resourcesBalloonView']['isAnyResourceBalloonVisible']()});}['_createContextButton'](_0x2723a6,_0x28d65b,_0x1b94cc=!0x1,_0x331abc=!0x1){const _0x177214='conversation'===_0x28d65b||!0x0===_0x2723a6['isReadOnly'],_0x77dcb6=new mr(this['locale'],_0x2723a6,_0x177214,_0x1b94cc,_0x331abc);return _0x177214||_0x77dcb6['on']('removeContextItemChip',()=>{this['fire']('removeContextItem',_0x77dcb6['id']);}),_0x77dcb6;}['_addContextToCollection'](_0x1a5db6,_0x3d9f1d){_0x3d9f1d['add'](_0x1a5db6,0x0);}['_removeContextFromCollection'](_0x1b59a2,_0x25aee6){const _0x3a5d2b=_0x25aee6['find'](_0x46a400=>_0x46a400['id']===_0x1b59a2);_0x3a5d2b&&_0x25aee6['remove'](_0x3a5d2b);}['_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'](_0x47e4fa){this['_urlInputView']['clear'](),this['hideUrlBalloonPanel'](),this['fire']('addUrlToContext',_0x47e4fa);}},xo=class extends Pt{['arrowView'];constructor(_0x223945){super(_0x223945),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 _0x530ff0=new Wt();return _0x530ff0['content']=_0x10b8ad,_0x530ff0['extendTemplate']({'attributes':{'class':bo+'__arrow'}}),_0x530ff0;}},Lo=class extends _0x1e8352{['_cancelButtonView'];['_loaderView'];constructor(_0x56fcd3){super(_0x56fcd3),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 _0x5c5c0e=new Pt(this['locale']);return _0x5c5c0e['set']({'label':ls(this['locale'],'AI_CHAT_STOP_GENERATING'),'withText':!0x0,'class':hn+'\x20ck-ai-button-stop-generating','icon':et}),_0x5c5c0e['on']('execute',()=>{this['fire']('abortPromptStream');}),_0x5c5c0e;}['_createLoaderView'](){const _0x23b222=new _0x1e8352(this['locale']);return _0x23b222['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')}]}),_0x23b222;}},Do=class extends _0x1e8352{['_contextPanelView'];['_promptInputView'];['_dropZoneView'];['_promptCapabilitiesView'];['_loaderView'];['_modelUnavailableMessageView'];['_shouldRestorePromptInputFocus'];['_filesEnabled'];constructor(_0x19c92b,_0x2204d1){super(_0x19c92b),this['_filesEnabled']=_0x2204d1['filesEnabled'],this['_contextPanelView']=this['_createContextPanelView'](_0x19c92b,{'bodyCollection':_0x2204d1['bodyCollection'],'searchInputVisibleFrom':_0x2204d1['contextResourcesSearchInputVisibleFrom']}),this['_promptInputView']=this['_createPromptInputView'](_0x19c92b),this['_promptCapabilitiesView']=this['_createPromptCapabilitiesView'](_0x19c92b),this['_loaderView']=this['_createLoaderView'](_0x19c92b),this['_modelUnavailableMessageView']=this['_createModelUnavailableMessageView'](_0x19c92b),this['_dropZoneView']=new Fr(_0x19c92b),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 _0x276d90=this['bindTemplate'];this['setTemplate']({'tag':'form','attributes':{'class':['ck','ck-ai-chat-controls',_0x276d90['if']('isDisabled','ck-ai-chat-controls-disabled')]},'children':[{'tag':'div','attributes':{'class':[_0x276d90['if']('isLoading','ck-hidden',_0x25f192=>_0x25f192||!this['isModelAvailable']),_0x276d90['if']('isModelAvailable','ck-hidden',_0x1b9e8e=>!_0x1b9e8e||this['isLoading'])]},'children':[this['_contextPanelView'],this['_promptInputView'],this['_promptCapabilitiesView']]},{'tag':'div','attributes':{'class':[_0x276d90['if']('isLoading','ck-hidden',_0x1fde5e=>!_0x1fde5e)]},'children':[this['_loaderView']]},{'tag':'div','attributes':{'class':[_0x276d90['if']('isModelAvailable','ck-hidden',_0x48c951=>_0x48c951)]},'children':[this['_modelUnavailableMessageView']]},this['_dropZoneView']]}),_0x262419({'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'](_0x1a2875,_0x551cc2){return new yo(_0x1a2875,_0x551cc2);}['_createPromptInputView'](_0x4d4ef2){return new Gr(_0x4d4ef2,this['_contextPanelView']['addContextButtonView']);}['_createPromptCapabilitiesView'](_0x472b2d){return new jr(_0x472b2d);}['_createLoaderView'](_0x5cd2da){return new Lo(_0x5cd2da);}['_createModelUnavailableMessageView'](_0x34a40e){const _0x1b26ba=new Po(_0x34a40e);return _0x1b26ba['delegate']('startConversation')['to'](this),_0x1b26ba;}['_handlePromptInputFocus'](_0x1e242f,_0x360dae,_0x4c7625){_0x4c7625?this['_shouldRestorePromptInputFocus']=!0x0:this['_shouldRestorePromptInputFocus']&&this['_promptInputView']['focus']();}['addContextItem'](_0x295a16,_0x2a5b7f){this['_contextPanelView']['addContextItem'](_0x295a16,_0x2a5b7f);}['removeContextItem'](_0x11e8b8){this['_contextPanelView']['removeContextItem'](_0x11e8b8);}['setContextItemLoading'](_0x32b2df,_0x3abcbd){this['_contextPanelView']['setContextItemLoading'](_0x32b2df,_0x3abcbd);}['setIsUploadInProgress'](_0x486cea){this['_promptInputView']['setIsUploadInProgress'](_0x486cea);}['setConversationContext'](_0x5dc6de){this['_contextPanelView']['setConversationContext'](_0x5dc6de);}['clearPendingContextUI'](){this['_contextPanelView']['clearCurrentContextItems']();}['clearConversationContextUI'](){this['_contextPanelView']['clearConversationContextItems']();}['updateResourceState'](_0x54c43c,_0x59ccf7,_0x24a076){this['_contextPanelView']['updateResourceState'](_0x54c43c,_0x59ccf7,_0x24a076);}['setWebSearch'](_0xe3044a){this['_promptCapabilitiesView']['setWebSearch'](_0xe3044a);}['setReasoning'](_0x4b64b9){this['_promptCapabilitiesView']['setReasoning'](_0x4b64b9);}['resetMessageInput'](){this['_promptInputView']['reset']();}['setAddContextOptions'](_0x45d7fd){this['_contextPanelView']['setAddContextOptions'](_0x45d7fd);}['setInputPlaceholder'](_0x1aa75b){this['_promptInputView']['setPlaceholderText'](_0x1aa75b);}['setModelList'](_0x2f6e41,_0x4d424a){this['_promptCapabilitiesView']['setModelList'](_0x2f6e41,_0x4d424a);}['setModel'](_0x520ca9){_0x520ca9?(this['isModelAvailable']=!0x0,this['_promptCapabilitiesView']['setModel'](_0x520ca9)):this['isModelAvailable']=!0x1;}['enableModelSelector'](){this['_promptCapabilitiesView']['enableModelSelector']();}['disableModelSelector'](_0x3b3db9){this['_promptCapabilitiesView']['disableModelSelector'](_0x3b3db9);}['populateSourceResourceBalloon'](_0x17e3d6,_0x1fa9aa,_0x27386a,_0x1df4d4){this['_contextPanelView']['populateSourceResourceBalloon'](_0x17e3d6,_0x1fa9aa,_0x27386a,_0x1df4d4);}['closeSourceResourceBalloon'](_0x26b42b){this['_contextPanelView']['closeSourceResourceBalloon'](_0x26b42b);}['focusPromptInput'](_0x32e831=!0x1){this['_promptInputView']['focus'](_0x32e831);}['setPromptInputValue'](_0x38ed95){this['_promptInputView']['queryView']['fieldView']['reset'](),this['_promptInputView']['queryView']['fieldView']['value']=_0x38ed95;}},Po=class extends _0x1e8352{constructor(_0x382e72){super(_0x382e72);const _0x393bb7=new Pt(_0x382e72);_0x393bb7['set']({'label':ls(this['locale'],'AI_CHAT_MODEL_UNAVAILABLE_MESSAGE_BUTTON'),'withText':!0x0,'class':['ck-ai-chat-controls__start-new-chat-button'],'tooltip':''}),_0x393bb7['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'},_0x393bb7]}]});}},Ho=class extends Gt{['resizeButton'];constructor(_0x1c1ac7,_0x4bf17e){super(_0x1c1ac7,{'label':_0x4bf17e['label'],'class':'ck-ai-header\x20'+_0x4bf17e['class'],'icon':_0x4bf17e['icon']}),this['set']('isMaximized',!0x1),_0x4bf17e['content']&&this['children']['add'](_0x4bf17e['content']),_0x4bf17e['showResizeButton']&&(this['resizeButton']=ln(_0x1c1ac7,this),this['children']['add'](this['resizeButton']));}},Mo=class extends _0x1e8352{constructor(_0x4b0c02){super(_0x4b0c02),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-disclaimer']},'children':[{'tag':'p','attributes':{'class':['ck','ck-ai-disclaimer__content']},'children':[{'text':ls(_0x4b0c02,'AI_DISCLAIMER_TEXT')}]}]});}};function Vo(_0x31842d,_0x3e741c){const _0x499ee7=new Pt(_0x31842d);return _0x499ee7['set']({'label':ls(_0x31842d,'AI_CHAT_LABEL_NEW_CHAT'),'withText':!0x0,'icon':_0x94b997,'class':'ck-ai-chat__start-conversation\x20'+hn}),_0x499ee7['on']('execute',()=>{_0x3e741c['fire']('startConversation');}),_0x499ee7;}var Uo=class extends _0x1e8352{['chatHeader'];['chatFeed'];['chatControls'];['chatDisclaimer'];['_bodyCollection'];constructor(_0xc99431,_0x2b7997){super(_0xc99431),this['_bodyCollection']=un(_0xc99431);const _0xd0853a=Vo(_0xc99431,this);this['chatHeader']=new Ho(_0xc99431,{'label':ls(_0xc99431,'AI_CHAT_HEADING'),'icon':_0xc2f0bc,'class':'ck-ai-header_chat','content':_0xd0853a,'showResizeButton':_0x2b7997['showResizeButton']}),this['chatHeader']['delegate']('resizeTabs')['to'](this),this['chatFeed']=new Mr(_0xc99431,this['_bodyCollection']),this['chatFeed']['delegate'](...yn)['to'](this),this['chatControls']=new Do(_0xc99431,{'bodyCollection':this['_bodyCollection'],'contextResourcesSearchInputVisibleFrom':_0x2b7997['contextResourcesSearchInputVisibleFrom'],'filesEnabled':_0x2b7997['filesEnabled']}),this['chatControls']['delegate'](...yn)['to'](this),this['chatDisclaimer']=new Mo(_0xc99431),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-chat','ck-rounded-corners'],'dir':_0xc99431['uiLanguageDirection']},'children':[this['chatHeader'],this['chatFeed'],this['chatControls'],this['chatDisclaimer']]});}['populateSourceResourceBalloon'](_0x103851,_0x39d4f9,_0x57cd12,_0x8f6ab9){this['chatControls']['populateSourceResourceBalloon'](_0x103851,_0x39d4f9,_0x57cd12,_0x8f6ab9);}['closeSourceResourceBalloon'](_0x5dae36){this['chatControls']['closeSourceResourceBalloon'](_0x5dae36);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}},Bo=class extends _0x2d0760{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(_0x1b3df9){super(_0x1b3df9);const _0x1656c9=this['context']['plugins']['get']('AITabs');this['set']('isBusy',!0x1),this['_promiseQueue']=new Zn(),this['_view']=new Uo(this['context']['locale'],{'showResizeButton':_0x1656c9['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'](_0x1656c9),this['_view']['delegate'](...yn)['to'](this),this['_view']['on']('toggleSuggestionDisplayMode',(_0x4f30b3,{showDiff:_0x5d8887})=>{this['showDiff']=_0x5d8887;}),this['disableControls'](),_0x1656c9['view']['addTab']({'id':'chat','buttonLabel':ls(this['context']['locale'],'AI_CHAT_HEADING'),'buttonIcon':_0xc2f0bc,'order':0x0,'content':this['_view']}),this['_view']['chatHeader']['bind']('isMaximized')['to'](_0x1656c9['view'],'isMaximized',_0x533f14=>_0x533f14),this['_view']['chatControls']['bind']('isLoading')['to'](this,'isBusy',_0x3a2a18=>_0x3a2a18),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']()),this['bind']('isModelAvailable')['to'](this['_view']['chatControls'],'isModelAvailable');}['destroy'](){super['destroy'](),this['_titleAnimationInterval']&&clearInterval(this['_titleAnimationInterval']);}['createConversation'](_0x50b1b1){const _0x17e58f=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'](_0x50b1b1['availableModels'],!this['context']['config']['get']('ai.models.showModelSelector')),this['addFeedItemStaticMessage']({'id':'conversation-start','staticMessage':_0x17e58f}),this['fire']('conversationCreated');}async['addFeedItemStaticMessage']({id:_0x349ade,staticMessage:_0x487ebc}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x349ade,'initialContent':'<p>'+_0x487ebc+'</p>'});});}async['addFeedItemUserMessage'](_0x12887c){const _0x30173d=_0x12887c['attributes']?.['displayedPrompt']||_0x12887c['userMessage'];return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('user-message',{'contextItems':Array['from'](_0x12887c['contextItems']['values']()),'initialContent':'<p>'+_0x30173d+'</p>','id':_0x12887c['id']});});}async['addFeedItemError']({errorMessage:_0x4c91ae,id:_0x4a6047}){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('error-message',{'initialContent':'<p>'+_0x4c91ae+'</p>','id':_0x4a6047});});}async['addFeedItemAIReply'](_0x4b5cfc){return this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-reply',{'id':_0x4b5cfc['interactionId']+':'+_0x4b5cfc['id']}),this['clearLoadingMessage']();});}async['addFeedItemAISuggestion'](_0x2dad06){const _0x4eecb0=us(this['context']),_0x3a9070=_0x4eecb0['map'](_0x584632=>_0x584632['config']['get']('ai.availableReplyActions')||[...er]);let _0x2d536d=_0x3a9070['reduce']((_0x186143,_0x1bdc32)=>_0x186143['filter'](_0x527c3d=>_0x1bdc32['includes'](_0x527c3d)),_0x3a9070[0x0]||[...er]);const _0x537403=_0x4eecb0['every'](_0x3be90f=>_0x3be90f['plugins']['has']('TrackChanges')),_0x4ec45e=_0x4eecb0['map'](_0x19844b=>_0x19844b['commands']['get']('trackChanges'));return _0x537403?this['_isTrackChangesCommandValueBound']||(this['_isTrackChangesCommandValueBound']=!0x0,this['_view']['chatFeed']['bind']('isTrackChangesOn')['toMany'](_0x4ec45e,'value',(..._0x5ead18)=>_0x5ead18['some'](_0x57e7bc=>_0x57e7bc))):_0x2d536d=_0x2d536d['filter'](_0x1bac41=>'insertSuggestion'!=_0x1bac41),this['_promiseQueue']['enqueue'](async()=>{this['_view']['chatFeed']['addItem']('ai-suggestion-reply',{'id':_0x2dad06['interactionId']+':'+_0x2dad06['id'],'areActionsDisabled':_0x2dad06['areActionsDisabled'],'showDiff':this['showDiff'],'availableActions':_0x2d536d}),this['clearLoadingMessage']();});}async['addFeedInteractionHeader'](_0x4352bd,_0x2909a1){return this['_promiseQueue']['enqueue'](async()=>{const _0xb95479=this['_view']['chatFeed']['children']['last'];if(_0xb95479 instanceof yr)return this['_view']['chatFeed']['children']['remove'](_0xb95479),void this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x4352bd['id'],'capabilities':{'isWebSearchEnabled':_0xb95479['capabilities']['isWebSearchEnabled']||_0x2909a1['isWebSearchEnabled'],'isReasoningEnabled':_0xb95479['capabilities']['isReasoningEnabled']||_0x2909a1['isReasoningEnabled']}});this['_view']['chatFeed']['addItem']('interaction-header',{'id':_0x4352bd['id'],'capabilities':_0x2909a1});});}async['addFeedItemCustomElement'](_0x5ceb9b,_0x4cae3b){let _0xc9d1f;return await this['_promiseQueue']['enqueue'](async()=>{_0xc9d1f=this['_view']['chatFeed']['addItem']('custom-element',{'content':_0x5ceb9b,'id':_0x4cae3b});}),_0xc9d1f;}['removeFeedItem'](_0x5790d8){this['_view']['chatFeed']['removeItem'](_0x5790d8);}['hasFeedItem'](_0xe30e05){return this['_view']['chatFeed']['hasItem'](_0xe30e05);}['updateFeedInteractionHeader'](_0x14ac06){const _0x366ba6=this['_view']['chatFeed']['children']['find'](_0x5b74d6=>_0x5b74d6['options']['id']==_0x14ac06['id']&&_0x5b74d6 instanceof yr);_0x366ba6&&_0x366ba6['set']('isVisible',_0x14ac06['isVisible']);}async['updateFeedItemAIReplyContent'](_0x3b8618){const _0x425c2c=_0x3b8618['renderingStrategy']||this['feedItemRenderingStrategy'];return this['_promiseQueue']['enqueue'](async _0x34ccb0=>{await this['_view']['chatFeed']['updateReplyItem']({..._0x3b8618,'abortSignal':_0x34ccb0,'renderingStrategy':_0x425c2c}),_0x3b8618['isDone']&&this['markFeedItemAsDone'](_0x3b8618['id']);});}['updateFeedItemAIReplySources'](_0x9fbb23,_0x5e05d2){this['_view']['chatFeed']['updateWebSources'](_0x9fbb23,_0x5e05d2);}async['updateFeedItemAIReplySuggestionContent'](_0x3f5679){return this['_promiseQueue']['enqueue'](async _0x11923c=>{await this['_view']['chatFeed']['updateSuggestionItem']({..._0x3f5679,'abortSignal':_0x11923c}),_0x3f5679['isDone']&&this['markFeedItemAsDone'](_0x3f5679['id']);});}['updateFeedItemAIReplySuggestionPartState'](_0x13d867){this['_view']['chatFeed']['updateSuggestionPartState'](_0x13d867);}['setFeedItemAIReplySuggestionPartActive'](_0x9737e2){this['_view']['chatFeed']['setSuggestionPartActive'](_0x9737e2);}['markFeedItemAsDone'](_0x1d5a16){this['_view']['chatFeed']['markItemAsDone'](_0x1d5a16);}['removeFeedInteraction'](_0x1a6fba){this['_view']['chatFeed']['getItemIds']()['filter'](_0x494717=>_0x494717['startsWith'](_0x1a6fba))['forEach'](_0x44f530=>this['_view']['chatFeed']['removeItem'](_0x44f530));}['startInteraction'](){const _0x361e03=this['prepareLoadingMessage']({'isWebSearchEnabled':!0x1,'isReasoningEnabled':!0x1});this['setLoadingMessage'](_0x361e03),this['_view']['chatControls']['disableModelSelector'](!this['context']['config']['get']('ai.models.showModelSelector')),this['isBusy']=!0x0,this['_view']['chatFeed']['startAutoScroll']();}['stopInteraction'](_0x305cc5){this['_promiseQueue']['abort'](),this['_view']['chatFeed']['getItemIds']()['filter'](_0x814266=>_0x814266['startsWith'](_0x305cc5['id']))['forEach'](_0x6f231b=>this['markFeedItemAsDone'](_0x6f231b)),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'](_0x2a9b4c,_0x1deb7e){this['_view']['chatControls']['addContextItem'](_0x2a9b4c,_0x1deb7e);}['removeContextItem'](_0x470b58){this['_view']['chatControls']['removeContextItem'](_0x470b58);}['setContextItemLoading'](_0x11a95e,_0x3ebe5b){this['_view']['chatControls']['setContextItemLoading'](_0x11a95e,_0x3ebe5b);}['setIsUploadInProgress'](_0x40cf19){this['_view']['chatControls']['setIsUploadInProgress'](_0x40cf19);}['setConversationContext'](_0x43dcfd){this['_view']['chatControls']['setConversationContext'](_0x43dcfd);}['clearPendingContextUI'](){this['_view']['chatControls']['clearPendingContextUI']();}['clearConversationContextUI'](){this['_view']['chatControls']['clearConversationContextUI']();}['updateResourceState'](_0x307c0,_0x4a3c75,_0x525bba){this['_view']['chatControls']['updateResourceState'](_0x307c0,_0x4a3c75,_0x525bba);}['resetMessageInput'](){this['_view']['chatControls']['resetMessageInput'](),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder']());}['setAddContextOptions'](_0x41bb49){this['_view']['chatControls']['setAddContextOptions'](_0x41bb49);}['updateCapabilities'](_0x54467a){this['_view']['chatControls']['setWebSearch'](_0x54467a['isWebSearchEnabled']),this['_view']['chatControls']['setReasoning'](_0x54467a['isReasoningEnabled']),this['_view']['chatControls']['setInputPlaceholder'](this['_getInputPlaceholder'](_0x54467a));}['setSelectedModel'](_0x4c7e21,_0x26dee9){this['_view']['chatControls']['setModel'](_0x4c7e21),_0x26dee9&&this['_view']['chatControls']['disableModelSelector'](!0x1);}['setFeedItemRenderingStrategy'](_0x37645d){this['feedItemRenderingStrategy']=_0x37645d;}['toggleLoadingSkeleton'](_0x549669){this['_view']['chatFeed']['toggleLoadingSkeleton'](_0x549669);}['resetConversationTitle'](){this['setConversationTitle'](ls(this['context']['locale'],'AI_CHAT_HEADING'));}['emptyConversationTitle'](){this['setConversationTitle']('');}['setConversationTitle'](_0x51f01c,_0x4ba115=!0x1){if(clearInterval(this['_titleAnimationInterval']),_0x4ba115&&!It()&&_0x51f01c['length'])return this['_view']['chatHeader']['label']='',void this['_animateConversationTitle'](_0x51f01c);this['_view']['chatHeader']['label']=_0x51f01c;}['setLoadingMessage'](_0x5acdee){this['_view']['chatFeed']['setLoadingMessage'](_0x5acdee);}['clearLoadingMessage'](){this['_view']['chatFeed']['setLoadingMessage']('');}['_animateConversationTitle'](_0x507119){let _0x1d387b=0x0;this['_titleAnimationInterval']=setInterval(()=>{this['_view']['chatHeader']['label']=this['_view']['chatHeader']['label']+_0x507119[_0x1d387b],_0x1d387b++,_0x1d387b===_0x507119['length']&&clearInterval(this['_titleAnimationInterval']);},0x1e);}['prepareLoadingMessage'](_0x27bb48){return _0x27bb48['isWebSearchEnabled']&&_0x27bb48['isReasoningEnabled']?ls(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH_REASONING'):_0x27bb48['isWebSearchEnabled']?ls(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_WEBSEARCH'):_0x27bb48['isReasoningEnabled']?ls(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REASONING'):ls(this['context']['locale'],'AI_CHAT_FEED_LOADING_MESSAGE_REGULAR');}['_getInputPlaceholder'](_0x40e3c8){return _0x40e3c8?_0x40e3c8['isWebSearchEnabled']&&_0x40e3c8['isReasoningEnabled']?ls(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH_REASONING'):_0x40e3c8['isWebSearchEnabled']?ls(this['context']['locale'],'AI_CHAT_PROMPT_INPUT_PLACEHOLDER_WEBSEARCH'):_0x40e3c8['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'](_0x494112,_0x2a73a2,_0x17339e,_0x4320b4){this['_view']['populateSourceResourceBalloon'](_0x494112,_0x2a73a2,_0x17339e,_0x4320b4);}['closeSourceResourceBalloon'](_0x28cdb9){this['_view']['closeSourceResourceBalloon'](_0x28cdb9);}['setPromptInputValue'](_0x2221cf){this['_view']['chatControls']['setPromptInputValue'](_0x2221cf);}['focusPromptInput'](_0x50aaad=!0x1){this['_view']['chatControls']['focusPromptInput'](_0x50aaad);}['scrollFeedToSuggestion'](_0xf3af5a,_0x4f6439){this['_view']['chatFeed']['scrollToSuggestion'](_0xf3af5a,_0x4f6439);}['startAutoScroll'](_0x263f41={}){this['_view']['chatFeed']['startAutoScroll'](_0x263f41);}['disableControls'](){this['_view']['chatControls']['isDisabled']=!0x0;}['enableControls'](){this['_view']['chatControls']['isDisabled']=!0x1;}},Go=class extends zt{['sections'];constructor(_0x27d487,_0x2e6d56){super(_0x27d487),this['sections']=_0x2e6d56,this['items']['addMany'](this['sections']),this['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__sections']}});}['filter'](_0x802fe1){let _0x32e1dc=0x0,_0x586e51=0x0;for(const _0x47f15f of this['sections']){const {resultsCount:_0x391516,totalItemsCount:_0x43d04c}=_0x47f15f['filter'](_0x802fe1);_0x32e1dc+=_0x391516,_0x586e51+=_0x43d04c;}return{'resultsCount':_0x32e1dc,'totalItemsCount':_0x586e51};}},Fo=class extends Xt{['title'];['itemsViews'];['_itemsListView'];constructor(_0x95b82c,{title:_0x34d23c,items:_0xc717f0}){super(_0x95b82c);const _0x5aebeb=this['bindTemplate'];this['set']('isVisible',!0x0),this['title']=_0x34d23c,this['itemsViews']=_0xc717f0;const _0x9d480a=new _0x1e8352(_0x95b82c);_0x9d480a['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__section-title']},'children':[this['title']]}),this['_itemsListView']=new zt(_0x95b82c),this['_itemsListView']['items']['addMany'](this['itemsViews']),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__section',_0x5aebeb['if']('isVisible','ck-hidden',_0x502fc4=>!_0x502fc4)]},'children':[_0x9d480a,this['_itemsListView']]});}['filter'](_0x190c5d){const _0x44feac=this['itemsViews']['length'];let _0x1e73d9=0x0;for(const _0x3e8ec2 of this['itemsViews'])_0x190c5d?(_0x3e8ec2['isVisible']=!!_0x3e8ec2['isMatching'](_0x190c5d),_0x3e8ec2['highlightText'](_0x190c5d)):(_0x3e8ec2['isVisible']=!0x0,_0x3e8ec2['highlightText'](null)),_0x3e8ec2['isVisible']&&_0x1e73d9++;return this['isVisible']=_0x1e73d9>0x0,{'resultsCount':_0x1e73d9,'totalItemsCount':_0x44feac};}['getItem'](_0x6d1d71){return this['itemsViews']['find'](_0x42e748=>_0x42e748['id']===_0x6d1d71);}['removeItem'](_0x19efee){const _0x38215d=this['itemsViews']['indexOf'](_0x19efee);-0x1!==_0x38215d&&(this['itemsViews']['splice'](_0x38215d,0x1),this['_itemsListView']['items']['remove'](_0x19efee));}};const Ko=/* #__PURE__ -- @preserve */
|
|
34
|
+
_0x21e0c7(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(_0x2049f1,_0x2f6c78){super(_0x2049f1);const _0x47f4d1=this['bindTemplate'];this['set']('isEdit',!0x1),this['set']('isVisible',!0x0),this['set']('pinned',!!_0x2f6c78['pinned']),this['set']('loadingState',null),this['set']('title',_0x2f6c78['title']),this['id']=_0x2f6c78['id'];const {createdAt:_0xf531d9,active:_0xfefdce=!0x1}=_0x2f6c78;this['_titleView']=new Kt(),this['_titleView']['bind']('text')['to'](this,'title'),this['_titleView']['extendTemplate']({'attributes':{'class':['ck-ai-chat-history__item-title']}});const _0x36ee2a=this['_createCheckView'](),_0xb6c976=this['_createPinButtonView'](_0x2049f1),_0x392abb=this['_createMenuDropdownView'](),_0x4143ab=this['_createEditInputView'](_0x2049f1),_0x74372a=this['_createAcceptEditButtonView'](_0x2049f1,_0x4143ab),_0x1746e1=this['_createCancelEditButtonView'](_0x2049f1);this['actions']=this['createCollection'](),this['mainContent']=this['createCollection'](),this['mainContent']['add'](this['_titleView']),this['actions']['add'](_0xb6c976),this['actions']['add'](_0x392abb),this['on']('change:isEdit',(_0x4b9ead,_0x426087,_0x4615bf)=>{this['actions']['clear'](),this['mainContent']['clear'](),_0x4615bf?(this['actions']['add'](_0x74372a),this['actions']['add'](_0x1746e1),this['mainContent']['add'](_0x4143ab),_0x4143ab['element']['value']=this['title']||'',_0x4143ab['element']['focus']()):(this['actions']['add'](_0xb6c976),this['actions']['add'](_0x392abb),this['mainContent']['add'](this['_titleView']));}),this['setTemplate']({'tag':'li','attributes':{'class':['ck-ai-chat-history__item',_0xfefdce?'ck-ai-chat-history__item--active':'',_0x47f4d1['if']('isVisible','ck-hidden',_0x2438c3=>!_0x2438c3),_0x47f4d1['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',_0x47f4d1['if']('loadingState','ck-hidden',_0x4b497d=>!!_0x4b497d)]},'children':_0xfefdce?[_0x36ee2a]:[]},{'tag':'div','attributes':{'class':['ck-ai-loader',_0x47f4d1['if']('loadingState','ck-hidden',_0x1f5cd5=>!_0x1f5cd5)]},'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',_0x47f4d1['if']('loadingState','ck-hidden',_0x5c4758=>!!_0x5c4758)]},'children':this['mainContent']},{'tag':'div','attributes':{'class':['ck-ai-loader__text',_0x47f4d1['if']('loadingState','ck-hidden',_0x61603d=>!_0x61603d)]},'children':[{'text':_0x47f4d1['to']('loadingState',_0x33ce2c=>_0x33ce2c?ls(this['locale'],AIChatHistoryListItemView['LOADING_LABELS'][_0x33ce2c]):'')}]}]},{'tag':'span','attributes':{'class':['ck-ai-chat-history__item-date']},'children':[_0xf531d9]}]},{'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'](_0x58dcb1){this['set']('title',_0x58dcb1);}['updateLoadingState'](_0x3b5f30,_0x2fd60e){this['set']('loadingState',_0x2fd60e?_0x3b5f30:null);}['_createCheckView'](){const _0x46923e=new Wt();return _0x46923e['set']({'content':_0x7ff926}),_0x46923e;}['_createPinButtonView'](_0x1db133){const _0xa6eaea=new Pt(_0x1db133);return _0xa6eaea['set']({'label':ls(_0x1db133,'AI_CHAT_HISTORY_PIN_BUTTON'),'icon':_0x352d08,'withText':!0x1,'tooltip':!0x0}),_0xa6eaea['bind']('isOn')['to'](this,'pinned'),_0xa6eaea['on']('execute',()=>{const _0x11da5e=!this['pinned'];this['fire']('setConversationPinned',{'id':this['id'],'pinned':_0x11da5e});}),_0xa6eaea;}['_createMenuDropdownView'](){const _0x5a6312=_0x312ca1(this['locale']),_0x124279=_0x5a6312['panelView']['children'];_0x5a6312['buttonView']['set']({'label':ls(this['locale'],'AI_CHAT_HISTORY_SHOW_MORE_ITEMS'),'icon':st}),_0x5a6312['panelPosition']='sw';const _0x2ed8fb=new Pt(this['locale']);_0x2ed8fb['label']=ls(this['locale'],'AI_CHAT_HISTORY_EDIT_NAME'),_0x2ed8fb['withText']=!0x0,_0x2ed8fb['on']('execute',()=>{this['isEdit']=!0x0;});const _0x2e5f71=new Pt(this['locale']);_0x2e5f71['label']=ls(this['locale'],'AI_CHAT_HISTORY_REMOVE'),_0x2e5f71['withText']=!0x0,_0x2e5f71['on']('execute',()=>{this['showConfirm'](ls(this['locale'],'AI_CHAT_HISTORY_REMOVE_CONFIRM'),this['element'])['then'](()=>{this['fire']('removeConversation',{'id':this['id']});});});const _0x50051c=new zt(this['locale']),_0xc20406=new Xt(this['locale']);_0xc20406['children']['add'](_0x2ed8fb);const _0xd09d31=new Xt(this['locale']);return _0xd09d31['children']['add'](_0x2e5f71),_0x50051c['items']['addMany']([_0xc20406,_0xd09d31]),_0x124279['add'](_0x50051c),_0x5a6312;}['_createEditInputView'](_0x8e5f72){const _0x51cd8a=new Yt(_0x8e5f72),_0x395898=_0x51cd8a['bindTemplate'];return _0x51cd8a['extendTemplate']({'on':{'keydown':_0x395898['to'](_0x3ef27f=>{'Enter'==_0x3ef27f['key']&&this['_commitEditInputValue'](_0x51cd8a);})}}),_0x51cd8a;}['_createAcceptEditButtonView'](_0x40fe19,_0x1d261a){const _0x31b236=new Pt(_0x40fe19);return _0x31b236['set']({'icon':_0x7ff926,'withText':!0x1,'tooltip':ls(_0x40fe19,'AI_CHAT_HISTORY_ACCEPT')}),_0x31b236['extendTemplate']({'attributes':{'class':['ck-confirm-view-submit']}}),_0x31b236['on']('execute',()=>{this['_commitEditInputValue'](_0x1d261a);}),_0x31b236;}['_commitEditInputValue'](_0x53c8e9){const _0x5452a6=_0x53c8e9['element']['value']||'';this['isEdit']=!0x1,this['fire']('editConversationTitle',{'id':this['id'],'title':_0x5452a6});}['_createCancelEditButtonView'](_0x32b149){const _0x3661c3=new Pt(_0x32b149);return _0x3661c3['set']({'icon':_0x556600,'withText':!0x1,'tooltip':ls(_0x32b149,'AI_CHAT_HISTORY_CANCEL')}),_0x3661c3['extendTemplate']({'attributes':{'class':['ck-confirm-view-cancel']}}),_0x3661c3['on']('execute',()=>{this['isEdit']=!0x1,this['fire']('edit:cancel');}),_0x3661c3;}['_createSpinnerView'](){const _0x3132b6=new cr('tiny');return _0x3132b6['isVisible']=!0x0,_0x3132b6;}['isMatching'](_0x18f22e){return'string'==typeof this['title']&&this['title']['match'](_0x18f22e)?{'title':!0x0}:null;}['highlightText'](_0x1bf5bf){this['_titleView']['highlightText'](_0x1bf5bf);}},Yo=class extends _0x1e8352{['headerView'];['searchView'];['mainErrorView'];['skeletonView'];['emptyView'];['sectionsView'];constructor(_0x5279b7,_0x11bd93){super(_0x5279b7),this['set']('hasItems',!0x1),this['set']('isLoading',!0x0),this['set']('errorMessage',''),this['set']('isSearchViewVisible',!0x1),this['set']('isEmptyViewVisible',!0x1),this['set']('isMainErrorViewVisible',!0x1);const _0x54fb8b=Vo(_0x5279b7,this);this['headerView']=new Ho(_0x5279b7,{'label':ls(_0x5279b7,'AI_CHAT_HISTORY_HEADING'),'icon':_0x811149,'class':'ck-ai-header_history','content':_0x54fb8b,'showResizeButton':_0x11bd93}),this['headerView']['delegate']('resizeTabs')['to'](this),this['sectionsView']=new Go(_0x5279b7,[]),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',_0x13a3f8=>!_0x13a3f8)]}}),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 _0x4275eb=new _0x1cff6c(this['locale'],{'filteredView':this['sectionsView'],'queryView':{'label':ls(this['locale'],'AI_CHAT_HISTORY_SEARCH_LABEL')},'infoView':{'text':{'notFound':{'primary':_0x36aa4a=>ls(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_PRIMARY',_0x36aa4a),'secondary':ls(this['locale'],'AI_CHAT_HISTORY_SEARCH_NOT_FOUND_SECONDARY')}}}}),_0x56192d=this['_createErrorView']();return _0x56192d['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('errorMessage','ck-hidden',_0x6451ea=>!_0x6451ea)]}}),_0x4275eb['on']('render',()=>{_0x4275eb['children']['add'](_0x56192d,0x1);}),_0x4275eb['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isSearchViewVisible','ck-hidden',_0x3be090=>!_0x3be090)]}}),_0x4275eb;}['_createSkeletonView'](){const _0x500ef4=new Xn(this['locale'],zn['aiHistory']);return _0x500ef4['bind']('isVisible')['to'](this,'isLoading'),_0x500ef4;}['_createErrorView'](){const _0x1ff729=new _0x1e8352(this['locale']),_0x4731c8=new Pt(this['locale']);_0x4731c8['set']({'withText':!0x1,'icon':_0x556600,'class':'ck-ai-notification_error__dismiss-button'}),_0x4731c8['bind']('isVisible')['to'](this,'hasItems',_0x425b1c=>!!_0x425b1c),_0x4731c8['on']('execute',()=>{this['errorMessage']='';});const _0x3ddce8=this['bindTemplate'];return _0x1ff729['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-notification','ck-ai-notification_error']},'children':[{'tag':'p','children':[{'text':_0x3ddce8['to']('errorMessage')}]},_0x4731c8]}),_0x1ff729;}['_createEmptyStateView'](){const _0x4686ab=new _0x1e8352(this['locale']);return _0x4686ab['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-history__empty',this['bindTemplate']['if']('isEmptyViewVisible','ck-hidden',_0x3a1864=>!_0x3a1864)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-chat-history__empty-message']},'children':[ls(this['locale'],'AI_CHAT_HISTORY_EMPTY_MESSAGE')]}]}),_0x4686ab;}['_createListItemViews'](_0x3fe131,_0xd1a741){const _0x3fe1b=[];for(const _0xa63026 of _0x3fe131){const _0x4f0653=new Wo(_0xd1a741,_0xa63026);_0x4f0653['delegate'](...$o)['to'](this),_0x3fe1b['push'](_0x4f0653);}return _0x3fe1b;}['updateHistoryItemsWithCategories'](_0x39aa38){const _0x1f227f=this['locale']||'en',_0x2b3bf8=[];for(const _0x5d27a4 of _0x39aa38){const _0x3e8706=this['_createListItemViews'](_0x5d27a4['items'],_0x1f227f);_0x2b3bf8['push'](new Fo(_0x1f227f,{'title':_0x5d27a4['title'],'items':_0x3e8706}));}this['sectionsView']['sections']=_0x2b3bf8,this['sectionsView']['items']['clear'](),this['sectionsView']['items']['addMany'](_0x2b3bf8),this['hasItems']=_0x39aa38['some'](_0x3fbe1c=>_0x3fbe1c['items']['length']>0x0),this['_refreshSearch']();}['removeHistoryItem'](_0x1e845b){for(const _0x124a08 of this['sectionsView']['sections']){const _0x5ab576=_0x124a08['getItem'](_0x1e845b);if(_0x5ab576){if(_0x124a08['removeItem'](_0x5ab576),0x0===_0x124a08['itemsViews']['length']){const _0x4fa710=this['sectionsView']['sections']['indexOf'](_0x124a08);-0x1!==_0x4fa710&&(this['sectionsView']['sections']['splice'](_0x4fa710,0x1),this['sectionsView']['items']['remove'](_0x124a08));}this['hasItems']=this['sectionsView']['sections']['length']>0x0,this['_refreshSearch']();break;}}}['updateItemTitle'](_0x238260,_0xc755e6){for(const _0x4b11ef of this['sectionsView']['sections']){const _0x5011da=_0x4b11ef['getItem'](_0x238260);if(_0x5011da){_0x5011da['updateTitle'](_0xc755e6);break;}}}['updateItemLoadingState'](_0x13d8ee,_0x5a4200,_0x2e3a15){for(const _0x3befa3 of this['sectionsView']['sections']){const _0x58936e=_0x3befa3['getItem'](_0x13d8ee);if(_0x58936e){_0x58936e['updateLoadingState'](_0x5a4200,_0x2e3a15);break;}}}['_refreshSearch'](){if(this['hasItems']){const _0x333652=this['searchView']['queryView']['fieldView']?.['element']?.['value']||'';this['searchView']['search'](_0x333652);}}};const $o=['showConversationHistory','removeConversation','editConversationTitle','setConversationPinned','selectConversation','startConversation'];var qo=class extends _0x2d0760{static get['requires'](){return[hs];}['_historyView'];static get['pluginName'](){return'AIChatHistoryUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x49d0d4){super(_0x49d0d4);const _0x18a0f7=this['context']['plugins']['get']('AITabs');this['_historyView']=new Yo(this['context']['locale'],_0x18a0f7['showResizeButton']),this['_historyView']['delegate']('resizeTabs')['to'](_0x18a0f7),this['_historyView']['delegate'](...$o)['to'](this),this['_historyView']['headerView']['bind']('isMaximized')['to'](_0x18a0f7['view'],'isMaximized',_0x29afc1=>_0x29afc1),_0x18a0f7['view']['addTab']({'id':'history','buttonLabel':ls(this['context']['locale'],'AI_CHAT_HISTORY_HEADING'),'buttonIcon':_0x811149,'order':0x0,'content':this['_historyView']});}['removeHistoryItem'](_0x186bb5){this['_historyView']['removeHistoryItem'](_0x186bb5);}['updateItems'](_0x304dea){this['_historyView']['updateHistoryItemsWithCategories'](_0x304dea);}['updateItemTitle'](_0x3041fe,_0x1c02e8){this['_historyView']['updateItemTitle'](_0x3041fe,_0x1c02e8);}['updateItemLoadingState'](_0x41fe76,_0x536ae6,_0x41e3e5){this['_historyView']['updateItemLoadingState'](_0x41fe76,_0x536ae6,_0x41e3e5);}['setLoadingSkeleton'](_0x269d9e){this['_historyView']['isLoading']=_0x269d9e;}['showError'](_0x19e93e){this['_historyView']['errorMessage']=_0x19e93e;}['hideError'](){this['_historyView']['errorMessage']='';}};const Qo=/* #__PURE__ -- @preserve */
|
|
35
|
+
_t();var Xo=class extends Qo{['id'];['createdAt'];constructor({id:_0x4855c9,title:_0x130710,createdAt:_0x5e5597,updatedAt:_0x5d57f6,pinned:_0x37b9f9}){super(),this['id']=_0x4855c9,this['createdAt']=new Date(_0x5e5597),this['set']('title',_0x130710),this['set']('updatedAt',_0x5d57f6?new Date(_0x5d57f6):null),this['set']('pinned',_0x37b9f9||!0x1);}['updateTitle'](_0x3c1815){this['set']('title',_0x3c1815),this['updatedAt']=new Date();}['updatePinned'](_0xdec3a6){this['set']('pinned',_0xdec3a6),this['updatedAt']=new Date();}};const zo=/* #__PURE__ -- @preserve */
|
|
36
|
+
lt();var jo=class extends zo{['items']=[];['connector'];['group'];constructor({connector:_0x23a0bc,group:_0x54d82a}){super(),this['connector']=_0x23a0bc,this['group']=_0x54d82a;}async['init'](){try{const _0x2c749a=await this['connector']['fetchConversations'](this['group'])['getConversations']();this['loadItems'](_0x2c749a);}catch(_0x54874f){this['fire']('error',{'error':_0x54874f,'operation':'init'});}}['addItem'](_0x49138d){this['items']['push'](_0x49138d);}async['removeItem'](_0xa2063b){const _0x3ed2ba=this['items']['findIndex'](_0x4f500d=>_0x4f500d['id']===_0xa2063b);if(-0x1===_0x3ed2ba)return!0x1;try{return await this['connector']['deleteConversation'](_0xa2063b)['execute'](),this['items']['splice'](_0x3ed2ba,0x1),this['fire']('itemRemoved',{'itemId':_0xa2063b}),!0x0;}catch(_0x4132b4){return this['fire']('error',{'error':_0x4132b4,'operation':'removeItem','itemId':_0xa2063b}),!0x1;}}['getItem'](_0x643125){return this['items']['find'](_0x10fce9=>_0x10fce9['id']===_0x643125);}async['updateItemTitle'](_0x5a8c15,_0x34a06c){const _0x2e766d=this['getItem'](_0x5a8c15);if(!_0x2e766d)return!0x1;try{return await this['connector']['updateConversation'](_0x5a8c15,{'title':_0x34a06c})['getResult'](),_0x2e766d['updateTitle'](_0x34a06c),this['fire']('itemUpdated',{'itemId':_0x5a8c15,'updates':{'title':_0x34a06c}}),!0x0;}catch(_0x1bd4ee){return this['fire']('error',{'error':_0x1bd4ee,'operation':'updateItemTitle','itemId':_0x5a8c15}),!0x1;}}async['updateItemPinned'](_0x88e54c,_0x2ef4a3){const _0x2bbaa8=this['getItem'](_0x88e54c);if(!_0x2bbaa8)return!0x1;try{return await this['connector']['updateConversation'](_0x88e54c,{'pinned':_0x2ef4a3})['getResult'](),_0x2bbaa8['updatePinned'](_0x2ef4a3),this['fire']('itemUpdated',{'itemId':_0x88e54c,'updates':{'pinned':_0x2ef4a3}}),!0x0;}catch(_0x404e56){return this['fire']('error',{'error':_0x404e56,'operation':'updateItemPinned','itemId':_0x88e54c}),!0x1;}}['loadItems'](_0x129038){try{this['items']=[],_0x129038['map'](_0x430bff=>{this['addItem'](new Xo(_0x430bff));}),this['fire']('itemsLoaded',{'items':[...this['items']]});}catch(_0x2c53d5){this['fire']('error',{'error':_0x2c53d5,'operation':'loadItems'});}}['getItems'](_0x2a9e14={}){const _0x451176=void 0x0!==_0x2a9e14['pinned']&&_0x2a9e14['pinned'],_0x58a1a0=_0x2a9e14['from']?new Date(_0x2a9e14['from']['getFullYear'](),_0x2a9e14['from']['getMonth'](),_0x2a9e14['from']['getDate']()):null,_0x48582c=_0x2a9e14['to']?new Date(_0x2a9e14['to']['getFullYear'](),_0x2a9e14['to']['getMonth'](),_0x2a9e14['to']['getDate']()):null;return this['items']['filter'](_0x325733=>{if(_0x325733['pinned']!==_0x451176)return!0x1;if(_0x48582c){const _0x2307bf=new Date(_0x325733['createdAt']['getFullYear'](),_0x325733['createdAt']['getMonth'](),_0x325733['createdAt']['getDate']());return _0x58a1a0?_0x58a1a0['getTime']()===_0x48582c['getTime']()?_0x2307bf['getTime']()===_0x58a1a0['getTime']():_0x2307bf<_0x48582c&&_0x2307bf>=_0x58a1a0:_0x2307bf<_0x48582c;}return!0x0;});}},Jo=class extends _0x2d0760{['_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 _0x1fae6b=this['context']['plugins']['get'](hs);try{const _0x293d01=this['_aiChatController']['getGroupId']();this['history']=new jo({'connector':this['_aiConnector'],'group':_0x293d01}),this['listenTo'](this['_aiChatHistoryUi'],'removeConversation',(_0x235962,_0x3f935a)=>{this['_setItemLoading'](_0x3f935a['id'],'remove'),this['_handleRemove'](_0x3f935a['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'editConversationTitle',(_0x50ee3e,_0x19aba9)=>{this['_setItemLoading'](_0x19aba9['id'],'rename'),this['_handleEditTitle'](_0x19aba9['id'],_0x19aba9['title']);}),this['listenTo'](this['history'],'itemUpdated',(_0x3c2812,_0x58f7db)=>{void 0x0!==_0x58f7db['updates']['title']&&this['_aiChatHistoryUi']['updateItemTitle'](_0x58f7db['itemId'],_0x58f7db['updates']['title']),void 0x0!==_0x58f7db['updates']['pinned']&&this['_updateHistoryItemsUI'](),this['_clearItemLoading'](_0x58f7db['itemId']);}),this['listenTo'](this['history'],'itemRemoved',(_0x340a86,_0x17267b)=>{this['_aiChatController']['_handleRemovedConversation'](_0x17267b['itemId']),this['_aiChatHistoryUi']['removeHistoryItem'](_0x17267b['itemId']),this['_clearItemLoading'](_0x17267b['itemId']);}),this['listenTo'](this['history'],'itemsLoaded',()=>{this['_updateHistoryItemsUI']();}),this['listenTo'](this['history'],'error',(_0x59cdfc,_0x42dbab)=>{this['_handleHistoryErrorUI'](_0x42dbab['error'],_0x42dbab['operation'],_0x42dbab['itemId']);}),this['listenTo'](this['_aiChatHistoryUi'],'selectConversation',(_0x491556,_0x38087d)=>{this['_handleSelectConversation'](_0x38087d['id']);}),this['listenTo'](this['_aiChatHistoryUi'],'setConversationPinned',(_0x2ba522,_0x1eb019)=>{const _0x416b4f=_0x1eb019['pinned']?'pin':'unpin';this['_setItemLoading'](_0x1eb019['id'],_0x416b4f),this['_handleTogglePin'](_0x1eb019['id'],_0x1eb019['pinned']);}),this['listenTo'](this['_aiChatHistoryUi'],'startConversation',()=>{this['_aiChatController']['startConversation'](),_0x1fae6b['view']['activateTab']('chat');}),this['listenTo'](this['_aiChatController'],'change:activeConversation',()=>{this['_updateHistoryItemsUI']();}),_0x1fae6b['view']['on']('activateTab:history',()=>{this['_showConversationHistory']();});}catch(_0x3353cf){this['_handleHistoryErrorUI'](_0x3353cf,'init');}}async['_handleEditTitle'](_0x21991c,_0x31ab05){await this['history']['updateItemTitle'](_0x21991c,_0x31ab05);}async['_handleTogglePin'](_0x465e59,_0x54b9f7){await this['history']['updateItemPinned'](_0x465e59,_0x54b9f7);}async['_handleRemove'](_0x4b3d84){await this['history']['removeItem'](_0x4b3d84);}async['_handleSelectConversation'](_0x4ee3ec){await this['_aiChatController']['loadConversation'](_0x4ee3ec);}async['_showConversationHistory'](){this['_aiChatHistoryUi']['showError'](''),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x0),await this['history']['init'](),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_updateHistoryItemsUI'](){const _0x1bf32c=this['_aiChatController']['activeConversation']?.['id'],_0x58bbd3=this['_getCategorizedItems']()['map'](_0x1ad9e1=>({'title':_0x1ad9e1['title'],'items':_0x1ad9e1['items']['map'](_0x1a73cc=>({'id':_0x1a73cc['id'],'title':_0x1a73cc['title']||ls(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION'),'createdAt':new Date(_0x1a73cc['createdAt'])['toLocaleDateString'](),'active':_0x1a73cc['id']===_0x1bf32c,'pinned':_0x1a73cc['pinned']}))}));this['_aiChatHistoryUi']['updateItems'](_0x58bbd3);}['_setItemLoading'](_0x2dda62,_0x3cb332){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x2dda62,_0x3cb332,!0x0);}['_clearItemLoading'](_0x3d30a1){this['_aiChatHistoryUi']['updateItemLoadingState'](_0x3d30a1,null,!0x1);}['_handleHistoryErrorUI'](_0x2e4f06,_0x43fa9e,_0x1cf3e4){const _0x214f40=this['_generateErrorMessage'](_0x43fa9e,_0x1cf3e4);this['_aiChatHistoryUi']['showError'](_0x214f40),this['_reporter']['reportError'](_0x2e4f06,{'context':{'operation':_0x43fa9e}}),_0x1cf3e4&&this['_clearItemLoading'](_0x1cf3e4),this['_aiChatHistoryUi']['setLoadingSkeleton'](!0x1);}['_generateErrorMessage'](_0x5a1afd,_0xcdc5d3){const _0x780ab2=_0xcdc5d3?this['history']['getItem'](_0xcdc5d3):null,_0x4c8a4b=_0x780ab2?.['title']||ls(this['context']['locale'],'AI_CHAT_UNTITLED_CONVERSATION');switch(_0x5a1afd){case'updateItemTitle':return ls(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_TITLE',_0x4c8a4b);case'updateItemPinned':{const _0x62ab29=ls(this['context']['locale'],_0x780ab2?.['pinned']?'AI_CHAT_HISTORY_UNPIN_ACTION':'AI_CHAT_HISTORY_PIN_ACTION');return ls(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_UPDATE_PINNED',[_0x62ab29,_0x4c8a4b]);}case'removeItem':return ls(this['context']['locale'],'AI_CHAT_HISTORY_ERROR_REMOVE_ITEM',_0x4c8a4b);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 _0x2fac0c=new Date(),_0x1e211a=new Date(_0x2fac0c['getFullYear'](),_0x2fac0c['getMonth'](),_0x2fac0c['getDate']()),_0x22f03f=new Date(_0x1e211a);_0x22f03f['setDate'](_0x22f03f['getDate']()-0x1);const _0x1e8d5d=new Date(_0x1e211a);_0x1e8d5d['setDate'](_0x1e8d5d['getDate']()-0xe);const _0x192871=this['history']['getItems']({'pinned':!0x0}),_0xa7eda5=this['history']['getItems']({'from':_0x1e211a,'to':_0x1e211a}),_0x5df32d=this['history']['getItems']({'from':_0x22f03f,'to':_0x22f03f}),_0x18324b=this['history']['getItems']({'from':_0x1e8d5d,'to':_0x22f03f}),_0x1f626c=this['history']['getItems']({'to':_0x1e8d5d}),_0x17a7e9=[];return _0x192871['length']>0x0&&_0x17a7e9['push']({'title':ls(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_PINNED'),'items':_0x192871}),_0xa7eda5['length']>0x0&&_0x17a7e9['push']({'title':ls(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_TODAY'),'items':_0xa7eda5}),_0x5df32d['length']>0x0&&_0x17a7e9['push']({'title':ls(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_YESTERDAY'),'items':_0x5df32d}),_0x18324b['length']>0x0&&_0x17a7e9['push']({'title':ls(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LAST_14_DAYS'),'items':_0x18324b}),_0x1f626c['length']>0x0&&_0x17a7e9['push']({'title':ls(this['context']['locale'],'AI_CHAT_HISTORY_CATEGORY_LATER'),'items':_0x1f626c}),_0x17a7e9;}},Zo=class extends _0x2d0760{static get['requires'](){return[Jo,qo];}static get['pluginName'](){return'AIChatHistory';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}},ta=class extends _0x2d0760{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(_0xa2202){super(_0xa2202),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(_0x4090f7,_0xab5346){super(_0x4090f7);const {id:_0x58419d,type:_0x4cd1cd,icon:_0x4ed603}=_0xab5346;this['id']=_0x58419d,this['set']({'label':_0xab5346['label'],'withText':!0x0,'class':'ck-ai-chat-shortcut'}),this['extendTemplate']({'attributes':{'data-cke-ai-shortcut-id':_0xab5346['id']}}),_0x4ed603?this['icon']=_0x4ed603:'chat'===_0x4cd1cd?this['icon']=_0xc2f0bc:'review'===_0x4cd1cd?this['icon']=_0x1c0339:'translate'===_0x4cd1cd&&(this['icon']=_0x3ba0ab);}},ia=class extends _0x1e8352{['listView'];constructor(_0x4ea029,_0x33ced0){super(_0x4ea029),this['set']('isEnabled',!0x0);const _0x569413=_0x33ced0['map'](_0x50abf5=>{const _0x46c256=new Xt(this['locale']),_0x43c126=new ea(this['locale'],_0x50abf5);return _0x43c126['bind']('isEnabled')['to'](this),_0x46c256['children']['add'](_0x43c126),_0x43c126['delegate']('execute')['to'](this),_0x46c256;});this['listView']=new zt(this['locale']),this['listView']['items']['addMany'](_0x569413),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-shortcuts']},'children':[this['listView']]});}};const sa='chat-shortcuts';var na=class extends _0x2d0760{['_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 _0x1a3c16=this['context']['plugins']['get']('AIChatController');this['_shortcuts']['length']&&(this['_validateShortcuts'](),this['_aiChatUI']['on']('conversationCreated',()=>{const _0x269173=_0x1a3c16['activeConversation'];_0x269173['isFromHistory']||this['_injectShortcuts'](_0x269173);}),this['listenTo'](_0x1a3c16,'interactionStarted',()=>{this['_removeShortcuts']();}));}['_validateShortcuts'](){const _0x44046e=['chat','review','translate'];this['_shortcuts']['forEach'](_0x7bd72a=>{let _0x4029da=!0x0;if(_0x7bd72a['id']&&_0x7bd72a['label']&&_0x44046e['includes'](_0x7bd72a['type'])?'chat'===_0x7bd72a['type']&&(_0x4029da='string'==typeof _0x7bd72a['prompt']):_0x4029da=!0x1,!_0x4029da)throw new at('ai-chat-shortcuts-invalid-config',this['context'],{'shortcut':_0x7bd72a});});}['_injectShortcuts'](_0x3cbd31){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',_0x5ac3dd=>{const _0x446d73=_0x5ac3dd['source']['id'];this['_executeShortcut'](_0x446d73);}),this['_listenedConversation']=_0x3cbd31,this['listenTo'](_0x3cbd31,'uploadProgressChanged',(_0x515997,_0x1ce8c6)=>{this['_shortcutsView']['isEnabled']=!_0x1ce8c6['isUploadInProgress'];});}['_removeShortcuts'](){const _0x50bce4=this['context']['plugins']['get'](Bo);_0x50bce4['hasFeedItem'](sa)&&_0x50bce4['removeFeedItem'](sa),this['_listenedConversation']&&(this['stopListening'](this['_listenedConversation'],'uploadProgressChanged'),this['_listenedConversation']=void 0x0),this['_shortcutsView']?.['destroy']();}['_executeShortcut'](_0x2008b4){const _0xcb8533=this['_shortcuts']['find'](_0x55b42e=>_0x55b42e['id']===_0x2008b4),_0x41937f=_0xcb8533['type'];'chat'===_0x41937f?this['_runChatShortcut'](_0xcb8533):'review'===_0x41937f?_0xcb8533['commandId']?this['_runReviewShortcut'](_0xcb8533):this['_switchTab']('reviewMode'):'translate'===_0x41937f&&(_0xcb8533['language']?this['_runTranslateShortcut'](_0xcb8533):this['_switchTab']('translate'));}['_switchTab'](_0x448935){if(!this['context']['plugins']['has']('AITabs'))throw new at('ai-chat-shortcuts-ai-tabs-not-found',this['context'],{'tabName':_0x448935});this['context']['plugins']['get']('AITabs')['view']['activateTab'](_0x448935);}async['_runChatShortcut']({prompt:_0x5d726a,draftMode:_0x5e1453,useWebSearch:_0x3f3484=!0x1,useReasoning:_0x3ba380=!0x1,model:_0x713e5e}){const _0x5483d4=this['context']['plugins']['get']('AIChatController'),_0x2a1590=_0x5483d4['activeConversation'];let _0x4082d7;_0x4082d7=_0x713e5e?await _0x2a1590['chatModels']['getModel'](_0x713e5e):await _0x2a1590['chatModels']['getDefault'](),_0x4082d7&&await _0x2a1590['setModel'](_0x4082d7),_0x2a1590['setWebSearch'](_0x3f3484),_0x2a1590['setReasoning'](_0x3ba380),_0x5483d4['addCurrentDocumentToChatContext'](),_0x5e1453?(this['_aiChatUI']['setPromptInputValue'](_0x5d726a),this['_aiChatUI']['focusPromptInput'](!0x0)):_0x5483d4['sendMessage']({'message':_0x5d726a});}['_runReviewShortcut']({commandId:_0x48d8df,model:_0x403194,prompt:_0x429b42,params:_0x787fb}){if(!this['context']['plugins']['has']('AIReviewModeUI'))throw new at('ai-chat-shortcuts-review-mode-not-found',this['context']);this['_switchTab']('reviewMode');const _0x4e4862={'id':_0x48d8df,'isCustom':'custom'===_0x48d8df};_0x403194&&_0x429b42&&(_0x4e4862['args']={'model':_0x403194,'prompt':_0x429b42}),_0x787fb&&(_0x4e4862['params']=_0x787fb),this['context']['plugins']['get']('AIReviewModeUI')['fire']('runReviewCheck',_0x4e4862);}['_runTranslateShortcut']({language:_0x26610a}){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':_0x26610a,'args':{'language':_0x26610a}});}},ra=class extends _0xfa3ed0{constructor(_0x451647){super(_0x451647);const _0x573b2d=_0x451647['plugins']['get']('AITabs')['view'];this['bind']('value')['to'](_0x573b2d,'isVisible'),this['isEnabled']=!0x0;}['execute'](){const _0x5df21e=this['editor']['plugins']['get']('AITabs')['view'];_0x5df21e['isVisible']=!_0x5df21e['isVisible'];}},oa=class extends _0x3f2605{static get['requires'](){return[hs];}static get['pluginName'](){return'AIToggleButtonUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x204776=this['editor'];_0x204776['commands']['add']('toggleAi',new ra(_0x204776)),_0x204776['ui']['componentFactory']['add']('toggleAi',()=>{const _0x16b1c4=this['_createAIUIButton'](Pt);return _0x16b1c4['set']({'tooltip':!0x0,'class':'ck-ai-toggle-button'}),_0x16b1c4;}),_0x204776['ui']['componentFactory']['add']('menuBar:toggleAi',()=>{const _0x1ce052=this['_createAIUIButton'](jt);return _0x1ce052['set']({'role':'menuitemcheckbox'}),_0x1ce052;});}['_createAIUIButton'](_0x3a5768){const _0x531f2c=this['editor'],_0x466e15=_0x531f2c['commands']['get']('toggleAi'),_0x3a27c1=new _0x3a5768(_0x531f2c['locale']);return _0x3a27c1['set']({'label':ls(_0x531f2c['locale'],'AI_TOGGLE_BUTTON_LABEL'),'icon':_0x5d2792,'isToggleable':!0x0}),_0x3a27c1['bind']('isEnabled')['to'](_0x466e15),_0x3a27c1['bind']('isOn')['to'](_0x466e15,'value',_0x45fcfe=>!!_0x45fcfe),this['listenTo'](_0x3a27c1,'execute',()=>{_0x466e15['execute']();}),_0x3a27c1;}};const aa=['applySuggestion','insertSuggestion','showNext','showPrevious'];var ha=class extends _0x1e8352{['_errorView'];constructor(_0x2c7b06){super(_0x2c7b06),this['set']('_errorMessage',''),this['set']('_isErrorVisible',!0x1);}['showBlockingError'](_0x45617f){this['showError'](_0x45617f);}['showError'](_0x15f8d3){this['_errorView']||(this['_errorView']=this['_createErrorView']()),this['_errorMessage']=_0x15f8d3,this['_isErrorVisible']=!0x0;}['hideError'](){this['_isErrorVisible']=!0x1;}['_createErrorView'](){const _0x24a03e=new _0x1e8352(this['locale']),_0x2cdc3f=new _0x1e8352(this['locale']);return _0x2cdc3f['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai-suggestion__error-text']},'children':[{'text':this['bindTemplate']['to']('_errorMessage')}]}),_0x24a03e['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-suggestion__error','ck-ai-balloon-error',this['bindTemplate']['if']('_isErrorVisible','ck-hidden',_0x2b035c=>!_0x2b035c)]},'children':[_0x2cdc3f]}),_0x24a03e;}};const ca=0xa;var la=class extends _0x2d0760{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'](_0xa405dc){const {id:_0x255aee}=this['_currentConfig']??{};this['_currentConfig']=_0xa405dc,this['_editor']=_0xa405dc['targetEditor'];const {id:_0x1a2e6e}=this['_currentConfig'];this['isOpen']&&_0x255aee===_0x1a2e6e?this['_updateDialog']():this['_showDialog']();}['close'](){const _0x7baeec=this['_editor'];if(!_0x7baeec)return;const _0x45bd54=_0x7baeec['plugins']['get']('Dialog');_0x45bd54['isOpen']&&this['_currentConfig']&&_0x45bd54['id']===this['_currentConfig']['id']&&_0x45bd54['hide']();}['_updateDialog'](){const _0x15575e=this['_editor']['plugins']['get']('Dialog'),{icon:_0x253906,title:_0x1ac9f9}=this['_currentConfig'];_0x15575e['view']?.['headerView']&&(_0x15575e['view']['headerView']['label']=_0x1ac9f9,_0x15575e['view']['headerView']['iconView']&&_0x253906&&(_0x15575e['view']['headerView']['iconView']['content']=_0x253906)),this['_isUpdatingMarkers']=!0x0,this['_showFakeVisualSelection'](),this['_isUpdatingMarkers']=!0x1,_0x15575e['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 _0xa7fc90=this['_editor']['plugins']['get']('Dialog'),{id:_0x5cb1e1,title:_0x195b59,icon:_0x2176eb,class:_0x172b5b,mainView:_0x328297}=this['_currentConfig'];_0x328297['delegate'](...aa)['to'](this),_0xa7fc90['show']({'title':_0x195b59,'icon':_0x2176eb,'hasCloseButton':!0x0,'id':_0x5cb1e1,'position':this['_calculateDialogPosition']['bind'](this),'getRootName':this['_getCurrentDomRootName']['bind'](this),'className':'ck-ai-balloon\x20'+(_0x172b5b||''),'content':_0x328297,'onShow':_0x45e2d7=>{this['_showFakeVisualSelection'](),this['_setupFakeVisualSelectionMarkerRemovalListener'](),_0x45e2d7['view']?.['updatePosition']();const _0x258a4e=this['_getSelectionElements']();_0x258a4e&&_0x258a4e[0x0]&&St({'target':_0x258a4e[0x0],'ancestorOffset':0x14,'alignToTop':!0x0,'viewportOffset':{'top':0x14,'bottom':0x14,'left':0x0,'right':0x0}}),this['isOpen']=!0x0,_0x45e2d7['once']('hide',()=>{this['fire']('beforeDialogClosed',{'id':_0x5cb1e1});},{'priority':'high'});},'onHide':()=>{this['_hideFakeVisualSelection'](),this['_cleanupFakeVisualSelectionMarkerRemovalListener'](),this['fire']('dialogClosed',{'id':_0x5cb1e1}),this['isOpen']=!0x1;}});}['_calculateDialogPosition'](_0x1dd2be,_0x4014a1,_0x34c426){if(!_0x34c426)return null;const _0x3b14e2=this['_getSelectionElements']();if(!_0x3b14e2||0x0===_0x3b14e2['length'])return{'left':Math['round'](_0x34c426['left']+_0x34c426['width']/0x2-_0x1dd2be['width']/0x2),'top':Math['round'](_0x34c426['top']+_0x34c426['height']/0x2-_0x1dd2be['height']/0x2)};const _0x2b5d46=Math['round'](_0x34c426['left']+_0x34c426['width']/0x2-_0x1dd2be['width']/0x2),_0x1921c7=_0x3b14e2['map'](_0x10c4fc=>new gt(_0x10c4fc)),_0x49fa61=_0x1dd2be['height'];return{'left':_0x2b5d46,'top':this['_calculateOptimalTopPosition'](_0x1921c7,_0x49fa61,_0x34c426)};}['_calculateOptimalTopPosition'](_0x173c5b,_0x8ac65e,_0x370929){const _0x14aa2f=new gt(Et['window']),_0x2d0263=_0x173c5b['map'](_0x23d7b2=>_0x23d7b2['getVisible']())['filter'](_0x354519=>_0x354519),_0x4dfd36=gt['getBoundingRect'](_0x2d0263);if(!_0x4dfd36)return Math['round'](_0x370929['top']+_0x370929['height']/0x2);const _0x6c97b7=_0x14aa2f['getIntersection'](_0x4dfd36);if(!_0x6c97b7)return Math['round'](_0x370929['top']+_0x370929['height']/0x2);const _0x59f4c0=_0x370929['getVisible'](),_0x40f5ba=_0x59f4c0&&_0x4dfd36['height']>_0x59f4c0['height'],_0x2caa9f=_0x6c97b7['top'],_0x41ae53=_0x6c97b7['bottom'];if(_0x40f5ba){const _0x4974fe=(_0x59f4c0||_0x14aa2f)['height']/0x2-_0x8ac65e/0x2,_0x350ff8=_0x2caa9f-ca-_0x370929['top'],_0x286b33=_0x370929['bottom']-_0x41ae53-ca;return _0x350ff8>=_0x8ac65e?Math['max'](ca,_0x2caa9f-_0x8ac65e-ca):_0x286b33>=_0x8ac65e?_0x41ae53+ca:Math['max'](ca,_0x4974fe);}const _0x3514f1=_0x2caa9f-_0x8ac65e,_0x164ce7=_0x370929['bottom']-_0x41ae53-ca,_0x2d5c6=_0x2caa9f-ca-_0x370929['top'];let _0x3effdf;return _0x3effdf=_0x164ce7>=_0x8ac65e?_0x41ae53+ca:_0x2d5c6>=_0x8ac65e?_0x3514f1-ca:_0x2caa9f+_0x4dfd36['height']/0x2-_0x8ac65e/0x2,_0x3effdf;}['_setupFakeVisualSelectionMarkerRemovalListener'](){const _0x3826ca=this['_editor'];this['listenTo'](_0x3826ca['model']['document'],'change',()=>{if(!this['_isUpdatingMarkers']){for(const {name:_0x39d5d1,data:{newRange:_0x47e07e}}of _0x3826ca['model']['document']['differ']['getChangedMarkers']())if(_0x39d5d1['startsWith']('ai-selection:')&&(_0x47e07e&&(_0x47e07e['start']['isEqual'](_0x47e07e['end'])||'$graveyard'==_0x47e07e['root']['rootName'])||null==_0x47e07e)){const _0x41b96d=ls(this['context']['locale'],'AI_BALLOON_SELECTION_REMOVED_ERROR');this['_currentConfig']['mainView']['showBlockingError'](_0x41b96d),this['fire']('selectionRemoved');}}});}['_cleanupFakeVisualSelectionMarkerRemovalListener'](){const _0x504e4b=this['_editor'];this['_currentConfig']['mainView']['hideError'](),this['stopListening'](_0x504e4b['model']['document']);}['_getSelectionElements'](){const _0x4e6fd2=this['_editor'];return _0x33b883(_0x4e6fd2['editing'],[..._0x4e6fd2['model']['markers']['getMarkersGroup']('ai-selection'),..._0x4e6fd2['model']['markers']['getMarkersGroup']('ai-balloon-selection')]);}['_getCurrentDomRootName'](){const _0x4d89ad=this['_currentConfig']?.['ranges']?.[0x0]?.['root'];return _0x4d89ad&&_0x4d89ad['rootName']?_0x4d89ad['rootName']:null;}},ua=class extends _0x177211{['copyButton'];['likeButton'];['dislikeButton'];['showChangesButton'];['_config'];constructor(_0x3c7d86,_0x5a7336={}){super(_0x3c7d86),this['set']('isEnabled',!0x0),this['set']('isShowChangesOn',!0x1),this['_config']={'showCopy':!0x1,'showLike':!0x1,'showDislike':!0x1,..._0x5a7336};const _0x2874ee=!(this['_config']['showCopy']||this['_config']['showChanges']||this['_config']['showLike']||this['_config']['showDislike']||this['_config']['customView']?.['length']);this['class']=_0x2874ee?'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'](_0x59c153){this['showChangesButton']['isEnabled']=_0x59c153;}['_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':_0x152bd7,'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 _0x7d8d06=new Wt();_0x7d8d06['set']({'content':_0x7ff926}),_0x7d8d06['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'](_0x7d8d06);}['_setupShowChangesButton'](){this['showChangesButton']=new Pt(this['locale']),this['showChangesButton']['set']({'icon':_0x3b4365,'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',_0x54615a=>_0x54615a?tt:_0x3b4365),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(_0x5b84c0,_0x447521){super(_0x5b84c0);const _0x34c1a4=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']=_0x447521,this['nextButtonView']=this['_createNextButtonView'](),this['previousButtonView']=this['_createPreviousButtonView'](),this['_streamableContentView']=new qn(_0x5b84c0),this['_partToolbarView']=new Wn(_0x5b84c0,_0x447521['availableActions']),this['_partToolbarView']['delegate']('applySuggestion','insertSuggestion','rejectSuggestion')['to'](this),this['_togglePartToolbarButtonsVisibility'](_0x447521),this['_stateView']=new Fn(_0x5b84c0),this['_stateView']['isVisible']=!0x1,this['_miniToolbarView']=new ua(_0x5b84c0,{'showChanges':'full'}),this['_miniToolbarView']['bind']('isShowChangesOn')['to'](this,'showDiff'),this['_miniToolbarView']['on']('toggleShowChanges',()=>{this['fire']('toggleSuggestionDisplayMode');}),this['_toolbarContainerView']=new _a(_0x5b84c0,[this['_partToolbarView'],this['_stateView'],this['_miniToolbarView']]),this['children']=this['createCollection']([this['_streamableContentView'],this['_toolbarContainerView']]),this['on']('change:_state',(_0x200a30,_0x178f26,_0x197aac,_0x4f066c)=>{let _0xe0a778,_0x2c4541;'pending'===_0x4f066c?(_0xe0a778=this['_partToolbarView'],_0x2c4541=this['_stateView']):(_0xe0a778=this['_stateView'],_0x2c4541=this['_partToolbarView']),this['_stateView']['setState'](_0x197aac),_0xe0a778['isVisible']=!0x1,_0x2c4541['isVisible']=!0x0;}),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai-chat-balloon-main',_0x34c1a4['to']('_state',_0x241634=>'ck-ai-chat-balloon-main_state_'+_0x241634)]},'children':this['children']}),this['on']('change:isTrackChangesOn',()=>{this['_togglePartToolbarButtonsVisibility'](_0x447521);});}['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'](_0x185957){_0x185957?.['keepErrors']||this['hideError'](),await this['_streamableContentView']['update'](_0x185957);}['clearContent'](){this['_streamableContentView']['clear']();}['setState'](_0x36dd49){this['_state']=_0x36dd49;}['showError'](_0x263a9a){super['showError'](_0x263a9a),this['children']['has'](this['_errorView'])||this['children']['add'](this['_errorView'],0x0);}['hideError'](){this['_isErrorVisible']&&(super['hideError'](),this['togglePartToolbarEnabled'](!0x0));}['showBlockingError'](_0x59bee9){super['showBlockingError'](_0x59bee9),this['togglePartToolbarEnabled'](!0x1);}['toggleRotatorButtonsVisibility'](_0x51ea74){this['nextButtonView']['isVisible']=this['previousButtonView']['isVisible']=_0x51ea74;}['togglePartToolbarEnabled'](_0x56a57b){this['_partToolbarView']['isEnabled']=_0x56a57b;}['_togglePartToolbarButtonsVisibility']({showApplyButton:_0x454638,showSuggestButton:_0x2841b2}){_0x454638=_0x454638&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0x2841b2=_0x2841b2&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_partToolbarView']['setButtonsVisibility']({'showApplyButton':_0x454638,'showSuggestButton':_0x2841b2});}['_createNextButtonView'](){const _0x5a9608=new Pt(this['locale']);return _0x5a9608['set']({'icon':_0x54ab4a,'label':ls(this['locale'],'AI_BALLOON_NEXT_LABEL'),'isVisible':!0x0}),_0x5a9608['on']('execute',()=>{this['fire']('showNext');}),_0x5a9608;}['_createPreviousButtonView'](){const _0x9b62bb=new Pt(this['locale']);return _0x9b62bb['set']({'icon':_0x1ce84,'label':ls(this['locale'],'AI_BALLOON_PREVIOUS_LABEL'),'isVisible':!0x0}),_0x9b62bb['on']('execute',()=>{this['fire']('showPrevious');}),_0x9b62bb;}},_a=class extends _0x1e8352{constructor(_0x94f569,_0x318ee6){super(_0x94f569),this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-chat-balloon__toolbar-container']},'children':_0x318ee6});}},ga=class extends _0x3f2605{static get['requires'](){return[Ht,la];}static get['pluginName'](){return'AIChatBalloon';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['_chatBalloonView'];constructor(_0x431ed5){super(_0x431ed5),this['set']('showDiff',!0x1);}['open'](_0x1f47c8){const _0x3e591e=this['editor'];this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),_0x3e591e['plugins']['get']('AIBalloon')['open']({..._0x1f47c8,'id':'aiChatBalloon','class':'ck-ai-chat-balloon','mainView':this['_chatBalloonView']}),this['_toggleRotatorButtonsInDialogHeader'](_0x1f47c8['showRotator']),this['_chatBalloonView']['togglePartToolbarEnabled'](!_0x1f47c8['areActionsDisabled']),this['_restoreDefaultViewFocus']();}['close'](){this['editor']['plugins']['get']('AIBalloon')['close']();}['updateContent'](_0x4614c2){return this['_chatBalloonView']||(this['_chatBalloonView']=this['_createChatBalloonView']()),this['_chatBalloonView']['updateContent'](_0x4614c2);}['clearContent'](){this['_chatBalloonView']&&this['_chatBalloonView']['clearContent']();}['setState'](_0x16f4a0){this['_chatBalloonView']&&this['_chatBalloonView']['setState'](_0x16f4a0);}['_createChatBalloonView'](){const _0x3a3e5c=this['editor'],_0x4bcc43=_0x3a3e5c['plugins']['get']('AIBalloon'),_0x20bd35=_0x3a3e5c['commands']['get']('trackChanges');let _0x5ec18c=_0x3a3e5c['config']['get']('ai.availableReplyActions')||[...er];_0x3a3e5c['plugins']['has']('TrackChanges')||(_0x5ec18c=_0x5ec18c['filter'](_0x4017f7=>'insertSuggestion'!=_0x4017f7));const _0x161b1c=new da(_0x3a3e5c['locale'],{'availableActions':_0x5ec18c,'showApplyButton':!0x0,'showSuggestButton':!!_0x20bd35});return _0x161b1c['bind']('showDiff')['to'](this),_0x161b1c['delegate'](...Nn)['to'](this),_0x161b1c['delegate']('showPrevious','showNext')['to'](this),_0x4bcc43['delegate']('dialogClosed')['to'](this),_0x161b1c['on']('applySuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x161b1c['on']('insertSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x161b1c['on']('rejectSuggestion',this['_restoreDefaultViewFocus']['bind'](this)),_0x20bd35&&_0x161b1c['bind']('isTrackChangesOn')['to'](_0x20bd35,'value'),_0x161b1c['render'](),_0x161b1c;}['_toggleRotatorButtonsInDialogHeader'](_0x2cc8a2){const _0xf364c7=this['editor'],_0x1b2e09=_0xf364c7['plugins']['get']('Dialog')['view']['headerView']['children'];this['_chatBalloonView']['toggleRotatorButtonsVisibility'](_0x2cc8a2),_0x1b2e09['has'](this['_chatBalloonView']['previousButtonView'])||(_0x1b2e09['addMany']([this['_chatBalloonView']['previousButtonView'],this['_chatBalloonView']['nextButtonView']],0x0),_0xf364c7['plugins']['get']('AIBalloon')['once']('beforeDialogClosed',()=>{_0x1b2e09['remove'](this['_chatBalloonView']['previousButtonView']),_0x1b2e09['remove'](this['_chatBalloonView']['nextButtonView']);}));}['_restoreDefaultViewFocus'](){this['_chatBalloonView']['focus']();}},Aa=class extends _0x3f2605{static get['requires'](){return[oa,ga,_0x4e8e72];}static get['pluginName'](){return'AIEditorIntegration';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}};function Ia(_0x2c0d0e){const {editor:_0x1ce236,action:_0x68ca15,withText:_0x436756=!0x1,withIcon:_0x4fd9a9=!0x0,isInDropdown:_0x563092=!0x0,shouldPreventFocus:_0x43b5bf=!0x1,actionButtons:_0x4ebaa1}=_0x2c0d0e;return()=>{const _0x28526f=_0x1ce236['locale'],_0x4a7af3=new Pt(_0x28526f),_0x59fa21=_0x4a7af3['bindTemplate'];_0x563092&&_0x4a7af3['extendTemplate']({'on':{'mouseenter':_0x59fa21['to'](()=>{_0x43b5bf&&_0x43b5bf()||_0x4a7af3['focus']();})}}),_0x4ebaa1['push']({'buttonView':_0x4a7af3,'action':_0x68ca15});const _0x5752f6=_0x68ca15['icon']??_0x68ca15['parent']?.['icon'];return _0x4a7af3['set']({'label':_0x68ca15['label'],'withText':_0x436756,'role':'menuitem','icon':_0x4fd9a9?_0x5752f6??_0x4d468f:void 0x0,'tooltip':!_0x436756,'class':'ck-ai-quick-actions-button','isEnabled':_0x68ca15['isEnabled']}),_0x4a7af3['on']('execute',()=>{_0x1ce236['editing']['view']['focus'](),_0x1ce236['commands']['execute']('aiQuickAction',_0x68ca15);}),_0x4a7af3;};}var pa=class extends qt{['arrowView'];constructor(_0x157006,_0x5863ea){super(_0x157006,_0x5863ea);const _0x5f41ed=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',_0x289c89=>String(_0x289c89)),'data-cke-tooltip-disabled':_0x5f41ed['to']('isOn')},'on':{'mouseenter':_0x5f41ed['to']('mouseenter')}});}['render'](){super['render'](),this['children']['add'](this['arrowView']);}['_createArrowView'](){const _0x548007=new Wt();return _0x548007['content']=_0x10b8ad,_0x548007['extendTemplate']({'attributes':{'class':'ck-dropdown-menu-list__nested-menu__button__arrow'}}),_0x548007;}},ma=class extends zt{['_allListItems'];['_allSearchableItems'];constructor(_0x2a94ee,_0x2e60da,_0x48c38){super(_0x2a94ee),this['_allListItems']=_0x2e60da,this['_allSearchableItems']=_0x48c38;}['filter'](_0x5d29d8){if(!_0x5d29d8)return this['items']['clear'](),this['items']['addMany'](this['_allListItems']),this['_clearHighlight'](),{'resultsCount':this['_allListItems']['length'],'totalItemsCount':this['_allListItems']['length']};const _0x55e3a1=_0x5d29d8['source']['toLowerCase']()['trim'](),_0x37a04=this['_allSearchableItems']['filter'](_0x1f0ae5=>(_0x1f0ae5['groupLabel']?_0x1f0ae5['label']+'\x20('+_0x1f0ae5['groupLabel']+')':_0x1f0ae5['label'])['toLowerCase']()['includes'](_0x55e3a1));return this['items']['clear'](),this['items']['addMany'](_0x37a04['sort']((_0x2e98a1,_0x10e500)=>{const _0x5eda7f=_0x2e98a1['groupLabel'],_0x34c498=_0x10e500['groupLabel'];return _0x5eda7f||_0x34c498?_0x5eda7f?0x1:-0x1:0x0;})['map'](_0x47c8e6=>_0x47c8e6['item'])),this['_highlightQuery'](_0x55e3a1,_0x37a04),{'resultsCount':_0x37a04['length'],'totalItemsCount':this['_allSearchableItems']['length']};}['_highlightQuery'](_0x157990,_0x93f6a1){if(!_0x157990)return;const _0x441f38=new RegExp(_0xc078db(_0x157990),'gi');_0x93f6a1['forEach'](_0x308701=>{_0x308701['highlightViews']&&_0x308701['highlightViews']['forEach'](_0xa833fc=>{'function'==typeof _0xa833fc['highlightText']&&_0xa833fc['highlightText'](_0x441f38);});});}['_clearHighlight'](){this['_allSearchableItems']['forEach'](_0x3b034f=>{_0x3b034f['highlightViews']&&_0x3b034f['highlightViews']['forEach'](_0x20d88b=>{'function'==typeof _0x20d88b['highlightText']&&_0x20d88b['highlightText'](null);});});}};const Ea='menu',Ta='menuitem';var wa=class extends _0x1e8352{['_bodyCollection'];['optionsListView'];['_searchTextView']=null;['_allSearchableItems']=[];['children'];['focusTracker'];['keystrokes'];['_focusables'];['focusCycler'];['_openNestedPanels']=new Set();['_hasSearch'];['_actionButtons'];constructor(_0x4747b9,_0x15cf10,_0xf3a708,_0x5e9785,_0x1ec8a3=!0x1,_0x45bb6a=[]){const _0x5950ae=_0x4747b9['locale'];super(_0x5950ae),this['_bodyCollection']=_0x5e9785,this['_hasSearch']=_0x1ec8a3,this['_actionButtons']=_0x45bb6a;const _0x256e2d=this['_createListItems'](_0x4747b9,_0x15cf10,_0xf3a708);this['optionsListView']=new ma(_0x5950ae,_0x256e2d,this['_allSearchableItems']),this['optionsListView']['role']=Ea,this['optionsListView']['items']['addMany'](_0x256e2d),this['focusTracker']=new ut(),this['keystrokes']=new dt(),_0x1ec8a3&&(this['_searchTextView']=this['_createSearchTextView']()),this['_focusables']=_0x256e2d,this['focusCycler']=new Bt({'focusables':this['_focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes']}),_0x1ec8a3&&this['_searchTextView']&&this['focusCycler']['chain'](this['_searchTextView']['focusCycler']);const _0x3a0570=_0x1ec8a3&&this['_searchTextView']?[this['_searchTextView']]:[this['optionsListView']];this['children']=new _0x14141a(_0x3a0570),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions','ck-rounded-corners'],'dir':_0x5950ae['uiLanguageDirection']},'children':this['children']});}['_createSearchTextView'](){return new _0x1cff6c(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 _0x4e75a0=this['_searchTextView']['queryView']['fieldView']['element']['ownerDocument']?.['activeElement'];return this['_searchTextView']['queryView']['fieldView']['element']['contains'](_0x4e75a0);}['_createListItems'](_0x232678,_0x4b8857,_0x4518ec){const _0x197162=new _0x14141a();return _0x4b8857['forEach'](_0x1643f3=>{if('actions'in _0x1643f3){const {listItem:_0x5710ef}=this['_createActionGroupButton'](_0x232678,_0x1643f3,_0x4518ec);_0x197162['add'](_0x5710ef),_0x1643f3['actions']['forEach'](_0x4e1992=>{const {listItem:_0x596a44,highlightViews:_0x4c4acc}=this['_createSearchResultActionButton'](_0x232678,_0x4e1992,_0x1643f3['label'],_0x1643f3['icon']);this['_allSearchableItems']['push']({'item':_0x596a44,'label':_0x4e1992['label'],'groupLabel':_0x1643f3['label'],'highlightViews':_0x4c4acc});});}else{const {listItem:_0x30544e}=this['_createActionButton'](_0x232678,_0x1643f3);_0x197162['add'](_0x30544e);const _0x54611b=_0x30544e['children']['first'];if(_0x54611b){const {listItem:_0x2bff33,highlightViews:_0x50fa1a}=this['_createSearchResultActionButton'](_0x232678,_0x1643f3);this['_allSearchableItems']['push']({'item':_0x2bff33,'label':_0x54611b['label']||'','highlightViews':_0x50fa1a});}}}),_0x197162;}['_createActionButton'](_0x1638a6,_0x371ac9,_0x3b8ebf,_0x31e172){const _0x3b493c=new Xt(this['locale']);if(_0x3b8ebf&&_0x31e172){const _0x43cc91=new Pt(this['locale']),_0x28b3a7=_0x43cc91['bindTemplate'],_0x35a43c=new Kt();_0x35a43c['text']=_0x371ac9['label'];const _0x3edf92=new Kt();_0x3edf92['text']=_0x3b8ebf;const _0x2390dc=new Wt();_0x2390dc['content']=_0x31e172,_0x2390dc['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x5adbd8=new _0x1e8352(this['locale']);_0x5adbd8['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__open-paren'},'children':[{'text':'\x20('}]});const _0x4036d0=new _0x1e8352(this['locale']);return _0x4036d0['setTemplate']({'tag':'span','attributes':{'class':'ck-ai-quick-actions-button_with-group__close-paren'},'children':[{'text':')'}]}),_0x43cc91['set']({'label':_0x371ac9['label']+'\x20('+_0x3b8ebf+')','withText':!0x0,'role':'menuitem','class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-button_with-group','tooltip':!0x1,'isEnabled':_0x371ac9['isEnabled']}),_0x43cc91['setTemplate']({'tag':'button','attributes':{'class':['ck','ck-button','ck-button_with-text','ck-ai-quick-actions-button','ck-ai-quick-actions-button_with-group',_0x28b3a7['if']('isEnabled','ck-disabled',_0x4d47d3=>!_0x4d47d3)],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x35a43c,_0x5adbd8,_0x2390dc,_0x3edf92,_0x4036d0],'on':{'mouseenter':_0x28b3a7['to'](()=>{this['_isSearchFocused']()||_0x43cc91['focus']();}),'click':_0x28b3a7['to'](()=>{_0x43cc91['fire']('execute');})}}),_0x43cc91['on']('execute',()=>{_0x43cc91['isEnabled']&&(_0x1638a6['editing']['view']['focus'](),_0x1638a6['commands']['execute']('aiQuickAction',_0x371ac9));}),_0x3b493c['children']['add'](_0x43cc91),this['_actionButtons']['push']({'buttonView':_0x43cc91,'action':_0x371ac9}),{'listItem':_0x3b493c,'highlightViews':[_0x35a43c,_0x3edf92]};}{const _0x532e73=new Dt(),_0x49789c=new Pt(this['locale'],_0x532e73),_0xc6e2a2=_0x49789c['bindTemplate'],_0x37a1bf=_0x371ac9['icon']??_0x371ac9['parent']?.['icon'],_0x24b331=void 0x0!==_0x371ac9['icon'];return _0x49789c['set']({'label':_0x371ac9['label'],'withText':!0x0,'role':'menuitem','icon':_0x24b331?_0x37a1bf??_0x4d468f:void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button','isEnabled':_0x371ac9['isEnabled']}),_0x49789c['extendTemplate']({'on':{'mouseenter':_0xc6e2a2['to'](()=>{this['_isSearchFocused']()||_0x49789c['focus']();})}}),_0x49789c['on']('execute',()=>{_0x1638a6['editing']['view']['focus'](),_0x1638a6['commands']['execute']('aiQuickAction',_0x371ac9);}),_0x3b493c['children']['add'](_0x49789c),this['_actionButtons']['push']({'buttonView':_0x49789c,'action':_0x371ac9}),{'listItem':_0x3b493c,'highlightViews':[_0x532e73]};}}['_createSearchResultActionButton'](_0x2629de,_0x440496,_0x319016,_0x432125){return _0x319016&&_0x432125?this['_createSearchResultGroupedActionButton'](_0x2629de,_0x440496,_0x319016,_0x432125):this['_createSearchResultIndividualActionButton'](_0x2629de,_0x440496);}['_createSearchResultGroupedActionButton'](_0xcf4b23,_0xe5d12e,_0x42ac71,_0x40602f){const _0x44e3a2=new Xt(this['locale']),_0x5c4e2a=new Pt(this['locale']),_0x1201e4=_0x5c4e2a['bindTemplate'],{view:_0xddbe56,highlightView:_0x256cfd}=this['_createSearchResultGroupRow'](_0x42ac71,_0x40602f),{view:_0x479fb0,highlightView:_0x57eb46}=this['_createSearchResultActionRow'](_0xe5d12e['label']),_0x27f727=this['_createSearchResultContentView'](_0xddbe56,_0x479fb0);return _0x5c4e2a['set']({'label':_0xe5d12e['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':_0xe5d12e['isEnabled']}),_0x5c4e2a['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',_0x1201e4['if']('isEnabled','ck-disabled',_0x13ee3d=>!_0x13ee3d)],'type':'button','role':'menuitem','tabindex':'-1'},'children':[_0x27f727],'on':{'mouseenter':_0x1201e4['to'](()=>{this['_isSearchFocused']()||_0x5c4e2a['focus']();}),'click':_0x1201e4['to'](()=>{this['_handleSearchResultButtonClick'](_0x5c4e2a);})}}),this['_setupActionButtonExecution'](_0x5c4e2a,_0xcf4b23,_0xe5d12e),_0x44e3a2['children']['add'](_0x5c4e2a),this['_actionButtons']['push']({'buttonView':_0x5c4e2a,'action':_0xe5d12e}),{'listItem':_0x44e3a2,'highlightViews':[_0x256cfd,_0x57eb46]};}['_createSearchResultIndividualActionButton'](_0x5a5932,_0x15e9d4){const _0x203f84=new Xt(this['locale']),_0x357580=new Dt(),_0x2052ba=new Pt(this['locale'],_0x357580),_0x2fdecb=_0x2052ba['bindTemplate'];return _0x2052ba['set']({'label':_0x15e9d4['label'],'withText':!0x0,'role':'menuitem','icon':void 0x0,'tooltip':!0x1,'class':'ck-ai-quick-actions-button\x20ck-ai-quick-actions-search-result-button','isEnabled':_0x15e9d4['isEnabled']}),_0x2052ba['extendTemplate']({'on':{'mouseenter':_0x2fdecb['to'](()=>{this['_isSearchFocused']()||_0x2052ba['focus']();})}}),this['_setupActionButtonExecution'](_0x2052ba,_0x5a5932,_0x15e9d4),_0x203f84['children']['add'](_0x2052ba),this['_actionButtons']['push']({'buttonView':_0x2052ba,'action':_0x15e9d4}),{'listItem':_0x203f84,'highlightViews':[_0x357580]};}['_createSearchResultGroupRow'](_0x12bdb0,_0x19ff80){const _0x308126=new _0x1e8352(this['locale']),_0x1a0b8e=new Wt();_0x1a0b8e['content']=_0x19ff80,_0x1a0b8e['extendTemplate']({'attributes':{'class':'ck-ai-quick-actions-button__group-icon'}});const _0x273b06=new Kt();return _0x273b06['text']=_0x12bdb0,_0x308126['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__group-row'},'children':[_0x1a0b8e,_0x273b06]}),{'view':_0x308126,'highlightView':_0x273b06};}['_createSearchResultActionRow'](_0x4e2d00){const _0x4e02f2=new _0x1e8352(this['locale']),_0x261f3d=new Kt();return _0x261f3d['text']=_0x4e2d00,_0x4e02f2['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__action-row'},'children':[_0x261f3d]}),{'view':_0x4e02f2,'highlightView':_0x261f3d};}['_createSearchResultContentView'](_0x530170,_0x4540a6){const _0x491002=new _0x1e8352(this['locale']);return _0x491002['setTemplate']({'tag':'div','attributes':{'class':'ck-ai-quick-actions-search-result__content'},'children':[_0x530170,_0x4540a6]}),_0x491002;}['_setupActionButtonExecution'](_0x6d9099,_0x1a111e,_0x2bfc44){_0x6d9099['on']('execute',()=>{_0x6d9099['isEnabled']&&(_0x1a111e['editing']['view']['focus'](),_0x1a111e['commands']['execute']('aiQuickAction',_0x2bfc44));});}['_createActionGroupButton'](_0x3a3ebe,_0x4f2b1b,_0x229bf1){const _0x2be337=new Xt(this['locale']),_0x1731d3=new Dt(),_0x1af85b=new pa(this['locale'],_0x1731d3),_0x1339ae=_0x1af85b['bindTemplate'],_0x2ee112=this['_getPanelKeystroke'](_0x229bf1),_0x369e05=this['_createGroupActionsList'](_0x3a3ebe,_0x4f2b1b['actions'],_0x229bf1);_0x1af85b['set']({'label':_0x4f2b1b['label'],'withText':!0x0,'role':Ta,'icon':_0x4f2b1b['icon']??_0x4d468f,'isEnabled':_0x4f2b1b['actions']['some'](_0x2aa4e2=>_0x2aa4e2['isEnabled'])}),_0x1af85b['extendTemplate']({'on':{'mouseenter':_0x1339ae['to'](()=>{this['_isSearchFocused']()||_0x1af85b['focus']();})}});const _0x3868b8=new Nt(this['locale']);return _0x3868b8['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-panel','ck-dropdown-menu__nested-menu__panel']},'on':{'keydown':_0x1339ae['to'](_0x2f1416=>{this['_handlePanelKeydown'](_0x2f1416,_0x2ee112,_0x1af85b,_0x3868b8);})}}),_0x1af85b['bind']('isOn')['to'](_0x3868b8,'isVisible'),this['_bodyCollection']['add'](_0x3868b8),_0x3868b8['content']['add'](_0x369e05),this['_setupGroupMenuBehavior'](_0x1af85b,_0x3868b8),_0x2be337['children']['add'](_0x1af85b),this['_actionButtons']['push']({'buttonView':_0x1af85b,'action':_0x4f2b1b}),{'listItem':_0x2be337,'highlightView':_0x1731d3};}['_createGroupActionsList'](_0x3ff18a,_0x114ae0,_0x561c49){const _0x335c47=new zt(this['locale']);return _0x335c47['extendTemplate']({'attributes':{'class':['ck','ck-reset_all','ck-ai-quick-actions-group-list','ck-dropdown-menu-list']}}),_0x114ae0['forEach'](_0x27f5af=>{const _0x4914d7=new Xt(this['locale']),_0xbb5964=Ia({'editor':_0x3ff18a,'action':_0x27f5af,'withText':!0x0,'withIcon':!0x1,'isInDropdown':!0x0,'shouldPreventFocus':()=>this['_isSearchFocused'](),'actionButtons':this['_actionButtons']})();_0x4914d7['children']['add'](_0xbb5964),_0x561c49['focusTracker']['add'](_0xbb5964),_0x335c47['items']['add'](_0x4914d7);}),_0x335c47;}['_setupGroupMenuBehavior'](_0x5caf6f,_0x1db09a){const _0x3c57c6=_0x5caf6f['bindTemplate'],_0x56af16=this['_getButtonKeystroke'](_0x5caf6f);_0x5caf6f['extendTemplate']({'attributes':{'class':['ck-ai-quick-actions-group-button']},'on':{'mouseenter':_0x3c57c6['to'](()=>{this['_showNestedPanel'](_0x1db09a,_0x5caf6f);}),'mouseleave':_0x3c57c6['to'](_0x998f46=>{const _0x261f4e=_0x998f46['relatedTarget'];this['_isMovingToNestedMenu'](_0x261f4e,_0x1db09a)||this['_hideNestedPanel'](_0x1db09a);}),'keydown':_0x3c57c6['to'](_0x58b4b5=>{_0x58b4b5['key']==_0x56af16&&(this['_showNestedPanel'](_0x1db09a,_0x5caf6f),_0x1db09a['content']['get'](0x0)['focus']());})}}),_0x1db09a['on']('render',()=>{_0x1db09a['element']?.['addEventListener']('mouseleave',_0x3f3597=>{const _0x178be2=_0x3f3597['relatedTarget'];_0x5caf6f['element']?.['contains'](_0x178be2)||this['_isMovingToNestedMenu'](_0x178be2,_0x1db09a)||this['_hideNestedPanel'](_0x1db09a);});});}['_showNestedPanel'](_0x3f6982,_0x18f0d7){this['_openNestedPanels']['forEach'](_0x228323=>{_0x228323!==_0x3f6982&&_0x228323['isVisible']&&_0x228323['hide']();}),_0x3f6982['show'](),_0x3f6982['pin']({'positions':[Vt['eastSouth']],'target':_0x18f0d7['element'],'fitInViewport':!0x0}),this['_openNestedPanels']['add'](_0x3f6982);}['_hideNestedPanel'](_0x4911ec){_0x4911ec['hide'](),this['_openNestedPanels']['delete'](_0x4911ec);}['_hideAllNestedPanels'](){this['_openNestedPanels']['forEach'](_0x244caf=>_0x244caf['hide']()),this['_openNestedPanels']['clear']();}['_isMovingToNestedMenu'](_0x265ac0,_0x34beae){if(!_0x265ac0)return!0x1;if(_0x34beae['element']?.['contains'](_0x265ac0))return!0x0;const _0x1a422c=_0x265ac0;return _0x1a422c['closest']&&(null!==_0x1a422c['closest']('.ck-ai-quick-actions-group-panel')||null!==_0x1a422c['closest']('.ck-ai-quick-actions-group-list')||null!==_0x1a422c['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'](_0x30540b){return'rtl'===_0x30540b['locale']['uiLanguageDirection']?'ArrowRight':'ArrowLeft';}['_getButtonKeystroke'](_0x4a652d){return'rtl'===_0x4a652d['locale']['uiLanguageDirection']?'ArrowLeft':'ArrowRight';}['_handlePanelKeydown'](_0x39db2e,_0x4825fb,_0x21657d,_0x17650e){_0x39db2e['key']==_0x4825fb&&(_0x21657d['focus'](),this['_hideNestedPanel'](_0x17650e));}['_handleSearchResultButtonClick'](_0x439047){_0x439047['fire']('execute');}};function Ca(_0x6f0fa4){const {editor:_0x4a8494,content:_0x3e5aa7,buttonDefinition:_0x1a5175,bodyCollection:_0x574cd2,hasSearch:_0xeebfa5=!0x1,actionButtons:_0x58893e}=_0x6f0fa4;return()=>{const _0x2e7b49=_0x4a8494['locale'],_0x505d15=_0x4a8494['commands']['get']('aiQuickAction'),_0x1cf3e9=_0x312ca1(_0x2e7b49);_0x1cf3e9['bind']('isEnabled')['to'](_0x505d15),_0x1cf3e9['buttonView']['set']({'icon':_0x1a5175['icon']??_0x4d468f,'label':_0x1a5175['label'],'tooltip':!0x0}),_0x1cf3e9['set']({'class':'ck-ai-quick-actions-dropdown'});const _0x15d236=new wa(_0x4a8494,_0x3e5aa7,_0x1cf3e9,_0x574cd2,_0xeebfa5,_0x58893e);return _0x1cf3e9['panelView']['children']['add'](_0x15d236),_0xeebfa5&&_0x1cf3e9['on']('change:isOpen',(_0x4e3ce6,_0x3259ce,_0x18d4c8)=>{if(_0x18d4c8){if(_0x4a8494['plugins']['has']('AIEditing')){const _0x2eb877=_0x4a8494['plugins']['get'](As),_0x413b7a=_0x4a8494['model']['document']['selection'],_0x85f190=Array['from'](_0x413b7a['getRanges']());_0x85f190['length']>0x0&&_0x2eb877['showFakeVisualSelection']({'editor':_0x4a8494,'ranges':_0x85f190,'id':'quick-action','priority':0x14});}}else _0x4a8494['plugins']['has']('AIEditing')&&_0x4a8494['plugins']['get'](As)['hideFakeVisualSelection']('quick-action'),_0x15d236['resetSearch']();}),_0x1cf3e9;};}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 _0x3f2605{['_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 _0x505a8=this['_getDefaultAndCustomActions']();this['_prepareQuickActionsDefinition'](_0x505a8),this['_initializeQuickActionsComponentsAndCommands'](),this['_initActionTypeQuickActions'](),this['_initChatTypeQuickActions']();}static['getDefaultQuickActions'](_0x35af5c){return function(_0x31657c){const _0x385b2d=new Intl['DisplayNames'](['en'],{'type':'language'})['of'](_0x31657c['uiLanguage'])||'English';return[{'id':'ask-ai','label':ls(_0x31657c,'AI_QUICK_ACTIONS_ASK_AI'),'type':'chat','icon':_0x332587},{'id':'chat-commands','label':ls(_0x31657c,'AI_QUICK_ACTIONS_CHAT_COMMANDS'),'icon':_0x332587,'actions':[{'id':'explain','label':ls(_0x31657c,'AI_QUICK_ACTIONS_EXPLAIN'),'displayedPrompt':ls(_0x31657c,'AI_QUICK_ACTIONS_EXPLAIN'),'prompt':fa['replace']('%0',_0x385b2d),'type':'chat'},{'id':'summarize','label':ls(_0x31657c,'AI_QUICK_ACTIONS_SUMMARIZE'),'displayedPrompt':ls(_0x31657c,'AI_QUICK_ACTIONS_SUMMARIZE'),'prompt':ba['replace']('%0',_0x385b2d),'type':'chat'},{'id':'highlight-key-points','label':ls(_0x31657c,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'displayedPrompt':ls(_0x31657c,'AI_QUICK_ACTIONS_HIGHLIGHT_KEY_POINTS'),'prompt':Sa['replace']('%0',_0x385b2d),'type':'chat'}]},{'id':'improve-writing','label':ls(_0x31657c,'AI_QUICK_ACTIONS_IMPROVE_WRITING'),'type':'action','icon':_0x32f401},{'id':'continue','label':ls(_0x31657c,'AI_QUICK_ACTIONS_CONTINUE_WRITING'),'type':'action','icon':_0x347ec9},{'id':'fix-grammar','label':ls(_0x31657c,'AI_QUICK_ACTIONS_FIX_GRAMMAR_SPELLING'),'type':'action','icon':_0x8854c0},{'id':'adjust-length','label':ls(_0x31657c,'AI_QUICK_ACTIONS_ADJUST_LENGTH'),'icon':_0x523c75,'actions':[{'id':'make-shorter','label':ls(_0x31657c,'AI_QUICK_ACTIONS_MAKE_SHORTER'),'type':'action'},{'id':'make-longer','label':ls(_0x31657c,'AI_QUICK_ACTIONS_MAKE_LONGER'),'type':'action'}]},{'id':'change-tone','label':ls(_0x31657c,'AI_QUICK_ACTIONS_CHANGE_TONE'),'icon':_0x5ed96b,'actions':[{'id':'make-tone-casual','label':ls(_0x31657c,'AI_QUICK_ACTIONS_MORE_CASUAL'),'type':'action'},{'id':'make-tone-direct','label':ls(_0x31657c,'AI_QUICK_ACTIONS_MORE_DIRECT'),'type':'action'},{'id':'make-tone-friendly','label':ls(_0x31657c,'AI_QUICK_ACTIONS_MORE_FRIENDLY'),'type':'action'},{'id':'make-tone-confident','label':ls(_0x31657c,'AI_QUICK_ACTIONS_MORE_CONFIDENT'),'type':'action'},{'id':'make-tone-professional','label':ls(_0x31657c,'AI_QUICK_ACTIONS_MORE_PROFESSIONAL'),'type':'action'}]},{'id':'translate','label':ls(_0x31657c,'AI_QUICK_ACTIONS_TRANSLATE'),'icon':_0x3ba0ab,'actions':[{'id':'translate-to-english','label':ls(_0x31657c,'AI_QUICK_ACTIONS_TRANSLATE_ENGLISH'),'type':'action','actionName':'translate','args':{'language':'english'}},{'id':'translate-to-chinese','label':ls(_0x31657c,'AI_QUICK_ACTIONS_TRANSLATE_CHINESE'),'type':'action','actionName':'translate','args':{'language':'chinese'}},{'id':'translate-to-spanish','label':ls(_0x31657c,'AI_QUICK_ACTIONS_TRANSLATE_SPANISH'),'type':'action','actionName':'translate','args':{'language':'spanish'}},{'id':'translate-to-german','label':ls(_0x31657c,'AI_QUICK_ACTIONS_TRANSLATE_GERMAN'),'type':'action','actionName':'translate','args':{'language':'german'}},{'id':'translate-to-french','label':ls(_0x31657c,'AI_QUICK_ACTIONS_TRANSLATE_FRENCH'),'type':'action','actionName':'translate','args':{'language':'french'}},{'id':'translate-to-japanese','label':ls(_0x31657c,'AI_QUICK_ACTIONS_TRANSLATE_JAPANESE'),'type':'action','actionName':'translate','args':{'language':'japanese'}},{'id':'translate-to-portuguese','label':ls(_0x31657c,'AI_QUICK_ACTIONS_TRANSLATE_PORTUGUESE'),'type':'action','actionName':'translate','args':{'language':'portuguese'}},{'id':'translate-to-korean','label':ls(_0x31657c,'AI_QUICK_ACTIONS_TRANSLATE_KOREAN'),'type':'action','actionName':'translate','args':{'language':'korean'}},{'id':'translate-to-italian','label':ls(_0x31657c,'AI_QUICK_ACTIONS_TRANSLATE_ITALIAN'),'type':'action','actionName':'translate','args':{'language':'italian'}},{'id':'translate-to-russian','label':ls(_0x31657c,'AI_QUICK_ACTIONS_TRANSLATE_RUSSIAN'),'type':'action','actionName':'translate','args':{'language':'russian'}}]},{'id':'other','label':ls(_0x31657c,'AI_QUICK_ACTIONS_OTHER'),'icon':_0x5e2869,'actions':[]}];}(_0x35af5c);}['_getDefaultAndCustomActions'](){const _0x3f8117=AIQuickActionsUI['getDefaultQuickActions'](this['editor']['locale']),_0x20fb6e=(this['editor']['config']['get']('ai.quickActions.extraCommands')||[])['map'](_0x3cb8f3=>({..._0x3cb8f3,'type':'chat'===_0x3cb8f3['type']?'chat':'action','icon':void 0x0}));return _0x3f8117['find'](_0x738e93=>'other'===_0x738e93['id'])['actions']['push'](..._0x20fb6e),_0x3f8117;}async['_initActionTypeQuickActions'](){try{const _0x4f66d1=new Xs({'connector':this['editor']['plugins']['get']('AIConnector'),'config':this['editor']['config']['get']('ai.models'),'locale':this['editor']['locale']}),_0x341f12=await _0x4f66d1['getAll'](),_0x1df851=(await _0x4f66d1['getDefault']())?.['id'];this['_assignDefaultModelToCustomActions'](_0x1df851),this['_enableButtonsByType']('action',_0x4e711e=>!!_0x341f12['find'](_0x897386=>_0x897386['id']===_0x4e711e['model'])||void 0x0===_0x4e711e['model']);}catch(_0x340d2d){const _0x3bf9a8=new at('ai-quick-actions-models-unable-to-retrieve',this,{'error':_0x340d2d});this['_reporter']['logError'](_0x3bf9a8);}}['_initChatTypeQuickActions'](){if(!this['editor']['plugins']['has']('AIChatController'))return;const _0x1cd066=this['editor']['plugins']['get']('AIChatController');this['listenTo'](_0x1cd066,'change:isConversationReady',(_0x19fb3b,_0x3a37fe,_0x20e3b8)=>{_0x20e3b8&&this['_enableButtonsByType']('chat',()=>!0x0);}),_0x1cd066['isConversationReady']&&this['_enableButtonsByType']('chat',()=>!0x0);}['_enableButtonsByType'](_0x2e1dda,_0x12b3fe){this['_quickActionsDefinition']['forEach'](_0x36dd3a=>{'actions'in _0x36dd3a?_0x36dd3a['actions']['forEach'](_0x1e5dda=>{_0x1e5dda['type']===_0x2e1dda&&(_0x1e5dda['isEnabled']=_0x12b3fe(_0x1e5dda));}):_0x36dd3a['type']===_0x2e1dda&&(_0x36dd3a['isEnabled']=_0x12b3fe(_0x36dd3a));}),this['_actionButtons']['forEach'](_0x5ebdbc=>{if(va(_0x5ebdbc['action']))return;if(_0x5ebdbc['action']['type']!==_0x2e1dda)return;const _0xef763b=_0x12b3fe(_0x5ebdbc['action']);if(_0x5ebdbc['action']['isEnabled']=_0xef763b,_0x5ebdbc['buttonView']['isEnabled']=_0xef763b,!_0xef763b&&_0x5ebdbc['action']['model']){const _0x292674=new at('ai-quick-actions-unavailable-model',this,{'actionId':_0x5ebdbc['action']['id'],'modelId':_0x5ebdbc['action']['model']});this['_reporter']['logError'](_0x292674);}}),this['_actionButtons']['filter'](_0x2c94b5=>va(_0x2c94b5['action']))['forEach'](_0x537fa4=>{_0x537fa4['buttonView']['isEnabled']=_0x537fa4['action']['actions']['some'](_0x44961a=>_0x44961a['isEnabled']);}),this['_menuBarGroupViews']['forEach'](({view:_0x27d236,group:_0x3fc85c})=>{_0x27d236['isEnabled']=_0x3fc85c['actions']['some'](_0x45bc79=>_0x45bc79['isEnabled']);});}['_assignDefaultModelToCustomActions'](_0x1ec85f){this['_actionButtons']['forEach'](_0x1ae258=>{va(_0x1ae258['action'])||'action'===_0x1ae258['action']['type']&&(_0x1ae258['action']['model']||(_0x1ae258['action']['model']=_0x1ec85f));});}['_initializeQuickActionsComponentsAndCommands'](){const _0x23a4be=new xt(this['editor']['locale']);_0x23a4be['attachToDom'](),this['_initializeQuickActionsDropdown'](_0x23a4be),this['_initializeQuickActionsMenuBar'](),this['_initializeQuickActionsComponents'](_0x23a4be);}['_initializeQuickActionsDropdown'](_0x201252){const _0x3aa5e6=this['editor']['config']['get']('ai.quickActions.isSearchEnabled')??!0x0;this['editor']['ui']['componentFactory']['add']('aiQuickActions',Ca({'editor':this['editor'],'content':this['_quickActionsDefinition'],'buttonDefinition':{'icon':_0x4d468f,'label':ls(this['editor']['locale'],'AI_QUICK_ACTIONS_HEADING')},'bodyCollection':_0x201252,'hasSearch':_0x3aa5e6,'actionButtons':this['_actionButtons']}));}['_prepareQuickActionsDefinition'](_0x5dc29d){this['_quickActionsDefinition']=_0x5dc29d['map'](_0x5f2e38=>{if('actions'in _0x5f2e38){const _0x2c1935=_0x5f2e38;return{..._0x2c1935,'actions':_0x2c1935['actions']['map'](_0x2570fd=>{const {actions:_0xe340d7,..._0x52b6f0}=_0x2c1935;return{..._0x2570fd,'isEnabled':!0x1,'parent':_0x52b6f0};})['filter'](_0x3f4f9a=>this['_shouldIncludeAction'](_0x3f4f9a))};}return{..._0x5f2e38,'isEnabled':!0x1};})['filter'](_0x2d38cc=>'actions'in _0x2d38cc?_0x2d38cc['actions']['length']>0x0:this['_shouldIncludeAction'](_0x2d38cc));}['_shouldIncludeAction'](_0x4dda62){const _0x1ca47f=this['editor']['config']['get']('ai.quickActions.removeCommands')||[];return this['editor']['plugins']['has'](Ra[_0x4dda62['type']])&&!_0x1ca47f['includes'](_0x4dda62['id'])&&!('chat'===_0x4dda62['type']&&!0x1===this['editor']['config']['get']('ai.chat.context.document.enabled'));}['_initializeQuickActionsComponents'](_0xdcff31){this['_quickActionsDefinition']['forEach'](_0x269001=>{if('actions'in _0x269001){const _0x2ef00c=Ca({'editor':this['editor'],'content':_0x269001['actions'],'buttonDefinition':_0x269001,'bodyCollection':_0xdcff31,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x269001['id'],_0x2ef00c),_0x269001['actions']['forEach'](_0x52447a=>{const _0x2a2c80=Ia({'editor':this['editor'],'action':_0x52447a,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x52447a['id'],_0x2a2c80);});}else{const _0x5db7c7=Ia({'editor':this['editor'],'action':_0x269001,'withText':!0x1,'withIcon':!0x0,'isInDropdown':!0x1,'actionButtons':this['_actionButtons']});this['editor']['ui']['componentFactory']['add'](_0x269001['id'],_0x5db7c7);}});}['_initializeQuickActionsMenuBar'](){this['editor']['ui']['componentFactory']['add']('menuBar:aiQuickActions',_0x5d561d=>{const _0x21e76d=this['editor']['commands']['get']('aiQuickAction'),_0x177459=new te(_0x5d561d),_0x4513fa=ls(_0x5d561d,'AI_QUICK_ACTIONS_HEADING');_0x177459['buttonView']['set']({'label':_0x4513fa,'icon':_0x4d468f});const _0x4ce72f=new Zt(_0x5d561d);return _0x4ce72f['set']({'ariaLabel':_0x4513fa,'role':'menu'}),this['_quickActionsDefinition']['forEach'](_0x31fdc5=>{if('actions'in _0x31fdc5){const _0x4afcf2=_0x31fdc5,_0x524fdb=new Jt(_0x5d561d,_0x177459),_0x45ae47=new te(_0x5d561d),_0x42bf44=new Zt(_0x5d561d);_0x45ae47['buttonView']['set']({'label':_0x4afcf2['label'],'icon':_0x4afcf2['icon']}),_0x4afcf2['actions']['forEach'](_0xc3044e=>{const _0x561f05=new Jt(_0x5d561d,_0x45ae47),_0x236963=new jt(_0x5d561d);_0x236963['set']({'label':_0xc3044e['label'],'icon':_0xc3044e['icon'],'role':'menuitem','isEnabled':_0xc3044e['isEnabled']}),_0x236963['on']('execute',()=>{this['_executeQuickAction'](_0xc3044e);}),this['_actionButtons']['push']({'buttonView':_0x236963,'action':_0xc3044e}),_0x236963['delegate']('execute')['to'](_0x45ae47),_0x561f05['children']['add'](_0x236963),_0x42bf44['items']['add'](_0x561f05);}),_0x45ae47['isEnabled']=_0x4afcf2['actions']['some'](_0xdaf9a7=>_0xdaf9a7['isEnabled']),this['_menuBarGroupViews']['push']({'view':_0x45ae47,'group':_0x4afcf2}),_0x45ae47['panelView']['children']['add'](_0x42bf44),_0x524fdb['children']['add'](_0x45ae47),_0x4ce72f['items']['add'](_0x524fdb);}else{const _0x1c4d43=_0x31fdc5,_0x5762c0=new Jt(_0x5d561d,_0x177459),_0x3f7121=new jt(_0x5d561d);_0x3f7121['set']({'label':_0x1c4d43['label'],'icon':_0x1c4d43['icon'],'role':'menuitem','isEnabled':_0x1c4d43['isEnabled']}),this['_actionButtons']['push']({'buttonView':_0x3f7121,'action':_0x1c4d43}),_0x3f7121['on']('execute',()=>{this['_executeQuickAction'](_0x1c4d43);}),_0x3f7121['delegate']('execute')['to'](_0x177459),_0x5762c0['children']['add'](_0x3f7121),_0x4ce72f['items']['add'](_0x5762c0);}}),Object['values'](Ra)['some'](_0x12bd18=>this['editor']['plugins']['has'](_0x12bd18))?_0x177459['bind']('isEnabled')['to'](_0x21e76d):_0x177459['set']({'isEnabled':!0x1}),_0x177459['panelView']['children']['add'](_0x4ce72f),_0x177459;});}['_executeQuickAction'](_0x54b436){const _0x5248e0=this['editor'];_0x5248e0['editing']['view']['focus'](),_0x5248e0['commands']['execute']('aiQuickAction',_0x54b436);const _0x13d3eb=_0x5248e0['ui']['view']['menuBarView'];_0x13d3eb&&_0x13d3eb['close']&&_0x13d3eb['close']();}};function va(_0x137e23){return'actions'in _0x137e23;}function ka(_0x8fc06b,_0x8562e9){const _0x476054=_0x8fc06b['plugins']['get']('AITabs')['view'];_0x476054['isVisible']=!0x0,_0x476054['activateTab'](_0x8562e9);}var Na=class extends _0xfa3ed0{['execute'](_0x3f3fc3){switch(this['_expandSelectionIfCollapsed'](),_0x3f3fc3['type']){case'chat':if(!this['editor']['plugins']['has']('AIChat')){const _0x1f75ee=ls(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIChat');throw new at('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x1f75ee});}this['_handleAIChatAction'](_0x3f3fc3);break;case'action':if(!this['editor']['plugins']['has']('AIActions')){const _0x1764dd=ls(this['editor']['locale'],'AI_QUICK_ACTIONS_PLUGIN_NOT_FOUND','AIActions');throw new at('ai-quick-actions-plugin-not-found',this['editor'],{'errorMessage':_0x1764dd});}this['_handleAIActionsAction'](_0x3f3fc3);}}async['_handleAIChatAction'](_0x1bfdc4){const _0x453662=this['editor']['plugins']['get']('AIChatController');if(ka(this['editor'],'chat'),'ask-ai'===_0x1bfdc4['id'])_0x453662['removeSelectionFromChatContext'](),_0x453662['addSelectionToChatContext'](this['editor']),_0x453662['focusPromptInput']();else await _0x453662['startConversation']({'modelId':_0x1bfdc4['model']}),_0x453662['removeSelectionFromChatContext'](),_0x453662['addSelectionToChatContext'](this['editor']),_0x453662['focusPromptInput'](),await _0x453662['sendMessage']({'message':_0x1bfdc4['prompt']||_0x1bfdc4['displayedPrompt']||_0x1bfdc4['label'],'attributes':{'quickActionData':{'id':_0x1bfdc4['id']},'displayedPrompt':_0x1bfdc4['displayedPrompt']}});}['_expandSelectionIfCollapsed'](){const _0x3252cb=this['editor'],_0x420ef8=_0x3252cb['model']['document']['selection'];if(!_0x420ef8['isCollapsed'])return;const _0xb8ae45=pt(_0x420ef8['getSelectedBlocks']())||_0x3252cb['model']['schema']['getLimitElement'](_0x420ef8);_0x3252cb['model']['change'](_0x2fc82e=>{_0x2fc82e['setSelection'](_0xb8ae45,'in');});}['_handleAIActionsActionLabel'](_0x98d21d){return _0x98d21d['parent']?.['label']&&'other'!==_0x98d21d['parent']?.['id']?_0x98d21d['parent']['label']+':\x20'+_0x98d21d['label']:_0x98d21d['label'];}async['_handleAIActionsAction'](_0x5d6471){const _0x9b7a51=this['editor']['plugins']['get']('AIActions'),_0x3718c8=_0x5d6471['prompt']?{'userMessage':_0x5d6471['prompt'],'model':_0x5d6471['model']}:{'actionName':_0x5d6471['actionName']||_0x5d6471['id'],'args':_0x5d6471['args']},_0x4152f0=this['_handleAIActionsActionLabel'](_0x5d6471);await _0x9b7a51['executeAction'](_0x3718c8,_0x4152f0,_0x5d6471['icon']);}},ya=class extends _0x3f2605{static get['pluginName'](){return'AIQuickActionsEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x489ba5=this['editor'],_0x530125=new Na(this['editor']);if(_0x489ba5['commands']['add']('aiQuickAction',_0x530125),_0x489ba5['plugins']['has']('AIChat')){const _0x1796dd=this['editor']['plugins']['get']('AIChatController');_0x489ba5['model']['document']['selection']['on']('change:range',(_0x2703cd,_0x530113)=>{_0x530113['directChange']&&_0x1796dd['removeSelectionFromChatContext']();});}}},xa=class extends _n{['appendContent'](_0x35ecc0,_0x504f4b='text'){'modification'===this['type']&&'text'===_0x504f4b&&(_0x504f4b=this['documentContextContent']['keys']()['next']()['value']),super['appendContent'](_0x35ecc0,_0x504f4b);}['updateChangeGroups'](_0x367275){const _0x2d32d5=this['parsedContent']['get'](_0x367275)['cloneNode'](!0x0);if(this['parsedMergedContent']['set'](_0x367275,_0x2d32d5),this['changeGroups']=[],0x0==_0x2d32d5['childNodes']['length'])return;Ps(this['documentContextContent']['get'](_0x367275),this['parsedMergedContent']['get'](_0x367275));const _0x41410c=_0x4c3236(this['documentContextContent']['get'](_0x367275)['children']['map'](_0x4a3a57=>({'node':_0x4a3a57,'id':Cs(_0x4a3a57,'data-id')})),_0x2d32d5['children']['map'](_0x297c03=>({'node':_0x297c03,'id':Cs(_0x297c03,'data-id')||Ot()})),{'comparator':(_0x2d0813,_0x248bf4)=>_0x2d0813['id']==_0x248bf4['id'],'oneChangePerToken':!0x0});if(!this['isDone']||!this['isComplete']){for(;_0x41410c['length']&&_0x41410c[_0x41410c['length']-0x1]['removed'];)_0x41410c['pop']();}const _0x1587df=_0x41410c['map'](_0x1465f7=>{const _0x11ad3e=_0x1465f7['added']?'new':_0x1465f7['removed']?'removed':'modified';return{'node':_0x1465f7['value'][0x0]['node'],'type':_0x11ad3e,'id':_0x1465f7['value'][0x0]['id']};}),_0x427f12=this['_documentIdToSource']['get'](_0x367275);this['changeGroups']['push']({'changes':_0x1587df,'state':'pending','index':this['changeGroups']['length'],'editor':_0x427f12['editor'],'rootName':_0x427f12['rootName'],'documentId':_0x367275});}['_getDifferentChangeGroups'](_0x2d0f67,_0x29f10b){return _0x29f10b;}},La=class extends In{['content'];['version'];['editor'];['rootName'];['actionName'];['args'];['userMessage'];['model'];['hasError']=!0x1;['stoppedExplicitly']=!0x1;constructor(_0x384b9a){super(_0x384b9a),this['content']=_0x384b9a['content'],this['version']=_0x384b9a['version'],this['editor']=_0x384b9a['editor'],this['rootName']=_0x384b9a['rootName'],this['actionName']=_0x384b9a['actionName'],this['args']=_0x384b9a['args'],this['userMessage']=_0x384b9a['userMessage'],this['model']=_0x384b9a['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'](_0x358691){const _0x46042b=this['editor']['config']['get']('collaboration.channelId'),_0xb9808f=new xa({..._0x358691,'locale':this['locale'],'documentContextContent':[{'id':this['id'],'content':this['content'],'channelId':_0x46042b,'rootName':this['rootName']}],'channelsToEditors':new Map([[_0x46042b,this['editor']]])});return this['replies']['push'](_0xb9808f),_0xb9808f['delegate'](...An)['to'](this),this['fire']('replyCreated',_0xb9808f),_0xb9808f;}},Da=class extends _0x177211{constructor(_0x2b1f45,_0x459ff5=!0x0,_0x16707d=!0x0){super(_0x2b1f45),this['set']('isEnabled',!0x1),_0x459ff5&&(this['applyButton']=this['_createButton'](ls(_0x2b1f45,'AI_BALLOON_APPLY_BUTTON'),an),this['applyButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['applyButton'])),_0x16707d&&(this['suggestButton']=this['_createButton'](ls(_0x2b1f45,'AI_BALLOON_SUGGEST_BUTTON'),_0x459ff5?hn:an),this['suggestButton']['bind']('isEnabled')['to'](this),this['items']['add'](this['suggestButton'])),this['setButtonsVisibility']({'showApplyButton':_0x459ff5,'showSuggestButton':_0x16707d}),this['extendTemplate']({'attributes':{'class':['ck-ai-balloon__toolbar']}});}['setButtonsVisibility']({showApplyButton:_0x1a9af7,showSuggestButton:_0x579916}){this['applyButton']&&(this['applyButton']['isVisible']=_0x1a9af7),this['suggestButton']&&(this['suggestButton']['isVisible']=_0x579916);}['_createButton'](_0x5bca21,_0x20bf44){const _0x496acc=new Pt(this['locale']);return _0x496acc['set']({'label':_0x5bca21,'class':_0x20bf44,'isVisible':!0x0,'withText':!0x0}),_0x496acc;}},Pa=class extends _0x1e8352{constructor(_0x1eab1b){super(_0x1eab1b),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(_0x1eab1b,'AI_DISCLAIMER_TEXT')}]}]});}},Ha=class extends _0x1e8352{constructor(_0x5de04f){super(_0x5de04f),this['set']('isVisible',!0x0);const _0x49b44f=new cr('small');_0x49b44f['isVisible']=!0x0;const _0x42d30a=new _0x1e8352(this['locale']);_0x42d30a['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',_0x54c0f9=>!_0x54c0f9)]},'children':[_0x49b44f,_0x42d30a]});}},Ma=class extends ha{['focusCycler'];['_config'];['_contentWrapper'];['_streamableContentView'];['_toolbarView'];['_miniToolbarView'];['_loaderView'];['_disclaimerView'];['_focusTracker'];['_keystrokes'];['_dialogContent'];['_focusables'];['_scrollManager'];['_miniToolbarResizeObserver'];['_navigationPreviousButton'];['_navigationNextButton'];['_navigationTryAgainButton'];['_navigationCounter'];constructor(_0x10d6f8,_0x43f090){super(_0x10d6f8),this['set']('isBusy',!0x1),this['set']('isTrackChangesOn',!0x1),this['set']('_isLoading',!0x1),this['set']('_hasError',!0x1),this['_config']=_0x43f090,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 _0x14141a(),this['_addContentWrapper'](_0x43f090),this['_addDisclaimerView'](),this['_addToolbar'](_0x43f090),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'](_0x43f090);}),this['on']('render',()=>{this['_setupMiniToolbarPositioning']();});}['render'](){super['render']();for(const _0x2eb34c of this['_focusables'])this['_focusTracker']['add'](_0x2eb34c['element']);this['_keystrokes']['listenTo'](this['element']),this['_initializeScrollManager']();}['destroy'](){super['destroy'](),this['_scrollManager']&&this['_scrollManager']['destroy'](),this['_miniToolbarResizeObserver']&&this['_miniToolbarResizeObserver']['destroy']();}['focus'](_0x463ca1){-0x1===_0x463ca1?this['focusCycler']['focusLast']():this['focusCycler']['focusFirst']();}['setIsLoading'](_0x3a71ab){this['_isLoading']=_0x3a71ab;}['setErrorState'](){this['_hasError']=!0x0,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x1);}['clearErrorState'](){this['_hasError']=!0x1,this['_miniToolbarView']['toggleShowChangesEnabled'](!0x0);}['showError'](_0x4bf02c){super['showError'](_0x4bf02c),this['_dialogContent']['has'](this['_errorView'])||this['_dialogContent']['add'](this['_errorView'],0x0);}['hideError'](){super['hideError'](),this['clearErrorState']();}['showBlockingError'](_0x5ea90c){super['showBlockingError'](_0x5ea90c),this['setErrorState']();}['addMiniToolbarItem'](_0x1fc4a5){this['_miniToolbarView']['items']['has'](_0x1fc4a5)||this['_miniToolbarView']['items']['add'](_0x1fc4a5);}['removeMiniToolbarItem'](_0x5af243){this['_miniToolbarView']['items']['has'](_0x5af243)&&this['_miniToolbarView']['items']['remove'](_0x5af243);}['showLoader'](){this['_loaderView']&&(this['_isLoading']=!0x0);}['hideLoader'](){this['_loaderView']&&(this['_isLoading']=!0x1);}['_toggleToolbarButtonsVisibility']({showApplyButton:_0x2a9e21,showSuggestButton:_0xd43358}){_0x2a9e21=_0x2a9e21&&!this['isTrackChangesOn']&&this['_config']['availableActions']['includes']('applySuggestion'),_0xd43358=_0xd43358&&this['_config']['availableActions']['includes']('insertSuggestion'),this['_toolbarView']['setButtonsVisibility']({'showApplyButton':_0x2a9e21,'showSuggestButton':_0xd43358});}async['updateContent'](_0x5aec37){await this['_streamableContentView']['update'](_0x5aec37);}['finalizeContent'](){this['_streamableContentView']['cleanUpStreamingArtifacts']();}['clearContent'](){this['_streamableContentView']['clear']();}['_addContentWrapper'](_0x43ec30){this['_contentWrapper']=new _0x1e8352(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'](_0x43ec30['miniToolbarConfig'])]}),this['_dialogContent']['add'](this['_contentWrapper']);}['_addDisclaimerView'](){this['_disclaimerView']=new Pa(this['locale']),this['_dialogContent']['add'](this['_disclaimerView']);}['_addToolbar']({showApplyButton:_0x416aba,showSuggestButton:_0x14f45a}){this['_toolbarView']=new Da(this['locale'],_0x416aba,_0x14f45a),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',(_0x880efd,_0x47d7b3,_0xc3126f)=>!(_0x880efd||_0x47d7b3||_0xc3126f)),this['_toggleToolbarButtonsVisibility']({'showApplyButton':_0x416aba,'showSuggestButton':_0x14f45a}),this['_dialogContent']['add'](this['_toolbarView']);}['_createMiniToolbar'](_0x26567e){return this['_miniToolbarView']=new ua(this['locale'],_0x26567e),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',(_0x55b624,_0x45748b)=>!(_0x55b624||_0x45748b)),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 _0x40e9f2=new Pt(this['locale']),_0x501282=new Pt(this['locale']),_0x4b4645=new Va(this['locale']),_0x52f595=new Pt(this['locale']);_0x40e9f2['set']({'icon':_0x2cd711,'label':ls(this['locale'],'AI_ACTIONS_TRY_AGAIN'),'tooltip':!0x0,'class':'ck-ai-custom-action-button\x20'+cn}),_0x501282['set']({'icon':_0x432064,'tooltip':ls(this['locale'],'AI_ACTIONS_PREVIOUS_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-previous-button\x20'+cn}),_0x52f595['set']({'icon':_0x21ac75,'tooltip':ls(this['locale'],'AI_ACTIONS_NEXT_INTERACTION'),'class':'ck-ai-navigation-button\x20ck-ai-next-button\x20'+cn}),_0x40e9f2['bind']('isEnabled')['to'](this,'isBusy',_0x17ae7d=>!_0x17ae7d),_0x40e9f2['on']('execute',()=>{this['fire']('tryAgain');}),_0x501282['bind']('isEnabled')['to'](this,'isBusy',_0x585159=>!_0x585159),_0x501282['on']('execute',()=>{this['fire']('showPrevious');}),_0x52f595['bind']('isEnabled')['to'](this,'isBusy',_0x25f4c4=>!_0x25f4c4),_0x52f595['on']('execute',()=>{this['fire']('showNext');}),this['_navigationPreviousButton']=_0x501282,this['_navigationCounter']=_0x4b4645,this['_navigationNextButton']=_0x52f595,this['_navigationTryAgainButton']=_0x40e9f2;}['updateMiniToolbarButtons'](_0x54abc2,_0xa3f3d){this['_navigationPreviousButton']||this['_setupMiniToolbarButtons']();const _0x1e6649=_0x54abc2>0x1;if(this['addMiniToolbarItem'](this['_navigationTryAgainButton']),_0x1e6649){this['addMiniToolbarItem'](this['_navigationPreviousButton']),this['addMiniToolbarItem'](this['_navigationCounter']),this['addMiniToolbarItem'](this['_navigationNextButton']);const _0x443ca5=_0x54abc2-_0xa3f3d;this['_navigationCounter']['setInteractionCount'](_0x443ca5+'/'+_0x54abc2),this['_navigationPreviousButton']['isEnabled']=_0xa3f3d<_0x54abc2-0x1,this['_navigationNextButton']['isEnabled']=_0xa3f3d>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'](_0x2ee416){this['_isLoading']=_0x2ee416;}['resetShowChangesButton'](){this['_miniToolbarView']['isShowChangesOn']=!0x1;}['_setupMiniToolbarPositioning'](){const _0x54e448=this['_streamableContentView']['element'],_0x22109e=this['_miniToolbarView']['element'],_0x375741=()=>{Et['window']['requestAnimationFrame'](()=>{const _0x2e559d=_0x54e448['offsetWidth']-_0x54e448['clientWidth'];_0x22109e['style']['right']='calc('+_0x2e559d+'px\x20+\x20var(--ck-spacing-large))';});};_0x375741(),this['_miniToolbarResizeObserver']=new At(_0x54e448,()=>{_0x375741();});}['_initializeScrollManager'](){const _0x3e6e70=this['_getScrollableElement']();_0x3e6e70&&!this['_scrollManager']&&(this['_scrollManager']=new Pr(_0x3e6e70));}['_getScrollableElement'](){return this['_streamableContentView']['element'];}},Va=class extends _0x1e8352{constructor(_0x1d0c93){super(_0x1d0c93);const _0xd4ebea=this['bindTemplate'];this['set']('interactionCount','1/1'),this['setTemplate']({'tag':'span','attributes':{'class':['ck-ai-interaction-counter']},'children':[{'text':_0xd4ebea['to']('interactionCount')}]});}['setInteractionCount'](_0x5b88ed){this['set']('interactionCount',_0x5b88ed);}},Ua=class extends _0x3f2605{static get['requires'](){return[cs,rn,Ht,As,la,_0x5b6f61];}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(_0x1b4887){super(_0x1b4887),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'](_0x4ada1a,_0x5ba204,_0x210441){if(this['_stopInteraction'](),this['editor']['plugins']['has']('TableSelection')&&this['editor']['plugins']['get']('TableSelection')['getSelectedTableCells']()){const {modelFragment:_0x3dbed6,anchorData:_0x535ab9,root:_0x2a861a}=this['_getExecuteDataInTable']();return this['_executeAction'](_0x4ada1a,_0x3dbed6,_0x535ab9,_0x2a861a,_0x5ba204,_0x210441);}const {modelFragment:_0x4f40c8,anchorData:_0x3a6e02,root:_0x13e041}=this['_getExecuteDataRegular']();return this['_executeAction'](_0x4ada1a,_0x4f40c8,_0x3a6e02,_0x13e041,_0x5ba204,_0x210441);}async['destroy'](){return this['_stopInteraction'](),super['destroy']();}['_createActionsBalloonView'](){const _0x4a638a=this['editor']['plugins']['has']('TrackChanges');let _0x3661b9=this['editor']['config']['get']('ai.availableReplyActions')||[...er];_0x4a638a||(_0x3661b9=_0x3661b9['filter'](_0x54c9d6=>'insertSuggestion'!=_0x54c9d6));const _0x29dba4=this['editor']['commands']['get']('trackChanges'),_0xba3f2e=new Ma(this['editor']['locale'],{'showApplyButton':!0x0,'showSuggestButton':_0x4a638a,'miniToolbarConfig':{'showChanges':'icon'},'availableActions':_0x3661b9});return _0xba3f2e['bind']('isBusy')['to'](this),_0x29dba4&&_0xba3f2e['bind']('isTrackChangesOn')['to'](_0x29dba4,'value'),_0xba3f2e['on']('tryAgain',()=>{this['_refreshInteraction']();}),_0xba3f2e['on']('showPrevious',()=>{this['_navigateToPrevious']();}),_0xba3f2e['on']('showNext',()=>{this['_navigateToNext']();}),_0xba3f2e;}['_normalizeSelectionStart'](){const _0x3bd339=this['editor']['model'],_0x17c094=_0x3bd339['document']['selection'],_0x3497e8=_0x17c094['getFirstRange']();if(!_0x3497e8||_0x3497e8['isCollapsed'])return;const _0x260c7f=pt(_0x17c094['getSelectedBlocks']());if(!_0x260c7f)return;const _0x346b2e=_0x3bd339['createPositionAt'](_0x260c7f,0x0);_0x346b2e['isAfter'](_0x3497e8['start'])&&_0x3bd339['change'](_0x4ed1cb=>{_0x4ed1cb['setSelection'](_0x4ed1cb['createRange'](_0x346b2e,_0x3497e8['end']));});}['_getExecuteDataRegular'](){const _0x2d843f=this['editor']['model']['document']['selection'],_0x245d2d=_0x2d843f['getFirstRange']()['start']['root'];if(_0x2d843f['isCollapsed']){const _0x5708bf=pt(_0x2d843f['getSelectedBlocks']())||this['editor']['model']['schema']['getLimitElement'](_0x2d843f);this['editor']['model']['change'](_0x3e28c5=>{_0x3e28c5['setSelection'](_0x5708bf,'in');});}this['_normalizeSelectionStart']();const _0x45785b=_0x2d843f['getFirstRange'](),_0x203beb=this['_wrapWithCommonAncestors'](this['editor']['model']['getSelectedContent'](_0x2d843f),_0x45785b['start'],_0x45785b['end']);this['_copyMarkersToFragment'](_0x203beb,_0x2d843f,{'isTableSelection':!0x1});const _0x5a0985=_0x2d843f['getFirstRange']()['start'],_0x52d4fb=new Map();let _0x42f0f7=_0x203beb;for(let _0xc246d2=0x0;_0xc246d2<_0x5a0985['path']['length'];_0xc246d2++)_0x52d4fb['set'](_0x42f0f7,_0x5a0985['path'][_0xc246d2]),_0x42f0f7=_0x42f0f7['getChild'](0x0);return{'modelFragment':_0x203beb,'anchorData':_0x52d4fb,'root':_0x245d2d};}['_getExecuteDataInTable'](){const _0xc8b43e=this['editor']['model']['document']['selection'],_0x1f96d7=this['editor']['plugins']['get']('TableSelection'),_0x59c296=_0xc8b43e['getFirstRange']()['start']['root'],_0x271097=_0x1f96d7['getSelectionAsFragment'](),_0x2a54f0=_0xc8b43e['getFirstRange']()['start']['parent']['parent'],_0x5b58ec=this['editor']['model']['createRange'](this['editor']['model']['createPositionBefore'](_0x2a54f0),this['editor']['model']['createPositionAfter'](_0x2a54f0)),_0x1273c8=this['_wrapWithCommonAncestors'](_0x271097,_0x5b58ec['start'],_0x5b58ec['end']);this['_copyMarkersToFragment'](_0x1273c8,_0xc8b43e,{'isTableSelection':!0x0});const _0xb48120=_0xc8b43e['getFirstRange']()['start'],_0x125d65=new Map();let _0x4efafa=_0x1273c8;for(let _0x2e6ce0=0x0;_0x2e6ce0<_0xb48120['path']['length'];_0x2e6ce0++)if(_0x125d65['set'](_0x4efafa,_0xb48120['path'][_0x2e6ce0]),_0x2e6ce0<_0xb48120['path']['length']-0x1)_0x4efafa=_0x4efafa['getChild'](0x0);else{let _0x4f3312=_0x4efafa['nextSibling'];for(;_0x4f3312;)_0x125d65['set'](_0x4f3312,_0xb48120['path'][_0x2e6ce0]),_0x4f3312=_0x4f3312['nextSibling'];}return{'modelFragment':_0x1273c8,'anchorData':_0x125d65,'root':_0x59c296};}async['_executeAction'](_0x2c8448,_0x293f9a,_0x1801a5,_0x52ce71,_0x3d85ca,_0x18b26f){const _0x425caa=this['editor']['plugins']['get'](As),_0x458b1c=this['editor']['plugins']['get'](la),_0x524104=this['editor']['model']['document']['selection'],_0x19a008=await _0x425caa['modelToDataWithIds'](_0x293f9a,this['editor']),_0xdcea1d=this['editor']['model']['document']['version'],_0x5d7a50=[..._0x524104['getRanges']()];return this['_actionsBalloonView']||(this['_actionsBalloonView']=this['_createActionsBalloonView']()),this['_clearInteractionHistory'](),this['_clearErrorState'](),this['_balloonShowDiff']=!0x1,this['_actionsBalloonView']['resetShowChangesButton'](),this['_actionsBalloonView']['clearContent'](),_0x458b1c['open']({'targetEditor':this['editor'],'index':0x3e8*Math['random']()%0x3e8,'title':_0x3d85ca,'icon':_0x18b26f||_0x4d468f,'mainView':this['_actionsBalloonView'],'class':'ck-ai-actions-balloon','ranges':_0x5d7a50,'id':'aiActionsBalloon'}),this['_setLoadingState'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x458b1c),this['_interactionParams']={'action':_0x2c8448,'content':_0x19a008,'version':_0xdcea1d,'aiBalloon':_0x458b1c,'modelFragment':_0x293f9a,'anchorData':_0x1801a5,'root':_0x52ce71},this['_setupApplyListeners'](),this['listenTo'](_0x458b1c,'selectionRemoved',()=>{this['_stopInteraction'](),this['_actionsBalloonView']['disableMiniToolbarButtons']();}),this['listenTo'](_0x458b1c,'dialogClosed',(_0x5ab191,{id:_0xf35cfd})=>{if('aiActionsBalloon'===_0xf35cfd){for(const _0x9db083 of this['_interactions']){if(0x0===_0x9db083['replies']['length']||_0x9db083['stoppedExplicitly'])continue;const _0x4fbe15=_0x9db083['replies'][_0x9db083['replies']['length']-0x1],_0x39e648=_0x4fbe15['changeGroups'][0x0];_0x39e648&&'pending'===_0x39e648['state']&&_0x4fbe15['setChangeGroupState'](0x0,'rejected');}this['_stopInteraction'](),this['_clearInteractionHistory'](),this['stopListening'](this['_actionsBalloonView']),this['stopListening'](_0x458b1c);}}),this['_createInteraction'](_0x19a008,_0xdcea1d,_0x458b1c,_0x2c8448);}['_setupApplyListeners'](){if(!this['_interactionParams'])return;const {modelFragment:_0x36ed17,anchorData:_0xcb39c4,root:_0x39855d}=this['_interactionParams'];this['listenTo'](this['_actionsBalloonView'],'applySuggestion',()=>{this['_applyChanges'](_0x36ed17,_0xcb39c4,_0x39855d,!0x1);}),this['listenTo'](this['_actionsBalloonView'],'insertSuggestion',()=>{this['_applyChanges'](_0x36ed17,_0xcb39c4,_0x39855d,!0x0);});}['_wrapWithCommonAncestors'](_0x21f557,_0x27812d,_0x2ac529){const _0x56e0b4=this['editor']['model']['createRange'](_0x27812d,_0x2ac529)['getCommonAncestor'](),_0x6810f9=_0x56e0b4['is']('documentFragment')?[]:_0x56e0b4['getAncestors']({'includeSelf':!0x0})['slice'](0x1);if(_0x6810f9['length']){const _0x1be7df=_0x6810f9['map'](_0x3b5bdb=>_0x3b5bdb['_clone'](!0x1));for(let _0x4b2608=0x1;_0x4b2608<_0x1be7df['length'];_0x4b2608++)_0x1be7df[_0x4b2608-0x1]['_appendChild'](_0x1be7df[_0x4b2608]);return _0x1be7df[_0x1be7df['length']-0x1]['_appendChild'](_0x21f557),new _0x500fd6(_0x1be7df[0x0]);}return _0x21f557;}['_copyMarkersToFragment'](_0x43fce3,_0x4020c7,_0x56cb65={'isTableSelection':!0x1}){const _0x3c6f7e=this['editor']['model'],_0x1f8573=Array['from'](_0x4020c7['getRanges']()),_0x32b71b=_0x4020c7['getFirstRange']()['start'];for(const _0x1c0867 of _0x3c6f7e['markers']){if(_0x1c0867['name']['startsWith']('ai-selection')||!_0x1c0867['affectsData'])continue;const _0xd9d450=_0x1c0867['getRange']();if(!_0x1f8573['some'](_0x5cc7cc=>_0x5cc7cc['containsRange'](_0xd9d450,!0x0)))continue;const _0x16e1ae=this['_regularCalculateMarkerPath'](_0xd9d450['start'],_0x32b71b,_0x56cb65['isTableSelection']),_0x4e8953=this['_regularCalculateMarkerPath'](_0xd9d450['end'],_0x32b71b,_0x56cb65['isTableSelection']),_0xe7ae0=_0x3c6f7e['createPositionFromPath'](_0x43fce3,_0x16e1ae),_0x27817a=_0x3c6f7e['createPositionFromPath'](_0x43fce3,_0x4e8953);if(!_0xe7ae0['isEqual'](_0x27817a)){const _0x4b9419=_0x3c6f7e['createRange'](_0xe7ae0,_0x27817a);_0x43fce3['markers']['set'](_0x1c0867['name'],_0x4b9419);}}}['_regularCalculateMarkerPath'](_0x59a059,_0x37efc7,_0x5e2529=!0x1){const _0x2b68d9=[..._0x59a059['path']['slice']()];for(let _0x698f0=0x0;_0x698f0<Math['max'](_0x37efc7['path']['length'],_0x59a059['path']['length']);_0x698f0++){const _0x32436f=_0x37efc7['path'][_0x698f0]||0x0,_0xc77e00=(_0x59a059['path'][_0x698f0]||0x0)-_0x32436f;if(_0x2b68d9[_0x698f0]=_0xc77e00,0x0!==_0xc77e00&&!_0x5e2529)break;}return _0x2b68d9;}async['_createInteraction'](_0x3eb6e9,_0x5ebb58,_0x271f09,_0xf0af45){const _0x426af9=this['editor'],_0x1bdcc7=_0x426af9['model']['document']['selection']['getFirstRange']()['start']['root'];this['_interactionParams']||(this['_interactionParams']={'action':_0xf0af45,'content':_0x3eb6e9,'version':_0x5ebb58,'aiBalloon':_0x271f09,'modelFragment':this['editor']['model']['getSelectedContent'](this['editor']['model']['document']['selection']),'anchorData':new Map(),'root':_0x1bdcc7});const _0x4c4d4d=new La({'connector':this['_aiConnector'],'locale':_0x426af9['locale'],'content':_0x3eb6e9,'version':_0x5ebb58,'editor':_0x426af9,'rootName':_0x1bdcc7['rootName'],..._0xf0af45});this['_interactions']['push'](_0x4c4d4d);const _0x1021ea=(_0x132e4d,_0x36aa22=!0x1,_0xea723e='streaming')=>{const {isDone:_0x48473b}=_0x132e4d;return this['_promiseQueue']['enqueue'](async _0x5dba6b=>{try{const _0x279f9a=Us({'changeGroups':_0x132e4d['changeGroups'],'documentContextContent':_0x132e4d['documentContextContent'],'showDiff':_0x36aa22,'trimUnchanged':!0x1});_0x279f9a['length']&&await this['_actionsBalloonView']['updateContent']({'part':_0x279f9a[0x0],'renderingStrategy':_0xea723e,'abortSignal':_0x5dba6b}),_0x48473b&&this['_actionsBalloonView']['finalizeContent']();}catch(_0x2c6a1c){if(sn(_0x2c6a1c))return;throw _0x2c6a1c;}});};_0x4c4d4d['on']('replyCreated',(_0x248ce6,_0x2852a2)=>{this['_actionsBalloonView']['hideLoader'](),this['_actionsBalloonView']['startAutoScroll'](),_0x1021ea(_0x2852a2)['catch'](_0xf11957=>{this['_reporter']['logError'](_0xf11957,{'context':{'operation':'reply-create'}}),this['_setErrorState'](_0x4c4d4d,_0xf11957);});}),_0x4c4d4d['on']('replyContentUpdated',(_0x25b44c,_0x54cd77)=>{_0x1021ea(_0x54cd77)['catch'](_0x5e7fcd=>{this['_reporter']['logError'](_0x5e7fcd,{'context':{'operation':'reply-update'}}),this['_setErrorState'](_0x4c4d4d,_0x5e7fcd);});}),_0x4c4d4d['on']('interactionFinished',async()=>{try{await this['_clearLoadingState'](),this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),await this['_promiseQueue']['queueEmptyPromise'];}catch(_0x1464a8){this['_reporter']['logError'](_0x1464a8,{'context':{'operation':'interaction-finish'}}),this['_setErrorState'](_0x4c4d4d,_0x1464a8);}finally{this['_actionsBalloonView']['stopAutoScroll']();}}),this['listenTo'](this['_actionsBalloonView'],'toggleSuggestionDisplayMode',async(_0x2f84ac,{showDiff:_0x4351df})=>{try{this['_balloonShowDiff']=_0x4351df;const _0xdc2628=this['_interaction']['replies'][this['_interaction']['replies']['length']-0x1];_0xdc2628&&await _0x1021ea(_0xdc2628,_0x4351df,'static');}catch(_0x48226f){this['_reporter']['logError'](_0x48226f,{'context':{'operation':'toggle-suggestion-display'}}),this['_setErrorState'](_0x4c4d4d,_0x48226f);}}),_0x4c4d4d['on']('replyChangeGroupStateUpdated',()=>{const _0x1a819c={'positiveCount':_0x4c4d4d['replies']['reduce']((_0x423d2d,_0x15f8ad)=>_0x423d2d+_0x15f8ad['changeGroups']['filter'](_0x56e3b9=>'accepted'===_0x56e3b9['state'])['length'],0x0),'totalCount':_0x4c4d4d['replies']['reduce']((_0x3f494a,_0x42180f)=>_0x3f494a+_0x42180f['changeGroups']['length'],0x0)},_0x48fad9=_0x4c4d4d['actionCallId'],_0x45e54b=_0x4c4d4d['actionName'];_0x45e54b?this['_aiConnector']['upsertAIActionRating'](_0x45e54b,_0x48fad9,_0x1a819c):this['_aiConnector']['upsertCustomAIActionRating'](_0x48fad9,_0x1a819c);}),this['_setLoadingState']();try{const _0x3de024=await _0x4c4d4d['start']();return this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']),_0x3de024;}catch(_0x1e15c2){sn(_0x1e15c2)||this['_actionsBalloonView']['hideLoader'](),this['_reporter']['logError'](_0x1e15c2,{'context':{'operation':'create-interaction'}}),this['_setErrorState'](_0x4c4d4d,_0x1e15c2);}}['_applyChanges'](_0x54526f,_0x1aef83,_0xffa261,_0x17c9f2){const _0x322c4b=this['editor'];if(_0x17c9f2&&!_0x322c4b['plugins']['has']('TrackChanges'))throw new at('ai-no-track-changes',null);const _0x10c4da=this['editor']['plugins']['get'](_0x5b6f61),_0x25be9d=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x25be9d||!_0x25be9d['replies']['length'])return;const _0x22de5e=_0x25be9d['replies'][_0x25be9d['replies']['length']-0x1];_0x22de5e['setChangeGroupState'](0x0,'accepted');const _0x4b3b19=ks({'documentSuggestions':On({'groups':[_0x22de5e['changeGroups'][0x0]],'documentContextContent':_0x22de5e['documentContextContent'],'documents':_0x25be9d['getDocumentContext']()['documents']}),'transform':!0x1,'documentCompare':_0x10c4da,'documentCompareOptions':{'anchor':_0x322c4b['model']['createPositionAt'](_0x54526f,0x0),'markDeletions':_0x17c9f2}})['values']()['next']()['value']??[],_0x51df6a=this['_filterOperationsOutsideRange'](_0x4b3b19,_0x1aef83);for(const _0x4ad69b of _0x51df6a)this['_anchorOperation'](_0x1aef83,_0x4ad69b,_0xffa261);const _0x5245a8=_0x25be9d['getDocumentContext']()['documents'][0x0]['version'],_0x1513d0=_0x30647f(_0x51df6a,_0x322c4b['model']['document']['history']['getOperations'](_0x5245a8),{'document':_0x322c4b['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1})['operationsA'];js(_0x1513d0,'quickActions');try{_0x322c4b['model']['change'](_0x3ba1f1=>{if(_0x3ba1f1['setSelection'](_0x322c4b['model']['document']['selection']['focus']),_0x17c9f2)_0x322c4b['plugins']['get']('TrackChangesEditing')['_applyOperationsAsSuggestions'](_0x1513d0);else{for(const _0x508288 of _0x1513d0)_0x508288['baseVersion']=_0x322c4b['model']['document']['version'],Ns(_0x322c4b,_0x508288),_0x3ba1f1['batch']['addOperation'](_0x508288),_0x322c4b['model']['applyOperation'](_0x508288);}});}catch(_0x3c3245){throw this['_reporter']['logError'](new nn({'code':'ai-applying-suggestion-failed','type':'runtime','cause':_0x3c3245})),_0x3c3245;}this['editor']['plugins']['get']('AIBalloon')['close']();}['_filterOperationsOutsideRange'](_0x4be77d,_0x2959c4){return _0x4be77d['filter'](_0x4310a0=>{if('rename'==_0x4310a0['type']){const _0x2a458f=_0x4310a0['position']['nodeAfter'];return!_0x2959c4['has'](_0x2a458f);}if(_0x4310a0['type']['indexOf']('Attribute')>-0x1){const _0x428064=_0x4310a0['range']['start']['nodeAfter'];return!_0x2959c4['has'](_0x428064);}return!0x0;});}['_anchorOperation'](_0x509a8b,_0x40fe9f,_0x2afed6){const _0x1a7d58=_0x40fe9f['clone']();for(const _0x53c44e in _0x40fe9f){const _0x9aa023=_0x40fe9f[_0x53c44e];_0x9aa023 instanceof _0x15a2ab?_0x40fe9f[_0x53c44e]=new _0x15a2ab(_0x337aa9(_0x9aa023['start']),_0x337aa9(_0x9aa023['end'])):_0x9aa023 instanceof _0x34d4d5&&(_0x40fe9f[_0x53c44e]=_0x337aa9(_0x9aa023));}if(['insert','move','remove','reinsert','split','merge']['includes'](_0x1a7d58['type'])){if(_0x1a7d58['isDocumentOperation']=!0x1,_0x1a7d58['baseVersion']=null,'remove'==_0x1a7d58['type']){const _0x4582ba=_0x1a7d58['sourcePosition'],_0x5930f3=_0x1a7d58['howMany'];new _0x39d5b2(_0x4582ba,_0x5930f3)['_execute']();}else _0x1a7d58['_execute']();}function _0x337aa9(_0x2f6826){if('$graveyard'==_0x2f6826['root']['rootName'])return _0x2f6826;const _0x1e6b2a=[];let _0x221254=_0x2f6826['root'];for(let _0x410d37=0x0;_0x410d37<_0x2f6826['path']['length'];_0x410d37++){const _0x4c2b0c=_0x509a8b['get'](_0x221254)||0x0;_0x1e6b2a[_0x410d37]=_0x2f6826['path'][_0x410d37]+_0x4c2b0c,_0x221254=_0x221254['getChildAtOffset'](_0x2f6826['path'][_0x410d37]);}return new _0x34d4d5(_0x2afed6,_0x1e6b2a,_0x2f6826['stickiness']);}}['_refreshInteraction'](){if(!this['_interactionParams'])return;this['_interactions']['length']>0x0&&this['_stopInteraction'](),this['_currentInteractionIndex']=0x0,this['_balloonShowDiff']=!0x1;const {action:_0x130a61,content:_0x7b7bf4,version:_0x52faf7,aiBalloon:_0x40b3e7}=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'](_0x7b7bf4,_0x52faf7,_0x40b3e7,_0x130a61)['catch'](_0x56234e=>{this['_reporter']['logError'](_0x56234e,{'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 _0x421594=this['_interactions']['length'];this['_currentInteractionIndex']<_0x421594-0x1&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']+0x1);}['_navigateToNext'](){this['_currentInteractionIndex']>0x0&&this['_displayInteractionAtIndex'](this['_currentInteractionIndex']-0x1);}async['_displayInteractionAtIndex'](_0x5755b8){if(!this['_interactionParams'])return;this['_currentInteractionIndex']=_0x5755b8;const _0x257079=this['_interactions'][this['_interactions']['length']-0x1-this['_currentInteractionIndex']];if(!_0x257079)return;if(_0x257079['hasError'])return this['_setErrorState'](_0x257079),void this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);if(!_0x257079['replies']['length'])return;this['_actionsBalloonView']['hideError'](),this['_interactionParams']&&this['_clearErrorState']();const _0x8af096=_0x257079['replies'][_0x257079['replies']['length']-0x1];if(_0x8af096)try{const _0x41befc=Us({'changeGroups':_0x8af096['changeGroups'],'documentContextContent':_0x8af096['documentContextContent'],'showDiff':this['_balloonShowDiff'],'trimUnchanged':!0x1});await new Promise(_0xb55e1=>setTimeout(_0xb55e1,0x32)),await this['_actionsBalloonView']['updateContent']({'part':_0x41befc[0x0],'renderingStrategy':'static','abortSignal':new AbortController()['signal']});}catch(_0x2c38f1){this['_reporter']['logError'](_0x2c38f1,{'context':{'operation':'navigation-update'}});}this['_actionsBalloonView']['updateMiniToolbarButtons'](this['_interactions']['length'],this['_currentInteractionIndex']);}['_setLoadingState'](){this['_actionsBalloonView']['setIsLoading'](!0x0),this['isBusy']=!0x0;}async['_setErrorState'](_0xf3087f,_0x435035){if(void 0x0!==_0x435035&&sn(_0x435035))return;const _0x47a7f8=ls(this['editor']['locale'],'AI_ACTIONS_GENERIC_ERROR');this['_actionsBalloonView']['showError'](_0x47a7f8),_0xf3087f['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 _0x3f2605{static get['requires'](){return[Oa,ya,Ua];}static get['pluginName'](){return'AIQuickActions';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x2c162a){super(_0x2c162a),_0x2c162a['config']['define']('ai.quickActions',{'extraCommands':[],'removeCommands':[],'isSearchEnabled':!0x0});}},Ga=class extends _0x1e8352{['resultResponseView'];['acceptButtonView'];['dismissButtonView'];['infoButtonView'];['outdatedButtonView'];constructor(_0x5efbe5,_0x2aa52c){super(_0x5efbe5),this['id']=_0x2aa52c,this['set']('status','pending'),this['set']('changeId',_0x2aa52c),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',(_0x2fc4f6,_0x1a6a9e)=>{_0x1a6a9e&&_0x1a6a9e['target']&&'A'===_0x1a6a9e['target']['tagName']&&_0x1a6a9e['preventDefault'](),this['fire']('activateChange',{'id':_0x2aa52c,'source':this,'uiInteraction':'click'});}),this['on']('mouseover',()=>{this['fire']('activateChange',{'id':_0x2aa52c,'source':this,'uiInteraction':'hover'});}),this['on']('mouseout',()=>{this['fire']('deactivateChange',{'origin':'panel','id':_0x2aa52c,'source':this});});}['setItemAsActive'](){this['isActive']=!0x0;}['setItemAsInactive'](){this['isActive']=!0x1;}['_createResultResponseView'](){const _0x369e38=new _0x1e8352(this['locale']);return _0x369e38['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',_0x449242=>!_0x449242)]}}),_0x369e38;}['_createAcceptButtonView'](){const _0x1e4197=new Pt(this['locale']);return _0x1e4197['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_ACCEPT_CHANGE'),'withText':!0x0}),_0x1e4197['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x55a27d=>{this['fire']('acceptChange',{'id':this['changeId']}),_0x55a27d['stopPropagation']();})},'attributes':{'class':[this['bindTemplate']['if']('status','ck-hidden',_0x484cb3=>'pending'!==_0x484cb3&&'accepted'!==_0x484cb3),this['bindTemplate']['if']('status',hn,_0x38f301=>'pending'===_0x38f301),this['bindTemplate']['if']('status',cn,_0x793b2c=>'pending'!==_0x793b2c),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x3020be=>'accepted'===_0x3020be)]}}),this['on']('change:status',(_0x3b8510,_0x13db90,_0xe53259)=>{_0x1e4197['isEnabled']='pending'===_0xe53259,'accepted'===_0xe53259&&(_0x1e4197['label']=ls(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_ACCEPTED'),_0x1e4197['icon']=_0x7ff926);}),_0x1e4197;}['_createDismissButtonView'](){const _0x4cdc10=new Pt(this['locale']);return _0x4cdc10['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_DISMISS_CHANGE'),'withText':!0x0}),_0x4cdc10['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x1d7a27=>{this['fire']('dismissChange',{'id':this['changeId']}),_0x1d7a27['stopPropagation']();})},'attributes':{'class':[cn,this['bindTemplate']['if']('status','ck-hidden',_0xda997d=>'pending'!==_0xda997d&&'rejected'!==_0xda997d),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-dismiss-button',_0x4b1a76=>'pending'===_0x4b1a76),this['bindTemplate']['if']('status','ck-ai_review__check-run-result-status-button',_0x1c108c=>'rejected'===_0x1c108c)]}}),this['on']('change:status',(_0x95c92d,_0x37ac87,_0x2b2329)=>{_0x4cdc10['isEnabled']='pending'===_0x2b2329,'rejected'===_0x2b2329&&(_0x4cdc10['label']=ls(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_REJECTED'),_0x4cdc10['icon']=_0x556600);}),_0x4cdc10;}['_createInfoButtonView'](){const _0xa1a198=new Pt(this['locale']);return _0xa1a198['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_LEARN_MORE'),'icon':_0x220b4a,'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox','class':cn+'\x20ck-ai_review__check-run-result-info-button\x20ck-hidden'}),_0xa1a198['bind']('isOn')['to'](this,'isInfoToggleOn',_0x4b415e=>_0x4b415e),_0xa1a198['on']('execute',()=>{this['isInfoToggleOn']=!this['isInfoToggleOn'];}),_0xa1a198;}['_createOutdatedButtonView'](){const _0x2a3edd=new Pt(this['locale']);return _0x2a3edd['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_CHECK_STATUS_OUTDATED'),'icon':_0x21ac9b,'withText':!0x0,'isEnabled':!0x1}),_0x2a3edd['extendTemplate']({'attributes':{'class':[cn,'ck-ai_review__check-run-result-status-button',this['bindTemplate']['if']('status','ck-hidden',_0x1f693d=>'outdated'!==_0x1f693d)],'disabled':'disabled'}}),_0x2a3edd;}},Fa=class extends Nt{['resultItemView'];['_pinnedRectIndex']=void 0x0;['_pinnedTargetElement']=void 0x0;['_pinnedTargetChangeId']=void 0x0;constructor(_0x2eeaf8,_0x1c920d){super(_0x2eeaf8),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']()),_0x1c920d['add'](this);}['render'](){super['render'](),this['_setupClickOutsideHandler']();}['updateContent'](_0x413aff){this['resultItemView']['changeId']=_0x413aff['id'],this['resultItemView']['resultResponseView']['element']['innerHTML']=_0x413aff['contentDiffed'];}['showBalloon'](_0x2f9733,_0x2b5c36,_0x119400,_0x296682,_0x355ba8,_0x39dc10){const _0x418ae4=_0x2b5c36();if(!_0x418ae4)return;this['updateContent'](_0x2f9733),this['show']();const _0x6437f5=Array['from'](_0x418ae4['getClientRects']())['reverse'](),_0x336f63=this['_getPointedRectIndexFromEvent'](_0x119400,_0x6437f5),_0x1c6967=_0x6437f5[_0x336f63??0x0];'click'===_0x296682?(this['isDiffActive']=!0x0,this['pin']({'target':()=>this['_getBestRectPositionOnClick'](_0x2b5c36(),_0x336f63,_0x2f9733['id'],_0x355ba8,_0x39dc10)||_0x1c6967})):'hover'===_0x296682&&(this['isDiffActive']=!0x1,this['pin']({'target':()=>this['_getBestRectPositionOnHover'](_0x2b5c36(),_0x336f63,_0x2f9733['id'])||_0x1c6967}));}['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'](){_0x262419({'emitter':this,'activator':()=>this['isVisible'],'contextElements':()=>{const _0xeb1436=[this['element']];return this['_pinnedTargetElement']&&_0xeb1436['push'](this['_pinnedTargetElement']),_0xeb1436;},'callback':()=>{this['hide'](),this['unpin'](),this['deactivateChange'](),this['_pinnedTargetElement']=void 0x0,this['_pinnedRectIndex']=void 0x0,this['_pinnedTargetChangeId']=void 0x0;}});}['_createContentView'](){const _0x554617=new _0x1e8352();return this['resultItemView']=new Ga(this['locale'],''),this['resultItemView']['resultResponseView']['extendTemplate']({'attributes':{'class':['ck-content']}}),this['resultItemView']['delegate']('acceptChange','dismissChange')['to'](this),_0x554617['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']]}]}),_0x554617;}['_getBestRectPositionOnClick'](_0x25303a,_0x4b7aa5,_0xe2311b,_0x2dc099,_0x5c5c72){if(!_0x25303a)return null;const _0x1974c9=this['position']['replace']('arrow_',''),_0x17b104=Array['from'](_0x25303a['getClientRects']());let _0x466235,_0x383832=_0x17b104['reverse']();return void 0x0!==_0x4b7aa5&&this['_isPinnedRectVisible'](_0x383832[_0x4b7aa5],_0x2dc099,_0x5c5c72)?(_0x466235=_0x383832[_0x4b7aa5],this['_pinnedRectIndex']=_0x4b7aa5):this['_isPinnedRectVisible'](_0x383832[0x0],_0x2dc099,_0x5c5c72)&&void 0x0===_0x4b7aa5?_0x466235=_0x383832[0x0]:(_0x383832='s'==_0x1974c9[0x0]?[..._0x17b104]['reverse']():_0x17b104,_0x383832['forEach'](_0x17feaf=>{this['_isPinnedRectVisible'](_0x17feaf,_0x2dc099,_0x5c5c72)&&(_0x466235=_0x17feaf);})),this['_pinnedTargetChangeId']=_0xe2311b,this['_pinnedTargetElement']=_0x25303a,_0x466235||_0x25303a['getBoundingClientRect']();}['_getBestRectPositionOnHover'](_0x7184c3,_0x434eb2,_0x4675eb){if(!_0x7184c3)return null;const _0x39f73e=Array['from'](_0x7184c3['getClientRects']())['reverse']();return void 0x0===this['_pinnedRectIndex']&&void 0x0!==_0x434eb2&&this['_pinnedTargetChangeId']!==_0x4675eb?(this['_pinnedRectIndex']=_0x434eb2,this['_pinnedTargetElement']=_0x7184c3,this['_pinnedTargetChangeId']=_0x4675eb,_0x39f73e[_0x434eb2]):void 0x0!==this['_pinnedRectIndex']&&this['_pinnedTargetChangeId']===_0x4675eb?_0x7184c3!==this['_pinnedTargetElement']?Array['from'](this['_pinnedTargetElement']['getClientRects']())['reverse']()[this['_pinnedRectIndex']]:_0x39f73e[this['_pinnedRectIndex']]:void 0x0!==_0x434eb2&&this['_pinnedTargetChangeId']!==_0x4675eb?(this['_pinnedRectIndex']=_0x434eb2,this['_pinnedTargetElement']=_0x7184c3,this['_pinnedTargetChangeId']=_0x4675eb,_0x39f73e[_0x434eb2]):_0x7184c3['getBoundingClientRect']();}['_getPointedRectIndexFromEvent'](_0x128959,_0x14560f){if(_0x128959)for(let _0x52206a=0x0;_0x52206a<_0x14560f['length'];_0x52206a++){const _0x1ae139=_0x14560f[_0x52206a];if(_0x128959['clientX']>=_0x1ae139['left']-0x3&&_0x128959['clientX']<=_0x1ae139['right']+0x3&&_0x128959['clientY']>=_0x1ae139['top']-0x3&&_0x128959['clientY']<=_0x1ae139['bottom']+0x3)return _0x52206a;}}['_isPinnedRectVisible'](_0x33ac5e,_0xf2f2a7,_0x1abc05){const _0x1f5988=new gt(_0x33ac5e),_0x2e5f25=_0xf2f2a7||document['documentElement'],_0x241eb5=_0x1f5988['getIntersection'](mt(_0x1abc05)),_0xc4abaf=new gt(_0x2e5f25)['getIntersection'](_0x1f5988);return!!(_0x241eb5&&_0xc4abaf&&_0x1f5988['width']>0x0);}};const Ka=['getReviewCheckList','runReviewCheck','abortReviewStream','toggleDiff','acceptAllChanges','leaveReviewCoreResultList','activateChange','deactivateChange','acceptChange','dismissChange','learnMore','finishReview','retryReview'];var Wa=class extends _0x2d0760{['_mainView'];['_balloonSuggestionView'];['_bodyCollection'];static get['requires'](){return[hs];}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x241005){super(_0x241005),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 _0x4d28d6=this['context']['plugins']['get']('AITabs');this['registerTab'](_0x4d28d6);}['destroy'](){this['_bodyCollection']['detachFromDom'](),super['destroy']();}['setAvailableChecks'](_0xe5f25a){if(!this['_mainView']['reviewCheckListView']['hasChecks']()){const _0x606b12=!this['context']['config']['get']('ai.models.showModelSelector');this['_mainView']['reviewCheckListView']['setChecks'](_0xe5f25a,_0x606b12);}this['_mainView']['showReviewCheckListView']();}['showReviewCheckList'](){this['fire']('getReviewCheckList');}['showCheckRunResults'](_0x34d258){_0x34d258&&('error-general'!==_0x34d258['status']?'error-chunk'!==_0x34d258['status']?this['_mainView']['showReviewCheckResultsView']():this['showChunkErrorView']():this['showGeneralResultsErrorView']());}['showCheckRunResult'](_0x446373){this['_mainView']['addCheckRunResult'](_0x446373);}['showGeneralResultsErrorView'](){this['_mainView']['showGeneralResultsErrorView']();}['showGeneralReviewCoreErrorView'](_0xbd8c89){this['_mainView']['showGeneralReviewCoreErrorView'](_0xbd8c89??ls(this['context']['locale'],'AI_REVIEW_INITIALIZATION_ERROR_MESSAGE'));}['showChunkErrorView'](){this['_mainView']['showChunkErrorView']();}['setCheckResultTitle'](_0x1decc9,_0x2a4e85){this['_mainView']['reviewCheckResultsView']['setTitle'](_0x1decc9,_0x2a4e85);}['setActiveStateInResults'](_0x58049c){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x470498=>{_0x470498['id']===_0x58049c&&_0x470498['setItemAsActive']();});}['resetActiveStateInResults'](){this['_mainView']['reviewCheckResultsView']['getResults']()['forEach'](_0x8d9a2e=>_0x8d9a2e['setItemAsInactive']());}['updateChangeState'](_0x4432fa,_0x15f9ae){'accepted'===_0x15f9ae||'rejected'===_0x15f9ae||'outdated'===_0x15f9ae?this['_mainView']['reviewCheckResultsView']['hideResult'](_0x4432fa,_0x15f9ae):this['_mainView']['reviewCheckResultsView']['showResult'](_0x4432fa,_0x15f9ae);}['showReviewCompletedView'](){this['_mainView']['showReviewCompletedView']();}['showActionsWhenResultIsReady'](){this['_mainView']['showActionsWhenResultIsReady']();}['showNoChangesView'](){this['_mainView']['showNoChangesView']();}['hideActionsWhenResultIsReady'](){this['_mainView']['hideActionsWhenResultIsReady']();}['showChangeBalloon'](_0x487be2,_0x559885,_0x3abe54,_0x32e156,_0x349490,_0x41a9d3){this['_balloonSuggestionView']['showBalloon'](_0x487be2,_0x559885,_0x3abe54,_0x32e156,_0x349490,_0x41a9d3);}['hideChangeBalloon'](){this['_balloonSuggestionView']['hideBalloon']();}['hideDiffInBalloon'](){this['_balloonSuggestionView']['hideDiffInBalloon']();}['showDiffInBalloon'](){this['_balloonSuggestionView']['showDiffInBalloon']();}['getChangeElement'](_0x16963a){const _0x392a12=this['_mainView']['reviewCheckResultsView']['getResults']()['find'](_0x4cf1a2=>_0x4cf1a2['id']===_0x16963a);return _0x392a12?_0x392a12['element']:null;}['deactivateChange'](){this['_balloonSuggestionView']['deactivateChange']();}},Ya=class extends _0x1e8352{constructor(_0x55462e){super(_0x55462e),this['set']('isVisible',!0x1),this['set']('errorMessage','');const _0x219cb3=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__general-error-container',_0x219cb3['if']('isVisible','ck-hidden',_0x398350=>!_0x398350)]},'children':[{'tag':'p','attributes':{'class':'ck\x20ck-ai-notification\x20ck-ai-notification_error'},'children':[{'text':_0x219cb3['to']('errorMessage')}]}]});}},$a=class extends _0x1e8352{['reviewCoreHeader'];['generalErrorView'];['reviewCheckListView'];['reviewCheckResultsView'];['reviewCompletedView'];constructor(_0x1a0c6f,_0x48f369){super(_0x1a0c6f),this['reviewCoreHeader']=_0x48f369['header'],this['generalErrorView']=new Ya(_0x1a0c6f),this['reviewCheckListView']=_0x48f369['list'],this['reviewCheckListView']['delegate'](...Ka)['to'](this),this['reviewCheckResultsView']=_0x48f369['results'],this['reviewCheckResultsView']['delegate'](...Ka)['to'](this),this['reviewCompletedView']=_0x48f369['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'](_0xed1a5a){this['reviewCheckResultsView']['addResult'](_0xed1a5a),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'](_0x115fba){this['generalErrorView']['set']('isVisible',!0x0),this['generalErrorView']['errorMessage']=_0x115fba;}['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(_0x46d3df,_0x22dfd3){super(_0x22dfd3),this['set']({'label':_0x46d3df,'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(_0x3cba01,_0x2dbf2d){super(_0x3cba01),this['_contents']=_0x2dbf2d,this['_resultViews']=new _0x14141a(),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(_0x3cba01),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 _0xa6ed59=this['_createCombinedSkeletonLoader'](),_0xaf8bc2=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run',_0xaf8bc2['if']('isLoading','ck-ai_review__check-run_loading',_0x4dc51b=>_0x4dc51b),_0xaf8bc2['if']('isResultReady','ck-ai_review__check-run_ready',_0x283e8f=>_0x283e8f),_0xaf8bc2['if']('isVisible','ck-hidden',_0x10eb40=>!_0x10eb40)]},'children':[this['_resultsHeader'],this['_errorMessageView'],this['_resultsBody'],_0xa6ed59,this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear'](),this['_resultsBody']['element']&&(this['_resultsBody']['element']['scrollTop']=0x0);}['getResults'](){return this['_resultViews'];}['addResult'](_0x1b1cb4){const _0x22a686=new Ga(this['locale'],_0x1b1cb4['id']);_0x22a686['delegate']('acceptChange','dismissChange','activateChange','deactivateChange')['to'](this),this['_resultViews']['add'](_0x22a686),_0x22a686['resultResponseView']['element']['innerHTML']=_0x1b1cb4['contentDiffed'];}['hideResult'](_0x44bc10,_0x2814ed){if('pending'===_0x2814ed)return;const _0xf688df=this['_resultViews']['find'](_0x357216=>_0x357216['id']===_0x44bc10);_0xf688df&&(_0xf688df['status']=_0x2814ed,_0xf688df['element']?.['classList']['add']('ck-ai_review__check-run-result_grayout'));}['showResult'](_0x128fe5,_0x2f00ba){if('pending'!==_0x2f00ba)return;const _0x5c896e=this['_resultViews']['find'](_0x4b4254=>_0x4b4254['id']===_0x128fe5);_0x5c896e&&(_0x5c896e['status']=_0x2f00ba,_0x5c896e['element']?.['classList']['remove']('ck-ai_review__check-run-result_grayout'));}['setTitle'](_0x1aa5d0,_0x6a195d){this['headerTitle']=_0x1aa5d0,this['headerSubtitle']=_0x6a195d||'';}['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 _0x18dfb1=new _0x1e8352(this['locale']),_0xd24b53=[];for(let _0x296f1b=0x0;_0x296f1b<0x10;_0x296f1b++){const _0x49209d=this['_createSkeletonLoader']();_0x49209d['extendTemplate']({'attributes':{'class':['ck-ai_review__check-run-skeleton-item']}}),_0xd24b53['push'](_0x49209d);}return _0x18dfb1['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x42c066=>!_0x42c066)]},'children':_0xd24b53}),_0x18dfb1;}['_createResultsBodyView'](){const _0x168587=new _0x1e8352(this['locale']);return _0x168587['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-container','ck-reset_all-excluded',this['bindTemplate']['if']('isLoading','ck-hidden',_0x24e5eb=>_0x24e5eb)]},'children':this['_resultViews']}),_0x168587;}['_createErrorView'](){const _0x27abcd=new _0x1e8352(this['locale']),_0x208a6c=new Pt(this['locale']),t=this['locale']['t'];return _0x27abcd['delegate']('retryReview')['to'](this),_0x208a6c['set']({'label':t('Try\x20again'),'withText':!0x0,'class':hn+'\x20ck-ai_review__check-run-error-retry-button'}),_0x208a6c['on']('execute',()=>{this['fire']('retryReview');}),_0x27abcd['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0xb80a6c=>!_0xb80a6c),this['bindTemplate']['if']('errorType','ck-ai_review__check-run-error-container_border-bottom',_0x52931a=>'chunk'===_0x52931a)]},'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',_0x4947bd=>'chunk'===_0x4947bd)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x497c6a=>'general'!==_0x497c6a)]},'children':[{'text':this['_contents']['generalErrorText']}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x2bceea=>'chunk'!==_0x2bceea)]},'children':[{'text':ls(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x208a6c]}),_0x27abcd;}['_createCancelButtonView'](){const _0x1c0ea7=new Pt(this['locale']);return _0x1c0ea7['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':[hn+'\x20ck-ai-button-stop-generating'],'icon':et}),_0x1c0ea7['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x56ce71=>_0x56ce71),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x4af7dc=>_0x4af7dc)]}}),_0x1c0ea7['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x1c0ea7;}['_createToggleDiffButtonView'](){const _0x4df376=new Pt(this['locale']);_0x4df376['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x4df376['bind']('isEnabled')['to'](this,'isError',_0x341508=>!_0x341508),_0x4df376['extendTemplate']({'attributes':{'class':[hn,'ck-ai_review__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x271fee=>!_0x271fee),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x553f6c=>_0x553f6c)]}});const _0x1e6b2=ls(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x5a8e69=ls(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x4df376['bind']('isOn')['to'](this,'isToggleDiffOn',_0x383fe1=>_0x383fe1),_0x4df376['bind']('icon')['to'](this,'isToggleDiffOn',_0x411ac8=>_0x411ac8?_0x3654b6:_0x5cd5d8),_0x4df376['bind']('label')['to'](this,'isToggleDiffOn',_0x460cd9=>_0x460cd9?_0x1e6b2:_0x5a8e69),_0x4df376['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x4df376;}['_createAcceptAllButtonView'](){const _0x400080=new Pt(this['locale']);return _0x400080['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x400080['bind']('isEnabled')['to'](this,'isError',_0xee333b=>!_0xee333b),_0x400080['extendTemplate']({'attributes':{'class':[an,'ck-ai_review__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x5dd0f7=>!_0x5dd0f7),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x35d616=>_0x35d616)]}}),_0x400080['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x400080;}['_createExitReviewButtonView'](){const _0x4ad239=new Pt(this['locale']);return _0x4ad239['set']({'label':ls(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x4ad239['extendTemplate']({'attributes':{'class':[cn,'ck-ai_review__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x30442f=>!_0x30442f),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x386cd9=>_0x386cd9)]}}),_0x4ad239['on']('execute',()=>{this['fire']('leaveReviewCoreResultList');}),_0x4ad239;}['_createResultHeaderView'](){const _0x5c22ba=new _0x1e8352(this['locale']),_0x3756aa=this['_createTitleView']();return _0x5c22ba['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai_review__review-completed-header',_0x270373=>_0x270373)]},'children':[_0x3756aa,{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2bc4c3=>!_0x2bc4c3)],'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']]}]}),_0x5c22ba;}['_createTitleView'](){const _0x7be038=new _0x1e8352(this['locale']),_0x4dc006=new cr();return _0x4dc006['bind']('isVisible')['to'](this,'isResultReady',_0x159e5e=>!_0x159e5e),_0x7be038['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-wrapper',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2a8d60=>_0x2a8d60)]},'children':[_0x4dc006,{'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')}]}]}]}),_0x7be038;}['_createFinishReviewButtonView'](){const _0x397003=new qa(ls(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),this['locale']);return _0x397003['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0xdbfbff=>!_0xdbfbff)]}}),_0x397003['delegate']('finishReview')['to'](this),_0x397003;}},Xa=class extends Xt{['_resultsHeader'];['_finishReviewButtonView'];constructor(_0x509f4c,_0x557ea8){super(_0x509f4c),this['_finishReviewButtonView']=this['_createFinishReviewButtonView'](_0x557ea8['buttonText']),this['_resultsHeader']=this['_createResultHeaderView'](_0x557ea8['headerText']);const _0x237831=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed',_0x237831['if']('isVisible','ck-hidden',_0x50d1db=>!_0x50d1db)]},'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':_0x557ea8['emptyResultsText']}]}]}]});}['_createFinishReviewButtonView'](_0x67d375){const _0x3d5db8=new qa(_0x67d375,this['locale']);return _0x3d5db8['delegate']('finishReview')['to'](this),_0x3d5db8;}['_createResultHeaderView'](_0x55a3f0){const _0x379644=new _0x1e8352(this['locale']);return _0x379644['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header']},'children':[{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title'],'title':_0x55a3f0},'children':[{'text':_0x55a3f0}]},{'tag':'div','attributes':{'class':['ck-ai_review__review-completed-header-buttons']},'children':[this['_finishReviewButtonView']]}]}),_0x379644;}},za=class extends _0x1e8352{['_dropdownView'];['_defaultValue'];['_defaultLabel'];constructor(_0x4dba17,_0x139fb1){super(_0x4dba17),this['_defaultValue']=_0x139fb1['default']||(_0x139fb1['data']['length']>0x0?_0x139fb1['data'][0x0]['id']:''),this['_defaultLabel']=_0x139fb1['data']['find'](_0x304cfd=>_0x304cfd['id']===this['_defaultValue'])?.['label']||'',this['set']('formValue',''),this['_dropdownView']=_0x312ca1(this['locale']);const _0x2a14a2=this['_prepareListOptions'](_0x139fb1['data']);_0x11b460(this['_dropdownView'],_0x2a14a2,{'role':'menu','ariaLabel':_0x139fb1['label']}),this['_dropdownView']['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0}),this['_dropdownView']['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x13a663=>{_0x13a663['stopPropagation']();})}}),this['listenTo'](this['_dropdownView'],'execute',_0x120214=>{this['formValue']=_0x120214['source']['model']['id'],this['_dropdownView']['buttonView']['label']=_0x120214['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'](_0x1e363f=[]){const _0x1d8b2f=new ht();this['resetToDefault']();for(const _0x1ceba4 of _0x1e363f){const _0x5791e7=new _0x53b316({'label':_0x1ceba4['label'],'withText':!0x0,'role':'menuitemradio','id':_0x1ceba4['id'],'model':_0x1ceba4});_0x5791e7['bind']('isOn')['to'](this,'formValue',_0xc5ec05=>_0xc5ec05===_0x5791e7['id']);const _0x234475={'type':'button','model':_0x5791e7};_0x1d8b2f['add'](_0x234475);}return _0x1d8b2f;}},ja=class extends Xt{['_formItem']=null;constructor(_0x43b6bc,_0x3beb5b,_0x3f0111){if(super(_0x43b6bc),this['argsKey']=_0x3beb5b?.['argsKey'],'dropdown'===_0x3beb5b['formType'])this['_formItem']=new za(this['locale'],_0x3beb5b);this['set']('value',''),this['bind']('value')['to'](this['_formItem'],'formValue');const _0x4f806c=new Ft(this['locale'],{'children':[this['_formItem']],'class':[_0x3f0111?'ck-form__row_with-submit':'']});_0x3f0111&&_0x4f806c['children']['add'](_0x3f0111),this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-ai_review__form-item','ck-reset_all']},'children':[_0x4f806c]});}['resetToDefault'](){this['_formItem']['resetToDefault']();}},Ja=class AIReviewCorePromptInputView extends _0x52eb0a{['keystrokes'];static ['MIN_ROWS']=0x1;static ['MAX_ROWS']=0xc;constructor(_0x37a3bd){super(_0x37a3bd),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 _0x1e8352{['focusTracker']=new ut();['keystrokes']=new dt();['focusCycler'];['_focusables']=new _0x14141a();['submitButtonView'];['cancelButtonView'];['promptInputView'];['actionsFooterView'];['_modelSelectionDropdown'];['_modelNameView'];['_modelSelectionDropdownItems'];['_check'];['_defaultValue'];['_defaultLabel'];constructor(_0x3ab2c5,_0x41e829,_0x2a7b70=!0x1){super(_0x3ab2c5),this['_check']=_0x41e829,this['set']('prompt',''),this['set']('modelId',''),this['set']('modelDisplayMode','selector'),this['set']('activeModelName',null),this['_defaultValue']=_0x41e829['defaultModel']?_0x41e829['defaultModel']['id']:'',this['_defaultLabel']=_0x41e829['defaultModel']?_0x41e829['defaultModel']['name']:'',this['submitButtonView']=this['_createSubmitButtonView'](),this['cancelButtonView']=this['_createCancelButtonView'](),(this['promptInputView']=new $t(this['locale'],()=>new Ja(_0x3ab2c5)),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'](_0x2a7b70),_0x11b460(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',(_0x132972,_0xfd8d6f)=>{this['_isValid']()?(this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0}),_0xfd8d6f()):_0xfd8d6f();}),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'](_0x5471c5=>{this['_focusables']['add'](_0x5471c5),this['focusTracker']['add'](_0x5471c5['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 _0x46fdc8 of this['_getFormValidators']()){const _0x1f48bb=_0x46fdc8();if(_0x1f48bb)return this['promptInputView']['errorText']=_0x1f48bb,!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 _0x194be9=new Pt(this['locale']),t=this['locale']['t'];return _0x194be9['set']({'label':t('Submit'),'withText':!0x0,'class':an}),_0x194be9['on']('execute',()=>{this['_isValid']()&&this['fire']('runReviewCheck',{'id':'custom','args':{'prompt':this['prompt'],'model':this['modelId']},'isCustom':!0x0});}),_0x194be9;}['_createCancelButtonView'](){const _0x42021f=new Pt(this['locale']),t=this['locale']['t'];return _0x42021f['set']({'label':t('Cancel'),'withText':!0x0,'class':cn}),_0x42021f['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x377f4e=>{_0x377f4e['stopPropagation']();})}}),_0x42021f['on']('execute',()=>{this['resetToDefault'](),this['fire']('closeCustomCheck');}),_0x42021f;}['_setModelList'](_0x2bd228){this['_modelSelectionDropdownItems']['clear']();const _0x39482a=this['_check']['models'];if(_0x2bd228)this['set']('modelDisplayMode','hidden');else{const _0xccc421=0x1===_0x39482a['length'];this['set']('modelDisplayMode',_0xccc421?'name':'selector');}if(this['resetToDefault'](),_0x39482a?.['length']){0x1===_0x39482a['length']&&this['set']('activeModelName',_0x39482a[0x0]['name']||_0x39482a[0x0]['id']);for(const _0x2f85fa of _0x39482a){const _0x40c7b1=new _0x53b316({'label':_0x2f85fa['name'],'withText':!0x0,'role':'menuitemradio','id':_0x2f85fa['id'],'model':_0x2f85fa});_0x40c7b1['bind']('isOn')['to'](this,'modelId',_0xf00eb=>_0xf00eb===_0x2f85fa['id']),this['_modelSelectionDropdownItems']['add']({'type':'button','model':_0x40c7b1,'labelView':new eh(this['locale'],_0x2f85fa)});}}}['_createModelSelectionDropdown'](){const _0x226746=_0x312ca1(this['locale']);return _0x226746['set']({'panelPosition':'se','class':'ck-ai_review__check-list-item-model-dropdown'}),_0x226746['buttonView']['set']({'label':this['_defaultLabel'],'withText':!0x0,'tooltip':!0x0,'class':cn}),_0x226746['buttonView']['bind']('isVisible')['to'](this,'modelDisplayMode',_0x3bcd09=>'selector'===_0x3bcd09),this['listenTo'](_0x226746,'execute',_0x60c8b9=>{this['modelId']=_0x60c8b9['source']['model']['id'],_0x226746['buttonView']['label']=_0x60c8b9['source']['label'];}),_0x226746;}['_createModelNameView'](){const _0x31293f=new th(this['locale']);return _0x31293f['bind']('text')['to'](this,'activeModelName',_0x511ef1=>_0x511ef1??''),_0x31293f['bind']('isVisible')['to'](this,'modelDisplayMode',_0x2646f6=>'name'===_0x2646f6),_0x31293f;}['_createActionsFooterView'](){const _0x581027=new _0x1e8352(this['locale']);return _0x581027['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']]}]}),_0x581027;}},th=class extends _0x1e8352{constructor(_0x442e58){super(_0x442e58),this['set']('text',void 0x0),this['set']('isVisible',!0x0);const _0x514ff3=this['bindTemplate'];this['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-ai_review__check-list-item-model-name',_0x514ff3['if']('isVisible','ck-hidden',_0x2a9562=>!_0x2a9562)]},'children':[{'text':_0x514ff3['to']('text')}]});}},eh=class extends Lt{constructor(_0x5cdbb1,_0x39b3d4){super();const _0x157feb=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-button__label'],'style':_0x157feb['to']('style'),'id':_0x157feb['to']('id')},'children':[{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-name']},'children':[{'tag':'span','children':[{'text':_0x157feb['to']('text')}]}]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-model-dropdown-description']},'children':[{'tag':'span','children':[_0x39b3d4['description']||'']}]}]});}},ih=class extends Xt{['_formItemsCollection']=new _0x14141a();['_customCheckView']=null;['_hideModels']=!0x1;constructor(_0x3a7c41,_0x106c80,_0x2f5f9c,_0x5e9c88=!0x1){super(_0x3a7c41),this['_hideModels']=_0x5e9c88,this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x106c80['isParameterized']);const _0x41c405=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',_0x11d0d9=>_0x11d0d9),this['bindTemplate']['if']('isListItemRendered','ck-ai_review__check-list-item_rendered',_0x444619=>_0x444619)],'style':{'--ck-ai-review-check-list-item-index':_0x2f5f9c}},'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':_0x106c80['title']}]},_0x41c405]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-description']},'children':_0x106c80['description']?[{'text':_0x106c80['description']}]:[]}]}]},..._0x106c80['isParameterized']?[this['_createParameterizedView'](_0x106c80)]:[],...'custom'===_0x106c80['id']?[this['_createCustomView'](_0x106c80,this['_hideModels'])]:[]]}),this['on']('click',()=>{_0x106c80['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x106c80['id'],'args':_0x106c80['useArgs']?_0x106c80['args']:void 0x0});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&_0x262419({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x19810b=>{_0x19810b['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x22542a=new Wt();return _0x22542a['content']=_0x5a1275,_0x22542a['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-title-icon']}}),_0x22542a;}['_createParameterizedView'](_0x5441e0){const _0x175d1f=new _0x1e8352(),_0x2e850a=this['_createFormView'](_0x5441e0);return _0x175d1f['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x581799=>!_0x581799)]},'children':[_0x2e850a]}),_0x175d1f;}['_createFormView'](_0x3aabee){const _0x4f577=new _0x1e8352(),_0x3bb488=Array['isArray'](_0x3aabee['options'])?_0x3aabee['options']:[],_0x2c6301=new Pt(this['locale']),t=this['locale']['t'];_0x2c6301['set']({'label':t('Submit'),'withText':!0x0,'class':an}),_0x2c6301['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x1639d0=>{_0x1639d0['stopPropagation']();})}}),_0x2c6301['on']('execute',()=>{const _0x42894a=[],_0x270f95={};this['_formItemsCollection']['forEach'](_0xc27b59=>{_0x42894a['push'](_0xc27b59['value']),_0x3aabee['useArgs']&&_0x3aabee['options']&&(_0x270f95[_0xc27b59['argsKey']]=_0xc27b59['value']);}),this['fire']('runReviewCheck',{'id':_0x3aabee['id'],'params':_0x42894a['length']?_0x42894a:void 0x0,'args':Object['keys'](_0x270f95)['length']?_0x270f95:void 0x0});});const _0x4171f4=_0x3bb488['length'];return _0x3bb488['forEach']((_0x3f3ebd,_0x2d0b57)=>{const _0xfc45e3=_0x2d0b57===_0x4171f4-0x1;this['_formItemsCollection']['add'](new ja(this['locale'],_0x3f3ebd,_0xfc45e3?_0x2c6301:null));}),_0x4f577['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x4f577;}['_createCustomView'](_0x1922e6,_0x536f09=!0x1){return this['_customCheckView']=new Za(this['locale'],_0x1922e6,_0x536f09),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',_0x5cb05b=>!_0x5cb05b)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x28c26c,_0x2fef5d,_0x1b6ffb)=>{_0x1b6ffb||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}},sh=class extends Xt{['_checkViews'];constructor(_0x3e73aa){super(_0x3e73aa),this['_checkViews']=new _0x14141a(),this['_setupTemplate']();}['setChecks'](_0x4e60b9,_0x38c2a7=!0x1){this['_checkViews']['clear']();for(const [_0x19d736,_0x32bd3b]of _0x4e60b9['entries']()){const _0xdc22bb=new ih(this['locale'],_0x32bd3b,_0x19d736,_0x38c2a7);_0xdc22bb['delegate']('runReviewCheck')['to'](this),this['_checkViews']['add'](_0xdc22bb);}}['hasChecks'](){return this['_checkViews']['length']>0x0;}['resetAllParameterizedChecks'](){for(const _0x324265 of this['_checkViews'])_0x324265 instanceof ih&&_0x324265['resetToDefault']();}['_setupTemplate'](){const _0x21eb96=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list',_0x21eb96['if']('isVisible','ck-hidden',_0x19012c=>!_0x19012c)]},'children':this['_checkViews']});}},nh=class extends Wa{static get['pluginName'](){return'AIReviewModeUI';}['createMainView'](){const _0x21ae58=this['context']['plugins']['get']('AITabs'),_0x5eace9=this['context']['locale'],_0x14a686=new Ho(_0x5eace9,{'label':ls(_0x5eace9,'AI_REVIEW_MODE'),'icon':_0x1c0339,'class':'ck-ai-header_review','showResizeButton':_0x21ae58['showResizeButton']});return _0x14a686['delegate']('resizeTabs')['to'](_0x21ae58),_0x14a686['bind']('isMaximized')['to'](_0x21ae58['view'],'isMaximized',_0x2137a9=>_0x2137a9),new $a(this['context']['locale'],{'header':_0x14a686,'list':new sh(_0x5eace9),'results':new Qa(_0x5eace9,{'generalErrorText':ls(_0x5eace9,'AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE')}),'completed':new Xa(_0x5eace9,{'headerText':ls(_0x5eace9,'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE'),'emptyResultsText':ls(_0x5eace9,'AI_REVIEW_MODE_EMPTY_RESULTS_TEXT'),'buttonText':ls(_0x5eace9,'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL')})});}['registerTab'](){const _0x5a95c8=this['context']['plugins']['get']('AITabs');_0x5a95c8['view']['on']('activateTab',(_0x521915,{newTab:_0x4374bc,oldTab:_0x162ffc})=>{'reviewMode'===_0x4374bc?this['fire']('getReviewCheckList'):'reviewMode'===_0x162ffc&&this['fire']('leaveReview');}),_0x5a95c8['view']['addTab']({'id':'reviewMode','buttonLabel':ls(this['context']['locale'],'AI_REVIEW_MODE'),'buttonIcon':_0x1c0339,'order':0x0,'content':this['_mainView']});}};const rh='review-',oh=['softBreak'],ah=['htmlScript','htmlStyle','htmlCustomElement'];var hh=class extends _0x2d0760{static get['requires'](){return[_0x5b6f61,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(_0x33a427){super(_0x33a427),this['_domEmitter']=new(ct())(),this['_eventEmitter']=new(lt())();}get['emitter'](){return this['_eventEmitter'];}['afterInit'](){const _0x4e72fc=_0x813b96=>this['_scheduleAttachReviewEditingToEditor'](_0x813b96);if(this['_registerGlobalBalloonBlurHandler'](),this['context']instanceof _0x1a88b7)return void _0x4e72fc(this['context']);const _0x1765c6=this['context'];for(const _0x3e032d of _0x1765c6['editors'])_0x4e72fc(_0x3e032d);this['listenTo'](_0x1765c6['editors'],'add',(_0x17f3fb,_0x10ff05)=>{_0x4e72fc(_0x10ff05);}),this['listenTo'](_0x1765c6['editors'],'remove',(_0x4f23aa,_0x4f8359)=>{for(const [_0xc2fce8,_0x330030]of this['_markers'])_0x330030['editor']===_0x4f8359&&(this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0xc2fce8,'changeId':_0x330030['groupId']}),this['_markers']['delete'](_0xc2fce8));});}['_scheduleAttachReviewEditingToEditor'](_0x22e446){const _0x3be24e=()=>{'destroyed'!==_0x22e446['state']&&_0x22e446['conversion']&&this['_attachReviewEditingToEditor'](_0x22e446);};if('ready'===_0x22e446['state'])return void _0x3be24e();const _0x258b50=()=>{this['stopListening'](_0x22e446,'ready',_0x258b50),_0x3be24e();};this['listenTo'](_0x22e446,'ready',_0x258b50);}['_attachReviewEditingToEditor'](_0x432e19){this['_reviewEditingAttachedEditors']['has'](_0x432e19)||(_0x432e19['conversion']['for']('editingDowncast')['markerToElement']({'model':rh+'insert','view':(_0x11c66a,{writer:_0xeb45f1})=>{const _0x3d4917=this['_markers']['get'](_0x11c66a['markerName']),_0x5f2871={'class':'ck-ai_review-marker_add'+(this['_activeMarkers']['has'](_0x3d4917?.['id']||'')?'\x20ck-ai_review__change_active':''),'data-marker-id':_0x11c66a['markerName']};return _0xeb45f1['createUIElement']('span',_0x5f2871,function(_0x558341){const _0x488695=this['toDomElement'](_0x558341);return _0x488695['innerHTML']=_0x3d4917?.['content']?.['asString']||'',_0x488695;});}}),_0x432e19['conversion']['for']('editingDowncast')['markerToHighlight']({'model':rh+'remove-only','view':_0x5f0381=>{const _0x2b17c1=this['_markers']['get'](_0x5f0381['markerName']),_0x509767=['ck-ai_review-marker_strikethrough'];return this['_activeMarkers']['has'](_0x2b17c1?.['id']||'')&&_0x509767['push']('ck-ai_review__change_active'),{'classes':_0x509767,'attributes':{'data-marker-id':_0x5f0381['markerName']}};}}),_0x432e19['conversion']['for']('editingDowncast')['markerToHighlight']({'model':rh+'remove-context','view':_0x158712=>{const _0x335089=this['_markers']['get'](_0x158712['markerName']),_0x441b18=['ck-ai_review-marker_underline'];return this['_activeMarkers']['has'](_0x335089?.['id']||'')&&_0x441b18['push']('ck-ai_review__change_active'),{'classes':_0x441b18,'attributes':{'data-marker-id':_0x158712['markerName']}};}}),_0x432e19['conversion']['for']('editingDowncast')['markerToHighlight']({'model':rh+'remove-text','view':_0xc4783f=>{const _0x5734d0=this['_markers']['get'](_0xc4783f['markerName']),_0xb8de3=['ck-ai_review-marker_hide'];return this['_activeMarkers']['has'](_0x5734d0?.['id']||'')&&_0xb8de3['push']('ck-ai_review__change_active'),{'classes':_0xb8de3,'attributes':{'data-marker-id':_0xc4783f['markerName']}};}}),_0x432e19['conversion']['for']('dataDowncast')['markerToElement']({'model':rh+'suggestion-context','view':(_0x5dd532,{writer:_0x5f2f9b})=>_0x5f2f9b['createRawElement']('span',{'class':'ck-ai_review-marker_context-'+(_0x5dd532['isOpening']?'start':'end')})}),_0x432e19['conversion']['for']('downcast')['attributeToAttribute']({'model':_0x2be158,'view':_0x2e258d}),this['_updateMouseMarkerInteractionListeners'](_0x432e19),this['listenTo'](_0x432e19,'addRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x432e19),{'priority':'lowest'}),this['listenTo'](_0x432e19,'detachRoot',()=>this['_updateMouseMarkerInteractionListeners'](_0x432e19),{'priority':'lowest'}),_0x432e19['model']['document']['registerPostFixer'](_0x203281=>this['_validateMarkers'](_0x432e19,_0x203281)),_0x432e19['model']['document']['on']('change',()=>this['_handleMarkerChanges'](_0x432e19)),this['_reviewEditingAttachedEditors']['add'](_0x432e19));}['_updateMouseMarkerInteractionListeners'](_0x32671c){let _0x2d538d=this['_boundEditables']['get'](_0x32671c);_0x2d538d||(_0x2d538d=new Map(),this['_boundEditables']['set'](_0x32671c,_0x2d538d));const _0x51b412=new Set(_0x32671c['ui']['getEditableElementsNames']());for(const _0x3a32a8 of _0x51b412){if(_0x2d538d['has'](_0x3a32a8))continue;const _0xf12355=_0x32671c['ui']['getEditableElement'](_0x3a32a8);_0x2d538d['set'](_0x3a32a8,_0xf12355),this['_attachMouseMarkerInteractionListeners'](_0xf12355);}for(const [_0x41e695,_0x425aa1]of _0x2d538d)_0x51b412['has'](_0x41e695)||(_0x2d538d['delete'](_0x41e695),this['_domEmitter']['stopListening'](_0x425aa1));}['_attachMouseMarkerInteractionListeners'](_0x2bc8ab){this['_domEmitter']['listenTo'](_0x2bc8ab,'mouseup',(_0x431f2a,_0x2eb495)=>{const _0x36891e=_0x2eb495['target'],_0x359c77=this['_findMarkerElement'](_0x36891e);if(!_0x359c77)return;const _0x2dae03=_0x359c77['getAttribute']('data-marker-id'),_0x4de5d5=_0x2dae03['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerClicked',{'markerId':_0x2dae03,'changeId':_0x4de5d5,'markerElement':()=>this['_findMarkerElementById'](_0x2dae03),'domEvent':_0x2eb495});},{'usePassive':!0x0,'priority':'highest'}),this['_domEmitter']['listenTo'](_0x2bc8ab,'mouseover',(_0x2e1211,_0x4c330e)=>{const _0xd08555=_0x4c330e['target'],_0x56b1cd=_0x4c330e['relatedTarget'];let _0x3f163d=this['_findMarkerElement'](_0xd08555);if(!_0x3f163d&&_0x56b1cd&&(_0x3f163d=this['_findMarkerElement'](_0x56b1cd)),!_0x3f163d)return;const _0xde7063=_0x3f163d['getAttribute']('data-marker-id'),_0x142dfc=_0xde7063['split'](':')['pop']()?.['split']('_')[0x0];this['_eventEmitter']['fire']('changeMarkerHovered',{'changeId':_0x142dfc,'markerElement':()=>this['_findMarkerElementById'](_0xde7063),'domEvent':_0x4c330e});});}['_registerGlobalBalloonBlurHandler'](){this['_domEmitter']['listenTo'](document,'mouseover',_0x173d8f((_0xfca66a,_0x527a19)=>{const _0xf05d13=_0x527a19['target'];this['_findMarkerElement'](_0xf05d13)||_0xf05d13['closest']('.ck-reset.ck-ai_review-balloon-panel-suggestion')||this['_eventEmitter']['fire']('changeMarkerBlurred');},0xc8));}['getDocumentData'](){const _0x5bd463=this['context']['plugins']['get']('AIEditing'),_0x3b7e9c=us(this['context']);if(!_0x3b7e9c['length'])throw new at('ai-get-editor-from-context-no-editor',this);const _0x9d2d3a=new Set(),_0xb0ac66=[],_0x52dd71=new Map();for(const _0x28d450 of _0x3b7e9c)for(const _0x4182f2 of _0x28d450['model']['document']['getRoots']()){if('$graveyard'===_0x4182f2['rootName'])continue;const _0xdbb344=this['_buildDocumentDataSliceForRoot'](_0x28d450,_0x4182f2,_0x5bd463,_0x9d2d3a);_0xb0ac66['push'](_0xdbb344['content']);for(const [_0x3c6982,_0x25b859]of _0xdbb344['elements'])_0x52dd71['set'](_0x3c6982,_0x25b859);}return{'elements':_0x52dd71,'content':_0xb0ac66['join']('')};}['_buildDocumentDataSliceForRoot'](_0x28ead3,_0x3c4ce4,_0x244d7b,_0x55cf69){const _0xef65a9=_0x28ead3['model'],_0x3de1c6=new _0x500fd6();for(const _0x2b7c6f of _0x3c4ce4['getChildren']())_0x3de1c6['_appendChild'](_0x2b7c6f['_clone'](!0x0));for(const _0x576553 of _0xef65a9['markers']){const _0x2015b0=_0x576553['getRange']();_0x2015b0&&_0x2015b0['root']['rootName']===_0x3c4ce4['rootName']&&_0x3de1c6['markers']['set'](_0x576553['name'],this['_changeRangeOwnerDocument'](_0x2015b0['clone'](),_0x3de1c6));}const _0x281dce=new Map(),_0x4ddb36=_0xef65a9['document']['version'],_0x454e58=new _0x134ed6({'ignoreElementEnd':!0x0,'startPosition':_0xef65a9['createPositionAt'](_0x3de1c6,0x0)});for(const {item:_0x2d8a3c}of _0x454e58){if(_0x2d8a3c['is']('element')&&_0x2d8a3c['name']&&ah['includes'](_0x2d8a3c['name'])){const _0x2d49c3=this['_upsertDataId'](_0x2d8a3c,()=>_0x244d7b['_nextDataId'](_0x55cf69));_0x55cf69['add'](_0x2d49c3);}if(!_0x2d8a3c['is']('$textProxy'))continue;const _0x1f472a=_0x2d8a3c['parent'];if(!_0x1f472a||!_0x1f472a['is']('element'))continue;const _0x2ecffe=this['_upsertDataId'](_0x1f472a,()=>_0x244d7b['_nextDataId'](_0x55cf69));_0x55cf69['add'](_0x2ecffe);for(const _0x469052 of _0x1f472a['getChildren']())_0x469052['is']('element')&&(_0x469052['name']&&oh['includes'](_0x469052['name'])||_0x55cf69['add'](this['_upsertDataId'](_0x469052,()=>_0x244d7b['_nextDataId'](_0x55cf69))));let _0x233613=_0x1f472a;for(;_0x233613['parent']&&!_0x233613['parent']['is']('documentFragment');)_0x233613=_0x233613['parent'],_0x233613['hasAttribute'](_0x2be158)&&_0x233613['_removeAttribute'](_0x2be158);_0x281dce['set'](_0x2ecffe,{'editor':_0x28ead3,'rootName':_0x3c4ce4['rootName'],'path':_0x1f472a['getPath'](),'documentVersion':_0x4ddb36,'getContent':this['_createGetContentUsingDataIdFn'](_0x233613['_clone'](!0x0),_0x2ecffe,_0x28ead3['data'])}),_0x454e58['jumpTo'](_0xef65a9['createPositionAfter'](_0x1f472a));}return{'content':_0x28ead3['data']['processor']['toData'](_0x28ead3['data']['toView'](_0x3de1c6)),'elements':_0x281dce};}['diffContent'](_0x3c4d60,_0x657c4c,_0x5e1073,_0x10661d=!0x1){const {contentInitial:_0x1ba659,contentNew:_0x58d783}=this['_neutralizeChangesOnUnsupportedElements'](_0x657c4c,_0x5e1073),_0x3b93a8=[],_0x43532b=_0x3c4d60['data']['parse'](_0x58d783,'$documentFragment'),_0x2a6ae5=_0x3c4d60['data']['parse'](_0x1ba659,'$documentFragment'),_0x5500b7=_0x3c4d60['model']['createPositionAt'](_0x2a6ae5,0x0);if(this['_haveSingleTopLevelElement'](_0x43532b)){if(!this['_hasSameTopLevelElement'](_0x2a6ae5,_0x43532b))return _0x3b93a8;}else{const _0x21be52=_0x3c4d60['model']['schema'];if(!this['_haveOnlyInlineContent'](_0x2a6ae5,_0x21be52)||!this['_haveOnlyInlineContent'](_0x43532b,_0x21be52))return _0x3b93a8;}const _0x4a61dd=this['context']['plugins']['get']('DocumentCompare')['getDiff'](_0x1ba659,_0x58d783,{'targetEditor':_0x3c4d60,'anchor':_0x5500b7,'markDeletions':!0x0})['getOperations']()['filter'](_0x56bced=>'insert'===_0x56bced['type']||'marker'===_0x56bced['type']&&_0x56bced['name']['startsWith']('$markedRemove')),_0x2e3942=this['_groupAdjacentOperations'](_0x4a61dd),_0x27a5b8=[];if(_0x10661d){if(_0x2e3942['length']){const _0x6e6815=_0x2e3942[0x0]['operations'][0x0],_0x89e022='insert'===_0x6e6815['type']?_0x6e6815['position']:_0x6e6815['newRange']['start'],_0x3017f5=this['_getPositionLimitingRange'](_0x89e022,_0x3c4d60,'inside'),_0x1c3a5d=_0x3017f5?_0x43532b['getChild'](0x0)['getChildren']():_0x43532b['getChildren'](),_0x30eca6=_0x3017f5||_0x3c4d60['model']['createRangeIn'](_0x2a6ae5),_0x5e4b14=[new _0x43f670('$markedRemove:synthetic'+Ot(),null,_0x30eca6,_0x3c4d60['model']['document']['model']['markers'],!0x0,_0x3c4d60['model']['document']['version']+0x1),new _0x491445(_0x30eca6['end'],_0x1c3a5d,_0x3c4d60['model']['document']['version']+0x2)];_0x27a5b8['push']({'operations':_0x5e4b14,'operationsIsolated':_0x5e4b14,'groupOffset':0x0});}}else _0x27a5b8['push'](..._0x2e3942);let _0x49daf3=0x0;return _0x3c4d60['model']['change'](_0x114dff=>{for(let _0x4a07cb=0x0;_0x4a07cb<_0x27a5b8['length'];_0x4a07cb++){const _0x229690=_0x27a5b8[_0x4a07cb],_0x6bff3c=_0x114dff['createDocumentFragment']();for(const _0x87848f of _0x2a6ae5['getChildren']())_0x114dff['append'](_0x87848f['_clone'](!0x0),_0x6bff3c);for(const _0x19687b of _0x229690['operationsIsolated'])if('insert'===_0x19687b['type']){const _0x3c07e7=_0x19687b;_0x3c07e7['baseVersion']=null,_0x3c07e7['isDocumentOperation']=!0x1,this['_changeOperationOwnerDocument'](_0x3c07e7,_0x6bff3c),_0x114dff['batch']['addOperation'](_0x19687b),_0x3c4d60['model']['applyOperation'](_0x19687b);const _0x5340b1='suggestion:insertion:id:authorId:'+_0x49daf3++,_0x4378ff=_0x3c4d60['model']['createRange'](_0x3c07e7['position'],_0x3c07e7['position']['getShiftedBy'](_0x3c07e7['howMany']));_0x6bff3c['markers']['set'](_0x5340b1,_0x4378ff);}else{if('marker'===_0x19687b['type']&&_0x19687b['name']['startsWith']('$markedRemove')){const _0x89f974=_0x19687b,_0x2f7b36='suggestion:deletion:id:authorId:'+_0x49daf3++;this['_changeOperationOwnerDocument'](_0x89f974,_0x6bff3c),_0x6bff3c['markers']['set'](_0x2f7b36,_0x89f974['newRange']);}}if(_0x10661d)_0x3b93a8['push']({..._0x229690,'context':this['_createGetContentFn'](_0x2a6ae5,_0x3c4d60['data']),'content':this['_createGetContentFn'](_0x2a6ae5,_0x3c4d60['data'])});else{const _0x2b738b=this['_getChangeContext'](this['_changePositionOwnerDocument'](this['_getOperationStart'](_0x229690['operationsIsolated'][0x0]),_0x6bff3c),this['_changePositionOwnerDocument'](this['_getOperationEnd'](_0x229690['operationsIsolated'][_0x229690['operationsIsolated']['length']-0x1]),_0x6bff3c),_0x3c4d60);_0x6bff3c['markers']['set'](rh+'suggestion-context',new _0x15a2ab(_0x2b738b['start'],_0x2b738b['end'])),_0x3b93a8['push']({..._0x229690,'context':this['_createGetContextFn'](_0x6bff3c,_0x3c4d60['data'],{'ellipsisBefore':_0x2b738b['hasContentBefore'],'ellipsisAfter':_0x2b738b['hasContentAfter']}),'content':this['_createGetContentFn'](_0x6bff3c,_0x3c4d60['data'])});}}}),_0x3b93a8;}['markChangePositionInEditorContent'](_0x46a814,_0x583467){if(!_0x46a814['length'])return;const _0x3657b8=_0x46a814[0x0]['parent']['id'],_0x50dce5=_0x583467['elements']['get'](_0x3657b8);if(!_0x50dce5)return void console['warn']('No\x20element\x20found\x20for\x20ID:\x20'+_0x3657b8);const _0x354441=_0x50dce5['path'],_0x56f84d=_0x50dce5['editor'],_0x5cc6ad=_0x56f84d['model']['document']['getRoot'](_0x50dce5['rootName']);if(!_0x5cc6ad)return void console['warn']('No\x20model\x20root\x20found\x20for\x20name:\x20'+_0x50dce5['rootName']);const _0x1bf8bd=_0x56f84d['model']['document']['history']['getOperations'](_0x50dce5['documentVersion']),_0x467be2=[];for(const _0xa73a49 of _0x46a814){const _0x1498b1=_0xa73a49['operationsIsolated']['map'](_0x11fb6e=>this['_translateOperationToEditorContent'](_0x11fb6e,_0x354441,_0x5cc6ad));if(!_0x1498b1||!_0x1498b1['length'])continue;const _0x292048=_0x1498b1['every'](_0x1d9764=>'marker'===_0x1d9764['type']&&_0x1d9764['name']['startsWith']('$markedRemove')),_0x12508f=_0x30647f(_0x1498b1,_0x1bf8bd,{'document':_0x56f84d['model']['document'],'useRelations':!0x1,'padWithNoOps':!0x1})['operationsA'];for(const _0x5b2949 of _0x12508f)if('insert'===_0x5b2949['type']){const _0x527e67=_0x5b2949,_0x4bebf7=_0x527e67['nodes'];_0x56f84d['model']['change'](_0x49bba6=>{const _0x3bd704=_0x49bba6['createDocumentFragment']();for(const _0x4eb03c of _0x4bebf7)_0x49bba6['append'](_0x4eb03c['_clone'](!0x0),_0x3bd704);_0x467be2['push']({'start':_0x527e67['position'],'end':_0x527e67['position'],'type':'insert','groupId':_0xa73a49['id'],'content':{'asString':this['_createGetContentFn'](_0x3bd704,_0x56f84d['data'])(),'asFragment':_0x3bd704}});});}else{if('marker'===_0x5b2949['type']&&_0x5b2949['name']['startsWith']('$markedRemove')){const _0x2ff1ec=_0x5b2949;let _0x2adbe6='remove-text';if(_0x292048){const _0x2c8924=this['_findAdjacentContextDistance'](_0x2ff1ec['newRange']['start'],'backward',_0x56f84d['model']['schema']),_0x273c3e=this['_findAdjacentContextDistance'](_0x2ff1ec['newRange']['end'],'forward',_0x56f84d['model']['schema']);if(_0x2c8924||_0x273c3e){const _0x17d606=_0x2ff1ec['newRange']['start']['getShiftedBy'](-_0x2c8924),_0x17bd95=_0x2ff1ec['newRange']['end']['getShiftedBy'](_0x273c3e);_0x467be2['push']({'start':_0x17d606,'end':_0x17bd95,'groupId':_0xa73a49['id'],'type':'remove-context'});}else _0x2adbe6='remove-only';}_0x467be2['push']({'start':_0x2ff1ec['newRange']['start'],'end':_0x2ff1ec['newRange']['end'],'groupId':_0xa73a49['id'],'type':_0x2adbe6});}}}this['_insertMarkers'](_0x467be2,_0x56f84d);}['clearAllMarkers'](){const _0x439899=new Map();for(const _0x4ed7c7 of this['_markers']['keys']()){const _0x37c9a0=this['_markers']['get'](_0x4ed7c7);_0x37c9a0?.['editor']&&(_0x439899['has'](_0x37c9a0['editor'])||_0x439899['set'](_0x37c9a0['editor'],[]),_0x439899['get'](_0x37c9a0['editor'])['push'](_0x4ed7c7));}for(const [_0x3f0d3c,_0x235faf]of _0x439899)_0x3f0d3c['model']['change'](_0x188f18=>{for(const _0x56c2ef of _0x235faf)_0x3f0d3c['model']['markers']['get'](_0x56c2ef)&&_0x188f18['removeMarker'](_0x56c2ef);});this['_markers']['clear'](),this['_activeMarkers']['clear']();}['switchToReadOnly'](){for(const _0x400516 of us(this['context']))_0x400516['enableReadOnlyMode']('ai-review');}['switchToEdit'](){for(const _0x4da671 of us(this['context']))_0x4da671['disableReadOnlyMode']('ai-review');}['applyChange'](_0x2d36be,_0x3bff0a=null){const _0x35ef74=_0x2d36be['map'](_0x5c6eb4=>this['_getMarkersDataForGroup'](_0x5c6eb4))['flat'](),_0x34e01d=new Map();for(const _0x26df3a of _0x35ef74)_0x34e01d['has'](_0x26df3a['editor'])||_0x34e01d['set'](_0x26df3a['editor'],[]),_0x34e01d['get'](_0x26df3a['editor'])['push'](_0x26df3a);for(const [_0x7f7ff5,_0x3b3b77]of _0x34e01d){const _0x463b1e=_0x7f7ff5['model'],_0x3b85f0=_0x7f7ff5['plugins']['has']('TrackChangesEditing')?_0x7f7ff5['plugins']['get']('TrackChangesEditing'):null,_0x18aadb=_0x3bff0a&&_0x3b85f0?new Set(_0x3b85f0['getSuggestions']()['map'](_0x1209b9=>_0x1209b9['id'])):null;_0x463b1e['change'](_0x433ce5=>{const _0x1a3eaf=_0x433ce5['batch']['operations']['length'];for(const _0x28dcc5 of _0x3b3b77){const _0x371a8f=_0x7f7ff5['model']['markers']['get'](_0x28dcc5['id']);if(_0x371a8f){if('insert'===_0x28dcc5['type']){if(!_0x28dcc5['content'])continue;_0x463b1e['insertContent'](_0x28dcc5['content']['asFragment']||null,_0x371a8f['getRange']()['start']);}else'remove-text'!==_0x28dcc5['type']&&'remove-only'!==_0x28dcc5['type']||_0x463b1e['deleteContent'](_0x463b1e['createSelection'](_0x371a8f['getRange']()));_0x433ce5['removeMarker'](_0x28dcc5['id']),this['_markers']['delete'](_0x28dcc5['id']);}}if(_0x3bff0a&&(js(_0x433ce5['batch']['operations']['slice'](_0x1a3eaf),_0x3bff0a),_0x3b85f0)){for(const _0xe35e15 of _0x3b85f0['getSuggestions']())_0x18aadb['has'](_0xe35e15['id'])||_0xe35e15['setAttribute']('@ai',{'type':_0x3bff0a});}});}}['rejectChange'](_0x283e78){const _0x7c0df=this['_getMarkersDataForGroup'](_0x283e78),_0x9ab516=new Map();for(const _0x37113e of _0x7c0df)_0x9ab516['has'](_0x37113e['editor'])||_0x9ab516['set'](_0x37113e['editor'],[]),_0x9ab516['get'](_0x37113e['editor'])['push'](_0x37113e);for(const [_0x6e6efb,_0x32f690]of _0x9ab516)_0x6e6efb['model']['change'](_0x40f193=>{for(const _0x580dee of _0x32f690)_0x40f193['removeMarker'](_0x580dee['id']),this['_markers']['delete'](_0x580dee['id']);});}['getEditor'](){return ds(this['context']);}['getEditors'](){return us(this['context']);}['getEditorForChange'](_0x436272){return this['_getMarkersDataForGroup'](_0x436272)[0x0]?.['editor'];}['getMarkerElementForChange'](_0x308e2e){const _0x375f32=Array['from'](this['_markers']['values']())['filter'](_0x51aadd=>_0x51aadd['groupId']===_0x308e2e);if(!_0x375f32['length'])return null;const _0x54414f=0x1===_0x375f32['length']?_0x375f32[0x0]:this['_sortMarkers'](_0x375f32)[0x0],_0x98a2e7=_0x54414f['editor']['model']['markers']['get'](_0x54414f['id']);return _0x98a2e7?{'modelRange':_0x98a2e7['getRange'](),'getElement':()=>this['_findMarkerElementById'](_0x54414f['id'])}:null;}['getContentElementForChange'](_0x26de34){const _0x498e4f=Array['from'](this['_markers']['values']())['filter'](_0x2b4484=>_0x2b4484['groupId']===_0x26de34);if(!_0x498e4f['length'])return null;const _0x4a6525=0x1===_0x498e4f['length']?_0x498e4f[0x0]:this['_sortMarkers'](_0x498e4f)[0x0],_0x588c90=_0x4a6525['editor'],_0x508846=_0x588c90['model']['markers']['get'](_0x4a6525['id']);if(!_0x508846)return null;const _0x5311bc=_0x508846['getRange'](),_0x5698de=_0x588c90['editing']['view']['getDomRoot'](_0x5311bc['root']['rootName'])||_0x588c90['editing']['view']['getDomRoot']();if(!_0x5698de||!_0x5311bc)return null;let _0x51b856=_0x5311bc['start']['parent'];for(;_0x51b856['parent']&&!_0x51b856['parent']['is']('rootElement');)_0x51b856=_0x51b856['parent'];if(!_0x51b856||!_0x51b856['name'])return null;const _0x109b71=_0x5698de['querySelector']('[data-marker-id=\x22'+_0x4a6525['id']+'\x22]');if(!_0x109b71)return null;let _0x1d813d=null;_0x588c90['model']['change'](_0x458131=>{_0x1d813d=_0x458131['createDocumentFragment'](),_0x458131['append'](_0x51b856['_clone'](!0x0),_0x1d813d);});const _0x55e17e=_0x588c90['data']['toView'](_0x1d813d)['getChild'](0x0);return _0x109b71['closest'](_0x55e17e['name']);}['reactivateMarkers'](_0x296b56){const _0x24a1df=this['_getMarkersDataForGroup'](_0x296b56);if(!_0x24a1df['length'])return;const _0x55e6e8=Array['from'](this['_activeMarkers'])['sort'](),_0xdcdd41=Array['from'](new Set(_0x24a1df['map'](_0x42c329=>_0x42c329['id'])))['sort']();_0x55e6e8['join']('|')!==_0xdcdd41['join']('|')&&(this['setAllMarkersAsInactive'](),this['setMarkersInElementAsActive'](_0x296b56));}['setMarkersInElementAsActive'](_0xf3df0e){const _0x444ed7=this['_getMarkersDataForGroup'](_0xf3df0e);if(!_0x444ed7['length'])return;const _0x5df169=_0x444ed7[0x0]['editor'],_0x15fc19=new Set(_0x444ed7['map'](_0x3a509f=>_0x3a509f['id'])),_0x1fa0ea=Array['from'](_0x15fc19['values']())['map'](_0x4b528a=>_0x5df169['model']['markers']['get'](_0x4b528a))['filter'](_0x36ffe3=>!!_0x36ffe3);_0x15fc19['forEach'](_0xaae37f=>{this['_activeMarkers']['add'](_0xaae37f);}),_0x5df169['model']['change'](()=>{_0x1fa0ea['forEach'](_0x3d313b=>{_0x5df169['editing']['reconvertMarker'](_0x3d313b);});});}['setAllMarkersAsInactive'](){const _0x1fe22=Array['from'](this['_activeMarkers']);if(!_0x1fe22['length'])return;this['_activeMarkers']['clear']();const _0x3b73bc=new Map();for(const _0x370c54 of _0x1fe22){const _0x57d647=this['_markers']['get'](_0x370c54);if(!_0x57d647)continue;const _0x300bf6=_0x57d647['editor'],_0x44b8f7=_0x300bf6['model']['markers']['get'](_0x370c54);_0x44b8f7&&(_0x3b73bc['has'](_0x300bf6)||_0x3b73bc['set'](_0x300bf6,[]),_0x3b73bc['get'](_0x300bf6)['push'](_0x44b8f7));}for(const [_0x395660,_0x9797e3]of _0x3b73bc)_0x395660['model']['change'](()=>{_0x9797e3['forEach'](_0x4b2059=>{_0x395660['editing']['reconvertMarker'](_0x4b2059);});});}['_getPositionLimitingRange'](_0x456ce8,_0x5323ea,_0x1d4455='outside'){if(!_0x456ce8)return null;let _0x26ad8a=_0x456ce8['parent'];for(;_0x26ad8a&&_0x26ad8a['parent']&&!_0x26ad8a['parent']['is']('rootElement')&&!_0x5323ea['model']['schema']['isLimit'](_0x26ad8a)&&!_0x5323ea['model']['schema']['isBlock'](_0x26ad8a);)_0x26ad8a=_0x26ad8a['parent'];if(!_0x26ad8a||!_0x26ad8a['name']||_0x26ad8a['is']('rootElement'))return null;let _0x91db23=null;return _0x5323ea['model']['change'](_0x4170f1=>{_0x91db23='inside'===_0x1d4455?_0x4170f1['createRangeIn'](_0x26ad8a):_0x4170f1['createRangeOn'](_0x26ad8a);}),_0x91db23;}['_validateMarkers'](_0x5db234,_0x43a96d){const _0xda6da=Array['from'](this['_markers']['keys']()),_0x20ead0=new Map();for(const _0x3d92b3 of _0xda6da){const _0x47abfc=_0x5db234['model']['markers']['get'](_0x3d92b3);if(!_0x47abfc)continue;const _0x3fec5f=_0x47abfc['getStart']()['root']['rootName']+':'+_0x47abfc['getStart']()['path'][0x0];_0x20ead0['has'](_0x3fec5f)||_0x20ead0['set'](_0x3fec5f,[]),_0x20ead0['get'](_0x3fec5f)['push'](_0x47abfc);}const _0x20b104=new Set();for(const _0x419624 of _0x5db234['model']['document']['differ']['getChanges']()){let _0x28da2e='',_0x509719=null;if('insert'===_0x419624['type'])_0x509719=new _0x15a2ab(_0x419624['position'],_0x419624['position']['getShiftedBy'](_0x419624['length'])),_0x28da2e=_0x419624['position']['root']['rootName']+':'+_0x419624['position']['path'][0x0];else{if('remove'!==_0x419624['type'])continue;_0x509719=new _0x15a2ab(_0x419624['position']),_0x28da2e=_0x419624['position']['root']['rootName']+':'+_0x419624['position']['path'][0x0];}const _0x85fa03=_0x20ead0['get'](_0x28da2e)||[];if(_0x85fa03['length']){for(const _0x49a36e of _0x85fa03)if(_0x509719['root']['rootName']===_0x49a36e['getRange']()['root']['rootName']&&('insert'!==_0x419624['type']||!_0x509719['containsRange'](_0x49a36e['getRange']()))&&(_0x509719['isIntersecting'](_0x49a36e['getRange']())||_0x509719['start']['isTouching'](_0x49a36e['getRange']()['end'])||_0x509719['end']['isTouching'](_0x49a36e['getRange']()['start']))){const _0x463c4e=this['_parseMarkerName'](_0x49a36e['name']);Array['from'](this['_markers']['values']())['filter'](_0x192f3a=>_0x192f3a['groupId']===_0x463c4e['groupId'])['forEach'](_0x511b21=>_0x20b104['add'](_0x511b21['id']));}}}if(_0x20b104['size']){for(const _0x483e9d of _0x20b104)_0x43a96d['removeMarker'](_0x483e9d);return!0x0;}return!0x1;}['_handleMarkerChanges'](_0x504359){for(const {name:_0x449183,data:_0x243710}of _0x504359['model']['document']['differ']['getChangedMarkers']()){if(!_0x449183['startsWith'](rh))continue;const _0x462702=_0x243710['oldRange'],_0x309480=_0x243710['newRange'],_0x153ed0=_0x462702&&'$graveyard'===_0x462702['root']['rootName'],_0x2d4e9a=_0x309480&&'$graveyard'===_0x309480['root']['rootName'];if(_0x153ed0&&_0x2d4e9a)continue;const _0x15d07f=this['_parseMarkerName'](_0x449183);this['_markers']['get'](_0x449183)&&(_0x2d4e9a||!_0x309480?this['_eventEmitter']['fire']('changeMarkerRemoved',{'markerId':_0x449183,'changeId':_0x15d07f['groupId']}):_0x153ed0&&_0x309480&&this['_eventEmitter']['fire']('changeMarkerRestored',{'markerId':_0x449183,'changeId':_0x15d07f['groupId']}));}}['_parseMarkerName'](_0x1bd352){const _0x44f1dc=_0x1bd352['split'](':'),_0x53c59b=(_0x44f1dc[0x1]||'')['split']('_');return{'prefix':_0x44f1dc[0x0],'groupId':_0x53c59b[0x0],'suffix':_0x53c59b[0x1]};}['_translateOperationToEditorContent'](_0x1dd4ba,_0x5cb6e5,_0x168f38){if('insert'===_0x1dd4ba['type']){const _0x5e2051=_0x1dd4ba;return new _0x491445(this['_changePosition'](_0x5cb6e5['concat'](_0x5e2051['position']['offset']),_0x168f38),_0x5e2051['nodes'],_0x5e2051['baseVersion']);}if('marker'===_0x1dd4ba['type']&&_0x1dd4ba['name']['startsWith']('$markedRemove')){const _0x19b6b0=_0x1dd4ba;return new _0x43f670(_0x19b6b0['name'],_0x19b6b0['oldRange'],this['_changeRange'](_0x19b6b0['newRange'],_0x5cb6e5['concat'](_0x19b6b0['newRange']['start']['offset']),_0x5cb6e5['concat'](_0x19b6b0['newRange']['end']['offset']),_0x168f38),_0x19b6b0['_markers'],_0x19b6b0['affectsData'],_0x19b6b0['baseVersion']);}return _0x1dd4ba;}['_groupAdjacentOperations'](_0x53a66f){if(!_0x53a66f['length'])return[];const _0x34a6cd=[];let _0x5ecd98=0x0,_0x1b0af3=0x0,_0x12f65f=[];for(let _0x19e126=0x0;_0x19e126<=_0x53a66f['length'];_0x19e126++){const _0x18f07c=_0x53a66f[_0x19e126],_0x118dd7=_0x53a66f[_0x19e126-0x1];!_0x18f07c||_0x118dd7&&!this['_getOperationEnd'](_0x118dd7)['isTouching'](this['_getOperationStart'](_0x18f07c))?(_0x34a6cd['push']({'operations':_0x12f65f,'operationsIsolated':_0x12f65f['map'](_0x7f9cb9=>this['_shiftOperation'](_0x7f9cb9['clone'](),-_0x1b0af3)),'groupOffset':_0x5ecd98}),_0x12f65f=_0x18f07c?[_0x18f07c]:[],_0x1b0af3+=_0x5ecd98,_0x5ecd98=0x0):_0x12f65f['push'](_0x18f07c),_0x18f07c&&'insert'===_0x18f07c['type']&&(_0x5ecd98+=_0x18f07c['howMany']);}return _0x34a6cd;}['_findAdjacentContextDistance'](_0x5b1874,_0x4149b1,_0x524964,_0xc36f8=0x1){const _0x542fcd=new _0x134ed6({'startPosition':_0x5b1874,'direction':_0x4149b1});let _0x289485=0x0;for(let _0x36a80d=0x0;_0x36a80d<_0xc36f8;_0x36a80d++){let _0x26aa30=0x0,_0x920c3a=!0x1,_0x14f9be='forward'===_0x4149b1?/^\W*\w+/:/\w+\W*$/;for(const {item:_0x269f53}of _0x542fcd)if(_0x269f53['is']('$textProxy')){const _0x3142f7=_0x14f9be['exec'](_0x269f53['data']);if(_0x3142f7&&_0x3142f7['length']){if(_0x26aa30+='forward'===_0x4149b1?_0x3142f7['index']+_0x3142f7[0x0]['length']:_0x269f53['data']['length']-_0x3142f7['index'],_0x3142f7[0x0]['length']!==_0x269f53['data']['length'])break;_0x920c3a=!0x0,_0x14f9be='forward'===_0x4149b1?/^\w+/:/\w+$/;}else{if(_0x920c3a)break;_0x26aa30+=_0x269f53['offsetSize'];}}else{if(_0x269f53['is']('element')){_0x524964['isInline'](_0x269f53)&&!_0x920c3a&&(_0x26aa30+=0x1);break;}}_0x289485+=_0x26aa30,_0x542fcd['jumpTo'](_0x5b1874['getShiftedBy']('forward'===_0x4149b1?_0x289485:-_0x289485));}return _0x289485;}['_getChangeContext'](_0x50952b,_0x4f0303,_0x17c3a9){const _0x2f5510=_0x17c3a9['model']['schema'],_0x32c383=this['_findAdjacentContextDistance'](_0x50952b,'backward',_0x2f5510,0x6),_0x116418=this['_findAdjacentContextDistance'](_0x4f0303,'forward',_0x2f5510,0x6),_0x3d36b6=_0x50952b['getShiftedBy'](-_0x32c383),_0x258a63=_0x4f0303['getShiftedBy'](_0x116418);return{'start':_0x3d36b6,'end':_0x258a63,'hasContentBefore':!_0x3d36b6['isAtStart'],'hasContentAfter':!_0x258a63['isAtEnd']};}['_insertMarkers'](_0x17a4f3,_0x2e1ff6){const _0x23b9be=this['context']['plugins']['get']('AIEditing'),_0x2614a0=new Set();_0x2e1ff6['model']['change'](_0x4ec75a=>{for(const _0x505e7b of _0x17a4f3){const _0x2c8623=''+rh+_0x505e7b['type']+':'+_0x505e7b['groupId']+'_'+_0x23b9be['_nextDataId'](_0x2614a0);this['_markers']['set'](_0x2c8623,{'id':_0x2c8623,'groupId':_0x505e7b['groupId'],'type':_0x505e7b['type'],'content':_0x505e7b['content'],'editor':_0x2e1ff6}),_0x4ec75a['addMarker'](_0x2c8623,{'usingOperation':!0x1,'affectsData':!0x1,'range':_0x4ec75a['createRange'](_0x505e7b['start'],_0x505e7b['end'])});}});}['_createGetContextFn'](_0x1e345e,_0x5f5897,_0x1f296a){let _0x2f6542='';return()=>{if(!_0x2f6542){const _0x1290ae=_0x5f5897['toView'](_0x1e345e,{'showSuggestionHighlights':!0x0});let _0x5c87b1=_0x1290ae['getChild'](0x0);if(_0x5c87b1['is']('containerElement')||(_0x5c87b1=_0x1290ae),!_0x5c87b1)return'';let _0x138f35=!0x1;const _0x5171ba=[];for(const _0x4fb4f0 of _0x5c87b1['getChildren']())_0x4fb4f0['is']('element','span')&&_0x4fb4f0['hasClass']('ck-ai_review-marker_context-end')&&(_0x138f35=!0x1),_0x138f35&&_0x5171ba['push'](_0x4fb4f0),_0x4fb4f0['is']('element','span')&&_0x4fb4f0['hasClass']('ck-ai_review-marker_context-start')&&(_0x138f35=!0x0);_0x5c87b1['_removeChildren'](0x0,_0x5c87b1['childCount']),_0x1f296a?.['ellipsisBefore']&&_0x5c87b1['_appendChild']('…'),_0x5c87b1['_appendChild'](_0x5171ba),_0x1f296a?.['ellipsisAfter']&&_0x5c87b1['_appendChild']('…');const _0x3f4c4c=_0x5f5897['htmlProcessor']['domConverter']['viewToDom'](_0x1290ae),_0x3a38bf=_0x5f5897['htmlProcessor']['htmlWriter']['getHtml'](_0x3f4c4c);_0x2f6542=this['_removeUnsupportedElements'](_0x3a38bf);}return _0x2f6542;};}['_createGetContentFn'](_0x20920c,_0x1be5cd){let _0x5de27a='';return()=>(_0x5de27a||(_0x5de27a=this['_removeUnsupportedElements'](_0x1be5cd['stringify'](_0x20920c,{'showSuggestionHighlights':!0x0}))),_0x5de27a);}['_createGetContentUsingDataIdFn'](_0x4f52ff,_0x30795b,_0x4f632c){let _0x29493d='';return()=>{if(!_0x29493d){const _0x4b8f87=_0x4f632c['toView'](new _0x500fd6(_0x4f52ff));_0x29493d=_0x4f632c['htmlProcessor']['domConverter']['viewToDom'](_0x4b8f87)['querySelector']('[data-id=\x22'+_0x30795b+'\x22]')?.['outerHTML']||'';}return _0x29493d;};}['_removeUnsupportedElements'](_0x5e13e5){if(!_0x5e13e5)return'';const _0x1de26d=Is(_0x5e13e5,{'decodeEntities':!0x1}),_0x1eb713=Ts(_0x1de26d);if(!_0x1eb713['length'])return _0x5e13e5;for(const _0x3d4867 of _0x1eb713)_0x5d7a74(_0x3d4867);return ps(_0x1de26d,{'encodeEntities':!0x1});}['_neutralizeChangesOnUnsupportedElements'](_0x4beebc,_0xe4d058){const _0x2f7a9a=Is(_0x4beebc,{'decodeEntities':!0x1}),_0x1a43b0=Is(_0xe4d058,{'decodeEntities':!0x1}),_0x4a11b3=Ts(_0x2f7a9a),_0x2e8917=Ts(_0x1a43b0);if(!_0x4a11b3['length']&&!_0x2e8917['length'])return{'contentInitial':_0x4beebc,'contentNew':_0xe4d058};const _0x3a76cf=new Map();for(const _0x1f827c of _0x4a11b3)_0x3a76cf['set'](Cs(_0x1f827c,'data-id'),_0x1f827c);for(const _0x47eac1 of _0x2e8917){const _0x2a96da=Cs(_0x47eac1,'data-id'),_0x15b0d6=_0x2a96da?_0x3a76cf['get'](_0x2a96da):void 0x0;_0x15b0d6?_0xf9e0b3(_0x47eac1,_0x5c7833(_0x15b0d6,!0x0)):_0x5d7a74(_0x47eac1);}return{'contentInitial':ps(_0x2f7a9a,{'encodeEntities':!0x1}),'contentNew':ps(_0x1a43b0,{'encodeEntities':!0x1})};}['_findMarkerElement'](_0x437bd3,_0x1b0001=0x5){let _0x5f0af0=_0x437bd3,_0x3f366f=null;for(let _0x542448=0x0;_0x542448<_0x1b0001&&_0x5f0af0;_0x542448++)if(_0x5f0af0['className']){if((''+_0x5f0af0['className'])['includes']('ck-ai_review-marker_')){if(!_0x5f0af0['getAttribute']('data-marker-id'))break;_0x3f366f=_0x5f0af0;break;}_0x5f0af0=_0x5f0af0['parentElement'];}else _0x5f0af0=_0x5f0af0['parentElement'];return _0x3f366f;}['_findMarkerElementById'](_0x409e52){const _0x723c49=this['_markers']['get'](_0x409e52);if(!_0x723c49)return null;const _0xc7391f=_0x723c49['editor']['model']['markers']['get'](_0x409e52);return _0xc7391f?_0xee7c03(_0x723c49['editor']['editing'],_0xc7391f):null;}['_getMarkersDataForGroup'](_0x354b85){return Array['from'](this['_markers']['values']())['filter'](_0x1c20e3=>_0x1c20e3['groupId']===_0x354b85);}['_getOperationStart'](_0x3b4c07){return'insert'===_0x3b4c07['type']?_0x3b4c07['position']:_0x3b4c07['newRange']['start'];}['_getOperationEnd'](_0x23baa6,_0x414370=!0x1){return'insert'===_0x23baa6['type']?_0x414370?_0x23baa6['position']:_0x23baa6['position']['getShiftedBy'](_0x23baa6['howMany']):_0x23baa6['newRange']['end'];}['_shiftOperation'](_0x1aef50,_0x362c05){return'insert'===_0x1aef50['type']?_0x1aef50['position']=_0x1aef50['position']['getShiftedBy'](_0x362c05):'marker'===_0x1aef50['type']&&_0x1aef50['newRange']&&(_0x1aef50['newRange']=new _0x15a2ab(_0x1aef50['newRange']['start']['getShiftedBy'](_0x362c05),_0x1aef50['newRange']['end']['getShiftedBy'](_0x362c05))),_0x1aef50;}['_changeOperationOwnerDocument'](_0x2a342b,_0x41a8ba){'insert'===_0x2a342b['type']?_0x2a342b['position']=this['_changePositionOwnerDocument'](_0x2a342b['position'],_0x41a8ba):'marker'===_0x2a342b['type']&&_0x2a342b['newRange']&&(_0x2a342b['newRange']=this['_changeRangeOwnerDocument'](_0x2a342b['newRange'],_0x41a8ba));}['_changePositionOwnerDocument'](_0x1cb0e1,_0x27ba8a){return new _0x34d4d5(_0x27ba8a,_0x1cb0e1['path']);}['_changeRangeOwnerDocument'](_0x223e89,_0x2eee31){return new _0x15a2ab(this['_changePositionOwnerDocument'](_0x223e89['start'],_0x2eee31),this['_changePositionOwnerDocument'](_0x223e89['end'],_0x2eee31));}['_changePosition'](_0x307033,_0x1d108e){return new _0x34d4d5(_0x1d108e,[..._0x307033]);}['_changeRange'](_0x5ca3cd,_0x54e19e,_0x4d1e6b,_0x3d5391){return new _0x15a2ab(this['_changePosition'](_0x54e19e,_0x3d5391),this['_changePosition'](_0x4d1e6b,_0x3d5391));}['_sortMarkers'](_0x814710){const _0x5b4ef9=_0x2ce25d=>{switch(_0x2ce25d){case'insert':return 0x0;case'remove-context':return 0x1;case'remove-only':return 0x2;case'remove-text':return 0x3;}};return _0x814710['sort']((_0x52cb0e,_0x672bf3)=>_0x5b4ef9(_0x52cb0e['type'])-_0x5b4ef9(_0x672bf3['type']));}['_hasSameTopLevelElement'](_0x13b40e,_0x476fb4){const _0xd3fdfc=_0x13b40e['getChild'](0x0),_0xcc27a6=_0x476fb4['getChild'](0x0);return!(!_0xd3fdfc||!_0xcc27a6)&&((!_0xd3fdfc['is']('element')||!_0xcc27a6['is']('element')||_0xd3fdfc['name']===_0xcc27a6['name'])&&!(_0xd3fdfc['is']('element')&&!_0xcc27a6['is']('element')||!_0xd3fdfc['is']('element')&&_0xcc27a6['is']('element')));}['_haveSingleTopLevelElement'](_0x36d645){return 0x1===_0x36d645['childCount'];}['_haveOnlyInlineContent'](_0x500b05,_0x307aee){for(const _0x503ecc of _0x500b05['getChildren']())if(_0x503ecc['is']('element')&&!_0x307aee['isInline'](_0x503ecc))return!0x1;return!0x0;}['_upsertDataId'](_0x57a098,_0x17dc63){let _0x592e96=_0x57a098['getAttribute'](_0x2be158);return _0x592e96||(_0x592e96=_0x17dc63(),_0x57a098['_setAttribute'](_0x2be158,_0x592e96)),_0x592e96;}};const ch=/* #__PURE__ -- @preserve */
|
|
38
|
+
lt();var lh=class extends ch{['id'];['contentNew'];['contentInitial'];['documentVersion'];constructor({id:_0x11e750,contentNew:_0x35d3f2,contentInitial:_0xb50b1f,documentVersion:_0x2f4fc6}){super(),this['id']=_0x11e750,this['contentNew']=_0x35d3f2,this['contentInitial']=_0xb50b1f,this['documentVersion']=_0x2f4fc6;}};const uh=/* #__PURE__ -- @preserve */
|
|
39
|
+
_t();var dh=class extends uh{['id'];['parent'];['_data'];['_editorOperations']=[];constructor(_0x351086,_0x4c93eb,_0x28e2a3){super(),this['id']=_0x351086,this['parent']=_0x28e2a3,this['_data']=_0x4c93eb,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(_0x5a93ed,_0x5f140d,_0x504a2b,_0x445c1b,_0x124a98){super(),this['_sourceCheck']=_0x5f140d,this['_documentData']=_0x5a93ed,this['_aiConnector']=_0x504a2b,this['_reviewParams']=_0x445c1b,this['_reviewArgs']=_0x124a98,this['on']('change:status',(_0x25c3fd,_0x460960,_0x7e6f01)=>{'aborted'==_0x7e6f01&&(this['_wasAborted']=!0x0),this['fire']('reviewCheckRunUpdated',{'status':_0x7e6f01,'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'](_0x1683cd=>'pending'===_0x1683cd['status']);}get['currentError'](){return this['_currentError'];}get['results'](){return Array['from'](this['_results']['values']());}['updateDocumentData'](_0x38b9c7){this['_documentData']=_0x38b9c7;}async['start'](){this['status']='loading',this['_currentError']=void 0x0;try{this['_activeRequest']=this['_createApiRequest']();const _0x934163=await this['_activeRequest']['getStream']();this['status']='data';for await(const _0x4d92d2 of _0x934163)'unmodified'!==_0x4d92d2['data']['operation']&&('error'!==_0x4d92d2['data']['operation']?'review-metadata'!==_0x4d92d2['event']?this['_addReviewCheckResult'](_0x4d92d2['data']['dataId'],_0x4d92d2['data']['textDelta']):this['callId']=_0x4d92d2['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(_0x463b38){this['_currentError']=_0x463b38,sn(_0x463b38)?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'](_0x1cfdbe,_0x45be11){const _0x49ade9=this['_results']['get'](_0x1cfdbe);if(!_0x49ade9)return;if(0x0===_0x45be11['length'])return;const _0x18a30d=[];_0x45be11['forEach']((_0x23b697,_0x5acd08)=>{const _0x24f689=new dh(_0x49ade9['id']+'-'+_0x5acd08,_0x23b697,_0x49ade9);_0x24f689['on']('change:status',()=>{this['fire']('reviewCheckResultChangeStatusUpdated',{'change':_0x24f689,'status':_0x24f689['status']});}),_0x24f689['on']('change:isActivated',()=>{_0x24f689['isActivated']?this['fire']('reviewCheckResultActivated',{'change':_0x24f689}):this['fire']('reviewCheckResultDeactivated',{'change':_0x24f689});}),this['_changes']['push'](_0x24f689),_0x18a30d['push'](_0x24f689);}),this['fire']('reviewCheckResultReady',{'changes':_0x18a30d,'result':_0x49ade9,'source':this});}['abort'](){this['_activeRequest']&&(this['_activeRequest']['abortController']['abort'](),this['_activeRequest']=null,this['status']='aborted');}['isChangeActive'](_0x5c5e15){const _0x47c2a9=this['_changes']['find'](_0x2771ce=>_0x2771ce['id']===_0x5c5e15);return!(!_0x47c2a9||'pending'!==_0x47c2a9['status']);}['isAnyChangeActivated'](){return this['_changes']['some'](_0x270455=>!0x0===_0x270455['isActivated']);}['getActiveChanges'](){return this['_changes']['filter'](_0x3f1cbb=>'pending'===_0x3f1cbb['status']);}['getChangeById'](_0x426f49){return this['_changes']['find'](_0x5ee179=>_0x5ee179['id']===_0x426f49);}['markAllChangesAsAccepted'](){for(const _0x933374 of this['_changes'])'pending'===_0x933374['status']&&(_0x933374['status']='accepted');this['_checkIfFinished']();}['markChangeAsAccepted'](_0x2adc5d){const _0x599839=this['_changes']['find'](_0x534856=>_0x534856['id']===_0x2adc5d);_0x599839&&'pending'===_0x599839['status']&&(_0x599839['status']='accepted'),this['_checkIfFinished']();}['markChangeAsRejected'](_0x468870){const _0xf3b5fa=this['_changes']['find'](_0x2ca780=>_0x2ca780['id']===_0x468870);_0xf3b5fa&&'pending'===_0xf3b5fa['status']&&(_0xf3b5fa['status']='rejected'),this['_checkIfFinished']();}['markChangeAsOutdated'](_0x31177f){const _0x338e9b=this['_changes']['find'](_0x4daa1e=>_0x4daa1e['id']===_0x31177f);_0x338e9b&&'pending'===_0x338e9b['status']&&(_0x338e9b['status']='outdated'),this['_checkIfFinished']();}['markChangeAsPending'](_0x48b273){const _0x23e4cd=this['_changes']['find'](_0x51f3ae=>_0x51f3ae['id']===_0x48b273);_0x23e4cd&&'outdated'===_0x23e4cd['status']&&(_0x23e4cd['status']='pending'),this['_checkIfFinished']();}['activateChange'](_0x13450a){this['_changes']['filter'](_0x5bbe5c=>_0x5bbe5c['isActivated']&&_0x5bbe5c['id']!==_0x13450a)['forEach'](_0x3639d3=>{_0x3639d3['isActivated']=!0x1;});const _0x3b58d2=this['_changes']['find'](_0x355832=>_0x355832['id']===_0x13450a);_0x3b58d2&&'pending'===_0x3b58d2['status']&&(_0x3b58d2['isActivated']=!0x0);}['deactivateChange'](){this['_changes']['filter'](_0x4c3c94=>_0x4c3c94['isActivated'])['forEach'](_0x5d96c4=>{_0x5d96c4['isActivated']=!0x1;});}['forceReadyState'](){this['status']='ready';}async['sendRating'](_0x5158ca){if('initialized'===this['status']||'loading'===this['status']||'data'===this['status']||this['_wasAborted'])return;if(!this['callId']||0x0===this['_changes']['length'])return;let _0x11b93e;if(_0x5158ca){const _0x24ec47=this['_changes']['find'](_0x22ab26=>_0x22ab26['id']===_0x5158ca);if(_0x24ec47&&_0x24ec47['isRated'])return;_0x24ec47&&(_0x11b93e=_0x24ec47['parent']['id'],_0x24ec47['isRated']=!0x0);}const _0x245b42={'positiveCount':this['_changes']['filter'](_0x38e32c=>'accepted'===_0x38e32c['status'])['length'],'totalCount':this['_changes']['length']};this['_sendRatingRequest'](_0x245b42,this['callId'],_0x11b93e);}['_addReviewCheckResult'](_0x3882cb,_0x1563f9){const _0x30f979=this['_documentData']['elements']['get'](_0x3882cb);if(!_0x30f979)return;const _0x1d9363=_0x30f979['getContent']();if(_0x1d9363===_0x1563f9)return;const _0x3ed2a2=new lh({'id':_0x3882cb,'contentInitial':_0x1d9363,'contentNew':_0x1563f9,'documentVersion':_0x30f979['documentVersion']});this['_results']['set'](_0x3ed2a2['id'],_0x3ed2a2),this['fire']('reviewCheckResultAdded',{'result':_0x3ed2a2,'source':this,'editor':_0x30f979['editor']});}['_checkIfFinished'](){'finished'===this['status']&&this['_changes']['filter'](_0x1cf4ce=>'pending'===_0x1cf4ce['status'])['length']>0x0&&(this['status']='ready'),'ready'===this['status']&&0x0===this['_changes']['filter'](_0x2083da=>'pending'===_0x2083da['status'])['length']&&(this['status']='finished');}},Ah=class extends gh{get['subTitle'](){if(!this['_reviewParams']||0x0===this['_reviewParams']['length'])return'';const _0x2e7374=[];if(this['_reviewParams']['length']>0x0&&this['_sourceCheck']['options'])for(let _0x1d2b97=0x0;_0x1d2b97<this['_reviewParams']['length'];_0x1d2b97++){if(!this['_reviewParams'][_0x1d2b97]||!this['_sourceCheck']['options'][_0x1d2b97])continue;const _0x38a0da=this['_sourceCheck']['options'][_0x1d2b97]['data']?.['find'](_0x2280ee=>_0x2280ee['id']===this['_reviewParams'][_0x1d2b97]);_0x38a0da&&_0x2e7374['push'](_0x38a0da['label']);}return _0x2e7374['join'](',\x20');}get['reviewName'](){return this['_composeReviewName']();}['_createApiRequest'](){return this['_aiConnector']['callSystemReview']({'reviewName':this['_composeReviewName'](),'content':this['_documentData']['content'],'args':this['_reviewArgs']});}['_sendRatingRequest'](_0x3dbed5,_0x35d787,_0x1ec0c7){return this['_aiConnector']['upsertAIReviewRating'](this['reviewName'],_0x35d787,_0x3dbed5,_0x1ec0c7);}['_composeReviewName'](){return!this['_reviewParams']||0x0===this['_reviewParams']['length']||this['_sourceCheck']['useArgs']?this['_sourceCheck']['apiId']:[this['_sourceCheck']['apiId'],...this['_reviewParams']]['join']('-');}},Ih=class extends _0x2d0760{['_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',(_0x2c543b,_0xb9ee37)=>this['runCheck'](_0xb9ee37)),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 _0x1f5254=this['_currentReviewCheckRun']['getActiveChanges']();if(!_0x1f5254['length'])return;this['_aiReviewCoreEditing']['applyChange'](_0x1f5254['map'](_0x4191fa=>_0x4191fa['id']),this['_aiSource']);const _0x1a8bbf=this['_currentReviewCheckRun'];_0x1a8bbf['markAllChangesAsAccepted'](),_0x1a8bbf['sendRating']();}),this['listenTo'](this['_aiReviewCoreUi'],'acceptChange',(_0x2c5791,_0x27d37e)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x27d37e['id'])&&(this['_aiReviewCoreEditing']['applyChange']([_0x27d37e['id']],this['_aiSource']),this['_currentReviewCheckRun']['markChangeAsAccepted'](_0x27d37e['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x27d37e['id']));}),this['listenTo'](this['_aiReviewCoreUi'],'dismissChange',(_0x23b930,_0x48e19e)=>{this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['isChangeActive'](_0x48e19e['id'])&&(this['_aiReviewCoreEditing']['rejectChange'](_0x48e19e['id']),this['_currentReviewCheckRun']['markChangeAsRejected'](_0x48e19e['id']),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_currentReviewCheckRun']['sendRating'](_0x48e19e['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',(_0x4fad5e,_0xc08e0a)=>{this['_onActivateChange'](_0xc08e0a);}),this['listenTo'](this['_aiReviewCoreUi'],'deactivateChange',(_0x55ff8f,_0x47175d)=>{this['_onDeactivateChange'](_0x47175d);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerClicked',(_0x6f5f1b,_0x792346)=>{this['_onChangeMarkerClicked'](_0x6f5f1b,_0x792346);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerHovered',(_0x3bc73c,_0xc7d8bb)=>{this['_onChangeMarkerHovered'](_0x3bc73c,_0xc7d8bb);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerBlurred',()=>{this['_onChangeMarkerBlurred']();}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRemoved',(_0x579f7e,_0x29341f)=>{this['_onChangeMarkerRemoved'](_0x579f7e,_0x29341f);}),this['listenTo'](this['_aiReviewCoreEditing']['emitter'],'changeMarkerRestored',(_0x3b8835,_0x5b8ed3)=>{this['_onChangeMarkerRestored'](_0x3b8835,_0x5b8ed3);});}async['runCheck'](_0x24694d){if(!this['_availableReviewChecks'])return;const _0x2893af=this['_availableReviewChecks']['find'](_0x204fae=>_0x204fae['id']===_0x24694d['id']);if(_0x2893af){this['_onReviewCheckRun'](_0x24694d),this['_aiReviewCoreEditing']['switchToReadOnly'](),this['_currentReviewCheckRun']=this['_createReviewCheckRun'](_0x24694d,_0x2893af),this['_aiReviewCoreUi']['setCheckResultTitle'](this['_currentReviewCheckRun']['title'],this['_currentReviewCheckRun']['subTitle']),this['_currentReviewCheckRun']['on']('reviewCheckRunUpdated',(_0x179342,_0x381f18)=>{switch(_0x381f18['status']){case'data':case'loading':this['_aiReviewCoreUi']['showCheckRunResults'](_0x381f18);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'!==_0x381f18['status']&&'error-chunk'!==_0x381f18['status']&&'error-general'!==_0x381f18['status']||this['_currentReviewCheckRun']?.['sendRating']();}),this['_currentReviewCheckRun']['on']('reviewCheckResultAdded',(_0x53215c,_0xbfaccd)=>{if(!this['_currentReviewCheckRun'])throw new at('ai-review-mode-no-current-check-run',this);const _0x40dace=this['_diffContent'](_0xbfaccd['editor'],_0xbfaccd['result']['contentInitial'],_0xbfaccd['result']['contentNew']);_0xbfaccd['source']['addResultChanges'](_0xbfaccd['result']['id'],_0x40dace);}),this['_currentReviewCheckRun']['on']('reviewCheckResultReady',(_0x4239f5,_0x122665)=>{for(const _0x41b3d3 of _0x122665['changes'])this['_aiReviewCoreUi']['showCheckRunResult'](_0x41b3d3);this['_markChangePositionInEditorContent'](_0x122665['changes'],_0x122665['source']['documentData']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultChangeStatusUpdated',(_0x3420cf,_0x2a650c)=>{this['_aiReviewCoreUi']['updateChangeState'](_0x2a650c['change']['id'],_0x2a650c['status']);}),this['_currentReviewCheckRun']['on']('reviewCheckResultActivated',(_0x1facb9,_0x16bf95)=>{this['_onReviewCheckResultActivated'](_0x16bf95);}),this['_currentReviewCheckRun']['on']('reviewCheckResultDeactivated',()=>{this['_onReviewCheckResultDeactivated']();});try{await this['_currentReviewCheckRun']['start']();}catch(_0x1b497f){if(sn(_0x1b497f))return;_0x1b497f instanceof at?this['_logError'](_0x1b497f):this['_logError'](new at('ai-review-mode-check-run-failed',this,void 0x0,_0x1b497f));}}else this['_logError'](new at('ai-review-mode-source-check-not-found',this,{'checkId':_0x24694d['id']}));}['abort'](){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['abort']();}['getAvailableChecks'](){return(this['_availableReviewChecks']??[])['slice']();}['getCurrentCheckRun'](){return this['_currentReviewCheckRun'];}['_createReviewCheckRun'](_0x5d1773,_0x53c4e5){return new Ah(this['_aiReviewCoreEditing']['getDocumentData'](),_0x53c4e5,this['_aiConnector'],_0x5d1773['params'],_0x5d1773['args']);}['_onChangeMarkerRemoved'](_0x129b9e,_0x3064c1){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsOutdated'](_0x3064c1['changeId']);}['_onChangeMarkerRestored'](_0x430ed6,_0x3b69c8){this['_currentReviewCheckRun']&&this['_currentReviewCheckRun']['markChangeAsPending'](_0x3b69c8['changeId']);}['_onCheckRunFinished'](){this['_aiReviewCoreUi']['showReviewCompletedView']();}['_initRequiredPlugins'](){this['_aiConnector']=this['context']['plugins']['get']('AIConnector'),this['_reporter']=this['context']['plugins']['get'](rn)['createReporter']('aireview');}['_onReviewRunLeave'](_0x318aab=!0x1){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['hasModifications']||this['_currentReviewCheckRun']['sendRating'](),this['_currentReviewCheckRun']['stopListening'](),this['_currentReviewCheckRun']['abort'](),this['_currentReviewCheckRun']=void 0x0),_0x318aab&&this['_aiReviewCoreUi']['showReviewCheckList'](),this['_aiReviewCoreEditing']['clearAllMarkers'](),this['_aiReviewCoreEditing']['switchToEdit'](),this['_changeActivationSource']=null;for(const _0x548940 of this['_aiReviewCoreEditing']['getEditors']())_0x548940['editing']['view']['change'](_0xbe21a3=>{for(const _0x5dfd1c of _0x548940['editing']['view']['document']['getRoots']())_0xbe21a3['removeClass']('ck-ai_review-diff',_0x5dfd1c),_0xbe21a3['removeClass']('ck-ai_review-highlights',_0x5dfd1c),_0xbe21a3['removeClass']('ck-ai-translate-mode-content',_0x5dfd1c);});}['_logError'](_0x322e04){this['_reporter']['logError'](_0x322e04),'ai-review-mode-models-unable-to-retrieve'===function(_0x4e9654){return _0x4e9654 instanceof nn?_0x4e9654['code']:_0x4e9654 instanceof Error?_0x4e9654['message']['match'](/^\S+/)?.[0x0]:void 0x0;}(_0x322e04)?this['_aiReviewCoreUi']['showGeneralReviewCoreErrorView']():this['_aiReviewCoreUi']['showGeneralResultsErrorView']();}['_scrollToChange'](_0x27fabe){if('content'===this['_changeActivationSource']){const _0x3f5114=this['_aiReviewCoreUi']['getChangeElement'](_0x27fabe);_0x3f5114&&bt(_0x3f5114['closest']('.ck-ai_review__check-run-result')||_0x3f5114);}else{if('panel'===this['_changeActivationSource']){const _0x4e8f70=this['_getChangeContentElement'](_0x27fabe);if(!_0x4e8f70)return;St({'target':_0x4e8f70,'viewportOffset':{'top':0x55,'left':0x0,'bottom':0x0,'right':0x0},'ancestorOffset':0x14,'alignToTop':!0x0});}}}},ph=class extends gh{['_prompt'];['_model'];constructor(_0xb01e02,_0xb3b192,_0x5772c9,_0x17c07b,_0x56a144){super(_0x5772c9,_0x17c07b,_0x56a144),this['_prompt']=_0xb01e02,this['_model']=_0xb3b192;}get['subTitle'](){return this['_prompt'];}['_createApiRequest'](){return this['_aiConnector']['callCustomReview']({'content':this['_documentData']['content'],'prompt':this['_prompt'],'model':this['_model']});}['_sendRatingRequest'](_0x57585d,_0x56f661,_0x208676){return this['_aiConnector']['upsertCustomAIReviewRating'](_0x56f661,_0x57585d,_0x208676);}},mh=class{['id'];['commandId'];['title'];['description'];['isParameterized'];['useArgs'];['options'];['args'];get['apiId'](){return this['commandId'];}constructor(_0x21960c){this['id']=_0x21960c['id'],this['commandId']=_0x21960c['commandId'],this['title']=_0x21960c['title'],this['description']=_0x21960c['description'],this['isParameterized']=_0x21960c['isParameterized'],this['useArgs']=_0x21960c['useArgs'],this['options']=_0x21960c['options'],this['args']=_0x21960c['args'];}},Eh=class extends mh{['isExtra']=!0x0;['prompt'];['model'];['_defaultModel']=null;constructor(_0xc6829e,_0xe7eeaa,_0x24ffdd){super(_0xc6829e),this['prompt']=_0xc6829e['prompt'],this['model']=_0xc6829e['model'],this['model']?this['_defaultModel']=_0xe7eeaa['find'](_0x3b05ab=>_0x3b05ab['id']===this['model'])||null:this['_defaultModel']=_0x24ffdd;}get['defaultModel'](){return this['_defaultModel'];}},Th=class extends ph{get['subTitle'](){return'';}set['prompt'](_0x58c8fd){this['_prompt']=_0x58c8fd;}set['model'](_0x2e2404){this['_model']=_0x2e2404;}},wh=class extends _0x2d0760{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'](_0x3185d9){this['_checks']=_0x3185d9['map'](_0x1ace49=>new mh(_0x1ace49));}get['checks'](){return this['_checks']['slice']();}['getCheckById'](_0x18e1cf){return this['checks']['find'](_0x124aca=>_0x124aca['id']===_0x18e1cf);}['removeCheckById'](_0x4d429c){this['_checks']=this['_checks']['filter'](_0x53580d=>_0x53580d['id']!==_0x4d429c);}},Sh=class extends mh{['_models']=[];['_defaultModel']=null;constructor(_0x521066,_0x4abe10,_0x1e4b12){super(_0x521066),this['_models']=_0x4abe10,this['_defaultModel']=_0x1e4b12;}get['models'](){return this['_models']['slice']();}get['defaultModel'](){return this['_defaultModel'];}},Rh=class extends bh{['_allModels']=[];['_recommendedModels']=[];['_defaultModel']=null;constructor(_0x4a760c,_0x51e436,_0x4524e6){super(),this['_allModels']=_0x4a760c,this['_recommendedModels']=_0x51e436,this['_defaultModel']=_0x4524e6;}get['allModels'](){return this['_allModels']['slice']();}['setupChecks'](_0x28ea90){this['_checks']=_0x28ea90['map'](_0x46c8fa=>!0x0===_0x46c8fa['isExtra']?new Eh(_0x46c8fa,this['_allModels'],this['_defaultModel']):'custom'===_0x46c8fa['id']?new Sh(_0x46c8fa,this['_recommendedModels'],this['_defaultModel']):new mh(_0x46c8fa));}},Oh=class extends wh{static get['pluginName'](){return'AIReviewModeCheckRegistry';}['_modelsLoadError']=null;constructor(_0x30d15c){super(_0x30d15c),this['context']['config']['define']('ai.review.extraCommands',[]);}get['modelsLoadError'](){return this['_modelsLoadError'];}['getExtraChecks'](){return this['context']['config']['get']('ai.review.extraCommands')['map'](_0x43cf27=>({'id':_0x43cf27['id'],'commandId':_0x43cf27['id'],'title':_0x43cf27['label'],'description':_0x43cf27['description'],'isParameterized':!0x1,'isExtra':!0x0,'prompt':_0x43cf27['prompt'],'model':_0x43cf27['model']}));}async['_loadChecksList'](){const _0x17825b=[...Ch,...this['getExtraChecks']()]['map'](_0x24b69d=>_0x24b69d['isExtra']?_0x24b69d:this['_translateReviewCheck'](_0x24b69d)),_0x23c4e6=await this['_getModels'](),_0x44a0c0=new Rh(_0x23c4e6['all'],_0x23c4e6['recommended'],_0x23c4e6['default']);return _0x44a0c0['setupChecks'](_0x17825b),_0x44a0c0;}async['_getModels'](){const _0x4d5eca=this['context']['plugins']['get']('AIConnector');try{const _0x7556f8=new Xs({'connector':_0x4d5eca,'config':this['context']['config']['get']('ai.models'),'locale':this['context']['locale']}),_0x1cdd98={'all':await _0x7556f8['getAll'](),'recommended':await _0x7556f8['getAvailableModels'](),'default':await _0x7556f8['getDefault']()};return this['_modelsLoadError']=null,_0x1cdd98;}catch(_0x12b1b6){return this['_modelsLoadError']=new at('ai-review-mode-models-unable-to-retrieve',this,void 0x0,_0x12b1b6),this['_reporter']['logError'](this['_modelsLoadError'],{'context':{'operation':'load-review-models'}}),{'all':[],'recommended':[],'default':null};}}['_translateReviewCheck'](_0x2b44ed){const _0x54b29e='AI_REVIEW_CHECK_'+_0x2b44ed['commandId']['toUpperCase']()['replaceAll']('-','_'),_0x598899={..._0x2b44ed,'title':this['_translate'](_0x54b29e+'_TITLE',_0x2b44ed['title']),'description':this['_translate'](_0x54b29e+'_DESCRIPTION',_0x2b44ed['description'])};return _0x2b44ed['options']&&(_0x598899['options']=_0x2b44ed['options']['map'](_0x2900bb=>({..._0x2900bb,'label':this['_translate'](_0x54b29e+'_OPTIONS_LABEL',_0x2900bb['label']||''),'data':_0x2900bb['data']?_0x2900bb['data']['map'](_0x27219e=>({..._0x27219e,'label':this['_translate'](_0x54b29e+'_OPTIONS_DATA_'+_0x27219e['id']['toUpperCase'](),_0x27219e['label'])})):void 0x0}))),_0x598899;}['_translate'](_0x4002bb,_0x441a1d){const _0x3e0a90=ls(this['context']['locale'],_0x4002bb);return _0x3e0a90===_0x4002bb?_0x441a1d:_0x3e0a90;}},vh=class extends Ih{static get['pluginName'](){return'AIReviewModeController';}static get['requires'](){return[rn,Oh];}get['_aiSource'](){return'review';}['_isDiffOn']=!0x1;['_usesAvailableCommandsConfig'];constructor(_0xe78e4c){super(_0xe78e4c),this['_usesAvailableCommandsConfig']=Boolean(this['context']['config']['get']('ai.review.availableCommands')),this['context']['config']['define']('ai.review.availableCommands',Ch['map'](_0x5d699c=>_0x5d699c['id']));}['init'](){super['init'](),this['listenTo'](this['_aiReviewCoreUi'],'toggleDiff',(_0x2a11d2,_0x95777)=>{this['_isDiffOn']=_0x95777['on'],this['_onDiffChange'](this['_isDiffOn']);});}['_initRequiredPlugins'](){super['_initRequiredPlugins'](),this['_aiReviewCoreUi']=this['context']['plugins']['get']('AIReviewModeUI'),this['_aiReviewCoreEditing']=this['context']['plugins']['get']('AIReviewCoreEditing');}['_createReviewCheckRun'](_0x565ded,_0x301d39){if(_0x565ded['isCustom'])return new ph(_0x565ded['args']['prompt'],_0x565ded['args']['model'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x301d39,this['_aiConnector']);if(_0x301d39['isExtra']){const _0x538558=_0x301d39;return new Th(_0x565ded['args']?.['prompt']??_0x538558['prompt'],_0x565ded['args']?.['model']??_0x538558['defaultModel']['id'],this['_aiReviewCoreEditing']['getDocumentData'](),_0x301d39,this['_aiConnector']);}return new Ah(this['_aiReviewCoreEditing']['getDocumentData'](),_0x301d39,this['_aiConnector'],_0x565ded['params'],_0x565ded['args']);}['_onReviewCheckResultActivated'](_0x51369a){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x51369a['change']['id']),this['_scrollToChange'](_0x51369a['change']['id']);const _0x366ec9=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x51369a['change']['id']);if(!_0x366ec9)return;const _0x4629ec=this['_aiReviewCoreEditing']['getEditorForChange'](_0x51369a['change']['id'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x51369a['change'],()=>_0x366ec9['getElement'](),void 0x0,'click',this['_getBalloonDomRoot'](_0x4629ec,_0x366ec9['modelRange']['root']['rootName']),_0x4629ec?.['ui']?.['viewportOffset']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x51369a['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreUi']['resetActiveStateInResults'](),this['_aiReviewCoreUi']['hideChangeBalloon'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']();}['_onActivateChange'](_0x162391){this['_currentReviewCheckRun']&&'click'===_0x162391['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x162391['id']));}['_onDeactivateChange'](_0x136e90){this['_currentReviewCheckRun']&&'balloon'===_0x136e90['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x1fd71c,_0x5890cb){if(!this['_currentReviewCheckRun'])return;this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x5890cb['changeId']);const _0x4adbfe=this['_currentReviewCheckRun']['getChangeById'](_0x5890cb['changeId']);if(!_0x4adbfe)return;const _0x433e17=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x5890cb['changeId']),_0x57f19d=this['_aiReviewCoreEditing']['getEditorForChange'](_0x5890cb['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x4adbfe,_0x5890cb['markerElement'],_0x5890cb['domEvent'],'click',this['_getBalloonDomRoot'](_0x57f19d,_0x433e17?.['modelRange']['root']['rootName']),_0x57f19d?.['ui']?.['viewportOffset']);}['_onChangeMarkerHovered'](_0xc6ab6c,_0x2e45aa){if(!this['_currentReviewCheckRun'])return;if(this['_currentReviewCheckRun']['isAnyChangeActivated']())return;const _0x58182f=this['_currentReviewCheckRun']['getChangeById'](_0x2e45aa['changeId']);if(!_0x58182f)return;const _0x33822b=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0x2e45aa['changeId']),_0x26b5fa=this['_aiReviewCoreEditing']['getEditorForChange'](_0x2e45aa['changeId'])??this['_aiReviewCoreEditing']['getEditor']();this['_aiReviewCoreUi']['showChangeBalloon'](_0x58182f,_0x2e45aa['markerElement'],_0x2e45aa['domEvent'],'hover',this['_getBalloonDomRoot'](_0x26b5fa,_0x33822b?.['modelRange']['root']['rootName']),_0x26b5fa?.['ui']?.['viewportOffset']);}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&(this['_currentReviewCheckRun']['isAnyChangeActivated']()||this['_aiReviewCoreUi']['hideChangeBalloon']());}['_getChangeContentElement'](_0xfd9215){const _0x16f29f=this['_aiReviewCoreEditing']['getMarkerElementForChange'](_0xfd9215);return _0x16f29f?_0x16f29f['getElement']():null;}['_markChangePositionInEditorContent'](_0x3f9728,_0x4c48ee){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x3f9728,_0x4c48ee);}['_diffContent'](_0x119df2,_0x2237b3,_0x5eaa68){return this['_aiReviewCoreEditing']['diffContent'](_0x119df2,_0x2237b3,_0x5eaa68,!0x1);}['_onReviewCheckRun'](){this['_onDiffChange'](this['_isDiffOn']);}['_onDiffChange'](_0x279ad1){_0x279ad1?this['_aiReviewCoreUi']['hideDiffInBalloon']():this['_aiReviewCoreUi']['showDiffInBalloon']();for(const _0xbc4349 of this['_aiReviewCoreEditing']['getEditors']())_0xbc4349['editing']['view']['change'](_0x3c8d02=>{for(const _0x301c26 of _0xbc4349['editing']['view']['document']['getRoots']()){for(const _0x3b77a9 of _0x301c26['getClassNames']())_0x3b77a9['startsWith']('ck-ai_review-')&&_0x3c8d02['removeClass'](_0x3b77a9,_0x301c26);_0x3c8d02['addClass'](_0x279ad1?'ck-ai_review-diff':'ck-ai_review-highlights',_0x301c26);}});}['_getBalloonDomRoot'](_0x52d0ea,_0x4ca404){const _0x43a4e1=_0x52d0ea['editing']['view'];if(_0x4ca404){const _0x433350=_0x43a4e1['getDomRoot'](_0x4ca404);if(_0x433350)return _0x433350;}return _0x43a4e1['getDomRoot']()??void 0x0;}async['_getReviewChecks'](){const _0x1533a5=this['context']['plugins']['get']('AIReviewModeCheckRegistry'),_0x261a0f=await _0x1533a5['getChecksList']();_0x1533a5['modelsLoadError']&&this['_logError'](_0x1533a5['modelsLoadError']);let _0x1dc00e=_0x261a0f['checks'];const _0x28ceb9=this['context']['config']['get']('ai.review.availableCommands');return this['_logWarningForNonExistentChecks'](_0x28ceb9,_0x1dc00e),this['_usesAvailableCommandsConfig']&&(_0x1dc00e=_0x28ceb9['map'](_0x5c7c5f=>_0x1dc00e['find'](_0x15a13c=>_0x15a13c['id']===_0x5c7c5f))['filter'](_0x2f043a=>!!_0x2f043a)),this['_filterChecksWithMissingModel'](_0x1dc00e);}['_logWarningForNonExistentChecks'](_0xef1d6e,_0x428bd2){const _0x4ec951=_0xef1d6e['filter'](_0x46dada=>!_0x428bd2['some'](_0x22c367=>_0x22c367['id']===_0x46dada));_0x4ec951['length']&&this['_reporter']['logError'](new nn({'code':'ai-review-mode-non-existent-commands-used','severity':'warning','context':{'commandIds':_0x4ec951['join'](',\x20')}}));}['_filterChecksWithMissingModel'](_0x36b766){const _0x33c3fb=[];return _0x36b766['forEach'](_0x429cb2=>{(_0x429cb2 instanceof Eh&&!_0x429cb2['defaultModel']||_0x429cb2 instanceof Sh&&!_0x429cb2['models']['length'])&&_0x33c3fb['push'](_0x429cb2['id']);}),_0x33c3fb['length']&&_0x33c3fb['forEach'](_0x1ae2f6=>{_0x36b766=_0x36b766['filter'](_0x1b1a71=>_0x1b1a71['id']!==_0x1ae2f6),this['_reporter']['logError'](new nn({'code':'ai-review-mode-command-unavailable-due-to-missing-model','context':{'commandId':_0x1ae2f6}}));}),_0x36b766;}};function kh(_0x3ac73b,_0x6fcaf2,_0x218166,_0x1d925d){return _0x3ac73b instanceof at?_0x3ac73b:new at(_0x6fcaf2,_0x218166,_0x1d925d,_0x3ac73b);}var Nh=class extends Zs{['_affectedBlocks']=[];get['affectedBlocks'](){return this['_affectedBlocks']['slice']();}set['affectedBlocks'](_0x514a77){this['_affectedBlocks']=_0x514a77;}},yh=class extends _0x2d0760{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'](_0x53bc09=>{const _0x41024e={'id':_0x53bc09['id'],'title':_0x53bc09['title'],'description':_0x53bc09['description']};return'custom'!==_0x53bc09['id']&&_0x53bc09['options']?.['length']&&(_0x41024e['parameters']=_0x53bc09['options'][0x0]['data']['map'](_0xaeeb68=>({..._0xaeeb68}))),_0x41024e;});}async['getAvailableModels'](){return this['context']['plugins']['get']('AIGateway')['getAvailableModels']();}async['runReview'](_0x47e42c,_0x1af19c){return await this['_runReviewCheck'](_0x47e42c,()=>this['_createReviewCheckRun'](_0x47e42c,_0x1af19c?.['parameterId']),_0x1af19c?.['signal']);}async['runCustomReview'](_0x383b2,_0x3b29d5){return await this['_runReviewCheck']('custom',()=>this['_createCustomReviewCheckRun']('custom',_0x383b2,_0x3b29d5?.['model']),_0x3b29d5?.['signal']);}['applyReview'](_0x114f46,_0x19441d){this['context']['plugins']['get']('AIGateway')['apply'](_0x114f46,{'applyMethod':_0x19441d,'aiSource':'review'});}async['_runReviewCheck'](_0x31c64e,_0x38b533,_0x12db48){const _0x36c45a=ds(this['context']),_0x1bb6dd=new Nh({'editor':_0x36c45a,'rootName':_0x36c45a['model']['document']['getRootNames']()[0x0],'channelId':this['context']['config']['get']('collaboration.channelId'),'sessionId':_0x36c45a['plugins']['get']('AIEditing')['getSessionId'](_0x36c45a)});let _0x474ff4,_0x8a01f0;if(_0x12db48){if(_0x12db48['aborted'])return _0x1bb6dd['abort'](),_0x1bb6dd;const _0x1f5804=()=>{_0x1bb6dd['error']||(_0x1bb6dd['abort'](),_0x474ff4&&_0x474ff4['abort']());};_0x12db48['addEventListener']('abort',_0x1f5804),_0x8a01f0=()=>_0x12db48['removeEventListener']('abort',_0x1f5804);}try{_0x474ff4=await _0x38b533(),_0x1bb6dd['contentRawOld']=_0x474ff4['documentData']['content'],_0x1bb6dd['documentVersion']=Array['from'](_0x474ff4['documentData']['elements'])['find'](([,_0xcd05e4])=>_0xcd05e4['rootName']===_0x1bb6dd['rootName'])?.[0x1]['documentVersion']??0x1,_0x474ff4['on']('reviewCheckRunUpdated',(_0x4b9ced,_0x32f4d1)=>{'aborted'===_0x32f4d1['status']?_0x1bb6dd['abort']():'error-general'!==_0x32f4d1['status']&&'error-chunk'!==_0x32f4d1['status']||(_0x1bb6dd['error']=kh(_0x32f4d1['error'],'ai-reviewgateway-review-command-run-failed',this,{'checkId':_0x31c64e}));}),'aborted'!==_0x1bb6dd['status']&&await _0x474ff4['start']();}catch(_0x1cd567){_0x1bb6dd['error']=kh(_0x1cd567,'ai-reviewgateway-review-command-run-failed',this,{'checkId':_0x31c64e});}finally{_0x8a01f0&&_0x8a01f0();}if(!_0x474ff4||'aborted'===_0x1bb6dd['status']||'error'===_0x1bb6dd['status'])return _0x1bb6dd;_0x1bb6dd['affectedBlocks']=_0x474ff4['results']['map'](_0x3d5d1d=>({'id':_0x3d5d1d['id'],'content':_0x3d5d1d['contentNew']}));try{_0x1bb6dd['contentRawNew']=ps(this['context']['plugins']['get']('AIGateway')['mergeChangesIntoContent'](_0x1bb6dd['affectedBlocks'],_0x1bb6dd['contentRawOld'],_0x1bb6dd['editor']));}catch(_0x5d1629){_0x1bb6dd['error']=kh(_0x5d1629,'ai-reviewgateway-review-command-run-failed',this,{'checkId':_0x31c64e});}return _0x1bb6dd;}async['_createReviewCheckRun'](_0x41b683,_0x2bf8e1){const _0x1ff521=(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['find'](_0x54c133=>_0x54c133['id']===_0x41b683);if(!_0x1ff521)throw new at('ai-reviewgateway-unknown-command',this,{'checkId':_0x41b683});if(_0x1ff521 instanceof Sh)throw new at('ai-reviewgateway-not-a-system-command',this,{'checkId':_0x41b683});const _0x4764dc=this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x6c9e29=this['context']['plugins']['get']('AIConnector');if(_0x1ff521 instanceof Eh){if(!_0x1ff521['defaultModel']?.['id'])throw new at('ai-reviewgateway-missing-custom-command-model',this,{'checkId':_0x41b683});return new Th(_0x1ff521['prompt'],_0x1ff521['defaultModel']['id'],_0x4764dc,_0x1ff521,_0x6c9e29);}return new Ah(_0x4764dc,_0x1ff521,_0x6c9e29,_0x2bf8e1?[_0x2bf8e1]:void 0x0);}async['_createCustomReviewCheckRun'](_0x537bad,_0x343296,_0x30c550){const _0x1ba0ad=(await this['context']['plugins']['get']('AIReviewModeCheckRegistry')['getChecksList']())['checks']['find'](_0x15be9f=>_0x15be9f['id']===_0x537bad);if(!_0x1ba0ad)throw new at('ai-reviewgateway-unknown-command',this,{'checkId':_0x537bad});if(!(_0x1ba0ad instanceof Sh))throw new at('ai-reviewgateway-not-a-custom-command',this,{'checkId':_0x537bad});const _0x414d02=_0x30c550??_0x1ba0ad['defaultModel']?.['id'];if(!_0x343296)throw new at('ai-reviewgateway-missing-custom-command-prompt',this,{'checkId':_0x537bad});if(!_0x414d02)throw new at('ai-reviewgateway-missing-custom-command-model',this,{'checkId':_0x537bad});return new ph(_0x343296,_0x414d02,this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x1ba0ad,this['context']['plugins']['get']('AIConnector'));}},xh=class extends _0x2d0760{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'](_0x4c878e,_0x150b86){if(this['assertStartReviewPreconditions'](_0x4c878e)instanceof Sh)throw new at('ai-reviewmode-not-a-system-command',this,{'commandId':_0x4c878e});ka(this['context'],'reviewMode'),await this['context']['plugins']['get']('AIReviewModeController')['runCheck']({'id':_0x4c878e,'params':_0x150b86?.['parameterId']?[_0x150b86['parameterId']]:void 0x0});}async['startCustomReview'](_0x39cfc6,_0x32c9e6){if(!_0x39cfc6)throw new at('ai-reviewmode-missing-custom-command-prompt',this);const _0x303e92=Ch['find'](_0x9a586=>'custom'===_0x9a586['commandId'])['id'],_0x46e8f0=this['assertStartReviewPreconditions'](_0x303e92),_0x595373=_0x32c9e6?.['model']??_0x46e8f0['defaultModel']?.['id'];if(!_0x595373)throw new at('ai-reviewmode-missing-custom-command-model',this);ka(this['context'],'reviewMode'),await this['context']['plugins']['get']('AIReviewModeController')['runCheck']({'id':_0x303e92,'isCustom':!0x0,'args':{'prompt':_0x39cfc6,'model':_0x595373}});}['getAvailableCommands'](){return this['context']['plugins']['get']('AIReviewModeController')['getAvailableChecks']()['map'](_0xd7d565=>{const _0x2413cd={'id':_0xd7d565['id'],'title':_0xd7d565['title'],'description':_0xd7d565['description']};return'custom'!==_0xd7d565['id']&&_0xd7d565['options']?.['length']&&(_0x2413cd['parameters']=_0xd7d565['options'][0x0]['data']['map'](_0x1b2208=>({..._0x1b2208}))),_0x2413cd;});}['assertStartReviewPreconditions'](_0x1162c8){const _0x23c75f=this['context']['plugins']['get']('AIReviewModeController');if(_0x23c75f['getCurrentCheckRun']())throw new at('ai-reviewmode-review-already-running',this);const _0x41753b=_0x23c75f['getAvailableChecks']()['find'](_0x3f24a2=>_0x3f24a2['id']===_0x1162c8);if(!_0x41753b)throw new at('ai-reviewmode-unknown-command',this,{'commandId':_0x1162c8});return _0x41753b;}},Lh=class extends Ah{['_title'];constructor(_0x347695,_0x20491b,_0xaf5533,_0x4eee41,_0x32a8e0,_0x728e2b){super(_0x347695,_0x20491b,_0xaf5533,_0x32a8e0,_0x728e2b),this['_title']=_0x4eee41;}get['title'](){return this['_title'];}get['subTitle'](){return this['_sourceCheck']['title'];}},Dh=class extends mh{get['apiId'](){return'translate';}},Ph=class extends bh{['setupChecks'](_0x348ddf){this['_checks']=_0x348ddf['map'](_0x50236c=>new Dh(_0x50236c));}};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(_0x4bb257){super(_0x4bb257),this['context']['config']['define']('ai.translate.languages',Hh);}async['_loadChecksList'](){const _0x4383ba=[],_0x1cbfcd=this['context']['config']['get']('ai.translate.languages')||[];for(const _0x438958 of _0x1cbfcd)_0x4383ba['push']({'title':_0x438958['label'],'id':_0x438958['id'],'commandId':_0x438958['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x438958['id']}});const _0x53d843=new Ph();return _0x53d843['setupChecks'](this['_translateChecks'](_0x4383ba)),_0x53d843;}['_translateChecks'](_0x2691bd){const _0x389548=this['context']['locale'];return _0x2691bd['map'](_0x423964=>{const _0x59644c='AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_'+_0x423964['title']['toUpperCase']()['replaceAll']('-','_'),_0x3aed66=ls(_0x389548,_0x59644c);return{..._0x423964,'title':_0x3aed66===_0x59644c?_0x423964['title']:_0x3aed66};});}},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'](_0x3f3e1d,_0x366940){return new Lh(this['_aiReviewCoreEditing']['getDocumentData'](),_0x366940,this['_aiConnector'],ls(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),_0x3f3e1d['params'],_0x3f3e1d['args']);}['_onReviewCheckResultActivated'](_0x1fd246){this['_aiReviewCoreUi']['setActiveStateInResults'](_0x1fd246['change']['id']),this['_aiReviewCoreEditing']['setMarkersInElementAsActive'](_0x1fd246['change']['id']);}['_onReviewCheckResultDeactivated'](){this['_aiReviewCoreEditing']['setAllMarkersAsInactive'](),this['_aiReviewCoreUi']['resetActiveStateInResults']();}['_onActivateChange'](_0x4590f4){this['_currentReviewCheckRun']&&('hover'===_0x4590f4['uiInteraction']&&(this['_changeActivationSource']='panel',this['_currentReviewCheckRun']['activateChange'](_0x4590f4['id'])),'click'===_0x4590f4['uiInteraction']&&this['_scrollToChange'](_0x4590f4['id']));}['_onDeactivateChange'](_0x173cab){this['_currentReviewCheckRun']&&'panel'===_0x173cab['origin']&&this['_currentReviewCheckRun']['deactivateChange']();}['_onChangeMarkerClicked'](_0x4c1360,_0x5ee532){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x5ee532['changeId']),this['_scrollToChange'](_0x5ee532['changeId']));}['_onChangeMarkerHovered'](_0x3fbf6c,_0x165bd9){this['_currentReviewCheckRun']&&(this['_changeActivationSource']='content',this['_currentReviewCheckRun']['activateChange'](_0x165bd9['changeId']),this['_aiReviewCoreEditing']['reactivateMarkers'](_0x165bd9['changeId']));}['_onChangeMarkerBlurred'](){this['_currentReviewCheckRun']&&'content'===this['_changeActivationSource']&&(this['_currentReviewCheckRun']['deactivateChange'](),this['_aiReviewCoreEditing']['setAllMarkersAsInactive']());}['_getChangeContentElement'](_0x4de7fe){return this['_aiReviewCoreEditing']['getContentElementForChange'](_0x4de7fe);}['_markChangePositionInEditorContent'](_0x172396,_0x19afc3){this['_aiReviewCoreEditing']['markChangePositionInEditorContent'](_0x172396,_0x19afc3);}['_diffContent'](_0x1fe7df,_0x51fca6,_0x3fd443){return this['_aiReviewCoreEditing']['diffContent'](_0x1fe7df,_0x51fca6,_0x3fd443,!0x0);}['_onReviewCheckRun'](){for(const _0x28dfbc of this['_aiReviewCoreEditing']['getEditors']())_0x28dfbc['editing']['view']['change'](_0x2adedc=>{for(const _0x24e360 of _0x28dfbc['editing']['view']['document']['getRoots']())_0x2adedc['addClass']('ck-ai-translate-mode-content',_0x24e360);});}async['_getReviewChecks'](){return(await this['context']['plugins']['get']('AITranslateCheckRegistry')['getChecksList']())['checks'];}},Uh=class extends Qa{constructor(_0x158a35,_0x1885f3){super(_0x158a35,_0x1885f3),this['on']('set:isLoading',(_0x17258c,_0x571125,_0x2c00b4)=>{_0x2c00b4&&(this['headerTitle']=ls(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE'));}),this['on']('set:isResultReady',(_0x5f41d2,_0x2be37f,_0x5207c6)=>{_0x5207c6&&(this['headerTitle']=ls(this['locale'],'AI_TRANSLATE_CHECK_RESULTS_READY_TITLE'));});}['_createAcceptAllButtonView'](){const _0x431692=super['_createAcceptAllButtonView']();return _0x431692['set']('label',ls(this['locale'],'AI_TRANSLATE_ACCEPT_ALL')),_0x431692;}['_createExitReviewButtonView'](){const _0x4b58e5=super['_createExitReviewButtonView']();return _0x4b58e5['set']('label',ls(this['locale'],'AI_CHAT_HISTORY_CANCEL')),_0x4b58e5;}},Bh=class extends sh{['_setupTemplate'](){const _0x19ac2d=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai-translate__check-list-wrapper',_0x19ac2d['if']('isVisible','ck-hidden',_0x2a35f7=>!_0x2a35f7)]},'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',_0x19ac2d['if']('isVisible','ck-hidden',_0x43ee9f=>!_0x43ee9f)]},'children':this['_checkViews']}]});}},Gh=class extends Wa{static get['pluginName'](){return'AITranslateUI';}['createMainView'](){const _0xde7c47=this['context']['plugins']['get']('AITabs'),_0x5d8ff1=this['context']['locale'],_0x548eee=new Ho(_0x5d8ff1,{'label':ls(_0x5d8ff1,'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'icon':_0x3ba0ab,'class':'ck-ai-header_review-translate','showResizeButton':_0xde7c47['showResizeButton']});_0x548eee['delegate']('resizeTabs')['to'](_0xde7c47),_0x548eee['bind']('isMaximized')['to'](_0xde7c47['view'],'isMaximized',_0x21c749=>_0x21c749);const _0x2d70e9=new $a(_0x5d8ff1,{'header':_0x548eee,'list':new Bh(_0x5d8ff1),'results':new Uh(_0x5d8ff1,{'generalErrorText':ls(_0x5d8ff1,'AI_TRANSLATE_GENERAL_ERROR_MESSAGE')}),'completed':new Xa(_0x5d8ff1,{'headerText':ls(_0x5d8ff1,'AI_TRANSLATE_FINISH_HEADER_TITLE'),'emptyResultsText':ls(_0x5d8ff1,'AI_TRANSLATE_EMPTY_RESULTS_TEXT'),'buttonText':ls(_0x5d8ff1,'AI_TRANSLATE_FINISH_BUTTON_LABEL')})});return _0x2d70e9['extendTemplate']({'attributes':{'class':'ck-ai-translate-mode'}}),_0x2d70e9;}['registerTab'](){const _0x42d957=this['context']['plugins']['get']('AITabs');_0x42d957['view']['on']('activateTab',(_0x14ea89,{newTab:_0x5ec31c,oldTab:_0x3a88de})=>{'translate'===_0x5ec31c?this['fire']('getReviewCheckList'):'translate'===_0x3a88de&&this['fire']('leaveReview');}),_0x42d957['view']['addTab']({'id':'translate','buttonLabel':ls(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),'buttonIcon':_0x3ba0ab,'order':0x0,'content':this['_mainView']});}},Fh=class extends Zs{['_affectedBlocks']=[];get['affectedBlocks'](){return this['_affectedBlocks'];}set['affectedBlocks'](_0x2f3899){this['_affectedBlocks']=_0x2f3899;}},Kh=class extends _0x2d0760{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'](_0x4381ea,_0x132df2){return await this['_runTranslateCheck'](_0x4381ea,()=>this['_createTranslateCheckRun'](_0x4381ea),_0x132df2?.['signal']);}['applyTranslate'](_0xbc967c,_0x4c8387){this['context']['plugins']['get']('AIGateway')['apply'](_0xbc967c,_0x4c8387);}async['_runTranslateCheck'](_0x5c8a5f,_0x1b0323,_0x5bcda7){const _0x3fc3e0=ds(this['context']),_0x33f9fe=new Fh({'editor':_0x3fc3e0,'rootName':_0x3fc3e0['model']['document']['getRootNames']()[0x0],'channelId':this['context']['config']['get']('collaboration.channelId'),'sessionId':_0x3fc3e0['plugins']['get']('AIEditing')['getSessionId'](_0x3fc3e0)});let _0x35ea88,_0xe2c882;if(_0x5bcda7){if(_0x5bcda7['aborted'])return _0x33f9fe['abort'](),_0x33f9fe;const _0x16d601=()=>{_0x33f9fe['error']||(_0x33f9fe['abort'](),_0x35ea88&&_0x35ea88['abort']());};_0x5bcda7['addEventListener']('abort',_0x16d601),_0xe2c882=()=>_0x5bcda7['removeEventListener']('abort',_0x16d601);}try{_0x35ea88=await _0x1b0323(),_0x33f9fe['contentRawOld']=_0x35ea88['documentData']['content'],_0x33f9fe['documentVersion']=Array['from'](_0x35ea88['documentData']['elements'])['find'](([,_0x4c7c8a])=>_0x4c7c8a['rootName']===_0x33f9fe['rootName'])?.[0x1]['documentVersion']??0x1,_0x35ea88['on']('reviewCheckRunUpdated',(_0x3efcde,_0x4a9b56)=>{'aborted'===_0x4a9b56['status']?_0x33f9fe['abort']():'error-general'!==_0x4a9b56['status']&&'error-chunk'!==_0x4a9b56['status']||(_0x33f9fe['error']=kh(_0x4a9b56['error'],'ai-translategateway-translation-run-failed',this,{'language':_0x5c8a5f}));}),'aborted'!==_0x33f9fe['status']&&await _0x35ea88['start']();}catch(_0x405f74){_0x33f9fe['error']=kh(_0x405f74,'ai-translategateway-translation-run-failed',this,{'language':_0x5c8a5f});}finally{_0xe2c882&&_0xe2c882();}if(!_0x35ea88||'aborted'===_0x33f9fe['status']||'error'===_0x33f9fe['status'])return _0x33f9fe;_0x33f9fe['affectedBlocks']=_0x35ea88['results']['map'](_0x1d847d=>({'id':_0x1d847d['id'],'content':_0x1d847d['contentNew']}));try{_0x33f9fe['contentRawNew']=ps(this['context']['plugins']['get']('AIGateway')['mergeChangesIntoContent'](_0x33f9fe['affectedBlocks'],_0x33f9fe['contentRawOld'],_0x33f9fe['editor']));}catch(_0x37fa50){_0x33f9fe['error']=kh(_0x37fa50,'ai-translategateway-translation-run-failed',this,{'language':_0x5c8a5f});}return _0x33f9fe;}async['_createTranslateCheckRun'](_0x3be81e){const _0x532a2c=this['context']['plugins']['get']('AIReviewCoreEditing')['getDocumentData'](),_0x6a45e7=this['context']['plugins']['get']('AIConnector');return new Lh(_0x532a2c,new Dh({'id':_0x3be81e,'commandId':_0x3be81e,'title':_0x3be81e,'description':'','isParameterized':!0x1}),_0x6a45e7,ls(this['context']['locale'],'AI_REVIEW_CHECK_TRANSLATE_TITLE'),void 0x0,{'language':_0x3be81e});}},Wh=class extends _0x2d0760{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'](_0x501b3b){const _0x5678da=this['assertStartTranslatePreconditions'](_0x501b3b);ka(this['context'],'translate'),await this['context']['plugins']['get']('AITranslateController')['runCheck']({'id':_0x5678da['id'],'args':_0x5678da['useArgs']?_0x5678da['args']:void 0x0});}['getAvailableLanguages'](){return this['context']['plugins']['get']('AITranslateController')['getAvailableChecks']()['map'](_0x2b5e66=>({'id':_0x2b5e66['id'],'label':_0x2b5e66['title']}));}['assertStartTranslatePreconditions'](_0x3666f3){const _0x1a700c=this['context']['plugins']['get']('AITranslateController');if(_0x1a700c['getCurrentCheckRun']())throw new at('ai-translate-translation-already-running',this);const _0x2508fa=_0x1a700c['getAvailableChecks']()['find'](_0x247994=>_0x247994['id']===_0x3666f3);if(!_0x2508fa)throw new at('ai-translate-unknown-language',this,{'languageId':_0x3666f3});return _0x2508fa;}};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};
|