@ckeditor/ckeditor5-track-changes 0.0.0-internal-20241017.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/CHANGELOG.md +4 -0
- package/LICENSE.md +22 -0
- package/README.md +68 -0
- package/build/track-changes.js +5 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sq.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/ckeditor5-metadata.json +31 -0
- package/dist/augmentation.d.ts +44 -0
- package/dist/commands/acceptsuggestioncommand.d.ts +28 -0
- package/dist/commands/discardsuggestioncommand.d.ts +28 -0
- package/dist/commands/executeonallsuggestionscommand.d.ts +28 -0
- package/dist/commands/executeonselectedsuggestionscommand.d.ts +28 -0
- package/dist/commands/trackchangescommand.d.ts +30 -0
- package/dist/index-content.css +4 -0
- package/dist/index-editor.css +4 -0
- package/dist/index.css +4 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.js +25 -0
- package/dist/integrations/aiassistant.d.ts +21 -0
- package/dist/integrations/alignment.d.ts +21 -0
- package/dist/integrations/basicstyles.d.ts +21 -0
- package/dist/integrations/blockquote.d.ts +21 -0
- package/dist/integrations/casechange.d.ts +21 -0
- package/dist/integrations/ckbox.d.ts +21 -0
- package/dist/integrations/codeblock.d.ts +21 -0
- package/dist/integrations/comments.d.ts +18 -0
- package/dist/integrations/deletecommand.d.ts +21 -0
- package/dist/integrations/entercommand.d.ts +20 -0
- package/dist/integrations/findandreplace.d.ts +25 -0
- package/dist/integrations/font.d.ts +21 -0
- package/dist/integrations/formatpainter.d.ts +21 -0
- package/dist/integrations/heading.d.ts +21 -0
- package/dist/integrations/highlight.d.ts +21 -0
- package/dist/integrations/horizontalline.d.ts +21 -0
- package/dist/integrations/htmlembed.d.ts +21 -0
- package/dist/integrations/image.d.ts +21 -0
- package/dist/integrations/imagereplace.d.ts +21 -0
- package/dist/integrations/imagestyle.d.ts +21 -0
- package/dist/integrations/importword.d.ts +22 -0
- package/dist/integrations/indent.d.ts +21 -0
- package/dist/integrations/inputcommand.d.ts +20 -0
- package/dist/integrations/legacylist.d.ts +21 -0
- package/dist/integrations/legacylistproperties.d.ts +33 -0
- package/dist/integrations/link.d.ts +21 -0
- package/dist/integrations/list.d.ts +21 -0
- package/dist/integrations/listproperties.d.ts +24 -0
- package/dist/integrations/mediaembed.d.ts +21 -0
- package/dist/integrations/mention.d.ts +21 -0
- package/dist/integrations/mergefields.d.ts +21 -0
- package/dist/integrations/multilevellist.d.ts +28 -0
- package/dist/integrations/pagebreak.d.ts +21 -0
- package/dist/integrations/paragraph.d.ts +21 -0
- package/dist/integrations/removeformat.d.ts +21 -0
- package/dist/integrations/restrictededitingmode.d.ts +21 -0
- package/dist/integrations/shiftentercommand.d.ts +20 -0
- package/dist/integrations/standardeditingmode.d.ts +21 -0
- package/dist/integrations/style.d.ts +21 -0
- package/dist/integrations/table.d.ts +46 -0
- package/dist/integrations/tablecaption.d.ts +26 -0
- package/dist/integrations/tableclipboard.d.ts +23 -0
- package/dist/integrations/tablecolumnresize.d.ts +30 -0
- package/dist/integrations/tableheadings.d.ts +26 -0
- package/dist/integrations/tablemergesplit.d.ts +26 -0
- package/dist/integrations/tableofcontents.d.ts +21 -0
- package/dist/integrations/tableproperties.d.ts +39 -0
- package/dist/integrations/template.d.ts +21 -0
- package/dist/integrations/title.d.ts +21 -0
- package/dist/integrations/undo.d.ts +21 -0
- package/dist/integrations/utils.d.ts +21 -0
- package/dist/suggestion.d.ts +295 -0
- package/dist/suggestiondescriptionfactory.d.ts +187 -0
- package/dist/trackchanges.d.ts +192 -0
- package/dist/trackchangesconfig.d.ts +89 -0
- package/dist/trackchangesdata.d.ts +53 -0
- package/dist/trackchangesediting.d.ts +557 -0
- package/dist/trackchangesui.d.ts +50 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/ar.umd.js +23 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +23 -0
- package/dist/translations/az.umd.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bg.umd.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/bn.umd.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/ca.umd.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/cs.umd.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/da.umd.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/de.umd.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/el.umd.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en-au.umd.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/en.umd.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/es.umd.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/et.umd.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fi.umd.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/fr.umd.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/gl.umd.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/he.umd.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hi.umd.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hr.umd.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/hu.umd.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/id.umd.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/it.umd.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ja.umd.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/ko.umd.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lt.umd.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/lv.umd.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/ms.umd.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/nl.umd.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/no.umd.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pl.umd.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt-br.umd.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/pt.umd.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ro.umd.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/ru.umd.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sk.umd.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sq.umd.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr-latn.umd.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sr.umd.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/sv.umd.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/th.umd.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tk.umd.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tr.umd.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/tt.umd.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/uk.umd.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/ur.umd.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/vi.umd.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh-cn.umd.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/translations/zh.umd.js +23 -0
- package/dist/ui/suggestioncontroller.d.ts +41 -0
- package/dist/ui/view/basesuggestionthreadview.d.ts +209 -0
- package/dist/ui/view/suggestionthreadview.d.ts +98 -0
- package/dist/ui/view/suggestionview.d.ts +194 -0
- package/dist/utils/common-translations.d.ts +13 -0
- package/dist/utils/utils.d.ts +41 -0
- package/lang/contexts.json +134 -0
- package/lang/translations/ar.po +672 -0
- package/lang/translations/az.po +588 -0
- package/lang/translations/bg.po +588 -0
- package/lang/translations/bn.po +614 -0
- package/lang/translations/ca.po +588 -0
- package/lang/translations/cs.po +630 -0
- package/lang/translations/da.po +588 -0
- package/lang/translations/de.po +588 -0
- package/lang/translations/el.po +588 -0
- package/lang/translations/en-au.po +588 -0
- package/lang/translations/en.po +588 -0
- package/lang/translations/es.po +609 -0
- package/lang/translations/et.po +588 -0
- package/lang/translations/fi.po +588 -0
- package/lang/translations/fr.po +609 -0
- package/lang/translations/gl.po +588 -0
- package/lang/translations/he.po +625 -0
- package/lang/translations/hi.po +588 -0
- package/lang/translations/hr.po +609 -0
- package/lang/translations/hu.po +588 -0
- package/lang/translations/id.po +567 -0
- package/lang/translations/it.po +609 -0
- package/lang/translations/ja.po +567 -0
- package/lang/translations/ko.po +567 -0
- package/lang/translations/lt.po +630 -0
- package/lang/translations/lv.po +609 -0
- package/lang/translations/ms.po +567 -0
- package/lang/translations/nl.po +588 -0
- package/lang/translations/no.po +588 -0
- package/lang/translations/pl.po +630 -0
- package/lang/translations/pt-br.po +609 -0
- package/lang/translations/pt.po +609 -0
- package/lang/translations/ro.po +609 -0
- package/lang/translations/ru.po +632 -0
- package/lang/translations/sk.po +630 -0
- package/lang/translations/sq.po +588 -0
- package/lang/translations/sr-latn.po +609 -0
- package/lang/translations/sr.po +609 -0
- package/lang/translations/sv.po +588 -0
- package/lang/translations/th.po +567 -0
- package/lang/translations/tk.po +588 -0
- package/lang/translations/tr.po +588 -0
- package/lang/translations/tt.po +567 -0
- package/lang/translations/uk.po +630 -0
- package/lang/translations/ur.po +588 -0
- package/lang/translations/vi.po +567 -0
- package/lang/translations/zh-cn.po +567 -0
- package/lang/translations/zh.po +567 -0
- package/package.json +57 -0
- package/src/augmentation.d.ts +40 -0
- package/src/augmentation.js +23 -0
- package/src/commands/acceptsuggestioncommand.d.ts +24 -0
- package/src/commands/acceptsuggestioncommand.js +23 -0
- package/src/commands/discardsuggestioncommand.d.ts +24 -0
- package/src/commands/discardsuggestioncommand.js +23 -0
- package/src/commands/executeonallsuggestionscommand.d.ts +24 -0
- package/src/commands/executeonallsuggestionscommand.js +23 -0
- package/src/commands/executeonselectedsuggestionscommand.d.ts +24 -0
- package/src/commands/executeonselectedsuggestionscommand.js +23 -0
- package/src/commands/trackchangescommand.d.ts +26 -0
- package/src/commands/trackchangescommand.js +23 -0
- package/src/index.d.ts +18 -0
- package/src/index.js +23 -0
- package/src/integrations/aiassistant.d.ts +17 -0
- package/src/integrations/aiassistant.js +23 -0
- package/src/integrations/alignment.d.ts +17 -0
- package/src/integrations/alignment.js +23 -0
- package/src/integrations/basicstyles.d.ts +17 -0
- package/src/integrations/basicstyles.js +23 -0
- package/src/integrations/blockquote.d.ts +17 -0
- package/src/integrations/blockquote.js +23 -0
- package/src/integrations/casechange.d.ts +17 -0
- package/src/integrations/casechange.js +23 -0
- package/src/integrations/ckbox.d.ts +17 -0
- package/src/integrations/ckbox.js +23 -0
- package/src/integrations/codeblock.d.ts +17 -0
- package/src/integrations/codeblock.js +23 -0
- package/src/integrations/comments.d.ts +14 -0
- package/src/integrations/comments.js +23 -0
- package/src/integrations/deletecommand.d.ts +17 -0
- package/src/integrations/deletecommand.js +23 -0
- package/src/integrations/entercommand.d.ts +16 -0
- package/src/integrations/entercommand.js +23 -0
- package/src/integrations/findandreplace.d.ts +21 -0
- package/src/integrations/findandreplace.js +23 -0
- package/src/integrations/font.d.ts +17 -0
- package/src/integrations/font.js +23 -0
- package/src/integrations/formatpainter.d.ts +17 -0
- package/src/integrations/formatpainter.js +23 -0
- package/src/integrations/heading.d.ts +17 -0
- package/src/integrations/heading.js +23 -0
- package/src/integrations/highlight.d.ts +17 -0
- package/src/integrations/highlight.js +23 -0
- package/src/integrations/horizontalline.d.ts +17 -0
- package/src/integrations/horizontalline.js +23 -0
- package/src/integrations/htmlembed.d.ts +17 -0
- package/src/integrations/htmlembed.js +23 -0
- package/src/integrations/image.d.ts +17 -0
- package/src/integrations/image.js +23 -0
- package/src/integrations/imagereplace.d.ts +17 -0
- package/src/integrations/imagereplace.js +23 -0
- package/src/integrations/imagestyle.d.ts +17 -0
- package/src/integrations/imagestyle.js +23 -0
- package/src/integrations/importword.d.ts +18 -0
- package/src/integrations/importword.js +23 -0
- package/src/integrations/indent.d.ts +17 -0
- package/src/integrations/indent.js +23 -0
- package/src/integrations/inputcommand.d.ts +16 -0
- package/src/integrations/inputcommand.js +23 -0
- package/src/integrations/legacylist.d.ts +17 -0
- package/src/integrations/legacylist.js +23 -0
- package/src/integrations/legacylistproperties.d.ts +29 -0
- package/src/integrations/legacylistproperties.js +23 -0
- package/src/integrations/link.d.ts +17 -0
- package/src/integrations/link.js +23 -0
- package/src/integrations/list.d.ts +17 -0
- package/src/integrations/list.js +23 -0
- package/src/integrations/listproperties.d.ts +20 -0
- package/src/integrations/listproperties.js +23 -0
- package/src/integrations/mediaembed.d.ts +17 -0
- package/src/integrations/mediaembed.js +23 -0
- package/src/integrations/mention.d.ts +17 -0
- package/src/integrations/mention.js +23 -0
- package/src/integrations/mergefields.d.ts +17 -0
- package/src/integrations/mergefields.js +23 -0
- package/src/integrations/multilevellist.d.ts +24 -0
- package/src/integrations/multilevellist.js +23 -0
- package/src/integrations/pagebreak.d.ts +17 -0
- package/src/integrations/pagebreak.js +23 -0
- package/src/integrations/paragraph.d.ts +17 -0
- package/src/integrations/paragraph.js +23 -0
- package/src/integrations/removeformat.d.ts +17 -0
- package/src/integrations/removeformat.js +23 -0
- package/src/integrations/restrictededitingmode.d.ts +17 -0
- package/src/integrations/restrictededitingmode.js +23 -0
- package/src/integrations/shiftentercommand.d.ts +16 -0
- package/src/integrations/shiftentercommand.js +23 -0
- package/src/integrations/standardeditingmode.d.ts +17 -0
- package/src/integrations/standardeditingmode.js +23 -0
- package/src/integrations/style.d.ts +17 -0
- package/src/integrations/style.js +23 -0
- package/src/integrations/table.d.ts +42 -0
- package/src/integrations/table.js +23 -0
- package/src/integrations/tablecaption.d.ts +22 -0
- package/src/integrations/tablecaption.js +23 -0
- package/src/integrations/tableclipboard.d.ts +19 -0
- package/src/integrations/tableclipboard.js +23 -0
- package/src/integrations/tablecolumnresize.d.ts +26 -0
- package/src/integrations/tablecolumnresize.js +23 -0
- package/src/integrations/tableheadings.d.ts +22 -0
- package/src/integrations/tableheadings.js +23 -0
- package/src/integrations/tablemergesplit.d.ts +22 -0
- package/src/integrations/tablemergesplit.js +23 -0
- package/src/integrations/tableofcontents.d.ts +17 -0
- package/src/integrations/tableofcontents.js +23 -0
- package/src/integrations/tableproperties.d.ts +35 -0
- package/src/integrations/tableproperties.js +23 -0
- package/src/integrations/template.d.ts +17 -0
- package/src/integrations/template.js +23 -0
- package/src/integrations/title.d.ts +17 -0
- package/src/integrations/title.js +23 -0
- package/src/integrations/undo.d.ts +17 -0
- package/src/integrations/undo.js +23 -0
- package/src/integrations/utils.d.ts +17 -0
- package/src/integrations/utils.js +23 -0
- package/src/suggestion.d.ts +291 -0
- package/src/suggestion.js +24 -0
- package/src/suggestiondescriptionfactory.d.ts +183 -0
- package/src/suggestiondescriptionfactory.js +23 -0
- package/src/trackchanges.d.ts +188 -0
- package/src/trackchanges.js +23 -0
- package/src/trackchangesconfig.d.ts +85 -0
- package/src/trackchangesconfig.js +23 -0
- package/src/trackchangesdata.d.ts +49 -0
- package/src/trackchangesdata.js +23 -0
- package/src/trackchangesediting.d.ts +553 -0
- package/src/trackchangesediting.js +23 -0
- package/src/trackchangesui.d.ts +46 -0
- package/src/trackchangesui.js +23 -0
- package/src/ui/suggestioncontroller.d.ts +37 -0
- package/src/ui/suggestioncontroller.js +24 -0
- package/src/ui/view/basesuggestionthreadview.d.ts +205 -0
- package/src/ui/view/basesuggestionthreadview.js +23 -0
- package/src/ui/view/suggestionthreadview.d.ts +94 -0
- package/src/ui/view/suggestionthreadview.js +23 -0
- package/src/ui/view/suggestionview.d.ts +190 -0
- package/src/ui/view/suggestionview.js +23 -0
- package/src/utils/common-translations.d.ts +9 -0
- package/src/utils/common-translations.js +23 -0
- package/src/utils/utils.d.ts +37 -0
- package/src/utils/utils.js +23 -0
- package/theme/icons/track-changes-accept.svg +11 -0
- package/theme/icons/track-changes-discard.svg +11 -0
- package/theme/icons/track-changes.svg +11 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, 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 _0x547e3e=_0x4fd7;(function(_0x4ff4f8,_0x4e6443){const _0x331690=_0x4fd7,_0x572941=_0x4ff4f8();while(!![]){try{const _0x388e80=-parseInt(_0x331690(0x1a7))/0x1*(parseInt(_0x331690(0x187))/0x2)+-parseInt(_0x331690(0x189))/0x3+-parseInt(_0x331690(0x17f))/0x4+-parseInt(_0x331690(0x193))/0x5+parseInt(_0x331690(0x1a2))/0x6+parseInt(_0x331690(0x186))/0x7+parseInt(_0x331690(0x196))/0x8;if(_0x388e80===_0x4e6443)break;else _0x572941['push'](_0x572941['shift']());}catch(_0x51996e){_0x572941['push'](_0x572941['shift']());}}}(_0x17e1,0x1b5cf));import{Plugin as _0x38986d}from'ckeditor5/src/core.js';function _0x4fd7(_0x6ecf0a,_0x5da633){const _0x17e109=_0x17e1();return _0x4fd7=function(_0x4fd705,_0x42a920){_0x4fd705=_0x4fd705-0x17b;let _0x194dff=_0x17e109[_0x4fd705];return _0x194dff;},_0x4fd7(_0x6ecf0a,_0x5da633);}import{getTranslation as _0x5849d2}from'../utils/common-translations.js';function _0x17e1(){const _0x38a315=['filter','checkChild','label','commandParams','editor','isLimit','name','afterInit','172158XzyMeu','enableCommand','blockName','*Remove\x20format:*\x20%0','commands','9921yilCjb','value','codeBlock','languages','CodeBlock','descriptionFactory','get','commandName','toLowerCase','formatBlock','markBlockFormat','registerElementLabel','getSelectedBlocks','*Set\x20format:*\x20%0','has','785288IeTgSv','document','format','outdentCodeBlock','language','config','locale','1240778RIiuds','34kIpORC','rootElement','656973uJOvmS','schema','indentCodeBlock','TrackChangesEditing','find','parent','from','forceValue','type','ELEMENT_CODE_BLOCK','316180WpiGGQ','selection','change','4426704vOweuL','plugins','model','registerDescriptionCallback'];_0x17e1=function(){return _0x38a315;};return _0x17e1();}import{getRangesOfBlockGroups as _0x4fa49a}from'../utils/utils.js';export default class H extends _0x38986d{[_0x547e3e(0x1a1)](){const _0x38a11=_0x547e3e,_0x4304f2=this[_0x38a11(0x19e)];if(!_0x4304f2[_0x38a11(0x197)][_0x38a11(0x17e)](_0x38a11(0x1ab)))return;const _0x22b795=_0x4304f2[_0x38a11(0x197)][_0x38a11(0x1ad)](_0x38a11(0x18c)),_0x3c3315=_0x4304f2[_0x38a11(0x185)],_0x27d5fe=_0x4304f2[_0x38a11(0x184)][_0x38a11(0x1ad)](_0x38a11(0x1a9))[_0x38a11(0x1aa)],_0x3428dd=_0x4304f2[_0x38a11(0x1a6)][_0x38a11(0x1ad)](_0x38a11(0x1a9));_0x22b795[_0x38a11(0x1a3)](_0x38a11(0x18b)),_0x22b795[_0x38a11(0x1a3)](_0x38a11(0x182)),_0x22b795[_0x38a11(0x1a3)](_0x38a11(0x1a9),(_0x3a6690,_0x341c96={})=>{const _0x4e50c7=_0x38a11,_0x157072=_0x4304f2[_0x4e50c7(0x198)],_0x17b4c7=_0x4304f2[_0x4e50c7(0x198)][_0x4e50c7(0x180)][_0x4e50c7(0x194)],_0x3d12f1=_0x341c96&&void 0x0!==_0x341c96[_0x4e50c7(0x190)]?_0x341c96[_0x4e50c7(0x190)]:!_0x3428dd[_0x4e50c7(0x1a8)];let _0x2abbf1;_0x341c96[_0x4e50c7(0x183)]||(_0x341c96[_0x4e50c7(0x183)]=_0x27d5fe[0x0][_0x4e50c7(0x183)]),_0x2abbf1=_0x3d12f1?Array[_0x4e50c7(0x18f)](_0x17b4c7[_0x4e50c7(0x17c)]())[_0x4e50c7(0x19a)](_0x7fcdf0=>oo(_0x7fcdf0)||function(_0x27a00c,_0x467195){const _0x305f1e=_0x4e50c7;if(_0x27a00c['is'](_0x305f1e(0x188))||_0x467195[_0x305f1e(0x19f)](_0x27a00c))return!0x1;return _0x467195[_0x305f1e(0x19b)](_0x27a00c[_0x305f1e(0x18e)],_0x305f1e(0x1a9));}(_0x7fcdf0,_0x157072[_0x4e50c7(0x18a)])):Array[_0x4e50c7(0x18f)](_0x17b4c7[_0x4e50c7(0x17c)]())[_0x4e50c7(0x19a)](_0x5c3099=>oo(_0x5c3099));const _0x2d97f7=_0x4fa49a(_0x2abbf1,_0x157072);_0x157072[_0x4e50c7(0x195)](()=>{const _0x5c7f05=_0x4e50c7;for(const _0x260fc0 of _0x2d97f7)_0x22b795[_0x5c7f05(0x1b1)](_0x260fc0,{'commandName':_0x5c7f05(0x1a9),'commandParams':[{..._0x341c96,'forceValue':_0x3d12f1}],'formatGroupId':_0x5c7f05(0x1a4)});});}),(_0x22b795[_0x38a11(0x1ac)][_0x38a11(0x17b)](_0x38a11(0x1a9),_0x5770fc=>_0x5849d2(_0x3c3315,_0x38a11(0x192),_0x5770fc)),_0x22b795[_0x38a11(0x1ac)][_0x38a11(0x199)](_0x401bcd=>{const _0x12a445=_0x38a11;if(_0x12a445(0x1b0)!=_0x401bcd[_0x12a445(0x191)])return;const _0x4da778=_0x3c3315['t'],{data:_0x2fe52a}=_0x401bcd;if(!_0x2fe52a||_0x12a445(0x1a9)!=_0x2fe52a[_0x12a445(0x1ae)])return;const _0x3d730d=_0x2fe52a[_0x12a445(0x19d)][0x0][_0x12a445(0x183)],_0x35cb3c=_0x4da778(_0x27d5fe[_0x12a445(0x18d)](_0x5700a1=>_0x5700a1[_0x12a445(0x183)]===_0x3d730d)[_0x12a445(0x19c)])[_0x12a445(0x1af)]();return _0x2fe52a[_0x12a445(0x19d)][0x0][_0x12a445(0x190)]?{'type':_0x12a445(0x181),'content':_0x5849d2(_0x3c3315,_0x12a445(0x17d),_0x5849d2(_0x3c3315,_0x12a445(0x192),0x1)+'\x20('+_0x35cb3c+')')}:{'type':_0x12a445(0x181),'content':_0x5849d2(_0x3c3315,_0x12a445(0x1a5),_0x5849d2(_0x3c3315,_0x12a445(0x192),0x1))};}));}}function oo(_0x2f2047){const _0x39cf64=_0x547e3e;return _0x39cf64(0x1a9)==_0x2f2047[_0x39cf64(0x1a0)];}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module track-changes/integrations/comments
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
9
|
+
/**
|
|
10
|
+
* Provides track changes plugin integration for {@link module:comments/comments~Comments comments feature}.
|
|
11
|
+
*/
|
|
12
|
+
export default class TrackChangesComments extends Plugin {
|
|
13
|
+
afterInit(): void;
|
|
14
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, 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 _0x5c06(_0xe7dd26,_0x3a5b0a){const _0x226f72=_0x226f();return _0x5c06=function(_0x5c06ed,_0x1aee1c){_0x5c06ed=_0x5c06ed-0x115;let _0x23f742=_0x226f72[_0x5c06ed];return _0x23f742;},_0x5c06(_0xe7dd26,_0x3a5b0a);}const _0x13874a=_0x5c06;function _0x226f(){const _0x1786f3=['40iqDxdl','get','editor','737844pbHFhI','681650cQHJHJ','946552HMMezM','CommentsEditing','3IxsyLG','17970RwzqEr','TrackChangesEditing','has','plugins','964663QddnXg','4951314buZrTk','242711VFsduf','4239mMlirN','enableCommand','afterInit','addCommentThread'];_0x226f=function(){return _0x1786f3;};return _0x226f();}(function(_0x25435e,_0x3e7fde){const _0x3f9546=_0x5c06,_0x185727=_0x25435e();while(!![]){try{const _0x41bd03=parseInt(_0x3f9546(0x118))/0x1+-parseInt(_0x3f9546(0x124))/0x2+parseInt(_0x3f9546(0x126))/0x3*(parseInt(_0x3f9546(0x122))/0x4)+-parseInt(_0x3f9546(0x123))/0x5+parseInt(_0x3f9546(0x119))/0x6+parseInt(_0x3f9546(0x11a))/0x7*(parseInt(_0x3f9546(0x11f))/0x8)+-parseInt(_0x3f9546(0x11b))/0x9*(parseInt(_0x3f9546(0x127))/0xa);if(_0x41bd03===_0x3e7fde)break;else _0x185727['push'](_0x185727['shift']());}catch(_0x4da9e6){_0x185727['push'](_0x185727['shift']());}}}(_0x226f,0xa8e03));import{Plugin as _0x2e8463}from'ckeditor5/src/core.js';export default class q extends _0x2e8463{[_0x13874a(0x11d)](){const _0x6ea20b=_0x13874a,_0x5ea77c=this[_0x6ea20b(0x121)];if(!_0x5ea77c[_0x6ea20b(0x117)][_0x6ea20b(0x116)](_0x6ea20b(0x125)))return;_0x5ea77c[_0x6ea20b(0x117)][_0x6ea20b(0x120)](_0x6ea20b(0x115))[_0x6ea20b(0x11c)](_0x6ea20b(0x11e));}}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module track-changes/integrations/deletecommand
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
9
|
+
import { Delete } from 'ckeditor5/src/typing.js';
|
|
10
|
+
/**
|
|
11
|
+
* Provides track changes plugin integration for {@link module:typing/inputcommand~DeleteCommand delete command}. Also
|
|
12
|
+
* provides integration {@link module:engine/model/model~Model#deleteContent} as many features use it internally.
|
|
13
|
+
*/
|
|
14
|
+
export default class TrackChangesDeleteCommand extends Plugin {
|
|
15
|
+
static get requires(): readonly [typeof Delete];
|
|
16
|
+
init(): void;
|
|
17
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, 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 _0x164d(){const _0x4f6d8d=['308303svGNDv','forward','buffer','4028394cfbAbL','unlock','requires','document','start','editing','90932WuIMtH','isCollapsed','unbindElementFromMarkerName','rootName','showSuggestionHighlights','editor','data','getFirstRange','unit','commands','batch','createRange','createSelection','plugins','downcastDispatcher','detach','init','6968568gCPpRr','enqueueChange','2331954ugRlZL','setSelection','deleteForward','addMarker:suggestion:deletion','$graveyard','modifySelection','5041708oRruzC','model','selection','end','root','options','get','TrackChangesEditing','uiElement','delete','fromRange','writer','lock','85WBnkDu','bind','markerNameToElements','merge','1796020NUlDWz','markerName','enableCommand','remove','mapper','removeMarker:suggestion:deletion','high'];_0x164d=function(){return _0x4f6d8d;};return _0x164d();}const _0x36be92=_0x2145;(function(_0x33fa05,_0xcac160){const _0x4777b5=_0x2145,_0x529a7b=_0x33fa05();while(!![]){try{const _0x442a50=parseInt(_0x4777b5(0xbb))/0x1+-parseInt(_0x4777b5(0xb4))/0x2+parseInt(_0x4777b5(0x9d))/0x3+-parseInt(_0x4777b5(0x8a))/0x4*(parseInt(_0x4777b5(0xb0))/0x5)+-parseInt(_0x4777b5(0x84))/0x6+parseInt(_0x4777b5(0xa3))/0x7+parseInt(_0x4777b5(0x9b))/0x8;if(_0x442a50===_0xcac160)break;else _0x529a7b['push'](_0x529a7b['shift']());}catch(_0x279be2){_0x529a7b['push'](_0x529a7b['shift']());}}}(_0x164d,0xb00aa));import{Plugin as _0x318933}from'ckeditor5/src/core.js';import{LiveRange as _0x1ac345}from'ckeditor5/src/engine.js';import{Delete as _0x1f4893}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x1f77d1}from'./utils.js';function _0x2145(_0x1e150b,_0x1cf050){const _0x164d41=_0x164d();return _0x2145=function(_0x214562,_0x4c297c){_0x214562=_0x214562-0x84;let _0x150e28=_0x164d41[_0x214562];return _0x150e28;},_0x2145(_0x1e150b,_0x1cf050);}export default class z extends _0x318933{static get[_0x36be92(0x86)](){return[_0x1f4893];}[_0x36be92(0x9a)](){const _0x56bf3c=_0x36be92,_0x576fad=this[_0x56bf3c(0x8f)],_0x2aa7bd=_0x576fad[_0x56bf3c(0x97)][_0x56bf3c(0xa9)](_0x56bf3c(0xaa));_0x2aa7bd[_0x56bf3c(0xb6)](_0x56bf3c(0xac));const _0x3e6902=_0x576fad[_0x56bf3c(0x93)][_0x56bf3c(0xa9)](_0x56bf3c(0x9f));_0x2aa7bd[_0x56bf3c(0xb6)](_0x56bf3c(0x9f),(_0x478873,_0x7de28={})=>{const _0x4b958f=_0x56bf3c,_0x613a13=_0x576fad[_0x4b958f(0xa4)][_0x4b958f(0x96)](_0x576fad[_0x4b958f(0xa4)][_0x4b958f(0x87)][_0x4b958f(0xa5)]);_0x613a13[_0x4b958f(0x8b)]&&_0x576fad[_0x4b958f(0xa4)][_0x4b958f(0xa2)](_0x613a13,{'direction':_0x4b958f(0xbc),'unit':_0x7de28[_0x4b958f(0x92)]});const _0x2699d5=_0x613a13[_0x4b958f(0x91)](),_0xbf14f8=_0x1ac345[_0x4b958f(0xad)](_0x2699d5);let _0x14624c;_0x478873(_0x7de28),_0x14624c=_0x4b958f(0xa1)==_0xbf14f8[_0x4b958f(0xa7)][_0x4b958f(0x8d)]?_0x576fad[_0x4b958f(0xa4)][_0x4b958f(0x95)](_0x2699d5[_0x4b958f(0x88)]):_0x576fad[_0x4b958f(0xa4)][_0x4b958f(0x95)](_0xbf14f8[_0x4b958f(0x88)],_0xbf14f8[_0x4b958f(0xa6)]),_0xbf14f8[_0x4b958f(0x99)](),_0x576fad[_0x4b958f(0xa4)][_0x4b958f(0x9c)](_0x3e6902[_0x4b958f(0xbd)][_0x4b958f(0x94)],_0x33ac4f=>{const _0x3d8745=_0x4b958f;_0x3e6902[_0x3d8745(0xbd)][_0x3d8745(0xaf)](),_0x33ac4f[_0x3d8745(0x9e)](_0x33ac4f[_0x3d8745(0x95)](_0x14624c[_0x3d8745(0xa6)])),_0x3e6902[_0x3d8745(0xbd)][_0x3d8745(0x85)]();});}),_0x576fad[_0x56bf3c(0x89)][_0x56bf3c(0x98)]['on'](_0x56bf3c(0xa0),_0x1f77d1(_0x576fad,_0x56bf3c(0xb3)),{'priority':_0x56bf3c(0xba)}),_0x576fad[_0x56bf3c(0x90)][_0x56bf3c(0x98)]['on'](_0x56bf3c(0xa0),(_0x361fcf,_0x10770d,_0x1ae4f8)=>{const _0x337d14=_0x56bf3c;_0x1ae4f8[_0x337d14(0xa8)][_0x337d14(0x8e)]&&_0x1f77d1(_0x576fad,_0x337d14(0xb3),{'showActiveMarker':!0x1})[_0x337d14(0xb1)](this)(_0x361fcf,_0x10770d,_0x1ae4f8);},{'priority':_0x56bf3c(0xba)}),_0x576fad[_0x56bf3c(0x89)][_0x56bf3c(0x98)]['on'](_0x56bf3c(0xb9),(_0x494a52,_0x4e3aac,_0x5182a8)=>{const _0x38a059=_0x56bf3c,_0x39fbe1=_0x5182a8[_0x38a059(0xb8)][_0x38a059(0xb2)](_0x4e3aac[_0x38a059(0xb5)]);if(_0x39fbe1){for(const _0x25f484 of _0x39fbe1)_0x25f484['is'](_0x38a059(0xab))&&(_0x5182a8[_0x38a059(0xb8)][_0x38a059(0x8c)](_0x25f484,_0x4e3aac[_0x38a059(0xb5)]),_0x5182a8[_0x38a059(0xae)][_0x38a059(0xb7)](_0x25f484));}},{'priority':_0x56bf3c(0xba)});}}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module track-changes/integrations/entercommand
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
9
|
+
import { Enter } from 'ckeditor5/src/enter.js';
|
|
10
|
+
/**
|
|
11
|
+
* Provides track changes plugin integration for {@link module:enter/entercommand~EnterCommand enter command}.
|
|
12
|
+
*/
|
|
13
|
+
export default class TrackChangesEnterCommand extends Plugin {
|
|
14
|
+
static get requires(): readonly [typeof Enter];
|
|
15
|
+
init(): void;
|
|
16
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, 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 _0x499e66=_0x3d28;(function(_0x4795a4,_0x445337){const _0x2bdcfe=_0x3d28,_0x5a83ca=_0x4795a4();while(!![]){try{const _0x304c77=-parseInt(_0x2bdcfe(0x14c))/0x1+-parseInt(_0x2bdcfe(0x12e))/0x2*(parseInt(_0x2bdcfe(0x159))/0x3)+-parseInt(_0x2bdcfe(0x125))/0x4+parseInt(_0x2bdcfe(0x139))/0x5*(-parseInt(_0x2bdcfe(0x12d))/0x6)+-parseInt(_0x2bdcfe(0x129))/0x7*(-parseInt(_0x2bdcfe(0x152))/0x8)+-parseInt(_0x2bdcfe(0x136))/0x9*(parseInt(_0x2bdcfe(0x124))/0xa)+parseInt(_0x2bdcfe(0x141))/0xb*(parseInt(_0x2bdcfe(0x14e))/0xc);if(_0x304c77===_0x445337)break;else _0x5a83ca['push'](_0x5a83ca['shift']());}catch(_0x2de6c6){_0x5a83ca['push'](_0x5a83ca['shift']());}}}(_0x1b87,0x2290d));import{Plugin as _0xf661f1}from'ckeditor5/src/core.js';import{Enter as _0x44e4f1}from'ckeditor5/src/enter.js';function _0x1b87(){const _0x1e1be0=['options','1883441XNqpZA','enableCommand','end','commands','5502dhuyPe','8jhwjcV','setSelection','enterBlock','createRange','markerName','unbindElementFromMarkerName','markerNameToElements','markInsertion','9DFpfvE','high','writer','190gmWqsS','TrackChangesEditing','getFirstRange','detach','change','model','data','requires','3786299VSTsbn','editing','editor','hasClass','removeMarker:suggestion:insertion','enter','plugins','split','afterExecute','document','parent','111257qTvJts','createPositionAt','12zevClc','addMarker:suggestion:insertion','ck-suggestion-marker-split','init','8SsIpqw','fromRange','bind','mapper','downcastDispatcher','remove','selection','123171NruEiV','get','fire','nextSibling','477010TWgYzS','454636YXcPBp','getFirstPosition','showSuggestionHighlights'];_0x1b87=function(){return _0x1e1be0;};return _0x1b87();}function _0x3d28(_0xc4034f,_0x4c8c01){const _0x1b8731=_0x1b87();return _0x3d28=function(_0x3d28a9,_0x2f9690){_0x3d28a9=_0x3d28a9-0x121;let _0x2bfd97=_0x1b8731[_0x3d28a9];return _0x2bfd97;},_0x3d28(_0xc4034f,_0x4c8c01);}import{LiveRange as _0x2d08ef}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x257d25}from'./utils.js';export default class Q extends _0xf661f1{static get[_0x499e66(0x140)](){return[_0x44e4f1];}[_0x499e66(0x151)](){const _0x336214=_0x499e66,_0xe6849e=this[_0x336214(0x143)],_0x2e1d97=_0xe6849e[_0x336214(0x147)][_0x336214(0x121)](_0x336214(0x13a)),_0xca9f0a=_0xe6849e[_0x336214(0x12c)][_0x336214(0x121)](_0x336214(0x146));_0x2e1d97[_0x336214(0x12a)](_0x336214(0x146),()=>{const _0x2df448=_0x336214;_0xe6849e[_0x2df448(0x13e)][_0x2df448(0x13d)](_0x401846=>{const _0x4930ea=_0x2df448,_0x2b5d4c=_0xe6849e[_0x4930ea(0x13e)][_0x4930ea(0x14a)][_0x4930ea(0x158)],_0x49e976=_0x2b5d4c[_0x4930ea(0x126)](),_0xa0e1a1=_0x2d08ef[_0x4930ea(0x153)](_0x2b5d4c[_0x4930ea(0x13b)]());if(_0xca9f0a[_0x4930ea(0x130)](_0x401846)){const _0x2f5223=_0xe6849e[_0x4930ea(0x13e)][_0x4930ea(0x14d)](_0x49e976[_0x4930ea(0x14b)][_0x4930ea(0x123)],0x0),_0x1042ee=_0x401846[_0x4930ea(0x131)](_0x49e976,_0x2f5223);_0x2e1d97[_0x4930ea(0x135)](_0x1042ee);}else _0x401846[_0x4930ea(0x12f)](_0x401846[_0x4930ea(0x131)](_0xa0e1a1[_0x4930ea(0x12b)]));_0xa0e1a1[_0x4930ea(0x13c)](),_0xca9f0a[_0x4930ea(0x122)](_0x4930ea(0x149),{'writer':_0x401846});});}),_0xe6849e[_0x336214(0x142)][_0x336214(0x156)]['on'](_0x336214(0x14f),_0x257d25(_0xe6849e,_0x336214(0x148)),{'priority':_0x336214(0x137)}),_0xe6849e[_0x336214(0x142)][_0x336214(0x156)]['on'](_0x336214(0x145),(_0x464d56,_0x207f2d,_0x398fb5)=>{const _0x1c1a25=_0x336214,_0x14b9c8=_0x398fb5[_0x1c1a25(0x155)][_0x1c1a25(0x134)](_0x207f2d[_0x1c1a25(0x132)]);if(_0x14b9c8){for(const _0x1a7b3d of _0x14b9c8)_0x1a7b3d[_0x1c1a25(0x144)](_0x1c1a25(0x150))&&(_0x398fb5[_0x1c1a25(0x155)][_0x1c1a25(0x133)](_0x1a7b3d,_0x207f2d[_0x1c1a25(0x132)]),_0x398fb5[_0x1c1a25(0x138)][_0x1c1a25(0x157)](_0x1a7b3d));}},{'priority':_0x336214(0x137)}),_0xe6849e[_0x336214(0x13f)][_0x336214(0x156)]['on'](_0x336214(0x14f),(_0x2c8f4f,_0x8e8c48,_0x5e1735)=>{const _0x429070=_0x336214;_0x5e1735[_0x429070(0x128)][_0x429070(0x127)]&&_0x257d25(_0xe6849e,_0x429070(0x148),{'showActiveMarker':!0x1})[_0x429070(0x154)](this)(_0x2c8f4f,_0x8e8c48,_0x5e1735);},{'priority':_0x336214(0x137)});}}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module track-changes/integrations/findandreplace
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
9
|
+
/**
|
|
10
|
+
* Provides track changes plugin integration for find and replace feature.
|
|
11
|
+
*/
|
|
12
|
+
export default class TrackChangesFindAndReplace extends Plugin {
|
|
13
|
+
/**
|
|
14
|
+
* @inheritDoc
|
|
15
|
+
*/
|
|
16
|
+
afterInit(): void;
|
|
17
|
+
handleFindCommand(executeCommand: Function, callbackOrText: Function | string, options?: {
|
|
18
|
+
matchCase?: boolean;
|
|
19
|
+
wholeWords?: boolean;
|
|
20
|
+
}): unknown;
|
|
21
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, 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 _0x582ebf=_0x51fa;function _0x51fa(_0x5389fc,_0x14f26f){const _0x207e67=_0x207e();return _0x51fa=function(_0x51fa8b,_0x3348e8){_0x51fa8b=_0x51fa8b-0xcc;let _0x5c0af4=_0x207e67[_0x51fa8b];return _0x5c0af4;},_0x51fa(_0x5389fc,_0x14f26f);}(function(_0x2706ac,_0x16f4c5){const _0x2d5875=_0x51fa,_0x2be462=_0x2706ac();while(!![]){try{const _0x576cf6=parseInt(_0x2d5875(0xe8))/0x1+-parseInt(_0x2d5875(0xe9))/0x2*(-parseInt(_0x2d5875(0xe4))/0x3)+parseInt(_0x2d5875(0xcc))/0x4*(parseInt(_0x2d5875(0xde))/0x5)+parseInt(_0x2d5875(0xe3))/0x6*(-parseInt(_0x2d5875(0xf2))/0x7)+-parseInt(_0x2d5875(0xdc))/0x8+parseInt(_0x2d5875(0xdf))/0x9+-parseInt(_0x2d5875(0xe0))/0xa*(parseInt(_0x2d5875(0xd5))/0xb);if(_0x576cf6===_0x16f4c5)break;else _0x2be462['push'](_0x2be462['shift']());}catch(_0x1658e4){_0x2be462['push'](_0x2be462['shift']());}}}(_0x207e,0x810f6));import{Plugin as _0x2359f4}from'ckeditor5/src/core.js';export default class X extends _0x2359f4{[_0x582ebf(0xf6)](){const _0xfe48cb=_0x582ebf;if(!this[_0xfe48cb(0xea)][_0xfe48cb(0xf4)][_0xfe48cb(0xce)](_0xfe48cb(0xd3)))return;const _0x6da801=this[_0xfe48cb(0xea)][_0xfe48cb(0xf4)][_0xfe48cb(0xe6)](_0xfe48cb(0xd0));_0x6da801[_0xfe48cb(0xe2)](_0xfe48cb(0xd1),this[_0xfe48cb(0xef)][_0xfe48cb(0xe1)](this)),_0x6da801[_0xfe48cb(0xe2)](_0xfe48cb(0xda)),_0x6da801[_0xfe48cb(0xe2)](_0xfe48cb(0xe5)),_0x6da801[_0xfe48cb(0xe2)](_0xfe48cb(0xf1)),_0x6da801[_0xfe48cb(0xe2)](_0xfe48cb(0xe7));}[_0x582ebf(0xef)](_0x5e10dd,_0x2d931a,_0x3c7fcd={}){const _0x14527b=_0x582ebf,_0x463898=this[_0x14527b(0xea)][_0x14527b(0xf4)][_0x14527b(0xe6)](_0x14527b(0xcd));return _0x5e10dd(_0x1dc760=>{const _0x2834fb=_0x14527b;let _0x41564b=(_0x2834fb(0xd6)==typeof _0x2d931a?_0x463898[_0x2834fb(0xcf)](_0x2d931a,_0x3c7fcd):_0x2d931a)(_0x1dc760);Array[_0x2834fb(0xf7)](_0x41564b)&&(_0x41564b={'results':_0x41564b,'searchText':_0x2834fb(0xd6)==typeof _0x2d931a?_0x2d931a:''});const _0x5495d9=_0x41564b[_0x2834fb(0xdd)][_0x2834fb(0xed)](_0x28e5e6=>!0x1===this[_0x2834fb(0xee)](_0x28e5e6,_0x1dc760[_0x2834fb(0xd7)]));return{..._0x41564b,'results':_0x5495d9};},_0x3c7fcd);}[_0x582ebf(0xee)](_0x53b5ef,_0x38cfaa){const _0x3cffe2=_0x582ebf,_0x66447a=this[_0x3cffe2(0xea)][_0x3cffe2(0xd9)][_0x3cffe2(0xd2)](this[_0x3cffe2(0xea)][_0x3cffe2(0xd9)][_0x3cffe2(0xd8)](_0x38cfaa,_0x53b5ef[_0x3cffe2(0xdb)]),this[_0x3cffe2(0xea)][_0x3cffe2(0xd9)][_0x3cffe2(0xd8)](_0x38cfaa,_0x53b5ef[_0x3cffe2(0xeb)]));for(const _0x530317 of this[_0x3cffe2(0xea)][_0x3cffe2(0xd9)][_0x3cffe2(0xf5)][_0x3cffe2(0xd4)](_0x3cffe2(0xec)))if(null!==_0x66447a[_0x3cffe2(0xf3)](_0x530317[_0x3cffe2(0xf0)]()))return!0x0;return!0x1;}}function _0x207e(){const _0x360f3b=['5564808YRbCZj','10YCwXIt','bind','enableCommand','6ZGELFN','6063vWNELz','findPrevious','get','replaceAll','360937kQUdyG','974wFOPwg','editor','end','suggestion:deletion','filter','_isInDeletionRange','handleFindCommand','getRange','replace','271117TNWWXt','getIntersection','plugins','markers','afterInit','isArray','4QMiGxU','FindAndReplaceUtils','has','findByTextCallback','TrackChangesEditing','find','createRange','FindAndReplaceEditing','getMarkersGroup','15667377DFAXxY','string','item','createPositionAt','model','findNext','start','5057096kGvdJV','results','3301645ciVFwm'];_0x207e=function(){return _0x360f3b;};return _0x207e();}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module track-changes/integrations/font
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
9
|
+
/**
|
|
10
|
+
* Provides track changes plugin integration for font features.
|
|
11
|
+
*/
|
|
12
|
+
export default class TrackChangesFont extends Plugin {
|
|
13
|
+
/**
|
|
14
|
+
* @inheritDoc
|
|
15
|
+
*/
|
|
16
|
+
afterInit(): void;
|
|
17
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, 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 _0x1efb62=_0x570f;function _0x570f(_0x57f718,_0x5db49c){const _0x5864c6=_0x5864();return _0x570f=function(_0x570fa4,_0x594ca9){_0x570fa4=_0x570fa4-0xd1;let _0x3dc43e=_0x5864c6[_0x570fa4];return _0x3dc43e;},_0x570f(_0x57f718,_0x5db49c);}function _0x5864(){const _0x3a78ee=['label','registerAttributeLabel','fontSize.options','locale','registerInlineAttribute','editor','find','404087jZgspl','*Reset\x20font\x20color*','14913DhzZel','toLowerCase','FORMAT_FONT_FAMILY','trim','fontColor','*Reset\x20font\x20background\x20color*','has','*Set\x20font\x20color:*\x20%0','FontSize','663860ehpdHS','2930499GmtFSe','title','value','8333336ARJIwk','format','formatInline','FontColorEditing','FORMAT_FONT_COLOR','commandParams','fontBackgroundColor.colors','enableDefaultAttributesIntegration','4093550NMuEQU','fontFamily','fontBackgroundColor','_registerLegacyDescription','model','afterInit','type','*Set\x20font\x20size:*\x20%0','commandName','get','FontBackgroundColorEditing','101353apMzqr','TrackChangesEditing','fontColor.colors','FontFamilyEditing','config','*Set\x20font\x20background\x20color:*\x20%0','fontSize','plugins','descriptionFactory','FORMAT_FONT_BACKGROUND','registerDescriptionCallback','20RTwQVl','472FPLnNP','FORMAT_FONT_SIZE','*Reset\x20font\x20family*','6NpSsMT','*Set\x20font\x20family:*\x20%0','FontSizeEditing','*Reset\x20font\x20size*','normalizeSizeOptions','480fFomgW'];_0x5864=function(){return _0x3a78ee;};return _0x5864();}(function(_0x11d1fa,_0x65a110){const _0x18c8f1=_0x570f,_0x5b2848=_0x11d1fa();while(!![]){try{const _0x453845=-parseInt(_0x18c8f1(0xd8))/0x1*(-parseInt(_0x18c8f1(0x109))/0x2)+parseInt(_0x18c8f1(0xe4))/0x3+-parseInt(_0x18c8f1(0x105))/0x4*(parseInt(_0x18c8f1(0xe3))/0x5)+parseInt(_0x18c8f1(0x10e))/0x6*(-parseInt(_0x18c8f1(0xfa))/0x7)+parseInt(_0x18c8f1(0x106))/0x8*(-parseInt(_0x18c8f1(0xda))/0x9)+-parseInt(_0x18c8f1(0xef))/0xa+parseInt(_0x18c8f1(0xe7))/0xb;if(_0x453845===_0x65a110)break;else _0x5b2848['push'](_0x5b2848['shift']());}catch(_0x2c756a){_0x5b2848['push'](_0x5b2848['shift']());}}}(_0x5864,0x96b9c));import{Plugin as _0x22157c}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x1a55d0}from'ckeditor5/src/ui.js';import{getTranslation as _0x52fa2e}from'../utils/common-translations.js';const eo=[{'pluginName':_0x1efb62(0x10b),'commandName':_0x1efb62(0x100)},{'pluginName':_0x1efb62(0xfd),'commandName':_0x1efb62(0xf0)},{'pluginName':_0x1efb62(0xea),'commandName':_0x1efb62(0xde)},{'pluginName':_0x1efb62(0xf9),'commandName':_0x1efb62(0xf1)}];export default class Y extends _0x22157c{[_0x1efb62(0xf4)](){const _0x29531d=_0x1efb62,_0x5b982e=this[_0x29531d(0xd6)][_0x29531d(0xd4)],_0x49b85e=this[_0x29531d(0xd6)][_0x29531d(0x101)][_0x29531d(0xf8)](_0x29531d(0xfb));for(const {pluginName:_0x4868ed,commandName:_0x475add}of eo)this[_0x29531d(0xd6)][_0x29531d(0x101)][_0x29531d(0xe0)](_0x4868ed)&&(_0x49b85e[_0x29531d(0xee)](_0x475add),_0x49b85e[_0x29531d(0xd5)](_0x475add));_0x49b85e[_0x29531d(0x102)][_0x29531d(0xd2)](_0x29531d(0x100),_0x52fa2e(_0x5b982e,_0x29531d(0x107))),_0x49b85e[_0x29531d(0x102)][_0x29531d(0xd2)](_0x29531d(0xf0),_0x52fa2e(_0x5b982e,_0x29531d(0xdc))),_0x49b85e[_0x29531d(0x102)][_0x29531d(0xd2)](_0x29531d(0xde),_0x52fa2e(_0x5b982e,_0x29531d(0xeb))),_0x49b85e[_0x29531d(0x102)][_0x29531d(0xd2)](_0x29531d(0xf1),_0x52fa2e(_0x5b982e,_0x29531d(0x103))),this[_0x29531d(0xf2)]();}[_0x1efb62(0xf2)](){const _0x55705f=_0x1efb62,_0x5ca679=this[_0x55705f(0xd6)],_0x1fde90=_0x5ca679[_0x55705f(0xd4)];_0x5ca679[_0x55705f(0x101)][_0x55705f(0xf8)](_0x55705f(0xfb))[_0x55705f(0x102)][_0x55705f(0x104)](_0x6fc103=>{const _0x1fe2c5=_0x55705f,_0x43bac6=_0x1fde90['t'];if(_0x1fe2c5(0xe9)!=_0x6fc103[_0x1fe2c5(0xf5)])return;const {data:_0x936291}=_0x6fc103;if(null!=_0x936291){if(_0x1fe2c5(0x100)==_0x936291[_0x1fe2c5(0xf7)]){const _0x3ca58e=_0x936291[_0x1fe2c5(0xec)][0x0][_0x1fe2c5(0xe6)];if(_0x3ca58e){const _0x5dbf22=_0x43bac6(this[_0x1fe2c5(0xd6)][_0x1fe2c5(0x101)][_0x1fe2c5(0xf8)](_0x1fe2c5(0xe2))[_0x1fe2c5(0x10d)](this[_0x1fe2c5(0xd6)][_0x1fe2c5(0xfe)][_0x1fe2c5(0xf8)](_0x1fe2c5(0xd3)))[_0x1fe2c5(0xd7)](_0x2b319b=>_0x2b319b[_0x1fe2c5(0xf3)]==_0x3ca58e)[_0x1fe2c5(0xe5)])[_0x1fe2c5(0xdb)]();return{'type':_0x1fe2c5(0xe8),'content':_0x52fa2e(_0x1fde90,_0x1fe2c5(0xf6),_0x5dbf22)};}return{'type':_0x1fe2c5(0xe8),'content':_0x52fa2e(_0x1fde90,_0x1fe2c5(0x10c))};}if(_0x1fe2c5(0xf0)==_0x936291[_0x1fe2c5(0xf7)]){const _0x52ebb7=_0x936291[_0x1fe2c5(0xec)][0x0][_0x1fe2c5(0xe6)];return _0x52ebb7?{'type':_0x1fe2c5(0xe8),'content':_0x52fa2e(_0x1fde90,_0x1fe2c5(0x10a),_0x52ebb7)}:{'type':_0x1fe2c5(0xe8),'content':_0x52fa2e(_0x1fde90,_0x1fe2c5(0x108))};}if(_0x1fe2c5(0xde)==_0x936291[_0x1fe2c5(0xf7)]){const _0x1f81e4=_0x936291[_0x1fe2c5(0xec)][0x0][_0x1fe2c5(0xe6)];if(_0x1f81e4){const _0xf09450=_0x1a55d0(this[_0x1fe2c5(0xd6)][_0x1fe2c5(0xfe)][_0x1fe2c5(0xf8)](_0x1fe2c5(0xfc)))[_0x1fe2c5(0xd7)](_0x2c195f=>_0x2c195f[_0x1fe2c5(0xf3)]==_0x1f81e4);let _0xf42bbe=_0x1f81e4,_0x1c0c4d='';return _0xf09450&&(_0xf42bbe=_0xf09450[_0x1fe2c5(0xd1)],_0x1c0c4d=_0x43bac6(_0xf42bbe)[_0x1fe2c5(0xdb)]()),{'type':_0x1fe2c5(0xe8),'content':_0x52fa2e(_0x1fde90,_0x1fe2c5(0xe1),_0x1c0c4d)[_0x1fe2c5(0xdd)](),'color':{'value':_0x1f81e4,'title':_0x1c0c4d||_0xf42bbe}};}return{'type':_0x1fe2c5(0xe8),'content':_0x52fa2e(_0x1fde90,_0x1fe2c5(0xd9))};}if(_0x1fe2c5(0xf1)==_0x936291[_0x1fe2c5(0xf7)]){const _0x16a1d6=_0x936291[_0x1fe2c5(0xec)][0x0][_0x1fe2c5(0xe6)];if(_0x16a1d6){const _0x13e144=_0x1a55d0(this[_0x1fe2c5(0xd6)][_0x1fe2c5(0xfe)][_0x1fe2c5(0xf8)](_0x1fe2c5(0xed)))[_0x1fe2c5(0xd7)](_0x4d3e28=>_0x4d3e28[_0x1fe2c5(0xf3)]==_0x16a1d6);let _0x3e0ba1=_0x16a1d6,_0x4fb864='';return _0x13e144&&(_0x3e0ba1=_0x13e144[_0x1fe2c5(0xd1)],_0x4fb864=_0x43bac6(_0x3e0ba1)[_0x1fe2c5(0xdb)]()),{'type':_0x1fe2c5(0xe8),'content':_0x52fa2e(_0x1fde90,_0x1fe2c5(0xff),_0x4fb864)[_0x1fe2c5(0xdd)](),'color':{'value':_0x16a1d6,'title':_0x4fb864||_0x3e0ba1}};}return{'type':_0x1fe2c5(0xe8),'content':_0x52fa2e(_0x1fde90,_0x1fe2c5(0xdf))};}}});}}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module track-changes/integrations/formatpainter
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
9
|
+
/**
|
|
10
|
+
* Provides track changes plugin integration for the Format Painter feature.
|
|
11
|
+
*/
|
|
12
|
+
export default class TrackChangesFormatPainter extends Plugin {
|
|
13
|
+
/**
|
|
14
|
+
* @inheritDoc
|
|
15
|
+
*/
|
|
16
|
+
afterInit(): void;
|
|
17
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, 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 _0x181f4e=_0x5a12;(function(_0x1e31f7,_0x5d34d2){const _0x232a1c=_0x5a12,_0x47f2ea=_0x1e31f7();while(!![]){try{const _0x75c2c7=-parseInt(_0x232a1c(0x1e3))/0x1*(parseInt(_0x232a1c(0x20a))/0x2)+-parseInt(_0x232a1c(0x1ec))/0x3*(parseInt(_0x232a1c(0x20d))/0x4)+parseInt(_0x232a1c(0x218))/0x5*(parseInt(_0x232a1c(0x1fc))/0x6)+-parseInt(_0x232a1c(0x1f8))/0x7*(-parseInt(_0x232a1c(0x200))/0x8)+parseInt(_0x232a1c(0x1f4))/0x9+parseInt(_0x232a1c(0x20e))/0xa+parseInt(_0x232a1c(0x1f1))/0xb;if(_0x75c2c7===_0x5d34d2)break;else _0x47f2ea['push'](_0x47f2ea['shift']());}catch(_0x107400){_0x47f2ea['push'](_0x47f2ea['shift']());}}}(_0x42cd,0xbb5a4));import{Plugin as _0x37d153}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0xd6754b}from'ckeditor5/src/ui.js';import{getTranslation as _0x16e332}from'../utils/common-translations.js';export default class Z extends _0x37d153{[_0x181f4e(0x1f0)](){const _0x313c1a=_0x181f4e,_0x1568dd=this[_0x313c1a(0x201)],_0x2ff79c=_0x1568dd[_0x313c1a(0x203)][_0x313c1a(0x1ee)](_0x313c1a(0x1eb)),_0x1ce617=_0x1568dd[_0x313c1a(0x219)][_0x313c1a(0x1ee)](_0x313c1a(0x1e6)),_0x49b603=_0x1568dd[_0x313c1a(0x219)][_0x313c1a(0x1ee)](_0x313c1a(0x1fd));_0x1ce617&&_0x49b603&&(_0x2ff79c[_0x313c1a(0x207)](_0x313c1a(0x1fd)),_0x2ff79c[_0x313c1a(0x20c)](_0x313c1a(0x1e6)),this[_0x313c1a(0x1e7)]());}[_0x181f4e(0x1e7)](){const _0x4582d3=_0x181f4e,_0x2a39b1=this[_0x4582d3(0x201)],_0x11c822=_0x2a39b1[_0x4582d3(0x210)];_0x2a39b1[_0x4582d3(0x203)][_0x4582d3(0x1ee)](_0x4582d3(0x1eb))[_0x4582d3(0x217)][_0x4582d3(0x1ea)](_0x39de54=>{const _0x33404c=_0x4582d3;if(_0x33404c(0x211)!=_0x39de54[_0x33404c(0x214)]&&_0x33404c(0x212)!=_0x39de54[_0x33404c(0x214)])return;const {data:_0x2e5c99}=_0x39de54;if(_0x2e5c99&&_0x33404c(0x1fd)===_0x2e5c99[_0x33404c(0x209)]){const _0x2eda79=[],_0x545d80=_0x2e5c99[_0x33404c(0x204)][0x0];for(const [_0x384b87,_0x57f826]of Object[_0x33404c(0x1ef)](_0x545d80))_0x2eda79[_0x33404c(0x216)](ro(_0x2a39b1,_0x384b87,_0x57f826));return _0x2eda79[_0x33404c(0x1f5)]?{'type':_0x33404c(0x202),'content':_0x16e332(_0x11c822,_0x33404c(0x1e4),_0x2eda79[_0x33404c(0x208)](',\x20'))}:{'type':_0x33404c(0x202),'content':_0x16e332(_0x11c822,_0x33404c(0x1e8))};}});}}function _0x5a12(_0x48ff3b,_0x417d1b){const _0x42cdc3=_0x42cd();return _0x5a12=function(_0x5a129a,_0x20fe04){_0x5a129a=_0x5a129a-0x1e3;let _0xbb5a59=_0x42cdc3[_0x5a129a];return _0xbb5a59;},_0x5a12(_0x48ff3b,_0x417d1b);}function _0x42cd(){const _0xdcf13e=['normalizeSizeOptions','fontSize.options','14TYSkMq','slice','toLowerCase','boolean','567102JwGYvs','pasteFormat','fontColor','charAt','352432myVIAk','editor','format','plugins','commandParams','title','fontColor.colors','enableDefaultAttributesIntegration','join','commandName','14ukCxus','label','enableCommand','144188rFqLIi','2013090GhUdkm','fontBackgroundColor','locale','formatBlock','formatInline','model','type','FontSize','push','descriptionFactory','45ggpmsD','commands','119667dWEakG','*Set\x20format\x20to:*\x20%0','find','copyFormat','_registerLegacyDescription','*Remove\x20all\x20formatting*','config','registerDescriptionCallback','TrackChangesEditing','33dvOTXY','toUpperCase','get','entries','afterInit','1714042UHJHch','split','fontSize','6351210IGFKoI','length'];_0x42cd=function(){return _0xdcf13e;};return _0x42cd();}function ro(_0x47b48f,_0x298e75,_0x5b7445){const _0x49b225=_0x181f4e,_0x319a03=_0x47b48f[_0x49b225(0x210)]['t'],_0x1bccc4=_0x298e75[_0x49b225(0x1f2)](/(?=[A-Z])/)[_0x49b225(0x208)]('\x20'),_0x513e3d=_0x319a03(_0x1bccc4[_0x49b225(0x1ff)](0x0)[_0x49b225(0x1ed)]()+_0x1bccc4[_0x49b225(0x1f9)](0x1))[_0x49b225(0x1fa)]();if(_0x49b225(0x1fb)==typeof _0x5b7445)return _0x513e3d;if(_0x49b225(0x1fe)===_0x298e75||_0x49b225(0x20f)===_0x298e75){const _0x1dd9bf=_0xd6754b(_0x47b48f[_0x49b225(0x1e9)][_0x49b225(0x1ee)](_0x49b225(0x206)))[_0x49b225(0x1e5)](_0x4d925c=>_0x4d925c[_0x49b225(0x213)]==_0x5b7445);return _0x513e3d+'\x20('+(_0x1dd9bf?_0x319a03(_0x1dd9bf[_0x49b225(0x20b)])[_0x49b225(0x1fa)]():_0x5b7445)+')';}if(_0x49b225(0x1f3)===_0x298e75&&isNaN(parseFloat(_0x5b7445))){const _0x111a7e=_0x47b48f[_0x49b225(0x203)][_0x49b225(0x1ee)](_0x49b225(0x215))[_0x49b225(0x1f6)](_0x47b48f[_0x49b225(0x1e9)][_0x49b225(0x1ee)](_0x49b225(0x1f7)))[_0x49b225(0x1e5)](_0x56505a=>_0x56505a[_0x49b225(0x213)]==_0x5b7445);return _0x513e3d+'\x20('+(_0x111a7e?_0x319a03(_0x111a7e[_0x49b225(0x205)])[_0x49b225(0x1fa)]():_0x5b7445)+')';}return _0x513e3d+'\x20('+_0x5b7445+')';}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module track-changes/integrations/heading
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
9
|
+
/**
|
|
10
|
+
* Provides track changes plugin integration for heading feature.
|
|
11
|
+
*/
|
|
12
|
+
export default class TrackChangesHeading extends Plugin {
|
|
13
|
+
/**
|
|
14
|
+
* @inheritDoc
|
|
15
|
+
*/
|
|
16
|
+
afterInit(): void;
|
|
17
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, 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 _0x3ba6(){const _0x5784c4=['locale','324DbYbaM','2329430aqDnTb','afterInit','registerDescriptionCallback','plugins','get','has','registerElementLabel','commandParams','format','heading','_registerLegacyDescription','3213MGEGMr','ELEMENT_HEADING','4151034BwrlKr','*Change\x20to:*\x20%0','editor','heading.options','model','match','HeadingEditing','224359bwRWVL','commandName','_headingOptions','1425999uGfqkx','value','2jfDsoP','descriptionFactory','formatBlock','TrackChangesEditing','_getHeadingLevel','3837224uOiKrh','type','config','view','title','ELEMENT_HEADING_CUSTOM','enableDefaultAttributesIntegration','name','find','742792hWYehl','paragraph','5nBljCh'];_0x3ba6=function(){return _0x5784c4;};return _0x3ba6();}function _0x12d6(_0x103b13,_0x3b4846){const _0x3ba674=_0x3ba6();return _0x12d6=function(_0x12d6b1,_0xe56a8){_0x12d6b1=_0x12d6b1-0xe4;let _0x229a54=_0x3ba674[_0x12d6b1];return _0x229a54;},_0x12d6(_0x103b13,_0x3b4846);}const _0x4cfe52=_0x12d6;(function(_0x32ce40,_0x4ca9f2){const _0x1a2968=_0x12d6,_0x3c348e=_0x32ce40();while(!![]){try{const _0x34f407=-parseInt(_0x1a2968(0xe4))/0x1+-parseInt(_0x1a2968(0xe9))/0x2*(parseInt(_0x1a2968(0xe7))/0x3)+-parseInt(_0x1a2968(0xf7))/0x4*(parseInt(_0x1a2968(0xf9))/0x5)+-parseInt(_0x1a2968(0xfb))/0x6*(parseInt(_0x1a2968(0x107))/0x7)+parseInt(_0x1a2968(0xee))/0x8+parseInt(_0x1a2968(0x109))/0x9+parseInt(_0x1a2968(0xfc))/0xa;if(_0x34f407===_0x4ca9f2)break;else _0x3c348e['push'](_0x3c348e['shift']());}catch(_0x21078d){_0x3c348e['push'](_0x3c348e['shift']());}}}(_0x3ba6,0x405de));import{Plugin as _0x447bb6}from'ckeditor5/src/core.js';import{getTranslation as _0x475047}from'../utils/common-translations.js';export default class tt extends _0x447bb6{[_0x4cfe52(0xfd)](){const _0x5a3715=_0x4cfe52,_0x490246=this[_0x5a3715(0x10b)];if(!_0x490246[_0x5a3715(0xff)][_0x5a3715(0x101)](_0x5a3715(0x10f)))return;this[_0x5a3715(0xe6)]=_0x490246[_0x5a3715(0xf0)][_0x5a3715(0x100)](_0x5a3715(0x10c));const _0x16bb19=_0x490246[_0x5a3715(0xfa)],_0x29d3a2=_0x490246[_0x5a3715(0xff)][_0x5a3715(0x100)](_0x5a3715(0xec));_0x29d3a2[_0x5a3715(0xf4)](_0x5a3715(0x105));for(const _0x9fd2a5 of this[_0x5a3715(0xe6)])_0x5a3715(0xf8)!=_0x9fd2a5[_0x5a3715(0x10d)]&&_0x29d3a2[_0x5a3715(0xea)][_0x5a3715(0x102)](_0x9fd2a5[_0x5a3715(0x10d)],_0x1e42a2=>{const _0x407068=_0x5a3715,_0x209bb8=this[_0x407068(0xed)](_0x9fd2a5[_0x407068(0x10d)]);return null!==_0x209bb8?_0x3b3d8c(_0x1e42a2,_0x209bb8):_0x70436d(_0x1e42a2,_0x9fd2a5[_0x407068(0xf2)]);});function _0x3b3d8c(_0x2a0a5c,_0x330e2e){const _0x3cbd39=_0x5a3715;return _0x475047(_0x16bb19,_0x3cbd39(0x108),[_0x2a0a5c,_0x330e2e]);}function _0x70436d(_0x5afdc9,_0x3d6e49){const _0x11428b=_0x5a3715;return _0x475047(_0x16bb19,_0x11428b(0xf3),[_0x5afdc9,_0x3d6e49]);}this[_0x5a3715(0x106)]();}[_0x4cfe52(0x106)](){const _0x4838ff=_0x4cfe52,_0x1fafce=this[_0x4838ff(0x10b)],_0x51ec59=_0x1fafce[_0x4838ff(0xfa)];function _0x16c222(_0x45f541,_0x4ffbdc){const _0x154f61=_0x4838ff;return _0x475047(_0x51ec59,_0x154f61(0xf3),[_0x45f541,_0x4ffbdc]);}_0x1fafce[_0x4838ff(0xff)][_0x4838ff(0x100)](_0x4838ff(0xec))[_0x4838ff(0xea)][_0x4838ff(0xfe)](_0x5929fa=>{const _0x158087=_0x4838ff;if(_0x158087(0xeb)!=_0x5929fa[_0x158087(0xef)])return;const {data:_0x3d17dc}=_0x5929fa;if(_0x3d17dc&&_0x158087(0x105)==_0x3d17dc[_0x158087(0xe5)]){const _0x1afdd5=_0x3d17dc[_0x158087(0x103)][0x0][_0x158087(0xe8)],_0x56db74=this[_0x158087(0xed)](_0x1afdd5);if(null!==_0x56db74)return{'type':_0x158087(0x104),'content':_0x475047(_0x51ec59,_0x158087(0x10a),(_0x40782a=0x1,_0x35d103=_0x56db74,_0x475047(_0x51ec59,_0x158087(0x108),[_0x40782a,_0x35d103])))};const _0x48f77c=this[_0x158087(0xe6)][_0x158087(0xf6)](_0x26d8b1=>_0x26d8b1[_0x158087(0x10d)]===_0x1afdd5)[_0x158087(0xf2)];return{'type':_0x158087(0x104),'content':_0x475047(_0x51ec59,_0x158087(0x10a),_0x16c222(0x1,_0x48f77c))};}var _0x40782a,_0x35d103;});}[_0x4cfe52(0xed)](_0x5befdf){const _0x14d519=_0x4cfe52;var _0x5c045a,_0x525a41;const _0x3517cf=_0x5befdf[_0x14d519(0x10e)](/^heading(\d+)/);if(_0x3517cf)return _0x3517cf[0x1];const _0x592a10=null===(_0x5c045a=this[_0x14d519(0xe6)])||void 0x0===_0x5c045a?void 0x0:_0x5c045a[_0x14d519(0xf6)](_0x574638=>_0x574638[_0x14d519(0x10d)]==_0x5befdf);if(_0x592a10&&_0x592a10[_0x14d519(0xf1)]){const _0x17648a=_0x592a10[_0x14d519(0xf1)],_0x30ed97=(null!==(_0x525a41=_0x17648a[_0x14d519(0xf5)])&&void 0x0!==_0x525a41?_0x525a41:_0x17648a)[_0x14d519(0x10e)](/^h(\d+)/);if(_0x30ed97)return _0x30ed97[0x1];}return null;}}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module track-changes/integrations/highlight
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
9
|
+
/**
|
|
10
|
+
* Provides track changes plugin integration for highlight feature.
|
|
11
|
+
*/
|
|
12
|
+
export default class TrackChangesHighlight extends Plugin {
|
|
13
|
+
/**
|
|
14
|
+
* @inheritDoc
|
|
15
|
+
*/
|
|
16
|
+
afterInit(): void;
|
|
17
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, 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 _0x3d9341=_0x5f53;(function(_0x3236ef,_0x3e2d6d){const _0xab2df4=_0x5f53,_0x325803=_0x3236ef();while(!![]){try{const _0x3cc57d=parseInt(_0xab2df4(0x18a))/0x1*(parseInt(_0xab2df4(0x16f))/0x2)+-parseInt(_0xab2df4(0x191))/0x3*(parseInt(_0xab2df4(0x16b))/0x4)+-parseInt(_0xab2df4(0x174))/0x5+-parseInt(_0xab2df4(0x17b))/0x6+parseInt(_0xab2df4(0x170))/0x7*(-parseInt(_0xab2df4(0x184))/0x8)+parseInt(_0xab2df4(0x180))/0x9*(-parseInt(_0xab2df4(0x182))/0xa)+parseInt(_0xab2df4(0x171))/0xb;if(_0x3cc57d===_0x3e2d6d)break;else _0x325803['push'](_0x325803['shift']());}catch(_0x316315){_0x325803['push'](_0x325803['shift']());}}}(_0x4672,0xa3467));function _0x5f53(_0x14a8a3,_0x65d653){const _0x467280=_0x4672();return _0x5f53=function(_0x5f5337,_0x408c0){_0x5f5337=_0x5f5337-0x168;let _0x42d103=_0x467280[_0x5f5337];return _0x42d103;},_0x5f53(_0x14a8a3,_0x65d653);}import{Plugin as _0x4c2ef1}from'ckeditor5/src/core.js';import{getTranslation as _0x3dc27a}from'../utils/common-translations.js';export default class nt extends _0x4c2ef1{[_0x3d9341(0x187)](){const _0x550fb1=_0x3d9341,_0x2d9a37=this[_0x550fb1(0x177)];if(!_0x2d9a37[_0x550fb1(0x17a)][_0x550fb1(0x172)](_0x550fb1(0x16d)))return;const _0x7064a5=_0x2d9a37[_0x550fb1(0x17a)][_0x550fb1(0x18f)](_0x550fb1(0x17f)),_0x4df10e=_0x2d9a37[_0x550fb1(0x188)];_0x7064a5[_0x550fb1(0x175)](_0x550fb1(0x176)),_0x7064a5[_0x550fb1(0x16a)](_0x550fb1(0x176)),_0x7064a5[_0x550fb1(0x16e)][_0x550fb1(0x183)](_0x550fb1(0x176),_0x3dc27a(_0x4df10e,_0x550fb1(0x17c))),this[_0x550fb1(0x17d)]();}[_0x3d9341(0x17d)](){const _0x142fdf=_0x3d9341,_0x4b5ce5=this[_0x142fdf(0x177)],_0x27bfe2=_0x4b5ce5[_0x142fdf(0x188)];_0x4b5ce5[_0x142fdf(0x17a)][_0x142fdf(0x18f)](_0x142fdf(0x17f))[_0x142fdf(0x16e)][_0x142fdf(0x173)](_0x52e2bd=>{const _0x216c0d=_0x142fdf;if(_0x216c0d(0x16c)!=_0x52e2bd[_0x216c0d(0x169)])return;const {data:_0x1fb7f6}=_0x52e2bd;if(_0x1fb7f6&&_0x216c0d(0x176)==_0x1fb7f6[_0x216c0d(0x181)]){const _0x1e75a0=_0x27bfe2['t'],_0x59f33c=_0x1fb7f6[_0x216c0d(0x18c)][0x0][_0x216c0d(0x179)];if(_0x59f33c){const _0xaba4f0=_0x4b5ce5[_0x216c0d(0x189)][_0x216c0d(0x18f)](_0x216c0d(0x18b))[_0x216c0d(0x178)](_0x3b6e4d=>_0x3b6e4d[_0x216c0d(0x190)]==_0x59f33c),_0x478353=_0x1e75a0(_0xaba4f0[_0x216c0d(0x186)])[_0x216c0d(0x18e)]();return{'type':_0x216c0d(0x185),'content':_0x3dc27a(_0x27bfe2,_0x216c0d(0x168),_0x478353),'color':{'value':_0xaba4f0[_0x216c0d(0x18d)],'title':_0xaba4f0[_0x216c0d(0x186)]}};}return{'type':_0x216c0d(0x185),'content':_0x3dc27a(_0x27bfe2,_0x216c0d(0x17e),_0x3dc27a(_0x27bfe2,_0x216c0d(0x17c)))};}});}}function _0x4672(){const _0x4f77a8=['FORMAT_HIGHLIGHT','_registerLegacyDescription','*Remove\x20highlight*','TrackChangesEditing','265014GjNsVR','commandName','360KHCcNn','registerAttributeLabel','96IHpfdr','format','title','afterInit','locale','config','749132YPFtGp','highlight.options','commandParams','color','toLowerCase','get','model','687yoBQpQ','*Set\x20highlight:*\x20%0','type','registerInlineAttribute','56SkeHGk','formatInline','HighlightEditing','descriptionFactory','2rKjENF','26894AXoOYb','35265923lABVqn','has','registerDescriptionCallback','5490795cKIntC','enableDefaultAttributesIntegration','highlight','editor','find','value','plugins','6472950zTRhmf'];_0x4672=function(){return _0x4f77a8;};return _0x4672();}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module track-changes/integrations/horizontalline
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
9
|
+
/**
|
|
10
|
+
* Provides track changes plugin integration for {@link module:horizontal-line/horizontalline~HorizontalLine horizontal line feature}.
|
|
11
|
+
*/
|
|
12
|
+
export default class TrackChangesHorizontalLine extends Plugin {
|
|
13
|
+
/**
|
|
14
|
+
* @inheritDoc
|
|
15
|
+
*/
|
|
16
|
+
afterInit(): void;
|
|
17
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, 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 _0x2463(_0x47d529,_0x2d317a){const _0x2ab034=_0x2ab0();return _0x2463=function(_0x2463a7,_0x346e80){_0x2463a7=_0x2463a7-0x159;let _0x5359bd=_0x2ab034[_0x2463a7];return _0x5359bd;},_0x2463(_0x47d529,_0x2d317a);}function _0x2ab0(){const _0x2da628=['showSuggestionHighlights','18IItQIf','48LyoojU','enableCommand','conversion','horizontalLine','183894ontuhw','44503590CUgrVp','descriptionFactory','for','1443351riSXbL','addClass','dataDowncast','registerElementLabel','div','ELEMENT_HORIZONTAL_LINE','createEmptyElement','elementToStructure','TrackChangesEditing','ck-horizontal-line','editor','locale','643850hiqnOo','709288Mogfzg','afterInit','createPositionAt','6979545SnRVcA','get','createContainerElement','1524630THzJPB','high','has','insert','5uEvjuC','plugins','HorizontalLineEditing'];_0x2ab0=function(){return _0x2da628;};return _0x2ab0();}const _0x17dd66=_0x2463;(function(_0xf4980e,_0x29f95c){const _0x337f41=_0x2463,_0x17860b=_0xf4980e();while(!![]){try{const _0x331b3d=-parseInt(_0x337f41(0x176))/0x1+-parseInt(_0x337f41(0x166))/0x2+parseInt(_0x337f41(0x161))/0x3*(-parseInt(_0x337f41(0x177))/0x4)+parseInt(_0x337f41(0x15d))/0x5*(parseInt(_0x337f41(0x159))/0x6)+-parseInt(_0x337f41(0x16a))/0x7*(parseInt(_0x337f41(0x162))/0x8)+-parseInt(_0x337f41(0x17a))/0x9+parseInt(_0x337f41(0x167))/0xa;if(_0x331b3d===_0x29f95c)break;else _0x17860b['push'](_0x17860b['shift']());}catch(_0x1ee93c){_0x17860b['push'](_0x17860b['shift']());}}}(_0x2ab0,0xd9ca8));import{Plugin as _0x70d8c5}from'ckeditor5/src/core.js';import{getTranslation as _0x3b993d}from'../utils/common-translations.js';export default class it extends _0x70d8c5{[_0x17dd66(0x178)](){const _0x2c0af0=_0x17dd66,_0x36d3a2=this[_0x2c0af0(0x174)];if(!_0x36d3a2[_0x2c0af0(0x15e)][_0x2c0af0(0x15b)](_0x2c0af0(0x15f)))return;_0x36d3a2[_0x2c0af0(0x15e)][_0x2c0af0(0x17b)](_0x2c0af0(0x172))[_0x2c0af0(0x163)](_0x2c0af0(0x165));const _0x20a971=_0x36d3a2[_0x2c0af0(0x15e)][_0x2c0af0(0x17b)](_0x2c0af0(0x172)),_0x344f5d=_0x36d3a2[_0x2c0af0(0x175)];_0x20a971[_0x2c0af0(0x168)][_0x2c0af0(0x16d)](_0x2c0af0(0x165),_0x3451d6=>_0x3b993d(_0x344f5d,_0x2c0af0(0x16f),_0x3451d6)),_0x36d3a2[_0x2c0af0(0x164)][_0x2c0af0(0x169)](_0x2c0af0(0x16c))[_0x2c0af0(0x171)]({'model':_0x2c0af0(0x165),'view':(_0x1819dd,{writer:_0xb9a1f1,options:_0x3bc2f1})=>{const _0x32fb1b=_0x2c0af0;if(!_0x3bc2f1[_0x32fb1b(0x160)])return null;const _0x390b7b=_0xb9a1f1[_0x32fb1b(0x17c)](_0x32fb1b(0x16e)),_0x44f7a8=_0xb9a1f1[_0x32fb1b(0x170)]('hr');return _0xb9a1f1[_0x32fb1b(0x16b)](_0x32fb1b(0x173),_0x390b7b),_0xb9a1f1[_0x32fb1b(0x15c)](_0xb9a1f1[_0x32fb1b(0x179)](_0x390b7b,0x0),_0x44f7a8),_0x390b7b;},'converterPriority':_0x2c0af0(0x15a)});}}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module track-changes/integrations/htmlembed
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
9
|
+
/**
|
|
10
|
+
* Provides track changes plugin integration for {@link module:html-embed/htmlembed~HtmlEmbed HTML Embed feature}.
|
|
11
|
+
*/
|
|
12
|
+
export default class TrackChangesHtmlEmbed extends Plugin {
|
|
13
|
+
/**
|
|
14
|
+
* @inheritDoc
|
|
15
|
+
*/
|
|
16
|
+
afterInit(): void;
|
|
17
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, 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 _0xfdd0d2=_0x174f;(function(_0x259fc2,_0x4521b2){const _0x48945d=_0x174f,_0x26cc80=_0x259fc2();while(!![]){try{const _0x4b6c5e=-parseInt(_0x48945d(0xb5))/0x1+-parseInt(_0x48945d(0xaf))/0x2*(-parseInt(_0x48945d(0xa7))/0x3)+parseInt(_0x48945d(0x9d))/0x4+-parseInt(_0x48945d(0xa9))/0x5*(-parseInt(_0x48945d(0x9e))/0x6)+parseInt(_0x48945d(0xa8))/0x7+-parseInt(_0x48945d(0xb9))/0x8*(-parseInt(_0x48945d(0xbe))/0x9)+-parseInt(_0x48945d(0xa6))/0xa;if(_0x4b6c5e===_0x4521b2)break;else _0x26cc80['push'](_0x26cc80['shift']());}catch(_0x265869){_0x26cc80['push'](_0x26cc80['shift']());}}}(_0x658c,0x57318));import{Plugin as _0x596499}from'ckeditor5/src/core.js';import{getTranslation as _0x1e851c}from'../utils/common-translations.js';function _0x658c(){const _0x377816=['key','459436UUyLcr','registerElementLabel','attribute','htmlEmbed','566600XocIlm','ELEMENT_HTML_EMBED','registerDescriptionCallback','TrackChangesEditing','get','63urSmHH','_registerLegacyDescription','nodeAfter','descriptionFactory','locale','value','1096464oGUUgL','114EIpnuQ','formatBlock','element','type','HtmlEmbed','afterInit','commandName','enableDefaultAttributesIntegration','5796000KNNFvQ','623733jgYAAC','560448dpLAFa','89030bhFWrF','has','editor','*Change\x20%0\x20content*','format','start','2FEGosC','plugins','registerBlockAttribute','rawHtml','getFirstRange'];_0x658c=function(){return _0x377816;};return _0x658c();}function _0x174f(_0x481dc7,_0x3ea5bd){const _0x658c79=_0x658c();return _0x174f=function(_0x174f21,_0x4dabbb){_0x174f21=_0x174f21-0x98;let _0x5b097c=_0x658c79[_0x174f21];return _0x5b097c;},_0x174f(_0x481dc7,_0x3ea5bd);}export default class et extends _0x596499{[_0xfdd0d2(0xa3)](){const _0x19d49f=_0xfdd0d2,_0x335fa2=this[_0x19d49f(0xab)];if(!_0x335fa2[_0x19d49f(0xb0)][_0x19d49f(0xaa)](_0x19d49f(0xa2)))return;const _0x480f4a=_0x335fa2[_0x19d49f(0xb0)][_0x19d49f(0xbd)](_0x19d49f(0xbc)),_0x3a2883=_0x335fa2[_0x19d49f(0x9b)];_0x480f4a[_0x19d49f(0x9a)][_0x19d49f(0xb6)](_0x19d49f(0xb2),_0x47ddf6=>_0x1e851c(_0x3a2883,_0x19d49f(0xba),_0x47ddf6)),_0x480f4a[_0x19d49f(0xa5)](_0x19d49f(0xb8)),_0x480f4a[_0x19d49f(0xb1)](_0x19d49f(0x9c)),_0x480f4a[_0x19d49f(0x9a)][_0x19d49f(0xbb)](_0xc6572d=>{const _0x2b5ccb=_0x19d49f;if(_0x2b5ccb(0xb7)!=_0xc6572d[_0x2b5ccb(0xa1)])return;const {data:_0x12abed}=_0xc6572d;if(_0x12abed&&_0x2b5ccb(0x9c)==_0x12abed[_0x2b5ccb(0xb4)]&&_0xc6572d[_0x2b5ccb(0xb3)]()[_0x2b5ccb(0xae)][_0x2b5ccb(0x99)]['is'](_0x2b5ccb(0xa0),_0x2b5ccb(0xb2))){const _0x5de612=_0x1e851c(_0x3a2883,_0x2b5ccb(0xba));return{'type':_0x2b5ccb(0xad),'content':_0x1e851c(_0x3a2883,_0x2b5ccb(0xac),_0x5de612)};}}),this[_0x19d49f(0x98)]();}[_0xfdd0d2(0x98)](){const _0x9226aa=_0xfdd0d2,_0x3a1f93=this[_0x9226aa(0xab)],_0x43d83a=_0x3a1f93[_0x9226aa(0x9b)];_0x3a1f93[_0x9226aa(0xb0)][_0x9226aa(0xbd)](_0x9226aa(0xbc))[_0x9226aa(0x9a)][_0x9226aa(0xbb)](_0x5e8c28=>{const _0x2917f1=_0x9226aa;if(_0x2917f1(0x9f)!=_0x5e8c28[_0x2917f1(0xa1)])return;const {data:_0x460997}=_0x5e8c28;if(_0x460997&&_0x2917f1(0xb8)==_0x460997[_0x2917f1(0xa4)]){const _0x3c4015=_0x1e851c(_0x43d83a,_0x2917f1(0xba));return{'type':_0x2917f1(0xad),'content':_0x1e851c(_0x43d83a,_0x2917f1(0xac),_0x3c4015)};}});}}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module track-changes/integrations/image
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin } from 'ckeditor5/src/core.js';
|
|
9
|
+
/**
|
|
10
|
+
* Provides track changes plugin integration for {@link module:image/image~Image image feature}.
|
|
11
|
+
*/
|
|
12
|
+
export default class TrackChangesImage extends Plugin {
|
|
13
|
+
/**
|
|
14
|
+
* @inheritDoc
|
|
15
|
+
*/
|
|
16
|
+
afterInit(): void;
|
|
17
|
+
}
|