@ckeditor/ckeditor5-ai 47.6.1 → 48.0.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/LICENSE.md +2 -1
- package/ckeditor5-metadata.json +10 -10
- package/dist/aiactions/aiactions.d.ts +90 -0
- package/{src → dist}/aiactions/model/aiactionsinteraction.d.ts +2 -2
- package/{src → dist}/aiassistant/adapters/aiadapter.d.ts +1 -1
- package/{src → dist}/aiassistant/adapters/aitextadapter.d.ts +1 -1
- package/{src → dist}/aiassistant/adapters/awstextadapter.d.ts +2 -2
- package/{src → dist}/aiassistant/adapters/openaitextadapter.d.ts +2 -2
- package/{src → dist}/aiassistant/aiassistant.d.ts +3 -3
- package/{src → dist}/aiassistant/aiassistantediting.d.ts +2 -2
- package/{src → dist}/aiassistant/aiassistantui.d.ts +3 -3
- package/{src → dist}/aiassistant/ui/aiassistantcontroller.d.ts +3 -3
- package/{src → dist}/aiassistant/ui/form/aiformcontentarea.d.ts +2 -2
- package/{src → dist}/aiassistant/ui/form/aiformerrorview.d.ts +2 -2
- package/{src → dist}/aiassistant/ui/form/aiformpromptview.d.ts +2 -2
- package/{src → dist}/aiassistant/ui/form/aiformtoolbarview.d.ts +2 -2
- package/{src → dist}/aiassistant/ui/form/aiformview.d.ts +2 -2
- package/{src → dist}/aiassistant/ui/form/aihistorylistitemview.d.ts +1 -1
- package/{src → dist}/aiassistant/ui/form/aihistorylistview.d.ts +2 -2
- package/{src → dist}/aiassistant/ui/form/prompthistory.d.ts +1 -1
- package/{src → dist}/aiassistant/ui/showaiassistantcommand.d.ts +1 -1
- package/{src → dist}/aiassistant/utils/common-translations.d.ts +1 -1
- package/{src → dist}/aiassistant/utils/normalizecommandsconfig.d.ts +1 -1
- package/{src → dist}/aiballoon/aiballoon.d.ts +2 -2
- package/{src → dist}/aiballoon/ui/aiballoonview.d.ts +2 -2
- package/dist/aichat/aichat.d.ts +95 -0
- package/{src → dist}/aichat/aichatballoon.d.ts +2 -2
- package/{src/aichat/aichat.d.ts → dist/aichat/aichatcontroller.d.ts} +122 -89
- package/{src → dist}/aichat/aichatui.d.ts +5 -5
- package/{src → dist}/aichat/model/aichatcontext.d.ts +91 -17
- package/{src → dist}/aichat/model/aichatconversation.d.ts +4 -4
- package/{src → dist}/aichat/model/aichatinteraction.d.ts +1 -4
- package/{src → dist}/aichat/ui/aichatballoonview.d.ts +2 -2
- package/{src → dist}/aichat/ui/aichatcontrolsview.d.ts +2 -2
- package/{src → dist}/aichat/ui/aichatfeedview.d.ts +2 -2
- package/{src → dist}/aichat/ui/aichatheaderview.d.ts +2 -2
- package/{src → dist}/aichat/ui/aichatview.d.ts +3 -2
- package/{src → dist}/aichat/ui/controls/aichatchipsoverflowmanager.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatcontextitembuttonview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatcontextpanelurlinputview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatcontextpanelview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatcontrolsloaderview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatpromptcapabilitiesview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatpromptinputview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatpromptsuggestionslistview.d.ts +1 -1
- package/{src → dist}/aichat/ui/controls/resources/aichatcontextresourceslistview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/resources/aichatcontextresourcesview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/resources/aichatresourcelistitemview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/resources/aichatresourcesballoonview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/resources/aichatresourcessearchinputview.d.ts +2 -2
- package/{src → dist}/aichat/ui/feed/aichatfeedcontextchipsview.d.ts +2 -2
- package/{src → dist}/aichat/ui/feed/aichatfeedcustomelementview.d.ts +7 -1
- package/{src → dist}/aichat/ui/feed/aichatfeedinteractionheaderview.d.ts +1 -1
- package/{src → dist}/aichat/ui/feed/aichatfeeditemview.d.ts +1 -1
- package/{src → dist}/aichat/ui/feed/aichatfeedreplyitemview.d.ts +2 -2
- package/{src → dist}/aichat/ui/feed/aichatfeedsuggestionitemactionsview.d.ts +2 -2
- package/{src → dist}/aichat/ui/feed/aichatfeedsuggestionitemview.d.ts +2 -2
- package/{src → dist}/aichat/ui/feed/aichatfeedusermessageitem.d.ts +2 -2
- package/{src → dist}/aichat/utils/promisequeue.d.ts +2 -2
- package/{src → dist}/aichathistory/aichathistory.d.ts +1 -1
- package/{src → dist}/aichathistory/aichathistorycontroller.d.ts +1 -1
- package/{src → dist}/aichathistory/aichathistoryui.d.ts +1 -1
- package/{src → dist}/aichathistory/model/aichathistoryconversations.d.ts +2 -2
- package/{src → dist}/aichathistory/model/aichathistoryitem.d.ts +2 -2
- package/{src → dist}/aichathistory/ui/aichathistorylistitemview.d.ts +2 -2
- package/{src → dist}/aichathistory/ui/aichathistorylistview.d.ts +1 -1
- package/{src → dist}/aichathistory/ui/aichathistorysectionlistview.d.ts +1 -1
- package/{src → dist}/aichathistory/ui/aichathistoryview.d.ts +2 -2
- package/{src → dist}/aichatshortcuts/aichatshortcuts.d.ts +17 -17
- package/{src → dist}/aichatshortcuts/ui/aichatshortcutsview.d.ts +2 -2
- package/{src → dist}/aichatshortcuts/ui/aichatshortcutview.d.ts +2 -2
- package/{src → dist}/aiconfig.d.ts +7 -9
- package/{src → dist}/aicore/aiconnector.d.ts +4 -12
- package/{src → dist}/aicore/aiediting.d.ts +27 -6
- package/{src → dist}/aicore/model/aicapabilities.d.ts +2 -2
- package/{src → dist}/aicore/model/aiinteraction.d.ts +17 -13
- package/{src → dist}/aicore/model/aimodels.d.ts +6 -4
- package/{src → dist}/aicore/model/aireply.d.ts +12 -50
- package/{src → dist}/aicore/pipeline/airesponseapplier.d.ts +2 -2
- package/{src → dist}/aicore/pipeline/airesponseparser.d.ts +2 -2
- package/{src → dist}/aicore/ui/aidisclaimerview.d.ts +2 -2
- package/{src → dist}/aicore/ui/aiskeleton.d.ts +2 -2
- package/{src → dist}/aicore/ui/aispinner.d.ts +1 -1
- package/{src → dist}/aicore/ui/suggestioncontainer/aiminitoolbarview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestionbodyview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontainerview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestionheaderview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestionloaderview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aiwebsourcesview.d.ts +2 -2
- package/dist/aicore/utils/buttonclasses.d.ts +12 -0
- package/{src → dist}/aicore/utils/common-translations.d.ts +1 -1
- package/{src → dist}/aicore/utils/createresizebutton.d.ts +2 -2
- package/{src → dist}/aicore/utils/geteditorfromcontext.d.ts +1 -1
- package/{src → dist}/aicore/utils/getoperationsfromreply.d.ts +3 -3
- package/{src → dist}/aicore/utils/getsuggestionpartsfromreply.d.ts +1 -1
- package/{src → dist}/aieditorintegration/aieditorintegration.d.ts +2 -2
- package/{src → dist}/aieditorintegration/aitogglebutton/aitogglebuttonui.d.ts +1 -1
- package/{src → dist}/aieditorintegration/aitogglebutton/toggleaicommand.d.ts +1 -1
- package/{src → dist}/aiquickactions/aiquickactions.d.ts +110 -52
- package/{src → dist}/aiquickactions/aiquickactionscommand.d.ts +1 -1
- package/{src → dist}/aiquickactions/aiquickactionsediting.d.ts +1 -1
- package/{src → dist}/aiquickactions/aiquickactionsui.d.ts +16 -30
- package/{src → dist}/aiquickactions/ui/aiquickactionsbuttoncreator.d.ts +2 -2
- package/{src → dist}/aiquickactions/ui/aiquickactionsdropdowncontentview.d.ts +3 -3
- package/{src → dist}/aiquickactions/ui/aiquickactionsdropdowncreator.d.ts +2 -2
- package/{src → dist}/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.d.ts +2 -2
- package/{src → dist}/aiquickactions/ui/balloon/aiactionsballoontoolbarview.d.ts +2 -2
- package/{src → dist}/aiquickactions/ui/balloon/aiactionsballoonview.d.ts +2 -2
- package/{src → dist}/aiquickactions/ui/dropdownmenubuttonwithhighlightview.d.ts +1 -1
- package/{src → dist}/aireviewcore/aireviewcorecontroller.d.ts +1 -1
- package/{src → dist}/aireviewcore/aireviewcoreediting.d.ts +4 -4
- package/{src → dist}/aireviewcore/aireviewcoreui.d.ts +2 -1
- package/{src → dist}/aireviewcore/model/aireviewchecklist.d.ts +2 -2
- package/{src → dist}/aireviewcore/model/aireviewcheckresult.d.ts +2 -2
- package/{src → dist}/aireviewcore/model/aireviewcheckresultchange.d.ts +3 -3
- package/{src → dist}/aireviewcore/model/aireviewcheckrun.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcoreballoonsuggestionview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorechecklistitemresultview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorecustomcheckview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorefinishreviewbuttonview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcoregeneralerrorview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorepromptinputview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorereviewchecklistview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorereviewcommandlistitemview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorereviewcompletedview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcoreuicheckresultsview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcoreview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/form/aireviewcoreformdropdown.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/form/aireviewcoreformmanager.d.ts +2 -2
- package/{src → dist}/aireviewmode/aireviewmode.d.ts +6 -4
- package/{src → dist}/aireviewmode/aireviewmodecontroller.d.ts +1 -1
- package/{src → dist}/aitabs/aitabs.d.ts +4 -1
- package/{src → dist}/aitabs/aitabsmainview.d.ts +4 -1
- package/{src → dist}/aitabs/tabs/aitabsview.d.ts +22 -2
- package/{src → dist}/aitabs/tabs/tabbuttonview.d.ts +2 -2
- package/{src → dist}/aitabs/tabs/tabpanelview.d.ts +2 -2
- package/{src → dist}/aitranslate/aitranslate.d.ts +47 -4
- package/{src → dist}/aitranslate/aitranslatecontroller.d.ts +1 -1
- package/{src → dist}/aitranslate/ui/aitranslatecheckresultsview.d.ts +1 -1
- package/dist/index-content.css +95 -0
- package/dist/index-editor.css +2711 -2793
- package/dist/index.css +2699 -3521
- package/{src → dist}/index.d.ts +7 -6
- package/dist/index.js +5 -5
- 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 +26 -51
- package/build/966.ai.js +0 -5
- package/build/ai.js +0 -4
- package/build/translations/af.js +0 -1
- package/build/translations/ar.js +0 -1
- package/build/translations/ast.js +0 -1
- package/build/translations/az.js +0 -1
- package/build/translations/be.js +0 -1
- package/build/translations/bg.js +0 -1
- package/build/translations/bn.js +0 -1
- package/build/translations/bs.js +0 -1
- package/build/translations/ca.js +0 -1
- package/build/translations/cs.js +0 -1
- package/build/translations/da.js +0 -1
- package/build/translations/de-ch.js +0 -1
- package/build/translations/de.js +0 -1
- package/build/translations/el.js +0 -1
- package/build/translations/en-au.js +0 -1
- package/build/translations/en-gb.js +0 -1
- package/build/translations/en.js +0 -1
- package/build/translations/eo.js +0 -1
- package/build/translations/es-co.js +0 -1
- package/build/translations/es.js +0 -1
- package/build/translations/et.js +0 -1
- package/build/translations/eu.js +0 -1
- package/build/translations/fa.js +0 -1
- package/build/translations/fi.js +0 -1
- package/build/translations/fr.js +0 -1
- package/build/translations/gl.js +0 -1
- package/build/translations/gu.js +0 -1
- package/build/translations/he.js +0 -1
- package/build/translations/hi.js +0 -1
- package/build/translations/hr.js +0 -1
- package/build/translations/hu.js +0 -1
- package/build/translations/hy.js +0 -1
- package/build/translations/id.js +0 -1
- package/build/translations/it.js +0 -1
- package/build/translations/ja.js +0 -1
- package/build/translations/jv.js +0 -1
- package/build/translations/kk.js +0 -1
- package/build/translations/km.js +0 -1
- package/build/translations/kn.js +0 -1
- package/build/translations/ko.js +0 -1
- package/build/translations/ku.js +0 -1
- package/build/translations/lt.js +0 -1
- package/build/translations/lv.js +0 -1
- package/build/translations/ms.js +0 -1
- package/build/translations/nb.js +0 -1
- package/build/translations/ne.js +0 -1
- package/build/translations/nl.js +0 -1
- package/build/translations/no.js +0 -1
- package/build/translations/oc.js +0 -1
- package/build/translations/pl.js +0 -1
- package/build/translations/pt-br.js +0 -1
- package/build/translations/pt.js +0 -1
- package/build/translations/ro.js +0 -1
- package/build/translations/ru.js +0 -1
- package/build/translations/si.js +0 -1
- package/build/translations/sk.js +0 -1
- package/build/translations/sl.js +0 -1
- package/build/translations/sq.js +0 -1
- package/build/translations/sr-latn.js +0 -1
- package/build/translations/sr.js +0 -1
- package/build/translations/sv.js +0 -1
- package/build/translations/th.js +0 -1
- package/build/translations/ti.js +0 -1
- package/build/translations/tk.js +0 -1
- package/build/translations/tr.js +0 -1
- package/build/translations/tt.js +0 -1
- package/build/translations/ug.js +0 -1
- package/build/translations/uk.js +0 -1
- package/build/translations/ur.js +0 -1
- package/build/translations/uz.js +0 -1
- package/build/translations/vi.js +0 -1
- package/build/translations/zh-cn.js +0 -1
- package/build/translations/zh.js +0 -1
- package/lang/contexts.json +0 -286
- package/lang/translations/af.po +0 -1144
- package/lang/translations/ar.po +0 -1144
- package/lang/translations/ast.po +0 -1144
- package/lang/translations/az.po +0 -1144
- package/lang/translations/be.po +0 -1144
- package/lang/translations/bg.po +0 -1144
- package/lang/translations/bn.po +0 -1144
- package/lang/translations/bs.po +0 -1144
- package/lang/translations/ca.po +0 -1144
- package/lang/translations/cs.po +0 -1144
- package/lang/translations/da.po +0 -1144
- package/lang/translations/de-ch.po +0 -1144
- package/lang/translations/de.po +0 -1144
- package/lang/translations/el.po +0 -1144
- package/lang/translations/en-au.po +0 -1144
- package/lang/translations/en-gb.po +0 -1144
- package/lang/translations/en.po +0 -1144
- package/lang/translations/eo.po +0 -1144
- package/lang/translations/es-co.po +0 -1144
- package/lang/translations/es.po +0 -1144
- package/lang/translations/et.po +0 -1144
- package/lang/translations/eu.po +0 -1144
- package/lang/translations/fa.po +0 -1144
- package/lang/translations/fi.po +0 -1144
- package/lang/translations/fr.po +0 -1144
- package/lang/translations/gl.po +0 -1144
- package/lang/translations/gu.po +0 -1144
- package/lang/translations/he.po +0 -1144
- package/lang/translations/hi.po +0 -1144
- package/lang/translations/hr.po +0 -1144
- package/lang/translations/hu.po +0 -1144
- package/lang/translations/hy.po +0 -1144
- package/lang/translations/id.po +0 -1144
- package/lang/translations/it.po +0 -1144
- package/lang/translations/ja.po +0 -1144
- package/lang/translations/jv.po +0 -1144
- package/lang/translations/kk.po +0 -1144
- package/lang/translations/km.po +0 -1144
- package/lang/translations/kn.po +0 -1144
- package/lang/translations/ko.po +0 -1144
- package/lang/translations/ku.po +0 -1144
- package/lang/translations/lt.po +0 -1144
- package/lang/translations/lv.po +0 -1144
- package/lang/translations/ms.po +0 -1144
- package/lang/translations/nb.po +0 -1144
- package/lang/translations/ne.po +0 -1144
- package/lang/translations/nl.po +0 -1144
- package/lang/translations/no.po +0 -1144
- package/lang/translations/oc.po +0 -1144
- package/lang/translations/pl.po +0 -1144
- package/lang/translations/pt-br.po +0 -1144
- package/lang/translations/pt.po +0 -1144
- package/lang/translations/ro.po +0 -1144
- package/lang/translations/ru.po +0 -1144
- package/lang/translations/si.po +0 -1144
- package/lang/translations/sk.po +0 -1144
- package/lang/translations/sl.po +0 -1144
- package/lang/translations/sq.po +0 -1144
- package/lang/translations/sr-latn.po +0 -1144
- package/lang/translations/sr.po +0 -1144
- package/lang/translations/sv.po +0 -1144
- package/lang/translations/th.po +0 -1144
- package/lang/translations/ti.po +0 -1144
- package/lang/translations/tk.po +0 -1144
- package/lang/translations/tr.po +0 -1144
- package/lang/translations/tt.po +0 -1144
- package/lang/translations/ug.po +0 -1144
- package/lang/translations/uk.po +0 -1144
- package/lang/translations/ur.po +0 -1144
- package/lang/translations/uz.po +0 -1144
- package/lang/translations/vi.po +0 -1144
- package/lang/translations/zh-cn.po +0 -1144
- package/lang/translations/zh.po +0 -1144
- package/src/aiactions/aiactions.d.ts +0 -53
- package/src/aiactions/aiactions.js +0 -23
- package/src/aiactions/model/aiactionsinteraction.js +0 -23
- package/src/aiactions/model/aiactionsreply.js +0 -23
- package/src/aiassistant/adapters/aiadapter.js +0 -23
- package/src/aiassistant/adapters/aitextadapter.js +0 -23
- package/src/aiassistant/adapters/awstextadapter.js +0 -23
- package/src/aiassistant/adapters/openaitextadapter.js +0 -23
- package/src/aiassistant/aiassistant.js +0 -23
- package/src/aiassistant/aiassistantediting.js +0 -23
- package/src/aiassistant/aiassistantui.js +0 -23
- package/src/aiassistant/legacyerrors.js +0 -23
- package/src/aiassistant/ui/aiassistantcontroller.js +0 -24
- package/src/aiassistant/ui/form/aiformcontentarea.js +0 -23
- package/src/aiassistant/ui/form/aiformerrorview.js +0 -23
- package/src/aiassistant/ui/form/aiformpromptview.js +0 -23
- package/src/aiassistant/ui/form/aiformtoolbarview.js +0 -23
- package/src/aiassistant/ui/form/aiformview.js +0 -23
- package/src/aiassistant/ui/form/aihistorylistitemview.js +0 -23
- package/src/aiassistant/ui/form/aihistorylistview.js +0 -23
- package/src/aiassistant/ui/form/prompthistory.js +0 -23
- package/src/aiassistant/ui/showaiassistantcommand.js +0 -23
- package/src/aiassistant/utils/common-translations.js +0 -23
- package/src/aiassistant/utils/normalizecommandsconfig.js +0 -23
- package/src/aiballoon/aiballoon.js +0 -23
- package/src/aiballoon/ui/aiballoonview.js +0 -23
- package/src/aichat/aichat.js +0 -23
- package/src/aichat/aichatballoon.js +0 -23
- package/src/aichat/aichatcontroller.d.ts +0 -77
- package/src/aichat/aichatcontroller.js +0 -23
- package/src/aichat/aichatui.js +0 -23
- package/src/aichat/model/aichatcontext.js +0 -23
- package/src/aichat/model/aichatconversation.js +0 -23
- package/src/aichat/model/aichatinteraction.js +0 -23
- package/src/aichat/ui/aichatballoonview.js +0 -23
- package/src/aichat/ui/aichatcontrolsview.js +0 -23
- package/src/aichat/ui/aichatfeedview.js +0 -23
- package/src/aichat/ui/aichatheaderview.js +0 -23
- package/src/aichat/ui/aichatview.js +0 -23
- package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +0 -23
- package/src/aichat/ui/controls/aichatcontextitembuttonview.js +0 -23
- package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +0 -23
- package/src/aichat/ui/controls/aichatcontextpanelview.js +0 -23
- package/src/aichat/ui/controls/aichatcontrolsloaderview.js +0 -23
- package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +0 -23
- package/src/aichat/ui/controls/aichatpromptinputview.js +0 -23
- package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +0 -23
- package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +0 -23
- package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +0 -23
- package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +0 -23
- package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +0 -23
- package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedcustomelementview.js +0 -23
- package/src/aichat/ui/feed/aichatfeederroritemview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +0 -23
- package/src/aichat/ui/feed/aichatfeeditemview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedreplyitemview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedusermessageitem.js +0 -23
- package/src/aichat/utils/eventnames.js +0 -23
- package/src/aichat/utils/promisequeue.js +0 -23
- package/src/aichathistory/aichathistory.js +0 -23
- package/src/aichathistory/aichathistorycontroller.js +0 -23
- package/src/aichathistory/aichathistoryui.js +0 -23
- package/src/aichathistory/model/aichathistoryconversations.js +0 -23
- package/src/aichathistory/model/aichathistoryitem.js +0 -23
- package/src/aichathistory/ui/aichathistorylistitemview.js +0 -24
- package/src/aichathistory/ui/aichathistorylistview.js +0 -23
- package/src/aichathistory/ui/aichathistorysectionlistview.js +0 -23
- package/src/aichathistory/ui/aichathistoryview.js +0 -23
- package/src/aichatshortcuts/aichatshortcuts.js +0 -23
- package/src/aichatshortcuts/ui/aichatshortcutsview.js +0 -23
- package/src/aichatshortcuts/ui/aichatshortcutview.js +0 -23
- package/src/aiconfig.js +0 -23
- package/src/aicore/aiconnector.js +0 -23
- package/src/aicore/aiediting.js +0 -23
- package/src/aicore/model/aicapabilities.js +0 -23
- package/src/aicore/model/aicontext.js +0 -23
- package/src/aicore/model/aiinteraction.js +0 -23
- package/src/aicore/model/aimodels.js +0 -23
- package/src/aicore/model/aireply.js +0 -23
- package/src/aicore/pipeline/airesponseapplier.js +0 -24
- package/src/aicore/pipeline/airesponseparser.js +0 -24
- package/src/aicore/ui/aidisclaimerview.js +0 -23
- package/src/aicore/ui/aiskeleton.js +0 -23
- package/src/aicore/ui/aispinner.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +0 -23
- package/src/aicore/utils/common-translations.js +0 -23
- package/src/aicore/utils/createresizebutton.js +0 -23
- package/src/aicore/utils/documentposition.js +0 -23
- package/src/aicore/utils/documentrange.js +0 -23
- package/src/aicore/utils/eventnames.js +0 -23
- package/src/aicore/utils/geteditorfromcontext.js +0 -23
- package/src/aicore/utils/getoperationsfromreply.js +0 -23
- package/src/aicore/utils/getsuggestionpartsfromreply.js +0 -23
- package/src/aicore/utils/htmlparser.js +0 -23
- package/src/aicore/utils/htmlstreamer.js +0 -23
- package/src/aicore/utils/scrollmanager.js +0 -23
- package/src/aieditorintegration/aieditorintegration.js +0 -23
- package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +0 -23
- package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +0 -23
- package/src/aiquickactions/aiquickactions.js +0 -23
- package/src/aiquickactions/aiquickactionscommand.js +0 -23
- package/src/aiquickactions/aiquickactionsediting.js +0 -23
- package/src/aiquickactions/aiquickactionsui.js +0 -23
- package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +0 -23
- package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +0 -23
- package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +0 -23
- package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +0 -23
- package/src/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.js +0 -23
- package/src/aiquickactions/ui/balloon/aiactionsballoontoolbarview.js +0 -23
- package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +0 -23
- package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +0 -23
- package/src/aireviewcore/aireviewcorecontroller.js +0 -23
- package/src/aireviewcore/aireviewcoreediting.js +0 -23
- package/src/aireviewcore/aireviewcoreui.js +0 -23
- package/src/aireviewcore/model/aireviewcheck.js +0 -23
- package/src/aireviewcore/model/aireviewchecklist.js +0 -23
- package/src/aireviewcore/model/aireviewcheckresult.js +0 -23
- package/src/aireviewcore/model/aireviewcheckresultchange.js +0 -23
- package/src/aireviewcore/model/aireviewcheckrun.js +0 -23
- package/src/aireviewcore/model/aireviewsystemcheckrun.js +0 -23
- package/src/aireviewcore/types.js +0 -23
- package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorefinishreviewbuttonview.js +0 -23
- package/src/aireviewcore/ui/aireviewcoregeneralerrorview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorepromptinputview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorereviewchecklistview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorereviewcompletedview.js +0 -23
- package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +0 -23
- package/src/aireviewcore/ui/aireviewcoreview.js +0 -23
- package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +0 -23
- package/src/aireviewcore/ui/form/aireviewcoreformmanager.js +0 -23
- package/src/aireviewmode/aireviewcheckdefinitions.js +0 -23
- package/src/aireviewmode/aireviewmode.js +0 -23
- package/src/aireviewmode/aireviewmodecontroller.js +0 -23
- package/src/aireviewmode/aireviewmodeui.js +0 -23
- package/src/aireviewmode/model/aireviewcheckcustom.js +0 -23
- package/src/aireviewmode/model/aireviewcheckextra.js +0 -23
- package/src/aireviewmode/model/aireviewcustomcheckrun.js +0 -23
- package/src/aireviewmode/model/aireviewextracheckrun.js +0 -23
- package/src/aireviewmode/model/aireviewmodechecklist.js +0 -23
- package/src/aitabs/aitabs.js +0 -23
- package/src/aitabs/aitabsmainview.js +0 -23
- package/src/aitabs/tabs/aitabsview.js +0 -23
- package/src/aitabs/tabs/tabbuttonview.js +0 -23
- package/src/aitabs/tabs/tabpanelview.js +0 -23
- package/src/aitranslate/aitranslate.js +0 -23
- package/src/aitranslate/aitranslatecontroller.js +0 -23
- package/src/aitranslate/aitranslateui.js +0 -23
- package/src/aitranslate/model/aitranslatecheck.js +0 -23
- package/src/aitranslate/model/aitranslatechecklist.js +0 -23
- package/src/aitranslate/model/aitranslatecheckrun.js +0 -23
- package/src/aitranslate/ui/aitranslatechecklistview.js +0 -23
- package/src/aitranslate/ui/aitranslatecheckresultsview.js +0 -23
- package/src/augmentation.js +0 -23
- package/src/errors.js +0 -23
- package/src/errorsmap.js +0 -23
- package/src/index.js +0 -23
- package/theme/aiassistant/ai-dropdown.css +0 -37
- package/theme/aiassistant/ai-form.css +0 -262
- package/theme/aiassistant/ai.css +0 -120
- package/theme/aiballoon/aiballoon.css +0 -58
- package/theme/aichat/aichat-controls/aichat-context-chip.css +0 -139
- package/theme/aichat/aichat-controls/aichat-context-controls-balloon-panels.css +0 -207
- package/theme/aichat/aichat-controls/aichat-context-controls.css +0 -45
- package/theme/aichat/aichat-controls/aichat-controls-button.css +0 -75
- package/theme/aichat/aichat-controls/aichat-controls-loader.css +0 -77
- package/theme/aichat/aichat-controls/model-unavailable-message.css +0 -39
- package/theme/aichat/aichat-controls/prompt-capabilities.css +0 -45
- package/theme/aichat/aichat-controls/prompt-input.css +0 -78
- package/theme/aichat/aichat-controls.css +0 -121
- package/theme/aichat/aichat.css +0 -55
- package/theme/aichat/aichatballoon.css +0 -122
- package/theme/aichat/aichatfeed.css +0 -430
- package/theme/aichat/aichathistory.css +0 -264
- package/theme/aichat/aiminitoolbar.css +0 -79
- package/theme/aichat/aisuggestioncontainer.css +0 -172
- package/theme/aichatshortcuts/aichatshortcuts.css +0 -84
- package/theme/aieditorintegration/aitogglebutton.css +0 -17
- package/theme/aiquickactions/aiquickactions.css +0 -177
- package/theme/aiquickactions/aiquickactionsballoon.css +0 -119
- package/theme/aireviewcore/aireviewcore-balloon-panel-suggestion.css +0 -47
- package/theme/aireviewcore/aireviewcore-check-list.css +0 -278
- package/theme/aireviewcore/aireviewcore-check-run-result.css +0 -103
- package/theme/aireviewcore/aireviewcore-check-run.css +0 -237
- package/theme/aireviewcore/aireviewcore-review-completed.css +0 -52
- package/theme/aireviewcore/aireviewcore.css +0 -134
- package/theme/aitabs/aitabsresizebutton.css +0 -14
- package/theme/aitabs/aitabsview.css +0 -69
- package/theme/aitabs/tabs/tabbuttonview.css +0 -76
- package/theme/aitabs/tabs/tabsview.css +0 -89
- package/theme/aitranslate/aitranslate.css +0 -116
- package/theme/common/aibutton.css +0 -157
- package/theme/common/aidisclaimer.css +0 -29
- package/theme/common/aiheader.css +0 -99
- package/theme/common/ainotification.css +0 -65
- package/theme/common/aiskeleton.css +0 -54
- package/theme/common/aispinner.css +0 -58
- package/theme/common/aisuggestioncontentpartstate.css +0 -33
- package/theme/common/aisuggestioncontentparttoolbar.css +0 -34
- package/theme/common/aisuggestionstreamablecontent.css +0 -62
- package/theme/common/aitrackchanges.css +0 -29
- /package/{src → dist}/aiactions/model/aiactionsreply.d.ts +0 -0
- /package/{src → dist}/aiassistant/legacyerrors.d.ts +0 -0
- /package/{src → dist}/aichat/ui/feed/aichatfeederroritemview.d.ts +0 -0
- /package/{src → dist}/aichat/utils/eventnames.d.ts +0 -0
- /package/{src → dist}/aicore/model/aicontext.d.ts +0 -0
- /package/{src → dist}/aicore/utils/documentposition.d.ts +0 -0
- /package/{src → dist}/aicore/utils/documentrange.d.ts +0 -0
- /package/{src → dist}/aicore/utils/eventnames.d.ts +0 -0
- /package/{src → dist}/aicore/utils/htmlparser.d.ts +0 -0
- /package/{src → dist}/aicore/utils/htmlstreamer.d.ts +0 -0
- /package/{src → dist}/aicore/utils/scrollmanager.d.ts +0 -0
- /package/{src → dist}/aiquickactions/ui/aiquickactionsfilteredlistview.d.ts +0 -0
- /package/{src → dist}/aireviewcore/model/aireviewcheck.d.ts +0 -0
- /package/{src → dist}/aireviewcore/model/aireviewsystemcheckrun.d.ts +0 -0
- /package/{src → dist}/aireviewcore/types.d.ts +0 -0
- /package/{src → dist}/aireviewmode/aireviewcheckdefinitions.d.ts +0 -0
- /package/{src → dist}/aireviewmode/aireviewmodeui.d.ts +0 -0
- /package/{src → dist}/aireviewmode/model/aireviewcheckcustom.d.ts +0 -0
- /package/{src → dist}/aireviewmode/model/aireviewcheckextra.d.ts +0 -0
- /package/{src → dist}/aireviewmode/model/aireviewcustomcheckrun.d.ts +0 -0
- /package/{src → dist}/aireviewmode/model/aireviewextracheckrun.d.ts +0 -0
- /package/{src → dist}/aireviewmode/model/aireviewmodechecklist.d.ts +0 -0
- /package/{src → dist}/aitranslate/aitranslateui.d.ts +0 -0
- /package/{src → dist}/aitranslate/model/aitranslatecheck.d.ts +0 -0
- /package/{src → dist}/aitranslate/model/aitranslatechecklist.d.ts +0 -0
- /package/{src → dist}/aitranslate/model/aitranslatecheckrun.d.ts +0 -0
- /package/{src → dist}/aitranslate/ui/aitranslatechecklistview.d.ts +0 -0
- /package/{src → dist}/augmentation.d.ts +0 -0
- /package/{src → dist}/errors.d.ts +0 -0
- /package/{src → dist}/errorsmap.d.ts +0 -0
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var _0x448290=_0x285b;(function(_0x409f07,_0x1f9d33){var _0x4258de=_0x285b,_0x4885c1=_0x409f07();while(!![]){try{var _0x248857=-parseInt(_0x4258de(0x1fe))/0x1*(parseInt(_0x4258de(0x204))/0x2)+parseInt(_0x4258de(0x1fb))/0x3+-parseInt(_0x4258de(0x1f7))/0x4*(-parseInt(_0x4258de(0x202))/0x5)+-parseInt(_0x4258de(0x1f1))/0x6+parseInt(_0x4258de(0x206))/0x7+parseInt(_0x4258de(0x1fa))/0x8*(-parseInt(_0x4258de(0x205))/0x9)+-parseInt(_0x4258de(0x200))/0xa*(-parseInt(_0x4258de(0x1ff))/0xb);if(_0x248857===_0x1f9d33)break;else _0x4885c1['push'](_0x4885c1['shift']());}catch(_0x527dd1){_0x4885c1['push'](_0x4885c1['shift']());}}}(_0x370e,0x3a8de));import{TextareaView as _0x5d439c}from'ckeditor5/src/ui.js';import{KeystrokeHandler as _0x595e55}from'ckeditor5/src/utils.js';function _0x370e(){var _0x572d94=['99psOvBb','910511lgIKtW','listenTo','extendTemplate','minRows','MIN_ROWS','keystrokes','1708938ROdkjN','ck-review__prompt-input','element','value','set','trim','20vZPtlc','ai-review-prompt-input','render','233848OPYnRN','470673HJfShm','isEmpty','update','1SLazmb','2519yjXZox','24540sXxYFJ','MAX_ROWS','36370vunwjK','maxRows','78196aSAjHp'];_0x370e=function(){return _0x572d94;};return _0x370e();}function _0x285b(_0x521124,_0x640e3d){var _0x370eb5=_0x370e();return _0x285b=function(_0x285b1a,_0x2840d3){_0x285b1a=_0x285b1a-0x1ec;var _0x9c7311=_0x370eb5[_0x285b1a];return _0x9c7311;},_0x285b(_0x521124,_0x640e3d);}export class AIReviewCorePromptInputView extends _0x5d439c{[_0x448290(0x1f0)];static [_0x448290(0x1ef)]=0x1;static [_0x448290(0x201)]=0xc;constructor(_0x22a781){var _0x44eb7d=_0x448290;super(_0x22a781),this[_0x44eb7d(0x1f5)](_0x44eb7d(0x1fc),!0x0),this[_0x44eb7d(0x1f0)]=new _0x595e55(),this[_0x44eb7d(0x1ee)]=AIReviewCorePromptInputView[_0x44eb7d(0x1ef)],this[_0x44eb7d(0x203)]=AIReviewCorePromptInputView[_0x44eb7d(0x201)],this[_0x44eb7d(0x1ed)]({'attributes':{'id':_0x44eb7d(0x1f8),'class':['ck',_0x44eb7d(0x1f2)]}});}[_0x448290(0x1f9)](){var _0x4422ea=_0x448290;super[_0x4422ea(0x1f9)](),this['on'](_0x4422ea(0x1fd),()=>{var _0x5eaf03=_0x4422ea;this[_0x5eaf03(0x1fc)]=''===this[_0x5eaf03(0x1f3)][_0x5eaf03(0x1f4)]?.[_0x5eaf03(0x1f6)]();}),this[_0x4422ea(0x1f0)][_0x4422ea(0x1ec)](this[_0x4422ea(0x1f3)]);}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
const _0x5c5923=_0x1dad;function _0x4551(){const _0x421397=['div','311420LBjMIh','_checkViews','_setupTemplate','ck-ai_review__check-list','setTemplate','locale','setChecks','bindTemplate','1538375KIGMIp','3lxicHu','hasChecks','resetToDefault','resetAllParameterizedChecks','isVisible','781CQlaan','runReviewCheck','entries','ck-hidden','135560msQRQA','length','28EMsldb','33422NNqmXT','add','delegate','98191BXWRJO','60270Jttode','99WkCaTs','458154qABMgK','clear'];_0x4551=function(){return _0x421397;};return _0x4551();}(function(_0x10b046,_0x13625c){const _0x3f6f8e=_0x1dad,_0x5e2272=_0x10b046();while(!![]){try{const _0x2399ef=parseInt(_0x3f6f8e(0x148))/0x1+parseInt(_0x3f6f8e(0x145))/0x2*(-parseInt(_0x3f6f8e(0x157))/0x3)+parseInt(_0x3f6f8e(0x14e))/0x4+parseInt(_0x3f6f8e(0x156))/0x5+-parseInt(_0x3f6f8e(0x14b))/0x6*(-parseInt(_0x3f6f8e(0x144))/0x7)+parseInt(_0x3f6f8e(0x160))/0x8*(-parseInt(_0x3f6f8e(0x14a))/0x9)+parseInt(_0x3f6f8e(0x149))/0xa*(-parseInt(_0x3f6f8e(0x15c))/0xb);if(_0x2399ef===_0x13625c)break;else _0x5e2272['push'](_0x5e2272['shift']());}catch(_0x3ffe2a){_0x5e2272['push'](_0x5e2272['shift']());}}}(_0x4551,0x269b6));import{ListItemView as _0x18b64d,ViewCollection as _0x4c52f0}from'ckeditor5/src/ui.js';import{AIReviewCoreReviewCommandListItemView as _0xf0b5f5}from'./aireviewcorereviewcommandlistitemview.js';function _0x1dad(_0x45a472,_0x4011e6){const _0x45513d=_0x4551();return _0x1dad=function(_0x1dad4c,_0x10a04c){_0x1dad4c=_0x1dad4c-0x143;let _0x34e3c2=_0x45513d[_0x1dad4c];return _0x34e3c2;},_0x1dad(_0x45a472,_0x4011e6);}import'../../../theme/aireviewcore/aireviewcore-check-list.css';export class AIReviewCoreReviewCheckListView extends _0x18b64d{[_0x5c5923(0x14f)];constructor(_0x553713){const _0xaefc5a=_0x5c5923;super(_0x553713),this[_0xaefc5a(0x14f)]=new _0x4c52f0(),this[_0xaefc5a(0x150)]();}[_0x5c5923(0x154)](_0x2ec5a5,_0x5163aa=!0x1){const _0x34645d=_0x5c5923;this[_0x34645d(0x14f)][_0x34645d(0x14c)]();for(const [_0x3eb9f8,_0x45de8d]of _0x2ec5a5[_0x34645d(0x15e)]()){const _0x107b8f=new _0xf0b5f5(this[_0x34645d(0x153)],_0x45de8d,_0x3eb9f8,_0x5163aa);_0x107b8f[_0x34645d(0x147)](_0x34645d(0x15d))['to'](this),this[_0x34645d(0x14f)][_0x34645d(0x146)](_0x107b8f);}}[_0x5c5923(0x158)](){const _0x56aec1=_0x5c5923;return this[_0x56aec1(0x14f)][_0x56aec1(0x143)]>0x0;}[_0x5c5923(0x15a)](){const _0x3add1f=_0x5c5923;for(const _0x31ec34 of this[_0x3add1f(0x14f)])_0x31ec34 instanceof _0xf0b5f5&&_0x31ec34[_0x3add1f(0x159)]();}[_0x5c5923(0x150)](){const _0x234f4c=_0x5c5923,_0x52cbda=this[_0x234f4c(0x155)];this[_0x234f4c(0x152)]({'tag':_0x234f4c(0x14d),'attributes':{'class':[_0x234f4c(0x151),_0x52cbda['if'](_0x234f4c(0x15b),_0x234f4c(0x15f),_0x24b381=>!_0x24b381)]},'children':this[_0x234f4c(0x14f)]});}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
import{ListItemView as _0x35d83b,IconView as _0x46d515,View as _0x1a03af,ViewCollection as _0x482f17,ButtonView as _0x2fc35c,clickOutsideHandler as _0x3f2518}from'ckeditor5/src/ui.js';import{IconChevronRight as _0x373958}from'ckeditor5/src/icons.js';import{AIReviewCoreFormManagerView as _0x2ca5ac}from'./form/aireviewcoreformmanager.js';import{AIReviewCoreCustomCheckView as _0x31c82a}from'./aireviewcorecustomcheckview.js';export class AIReviewCoreReviewCommandListItemView extends _0x35d83b{['_formItemsCollection']=new _0x482f17();['_customCheckView']=null;['_hideModels']=!0x1;constructor(_0x2ac437,_0x14fb90,_0x20d324,_0x361c73=!0x1){super(_0x2ac437),this['_hideModels']=_0x361c73,this['set']('isParametrizedViewOpen',!0x1),this['set']('isListItemRendered',!0x1),this['set']('isItemParametrized',_0x14fb90['isParameterized']);const _0x4903cf=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',_0x9e744d=>_0x9e744d),this['bindTemplate']['if']('isListItemRendered','ck-ai_review__check-list-item_rendered',_0x5d4ca9=>_0x5d4ca9)],'style':{'--ck-ai-review-check-list-item-index':_0x20d324}},'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':_0x14fb90['title']}]},_0x4903cf]},{'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-description']},'children':_0x14fb90['description']?[{'text':_0x14fb90['description']}]:[]}]}]},..._0x14fb90['isParameterized']?[this['_createParameterizedView'](_0x14fb90)]:[],...'custom'===_0x14fb90['id']?[this['_createCustomView'](_0x14fb90,this['_hideModels'])]:[]]}),this['on']('click',()=>{_0x14fb90['isParameterized']?this['isParametrizedViewOpen']=!0x0:this['fire']('runReviewCheck',{'id':_0x14fb90['id'],'args':_0x14fb90['useArgs']?_0x14fb90['args']:void 0x0});}),requestAnimationFrame(()=>{this['isListItemRendered']=!0x0;});}['render'](){super['render'](),this['isItemParametrized']&&_0x3f2518({'emitter':this,'activator':()=>!0x0===this['isParametrizedViewOpen'],'contextElements':[this['element']],'callback':()=>{this['isParametrizedViewOpen']=!0x1;}});}['resetToDefault'](){this['isParametrizedViewOpen']=!0x1,this['_formItemsCollection']['forEach'](_0x368910=>{_0x368910['resetToDefault']();}),this['_customCheckView']&&this['_customCheckView']['resetToDefault']();}['_createIconView'](){const _0x258a07=new _0x46d515();return _0x258a07['content']=_0x373958,_0x258a07['extendTemplate']({'attributes':{'class':['ck-ai_review__check-list-item-title-icon']}}),_0x258a07;}['_createParameterizedView'](_0x132240){const _0x5485f2=new _0x1a03af(),_0x36bffa=this['_createFormView'](_0x132240);return _0x5485f2['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized',this['bindTemplate']['if']('isParametrizedViewOpen','ck-hidden',_0x21fdc8=>!_0x21fdc8)]},'children':[_0x36bffa]}),_0x5485f2;}['_createFormView'](_0x54e5da){const _0x295e9e=new _0x1a03af(),_0x26a171=Array['isArray'](_0x54e5da['options'])?_0x54e5da['options']:[],_0x4da7a3=new _0x2fc35c(this['locale']),t=this['locale']['t'];_0x4da7a3['set']({'label':t('Submit'),'withText':!0x0,'class':'ck-ai-button-primary'}),_0x4da7a3['extendTemplate']({'on':{'click':this['bindTemplate']['to'](_0x367b26=>{_0x367b26['stopPropagation']();})}}),_0x4da7a3['on']('execute',()=>{const _0x3873fc=[],_0x1d7bf0={};this['_formItemsCollection']['forEach'](_0x4da6e7=>{_0x3873fc['push'](_0x4da6e7['value']),_0x54e5da['useArgs']&&_0x54e5da['options']&&(_0x1d7bf0[_0x4da6e7['argsKey']]=_0x4da6e7['value']);}),this['fire']('runReviewCheck',{'id':_0x54e5da['id'],'params':_0x3873fc['length']?_0x3873fc:void 0x0,'args':Object['keys'](_0x1d7bf0)['length']?_0x1d7bf0:void 0x0});});const _0x2f0e65=_0x26a171['length'];return _0x26a171['forEach']((_0x3fed24,_0x3888e2)=>{const _0x11432b=_0x3888e2===_0x2f0e65-0x1;this['_formItemsCollection']['add'](new _0x2ca5ac(this['locale'],_0x3fed24,_0x11432b?_0x4da7a3:null));}),_0x295e9e['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-list-item-parameterized-form']},'children':this['_formItemsCollection']}),_0x295e9e;}['_createCustomView'](_0x5bdc14,_0x50443a=!0x1){return this['_customCheckView']=new _0x31c82a(this['locale'],_0x5bdc14,_0x50443a),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',_0x12dc83=>!_0x12dc83)]}}),this['_customCheckView']['delegate']('runReviewCheck')['to'](this),this['listenTo'](this['_customCheckView'],'closeCustomCheck',()=>{this['isParametrizedViewOpen']=!0x1;}),this['on']('change:isParametrizedViewOpen',(_0x2b4bc0,_0xb0a606,_0x5cc43b)=>{_0x5cc43b||this['_customCheckView']['resetFormValidationStatus']();}),this['_customCheckView'];}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
const _0x251183=_0x4a89;(function(_0x9ed3e4,_0x3f5037){const _0x52dc7b=_0x4a89,_0x611487=_0x9ed3e4();while(!![]){try{const _0x48b440=-parseInt(_0x52dc7b(0x87))/0x1+-parseInt(_0x52dc7b(0x86))/0x2*(parseInt(_0x52dc7b(0x8b))/0x3)+-parseInt(_0x52dc7b(0x91))/0x4*(parseInt(_0x52dc7b(0x90))/0x5)+parseInt(_0x52dc7b(0x8a))/0x6*(parseInt(_0x52dc7b(0x99))/0x7)+parseInt(_0x52dc7b(0x94))/0x8+-parseInt(_0x52dc7b(0x81))/0x9+parseInt(_0x52dc7b(0x83))/0xa;if(_0x48b440===_0x3f5037)break;else _0x611487['push'](_0x611487['shift']());}catch(_0x473e05){_0x611487['push'](_0x611487['shift']());}}}(_0x4454,0x7fa81));function _0x4a89(_0x477659,_0x559b17){const _0x4454b2=_0x4454();return _0x4a89=function(_0x4a89b0,_0x33dfc7){_0x4a89b0=_0x4a89b0-0x7c;let _0x2cfb09=_0x4454b2[_0x4a89b0];return _0x2cfb09;},_0x4a89(_0x477659,_0x559b17);}import{ListItemView as _0x5f2ce1,View as _0xd90347}from'ckeditor5/src/ui.js';import{AIReviewCoreFinishReviewButtonView as _0x1c584f}from'./aireviewcorefinishreviewbuttonview.js';function _0x4454(){const _0x30bbe2=['_createResultHeaderView','ck-ai_review__review-completed-content-text','_resultsHeader','locale','3700240DOdJAe','4NniDxy','_createFinishReviewButtonView','ck-ai_review__review-completed-header-buttons','5814048LgYcFk','ck-ai_review__review-completed-content','ck-ai_review__review-completed-content-icon','setTemplate','ck-ai_review__review-completed-header','7026733pnmBAx','ck-ai_review__review-completed-header-title','finishReview','emptyResultsText','ck-hidden','isVisible','ck-ai_review__review-completed','div','bindTemplate','3781017bjjOMf','buttonText','13728140gwzmUx','_finishReviewButtonView','span','2cFNsvy','961480vGtTxq','headerText','delegate','6MllZxH','1376601xuyhlK'];_0x4454=function(){return _0x30bbe2;};return _0x4454();}import'../../../theme/aireviewcore/aireviewcore-review-completed.css';export class AIReviewCoreReviewCompletedView extends _0x5f2ce1{[_0x251183(0x8e)];[_0x251183(0x84)];constructor(_0x1c930e,_0x5dd776){const _0x273d6b=_0x251183;super(_0x1c930e),this[_0x273d6b(0x84)]=this[_0x273d6b(0x92)](_0x5dd776[_0x273d6b(0x82)]),this[_0x273d6b(0x8e)]=this[_0x273d6b(0x8c)](_0x5dd776[_0x273d6b(0x88)]);const _0x360c83=this[_0x273d6b(0x80)];this[_0x273d6b(0x97)]({'tag':_0x273d6b(0x7f),'attributes':{'class':[_0x273d6b(0x7e),_0x360c83['if'](_0x273d6b(0x7d),_0x273d6b(0x7c),_0x19a0c5=>!_0x19a0c5)]},'children':[this[_0x273d6b(0x8e)],{'tag':_0x273d6b(0x7f),'attributes':{'class':[_0x273d6b(0x95)]},'children':[{'tag':_0x273d6b(0x85),'attributes':{'class':[_0x273d6b(0x96)]},'children':[{'text':'👍'}]},{'tag':'p','attributes':{'class':[_0x273d6b(0x8d)]},'children':[{'text':_0x5dd776[_0x273d6b(0x9c)]}]}]}]});}[_0x251183(0x92)](_0x4aea4d){const _0x29e61f=_0x251183,_0x490c4d=new _0x1c584f(_0x4aea4d,this[_0x29e61f(0x8f)]);return _0x490c4d[_0x29e61f(0x89)](_0x29e61f(0x9b))['to'](this),_0x490c4d;}[_0x251183(0x8c)](_0xb12ae5){const _0x1f4139=_0x251183,_0xa2f463=new _0xd90347(this[_0x1f4139(0x8f)]);return _0xa2f463[_0x1f4139(0x97)]({'tag':_0x1f4139(0x7f),'attributes':{'class':[_0x1f4139(0x98)]},'children':[{'tag':_0x1f4139(0x85),'attributes':{'class':[_0x1f4139(0x9a)]},'children':[{'text':_0xb12ae5}]},{'tag':_0x1f4139(0x7f),'attributes':{'class':[_0x1f4139(0x93)]},'children':[this[_0x1f4139(0x84)]]}]}),_0xa2f463;}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
import{ListItemView as _0x5780b3,View as _0x1da9fb,ViewCollection as _0x27d807,ButtonView as _0x1fa9a5}from'ckeditor5/src/ui.js';import{IconStop as _0x1d3955,IconEye as _0x4858d2,IconEyeCrossedOut as _0x4cd2c9}from'ckeditor5/src/icons.js';import{AISkeletonView as _0x1e49e1,SKELETON_DEFINITIONS as _0xbe2f2}from'../../aicore/ui/aiskeleton.js';import{AIDisclaimerView as _0x473514}from'../../aicore/ui/aidisclaimerview.js';import{getTranslation as _0x39d592}from'../../aicore/utils/common-translations.js';import{AISpinnerView as _0x5a47cc}from'../../aicore/ui/aispinner.js';import{AIReviewCoreReviewCheckListItemResultsView as _0x390bb8}from'./aireviewcorechecklistitemresultview.js';import{AIReviewCoreFinishReviewButtonView as _0x1310cd}from'./aireviewcorefinishreviewbuttonview.js';import'../../../theme/aireviewcore/aireviewcore-check-run.css';import'../../../theme/aireviewcore/aireviewcore-check-run-result.css';export class AIReviewCoreUICheckResultsView extends _0x5780b3{['_resultViews'];['_resultsHeader'];['reviewDisclaimer'];['_cancelButtonView'];['_acceptAllButtonView'];['_exitReviewButtonView'];['_toggleDiffButtonView'];['_errorMessageView'];['_finishReviewButtonView'];['_contents'];constructor(_0x29a232,_0x1e8634){super(_0x29a232),this['_contents']=_0x1e8634,this['_resultViews']=new _0x27d807(),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['_errorMessageView']=this['_createErrorView'](),this['reviewDisclaimer']=new _0x473514(_0x29a232),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 _0x30ffc6=this['_createCombinedSkeletonLoader'](),_0xb4d985=this['bindTemplate'];this['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run',_0xb4d985['if']('isLoading','ck-ai_review__check-run_loading',_0x4dfef2=>_0x4dfef2),_0xb4d985['if']('isResultReady','ck-ai_review__check-run_ready',_0x2c477b=>_0x2c477b),_0xb4d985['if']('isVisible','ck-hidden',_0x5a0fb5=>!_0x5a0fb5)]},'children':[this['_resultsHeader'],{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-wrapper']},'children':[this['_errorMessageView'],{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-container','ck-reset_all-excluded',this['bindTemplate']['if']('isLoading','ck-hidden',_0x5a3eaf=>_0x5a3eaf)]},'children':this['_resultViews']},_0x30ffc6]},this['reviewDisclaimer']]});}['clearResults'](){this['_resultViews']['clear']();}['getResults'](){return this['_resultViews'];}['addResult'](_0x30a0c6){const _0x635f20=new _0x390bb8(this['locale'],_0x30a0c6['id']);_0x635f20['delegate']('acceptChange','dismissChange','activateChange','deactivateChange')['to'](this),this['_resultViews']['add'](_0x635f20),_0x635f20['resultResponseView']['element']['innerHTML']=_0x30a0c6['contentDiffed'];}['hideResult'](_0x2d2a72,_0x17dcd6){if('pending'===_0x17dcd6)return;const _0x5d5d80=this['_resultViews']['find'](_0xceb6dd=>_0xceb6dd['id']===_0x2d2a72);_0x5d5d80&&(_0x5d5d80['status']=_0x17dcd6,_0x5d5d80['element']?.['classList']['add']('ck-ai_review__check-run-result_grayout'));}['showResult'](_0x186aad,_0x44fd6a){if('pending'!==_0x44fd6a)return;const _0xbb540b=this['_resultViews']['find'](_0xa75dad=>_0xa75dad['id']===_0x186aad);_0xbb540b&&(_0xbb540b['status']=_0x44fd6a,_0xbb540b['element']?.['classList']['remove']('ck-ai_review__check-run-result_grayout'));}['setTitle'](_0x596281,_0x48e775){this['headerTitle']=_0x596281,this['headerSubtitle']=_0x48e775||'';}['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 _0x1e49e1(this['locale'],_0xbe2f2['aiReviewChecks']);}['_createCombinedSkeletonLoader'](){const _0xbeb24f=new _0x1da9fb(this['locale']),_0x580643=[];for(let _0x5b1c4a=0x0;_0x5b1c4a<0x10;_0x5b1c4a++){const _0x4e9ded=this['_createSkeletonLoader']();_0x4e9ded['extendTemplate']({'attributes':{'class':['ck-ai_review__check-run-skeleton-item']}}),_0x580643['push'](_0x4e9ded);}return _0xbeb24f['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-skeleton-container',this['bindTemplate']['if']('isLoading','ck-hidden',_0x298185=>!_0x298185)]},'children':_0x580643}),_0xbeb24f;}['_createErrorView'](){const _0x105b85=new _0x1da9fb(this['locale']),_0x219b47=new _0x1fa9a5(this['locale']),t=this['locale']['t'];return _0x105b85['delegate']('retryReview')['to'](this),_0x219b47['set']({'label':t('Try\x20again'),'withText':!0x0,'class':'ck-ai-button-secondary\x20ck-ai_review__check-run-error-retry-button'}),_0x219b47['on']('execute',()=>{this['fire']('retryReview');}),_0x105b85['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-error-container',this['bindTemplate']['if']('showErrorMessage','ck-hidden',_0x56996b=>!_0x56996b),this['bindTemplate']['if']('errorType','ck-ai_review__check-run-error-container_border-bottom',_0x39f7f1=>'chunk'===_0x39f7f1)]},'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',_0x57dec0=>'chunk'===_0x57dec0)]},'children':[{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x538ec9=>'general'!==_0x538ec9)]},'children':[{'text':this['_contents']['generalErrorText']}]},{'tag':'p','attributes':{'class':['ck-ai-notification__content',this['bindTemplate']['if']('errorType','ck-hidden',_0x4e664c=>'chunk'!==_0x4e664c)]},'children':[{'text':_0x39d592(this['locale'],'AI_REVIEW_MODE_CHUNK_ERROR_MESSAGE')}]}]},_0x219b47]}),_0x105b85;}['_createCancelButtonView'](){const _0x3ff30d=new _0x1fa9a5(this['locale']);return _0x3ff30d['set']({'label':_0x39d592(this['locale'],'AI_REVIEW_MODE_STOP_GENERATING'),'withText':!0x0,'class':['ck-ai-button-secondary\x20ck-ai-button-stop-generating'],'icon':_0x1d3955}),_0x3ff30d['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isResultReady','ck-hidden',_0x3af688=>_0x3af688),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x2ce00e=>_0x2ce00e)]}}),_0x3ff30d['on']('execute',()=>{this['fire']('abortReviewStream');}),_0x3ff30d;}['_createToggleDiffButtonView'](){const _0x5b928e=new _0x1fa9a5(this['locale']);_0x5b928e['set']({'tooltip':!0x0,'isToggleable':!0x0,'role':'menuitemcheckbox'}),_0x5b928e['bind']('isEnabled')['to'](this,'isError',_0x4a37a0=>!_0x4a37a0),_0x5b928e['extendTemplate']({'attributes':{'class':['ck-ai-button-secondary','ck-ai_review__check-run-toggle-diff-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x59840a=>!_0x59840a),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x401a91=>_0x401a91)]}});const _0x1d4583=_0x39d592(this['locale'],'AI_REVIEW_MODE_HIDE_CHANGES'),_0x381adf=_0x39d592(this['locale'],'AI_REVIEW_MODE_SHOW_CHANGES');return _0x5b928e['bind']('isOn')['to'](this,'isToggleDiffOn',_0x2ba2a4=>_0x2ba2a4),_0x5b928e['bind']('icon')['to'](this,'isToggleDiffOn',_0x1afacb=>_0x1afacb?_0x4858d2:_0x4cd2c9),_0x5b928e['bind']('label')['to'](this,'isToggleDiffOn',_0x8dfeb2=>_0x8dfeb2?_0x1d4583:_0x381adf),_0x5b928e['on']('execute',()=>{this['isToggleDiffOn']=!this['isToggleDiffOn'],this['fire']('toggleDiff',{'on':this['isToggleDiffOn']});}),_0x5b928e;}['_createAcceptAllButtonView'](){const _0x572b4d=new _0x1fa9a5(this['locale']);return _0x572b4d['set']({'label':_0x39d592(this['locale'],'AI_REVIEW_MODE_ACCEPT_ALL'),'withText':!0x0}),_0x572b4d['bind']('isEnabled')['to'](this,'isError',_0x27a61b=>!_0x27a61b),_0x572b4d['extendTemplate']({'attributes':{'class':['ck-ai-button-primary','ck-ai_review__check-run-accept-all-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x1e7fa3=>!_0x1e7fa3),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x319781=>_0x319781)]}}),_0x572b4d['on']('execute',()=>{this['fire']('acceptAllChanges');}),_0x572b4d;}['_createExitReviewButtonView'](){const _0x26d69b=new _0x1fa9a5(this['locale']);return _0x26d69b['set']({'label':_0x39d592(this['locale'],'AI_REVIEW_MODE_EXIT_REVIEW'),'withText':!0x0}),_0x26d69b['extendTemplate']({'attributes':{'class':['ck-ai-button-tertiary','ck-ai_review__check-run-exit-button',this['bindTemplate']['if']('isResultReady','ck-hidden',_0x341b51=>!_0x341b51),this['bindTemplate']['if']('isCompleted','ck-hidden',_0x11860e=>_0x11860e)]}}),_0x26d69b['on']('execute',()=>{this['fire']('leaveReviewCoreResultList');}),_0x26d69b;}['_createResultHeaderView'](){const _0x455e34=new _0x1da9fb(this['locale']),_0x391549=this['_createTitleView']();return _0x455e34['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header',this['bindTemplate']['if']('isCompleted','ck-ai_review__review-completed-header',_0x178a9c=>_0x178a9c)]},'children':[_0x391549,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-buttons']},'children':[this['_cancelButtonView'],this['_acceptAllButtonView'],this['_exitReviewButtonView'],this['_toggleDiffButtonView'],this['_finishReviewButtonView']]}]}),_0x455e34;}['_createTitleView'](){const _0x26ddca=new _0x1da9fb(this['locale']),_0x25c10c=new _0x5a47cc();return _0x25c10c['bind']('isVisible')['to'](this,'isResultReady',_0x4b845c=>!_0x4b845c),_0x26ddca['setTemplate']({'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-wrapper']},'children':[_0x25c10c,{'tag':'div','attributes':{'class':['ck-ai_review__check-run-results-header-title-content',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x1e5df7=>_0x1e5df7)]},'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')}]}]},{'tag':'span','attributes':{'class':['ck-ai_review__review-completed-header-title',this['bindTemplate']['if']('isCompleted','ck-hidden',_0x263076=>!_0x263076)]},'children':[{'text':_0x39d592(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE')}]}]}),_0x26ddca;}['_createFinishReviewButtonView'](){const _0x1ac3c2=new _0x1310cd(_0x39d592(this['locale'],'AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL'),this['locale']);return _0x1ac3c2['extendTemplate']({'attributes':{'class':[this['bindTemplate']['if']('isCompleted','ck-hidden',_0x3f8947=>!_0x3f8947)]}}),_0x1ac3c2['delegate']('finishReview')['to'](this),_0x1ac3c2;}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var _0x15c605=_0x2a05;function _0x3c9d(){var _0x4c0362=['36323UCLwLV','ck-ai-review','isCompleted','showReviewCheckListView','656701yPESLy','generalErrorView','reviewCheckListView','ltr','set','showGeneralReviewCoreErrorView','resetAllParameterizedChecks','showGeneralResultsErrorView','hideActionsWhenResultIsReady','showReviewCompletedView','addCheckRunResult','ck-rounded-corners','setTemplate','12meSJjM','isLoading','8245278oeQbLF','showReviewCheckResultsView','showGeneralErrorMessage','showNoChangesView','errorMessage','reviewCoreHeader','resetErrorState','isResultReady','list','header','3029058swWBuv','ck-reset_all','showChunkErrorView','9555450EBgCCF','completed','2288268sCTsvR','4eMyrGw','isVisible','showChunkErrorMessage','clearResults','11jwhnLM','reviewCheckResultsView','8YmPXJK','showActionsWhenResultIsReady','delegate','results','reviewCompletedView','div','5zvmMqu','addResult','114qKFwpk','12878463inJBIH','finishReview'];_0x3c9d=function(){return _0x4c0362;};return _0x3c9d();}(function(_0x801923,_0x271f86){var _0x355440=_0x2a05,_0x2e184b=_0x801923();while(!![]){try{var _0x386427=parseInt(_0x355440(0x175))/0x1*(parseInt(_0x355440(0x160))/0x2)+-parseInt(_0x355440(0x15a))/0x3+parseInt(_0x355440(0x15f))/0x4*(-parseInt(_0x355440(0x16c))/0x5)+parseInt(_0x355440(0x16e))/0x6*(parseInt(_0x355440(0x171))/0x7)+parseInt(_0x355440(0x166))/0x8*(parseInt(_0x355440(0x184))/0x9)+parseInt(_0x355440(0x15d))/0xa*(-parseInt(_0x355440(0x164))/0xb)+parseInt(_0x355440(0x182))/0xc*(parseInt(_0x355440(0x16f))/0xd);if(_0x386427===_0x271f86)break;else _0x2e184b['push'](_0x2e184b['shift']());}catch(_0x436d1e){_0x2e184b['push'](_0x2e184b['shift']());}}}(_0x3c9d,0xbecb0));import{View as _0x22acfc}from'ckeditor5/src/ui.js';function _0x2a05(_0x23ba88,_0x5d7053){var _0x3c9d35=_0x3c9d();return _0x2a05=function(_0x2a05f3,_0x2c1c50){_0x2a05f3=_0x2a05f3-0x15a;var _0x43dc28=_0x3c9d35[_0x2a05f3];return _0x43dc28;},_0x2a05(_0x23ba88,_0x5d7053);}import{AI_REVIEW_MODE_UI_EVENT_NAMES as _0x21a6cf}from'../aireviewcoreui.js';import{AIReviewCoreGeneralErrorView as _0x157945}from'./aireviewcoregeneralerrorview.js';export class AIReviewCoreView extends _0x22acfc{[_0x15c605(0x189)];[_0x15c605(0x176)];[_0x15c605(0x177)];[_0x15c605(0x165)];[_0x15c605(0x16a)];constructor(_0x12bab6,_0x5b0d91){var _0x28b7ff=_0x15c605;super(_0x12bab6),this[_0x28b7ff(0x189)]=_0x5b0d91[_0x28b7ff(0x18d)],this[_0x28b7ff(0x176)]=new _0x157945(_0x12bab6),this[_0x28b7ff(0x177)]=_0x5b0d91[_0x28b7ff(0x18c)],this[_0x28b7ff(0x177)][_0x28b7ff(0x168)](..._0x21a6cf)['to'](this),this[_0x28b7ff(0x165)]=_0x5b0d91[_0x28b7ff(0x169)],this[_0x28b7ff(0x165)][_0x28b7ff(0x168)](..._0x21a6cf)['to'](this),this[_0x28b7ff(0x16a)]=_0x5b0d91[_0x28b7ff(0x15e)],this[_0x28b7ff(0x16a)][_0x28b7ff(0x168)](_0x28b7ff(0x170))['to'](this),this[_0x28b7ff(0x177)][_0x28b7ff(0x179)](_0x28b7ff(0x161),!0x1),this[_0x28b7ff(0x165)][_0x28b7ff(0x179)](_0x28b7ff(0x161),!0x1),this[_0x28b7ff(0x165)][_0x28b7ff(0x179)](_0x28b7ff(0x183),!0x1),this[_0x28b7ff(0x165)][_0x28b7ff(0x179)](_0x28b7ff(0x18b),!0x1),this[_0x28b7ff(0x16a)][_0x28b7ff(0x179)](_0x28b7ff(0x161),!0x1),this[_0x28b7ff(0x181)]({'tag':_0x28b7ff(0x16b),'attributes':{'class':['ck',_0x28b7ff(0x15b),_0x28b7ff(0x172),_0x28b7ff(0x180)],'dir':_0x28b7ff(0x178)},'children':[this[_0x28b7ff(0x189)],this[_0x28b7ff(0x176)],this[_0x28b7ff(0x177)],this[_0x28b7ff(0x165)],this[_0x28b7ff(0x16a)]]});}[_0x15c605(0x174)](){var _0x36bafd=_0x15c605;this[_0x36bafd(0x177)][_0x36bafd(0x17b)](),this[_0x36bafd(0x177)][_0x36bafd(0x179)](_0x36bafd(0x161),!0x0),this[_0x36bafd(0x165)][_0x36bafd(0x179)](_0x36bafd(0x161),!0x1),this[_0x36bafd(0x16a)][_0x36bafd(0x179)](_0x36bafd(0x161),!0x1);}[_0x15c605(0x185)](){var _0x1e4ae9=_0x15c605;this[_0x1e4ae9(0x17d)](),this[_0x1e4ae9(0x165)][_0x1e4ae9(0x18a)](),this[_0x1e4ae9(0x177)][_0x1e4ae9(0x179)](_0x1e4ae9(0x161),!0x1),this[_0x1e4ae9(0x165)][_0x1e4ae9(0x179)](_0x1e4ae9(0x161),!0x0),this[_0x1e4ae9(0x165)][_0x1e4ae9(0x163)](),this[_0x1e4ae9(0x165)][_0x1e4ae9(0x179)](_0x1e4ae9(0x183),!0x0),this[_0x1e4ae9(0x165)][_0x1e4ae9(0x179)](_0x1e4ae9(0x173),!0x1);}[_0x15c605(0x17f)](_0x297ceb){var _0x43fbe7=_0x15c605;this[_0x43fbe7(0x165)][_0x43fbe7(0x16d)](_0x297ceb),this[_0x43fbe7(0x165)][_0x43fbe7(0x179)](_0x43fbe7(0x183),!0x1);}[_0x15c605(0x17e)](){var _0x2f3893=_0x15c605;this[_0x2f3893(0x165)][_0x2f3893(0x179)](_0x2f3893(0x161),!0x0),this[_0x2f3893(0x16a)][_0x2f3893(0x179)](_0x2f3893(0x161),!0x1),this[_0x2f3893(0x165)][_0x2f3893(0x179)](_0x2f3893(0x173),!0x0),this[_0x2f3893(0x177)][_0x2f3893(0x179)](_0x2f3893(0x161),!0x1);}[_0x15c605(0x167)](){var _0x3e8ca1=_0x15c605;this[_0x3e8ca1(0x165)][_0x3e8ca1(0x18b)]?(this[_0x3e8ca1(0x177)][_0x3e8ca1(0x179)](_0x3e8ca1(0x161),!0x1),this[_0x3e8ca1(0x165)][_0x3e8ca1(0x179)](_0x3e8ca1(0x161),!0x0),this[_0x3e8ca1(0x16a)][_0x3e8ca1(0x179)](_0x3e8ca1(0x161),!0x1)):this[_0x3e8ca1(0x165)][_0x3e8ca1(0x18b)]=!0x0;}[_0x15c605(0x187)](){var _0x57cff2=_0x15c605;this[_0x57cff2(0x177)][_0x57cff2(0x179)](_0x57cff2(0x161),!0x1),this[_0x57cff2(0x165)][_0x57cff2(0x179)](_0x57cff2(0x161),!0x1),this[_0x57cff2(0x16a)][_0x57cff2(0x179)](_0x57cff2(0x161),!0x0);}[_0x15c605(0x17d)](){var _0x36408b=_0x15c605;this[_0x36408b(0x165)][_0x36408b(0x18b)]=!0x1;}[_0x15c605(0x17a)](_0x2d2f03){var _0x3e6801=_0x15c605;this[_0x3e6801(0x176)][_0x3e6801(0x179)](_0x3e6801(0x161),!0x0),this[_0x3e6801(0x176)][_0x3e6801(0x188)]=_0x2d2f03;}[_0x15c605(0x17c)](){var _0x50befc=_0x15c605;this[_0x50befc(0x165)][_0x50befc(0x179)](_0x50befc(0x183),!0x1),this[_0x50befc(0x167)](),this[_0x50befc(0x165)][_0x50befc(0x186)]();}[_0x15c605(0x15c)](){var _0x3e930b=_0x15c605;this[_0x3e930b(0x165)][_0x3e930b(0x179)](_0x3e930b(0x183),!0x1),this[_0x3e930b(0x167)](),this[_0x3e930b(0x165)][_0x3e930b(0x162)]();}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
const _0x397c23=_0x25cd;function _0x519f(){const _0x511245=['bind','length','733590gzlyZX','1363099KUBByh','locale','div','find','set','369230PdSlVA','execute','button','64pOXWGr','ck-ai_review__check-list-item-parameterized-form-element','menuitemradio','menu','32dIkkQF','33196941xUfpJg','default','buttonView','_prepareListOptions','setTemplate','_defaultValue','resetToDefault','525606OkZInQ','listenTo','model','1967917aHfkiA','data','_defaultLabel','isOn','extendTemplate','stopPropagation','label','_dropdownView','10sxZKYz','add','7915194UoBcis','source','ck-ai_review__check-list-item-parameterized-form-element_dropdown','bindTemplate','ck-reset_all','formValue'];_0x519f=function(){return _0x511245;};return _0x519f();}function _0x25cd(_0x595a51,_0x5c18b4){const _0x519f3c=_0x519f();return _0x25cd=function(_0x25cd39,_0x243c49){_0x25cd39=_0x25cd39-0x1a2;let _0x52aebc=_0x519f3c[_0x25cd39];return _0x52aebc;},_0x25cd(_0x595a51,_0x5c18b4);}(function(_0x23cdbd,_0x113dd9){const _0x4128e0=_0x25cd,_0xbcc3a7=_0x23cdbd();while(!![]){try{const _0x13d891=-parseInt(_0x4128e0(0x1b5))/0x1+-parseInt(_0x4128e0(0x1b4))/0x2+parseInt(_0x4128e0(0x1c9))/0x3+-parseInt(_0x4128e0(0x1bd))/0x4*(-parseInt(_0x4128e0(0x1ba))/0x5)+-parseInt(_0x4128e0(0x1ac))/0x6+-parseInt(_0x4128e0(0x1a2))/0x7*(parseInt(_0x4128e0(0x1c1))/0x8)+parseInt(_0x4128e0(0x1c2))/0x9*(parseInt(_0x4128e0(0x1aa))/0xa);if(_0x13d891===_0x113dd9)break;else _0xbcc3a7['push'](_0xbcc3a7['shift']());}catch(_0x4e5c46){_0xbcc3a7['push'](_0xbcc3a7['shift']());}}}(_0x519f,0xd4cf6));import{Collection as _0x1c7ee0}from'ckeditor5/src/utils.js';import{View as _0x5da06f,createDropdown as _0x3bbccb,addListToDropdown as _0x1caa4e,UIModel as _0x1c5df2}from'ckeditor5/src/ui.js';export class AIReviewCoreFormDropdownView extends _0x5da06f{[_0x397c23(0x1a9)];[_0x397c23(0x1c7)];[_0x397c23(0x1a4)];constructor(_0x24df38,_0x2528cb){const _0xc553c5=_0x397c23;super(_0x24df38),this[_0xc553c5(0x1c7)]=_0x2528cb[_0xc553c5(0x1c3)]||(_0x2528cb[_0xc553c5(0x1a3)][_0xc553c5(0x1b3)]>0x0?_0x2528cb[_0xc553c5(0x1a3)][0x0]['id']:''),this[_0xc553c5(0x1a4)]=_0x2528cb[_0xc553c5(0x1a3)][_0xc553c5(0x1b8)](_0xdf2286=>_0xdf2286['id']===this[_0xc553c5(0x1c7)])?.[_0xc553c5(0x1a8)]||'',this[_0xc553c5(0x1b9)](_0xc553c5(0x1b1),''),this[_0xc553c5(0x1a9)]=_0x3bbccb(this[_0xc553c5(0x1b6)]);const _0x2d217e=this[_0xc553c5(0x1c5)](_0x2528cb[_0xc553c5(0x1a3)]);_0x1caa4e(this[_0xc553c5(0x1a9)],_0x2d217e,{'role':_0xc553c5(0x1c0),'ariaLabel':_0x2528cb[_0xc553c5(0x1a8)]}),this[_0xc553c5(0x1a9)][_0xc553c5(0x1c4)][_0xc553c5(0x1b9)]({'label':this[_0xc553c5(0x1a4)],'withText':!0x0}),this[_0xc553c5(0x1a9)][_0xc553c5(0x1a6)]({'on':{'click':this[_0xc553c5(0x1af)]['to'](_0x24f475=>{const _0x19c702=_0xc553c5;_0x24f475[_0x19c702(0x1a7)]();})}}),this[_0xc553c5(0x1ca)](this[_0xc553c5(0x1a9)],_0xc553c5(0x1bb),_0x38c4d9=>{const _0x12c7a4=_0xc553c5;this[_0x12c7a4(0x1b1)]=_0x38c4d9[_0x12c7a4(0x1ad)][_0x12c7a4(0x1cb)]['id'],this[_0x12c7a4(0x1a9)][_0x12c7a4(0x1c4)][_0x12c7a4(0x1a8)]=_0x38c4d9[_0x12c7a4(0x1ad)][_0x12c7a4(0x1cb)][_0x12c7a4(0x1a8)];}),this[_0xc553c5(0x1c6)]({'tag':_0xc553c5(0x1b7),'attributes':{'class':['ck',_0xc553c5(0x1b0),_0xc553c5(0x1be),_0xc553c5(0x1ae)]},'children':[this[_0xc553c5(0x1a9)]]});}[_0x397c23(0x1c8)](){const _0x3bd498=_0x397c23;this[_0x3bd498(0x1b1)]=this[_0x3bd498(0x1c7)],this[_0x3bd498(0x1a9)][_0x3bd498(0x1c4)][_0x3bd498(0x1a8)]=this[_0x3bd498(0x1a4)];}[_0x397c23(0x1c5)](_0x43cfb7=[]){const _0x783e04=_0x397c23,_0x368737=new _0x1c7ee0();this[_0x783e04(0x1c8)]();for(const _0x533361 of _0x43cfb7){const _0x39a139=new _0x1c5df2({'label':_0x533361[_0x783e04(0x1a8)],'withText':!0x0,'role':_0x783e04(0x1bf),'id':_0x533361['id'],'model':_0x533361});_0x39a139[_0x783e04(0x1b2)](_0x783e04(0x1a5))['to'](this,_0x783e04(0x1b1),_0x398b63=>_0x398b63===_0x39a139['id']);const _0x56f0bd={'type':_0x783e04(0x1bc),'model':_0x39a139};_0x368737[_0x783e04(0x1ab)](_0x56f0bd);}return _0x368737;}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
const _0x5ab3fa=_0xf0cc;(function(_0x1675c9,_0x466045){const _0x4b8cc3=_0xf0cc,_0x35c300=_0x1675c9();while(!![]){try{const _0x4a515c=-parseInt(_0x4b8cc3(0x133))/0x1+-parseInt(_0x4b8cc3(0x12e))/0x2+-parseInt(_0x4b8cc3(0x13f))/0x3*(parseInt(_0x4b8cc3(0x132))/0x4)+-parseInt(_0x4b8cc3(0x134))/0x5+-parseInt(_0x4b8cc3(0x12d))/0x6+-parseInt(_0x4b8cc3(0x13c))/0x7*(-parseInt(_0x4b8cc3(0x141))/0x8)+parseInt(_0x4b8cc3(0x142))/0x9;if(_0x4a515c===_0x466045)break;else _0x35c300['push'](_0x35c300['shift']());}catch(_0x3e5a6a){_0x35c300['push'](_0x35c300['shift']());}}}(_0x4c91,0xc9d62));function _0xf0cc(_0x474913,_0x1d9601){const _0x4c91fc=_0x4c91();return _0xf0cc=function(_0xf0cc46,_0x50c309){_0xf0cc46=_0xf0cc46-0x12a;let _0x389efe=_0x4c91fc[_0xf0cc46];return _0x389efe;},_0xf0cc(_0x474913,_0x1d9601);}import{FormRowView as _0xbbb912,ListItemView as _0x250576}from'ckeditor5/src/ui.js';import{AIReviewCoreFormDropdownView as _0x4b18be}from'./aireviewcoreformdropdown.js';function _0x4c91(){const _0x8d6e1b=['140pHXJRp','1260361KfZVMZ','827150cGcJAG','formType','_formItem','setTemplate','ck-ai_review__form-item','bind','children','set','2271535JFIlXB','add','locale','33555TpXdig','ck-form__row_with-submit','8HFUVJu','42432084dnVdII','argsKey','div','value','ck-reset_all','4980288biWWrW','3130290iKRzPB','dropdown','formValue','resetToDefault'];_0x4c91=function(){return _0x8d6e1b;};return _0x4c91();}export class AIReviewCoreFormManagerView extends _0x250576{[_0x5ab3fa(0x136)]=null;constructor(_0x5c497b,_0x645430,_0x3a2c7d){const _0x4f12c2=_0x5ab3fa;super(_0x5c497b),this[_0x4f12c2(0x143)]=_0x645430?.[_0x4f12c2(0x143)];if(_0x4f12c2(0x12f)===_0x645430[_0x4f12c2(0x135)])this[_0x4f12c2(0x136)]=new _0x4b18be(this[_0x4f12c2(0x13e)],_0x645430);this[_0x4f12c2(0x13b)](_0x4f12c2(0x12b),''),this[_0x4f12c2(0x139)](_0x4f12c2(0x12b))['to'](this[_0x4f12c2(0x136)],_0x4f12c2(0x130));const _0x64163d=new _0xbbb912(this[_0x4f12c2(0x13e)],{'children':[this[_0x4f12c2(0x136)]],'class':[_0x3a2c7d?_0x4f12c2(0x140):'']});_0x3a2c7d&&_0x64163d[_0x4f12c2(0x13a)][_0x4f12c2(0x13d)](_0x3a2c7d),this[_0x4f12c2(0x137)]({'tag':_0x4f12c2(0x12a),'attributes':{'class':['ck',_0x4f12c2(0x138),_0x4f12c2(0x12c)]},'children':[_0x64163d]});}[_0x5ab3fa(0x131)](){const _0x56583d=_0x5ab3fa;this[_0x56583d(0x136)][_0x56583d(0x131)]();}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
const _0x2f9778=_0x514b;(function(_0x40e42d,_0x4ced1a){const _0x4ad18c=_0x514b,_0x89688d=_0x40e42d();while(!![]){try{const _0x3a738e=parseInt(_0x4ad18c(0xd0))/0x1+-parseInt(_0x4ad18c(0xc4))/0x2*(-parseInt(_0x4ad18c(0xdb))/0x3)+parseInt(_0x4ad18c(0xdf))/0x4+parseInt(_0x4ad18c(0xcb))/0x5+parseInt(_0x4ad18c(0xe1))/0x6+-parseInt(_0x4ad18c(0xc6))/0x7+-parseInt(_0x4ad18c(0xbf))/0x8;if(_0x3a738e===_0x4ced1a)break;else _0x89688d['push'](_0x89688d['shift']());}catch(_0x4bb362){_0x89688d['push'](_0x89688d['shift']());}}}(_0x2877,0x66660));function _0x514b(_0x60d21a,_0x2cb5a9){const _0x2877b8=_0x2877();return _0x514b=function(_0x514b32,_0x5c1306){_0x514b32=_0x514b32-0xbe;let _0x32d997=_0x2877b8[_0x514b32];return _0x32d997;},_0x514b(_0x60d21a,_0x2cb5a9);}function _0x2877(){const _0x5ebff7=['Choose\x20tone\x20and\x20style\x20to\x20change\x20content\x20as\x20you\x20need.','Professional','814047HHEjdN','friendly','Casual','shorter','Adjust\x20length','Longer','professional','Adjust\x20tone\x20and\x20style','make-tone','casual','readability','921831BWGEiz','Confident','correctness','length','371756PuJIqx','Readability','1203090akInWo','tone','make','Correctness','Improve\x20the\x20clarity\x20and\x20readability\x20of\x20the\x20text.','Enhance\x20the\x20overall\x20readability\x20of\x20the\x20text.','custom','dropdown','Refine\x20text\x20length\x20to\x20match\x20your\x20needs.','12521520LlPuLy','longer','Ensure\x20the\x20text\x20is\x20factually\x20accurate\x20and\x20free\x20of\x20errors.','Direct','direct','4HqbRob','confident','2392684liUfXW','clarity','Shorter','Friendly','Type\x20a\x20custom\x20command\x20to\x20review\x20the\x20content\x20exactly\x20as\x20you\x20need.','3021855vSSrur','Custom\x20command','Clarity'];_0x2877=function(){return _0x5ebff7;};return _0x2877();}export const AI_REVIEW_CHECKS=[{'id':_0x2f9778(0xe7),'commandId':_0x2f9778(0xe7),'title':_0x2f9778(0xcc),'description':_0x2f9778(0xca),'isParameterized':!0x0},{'id':_0x2f9778(0xdd),'commandId':_0x2f9778(0xdd),'title':_0x2f9778(0xe4),'description':_0x2f9778(0xc1),'isParameterized':!0x1},{'id':_0x2f9778(0xc7),'commandId':_0x2f9778(0xc7),'title':_0x2f9778(0xcd),'description':_0x2f9778(0xe5),'isParameterized':!0x1},{'id':_0x2f9778(0xda),'commandId':_0x2f9778(0xda),'title':_0x2f9778(0xe0),'description':_0x2f9778(0xe6),'isParameterized':!0x1},{'id':_0x2f9778(0xde),'commandId':_0x2f9778(0xe3),'title':_0x2f9778(0xd4),'description':_0x2f9778(0xbe),'isParameterized':!0x0,'options':[{'formType':_0x2f9778(0xe8),'label':_0x2f9778(0xd4),'default':_0x2f9778(0xc0),'data':[{'label':_0x2f9778(0xd5),'id':_0x2f9778(0xc0)},{'label':_0x2f9778(0xc8),'id':_0x2f9778(0xd3)}]}]},{'id':_0x2f9778(0xe2),'commandId':_0x2f9778(0xd8),'title':_0x2f9778(0xd7),'description':_0x2f9778(0xce),'isParameterized':!0x0,'options':[{'formType':_0x2f9778(0xe8),'label':_0x2f9778(0xd7),'default':_0x2f9778(0xd9),'data':[{'label':_0x2f9778(0xd2),'id':_0x2f9778(0xd9)},{'label':_0x2f9778(0xc2),'id':_0x2f9778(0xc3)},{'label':_0x2f9778(0xc9),'id':_0x2f9778(0xd1)},{'label':_0x2f9778(0xdc),'id':_0x2f9778(0xc5)},{'label':_0x2f9778(0xcf),'id':_0x2f9778(0xd6)}]}]}];
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var _0x22901e=_0x55b3;(function(_0x3e7c5d,_0x3dcbb1){var _0x10607d=_0x55b3,_0x4340d3=_0x3e7c5d();while(!![]){try{var _0x5723f3=parseInt(_0x10607d(0xe2))/0x1*(parseInt(_0x10607d(0xdb))/0x2)+-parseInt(_0x10607d(0xd7))/0x3*(-parseInt(_0x10607d(0xdf))/0x4)+-parseInt(_0x10607d(0xde))/0x5+-parseInt(_0x10607d(0xd8))/0x6+-parseInt(_0x10607d(0xd6))/0x7+parseInt(_0x10607d(0xdd))/0x8+-parseInt(_0x10607d(0xe3))/0x9;if(_0x5723f3===_0x3dcbb1)break;else _0x4340d3['push'](_0x4340d3['shift']());}catch(_0x1088d6){_0x4340d3['push'](_0x4340d3['shift']());}}}(_0xc9e8,0xef1fe));import{ContextPlugin as _0x3beb7f}from'ckeditor5/src/core.js';import{AIReviewModeUI as _0x3b3991}from'./aireviewmodeui.js';import{AIReviewCoreEditing as _0x38f6d5}from'../aireviewcore/aireviewcoreediting.js';function _0x55b3(_0x420be5,_0x3fb589){var _0xc9e8d7=_0xc9e8();return _0x55b3=function(_0x55b393,_0x34fb14){_0x55b393=_0x55b393-0xd6;var _0x2ae301=_0xc9e8d7[_0x55b393];return _0x2ae301;},_0x55b3(_0x420be5,_0x3fb589);}function _0xc9e8(){var _0x209f39=['9191399iKsGPZ','102546ASPESK','4229400ygbTcV','pluginName','requires','150404uNGmOD','isPremiumPlugin','11730232hHEQUe','3396920vIuKRO','196hDjxGq','isOfficialPlugin','AIReviewMode','26REaOQv','12776886fjDMTP'];_0xc9e8=function(){return _0x209f39;};return _0xc9e8();}import{AIReviewModeController as _0x2e7654}from'./aireviewmodecontroller.js';export class AIReviewMode extends _0x3beb7f{static get[_0x22901e(0xda)](){return[_0x2e7654,_0x3b3991,_0x38f6d5];}static get[_0x22901e(0xd9)](){var _0x431546=_0x22901e;return _0x431546(0xe1);}static get[_0x22901e(0xe0)](){return!0x0;}static get[_0x22901e(0xdc)](){return!0x0;}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
const _0x4758ac=_0x1d41;(function(_0x13e4f3,_0x21a482){const _0xb7816f=_0x1d41,_0x51c1f0=_0x13e4f3();while(!![]){try{const _0x5dc727=parseInt(_0xb7816f(0x1c6))/0x1+parseInt(_0xb7816f(0x1c8))/0x2*(parseInt(_0xb7816f(0x195))/0x3)+parseInt(_0xb7816f(0x1b9))/0x4*(-parseInt(_0xb7816f(0x1ee))/0x5)+parseInt(_0xb7816f(0x1bb))/0x6*(-parseInt(_0xb7816f(0x212))/0x7)+-parseInt(_0xb7816f(0x202))/0x8+parseInt(_0xb7816f(0x1d6))/0x9+-parseInt(_0xb7816f(0x204))/0xa*(-parseInt(_0xb7816f(0x1cd))/0xb);if(_0x5dc727===_0x21a482)break;else _0x51c1f0['push'](_0x51c1f0['shift']());}catch(_0x3a9d30){_0x51c1f0['push'](_0x51c1f0['shift']());}}}(_0xa97e,0x4c184));import{CKEditorError as _0x5bc25c}from'ckeditor5/src/utils.js';import{AIReviewCoreController as _0xb60865}from'../aireviewcore/aireviewcorecontroller.js';import{AI_REVIEW_CHECKS as _0x1a279c}from'./aireviewcheckdefinitions.js';import{AIReviewModeCheckList as _0xc8a461}from'./model/aireviewmodechecklist.js';function _0x1d41(_0x2d8642,_0x4baa69){const _0xa97e82=_0xa97e();return _0x1d41=function(_0x1d4174,_0x2ff29a){_0x1d4174=_0x1d4174-0x190;let _0x5d4de2=_0xa97e82[_0x1d4174];return _0x5d4de2;},_0x1d41(_0x2d8642,_0x4baa69);}import{AIReviewCustomCheckRun as _0x440e79}from'./model/aireviewcustomcheckrun.js';import{AIReviewSystemCheckRun as _0x57f4ed}from'../aireviewcore/model/aireviewsystemcheckrun.js';import{AIModels as _0x35ceea}from'../aicore/model/aimodels.js';function _0xa97e(){const _0x165c7d=['content','_onReviewCheckResultDeactivated','params','init','plugins','4804632lFSFmX','config','7903690nCWHwG','_DESCRIPTION','getClassNames','description','toggleDiff','defaultModel','_OPTIONS_DATA_','args','ai-review-mode-non-existent-commands-used','setMarkersInElementAsActive','_aiReviewCoreUi','_getExtraChecks','custom','setActiveStateInResults','7oecbPX','get','_onChangeMarkerHovered','_onActivateChange','getRoot','ai.review.extraCommands','models','startsWith','checks','data','AIReviewModeUI','_translateReviewCheck','addClass','_isDiffOn','getAll','88422tCwmPH','change','isExtra','title','getDocumentData','_filterChecksWithMissingModel','hover','_aiReviewCoreEditing','_onReviewCheckRun','view','uiInteraction','replaceAll','changeId','domEvent','_getTranslationWithDefault','ai.review.availableCommands','_aiConnector','markChangePositionInEditorContent','_scrollToChange','_onChangeMarkerBlurred','prompt','isAnyChangeActivated','define','getEditor','_diffContent','deactivateChange','ck-ai_review-','push','setupChecks','removeClass','ai.models','showDiffInBalloon','_OPTIONS_LABEL','isCustom','panel','getElement','1444592pixArl','getAvailableModels','1043184ExXHDb','find','AI_REVIEW_CHECK_','map','AIReviewCoreEditing','_hasDefaultAvailableCommands','locale','hideChangeBalloon','label','ck-ai_review-diff','default','374914jGnyMd','AIReviewModeController','10qGiLHY','_onDiffChange','context','_getModels','diffContent','11evHaXv','origin','model','join','some','_markChangePositionInEditorContent','ai-review-mode-models-unable-to-retrieve','_changeActivationSource','_logError','1211598AQgiCQ','hideDiffInBalloon','_createReviewCheckRun','ai-review-mode-command-unavailable-due-to-missing-model','options','ck-ai_review-highlights','length','activateChange','_currentReviewCheckRun','filter','all','_logErrorForNonExistentChecks','getDefault','_onReviewCheckResultActivated','showChangeBalloon','markerElement','setAllMarkersAsInactive','getDomRoot','viewportOffset','recommended','getChangeById','resetActiveStateInResults','listenTo','_onChangeMarkerClicked','5TWQmSh','_TITLE','editing','removeCheckById','click','_onDeactivateChange','balloon','document','forEach','toUpperCase','pluginName','getMarkerElementForChange','_getChecksList','_getChangeContentElement','_initRequiredPlugins'];_0xa97e=function(){return _0x165c7d;};return _0xa97e();}import{AIReviewCheckCustom as _0x323e8d}from'./model/aireviewcheckcustom.js';import{AIReviewCheckExtra as _0x8a1f02}from'./model/aireviewcheckextra.js';import{AIReviewExtraCheckRun as _0x323435}from'./model/aireviewextracheckrun.js';export class AIReviewModeController extends _0xb60865{static get[_0x4758ac(0x1f8)](){const _0x5bdc24=_0x4758ac;return _0x5bdc24(0x1c7);}[_0x4758ac(0x193)]=!0x1;[_0x4758ac(0x1c0)]=!0x1;constructor(_0x3650fb){const _0x46998b=_0x4758ac;super(_0x3650fb),this[_0x46998b(0x1c0)]=!this[_0x46998b(0x1ca)][_0x46998b(0x203)][_0x46998b(0x213)](_0x46998b(0x1a4)),this[_0x46998b(0x1ca)][_0x46998b(0x203)][_0x46998b(0x1ab)](_0x46998b(0x1a4),_0x1a279c[_0x46998b(0x1be)](_0x35cb1b=>_0x35cb1b['id'])),this[_0x46998b(0x1ca)][_0x46998b(0x203)][_0x46998b(0x1ab)](_0x46998b(0x217),[]);}async[_0x4758ac(0x200)](){const _0x3ffc0c=_0x4758ac;await super[_0x3ffc0c(0x200)](),this[_0x3ffc0c(0x1ec)](this[_0x3ffc0c(0x20e)],_0x3ffc0c(0x208),(_0x2febc4,_0x316843)=>{const _0x89dc8=_0x3ffc0c;this[_0x89dc8(0x193)]=_0x316843['on'],this[_0x89dc8(0x1c9)](this[_0x89dc8(0x193)]);});}[_0x4758ac(0x1fc)](){const _0x2b1bb5=_0x4758ac;super[_0x2b1bb5(0x1fc)](),this[_0x2b1bb5(0x20e)]=this[_0x2b1bb5(0x1ca)][_0x2b1bb5(0x201)][_0x2b1bb5(0x213)](_0x2b1bb5(0x190)),this[_0x2b1bb5(0x19c)]=this[_0x2b1bb5(0x1ca)][_0x2b1bb5(0x201)][_0x2b1bb5(0x213)](_0x2b1bb5(0x1bf));}[_0x4758ac(0x1d8)](_0x567c51,_0x4d83b8){const _0x44c72e=_0x4758ac;return _0x567c51[_0x44c72e(0x1b6)]?new _0x440e79(_0x567c51[_0x44c72e(0x20b)][_0x44c72e(0x1a9)],_0x567c51[_0x44c72e(0x20b)][_0x44c72e(0x1cf)],this[_0x44c72e(0x19c)][_0x44c72e(0x199)](),_0x4d83b8,this[_0x44c72e(0x1a5)]):_0x4d83b8[_0x44c72e(0x197)]?new _0x323435(_0x4d83b8[_0x44c72e(0x1a9)],_0x4d83b8[_0x44c72e(0x209)]['id'],this[_0x44c72e(0x19c)][_0x44c72e(0x199)](),_0x4d83b8,this[_0x44c72e(0x1a5)]):new _0x57f4ed(this[_0x44c72e(0x19c)][_0x44c72e(0x199)](),_0x4d83b8,this[_0x44c72e(0x1a5)],_0x567c51[_0x44c72e(0x1ff)],_0x567c51[_0x44c72e(0x20b)]);}[_0x4758ac(0x1e3)](_0x196247){const _0x4a102c=_0x4758ac;this[_0x4a102c(0x20e)][_0x4a102c(0x211)](_0x196247[_0x4a102c(0x196)]['id']),this[_0x4a102c(0x1a7)](_0x196247[_0x4a102c(0x196)]['id']);const _0x91287b=this[_0x4a102c(0x19c)][_0x4a102c(0x1f9)](_0x196247[_0x4a102c(0x196)]['id']);if(!_0x91287b)return;const _0x731373=this[_0x4a102c(0x19c)][_0x4a102c(0x1ac)]();this[_0x4a102c(0x20e)][_0x4a102c(0x1e4)](_0x196247[_0x4a102c(0x196)],()=>_0x91287b[_0x4a102c(0x1b8)](),void 0x0,_0x4a102c(0x1f2),_0x731373?.[_0x4a102c(0x1f0)]?.[_0x4a102c(0x19e)]?.[_0x4a102c(0x1e7)](),_0x731373?.['ui']?.[_0x4a102c(0x1e8)]),this[_0x4a102c(0x19c)][_0x4a102c(0x20d)](_0x196247[_0x4a102c(0x196)]['id']);}[_0x4758ac(0x1fe)](){const _0x361289=_0x4758ac;this[_0x361289(0x20e)][_0x361289(0x1eb)](),this[_0x361289(0x20e)][_0x361289(0x1c2)](),this[_0x361289(0x19c)][_0x361289(0x1e6)]();}[_0x4758ac(0x215)](_0x146690){const _0x2a338e=_0x4758ac;this[_0x2a338e(0x1de)]&&_0x2a338e(0x1f2)===_0x146690[_0x2a338e(0x19f)]&&(this[_0x2a338e(0x1d4)]=_0x2a338e(0x1b7),this[_0x2a338e(0x1de)][_0x2a338e(0x1dd)](_0x146690['id']));}[_0x4758ac(0x1f3)](_0x1dbfb5){const _0x2b1af6=_0x4758ac;this[_0x2b1af6(0x1de)]&&_0x2b1af6(0x1f4)===_0x1dbfb5[_0x2b1af6(0x1ce)]&&this[_0x2b1af6(0x1de)][_0x2b1af6(0x1ae)]();}[_0x4758ac(0x1ed)](_0x2587b4,_0x9d234f){const _0x18d657=_0x4758ac;if(!this[_0x18d657(0x1de)])return;this[_0x18d657(0x1d4)]=_0x18d657(0x1fd),this[_0x18d657(0x1de)][_0x18d657(0x1dd)](_0x9d234f[_0x18d657(0x1a1)]);const _0x4ef637=this[_0x18d657(0x1de)][_0x18d657(0x1ea)](_0x9d234f[_0x18d657(0x1a1)]);if(!_0x4ef637)return;const _0x3e89d5=this[_0x18d657(0x19c)][_0x18d657(0x1ac)]();this[_0x18d657(0x20e)][_0x18d657(0x1e4)](_0x4ef637,_0x9d234f[_0x18d657(0x1e5)],_0x9d234f[_0x18d657(0x1a2)],_0x18d657(0x1f2),_0x3e89d5?.[_0x18d657(0x1f0)]?.[_0x18d657(0x19e)]?.[_0x18d657(0x1e7)](),_0x3e89d5?.['ui']?.[_0x18d657(0x1e8)]);}[_0x4758ac(0x214)](_0x58da55,_0x495229){const _0x424da7=_0x4758ac;if(!this[_0x424da7(0x1de)])return;if(this[_0x424da7(0x1de)][_0x424da7(0x1aa)]())return;const _0x43929f=this[_0x424da7(0x1de)][_0x424da7(0x1ea)](_0x495229[_0x424da7(0x1a1)]);if(!_0x43929f)return;const _0x50e0d1=this[_0x424da7(0x19c)][_0x424da7(0x1ac)]();this[_0x424da7(0x20e)][_0x424da7(0x1e4)](_0x43929f,_0x495229[_0x424da7(0x1e5)],_0x495229[_0x424da7(0x1a2)],_0x424da7(0x19b),_0x50e0d1?.[_0x424da7(0x1f0)]?.[_0x424da7(0x19e)]?.[_0x424da7(0x1e7)](),_0x50e0d1?.['ui']?.[_0x424da7(0x1e8)]);}[_0x4758ac(0x1a8)](){const _0x372647=_0x4758ac;if(!this[_0x372647(0x1de)])return;this[_0x372647(0x1de)][_0x372647(0x1aa)]()||this[_0x372647(0x20e)][_0x372647(0x1c2)]();}[_0x4758ac(0x1fb)](_0x452865){const _0x2ad274=_0x4758ac,_0xd8def7=this[_0x2ad274(0x19c)][_0x2ad274(0x1f9)](_0x452865);return _0xd8def7?_0xd8def7[_0x2ad274(0x1b8)]():null;}[_0x4758ac(0x1d2)](_0x3db536,_0x2812d6){const _0x36bfca=_0x4758ac;this[_0x36bfca(0x19c)][_0x36bfca(0x1a6)](_0x3db536,_0x2812d6);}[_0x4758ac(0x1ad)](_0x187f61,_0x5139b0){const _0x209346=_0x4758ac;return this[_0x209346(0x19c)][_0x209346(0x1cc)](_0x187f61,_0x5139b0);}[_0x4758ac(0x19d)](){const _0x2f9a60=_0x4758ac;this[_0x2f9a60(0x1c9)](this[_0x2f9a60(0x193)]);}[_0x4758ac(0x1c9)](_0x4eb9b0){const _0x4e590d=_0x4758ac,_0x469e51=this[_0x4e590d(0x19c)][_0x4e590d(0x1ac)]();_0x4eb9b0?this[_0x4e590d(0x20e)][_0x4e590d(0x1d7)]():this[_0x4e590d(0x20e)][_0x4e590d(0x1b4)](),_0x469e51&&_0x469e51[_0x4e590d(0x1f0)][_0x4e590d(0x19e)][_0x4e590d(0x196)](_0x2a18c0=>{const _0x35836e=_0x4e590d,_0x2d6957=_0x469e51[_0x35836e(0x1f0)][_0x35836e(0x19e)][_0x35836e(0x1f5)][_0x35836e(0x216)]();for(const _0x5a42cc of _0x2d6957[_0x35836e(0x206)]())_0x5a42cc[_0x35836e(0x219)](_0x35836e(0x1af))&&_0x2a18c0[_0x35836e(0x1b2)](_0x5a42cc,_0x2d6957);_0x2a18c0[_0x35836e(0x192)](_0x4eb9b0?_0x35836e(0x1c4):_0x35836e(0x1db),_0x2d6957);});}async[_0x4758ac(0x1fa)](){const _0x2bcdf0=_0x4758ac,_0x38ee0f=[..._0x1a279c,...this[_0x2bcdf0(0x20f)]()],_0x5ae778=this[_0x2bcdf0(0x1ca)][_0x2bcdf0(0x203)][_0x2bcdf0(0x213)](_0x2bcdf0(0x1a4))||[];this[_0x2bcdf0(0x1e1)](_0x5ae778,_0x38ee0f);let _0x22b447=_0x38ee0f;this[_0x2bcdf0(0x1c0)]||(_0x22b447=_0x5ae778[_0x2bcdf0(0x1be)](_0x3bab48=>_0x38ee0f[_0x2bcdf0(0x1bc)](_0x1eb3b9=>_0x1eb3b9['id']===_0x3bab48))[_0x2bcdf0(0x1df)](_0x516414=>!!_0x516414)),_0x22b447=_0x22b447[_0x2bcdf0(0x1be)](_0x2611f1=>_0x2611f1[_0x2bcdf0(0x197)]?_0x2611f1:this[_0x2bcdf0(0x191)](_0x2611f1));const _0x2fe4aa=_0x22b447[_0x2bcdf0(0x1d1)](_0x512210=>_0x512210[_0x2bcdf0(0x197)]||_0x2bcdf0(0x210)===_0x512210['id']);let _0x281a03=[],_0x32a6ff=[],_0x4a98a4=null;if(_0x2fe4aa){const _0x2ff980=await this[_0x2bcdf0(0x1cb)]();_0x281a03=_0x2ff980[_0x2bcdf0(0x1e0)],_0x32a6ff=_0x2ff980[_0x2bcdf0(0x1e9)],_0x4a98a4=_0x2ff980[_0x2bcdf0(0x1c5)];}const _0x100db3=new _0xc8a461(_0x281a03,_0x32a6ff,_0x4a98a4);return _0x100db3[_0x2bcdf0(0x1b1)](_0x22b447),_0x2fe4aa&&this[_0x2bcdf0(0x19a)](_0x100db3),_0x100db3;}[_0x4758ac(0x20f)](){const _0x48cca4=_0x4758ac;return(this[_0x48cca4(0x1ca)][_0x48cca4(0x203)][_0x48cca4(0x213)](_0x48cca4(0x217))||[])[_0x48cca4(0x1be)](_0x1f9947=>({'id':_0x1f9947['id'],'commandId':_0x1f9947['id'],'title':_0x1f9947[_0x48cca4(0x1c3)],'description':_0x1f9947[_0x48cca4(0x207)],'isParameterized':!0x1,'isExtra':!0x0,'prompt':_0x1f9947[_0x48cca4(0x1a9)],'model':_0x1f9947[_0x48cca4(0x1cf)]}));}[_0x4758ac(0x1e1)](_0x41f9ba,_0x5b5b3a){const _0x34337e=_0x4758ac,_0x2fcd97=_0x41f9ba[_0x34337e(0x1df)](_0x323210=>!_0x5b5b3a[_0x34337e(0x1d1)](_0x1156cf=>_0x1156cf['id']===_0x323210));_0x2fcd97[_0x34337e(0x1dc)]&&this[_0x34337e(0x1d5)](new _0x5bc25c(_0x34337e(0x20c),this,{'commandIds':_0x2fcd97[_0x34337e(0x1d0)](',\x20')}),!0x0);}async[_0x4758ac(0x1cb)](){const _0x4bf54a=_0x4758ac;try{const _0x165d08=new _0x35ceea({'connector':this[_0x4bf54a(0x1a5)],'config':this[_0x4bf54a(0x1ca)][_0x4bf54a(0x203)][_0x4bf54a(0x213)](_0x4bf54a(0x1b3)),'locale':this[_0x4bf54a(0x1ca)][_0x4bf54a(0x1c1)]});return{'all':await _0x165d08[_0x4bf54a(0x194)](),'recommended':await _0x165d08[_0x4bf54a(0x1ba)](),'default':await _0x165d08[_0x4bf54a(0x1e2)]()};}catch(_0x2743c7){return this[_0x4bf54a(0x1d5)](new _0x5bc25c(_0x4bf54a(0x1d3),this,void 0x0,_0x2743c7)),{'all':[],'recommended':[],'default':null};}}[_0x4758ac(0x191)](_0x38f020){const _0x5232f0=_0x4758ac,_0x3fd4d6=_0x5232f0(0x1bd)+_0x38f020['id'][_0x5232f0(0x1f7)]()[_0x5232f0(0x1a0)]('-','_'),_0x57a687={..._0x38f020,'title':this[_0x5232f0(0x1a3)](_0x3fd4d6+_0x5232f0(0x1ef),_0x38f020[_0x5232f0(0x198)]),'description':this[_0x5232f0(0x1a3)](_0x3fd4d6+_0x5232f0(0x205),_0x38f020[_0x5232f0(0x207)])};return _0x38f020[_0x5232f0(0x1da)]&&(_0x57a687[_0x5232f0(0x1da)]=_0x38f020[_0x5232f0(0x1da)][_0x5232f0(0x1be)](_0x5a149c=>({..._0x5a149c,'label':this[_0x5232f0(0x1a3)](_0x3fd4d6+_0x5232f0(0x1b5),_0x5a149c[_0x5232f0(0x1c3)]||''),'data':_0x5a149c[_0x5232f0(0x21b)]?_0x5a149c[_0x5232f0(0x21b)][_0x5232f0(0x1be)](_0x1ec384=>({..._0x1ec384,'label':this[_0x5232f0(0x1a3)](_0x3fd4d6+_0x5232f0(0x20a)+_0x1ec384['id'][_0x5232f0(0x1f7)](),_0x1ec384[_0x5232f0(0x1c3)])})):void 0x0}))),_0x57a687;}[_0x4758ac(0x19a)](_0x410cfc){const _0x2cd4fe=_0x4758ac,_0x1e2bc9=[];_0x410cfc[_0x2cd4fe(0x21a)][_0x2cd4fe(0x1f6)](_0x39d909=>{const _0x571f53=_0x2cd4fe;(_0x39d909 instanceof _0x8a1f02&&!_0x39d909[_0x571f53(0x209)]||_0x39d909 instanceof _0x323e8d&&!_0x39d909[_0x571f53(0x218)][_0x571f53(0x1dc)])&&_0x1e2bc9[_0x571f53(0x1b0)](_0x39d909['id']);}),_0x1e2bc9[_0x2cd4fe(0x1dc)]&&_0x1e2bc9[_0x2cd4fe(0x1f6)](_0x255e99=>{const _0x220d6f=_0x2cd4fe;_0x410cfc[_0x220d6f(0x1f1)](_0x255e99),this[_0x220d6f(0x1d5)](new _0x5bc25c(_0x220d6f(0x1d9),this,{'commandId':_0x255e99}),!0x0);});}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
const _0xc3d681=_0x3f96;(function(_0x4d8109,_0x358779){const _0x5cab05=_0x3f96,_0xbae60e=_0x4d8109();while(!![]){try{const _0x2ca833=-parseInt(_0x5cab05(0x11d))/0x1+parseInt(_0x5cab05(0x11e))/0x2*(-parseInt(_0x5cab05(0x11c))/0x3)+parseInt(_0x5cab05(0x12a))/0x4*(-parseInt(_0x5cab05(0x133))/0x5)+parseInt(_0x5cab05(0x12f))/0x6+parseInt(_0x5cab05(0x130))/0x7+parseInt(_0x5cab05(0x11a))/0x8+parseInt(_0x5cab05(0x118))/0x9;if(_0x2ca833===_0x358779)break;else _0xbae60e['push'](_0xbae60e['shift']());}catch(_0x42f82b){_0xbae60e['push'](_0xbae60e['shift']());}}}(_0x4141,0x9634e));import{FormHeaderView as _0x45c420}from'ckeditor5/src/ui.js';import{IconAIReview as _0x269212}from'ckeditor5/src/icons.js';import{getTranslation as _0x1dd222}from'../aicore/utils/common-translations.js';import{AIReviewCoreView as _0x5e8846}from'../aireviewcore/ui/aireviewcoreview.js';import{AIReviewCoreUI as _0x177a23}from'../aireviewcore/aireviewcoreui.js';import{AIReviewCoreUICheckResultsView as _0x5b832e}from'../aireviewcore/ui/aireviewcoreuicheckresultsview.js';function _0x4141(){const _0x2cc29c=['6vZdNzE','798497uWHVni','41552dfwcKd','plugins','AI_REVIEW_MODE_FINISH_REVIEW_BUTTON_LABEL','_mainView','pluginName','createMainView','AI_REVIEW_MODE_EMPTY_RESULTS_TEXT','view','AI_REVIEW_MODE_FINISH_REVIEW_HEADER_TITLE','fire','AI_REVIEW_MODE_GENERAL_ERROR_MESSAGE','addTab','247260zKSYSA','leaveReview','AI_REVIEW_MODE','activateTab','AITabs','2835384fEJuAh','2702308zAeAmr','ck-ai-header\x20ck-ai-header_review','get','60QRaYHQ','context','getReviewCheckList','registerTab','locale','10112301lNqBwK','AIReviewModeUI','1719024OieOkv','reviewMode'];_0x4141=function(){return _0x2cc29c;};return _0x4141();}import{AIReviewCoreReviewCompletedView as _0x1dd41e}from'../aireviewcore/ui/aireviewcorereviewcompletedview.js';function _0x3f96(_0x2e4ccd,_0x27255d){const _0x414161=_0x4141();return _0x3f96=function(_0x3f9665,_0x4dd485){_0x3f9665=_0x3f9665-0x115;let _0x501ad6=_0x414161[_0x3f9665];return _0x501ad6;},_0x3f96(_0x2e4ccd,_0x27255d);}import{AIReviewCoreReviewCheckListView as _0xe79c29}from'../aireviewcore/ui/aireviewcorereviewchecklistview.js';export class AIReviewModeUI extends _0x177a23{static get[_0xc3d681(0x122)](){const _0x5c7457=_0xc3d681;return _0x5c7457(0x119);}[_0xc3d681(0x123)](){const _0x2e0970=_0xc3d681,_0x1970ab=this[_0x2e0970(0x134)][_0x2e0970(0x117)],_0x1aefc0=new _0x45c420(_0x1970ab,{'label':_0x1dd222(_0x1970ab,_0x2e0970(0x12c)),'icon':_0x269212,'class':_0x2e0970(0x131)});return new _0x5e8846(this[_0x2e0970(0x134)][_0x2e0970(0x117)],{'header':_0x1aefc0,'list':new _0xe79c29(_0x1970ab),'results':new _0x5b832e(_0x1970ab,{'generalErrorText':_0x1dd222(_0x1970ab,_0x2e0970(0x128))}),'completed':new _0x1dd41e(_0x1970ab,{'headerText':_0x1dd222(_0x1970ab,_0x2e0970(0x126)),'emptyResultsText':_0x1dd222(_0x1970ab,_0x2e0970(0x124)),'buttonText':_0x1dd222(_0x1970ab,_0x2e0970(0x120))})});}[_0xc3d681(0x116)](){const _0x494354=_0xc3d681,_0x581148=this[_0x494354(0x134)][_0x494354(0x11f)][_0x494354(0x132)](_0x494354(0x12e));_0x581148[_0x494354(0x125)]['on'](_0x494354(0x12d),(_0x178e10,_0x4b92c1)=>{const _0x29508c=_0x494354;_0x29508c(0x11b)===_0x4b92c1?this[_0x29508c(0x127)](_0x29508c(0x115)):this[_0x29508c(0x127)](_0x29508c(0x12b));}),_0x581148[_0x494354(0x125)][_0x494354(0x129)]({'id':_0x494354(0x11b),'buttonLabel':_0x1dd222(this[_0x494354(0x134)][_0x494354(0x117)],_0x494354(0x12c)),'buttonIcon':_0x269212,'order':0x0,'content':this[_0x494354(0x121)]});}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
function _0x28ef(_0x15e46e,_0x540ffb){var _0x21968d=_0x2196();return _0x28ef=function(_0x28ef4d,_0x1b57c7){_0x28ef4d=_0x28ef4d-0x13f;var _0x38cbe0=_0x21968d[_0x28ef4d];return _0x38cbe0;},_0x28ef(_0x15e46e,_0x540ffb);}function _0x2196(){var _0x2fee22=['224cAxlfu','_defaultModel','7RRJmHP','defaultModel','128152AFmPAH','_models','1870384xFcKPh','50NRLqeQ','6483246rucMcb','13653252XNuAJz','models','7722440LPZlRx','11044QBlHEI','9630907UutKNf','9uabsEp'];_0x2196=function(){return _0x2fee22;};return _0x2196();}var _0x32124d=_0x28ef;(function(_0x1c9631,_0x4a7ff6){var _0x339369=_0x28ef,_0x57e482=_0x1c9631();while(!![]){try{var _0x5d3693=-parseInt(_0x339369(0x141))/0x1*(parseInt(_0x339369(0x144))/0x2)+-parseInt(_0x339369(0x143))/0x3*(parseInt(_0x339369(0x148))/0x4)+-parseInt(_0x339369(0x140))/0x5+parseInt(_0x339369(0x14c))/0x6*(parseInt(_0x339369(0x146))/0x7)+-parseInt(_0x339369(0x14a))/0x8+-parseInt(_0x339369(0x14d))/0x9+parseInt(_0x339369(0x14b))/0xa*(parseInt(_0x339369(0x142))/0xb);if(_0x5d3693===_0x4a7ff6)break;else _0x57e482['push'](_0x57e482['shift']());}catch(_0x4a6904){_0x57e482['push'](_0x57e482['shift']());}}}(_0x2196,0xca9ae));import{AIReviewCheck as _0x446054}from'../../aireviewcore/model/aireviewcheck.js';export class AIReviewCheckCustom extends _0x446054{[_0x32124d(0x149)]=[];[_0x32124d(0x145)]=null;constructor(_0x2d646b,_0x35246d,_0x55e4e4){var _0x38511a=_0x32124d;super(_0x2d646b),this[_0x38511a(0x149)]=_0x35246d,this[_0x38511a(0x145)]=_0x55e4e4;}get[_0x32124d(0x13f)](){var _0x3e2064=_0x32124d;return this[_0x3e2064(0x149)];}get[_0x32124d(0x147)](){var _0x25b660=_0x32124d;return this[_0x25b660(0x145)];}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var _0x56c98b=_0x473b;function _0x473b(_0x2c84cc,_0x500051){var _0x2f8969=_0x2f89();return _0x473b=function(_0x473b49,_0xc125ac){_0x473b49=_0x473b49-0x190;var _0xd86aa8=_0x2f8969[_0x473b49];return _0xd86aa8;},_0x473b(_0x2c84cc,_0x500051);}(function(_0x542391,_0xf2348c){var _0x2c3a3b=_0x473b,_0x1485c3=_0x542391();while(!![]){try{var _0x479aea=parseInt(_0x2c3a3b(0x196))/0x1+parseInt(_0x2c3a3b(0x198))/0x2+-parseInt(_0x2c3a3b(0x199))/0x3+-parseInt(_0x2c3a3b(0x19d))/0x4+-parseInt(_0x2c3a3b(0x191))/0x5*(-parseInt(_0x2c3a3b(0x190))/0x6)+-parseInt(_0x2c3a3b(0x19c))/0x7+parseInt(_0x2c3a3b(0x19b))/0x8*(parseInt(_0x2c3a3b(0x195))/0x9);if(_0x479aea===_0xf2348c)break;else _0x1485c3['push'](_0x1485c3['shift']());}catch(_0x3bf510){_0x1485c3['push'](_0x1485c3['shift']());}}}(_0x2f89,0x86f65));import{AIReviewCheck as _0x4e717f}from'../../aireviewcore/model/aireviewcheck.js';export class AIReviewCheckExtra extends _0x4e717f{[_0x56c98b(0x194)]=!0x0;[_0x56c98b(0x197)];[_0x56c98b(0x19e)];[_0x56c98b(0x19a)]=null;constructor(_0x19966f,_0x50473e,_0x5956eb){var _0x1f8e9b=_0x56c98b;super(_0x19966f),this[_0x1f8e9b(0x197)]=_0x19966f[_0x1f8e9b(0x197)],this[_0x1f8e9b(0x19e)]=_0x19966f[_0x1f8e9b(0x19e)],this[_0x1f8e9b(0x19e)]?this[_0x1f8e9b(0x19a)]=_0x50473e[_0x1f8e9b(0x193)](_0x3c2cf9=>_0x3c2cf9['id']===this[_0x1f8e9b(0x19e)])||null:this[_0x1f8e9b(0x19a)]=_0x5956eb;}get[_0x56c98b(0x192)](){var _0xcede01=_0x56c98b;return this[_0xcede01(0x19a)];}}function _0x2f89(){var _0x5ac335=['2967153EoSTnc','_defaultModel','8cHzcGz','2291226SeEhQP','4067060aEnxBS','model','524466uEXLAq','60caiBLS','defaultModel','find','isExtra','5868936PgVcAd','470791aBGAjx','prompt','1428224oMxKdt'];_0x2f89=function(){return _0x5ac335;};return _0x2f89();}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
function _0x518a(){var _0xbc7a0b=['124374xZcoCw','_aiConnector','1280752OxELnZ','339062xtWdrU','90848yEBzLL','_model','454448tYBBjk','callCustomReview','_documentData','10rRLxfu','_sendRatingRequest','content','upsertCustomAIReviewRating','_createApiRequest','subTitle','785406KpRzdf','_prompt','1652686MuekHH'];_0x518a=function(){return _0xbc7a0b;};return _0x518a();}var _0x3ee50a=_0x3500;(function(_0x4577a3,_0x227539){var _0x4011e2=_0x3500,_0x1739e7=_0x4577a3();while(!![]){try{var _0x550cfd=parseInt(_0x4011e2(0x7b))/0x1+-parseInt(_0x4011e2(0x7e))/0x2+parseInt(_0x4011e2(0x87))/0x3+-parseInt(_0x4011e2(0x8c))/0x4+-parseInt(_0x4011e2(0x81))/0x5*(parseInt(_0x4011e2(0x8a))/0x6)+parseInt(_0x4011e2(0x89))/0x7+-parseInt(_0x4011e2(0x7c))/0x8;if(_0x550cfd===_0x227539)break;else _0x1739e7['push'](_0x1739e7['shift']());}catch(_0x4ad695){_0x1739e7['push'](_0x1739e7['shift']());}}}(_0x518a,0x39cc0));function _0x3500(_0x3bb2b3,_0x4a1972){var _0x518ac5=_0x518a();return _0x3500=function(_0x350075,_0x346d14){_0x350075=_0x350075-0x7b;var _0x25a111=_0x518ac5[_0x350075];return _0x25a111;},_0x3500(_0x3bb2b3,_0x4a1972);}import{AIReviewCheckRun as _0x53d90f}from'../../aireviewcore/model/aireviewcheckrun.js';export class AIReviewCustomCheckRun extends _0x53d90f{[_0x3ee50a(0x88)];[_0x3ee50a(0x7d)];constructor(_0x405bc7,_0x37106b,_0x59adc1,_0x11813e,_0x4e17c3){var _0x492c54=_0x3ee50a;super(_0x59adc1,_0x11813e,_0x4e17c3),this[_0x492c54(0x88)]=_0x405bc7,this[_0x492c54(0x7d)]=_0x37106b;}get[_0x3ee50a(0x86)](){var _0x479178=_0x3ee50a;return this[_0x479178(0x88)];}[_0x3ee50a(0x85)](){var _0x4d497c=_0x3ee50a;return this[_0x4d497c(0x8b)][_0x4d497c(0x7f)]({'content':this[_0x4d497c(0x80)][_0x4d497c(0x83)],'prompt':this[_0x4d497c(0x88)],'model':this[_0x4d497c(0x7d)]});}[_0x3ee50a(0x82)](_0xbb3b5a,_0x31fc48,_0x46d4fc){var _0x36bffd=_0x3ee50a;return this[_0x36bffd(0x8b)][_0x36bffd(0x84)](_0x31fc48,_0xbb3b5a,_0x46d4fc);}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
function _0x542c(){var _0x5c07cd=['548772MVhFXf','model','9rXjSfF','_model','304285CroXIE','prompt','3659754PYNAeR','192430jzeFoM','4024552hEfZHR','998014URAxJB','subTitle','858634KaJwtH','_prompt'];_0x542c=function(){return _0x5c07cd;};return _0x542c();}var _0x6fcd7b=_0x3b77;function _0x3b77(_0x2d24ba,_0x561659){var _0x542cf5=_0x542c();return _0x3b77=function(_0x3b770d,_0x13d465){_0x3b770d=_0x3b770d-0x163;var _0xd70c30=_0x542cf5[_0x3b770d];return _0xd70c30;},_0x3b77(_0x2d24ba,_0x561659);}(function(_0x5ce238,_0x1e0b38){var _0x4da07f=_0x3b77,_0x55901b=_0x5ce238();while(!![]){try{var _0x20c7a6=-parseInt(_0x4da07f(0x167))/0x1+-parseInt(_0x4da07f(0x169))/0x2*(-parseInt(_0x4da07f(0x16f))/0x3)+-parseInt(_0x4da07f(0x16d))/0x4+-parseInt(_0x4da07f(0x164))/0x5+-parseInt(_0x4da07f(0x166))/0x6+-parseInt(_0x4da07f(0x16b))/0x7+parseInt(_0x4da07f(0x168))/0x8;if(_0x20c7a6===_0x1e0b38)break;else _0x55901b['push'](_0x55901b['shift']());}catch(_0x9c6834){_0x55901b['push'](_0x55901b['shift']());}}}(_0x542c,0xd61bd));import{AIReviewCustomCheckRun as _0x1aff0c}from'./aireviewcustomcheckrun.js';export class AIReviewExtraCheckRun extends _0x1aff0c{get[_0x6fcd7b(0x16a)](){return'';}set[_0x6fcd7b(0x165)](_0x517028){var _0x4d0113=_0x6fcd7b;this[_0x4d0113(0x16c)]=_0x517028;}set[_0x6fcd7b(0x16e)](_0x5c947f){var _0xef2c11=_0x6fcd7b;this[_0xef2c11(0x163)]=_0x5c947f;}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var _0x15f22b=_0x28d2;(function(_0x35d5e2,_0x213490){var _0x106ac0=_0x28d2,_0x1e1d9a=_0x35d5e2();while(!![]){try{var _0x5f5a69=-parseInt(_0x106ac0(0x1f8))/0x1*(parseInt(_0x106ac0(0x1f5))/0x2)+-parseInt(_0x106ac0(0x1f1))/0x3+-parseInt(_0x106ac0(0x1fa))/0x4+parseInt(_0x106ac0(0x1f7))/0x5+parseInt(_0x106ac0(0x1fd))/0x6+parseInt(_0x106ac0(0x1f0))/0x7+parseInt(_0x106ac0(0x1f4))/0x8;if(_0x5f5a69===_0x213490)break;else _0x1e1d9a['push'](_0x1e1d9a['shift']());}catch(_0x1cffad){_0x1e1d9a['push'](_0x1e1d9a['shift']());}}}(_0x2a30,0x1db29));function _0x2a30(){var _0x4dd8f2=['_checks','1238678SMVtJS','612435wahWCC','isExtra','setupChecks','2214392aKVuYi','6GpkNTJ','custom','248895HmXeyb','73404muXuUe','map','439188xfRneV','_allModels','_defaultModel','913578LJFZpK','_recommendedModels'];_0x2a30=function(){return _0x4dd8f2;};return _0x2a30();}import{AIReviewCheckList as _0x302340}from'../../aireviewcore/model/aireviewchecklist.js';import{AIReviewCheck as _0x10a78c}from'../../aireviewcore/model/aireviewcheck.js';import{AIReviewCheckCustom as _0x65d494}from'./aireviewcheckcustom.js';function _0x28d2(_0x2a1c54,_0x2f145e){var _0x2a3090=_0x2a30();return _0x28d2=function(_0x28d227,_0x2ce1ff){_0x28d227=_0x28d227-0x1ef;var _0x3bf7f5=_0x2a3090[_0x28d227];return _0x3bf7f5;},_0x28d2(_0x2a1c54,_0x2f145e);}import{AIReviewCheckExtra as _0x2d4030}from'./aireviewcheckextra.js';export class AIReviewModeCheckList extends _0x302340{[_0x15f22b(0x1fb)]=[];[_0x15f22b(0x1fe)]=[];[_0x15f22b(0x1fc)]=null;constructor(_0x1b60fa,_0x432e5a,_0x44e5cc){var _0x5ed705=_0x15f22b;super(),this[_0x5ed705(0x1fb)]=_0x1b60fa,this[_0x5ed705(0x1fe)]=_0x432e5a,this[_0x5ed705(0x1fc)]=_0x44e5cc;}[_0x15f22b(0x1f3)](_0x23d2be){var _0x3e7099=_0x15f22b;this[_0x3e7099(0x1ef)]=_0x23d2be[_0x3e7099(0x1f9)](_0x353266=>!0x0===_0x353266[_0x3e7099(0x1f2)]?new _0x2d4030(_0x353266,this[_0x3e7099(0x1fb)],this[_0x3e7099(0x1fc)]):_0x3e7099(0x1f6)===_0x353266['id']?new _0x65d494(_0x353266,this[_0x3e7099(0x1fe)],this[_0x3e7099(0x1fc)]):new _0x10a78c(_0x353266));}}
|