From 1fe9ca0f33027c8c9c4ec09d4cd84db6aee15a67 Mon Sep 17 00:00:00 2001 From: Sabda Yagra Date: Mon, 19 Jan 2026 14:13:42 +0700 Subject: [PATCH] fix: edit ckeditor --- package-lock.json | 293 +----------- package.json | 1 + .../@ckeditor/ckeditor5-indent/CHANGELOG.md | 71 +++ .../@ckeditor/ckeditor5-indent/LICENSE.md | 17 + .../@ckeditor/ckeditor5-indent/README.md | 20 + .../ckeditor5-indent/build/indent.js | 5 + .../ckeditor5-indent/build/translations/ar.js | 1 + .../ckeditor5-indent/build/translations/az.js | 1 + .../ckeditor5-indent/build/translations/bg.js | 1 + .../ckeditor5-indent/build/translations/bn.js | 1 + .../ckeditor5-indent/build/translations/ca.js | 1 + .../ckeditor5-indent/build/translations/cs.js | 1 + .../ckeditor5-indent/build/translations/da.js | 1 + .../build/translations/de-ch.js | 1 + .../ckeditor5-indent/build/translations/de.js | 1 + .../ckeditor5-indent/build/translations/el.js | 1 + .../build/translations/en-au.js | 1 + .../build/translations/en-gb.js | 1 + .../ckeditor5-indent/build/translations/es.js | 1 + .../ckeditor5-indent/build/translations/et.js | 1 + .../ckeditor5-indent/build/translations/fa.js | 1 + .../ckeditor5-indent/build/translations/fi.js | 1 + .../ckeditor5-indent/build/translations/fr.js | 1 + .../ckeditor5-indent/build/translations/gl.js | 1 + .../ckeditor5-indent/build/translations/he.js | 1 + .../ckeditor5-indent/build/translations/hi.js | 1 + .../ckeditor5-indent/build/translations/hr.js | 1 + .../ckeditor5-indent/build/translations/hu.js | 1 + .../ckeditor5-indent/build/translations/id.js | 1 + .../ckeditor5-indent/build/translations/it.js | 1 + .../ckeditor5-indent/build/translations/ja.js | 1 + .../ckeditor5-indent/build/translations/ko.js | 1 + .../ckeditor5-indent/build/translations/ku.js | 1 + .../ckeditor5-indent/build/translations/lt.js | 1 + .../ckeditor5-indent/build/translations/lv.js | 1 + .../ckeditor5-indent/build/translations/ms.js | 1 + .../ckeditor5-indent/build/translations/ne.js | 1 + .../ckeditor5-indent/build/translations/nl.js | 1 + .../ckeditor5-indent/build/translations/no.js | 1 + .../ckeditor5-indent/build/translations/pl.js | 1 + .../build/translations/pt-br.js | 1 + .../ckeditor5-indent/build/translations/pt.js | 1 + .../ckeditor5-indent/build/translations/ro.js | 1 + .../ckeditor5-indent/build/translations/ru.js | 1 + .../ckeditor5-indent/build/translations/sk.js | 1 + .../build/translations/sr-latn.js | 1 + .../ckeditor5-indent/build/translations/sr.js | 1 + .../ckeditor5-indent/build/translations/sv.js | 1 + .../ckeditor5-indent/build/translations/th.js | 1 + .../ckeditor5-indent/build/translations/tk.js | 1 + .../ckeditor5-indent/build/translations/tr.js | 1 + .../ckeditor5-indent/build/translations/ug.js | 1 + .../ckeditor5-indent/build/translations/uk.js | 1 + .../ckeditor5-indent/build/translations/ur.js | 1 + .../ckeditor5-indent/build/translations/uz.js | 1 + .../ckeditor5-indent/build/translations/vi.js | 1 + .../build/translations/zh-cn.js | 1 + .../ckeditor5-indent/build/translations/zh.js | 1 + .../ckeditor5-indent/ckeditor5-metadata.json | 49 ++ .../ckeditor5-indent/lang/contexts.json | 4 + .../ckeditor5-indent/lang/translations/ar.po | 26 ++ .../ckeditor5-indent/lang/translations/az.po | 26 ++ .../ckeditor5-indent/lang/translations/bg.po | 26 ++ .../ckeditor5-indent/lang/translations/bn.po | 26 ++ .../ckeditor5-indent/lang/translations/ca.po | 26 ++ .../ckeditor5-indent/lang/translations/cs.po | 26 ++ .../ckeditor5-indent/lang/translations/da.po | 26 ++ .../lang/translations/de-ch.po | 26 ++ .../ckeditor5-indent/lang/translations/de.po | 26 ++ .../ckeditor5-indent/lang/translations/el.po | 26 ++ .../lang/translations/en-au.po | 26 ++ .../lang/translations/en-gb.po | 26 ++ .../ckeditor5-indent/lang/translations/en.po | 26 ++ .../ckeditor5-indent/lang/translations/es.po | 26 ++ .../ckeditor5-indent/lang/translations/et.po | 26 ++ .../ckeditor5-indent/lang/translations/fa.po | 26 ++ .../ckeditor5-indent/lang/translations/fi.po | 26 ++ .../ckeditor5-indent/lang/translations/fr.po | 26 ++ .../ckeditor5-indent/lang/translations/gl.po | 26 ++ .../ckeditor5-indent/lang/translations/he.po | 26 ++ .../ckeditor5-indent/lang/translations/hi.po | 26 ++ .../ckeditor5-indent/lang/translations/hr.po | 26 ++ .../ckeditor5-indent/lang/translations/hu.po | 26 ++ .../ckeditor5-indent/lang/translations/id.po | 26 ++ .../ckeditor5-indent/lang/translations/it.po | 26 ++ .../ckeditor5-indent/lang/translations/ja.po | 26 ++ .../ckeditor5-indent/lang/translations/ko.po | 26 ++ .../ckeditor5-indent/lang/translations/ku.po | 26 ++ .../ckeditor5-indent/lang/translations/lt.po | 26 ++ .../ckeditor5-indent/lang/translations/lv.po | 26 ++ .../ckeditor5-indent/lang/translations/ms.po | 26 ++ .../ckeditor5-indent/lang/translations/ne.po | 26 ++ .../ckeditor5-indent/lang/translations/nl.po | 26 ++ .../ckeditor5-indent/lang/translations/no.po | 26 ++ .../ckeditor5-indent/lang/translations/pl.po | 26 ++ .../lang/translations/pt-br.po | 26 ++ .../ckeditor5-indent/lang/translations/pt.po | 26 ++ .../ckeditor5-indent/lang/translations/ro.po | 26 ++ .../ckeditor5-indent/lang/translations/ru.po | 26 ++ .../ckeditor5-indent/lang/translations/sk.po | 26 ++ .../lang/translations/sr-latn.po | 26 ++ .../ckeditor5-indent/lang/translations/sr.po | 26 ++ .../ckeditor5-indent/lang/translations/sv.po | 26 ++ .../ckeditor5-indent/lang/translations/th.po | 26 ++ .../ckeditor5-indent/lang/translations/tk.po | 26 ++ .../ckeditor5-indent/lang/translations/tr.po | 26 ++ .../ckeditor5-indent/lang/translations/ug.po | 26 ++ .../ckeditor5-indent/lang/translations/uk.po | 26 ++ .../ckeditor5-indent/lang/translations/ur.po | 26 ++ .../ckeditor5-indent/lang/translations/uz.po | 26 ++ .../ckeditor5-indent/lang/translations/vi.po | 26 ++ .../lang/translations/zh-cn.po | 26 ++ .../ckeditor5-indent/lang/translations/zh.po | 26 ++ .../@ckeditor/ckeditor5-indent/package.json | 37 ++ .../ckeditor5-indent/src/augmentation.d.ts | 24 + .../ckeditor5-indent/src/augmentation.js | 5 + .../ckeditor5-indent/src/indent.d.ts | 40 ++ .../@ckeditor/ckeditor5-indent/src/indent.js | 44 ++ .../ckeditor5-indent/src/indentblock.d.ts | 42 ++ .../ckeditor5-indent/src/indentblock.js | 147 ++++++ .../src/indentblockcommand.d.ts | 56 +++ .../src/indentblockcommand.js | 98 ++++ .../indentcommandbehavior/indentbehavior.d.ts | 25 + .../indentcommandbehavior/indentbehavior.js | 5 + .../indentusingclasses.d.ts | 39 ++ .../indentusingclasses.js | 39 ++ .../indentusingoffset.d.ts | 45 ++ .../indentusingoffset.js | 42 ++ .../ckeditor5-indent/src/indentconfig.d.ts | 72 +++ .../ckeditor5-indent/src/indentconfig.js | 5 + .../ckeditor5-indent/src/indentediting.d.ts | 26 ++ .../ckeditor5-indent/src/indentediting.js | 32 ++ .../ckeditor5-indent/src/indentui.d.ts | 31 ++ .../ckeditor5-indent/src/indentui.js | 72 +++ .../@ckeditor/ckeditor5-indent/src/index.d.ts | 14 + .../@ckeditor/ckeditor5-indent/src/index.js | 12 + .../ckeditor5-paste-from-office/CHANGELOG.md | 94 ++++ .../ckeditor5-paste-from-office/LICENSE.md | 17 + .../ckeditor5-paste-from-office/README.md | 22 + .../build/paste-from-office.js | 4 + .../ckeditor5-metadata.json | 11 + .../ckeditor5-paste-from-office/package.json | 37 ++ .../src/augmentation.d.ts | 10 + .../src/augmentation.js | 5 + .../src/filters/br.d.ts | 14 + .../src/filters/br.js | 65 +++ .../src/filters/image.d.ts | 24 + .../src/filters/image.js | 253 ++++++++++ .../src/filters/list.d.ts | 26 ++ .../src/filters/list.js | 439 ++++++++++++++++++ .../src/filters/parse.d.ts | 35 ++ .../src/filters/parse.js | 96 ++++ .../src/filters/removeboldwrapper.d.ts | 14 + .../src/filters/removeboldwrapper.js | 18 + .../src/filters/removegooglesheetstag.d.ts | 14 + .../src/filters/removegooglesheetstag.js | 18 + .../src/filters/removeinvalidtablewidth.d.ts | 14 + .../src/filters/removeinvalidtablewidth.js | 16 + .../src/filters/removemsattributes.d.ts | 14 + .../src/filters/removemsattributes.js | 43 ++ .../src/filters/removestyleblock.d.ts | 14 + .../src/filters/removestyleblock.js | 16 + .../src/filters/removexmlns.d.ts | 14 + .../src/filters/removexmlns.js | 16 + .../src/filters/space.d.ts | 25 + .../src/filters/space.js | 60 +++ .../src/filters/utils.d.ts | 25 + .../src/filters/utils.js | 52 +++ .../src/index.d.ts | 12 + .../ckeditor5-paste-from-office/src/index.js | 11 + .../src/normalizer.d.ts | 30 ++ .../src/normalizer.js | 5 + .../src/normalizers/googledocsnormalizer.d.ts | 29 ++ .../src/normalizers/googledocsnormalizer.js | 42 ++ .../normalizers/googlesheetsnormalizer.d.ts | 29 ++ .../src/normalizers/googlesheetsnormalizer.js | 44 ++ .../src/normalizers/mswordnormalizer.d.ts | 27 ++ .../src/normalizers/mswordnormalizer.js | 42 ++ .../src/pastefromoffice.d.ts | 36 ++ .../src/pastefromoffice.js | 71 +++ .../ckeditor5-source-editing/CHANGELOG.md | 4 + .../ckeditor5-source-editing/LICENSE.md | 17 + .../ckeditor5-source-editing/README.md | 20 + .../build/source-editing.js | 5 + .../build/translations/ar.js | 1 + .../build/translations/bg.js | 1 + .../build/translations/bn.js | 1 + .../build/translations/ca.js | 1 + .../build/translations/cs.js | 1 + .../build/translations/da.js | 1 + .../build/translations/de.js | 1 + .../build/translations/el.js | 1 + .../build/translations/en-au.js | 1 + .../build/translations/es.js | 1 + .../build/translations/et.js | 1 + .../build/translations/fi.js | 1 + .../build/translations/fr.js | 1 + .../build/translations/gl.js | 1 + .../build/translations/he.js | 1 + .../build/translations/hi.js | 1 + .../build/translations/hr.js | 1 + .../build/translations/hu.js | 1 + .../build/translations/id.js | 1 + .../build/translations/it.js | 1 + .../build/translations/ja.js | 1 + .../build/translations/ko.js | 1 + .../build/translations/lt.js | 1 + .../build/translations/lv.js | 1 + .../build/translations/ms.js | 1 + .../build/translations/nl.js | 1 + .../build/translations/no.js | 1 + .../build/translations/pl.js | 1 + .../build/translations/pt-br.js | 1 + .../build/translations/pt.js | 1 + .../build/translations/ro.js | 1 + .../build/translations/ru.js | 1 + .../build/translations/sk.js | 1 + .../build/translations/sr-latn.js | 1 + .../build/translations/sr.js | 1 + .../build/translations/sv.js | 1 + .../build/translations/th.js | 1 + .../build/translations/tr.js | 1 + .../build/translations/ug.js | 1 + .../build/translations/uk.js | 1 + .../build/translations/ur.js | 1 + .../build/translations/vi.js | 1 + .../build/translations/zh-cn.js | 1 + .../build/translations/zh.js | 1 + .../ckeditor5-metadata.json | 18 + .../lang/contexts.json | 4 + .../lang/translations/ar.po | 26 ++ .../lang/translations/bg.po | 26 ++ .../lang/translations/bn.po | 26 ++ .../lang/translations/ca.po | 26 ++ .../lang/translations/cs.po | 26 ++ .../lang/translations/da.po | 26 ++ .../lang/translations/de.po | 26 ++ .../lang/translations/el.po | 26 ++ .../lang/translations/en-au.po | 26 ++ .../lang/translations/en.po | 26 ++ .../lang/translations/es.po | 26 ++ .../lang/translations/et.po | 26 ++ .../lang/translations/fi.po | 26 ++ .../lang/translations/fr.po | 26 ++ .../lang/translations/gl.po | 26 ++ .../lang/translations/he.po | 26 ++ .../lang/translations/hi.po | 26 ++ .../lang/translations/hr.po | 26 ++ .../lang/translations/hu.po | 26 ++ .../lang/translations/id.po | 26 ++ .../lang/translations/it.po | 26 ++ .../lang/translations/ja.po | 26 ++ .../lang/translations/ko.po | 26 ++ .../lang/translations/lt.po | 26 ++ .../lang/translations/lv.po | 26 ++ .../lang/translations/ms.po | 26 ++ .../lang/translations/nl.po | 26 ++ .../lang/translations/no.po | 26 ++ .../lang/translations/pl.po | 26 ++ .../lang/translations/pt-br.po | 26 ++ .../lang/translations/pt.po | 26 ++ .../lang/translations/ro.po | 26 ++ .../lang/translations/ru.po | 26 ++ .../lang/translations/sk.po | 26 ++ .../lang/translations/sr-latn.po | 26 ++ .../lang/translations/sr.po | 26 ++ .../lang/translations/sv.po | 26 ++ .../lang/translations/th.po | 26 ++ .../lang/translations/tr.po | 26 ++ .../lang/translations/ug.po | 26 ++ .../lang/translations/uk.po | 26 ++ .../lang/translations/ur.po | 26 ++ .../lang/translations/vi.po | 26 ++ .../lang/translations/zh-cn.po | 26 ++ .../lang/translations/zh.po | 26 ++ .../ckeditor5-source-editing/package.json | 38 ++ .../src/augmentation.d.ts | 18 + .../src/augmentation.js | 5 + .../ckeditor5-source-editing/src/index.d.ts | 10 + .../ckeditor5-source-editing/src/index.js | 9 + .../src/sourceediting.d.ts | 104 +++++ .../src/sourceediting.js | 351 ++++++++++++++ .../src/sourceeditingconfig.d.ts | 34 ++ .../src/sourceeditingconfig.js | 5 + .../src/utils/formathtml.d.ts | 19 + .../src/utils/formathtml.js | 153 ++++++ .../theme/icons/source-editing.svg | 1 + .../theme/sourceediting.css | 52 +++ .../@ckeditor/ckeditor5-upload/CHANGELOG.md | 251 ++++++++++ .../@ckeditor/ckeditor5-upload/LICENSE.md | 17 + .../@ckeditor/ckeditor5-upload/README.md | 16 + .../ckeditor5-upload/ckeditor5-metadata.json | 18 + .../ckeditor5-upload/lang/contexts.json | 3 + .../ckeditor5-upload/lang/translations/ar.po | 22 + .../ckeditor5-upload/lang/translations/az.po | 22 + .../ckeditor5-upload/lang/translations/bg.po | 22 + .../ckeditor5-upload/lang/translations/bn.po | 22 + .../ckeditor5-upload/lang/translations/ca.po | 22 + .../ckeditor5-upload/lang/translations/cs.po | 22 + .../ckeditor5-upload/lang/translations/da.po | 22 + .../lang/translations/de-ch.po | 22 + .../ckeditor5-upload/lang/translations/de.po | 22 + .../ckeditor5-upload/lang/translations/el.po | 22 + .../lang/translations/en-au.po | 22 + .../lang/translations/en-gb.po | 22 + .../ckeditor5-upload/lang/translations/en.po | 22 + .../lang/translations/es-co.po | 22 + .../ckeditor5-upload/lang/translations/es.po | 22 + .../ckeditor5-upload/lang/translations/et.po | 22 + .../ckeditor5-upload/lang/translations/fa.po | 22 + .../ckeditor5-upload/lang/translations/fi.po | 22 + .../ckeditor5-upload/lang/translations/fr.po | 22 + .../ckeditor5-upload/lang/translations/gl.po | 22 + .../ckeditor5-upload/lang/translations/he.po | 22 + .../ckeditor5-upload/lang/translations/hi.po | 22 + .../ckeditor5-upload/lang/translations/hr.po | 22 + .../ckeditor5-upload/lang/translations/hu.po | 22 + .../ckeditor5-upload/lang/translations/id.po | 22 + .../ckeditor5-upload/lang/translations/it.po | 22 + .../ckeditor5-upload/lang/translations/ja.po | 22 + .../ckeditor5-upload/lang/translations/ko.po | 22 + .../ckeditor5-upload/lang/translations/ku.po | 22 + .../ckeditor5-upload/lang/translations/lt.po | 22 + .../ckeditor5-upload/lang/translations/lv.po | 22 + .../ckeditor5-upload/lang/translations/ms.po | 22 + .../ckeditor5-upload/lang/translations/nb.po | 22 + .../ckeditor5-upload/lang/translations/ne.po | 22 + .../ckeditor5-upload/lang/translations/nl.po | 22 + .../ckeditor5-upload/lang/translations/no.po | 22 + .../ckeditor5-upload/lang/translations/pl.po | 22 + .../lang/translations/pt-br.po | 22 + .../ckeditor5-upload/lang/translations/pt.po | 22 + .../ckeditor5-upload/lang/translations/ro.po | 22 + .../ckeditor5-upload/lang/translations/ru.po | 22 + .../ckeditor5-upload/lang/translations/sk.po | 22 + .../ckeditor5-upload/lang/translations/sq.po | 22 + .../lang/translations/sr-latn.po | 22 + .../ckeditor5-upload/lang/translations/sr.po | 22 + .../ckeditor5-upload/lang/translations/sv.po | 22 + .../ckeditor5-upload/lang/translations/th.po | 22 + .../ckeditor5-upload/lang/translations/tk.po | 22 + .../ckeditor5-upload/lang/translations/tr.po | 22 + .../ckeditor5-upload/lang/translations/ug.po | 22 + .../ckeditor5-upload/lang/translations/uk.po | 22 + .../ckeditor5-upload/lang/translations/ur.po | 22 + .../ckeditor5-upload/lang/translations/uz.po | 22 + .../ckeditor5-upload/lang/translations/vi.po | 22 + .../lang/translations/zh-cn.po | 22 + .../ckeditor5-upload/lang/translations/zh.po | 22 + .../@ckeditor/ckeditor5-upload/package.json | 36 ++ .../src/adapters/base64uploadadapter.d.ts | 33 ++ .../src/adapters/base64uploadadapter.js | 81 ++++ .../src/adapters/simpleuploadadapter.d.ts | 48 ++ .../src/adapters/simpleuploadadapter.js | 175 +++++++ .../ckeditor5-upload/src/augmentation.d.ts | 20 + .../ckeditor5-upload/src/augmentation.js | 5 + .../ckeditor5-upload/src/filereader.d.ts | 56 +++ .../ckeditor5-upload/src/filereader.js | 71 +++ .../ckeditor5-upload/src/filerepository.d.ts | 342 ++++++++++++++ .../ckeditor5-upload/src/filerepository.js | 383 +++++++++++++++ .../@ckeditor/ckeditor5-upload/src/index.d.ts | 12 + .../@ckeditor/ckeditor5-upload/src/index.js | 11 + .../ckeditor5-upload/src/uploadconfig.d.ts | 90 ++++ .../ckeditor5-upload/src/uploadconfig.js | 5 + 364 files changed, 9455 insertions(+), 276 deletions(-) create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/CHANGELOG.md create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/LICENSE.md create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/README.md create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/indent.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ar.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/az.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bg.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bn.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ca.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/cs.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/da.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de-ch.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/el.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-au.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-gb.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/es.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/et.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fa.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fi.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fr.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/gl.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/he.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hi.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hr.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hu.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/id.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/it.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ja.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ko.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ku.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lt.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lv.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ms.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ne.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/nl.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/no.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pl.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt-br.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ro.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ru.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sk.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr-latn.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sv.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/th.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tk.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tr.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ug.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uk.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ur.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uz.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/vi.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh-cn.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/ckeditor5-metadata.json create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/contexts.json create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ar.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/az.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bg.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bn.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ca.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/cs.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/da.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de-ch.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/el.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-au.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-gb.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/es.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/et.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fa.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fi.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fr.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/gl.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/he.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hi.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hr.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hu.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/id.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/it.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ja.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ko.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ku.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lt.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lv.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ms.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ne.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/nl.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/no.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pl.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt-br.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ro.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ru.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sk.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr-latn.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sv.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/th.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tk.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tr.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ug.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uk.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ur.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uz.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/vi.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh-cn.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/package.json create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/CHANGELOG.md create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/LICENSE.md create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/README.md create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/build/paste-from-office.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/ckeditor5-metadata.json create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/package.json create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/augmentation.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/augmentation.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/br.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/br.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/image.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/image.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/list.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/list.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/parse.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/parse.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeboldwrapper.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeboldwrapper.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removemsattributes.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removemsattributes.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removestyleblock.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removestyleblock.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removexmlns.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removexmlns.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/space.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/space.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/utils.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/utils.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/index.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/index.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizer.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizer.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/CHANGELOG.md create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/LICENSE.md create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/README.md create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/source-editing.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ar.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/bg.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/bn.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ca.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/cs.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/da.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/de.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/el.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/en-au.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/es.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/et.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/fi.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/fr.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/gl.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/he.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hi.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hr.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hu.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/id.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/it.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ja.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ko.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/lt.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/lv.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ms.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/nl.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/no.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pl.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pt-br.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pt.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ro.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ru.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sk.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sr-latn.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sr.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sv.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/th.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/tr.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ug.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/uk.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ur.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/vi.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/zh-cn.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/zh.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/ckeditor5-metadata.json create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/contexts.json create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ar.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/bg.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/bn.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ca.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/cs.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/da.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/de.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/el.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/en-au.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/en.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/es.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/et.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/fi.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/fr.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/gl.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/he.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hi.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hr.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hu.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/id.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/it.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ja.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ko.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/lt.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/lv.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ms.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/nl.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/no.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pl.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pt-br.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pt.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ro.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ru.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sk.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sr-latn.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sr.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sv.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/th.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/tr.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ug.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/uk.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ur.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/vi.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/zh-cn.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/zh.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/package.json create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/augmentation.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/augmentation.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/index.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/index.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceediting.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceediting.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceeditingconfig.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceeditingconfig.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/utils/formathtml.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/utils/formathtml.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/theme/icons/source-editing.svg create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/theme/sourceediting.css create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/CHANGELOG.md create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/LICENSE.md create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/README.md create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/ckeditor5-metadata.json create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/contexts.json create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ar.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/az.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/bg.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/bn.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ca.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/cs.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/da.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/de-ch.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/de.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/el.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en-au.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en-gb.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/es-co.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/es.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/et.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fa.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fi.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fr.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/gl.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/he.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hi.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hr.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hu.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/id.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/it.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ja.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ko.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ku.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/lt.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/lv.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ms.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/nb.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ne.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/nl.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/no.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pl.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pt-br.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pt.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ro.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ru.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sk.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sq.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sr-latn.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sr.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sv.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/th.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/tk.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/tr.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ug.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/uk.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ur.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/uz.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/vi.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/zh-cn.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/zh.po create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/package.json create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/simpleuploadadapter.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/simpleuploadadapter.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/augmentation.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/augmentation.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filereader.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filereader.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filerepository.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filerepository.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/index.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/index.js create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/uploadconfig.d.ts create mode 100644 vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/uploadconfig.js diff --git a/package-lock.json b/package-lock.json index 82262d5..09a84a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,6 +31,7 @@ "@ckeditor/ckeditor5-table": "^47.4.0", "@ckeditor/ckeditor5-typing": "^47.4.0", "@ckeditor/ckeditor5-undo": "^47.4.0", + "@ckeditor/ckeditor5-upload": "^47.4.0", "@ckeditor/ckeditor5-utils": "^47.4.0", "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^7.0.0", @@ -1370,16 +1371,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -2899,16 +2890,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-autoformat/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-autoformat/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -4471,16 +4452,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-basic-styles/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-basic-styles/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -6001,16 +5972,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-block-quote/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-block-quote/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -7531,16 +7492,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-bookmark/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -9244,16 +9195,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-cloud-services/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-cloud-services/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -10775,16 +10716,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -12303,16 +12234,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-core/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-core/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -14013,16 +13934,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-editor-classic/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-editor-classic/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -15722,16 +15633,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-emoji/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -17314,16 +17215,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-essentials/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-essentials/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -18901,16 +18792,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -20431,16 +20312,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-fullscreen/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -21961,16 +21832,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-heading/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-heading/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -23719,16 +23580,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-image/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-image/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -25250,16 +25101,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-indent/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-indent/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -26853,16 +26694,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-link/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-link/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -28386,16 +28217,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-list/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-list/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -29965,16 +29786,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-media-embed/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-media-embed/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -31679,16 +31490,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-paragraph/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-paragraph/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -33206,16 +33007,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-paste-from-office/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-paste-from-office/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -34975,16 +34766,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -36648,16 +36429,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-table/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-table/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -38241,16 +38012,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-undo/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-undo/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -39331,33 +39092,13 @@ } }, "node_modules/@ckeditor/ckeditor5-upload": { - "version": "41.3.1", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-41.3.1.tgz", - "integrity": "sha512-ugTgGEgA9qsSl5+qptTmawdfYaONr6b3uTG4byZ76JMdf0qiniZjBF/TtGAVmBkCipcVWFoaZKteiz0fhQMHjA==", - "license": "GPL-2.0-or-later", + "version": "47.4.0", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", + "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@ckeditor/ckeditor5-core": "41.3.1", - "@ckeditor/ckeditor5-utils": "41.3.1" - } - }, - "node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core": { - "version": "41.3.1", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-41.3.1.tgz", - "integrity": "sha512-h+PgPtCpS2vjO3HbKMYtddRPW+B3AJx9qpixmHJnUZMiFCmRjUZjXATjpi3j+kSQISs4L2Yghq+lsAQxyGHb+A==", - "license": "GPL-2.0-or-later", - "dependencies": { - "@ckeditor/ckeditor5-engine": "41.3.1", - "@ckeditor/ckeditor5-utils": "41.3.1", - "lodash-es": "4.17.21" - } - }, - "node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils": { - "version": "41.3.1", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-41.3.1.tgz", - "integrity": "sha512-jJu9ndn6Y7+ffBYdDCRXX7OnV9Ddgms2HSF1pmhjZN0uoL96XworuUOn8hx3Zs/KBPjJEwbtYWJMjG9aohrgaQ==", - "license": "GPL-2.0-or-later", - "dependencies": { - "lodash-es": "4.17.21" + "@ckeditor/ckeditor5-core": "47.4.0", + "@ckeditor/ckeditor5-utils": "47.4.0" } }, "node_modules/@ckeditor/ckeditor5-utils": { @@ -39796,16 +39537,6 @@ "vanilla-colorful": "0.7.2" } }, - "node_modules/@ckeditor/ckeditor5-utils/node_modules/@ckeditor/ckeditor5-upload": { - "version": "47.4.0", - "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-47.4.0.tgz", - "integrity": "sha512-9gMfYltVNi5aYNs8IixTXww9kyU0+oEeY9pN8W6YLrhToVJdnN14pW3yNkQJKJPK7HS2RgM6L1Y+u50qu/IL2g==", - "license": "SEE LICENSE IN LICENSE.md", - "dependencies": { - "@ckeditor/ckeditor5-core": "47.4.0", - "@ckeditor/ckeditor5-utils": "47.4.0" - } - }, "node_modules/@ckeditor/ckeditor5-utils/node_modules/@ckeditor/ckeditor5-watchdog": { "version": "47.4.0", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-47.4.0.tgz", @@ -68735,6 +68466,16 @@ "@ckeditor/ckeditor5-ui": "41.3.1" } }, + "vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload": { + "version": "41.3.1", + "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-41.3.1.tgz", + "integrity": "sha512-ugTgGEgA9qsSl5+qptTmawdfYaONr6b3uTG4byZ76JMdf0qiniZjBF/TtGAVmBkCipcVWFoaZKteiz0fhQMHjA==", + "license": "GPL-2.0-or-later", + "dependencies": { + "@ckeditor/ckeditor5-core": "41.3.1", + "@ckeditor/ckeditor5-utils": "41.3.1" + } + }, "vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils": { "version": "41.3.1", "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-41.3.1.tgz", diff --git a/package.json b/package.json index 213b928..7cda148 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "@ckeditor/ckeditor5-table": "^47.4.0", "@ckeditor/ckeditor5-typing": "^47.4.0", "@ckeditor/ckeditor5-undo": "^47.4.0", + "@ckeditor/ckeditor5-upload": "^47.4.0", "@ckeditor/ckeditor5-utils": "^47.4.0", "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^7.0.0", diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/CHANGELOG.md new file mode 100644 index 0000000..a42d461 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/CHANGELOG.md @@ -0,0 +1,71 @@ +Changelog +========= + +All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md. + +Changes for the past releases are available below. + +## [19.0.0](https://github.com/ckeditor/ckeditor5-indent/compare/v18.0.0...v19.0.0) (April 29, 2020) + +Internal changes only (updated dependencies, documentation, etc.). + + +## [18.0.0](https://github.com/ckeditor/ckeditor5-indent/compare/v17.0.0...v18.0.0) (March 19, 2020) + +Internal changes only (updated dependencies, documentation, etc.). + + +## [17.0.0](https://github.com/ckeditor/ckeditor5-indent/compare/v16.0.0...v17.0.0) (February 19, 2020) + +### Bug fixes + +* Focus the editor before executing toolbar buttons' command. See [ckeditor/ckeditor5#353](https://github.com/ckeditor/ckeditor5/issues/353). ([ff49482](https://github.com/ckeditor/ckeditor5-indent/commit/ff49482)) + +### Other changes + +* Updated translations. ([f0a7140](https://github.com/ckeditor/ckeditor5-indent/commit/f0a7140)) + + +## [16.0.0](https://github.com/ckeditor/ckeditor5-indent/compare/v15.0.0...v16.0.0) (December 4, 2019) + +### Other changes + +* Updated translations. ([749ed44](https://github.com/ckeditor/ckeditor5-indent/commit/749ed44)) + + +## [15.0.0](https://github.com/ckeditor/ckeditor5-indent/compare/v10.1.0...v15.0.0) (October 23, 2019) + +### Bug fixes + +* `IndentBlock` should integrate with other features regardless of the editor plugin order. Closes [ckeditor/ckeditor5#2359](https://github.com/ckeditor/ckeditor5/issues/2359). ([cf15eab](https://github.com/ckeditor/ckeditor5-indent/commit/cf15eab)) + +### Other changes + +* Updated translations. ([857389c](https://github.com/ckeditor/ckeditor5-indent/commit/857389c)) ([3a262fd](https://github.com/ckeditor/ckeditor5-indent/commit/3a262fd)) + + +## [10.1.0](https://github.com/ckeditor/ckeditor5-indent/compare/v10.0.1...v10.1.0) (August 26, 2019) + +### Features + +* Integrated the indent block feature with different editor content directions (LTR and RTL). See [ckeditor/ckeditor5#1151](https://github.com/ckeditor/ckeditor5/issues/1151). ([45828ce](https://github.com/ckeditor/ckeditor5-indent/commit/45828ce)) + +### Bug fixes + +* The `'indentBlock'` command should be executed on blocks from the selection according to the schema rules. Closes [#8](https://github.com/ckeditor/ckeditor5-indent/issues/8). ([15caf3e](https://github.com/ckeditor/ckeditor5-indent/commit/15caf3e)) +* The `indentBlock` command will now operate only on selected top-most blocks. Closes [#11](https://github.com/ckeditor/ckeditor5-indent/issues/11). ([7fac8c0](https://github.com/ckeditor/ckeditor5-indent/commit/7fac8c0)) + +### Other changes + +* The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See [ckeditor/ckeditor5#1988](https://github.com/ckeditor/ckeditor5/issues/1988). ([fae33af](https://github.com/ckeditor/ckeditor5-indent/commit/fae33af)) +* Updated translations. ([cc421f3](https://github.com/ckeditor/ckeditor5-indent/commit/cc421f3)) + + +## [10.0.1](https://github.com/ckeditor/ckeditor5-indent/compare/v10.0.0...v10.0.1) (July 10, 2019) + +Internal changes only (updated dependencies, documentation, etc.). + + +## [10.0.0](https://github.com/ckeditor/ckeditor5-indent/tree/v10.0.0) (July 4, 2019) + +Initial implementation of the block indentation feature. diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/LICENSE.md new file mode 100644 index 0000000..e861287 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/LICENSE.md @@ -0,0 +1,17 @@ +Software License Agreement +========================== + +**CKEditor 5 block indentation feature** – https://github.com/ckeditor/ckeditor5-indent
+Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved. + +Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). + +Sources of Intellectual Property Included in CKEditor +----------------------------------------------------- + +Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission. + +Trademarks +---------- + +**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders. diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/README.md new file mode 100644 index 0000000..94b3e49 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/README.md @@ -0,0 +1,20 @@ +CKEditor 5 block indentation feature +==================================== + +[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-indent.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-indent) +[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master) +[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5) + +This package implements block indentation support for CKEditor 5. + +## Demo + +Check out the [demo in the Block indentation feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/indent.html#demo). + +## Documentation + +See the [`@ckeditor/ckeditor5-indent` package](https://ckeditor.com/docs/ckeditor5/latest/api/indent.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/). + +## License + +Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license). diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/indent.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/indent.js new file mode 100644 index 0000000..447e4df --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/indent.js @@ -0,0 +1,5 @@ +!function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Decrease indent","Increase indent":"Increase indent"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})), +/*! + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md. + */(()=>{var t={782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(s){var i=e[s];if(void 0!==i)return i.exports;var o=e[s]={exports:{}};return t[s](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var s in e)n.o(e,s)&&!n.o(t,s)&&Object.defineProperty(t,s,{enumerable:!0,get:e[s]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var s={};(()=>{"use strict";n.r(s),n.d(s,{Indent:()=>r,IndentBlock:()=>g,IndentEditing:()=>e,IndentUI:()=>o});var t=n(782);class e extends t.Plugin{static get pluginName(){return"IndentEditing"}init(){const e=this.editor;e.commands.add("indent",new t.MultiCommand(e)),e.commands.add("outdent",new t.MultiCommand(e))}}var i=n(311);class o extends t.Plugin{static get pluginName(){return"IndentUI"}init(){const e=this.editor,n=e.locale,s=e.t,i="ltr"==n.uiLanguageDirection?t.icons.indent:t.icons.outdent,o="ltr"==n.uiLanguageDirection?t.icons.outdent:t.icons.indent;this._defineButton("indent",s("Increase indent"),i),this._defineButton("outdent",s("Decrease indent"),o)}_defineButton(t,e,n){const s=this.editor;s.ui.componentFactory.add(t,(()=>{const s=this._createButton(i.ButtonView,t,e,n);return s.set({tooltip:!0}),s})),s.ui.componentFactory.add("menuBar:"+t,(()=>this._createButton(i.MenuBarMenuListItemButtonView,t,e,n)))}_createButton(t,e,n,s){const i=this.editor,o=i.commands.get(e),r=new t(i.locale);return r.set({label:n,icon:s}),r.bind("isEnabled").to(o,"isEnabled"),this.listenTo(r,"execute",(()=>{i.execute(e),i.editing.view.focus()})),r}}class r extends t.Plugin{static get pluginName(){return"Indent"}static get requires(){return[e,o]}}var d=n(783),a=n(584);class c extends t.Command{constructor(t,e){super(t),this._indentBehavior=e}refresh(){const t=this.editor.model,e=(0,a.first)(t.document.selection.getSelectedBlocks());e&&this._isIndentationChangeAllowed(e)?this.isEnabled=this._indentBehavior.checkEnabled(e.getAttribute("blockIndent")):this.isEnabled=!1}execute(){const t=this.editor.model,e=this._getBlocksToChange();t.change((t=>{for(const n of e){const e=n.getAttribute("blockIndent"),s=this._indentBehavior.getNextIndent(e);s?t.setAttribute("blockIndent",s,n):t.removeAttribute("blockIndent",n)}}))}_getBlocksToChange(){const t=this.editor.model.document.selection;return Array.from(t.getSelectedBlocks()).filter((t=>this._isIndentationChangeAllowed(t)))}_isIndentationChangeAllowed(t){const e=this.editor;if(!e.model.schema.checkAttribute(t,"blockIndent"))return!1;if(!e.plugins.has("ListUtils"))return!0;if(!this._indentBehavior.isForward)return!0;return!e.plugins.get("ListUtils").isListItemBlock(t)}}class l{constructor(t){this.isForward="forward"===t.direction,this.offset=t.offset,this.unit=t.unit}checkEnabled(t){const e=parseFloat(t||"0");return this.isForward||e>0}getNextIndent(t){const e=parseFloat(t||"0");if(!(!t||t.endsWith(this.unit)))return this.isForward?this.offset+this.unit:void 0;const n=e+(this.isForward?this.offset:-this.offset);return n>0?n+this.unit:void 0}}class u{constructor(t){this.isForward="forward"===t.direction,this.classes=t.classes}checkEnabled(t){const e=this.classes.indexOf(t);return this.isForward?e=0}getNextIndent(t){const e=this.classes.indexOf(t),n=this.isForward?1:-1;return this.classes[e+n]}}const h=["paragraph","heading1","heading2","heading3","heading4","heading5","heading6"];class g extends t.Plugin{constructor(t){super(t),t.config.define("indentBlock",{offset:40,unit:"px"})}static get pluginName(){return"IndentBlock"}init(){const t=this.editor,e=t.config.get("indentBlock");e.classes&&e.classes.length?(this._setupConversionUsingClasses(e.classes),t.commands.add("indentBlock",new c(t,new u({direction:"forward",classes:e.classes}))),t.commands.add("outdentBlock",new c(t,new u({direction:"backward",classes:e.classes})))):(t.data.addStyleProcessorRules(d.addMarginRules),this._setupConversionUsingOffset(),t.commands.add("indentBlock",new c(t,new l({direction:"forward",offset:e.offset,unit:e.unit}))),t.commands.add("outdentBlock",new c(t,new l({direction:"backward",offset:e.offset,unit:e.unit}))))}afterInit(){const t=this.editor,e=t.model.schema,n=t.commands.get("indent"),s=t.commands.get("outdent"),i=t.config.get("heading.options");(i&&i.map((t=>t.model))||h).forEach((t=>{e.isRegistered(t)&&e.extend(t,{allowAttributes:"blockIndent"})})),e.setAttributeProperties("blockIndent",{isFormatting:!0}),n.registerChildCommand(t.commands.get("indentBlock")),s.registerChildCommand(t.commands.get("outdentBlock"))}_setupConversionUsingOffset(){const t=this.editor.conversion,e="rtl"===this.editor.locale.contentLanguageDirection?"margin-right":"margin-left";t.for("upcast").attributeToAttribute({view:{styles:{[e]:/[\s\S]+/}},model:{key:"blockIndent",value:t=>{if(!t.is("element","li"))return t.getStyle(e)}}}),t.for("downcast").attributeToAttribute({model:"blockIndent",view:t=>({key:"style",value:{[e]:t}})})}_setupConversionUsingClasses(t){const e={model:{key:"blockIndent",values:[]},view:{}};for(const n of t)e.model.values.push(n),e.view[n]={key:"class",value:[n]};this.editor.conversion.attributeToAttribute(e)}}})(),(window.CKEditor5=window.CKEditor5||{}).indent=s})(); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ar.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ar.js new file mode 100644 index 0000000..4965a7f --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ar.js @@ -0,0 +1 @@ +!function(n){const i=n.ar=n.ar||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"تقليص المسافة البادئة","Increase indent":"زيادة المسافة البادئة"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/az.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/az.js new file mode 100644 index 0000000..113b178 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/az.js @@ -0,0 +1 @@ +!function(i){const n=i.az=i.az||{};n.dictionary=Object.assign(n.dictionary||{},{"Decrease indent":"Boş yeri kiçilt","Increase indent":"Boş yeri böyüt"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bg.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bg.js new file mode 100644 index 0000000..ef2a5a3 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bg.js @@ -0,0 +1 @@ +!function(n){const i=n.bg=n.bg||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Намали отстъпа","Increase indent":"Увеличи отстъпа"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bn.js new file mode 100644 index 0000000..b88f49d --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bn.js @@ -0,0 +1 @@ +!function(n){const i=n.bn=n.bn||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"ইন্ডেন্ট হ্রাস করুন","Increase indent":"ইন্ডেন্ট বৃদ্ধি করুন"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ca.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ca.js new file mode 100644 index 0000000..f71bdd6 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ca.js @@ -0,0 +1 @@ +!function(n){const a=n.ca=n.ca||{};a.dictionary=Object.assign(a.dictionary||{},{"Decrease indent":"Reduir el sagnat","Increase indent":"Augmentar el sagnat"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/cs.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/cs.js new file mode 100644 index 0000000..2778310 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/cs.js @@ -0,0 +1 @@ +!function(n){const i=n.cs=n.cs||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Zmenšit odsazení","Increase indent":"Zvětšit odsazení"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/da.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/da.js new file mode 100644 index 0000000..730ce66 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/da.js @@ -0,0 +1 @@ +!function(n){const i=n.da=n.da||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Formindsk indrykning","Increase indent":"Forøg indrykning"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de-ch.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de-ch.js new file mode 100644 index 0000000..4118a22 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de-ch.js @@ -0,0 +1 @@ +!function(n){const e=n["de-ch"]=n["de-ch"]||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Einzug verkleinern","Increase indent":"Einzug vergrössern"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de.js new file mode 100644 index 0000000..5a87df0 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de.js @@ -0,0 +1 @@ +!function(n){const e=n.de=n.de||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Einzug verkleinern","Increase indent":"Einzug vergrößern"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/el.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/el.js new file mode 100644 index 0000000..91e7133 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/el.js @@ -0,0 +1 @@ +!function(n){const e=n.el=n.el||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Μείωση εσοχής","Increase indent":"Αύξηση εσοχής"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-au.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-au.js new file mode 100644 index 0000000..e0f1d1e --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-au.js @@ -0,0 +1 @@ +!function(n){const e=n["en-au"]=n["en-au"]||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Decrease indent","Increase indent":"Increase indent"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-gb.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-gb.js new file mode 100644 index 0000000..9253ccc --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-gb.js @@ -0,0 +1 @@ +!function(n){const e=n["en-gb"]=n["en-gb"]||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Decrease indent","Increase indent":"Increase indent"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/es.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/es.js new file mode 100644 index 0000000..c4bf870 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/es.js @@ -0,0 +1 @@ +!function(n){const i=n.es=n.es||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Disminuir sangría","Increase indent":"Aumentar sangría"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/et.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/et.js new file mode 100644 index 0000000..f0396f1 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/et.js @@ -0,0 +1 @@ +!function(n){const e=n.et=n.et||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Vähenda taanet","Increase indent":"Suurenda taanet"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fa.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fa.js new file mode 100644 index 0000000..c759c01 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fa.js @@ -0,0 +1 @@ +!function(n){const i=n.fa=n.fa||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"کاهش تورفتگی","Increase indent":"افزایش تورفتگی"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fi.js new file mode 100644 index 0000000..f4ec2fb --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fi.js @@ -0,0 +1 @@ +!function(n){const i=n.fi=n.fi||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Vähennä sisennystä","Increase indent":"Lisää sisennystä"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fr.js new file mode 100644 index 0000000..f2046e6 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fr.js @@ -0,0 +1 @@ +!function(e){const n=e.fr=e.fr||{};n.dictionary=Object.assign(n.dictionary||{},{"Decrease indent":"Diminuer le retrait","Increase indent":"Augmenter le retrait"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/gl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/gl.js new file mode 100644 index 0000000..a257904 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/gl.js @@ -0,0 +1 @@ +!function(n){const a=n.gl=n.gl||{};a.dictionary=Object.assign(a.dictionary||{},{"Decrease indent":"Reducir a sangría","Increase indent":"Aumentar a sangría"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/he.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/he.js new file mode 100644 index 0000000..7fdb0a7 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/he.js @@ -0,0 +1 @@ +!function(n){const e=n.he=n.he||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"הקטנת הזחה","Increase indent":"הגדלת הזחה"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hi.js new file mode 100644 index 0000000..6dea13f --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hi.js @@ -0,0 +1 @@ +!function(n){const e=n.hi=n.hi||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Decrease indent","Increase indent":"Increase indent"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hr.js new file mode 100644 index 0000000..ab0bff7 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hr.js @@ -0,0 +1 @@ +!function(n){const e=n.hr=n.hr||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Umanji uvlačenje","Increase indent":"Povećaj uvlačenje"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hu.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hu.js new file mode 100644 index 0000000..7adbfb7 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hu.js @@ -0,0 +1 @@ +!function(n){const e=n.hu=n.hu||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Behúzás csökkentése","Increase indent":"Behúzás növelése"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/id.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/id.js new file mode 100644 index 0000000..1b0d3c7 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/id.js @@ -0,0 +1 @@ +!function(n){const i=n.id=n.id||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Kurangi indentasi","Increase indent":"Tambah indentasi"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/it.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/it.js new file mode 100644 index 0000000..58ec65c --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/it.js @@ -0,0 +1 @@ +!function(i){const n=i.it=i.it||{};n.dictionary=Object.assign(n.dictionary||{},{"Decrease indent":"Riduci rientro","Increase indent":"Aumenta rientro"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ja.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ja.js new file mode 100644 index 0000000..b957535 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ja.js @@ -0,0 +1 @@ +!function(n){const i=n.ja=n.ja||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"インデントの削除","Increase indent":"インデントの追加"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ko.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ko.js new file mode 100644 index 0000000..9908986 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ko.js @@ -0,0 +1 @@ +!function(n){const i=n.ko=n.ko||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"들여쓰기 줄이기","Increase indent":"들여쓰기 늘리기"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ku.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ku.js new file mode 100644 index 0000000..061ccf6 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ku.js @@ -0,0 +1 @@ +!function(n){const i=n.ku=n.ku||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"کەمکردنەوەی بۆشایی","Increase indent":"زیادکردنی بۆشایی"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lt.js new file mode 100644 index 0000000..a85f53a --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lt.js @@ -0,0 +1 @@ +!function(i){const n=i.lt=i.lt||{};n.dictionary=Object.assign(n.dictionary||{},{"Decrease indent":"Sumažinti atitraukimą","Increase indent":"Padidinti atitraukimą"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lv.js new file mode 100644 index 0000000..d670361 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lv.js @@ -0,0 +1 @@ +!function(i){const n=i.lv=i.lv||{};n.dictionary=Object.assign(n.dictionary||{},{"Decrease indent":"Samazināt atkāpi","Increase indent":"Palielināt atkāpi"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ms.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ms.js new file mode 100644 index 0000000..ba24dee --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ms.js @@ -0,0 +1 @@ +!function(n){const i=n.ms=n.ms||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Kurangkan inden","Increase indent":"Tambah inden"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ne.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ne.js new file mode 100644 index 0000000..e97a7b0 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ne.js @@ -0,0 +1 @@ +!function(n){const e=n.ne=n.ne||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"इन्डेन्ट घटाउन","Increase indent":"इन्डेन्ट बढाउन"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/nl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/nl.js new file mode 100644 index 0000000..59f071e --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/nl.js @@ -0,0 +1 @@ +!function(n){const i=n.nl=n.nl||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Minder inspringen","Increase indent":"Inspringen"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/no.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/no.js new file mode 100644 index 0000000..4205a25 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/no.js @@ -0,0 +1 @@ +!function(n){const i=n.no=n.no||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Reduser innrykk","Increase indent":"Øk innrykk"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pl.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pl.js new file mode 100644 index 0000000..5f27c6a --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pl.js @@ -0,0 +1 @@ +!function(i){const n=i.pl=i.pl||{};n.dictionary=Object.assign(n.dictionary||{},{"Decrease indent":"Zmniejsz wcięcie","Increase indent":"Zwiększ wcięcie"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt-br.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt-br.js new file mode 100644 index 0000000..03820e8 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt-br.js @@ -0,0 +1 @@ +!function(n){const i=n["pt-br"]=n["pt-br"]||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Diminuir recuo","Increase indent":"Aumentar recuo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt.js new file mode 100644 index 0000000..e57b83a --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt.js @@ -0,0 +1 @@ +!function(n){const i=n.pt=n.pt||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Diminuir indentação","Increase indent":"Aumentar indentação"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ro.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ro.js new file mode 100644 index 0000000..0f72d12 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ro.js @@ -0,0 +1 @@ +!function(n){const e=n.ro=n.ro||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Micșorează indent","Increase indent":"Mărește indent"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ru.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ru.js new file mode 100644 index 0000000..6bbc661 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ru.js @@ -0,0 +1 @@ +!function(n){const i=n.ru=n.ru||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Уменьшить отступ","Increase indent":"Увеличить отступ"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sk.js new file mode 100644 index 0000000..bb76cc9 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sk.js @@ -0,0 +1 @@ +!function(n){const i=n.sk=n.sk||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Zmenšiť odsadenie","Increase indent":"Zväčšiť odsadenie"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr-latn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr-latn.js new file mode 100644 index 0000000..9f1fc69 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr-latn.js @@ -0,0 +1 @@ +!function(n){const e=n["sr-latn"]=n["sr-latn"]||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Smanji uvlačenje","Increase indent":"Povećaj uclačenje"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr.js new file mode 100644 index 0000000..6e8d43d --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr.js @@ -0,0 +1 @@ +!function(n){const i=n.sr=n.sr||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Смањи увлачење","Increase indent":"Повећај увлачење"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sv.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sv.js new file mode 100644 index 0000000..5dd3dc3 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sv.js @@ -0,0 +1 @@ +!function(n){const i=n.sv=n.sv||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Minska indrag","Increase indent":"Öka indrag"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/th.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/th.js new file mode 100644 index 0000000..67a3502 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/th.js @@ -0,0 +1 @@ +!function(n){const i=n.th=n.th||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"ลดการเยื้อง","Increase indent":"เพิ่มการเยื้อง"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tk.js new file mode 100644 index 0000000..180c56b --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tk.js @@ -0,0 +1 @@ +!function(n){const e=n.tk=n.tk||{};e.dictionary=Object.assign(e.dictionary||{},{"Decrease indent":"Indent peseltmek","Increase indent":"Indent köpeltmek"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tr.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tr.js new file mode 100644 index 0000000..cada689 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tr.js @@ -0,0 +1 @@ +!function(i){const n=i.tr=i.tr||{};n.dictionary=Object.assign(n.dictionary||{},{"Decrease indent":"Girintiyi azalt","Increase indent":"Girintiyi arttır"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ug.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ug.js new file mode 100644 index 0000000..67e0c08 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ug.js @@ -0,0 +1 @@ +!function(n){const i=n.ug=n.ug||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"تارايتىشنى كېمەيت","Increase indent":"تارايتىشنى ئاشۇر"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uk.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uk.js new file mode 100644 index 0000000..ae81ec4 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uk.js @@ -0,0 +1 @@ +!function(n){const i=n.uk=n.uk||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Зменшити відступ","Increase indent":"Збільшити відступ"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ur.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ur.js new file mode 100644 index 0000000..ff31be8 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ur.js @@ -0,0 +1 @@ +!function(n){const i=n.ur=n.ur||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"حاشیہ گھٹائیں","Increase indent":"حاشیہ بڑھائیں"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uz.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uz.js new file mode 100644 index 0000000..39dac1f --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uz.js @@ -0,0 +1 @@ +!function(i){const n=i.uz=i.uz||{};n.dictionary=Object.assign(n.dictionary||{},{"Decrease indent":"chekinishni kamaytirish","Increase indent":"chekinishni oshirish"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/vi.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/vi.js new file mode 100644 index 0000000..3312f93 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/vi.js @@ -0,0 +1 @@ +!function(n){const i=n.vi=n.vi||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Giảm lề","Increase indent":"Tăng lề"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh-cn.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh-cn.js new file mode 100644 index 0000000..ee2ac50 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh-cn.js @@ -0,0 +1 @@ +!function(n){const i=n["zh-cn"]=n["zh-cn"]||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"减少缩进","Increase indent":"增加缩进"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh.js new file mode 100644 index 0000000..2d5eb40 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh.js @@ -0,0 +1 @@ +!function(n){const i=n.zh=n.zh||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"減少縮排","Increase indent":"增加縮排"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})); \ No newline at end of file diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/ckeditor5-metadata.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/ckeditor5-metadata.json new file mode 100644 index 0000000..012cf12 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/ckeditor5-metadata.json @@ -0,0 +1,49 @@ +{ + "plugins": [ + { + "name": "Indent", + "className": "Indent", + "description": "Implements the core of the indent feature. It requires compatible plugins, such as indent block or list, to work.", + "docs": "features/indent.html", + "path": "src/indent.js", + "uiComponents": [ + { + "type": "Button", + "name": "indent", + "iconPath": "@ckeditor/ckeditor5-core/theme/icons/indent.svg" + }, + { + "type": "Button", + "name": "outdent", + "iconPath": "@ckeditor/ckeditor5-core/theme/icons/outdent.svg" + } + ] + }, + { + "name": "Indent block", + "className": "IndentBlock", + "description": "The indent block feature, together with the indent feature, controls the indentation of elements such as paragraphs and headings.", + "docs": "features/indent.html", + "path": "src/indentblock.js", + "requires": [ + "Indent" + ], + "htmlOutput": [ + { + "elements": "$block", + "styles": [ + "margin-left", + "margin-right" + ], + "_comment": "By default, the plugin uses inline styles for indentation." + }, + { + "elements": "$block", + "classes": "*", + "isAlternative": true, + "_comment": "If classes are defined in `config.indentBlock.classes`, they are used instead of inline styles." + } + ] + } + ] +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/contexts.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/contexts.json new file mode 100644 index 0000000..cac7f63 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/contexts.json @@ -0,0 +1,4 @@ +{ + "Increase indent": "Toolbar button tooltip for the increase indentation feature.", + "Decrease indent": "Toolbar button tooltip for the decrease indentation feature." +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ar.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ar.po new file mode 100644 index 0000000..f673707 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ar.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Arabic (https://app.transifex.com/ckeditor/teams/11143/ar/)\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "زيادة المسافة البادئة" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "تقليص المسافة البادئة" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/az.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/az.po new file mode 100644 index 0000000..994b081 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/az.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Azerbaijani (https://app.transifex.com/ckeditor/teams/11143/az/)\n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Boş yeri böyüt" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Boş yeri kiçilt" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bg.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bg.po new file mode 100644 index 0000000..091951b --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bg.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Bulgarian (https://app.transifex.com/ckeditor/teams/11143/bg/)\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Увеличи отстъпа" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Намали отстъпа" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bn.po new file mode 100644 index 0000000..57c5a90 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bn.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Bengali (https://app.transifex.com/ckeditor/teams/11143/bn/)\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "ইন্ডেন্ট বৃদ্ধি করুন" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "ইন্ডেন্ট হ্রাস করুন" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ca.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ca.po new file mode 100644 index 0000000..a28599a --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ca.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Catalan (https://app.transifex.com/ckeditor/teams/11143/ca/)\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Augmentar el sagnat" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Reduir el sagnat" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/cs.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/cs.po new file mode 100644 index 0000000..f18424b --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/cs.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Czech (https://app.transifex.com/ckeditor/teams/11143/cs/)\n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Zvětšit odsazení" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Zmenšit odsazení" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/da.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/da.po new file mode 100644 index 0000000..5a519f9 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/da.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Danish (https://app.transifex.com/ckeditor/teams/11143/da/)\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Forøg indrykning" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Formindsk indrykning" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de-ch.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de-ch.po new file mode 100644 index 0000000..0709d6e --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de-ch.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: German (Switzerland) (https://app.transifex.com/ckeditor/teams/11143/de_CH/)\n" +"Language: de_CH\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Einzug vergrössern" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Einzug verkleinern" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de.po new file mode 100644 index 0000000..794e899 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: German (https://app.transifex.com/ckeditor/teams/11143/de/)\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Einzug vergrößern" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Einzug verkleinern" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/el.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/el.po new file mode 100644 index 0000000..4a6d072 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/el.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Greek (https://app.transifex.com/ckeditor/teams/11143/el/)\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Αύξηση εσοχής" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Μείωση εσοχής" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-au.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-au.po new file mode 100644 index 0000000..b1edfcc --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-au.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: English (Australia) (https://app.transifex.com/ckeditor/teams/11143/en_AU/)\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Increase indent" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Decrease indent" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-gb.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-gb.po new file mode 100644 index 0000000..6cb31a7 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-gb.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: English (United Kingdom) (https://app.transifex.com/ckeditor/teams/11143/en_GB/)\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Increase indent" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Decrease indent" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en.po new file mode 100644 index 0000000..24720e7 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language: \n" +"Language-Team: \n" +"Plural-Forms: \n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Increase indent" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Decrease indent" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/es.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/es.po new file mode 100644 index 0000000..f792183 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/es.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Spanish (https://app.transifex.com/ckeditor/teams/11143/es/)\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Aumentar sangría" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Disminuir sangría" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/et.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/et.po new file mode 100644 index 0000000..7e66af5 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/et.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Estonian (https://app.transifex.com/ckeditor/teams/11143/et/)\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Suurenda taanet" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Vähenda taanet" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fa.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fa.po new file mode 100644 index 0000000..08de169 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fa.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Persian (https://app.transifex.com/ckeditor/teams/11143/fa/)\n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "افزایش تورفتگی" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "کاهش تورفتگی" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fi.po new file mode 100644 index 0000000..7503cb7 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fi.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Finnish (https://app.transifex.com/ckeditor/teams/11143/fi/)\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Lisää sisennystä" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Vähennä sisennystä" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fr.po new file mode 100644 index 0000000..6ef53c0 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fr.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: French (https://app.transifex.com/ckeditor/teams/11143/fr/)\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Augmenter le retrait" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Diminuer le retrait" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/gl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/gl.po new file mode 100644 index 0000000..4c1578c --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/gl.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Galician (https://app.transifex.com/ckeditor/teams/11143/gl/)\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Aumentar a sangría" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Reducir a sangría" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/he.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/he.po new file mode 100644 index 0000000..0b396e0 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/he.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Hebrew (https://app.transifex.com/ckeditor/teams/11143/he/)\n" +"Language: he\n" +"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "הגדלת הזחה" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "הקטנת הזחה" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hi.po new file mode 100644 index 0000000..95a7470 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hi.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Hindi (https://app.transifex.com/ckeditor/teams/11143/hi/)\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Increase indent" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Decrease indent" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hr.po new file mode 100644 index 0000000..f4bad9e --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hr.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Croatian (https://app.transifex.com/ckeditor/teams/11143/hr/)\n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Povećaj uvlačenje" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Umanji uvlačenje" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hu.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hu.po new file mode 100644 index 0000000..d1ff571 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hu.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Hungarian (https://app.transifex.com/ckeditor/teams/11143/hu/)\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Behúzás növelése" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Behúzás csökkentése" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/id.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/id.po new file mode 100644 index 0000000..806951d --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/id.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Indonesian (https://app.transifex.com/ckeditor/teams/11143/id/)\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Tambah indentasi" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Kurangi indentasi" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/it.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/it.po new file mode 100644 index 0000000..65c938d --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/it.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Italian (https://app.transifex.com/ckeditor/teams/11143/it/)\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Aumenta rientro" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Riduci rientro" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ja.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ja.po new file mode 100644 index 0000000..0859cfc --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ja.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Japanese (https://app.transifex.com/ckeditor/teams/11143/ja/)\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "インデントの追加" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "インデントの削除" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ko.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ko.po new file mode 100644 index 0000000..308d496 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ko.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Korean (https://app.transifex.com/ckeditor/teams/11143/ko/)\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "들여쓰기 늘리기" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "들여쓰기 줄이기" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ku.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ku.po new file mode 100644 index 0000000..2c8a131 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ku.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Kurdish (https://app.transifex.com/ckeditor/teams/11143/ku/)\n" +"Language: ku\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "زیادکردنی بۆشایی" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "کەمکردنەوەی بۆشایی" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lt.po new file mode 100644 index 0000000..65c6b17 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lt.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Lithuanian (https://app.transifex.com/ckeditor/teams/11143/lt/)\n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Padidinti atitraukimą" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Sumažinti atitraukimą" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lv.po new file mode 100644 index 0000000..0c15790 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lv.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Latvian (https://app.transifex.com/ckeditor/teams/11143/lv/)\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Palielināt atkāpi" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Samazināt atkāpi" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ms.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ms.po new file mode 100644 index 0000000..3f7f3fc --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ms.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Malay (https://app.transifex.com/ckeditor/teams/11143/ms/)\n" +"Language: ms\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Tambah inden" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Kurangkan inden" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ne.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ne.po new file mode 100644 index 0000000..2d9cf88 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ne.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Nepali (Nepal) (https://app.transifex.com/ckeditor/teams/11143/ne_NP/)\n" +"Language: ne_NP\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "इन्डेन्ट बढाउन" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "इन्डेन्ट घटाउन" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/nl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/nl.po new file mode 100644 index 0000000..4d735cc --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/nl.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Dutch (https://app.transifex.com/ckeditor/teams/11143/nl/)\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Inspringen" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Minder inspringen" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/no.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/no.po new file mode 100644 index 0000000..3242806 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/no.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Norwegian (https://app.transifex.com/ckeditor/teams/11143/no/)\n" +"Language: no\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Øk innrykk" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Reduser innrykk" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pl.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pl.po new file mode 100644 index 0000000..7b7b0d2 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pl.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Zwiększ wcięcie" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Zmniejsz wcięcie" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt-br.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt-br.po new file mode 100644 index 0000000..fb995b6 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt-br.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Portuguese (Brazil) (https://app.transifex.com/ckeditor/teams/11143/pt_BR/)\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Aumentar recuo" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Diminuir recuo" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt.po new file mode 100644 index 0000000..c8998b1 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Portuguese (https://app.transifex.com/ckeditor/teams/11143/pt/)\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Aumentar indentação" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Diminuir indentação" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ro.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ro.po new file mode 100644 index 0000000..66635ac --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ro.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Romanian (https://app.transifex.com/ckeditor/teams/11143/ro/)\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Mărește indent" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Micșorează indent" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ru.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ru.po new file mode 100644 index 0000000..8f1be06 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ru.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Russian (https://app.transifex.com/ckeditor/teams/11143/ru/)\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Увеличить отступ" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Уменьшить отступ" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sk.po new file mode 100644 index 0000000..8280115 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sk.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Slovak (https://app.transifex.com/ckeditor/teams/11143/sk/)\n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Zväčšiť odsadenie" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Zmenšiť odsadenie" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr-latn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr-latn.po new file mode 100644 index 0000000..a8a1eb1 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr-latn.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Serbian (Latin) (https://app.transifex.com/ckeditor/teams/11143/sr@latin/)\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Povećaj uclačenje" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Smanji uvlačenje" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr.po new file mode 100644 index 0000000..b8864b9 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Serbian (https://app.transifex.com/ckeditor/teams/11143/sr/)\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Повећај увлачење" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Смањи увлачење" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sv.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sv.po new file mode 100644 index 0000000..5562463 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sv.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Swedish (https://app.transifex.com/ckeditor/teams/11143/sv/)\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Öka indrag" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Minska indrag" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/th.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/th.po new file mode 100644 index 0000000..5704355 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/th.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Thai (https://app.transifex.com/ckeditor/teams/11143/th/)\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "เพิ่มการเยื้อง" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "ลดการเยื้อง" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tk.po new file mode 100644 index 0000000..ad08155 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tk.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Turkmen (https://app.transifex.com/ckeditor/teams/11143/tk/)\n" +"Language: tk\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Indent köpeltmek" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Indent peseltmek" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tr.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tr.po new file mode 100644 index 0000000..cedfdc9 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tr.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Turkish (https://app.transifex.com/ckeditor/teams/11143/tr/)\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Girintiyi arttır" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Girintiyi azalt" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ug.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ug.po new file mode 100644 index 0000000..b0a89c0 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ug.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Uyghur (https://app.transifex.com/ckeditor/teams/11143/ug/)\n" +"Language: ug\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "تارايتىشنى ئاشۇر" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "تارايتىشنى كېمەيت" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uk.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uk.po new file mode 100644 index 0000000..56544e7 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uk.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Ukrainian (https://app.transifex.com/ckeditor/teams/11143/uk/)\n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Збільшити відступ" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Зменшити відступ" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ur.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ur.po new file mode 100644 index 0000000..5ace12d --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ur.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Urdu (https://app.transifex.com/ckeditor/teams/11143/ur/)\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "حاشیہ بڑھائیں" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "حاشیہ گھٹائیں" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uz.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uz.po new file mode 100644 index 0000000..f3ae381 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uz.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Uzbek (https://app.transifex.com/ckeditor/teams/11143/uz/)\n" +"Language: uz\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "chekinishni oshirish" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "chekinishni kamaytirish" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/vi.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/vi.po new file mode 100644 index 0000000..87f9086 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/vi.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Vietnamese (https://app.transifex.com/ckeditor/teams/11143/vi/)\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "Tăng lề" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "Giảm lề" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh-cn.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh-cn.po new file mode 100644 index 0000000..f2d5e31 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh-cn.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Chinese (China) (https://app.transifex.com/ckeditor/teams/11143/zh_CN/)\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "增加缩进" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "减少缩进" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh.po b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh.po new file mode 100644 index 0000000..fa79d9d --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh.po @@ -0,0 +1,26 @@ +# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. +# +# !!! IMPORTANT !!! +# +# Before you edit this file, please keep in mind that contributing to the project +# translations is possible ONLY via the Transifex online service. +# +# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. +# +# To learn more, check out the official contributor's guide: +# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html +# +msgid "" +msgstr "" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/ckeditor/teams/11143/zh_TW/)\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Content-Type: text/plain; charset=UTF-8\n" + +msgctxt "Toolbar button tooltip for the increase indentation feature." +msgid "Increase indent" +msgstr "增加縮排" + +msgctxt "Toolbar button tooltip for the decrease indentation feature." +msgid "Decrease indent" +msgstr "減少縮排" diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/package.json b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/package.json new file mode 100644 index 0000000..6f77754 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/package.json @@ -0,0 +1,37 @@ +{ + "name": "@ckeditor/ckeditor5-indent", + "version": "41.3.1", + "description": "Block indentation feature for CKEditor 5.", + "keywords": [ + "ckeditor", + "ckeditor5", + "ckeditor 5", + "ckeditor5-feature", + "ckeditor5-plugin", + "ckeditor5-dll" + ], + "type": "module", + "main": "src/index.js", + "dependencies": { + "ckeditor5": "41.3.1" + }, + "author": "CKSource (http://cksource.com/)", + "license": "GPL-2.0-or-later", + "homepage": "https://ckeditor.com/ckeditor-5", + "bugs": "https://github.com/ckeditor/ckeditor5/issues", + "repository": { + "type": "git", + "url": "https://github.com/ckeditor/ckeditor5.git", + "directory": "packages/ckeditor5-indent" + }, + "files": [ + "lang", + "src/**/*.js", + "src/**/*.d.ts", + "theme", + "build", + "ckeditor5-metadata.json", + "CHANGELOG.md" + ], + "types": "src/index.d.ts" +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.d.ts new file mode 100644 index 0000000..b635c23 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.d.ts @@ -0,0 +1,24 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +import type { IndentBlockConfig, Indent, IndentBlock, IndentUI, IndentBlockCommand } from './index.js'; +declare module '@ckeditor/ckeditor5-core' { + interface EditorConfig { + /** + * The configuration of the {@link module:indent/indentblock~IndentBlock block indentation feature}. + * + * Read more in {@link module:indent/indentconfig~IndentBlockConfig}. + */ + indentBlock?: IndentBlockConfig; + } + interface PluginsMap { + [Indent.pluginName]: Indent; + [IndentBlock.pluginName]: IndentBlock; + [IndentUI.pluginName]: IndentUI; + } + interface CommandsMap { + indentBlock: IndentBlockCommand; + outdentBlock: IndentBlockCommand; + } +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.js new file mode 100644 index 0000000..4fffd02 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.js @@ -0,0 +1,5 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +export {}; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.d.ts new file mode 100644 index 0000000..3dee6b7 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.d.ts @@ -0,0 +1,40 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indent + */ +import { Plugin } from 'ckeditor5/src/core.js'; +import IndentEditing from './indentediting.js'; +import IndentUI from './indentui.js'; +/** + * The indent feature. + * + * This plugin acts as a single entry point plugin for other features that implement indentation of elements like lists or paragraphs. + * + * The compatible features are: + * + * * The {@link module:list/list~List} or {@link module:list/list/listediting~ListEditing} feature for list indentation. + * * The {@link module:indent/indentblock~IndentBlock} feature for block indentation. + * + * This is a "glue" plugin that loads the following plugins: + * + * * The {@link module:indent/indentediting~IndentEditing indent editing feature}. + * * The {@link module:indent/indentui~IndentUI indent UI feature}. + * + * The dependent plugins register the `'indent'` and `'outdent'` commands and introduce the `'indent'` and `'outdent'` buttons + * that allow to increase or decrease text indentation of supported elements. + * + * **Note**: In order for the commands and buttons to work, at least one of compatible features is required. + */ +export default class Indent extends Plugin { + /** + * @inheritDoc + */ + static get pluginName(): "Indent"; + /** + * @inheritDoc + */ + static get requires(): readonly [typeof IndentEditing, typeof IndentUI]; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.js new file mode 100644 index 0000000..f973727 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.js @@ -0,0 +1,44 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indent + */ +import { Plugin } from 'ckeditor5/src/core.js'; +import IndentEditing from './indentediting.js'; +import IndentUI from './indentui.js'; +/** + * The indent feature. + * + * This plugin acts as a single entry point plugin for other features that implement indentation of elements like lists or paragraphs. + * + * The compatible features are: + * + * * The {@link module:list/list~List} or {@link module:list/list/listediting~ListEditing} feature for list indentation. + * * The {@link module:indent/indentblock~IndentBlock} feature for block indentation. + * + * This is a "glue" plugin that loads the following plugins: + * + * * The {@link module:indent/indentediting~IndentEditing indent editing feature}. + * * The {@link module:indent/indentui~IndentUI indent UI feature}. + * + * The dependent plugins register the `'indent'` and `'outdent'` commands and introduce the `'indent'` and `'outdent'` buttons + * that allow to increase or decrease text indentation of supported elements. + * + * **Note**: In order for the commands and buttons to work, at least one of compatible features is required. + */ +export default class Indent extends Plugin { + /** + * @inheritDoc + */ + static get pluginName() { + return 'Indent'; + } + /** + * @inheritDoc + */ + static get requires() { + return [IndentEditing, IndentUI]; + } +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.d.ts new file mode 100644 index 0000000..01f276d --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.d.ts @@ -0,0 +1,42 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indentblock + */ +import { Plugin, type Editor } from 'ckeditor5/src/core.js'; +/** + * The block indentation feature. + * + * It registers the `'indentBlock'` and `'outdentBlock'` commands. + * + * If the plugin {@link module:indent/indent~Indent} is defined, it also attaches the `'indentBlock'` and `'outdentBlock'` commands to + * the `'indent'` and `'outdent'` commands. + */ +export default class IndentBlock extends Plugin { + /** + * @inheritDoc + */ + constructor(editor: Editor); + /** + * @inheritDoc + */ + static get pluginName(): "IndentBlock"; + /** + * @inheritDoc + */ + init(): void; + /** + * @inheritDoc + */ + afterInit(): void; + /** + * Setups conversion for using offset indents. + */ + private _setupConversionUsingOffset; + /** + * Setups conversion for using classes. + */ + private _setupConversionUsingClasses; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.js new file mode 100644 index 0000000..81fd142 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.js @@ -0,0 +1,147 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indentblock + */ +import { Plugin } from 'ckeditor5/src/core.js'; +import { addMarginRules } from 'ckeditor5/src/engine.js'; +import IndentBlockCommand from './indentblockcommand.js'; +import IndentUsingOffset from './indentcommandbehavior/indentusingoffset.js'; +import IndentUsingClasses from './indentcommandbehavior/indentusingclasses.js'; +const DEFAULT_ELEMENTS = ['paragraph', 'heading1', 'heading2', 'heading3', 'heading4', 'heading5', 'heading6']; +/** + * The block indentation feature. + * + * It registers the `'indentBlock'` and `'outdentBlock'` commands. + * + * If the plugin {@link module:indent/indent~Indent} is defined, it also attaches the `'indentBlock'` and `'outdentBlock'` commands to + * the `'indent'` and `'outdent'` commands. + */ +export default class IndentBlock extends Plugin { + /** + * @inheritDoc + */ + constructor(editor) { + super(editor); + editor.config.define('indentBlock', { + offset: 40, + unit: 'px' + }); + } + /** + * @inheritDoc + */ + static get pluginName() { + return 'IndentBlock'; + } + /** + * @inheritDoc + */ + init() { + const editor = this.editor; + const configuration = editor.config.get('indentBlock'); + if (configuration.classes && configuration.classes.length) { + this._setupConversionUsingClasses(configuration.classes); + editor.commands.add('indentBlock', new IndentBlockCommand(editor, new IndentUsingClasses({ + direction: 'forward', + classes: configuration.classes + }))); + editor.commands.add('outdentBlock', new IndentBlockCommand(editor, new IndentUsingClasses({ + direction: 'backward', + classes: configuration.classes + }))); + } + else { + editor.data.addStyleProcessorRules(addMarginRules); + this._setupConversionUsingOffset(); + editor.commands.add('indentBlock', new IndentBlockCommand(editor, new IndentUsingOffset({ + direction: 'forward', + offset: configuration.offset, + unit: configuration.unit + }))); + editor.commands.add('outdentBlock', new IndentBlockCommand(editor, new IndentUsingOffset({ + direction: 'backward', + offset: configuration.offset, + unit: configuration.unit + }))); + } + } + /** + * @inheritDoc + */ + afterInit() { + const editor = this.editor; + const schema = editor.model.schema; + const indentCommand = editor.commands.get('indent'); + const outdentCommand = editor.commands.get('outdent'); + // Enable block indentation to heading configuration options. If it is not defined enable in paragraph and default headings. + const options = editor.config.get('heading.options'); + const configuredElements = options && options.map(option => option.model); + const knownElements = configuredElements || DEFAULT_ELEMENTS; + knownElements.forEach(elementName => { + if (schema.isRegistered(elementName)) { + schema.extend(elementName, { allowAttributes: 'blockIndent' }); + } + }); + schema.setAttributeProperties('blockIndent', { isFormatting: true }); + indentCommand.registerChildCommand(editor.commands.get('indentBlock')); + outdentCommand.registerChildCommand(editor.commands.get('outdentBlock')); + } + /** + * Setups conversion for using offset indents. + */ + _setupConversionUsingOffset() { + const conversion = this.editor.conversion; + const locale = this.editor.locale; + const marginProperty = locale.contentLanguageDirection === 'rtl' ? 'margin-right' : 'margin-left'; + conversion.for('upcast').attributeToAttribute({ + view: { + styles: { + [marginProperty]: /[\s\S]+/ + } + }, + model: { + key: 'blockIndent', + value: (viewElement) => { + // Do not indent block elements in Document Lists. See https://github.com/ckeditor/ckeditor5/issues/12466. + if (!viewElement.is('element', 'li')) { + return viewElement.getStyle(marginProperty); + } + } + } + }); + conversion.for('downcast').attributeToAttribute({ + model: 'blockIndent', + view: modelAttributeValue => { + return { + key: 'style', + value: { + [marginProperty]: modelAttributeValue + } + }; + } + }); + } + /** + * Setups conversion for using classes. + */ + _setupConversionUsingClasses(classes) { + const definition = { + model: { + key: 'blockIndent', + values: [] + }, + view: {} + }; + for (const className of classes) { + definition.model.values.push(className); + definition.view[className] = { + key: 'class', + value: [className] + }; + } + this.editor.conversion.attributeToAttribute(definition); + } +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.d.ts new file mode 100644 index 0000000..7fdd71a --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.d.ts @@ -0,0 +1,56 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indentblockcommand + */ +import { Command, type Editor } from 'ckeditor5/src/core.js'; +import type { IndentBehavior } from './indentcommandbehavior/indentbehavior.js'; +/** + * The indent block command. + * + * The command is registered by the {@link module:indent/indentblock~IndentBlock} as `'indentBlock'` for indenting blocks and + * `'outdentBlock'` for outdenting blocks. + * + * To increase block indentation at the current selection, execute the command: + * + * ```ts + * editor.execute( 'indentBlock' ); + * ``` + * + * To decrease block indentation at the current selection, execute the command: + * + * ```ts + * editor.execute( 'outdentBlock' ); + * ``` + */ +export default class IndentBlockCommand extends Command { + /** + * The command's indentation behavior. + */ + private readonly _indentBehavior; + /** + * Creates an instance of the command. + */ + constructor(editor: Editor, indentBehavior: IndentBehavior); + /** + * @inheritDoc + */ + refresh(): void; + /** + * @inheritDoc + */ + execute(): void; + /** + * Returns blocks from selection that should have blockIndent selection set. + */ + private _getBlocksToChange; + /** + * Returns false if indentation cannot be applied, i.e.: + * - for blocks disallowed by schema declaration + * - for blocks in Document Lists (disallowed forward indentation only). See https://github.com/ckeditor/ckeditor5/issues/14155. + * Otherwise returns true. + */ + private _isIndentationChangeAllowed; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.js new file mode 100644 index 0000000..f4aaf8c --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.js @@ -0,0 +1,98 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indentblockcommand + */ +import { Command } from 'ckeditor5/src/core.js'; +import { first } from 'ckeditor5/src/utils.js'; +/** + * The indent block command. + * + * The command is registered by the {@link module:indent/indentblock~IndentBlock} as `'indentBlock'` for indenting blocks and + * `'outdentBlock'` for outdenting blocks. + * + * To increase block indentation at the current selection, execute the command: + * + * ```ts + * editor.execute( 'indentBlock' ); + * ``` + * + * To decrease block indentation at the current selection, execute the command: + * + * ```ts + * editor.execute( 'outdentBlock' ); + * ``` + */ +export default class IndentBlockCommand extends Command { + /** + * Creates an instance of the command. + */ + constructor(editor, indentBehavior) { + super(editor); + this._indentBehavior = indentBehavior; + } + /** + * @inheritDoc + */ + refresh() { + const editor = this.editor; + const model = editor.model; + const block = first(model.document.selection.getSelectedBlocks()); + if (!block || !this._isIndentationChangeAllowed(block)) { + this.isEnabled = false; + return; + } + this.isEnabled = this._indentBehavior.checkEnabled(block.getAttribute('blockIndent')); + } + /** + * @inheritDoc + */ + execute() { + const model = this.editor.model; + const blocksToChange = this._getBlocksToChange(); + model.change(writer => { + for (const block of blocksToChange) { + const currentIndent = block.getAttribute('blockIndent'); + const nextIndent = this._indentBehavior.getNextIndent(currentIndent); + if (nextIndent) { + writer.setAttribute('blockIndent', nextIndent, block); + } + else { + writer.removeAttribute('blockIndent', block); + } + } + }); + } + /** + * Returns blocks from selection that should have blockIndent selection set. + */ + _getBlocksToChange() { + const model = this.editor.model; + const selection = model.document.selection; + const blocksInSelection = Array.from(selection.getSelectedBlocks()); + return blocksInSelection.filter(block => this._isIndentationChangeAllowed(block)); + } + /** + * Returns false if indentation cannot be applied, i.e.: + * - for blocks disallowed by schema declaration + * - for blocks in Document Lists (disallowed forward indentation only). See https://github.com/ckeditor/ckeditor5/issues/14155. + * Otherwise returns true. + */ + _isIndentationChangeAllowed(element) { + const editor = this.editor; + if (!editor.model.schema.checkAttribute(element, 'blockIndent')) { + return false; + } + if (!editor.plugins.has('ListUtils')) { + return true; + } + // Only forward indentation is disallowed in list items. This allows the user to outdent blocks that are already indented. + if (!this._indentBehavior.isForward) { + return true; + } + const documentListUtils = editor.plugins.get('ListUtils'); + return !documentListUtils.isListItemBlock(element); + } +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.d.ts new file mode 100644 index 0000000..520ab45 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.d.ts @@ -0,0 +1,25 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indentcommandbehavior/indentbehavior + */ +/** + * Provides indentation behavior to {@link module:indent/indentblockcommand~IndentBlockCommand}. + */ +export interface IndentBehavior { + /** + * The direction of indentation. + */ + isForward: boolean; + /** + * Checks if the command should be enabled. + */ + checkEnabled: (indentAttributeValue: string) => boolean; + /** + * Returns a new indent attribute value based on the current indent. + * This method returns `undefined` when the indentation should be removed. + */ + getNextIndent: (indentAttributeValue: string) => string | undefined; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.js new file mode 100644 index 0000000..4fffd02 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.js @@ -0,0 +1,5 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +export {}; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.d.ts new file mode 100644 index 0000000..dc6c7df --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.d.ts @@ -0,0 +1,39 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indentcommandbehavior/indentusingclasses + */ +import type { IndentBehavior } from './indentbehavior.js'; +/** + * The block indentation behavior that uses classes to set indentation. + */ +export default class IndentUsingClasses implements IndentBehavior { + /** + * The direction of indentation. + */ + isForward: boolean; + /** + * A list of classes used for indentation. + */ + classes: Array; + /** + * Creates an instance of the indentation behavior. + * + * @param config.direction The direction of indentation. + * @param config.classes A list of classes used for indentation. + */ + constructor(config: { + direction: 'forward' | 'backward'; + classes: Array; + }); + /** + * @inheritDoc + */ + checkEnabled(indentAttributeValue: string): boolean; + /** + * @inheritDoc + */ + getNextIndent(indentAttributeValue: string): string | undefined; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.js new file mode 100644 index 0000000..457a216 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.js @@ -0,0 +1,39 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * The block indentation behavior that uses classes to set indentation. + */ +export default class IndentUsingClasses { + /** + * Creates an instance of the indentation behavior. + * + * @param config.direction The direction of indentation. + * @param config.classes A list of classes used for indentation. + */ + constructor(config) { + this.isForward = config.direction === 'forward'; + this.classes = config.classes; + } + /** + * @inheritDoc + */ + checkEnabled(indentAttributeValue) { + const currentIndex = this.classes.indexOf(indentAttributeValue); + if (this.isForward) { + return currentIndex < this.classes.length - 1; + } + else { + return currentIndex >= 0; + } + } + /** + * @inheritDoc + */ + getNextIndent(indentAttributeValue) { + const currentIndex = this.classes.indexOf(indentAttributeValue); + const indexStep = this.isForward ? 1 : -1; + return this.classes[currentIndex + indexStep]; + } +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.d.ts new file mode 100644 index 0000000..9ba59c9 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.d.ts @@ -0,0 +1,45 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indentcommandbehavior/indentusingoffset + */ +import type { IndentBehavior } from './indentbehavior.js'; +/** + * The block indentation behavior that uses offsets to set indentation. + */ +export default class IndentUsingOffset implements IndentBehavior { + /** + * The direction of indentation. + */ + isForward: boolean; + /** + * The offset of the next indentation step. + */ + offset: number; + /** + * Indentation unit. + */ + unit: string; + /** + * Creates an instance of the indentation behavior. + * + * @param config.direction The direction of indentation. + * @param config.offset The offset of the next indentation step. + * @param config.unit Indentation unit. + */ + constructor(config: { + direction: 'forward' | 'backward'; + offset: number; + unit: string; + }); + /** + * @inheritDoc + */ + checkEnabled(indentAttributeValue: string): boolean; + /** + * @inheritDoc + */ + getNextIndent(indentAttributeValue: string): string | undefined; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.js new file mode 100644 index 0000000..e6533fc --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.js @@ -0,0 +1,42 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * The block indentation behavior that uses offsets to set indentation. + */ +export default class IndentUsingOffset { + /** + * Creates an instance of the indentation behavior. + * + * @param config.direction The direction of indentation. + * @param config.offset The offset of the next indentation step. + * @param config.unit Indentation unit. + */ + constructor(config) { + this.isForward = config.direction === 'forward'; + this.offset = config.offset; + this.unit = config.unit; + } + /** + * @inheritDoc + */ + checkEnabled(indentAttributeValue) { + const currentOffset = parseFloat(indentAttributeValue || '0'); + // The command is always enabled for forward indentation. + return this.isForward || currentOffset > 0; + } + /** + * @inheritDoc + */ + getNextIndent(indentAttributeValue) { + const currentOffset = parseFloat(indentAttributeValue || '0'); + const isSameUnit = !indentAttributeValue || indentAttributeValue.endsWith(this.unit); + if (!isSameUnit) { + return this.isForward ? this.offset + this.unit : undefined; + } + const nextOffset = this.isForward ? this.offset : -this.offset; + const offsetToSet = currentOffset + nextOffset; + return offsetToSet > 0 ? offsetToSet + this.unit : undefined; + } +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.d.ts new file mode 100644 index 0000000..09b087c --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.d.ts @@ -0,0 +1,72 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indentconfig + */ +/** + * The configuration of the block indentation feature. + * + * If no {@link module:indent/indentconfig~IndentBlockConfig#classes} are set, the block indentation feature will use + * {@link module:indent/indentconfig~IndentBlockConfig#offset} and {@link module:indent/indentconfig~IndentBlockConfig#unit} to + * create indentation steps. + * + * ```ts + * ClassicEditor + * .create( editorElement, { + * indentBlock: { + * offset: 2, + * unit: 'em' + * } + * } ) + * .then( ... ) + * .catch( ... ); + * ``` + * + * Alternatively, the block indentation feature may set one of defined {@link module:indent/indentconfig~IndentBlockConfig#classes} as + * indentation steps: + * + * ```ts + * ClassicEditor + * .create( editorElement, { + * indentBlock: { + * classes: [ + * 'indent-a', // The first step - smallest indentation. + * 'indent-b', + * 'indent-c', + * 'indent-d', + * 'indent-e' // The last step - biggest indentation. + * ] + * } + * } ) + * .then( ... ) + * .catch( ... ); + * ``` + * + * In the example above only 5 indentation steps will be available. + * + * See {@link module:core/editor/editorconfig~EditorConfig all editor options}. + */ +export interface IndentBlockConfig { + /** + * The size of indentation {@link module:indent/indentconfig~IndentBlockConfig#unit units} for each indentation step. + * + * @default 40 + */ + offset?: number; + /** + * The unit used for indentation {@link module:indent/indentconfig~IndentBlockConfig#offset}. + * + * @default 'px' + */ + unit?: string; + /** + * An optional list of classes to use for indenting the editor content. If not set or set to an empty array, no classes will be used. + * The {@link module:indent/indentconfig~IndentBlockConfig#unit `indentBlock.unit`} and + * {@link module:indent/indentconfig~IndentBlockConfig#offset `indentBlock.offset`} properties will be used instead. + * + * @default undefined + */ + classes?: Array; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.js new file mode 100644 index 0000000..4fffd02 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.js @@ -0,0 +1,5 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +export {}; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.d.ts new file mode 100644 index 0000000..b1298d5 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.d.ts @@ -0,0 +1,26 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indentediting + */ +import { Plugin } from 'ckeditor5/src/core.js'; +/** + * The indent editing feature. + * + * This plugin registers the `'indent'` and `'outdent'` commands. + * + * **Note**: In order for the commands to work, at least one of the compatible features is required. Read more in the + * {@link module:indent/indent~Indent indent feature} API documentation. + */ +export default class IndentEditing extends Plugin { + /** + * @inheritDoc + */ + static get pluginName(): "IndentEditing"; + /** + * @inheritDoc + */ + init(): void; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.js new file mode 100644 index 0000000..e186e2a --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.js @@ -0,0 +1,32 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indentediting + */ +import { Plugin, MultiCommand } from 'ckeditor5/src/core.js'; +/** + * The indent editing feature. + * + * This plugin registers the `'indent'` and `'outdent'` commands. + * + * **Note**: In order for the commands to work, at least one of the compatible features is required. Read more in the + * {@link module:indent/indent~Indent indent feature} API documentation. + */ +export default class IndentEditing extends Plugin { + /** + * @inheritDoc + */ + static get pluginName() { + return 'IndentEditing'; + } + /** + * @inheritDoc + */ + init() { + const editor = this.editor; + editor.commands.add('indent', new MultiCommand(editor)); + editor.commands.add('outdent', new MultiCommand(editor)); + } +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.d.ts new file mode 100644 index 0000000..f159289 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.d.ts @@ -0,0 +1,31 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +import { Plugin } from 'ckeditor5/src/core.js'; +/** + * The indent UI feature. + * + * This plugin registers the `'indent'` and `'outdent'` buttons. + * + * **Note**: In order for the commands to work, at least one of the compatible features is required. Read more in + * the {@link module:indent/indent~Indent indent feature} API documentation. + */ +export default class IndentUI extends Plugin { + /** + * @inheritDoc + */ + static get pluginName(): "IndentUI"; + /** + * @inheritDoc + */ + init(): void; + /** + * Defines UI buttons for both toolbar and menu bar. + */ + private _defineButton; + /** + * Creates a button to use either in toolbar or in menu bar. + */ + private _createButton; +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.js new file mode 100644 index 0000000..78d09ab --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.js @@ -0,0 +1,72 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent/indentui + */ +import { ButtonView, MenuBarMenuListItemButtonView } from 'ckeditor5/src/ui.js'; +import { icons, Plugin } from 'ckeditor5/src/core.js'; +/** + * The indent UI feature. + * + * This plugin registers the `'indent'` and `'outdent'` buttons. + * + * **Note**: In order for the commands to work, at least one of the compatible features is required. Read more in + * the {@link module:indent/indent~Indent indent feature} API documentation. + */ +export default class IndentUI extends Plugin { + /** + * @inheritDoc + */ + static get pluginName() { + return 'IndentUI'; + } + /** + * @inheritDoc + */ + init() { + const editor = this.editor; + const locale = editor.locale; + const t = editor.t; + const localizedIndentIcon = locale.uiLanguageDirection == 'ltr' ? icons.indent : icons.outdent; + const localizedOutdentIcon = locale.uiLanguageDirection == 'ltr' ? icons.outdent : icons.indent; + this._defineButton('indent', t('Increase indent'), localizedIndentIcon); + this._defineButton('outdent', t('Decrease indent'), localizedOutdentIcon); + } + /** + * Defines UI buttons for both toolbar and menu bar. + */ + _defineButton(commandName, label, icon) { + const editor = this.editor; + editor.ui.componentFactory.add(commandName, () => { + const buttonView = this._createButton(ButtonView, commandName, label, icon); + buttonView.set({ + tooltip: true + }); + return buttonView; + }); + editor.ui.componentFactory.add('menuBar:' + commandName, () => { + return this._createButton(MenuBarMenuListItemButtonView, commandName, label, icon); + }); + } + /** + * Creates a button to use either in toolbar or in menu bar. + */ + _createButton(ButtonClass, commandName, label, icon) { + const editor = this.editor; + const command = editor.commands.get(commandName); + const view = new ButtonClass(editor.locale); + view.set({ + label, + icon + }); + view.bind('isEnabled').to(command, 'isEnabled'); + // Execute the command. + this.listenTo(view, 'execute', () => { + editor.execute(commandName); + editor.editing.view.focus(); + }); + return view; + } +} diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.d.ts b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.d.ts new file mode 100644 index 0000000..9d50dac --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.d.ts @@ -0,0 +1,14 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent + */ +export { default as Indent } from './indent.js'; +export { default as IndentEditing } from './indentediting.js'; +export { default as IndentUI } from './indentui.js'; +export { default as IndentBlock } from './indentblock.js'; +export type { IndentBlockConfig } from './indentconfig.js'; +export type { default as IndentBlockCommand } from './indentblockcommand.js'; +import './augmentation.js'; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.js new file mode 100644 index 0000000..5656bb7 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.js @@ -0,0 +1,12 @@ +/** + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license + */ +/** + * @module indent + */ +export { default as Indent } from './indent.js'; +export { default as IndentEditing } from './indentediting.js'; +export { default as IndentUI } from './indentui.js'; +export { default as IndentBlock } from './indentblock.js'; +import './augmentation.js'; diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/CHANGELOG.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/CHANGELOG.md new file mode 100644 index 0000000..a408cbe --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/CHANGELOG.md @@ -0,0 +1,94 @@ +Changelog +========= + +All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md. + +Changes for the past releases are available below. + +## [19.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v18.0.0...v19.0.0) (April 29, 2020) + +Internal changes only (updated dependencies, documentation, etc.). + + +## [18.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v17.0.0...v18.0.0) (March 19, 2020) + +### Features + +* Added support for basic list indentation when pasting from Microsoft Word. Closes [ckeditor/ckeditor5#2518](https://github.com/ckeditor/ckeditor5/issues/2518). ([58ae829](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/58ae829)) + + Thanks to [gjhenrique](https://github.com/gjhenrique) for the contribution! + + +## [17.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v16.0.0...v17.0.0) (February 19, 2020) + +Internal changes only (updated dependencies, documentation, etc.). + + +## [16.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v15.0.0...v16.0.0) (December 4, 2019) + +### Bug fixes + +* Fixed handling `mso-list:normal`. Closes [ckeditor/ckeditor5#5712](https://github.com/ckeditor/ckeditor5/issues/5712). ([2054e69](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/2054e69)) + + Thanks [@bendemboski](https://github.com/bendemboski)! +* Fixed various issues with oddly formatted space run spans. ([2cd7b0f](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/2cd7b0f)) + + +## [15.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v11.1.0...v15.0.0) (October 23, 2019) + +### Other changes + +* Remove the `fixListIndentation()` filter in favor of improved list converters fix. See [ckeditor/ckeditor5-list#115](https://github.com/ckeditor/ckeditor5-list/issues/115). ([d594038](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/d594038)) + + +## [11.1.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v11.0.4...v11.1.0) (August 26, 2019) + +### Features + +* Prevent making entire content pasted from Google Docs bold. Closes [#61](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/61). ([8102de3](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/8102de3)) +* Provide support for pasting lists from Google Docs. Closes [#69](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/69). ([6ad2a62](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/6ad2a62)) + +### Other changes + +* The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See [ckeditor/ckeditor5#1988](https://github.com/ckeditor/ckeditor5/issues/1988). ([22edb90](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/22edb90)) + + +## [11.0.4](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v11.0.3...v11.0.4) (July 10, 2019) + +Internal changes only (updated dependencies, documentation, etc.). + + +## [11.0.3](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v11.0.2...v11.0.3) (July 4, 2019) + +Internal changes only (updated dependencies, documentation, etc.). + + +## [11.0.2](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v11.0.1...v11.0.2) (June 6, 2019) + +### Other changes + +* Loosen a dependency of a clipboard plugin in the paste from Office plugin so that it can be overridden. Closes [#56](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/56). ([561f22b](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/561f22b)) + + +## [11.0.1](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v11.0.0...v11.0.1) (April 4, 2019) + +Internal changes only (updated dependencies, documentation, etc.). + + +## [11.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v10.0.0...v11.0.0) (February 28, 2019) + +### Bug fixes + +* Ensured correct lists ordering for separate list items with the same `mso-list` id. Closes [#43](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/43). ([4ebc363](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/4ebc363)) +* Handle "spacerun spans" with mixed whitespaces. Closes [#49](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/49). Closes [#50](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/50). ([7fb132f](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/7fb132f)) + + Huge thanks to [Matt Kobs](https://github.com/kobsy) for this contribution! + +### BREAKING CHANGES + +* Upgraded minimal versions of Node to `8.0.0` and npm to `5.7.1`. See: [ckeditor/ckeditor5#1507](https://github.com/ckeditor/ckeditor5/issues/1507). ([612ea3c](https://github.com/ckeditor/ckeditor5-cloud-services/commit/612ea3c)) + + +## [10.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/tree/v10.0.0) (December 5, 2018) + +Initial implementation of the Paste from Office feature. diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/LICENSE.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/LICENSE.md new file mode 100644 index 0000000..31458db --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/LICENSE.md @@ -0,0 +1,17 @@ +Software License Agreement +========================== + +**CKEditor 5 paste from Office feature** – https://github.com/ckeditor/ckeditor5-paste-from-office
+Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved. + +Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). + +Sources of Intellectual Property Included in CKEditor +----------------------------------------------------- + +Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission. + +Trademarks +---------- + +**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders. diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/README.md b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/README.md new file mode 100644 index 0000000..45601db --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/README.md @@ -0,0 +1,22 @@ +CKEditor 5 paste from Office feature +================================== + +[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-paste-from-office.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-paste-from-office) +[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master) +[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5) + +This package implements the [paste from Office](https://docs.ckeditor.com/ckeditor5/latest/features/paste-from-office.html) feature for CKEditor 5. + +Paste from Office allows copying content from Microsoft Word without losing any formatting. + +## Demo + +Check out the demos for the [paste from office](https://ckeditor.com/docs/ckeditor5/latest/features/pasting/paste-from-office.html#demo) and [paste from Google Docs](https://ckeditor.com/docs/ckeditor5/latest/features/pasting/paste-from-google-docs.html#demo) features. + +## Documentation + +See the [`@ckeditor/ckeditor5-paste-from-office` package](https://docs.ckeditor.com/ckeditor5/latest/api/paste-from-office.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/). + +## License + +Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license). diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/build/paste-from-office.js b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/build/paste-from-office.js new file mode 100644 index 0000000..e136a18 --- /dev/null +++ b/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/build/paste-from-office.js @@ -0,0 +1,4 @@ +/*! + * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. + * For licensing, see LICENSE.md. + */(()=>{var e={331:(e,t,n)=>{e.exports=n(237)("./src/clipboard.js")},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")},783:(e,t,n)=>{e.exports=n(237)("./src/engine.js")},237:e=>{"use strict";e.exports=CKEditor5.dll}},t={};function n(r){var s=t[r];if(void 0!==s)return s.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{MSWordNormalizer:()=>x,PasteFromOffice:()=>P,parseHtml:()=>M});var e=n(782),t=n(331),s=n(783);function i(e){return void 0!==e&&e.endsWith("px")}function o(e){return e.toFixed(2).replace(/\.?0+$/,"")+"px"}function l(e,t,n){if(!e.childCount)return;const r=new s.UpcastWriter(e.document),l=function(e,t){const n=t.createRangeIn(e),r=[],s=new Set;for(const e of n.getItems()){if(!e.is("element")||!e.name.match(/^(p|h\d+|li|div)$/))continue;let t=g(e);if(void 0===t||0!=parseFloat(t)||Array.from(e.getClassNames()).find((e=>e.startsWith("MsoList")))||(t=void 0),e.hasStyle("mso-list")||void 0!==t&&s.has(t)){const n=f(e);r.push({element:e,id:n.id,order:n.order,indent:n.indent,marginLeft:t}),void 0!==t&&s.add(t)}else s.clear()}return r}(e,r);if(!l.length)return;const a={},u=[];for(const e of l)if(void 0!==e.indent){c(e)||(u.length=0);const s=`${e.id}:${e.indent}`,l=Math.min(e.indent-1,u.length);if(lu.length-1||u[l].listElement.name!=c.type){0==l&&"ol"==c.type&&void 0!==e.id&&a[s]&&(c.startIndex=a[s]);const t=d(c,r,n);if(i(e.marginLeft)&&(0==l||i(u[l-1].marginLeft))){let n=e.marginLeft;l>0&&(n=o(parseFloat(n)-parseFloat(u[l-1].marginLeft))),r.setStyle("padding-left",n,t)}if(0==u.length){const n=e.element.parent,s=n.getChildIndex(e.element)+1;r.insertChild(s,t,n)}else{const e=u[l-1].listItemElements;r.appendChild(t,e[e.length-1])}u[l]={...e,listElement:t,listItemElements:[]},0==l&&void 0!==e.id&&(a[s]=c.startIndex||1)}}const f="li"==e.element.name?e.element:r.createElement("li");r.appendChild(f,u[l].listElement),u[l].listItemElements.push(f),0==l&&void 0!==e.id&&a[s]++,e.element!=f&&r.appendChild(e.element,f),p(e.element,r),r.removeStyle("text-indent",e.element),r.removeStyle("margin-left",e.element)}else{const t=u.find((t=>t.marginLeft==e.marginLeft));if(t){const n=t.listItemElements;r.appendChild(e.element,n[n.length-1]),r.removeStyle("margin-left",e.element)}else u.length=0}}function c(e){const t=e.element.previousSibling;return a(t||e.element.parent)}function a(e){return e.is("element","ol")||e.is("element","ul")}function m(e,t){const n=new RegExp(`@list l${e.id}:level${e.indent}\\s*({[^}]*)`,"gi"),r=/mso-level-number-format:([^;]{0,100});/gi,s=/mso-level-start-at:\s{0,100}([0-9]{0,10})\s{0,100};/gi,i=new RegExp(`@list\\s+l${e.id}:level\\d\\s*{[^{]*mso-level-text:"%\\d\\\\.`,"gi"),o=new RegExp(`@list l${e.id}:level\\d\\s*{[^{]*mso-level-number-format:`,"gi"),l=i.exec(t),c=o.exec(t),a=l&&!c,m=n.exec(t);let d="decimal",f="ol",p=null;if(m&&m[1]){const t=r.exec(m[1]);if(t&&t[1]&&(d=t[1].trim(),f="bullet"!==d&&"image"!==d?"ol":"ul"),"bullet"===d){const t=function(e){if("li"==e.name&&"ul"==e.parent.name&&e.parent.hasAttribute("type"))return e.parent.getAttribute("type");const t=function(e){if(e.getChild(0).is("$text"))return null;for(const t of e.getChildren()){if(!t.is("element","span"))continue;const e=t.getChild(0);if(e)return e.is("$text")?e:e.getChild(0)}return null}(e);if(!t)return null;const n=t._data;if("o"===n)return"circle";if("·"===n)return"disc";if("§"===n)return"square";return null}(e.element);t&&(d=t)}else{const e=s.exec(m[1]);e&&e[1]&&(p=parseInt(e[1]))}a&&(f="ol")}return{type:f,startIndex:p,style:u(d),isLegalStyleList:a}}function u(e){if(e.startsWith("arabic-leading-zero"))return"decimal-leading-zero";switch(e){case"alpha-upper":return"upper-alpha";case"alpha-lower":return"lower-alpha";case"roman-upper":return"upper-roman";case"roman-lower":return"lower-roman";case"circle":case"disc":case"square":return e;default:return null}}function d(e,t,n){const r=t.createElement(e.type);return e.style&&t.setStyle("list-style-type",e.style,r),e.startIndex&&e.startIndex>1&&t.setAttribute("start",e.startIndex,r),e.isLegalStyleList&&n&&t.addClass("legal-list",r),r}function f(e){const t=e.getStyle("mso-list");if(void 0===t)return{};const n=t.match(/(^|\s{1,100})l(\d+)/i),r=t.match(/\s{0,100}lfo(\d+)/i),s=t.match(/\s{0,100}level(\d+)/i);return n&&r&&s?{id:n[2],order:r[1],indent:parseInt(s[1])}:{indent:1}}function p(e,t){const n=new s.Matcher({name:"span",styles:{"mso-list":"Ignore"}}),r=t.createRangeIn(e);for(const e of r)"elementStart"===e.type&&n.match(e.item)&&t.remove(e.item)}function g(e){const t=e.getStyle("margin-left");return void 0===t||t.endsWith("px")?t:function(e){const t=parseFloat(e);return e.endsWith("pt")?o(96*t/72):e.endsWith("pc")?o(12*t*96/72):e.endsWith("in")?o(96*t):e.endsWith("cm")?o(96*t/2.54):e.endsWith("mm")?o(t/10*96/2.54):e}(t)}function h(e,t){if(!e.childCount)return;const n=new s.UpcastWriter(e.document),r=function(e,t){const n=t.createRangeIn(e),r=new s.Matcher({name:/v:(.+)/}),i=[];for(const e of n){if("elementStart"!=e.type)continue;const t=e.item,n=t.previousSibling,s=n&&n.is("element")?n.name:null,o=["Chart"],l=r.match(t),c=t.getAttribute("o:gfxdata"),a="v:shapetype"===s,m=c&&o.some((e=>t.getAttribute("id").includes(e)));l&&c&&!a&&!m&&i.push(e.item.getAttribute("id"))}return i}(e,n);!function(e,t,n){const r=n.createRangeIn(t),i=new s.Matcher({name:"img"}),o=[];for(const t of r)if(t.item.is("element")&&i.match(t.item)){const n=t.item,r=n.getAttribute("v:shapes")?n.getAttribute("v:shapes").split(" "):[];r.length&&r.every((t=>e.indexOf(t)>-1))?o.push(n):n.getAttribute("src")||o.push(n)}for(const e of o)n.remove(e)}(r,e,n),function(e,t,n){const r=n.createRangeIn(t),s=[];for(const t of r)if("elementStart"==t.type&&t.item.is("element","v:shape")){const n=t.item.getAttribute("id");if(e.includes(n))continue;i(t.item.parent.getChildren(),n)||s.push(t.item)}for(const e of s){const t={src:o(e)};e.hasAttribute("alt")&&(t.alt=e.getAttribute("alt"));const r=n.createElement("img",t);n.insertChild(e.index+1,r,e.parent)}function i(e,t){for(const n of e)if(n.is("element")){if("img"==n.name&&n.getAttribute("v:shapes")==t)return!0;if(i(n.getChildren(),t))return!0}return!1}function o(e){for(const t of e.getChildren())if(t.is("element")&&t.getAttribute("src"))return t.getAttribute("src")}}(r,e,n),function(e,t){const n=t.createRangeIn(e),r=new s.Matcher({name:/v:(.+)/}),i=[];for(const e of n)"elementStart"==e.type&&r.match(e.item)&&i.push(e.item);for(const e of i)t.remove(e)}(e,n);const i=function(e,t){const n=t.createRangeIn(e),r=new s.Matcher({name:"img"}),i=[];for(const e of n)e.item.is("element")&&r.match(e.item)&&e.item.getAttribute("src").startsWith("file://")&&i.push(e.item);return i}(e,n);i.length&&function(e,t,n){if(e.length===t.length)for(let r=0;rString.fromCharCode(parseInt(e,16)))).join(""))}const b=//i,v=/xmlns:o="urn:schemas-microsoft-com/i;class x{constructor(e,t=!1){this.document=e,this.hasMultiLevelListPlugin=t}isActive(e){return b.test(e)||v.test(e)}execute(e){const{body:t,stylesString:n}=e._parsedData;l(t,n,this.hasMultiLevelListPlugin),h(t,e.dataTransfer.getData("text/rtf")),function(e){const t=[],n=new s.UpcastWriter(e.document);for(const{item:r}of n.createRangeIn(e))if(r.is("element")){for(const e of r.getClassNames())/\bmso/gi.exec(e)&&n.removeClass(e,r);for(const e of r.getStyleNames())/\bmso/gi.exec(e)&&n.removeStyle(e,r);(r.is("element","w:sdt")||r.is("element","w:sdtpr")&&r.isEmpty||r.is("element","o:p")&&r.isEmpty)&&t.push(r)}for(const e of t){const t=e.parent,r=t.getChildIndex(e);n.insertChild(r,e.getChildren(),t),n.remove(e)}}(t),e.content=t}}function w(e,t,n,{blockElements:r,inlineObjectElements:s}){let i=n.createPositionAt(e,"forward"==t?"after":"before");return i=i.getLastMatchingPosition((({item:e})=>e.is("element")&&!r.includes(e.name)&&!s.includes(e.name)),{direction:t}),"forward"==t?i.nodeAfter:i.nodeBefore}function C(e,t){return!!e&&e.is("element")&&t.includes(e.name)}const S=/id=("|')docs-internal-guid-[-0-9a-f]+("|')/i;class A{constructor(e){this.document=e}isActive(e){return S.test(e)}execute(e){const t=new s.UpcastWriter(this.document),{body:n}=e._parsedData;!function(e,t){for(const n of e.getChildren())if(n.is("element","b")&&"normal"===n.getStyle("font-weight")){const r=e.getChildIndex(n);t.remove(n),t.insertChild(r,n.getChildren(),e)}}(n,t),function(e,t){for(const n of t.createRangeIn(e)){const e=n.item;if(e.is("element","li")){const n=e.getChild(0);n&&n.is("element","p")&&t.unwrapElement(n)}}}(n,t),function(e,t){const n=new s.ViewDocument(t.document.stylesProcessor),r=new s.DomConverter(n,{renderingMode:"data"}),i=r.blockElements,o=r.inlineObjectElements,l=[];for(const n of t.createRangeIn(e)){const e=n.item;if(e.is("element","br")){const n=w(e,"forward",t,{blockElements:i,inlineObjectElements:o}),r=w(e,"backward",t,{blockElements:i,inlineObjectElements:o}),s=C(n,i);(C(r,i)||s)&&l.push(e)}}for(const e of l)e.hasClass("Apple-interchange-newline")?t.remove(e):t.replace(e,t.createElement("p"))}(n,t),e.content=n}}const E=/(\s+)<\/span>/g,((e,t)=>1===t.length?" ":Array(t.length+1).join("  ").substr(0,t.length)))}function M(e,t){const n=new DOMParser,r=function(e){return L(L(e)).replace(/([^\S\r\n]*?)[\r\n]+([^\S\r\n]*<\/span>)/g,"$1$2").replace(/<\/span>/g,"").replace(/()[\r\n]+(<\/span>)/g,"$1 $2").replace(/ <\//g," <\/o:p>/g," ").replace(/( |\u00A0)<\/o:p>/g,"").replace(/>([^\S\r\n]*[\r\n]\s*)<")}(function(e){const t="",n="",r=e.indexOf(t);if(r<0)return e;const s=e.indexOf(n,r+t.length);return e.substring(0,r+t.length)+(s>=0?e.substring(s):"")}(e=(e=e.replace(/