@ckeditor/ckeditor5-template 0.0.0-internal-20241017.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/LICENSE.md +18 -0
- package/README.md +42 -0
- package/build/template.js +5 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/uz.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/ckeditor5-metadata.json +18 -0
- package/dist/augmentation.d.ts +27 -0
- package/dist/index-content.css +5 -0
- package/dist/index-editor.css +126 -0
- package/dist/index.css +153 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.js +23 -0
- package/dist/legacyerrors.d.ts +24 -0
- package/dist/template.d.ts +127 -0
- package/dist/templatecommand.d.ts +27 -0
- package/dist/templateediting.d.ts +34 -0
- package/dist/templateui.d.ts +41 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/ar.umd.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bg.umd.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/bn.umd.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/ca.umd.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/cs.umd.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/da.umd.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/de.umd.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/el.umd.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en-au.umd.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/en.umd.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/es.umd.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/et.umd.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fi.umd.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/fr.umd.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/gl.umd.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/he.umd.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hi.umd.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hr.umd.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/hu.umd.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/id.umd.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/it.umd.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ja.umd.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/ko.umd.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lt.umd.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/lv.umd.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/ms.umd.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/nl.umd.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/no.umd.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pl.umd.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt-br.umd.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/pt.umd.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ro.umd.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/ru.umd.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sk.umd.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr-latn.umd.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sr.umd.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/sv.umd.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/th.umd.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tr.umd.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/uk.umd.js +23 -0
- package/dist/translations/uz.d.ts +8 -0
- package/dist/translations/uz.js +23 -0
- package/dist/translations/uz.umd.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/vi.umd.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh-cn.umd.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/translations/zh.umd.js +23 -0
- package/dist/ui/templatelistbuttonview.d.ts +108 -0
- package/dist/ui/templatelistitemview.d.ts +38 -0
- package/dist/ui/templatelistview.d.ts +42 -0
- package/dist/utils/common-translations.d.ts +13 -0
- package/lang/contexts.json +9 -0
- package/lang/translations/ar.po +46 -0
- package/lang/translations/bg.po +46 -0
- package/lang/translations/bn.po +46 -0
- package/lang/translations/ca.po +46 -0
- package/lang/translations/cs.po +46 -0
- package/lang/translations/da.po +46 -0
- package/lang/translations/de.po +46 -0
- package/lang/translations/el.po +46 -0
- package/lang/translations/en-au.po +46 -0
- package/lang/translations/en.po +46 -0
- package/lang/translations/es.po +46 -0
- package/lang/translations/et.po +46 -0
- package/lang/translations/fi.po +46 -0
- package/lang/translations/fr.po +46 -0
- package/lang/translations/gl.po +46 -0
- package/lang/translations/he.po +46 -0
- package/lang/translations/hi.po +46 -0
- package/lang/translations/hr.po +46 -0
- package/lang/translations/hu.po +46 -0
- package/lang/translations/id.po +46 -0
- package/lang/translations/it.po +46 -0
- package/lang/translations/ja.po +46 -0
- package/lang/translations/ko.po +46 -0
- package/lang/translations/lt.po +46 -0
- package/lang/translations/lv.po +46 -0
- package/lang/translations/ms.po +46 -0
- package/lang/translations/nl.po +46 -0
- package/lang/translations/no.po +46 -0
- package/lang/translations/pl.po +46 -0
- package/lang/translations/pt-br.po +46 -0
- package/lang/translations/pt.po +46 -0
- package/lang/translations/ro.po +46 -0
- package/lang/translations/ru.po +46 -0
- package/lang/translations/sk.po +46 -0
- package/lang/translations/sr-latn.po +46 -0
- package/lang/translations/sr.po +46 -0
- package/lang/translations/sv.po +46 -0
- package/lang/translations/th.po +46 -0
- package/lang/translations/tr.po +46 -0
- package/lang/translations/uk.po +46 -0
- package/lang/translations/uz.po +46 -0
- package/lang/translations/vi.po +46 -0
- package/lang/translations/zh-cn.po +46 -0
- package/lang/translations/zh.po +46 -0
- package/package.json +47 -0
- package/src/augmentation.d.ts +23 -0
- package/src/augmentation.js +23 -0
- package/src/index.d.ts +13 -0
- package/src/index.js +23 -0
- package/src/legacyerrors.d.ts +20 -0
- package/src/legacyerrors.js +23 -0
- package/src/template.d.ts +123 -0
- package/src/template.js +23 -0
- package/src/templatecommand.d.ts +23 -0
- package/src/templatecommand.js +23 -0
- package/src/templateediting.d.ts +30 -0
- package/src/templateediting.js +23 -0
- package/src/templateui.d.ts +37 -0
- package/src/templateui.js +23 -0
- package/src/ui/templatelistbuttonview.d.ts +104 -0
- package/src/ui/templatelistbuttonview.js +23 -0
- package/src/ui/templatelistitemview.d.ts +34 -0
- package/src/ui/templatelistitemview.js +23 -0
- package/src/ui/templatelistview.d.ts +38 -0
- package/src/ui/templatelistview.js +23 -0
- package/src/utils/common-translations.d.ts +9 -0
- package/src/utils/common-translations.js +23 -0
- package/theme/icons/template-generic.svg +6 -0
- package/theme/template.css +147 -0
package/CHANGELOG.md
ADDED
package/LICENSE.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
Software License Agreement
|
|
2
|
+
==========================
|
|
3
|
+
|
|
4
|
+
**CKEditor 5 template feature** (https://ckeditor.com/ckeditor-5/)<br>
|
|
5
|
+
Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
|
+
|
|
7
|
+
CKEditor 5 template feature is licensed under a commercial license and is protected by copyright law.
|
|
8
|
+
For more details about available licensing options please contact us at sales@cksource.com.
|
|
9
|
+
|
|
10
|
+
Sources of Intellectual Property Included in CKEditor 5 template
|
|
11
|
+
---------------------------------------------------------------------
|
|
12
|
+
|
|
13
|
+
Where not otherwise indicated, all CKEditor 5 template feature content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
14
|
+
|
|
15
|
+
Trademarks
|
|
16
|
+
----------
|
|
17
|
+
|
|
18
|
+
**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.
|
package/README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
CKEditor 5 template feature
|
|
2
|
+
================================
|
|
3
|
+
|
|
4
|
+
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-template)
|
|
5
|
+
|
|
6
|
+
This package contains the template feature for CKEditor 5. It allows you to insert predefined templates into the editor content and speed up the writing process.
|
|
7
|
+
|
|
8
|
+
This is a premium feature. Please [contact us](https://ckeditor.com/contact/) if you would like to purchase a license. Let us know if you have any feedback or questions!
|
|
9
|
+
|
|
10
|
+
## Demo
|
|
11
|
+
|
|
12
|
+
Check out the [demo in the template feature](https://ckeditor.com/docs/ckeditor5/latest/features/template.html#demo) guide.
|
|
13
|
+
|
|
14
|
+
## Documentation
|
|
15
|
+
|
|
16
|
+
See the [`@ckeditor/ckeditor5-template` package](https://ckeditor.com/docs/ckeditor5/latest/api/template.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Content templates](https://ckeditor.com/docs/ckeditor5/latest/features/template.html) feature guide.
|
|
17
|
+
|
|
18
|
+
## Installation
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
npm install ckeditor5-premium-features
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## Getting support
|
|
25
|
+
|
|
26
|
+
The CKEditor 5 template feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers, and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 template feature with your application.
|
|
27
|
+
|
|
28
|
+
As a licensed CKEditor 5 template feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
|
|
29
|
+
|
|
30
|
+
## License
|
|
31
|
+
|
|
32
|
+
**CKEditor 5 template** (https://ckeditor.com/ckeditor-5/)<br>
|
|
33
|
+
Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
34
|
+
|
|
35
|
+
CKEditor 5 template feature is licensed under a commercial license and is protected by copyright law.
|
|
36
|
+
For more details about available licensing options please contact us at sales@cksource.com.
|
|
37
|
+
|
|
38
|
+
### Trademarks
|
|
39
|
+
|
|
40
|
+
**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.
|
|
41
|
+
|
|
42
|
+
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
!function(e){const r=e.en=e.en||{};r.dictionary=Object.assign(r.dictionary||{},{"%0 templates found":"%0 templates found","Insert template":"Insert template","No templates available.":"No templates available.",'No templates were found matching "%0".':'No templates were found matching "%0".',"Please try a different phrase or check the spelling.":"Please try a different phrase or check the spelling.","Search template":"Search template",Template:"Template"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
|
|
2
|
+
/*!
|
|
3
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
|
+
* For licensing, see LICENSE.md.
|
|
5
|
+
*/(()=>{var e={142:(e,r,t)=>{"use strict";t.d(r,{A:()=>a});var o=t(168),c=t.n(o),n=t(433),s=t.n(n)()(c());s.push([e.id,".ck.ck-aria-description{display:none}",""]);const a=s},507:(e,r,t)=>{"use strict";t.d(r,{A:()=>a});var o=t(168),c=t.n(o),n=t(433),s=t.n(n)()(c());s.push([e.id,".ck-content pre>code.ck-suggestion-marker-formatBlock{box-shadow:-7px 0 0 0 #ededed,-10px 0 0 0 var(--ck-color-suggestion-marker-format-border);display:block}.ck-content pre>code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 #ededed,-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}",""]);const a=s},967:(e,r,t)=>{"use strict";t.d(r,{A:()=>a});var o=t(168),c=t.n(o),n=t(433),s=t.n(n)()(c());s.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=s},258:(e,r,t)=>{"use strict";t.d(r,{A:()=>a});var o=t(168),c=t.n(o),n=t(433),s=t.n(n)()(c());s.push([e.id,".ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image img{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image,.ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=s},906:(e,r,t)=>{"use strict";t.d(r,{A:()=>a});var o=t(168),c=t.n(o),n=t(433),s=t.n(n)()(c());s.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=s},938:(e,r,t)=>{"use strict";t.d(r,{A:()=>a});var o=t(168),c=t.n(o),n=t(433),s=t.n(n)()(c());s.push([e.id,".ck-content .ck-comment-marker.ck-widget.ck-merge-field,.ck-content .ck-suggestion-marker.ck-widget.ck-merge-field{border-width:2px;border-left:none;border-right:none;padding-bottom:0;padding-top:0}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom-color:var(--ck-color-suggestion-marker-deletion-border);border-top-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field :not(.ck-merge-field__affix),.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-value,.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-warning{text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field{background-color:var(--ck-color-suggestion-marker-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-insertion-background-active)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field{background:var(--ck-color-comment-marker)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-content span.ck-comment-marker:has(+.ck-comment-marker.ck-widget.ck-merge-field),.ck-content span.ck-suggestion-marker:has(+.ck-suggestion-marker.ck-widget.ck-merge-field){margin-right:-1px;padding-right:1px}",""]);const a=s},751:(e,r,t)=>{"use strict";t.d(r,{A:()=>a});var o=t(168),c=t.n(o),n=t(433),s=t.n(n)()(c());s.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=s},901:(e,r,t)=>{"use strict";t.d(r,{A:()=>a});var o=t(168),c=t.n(o),n=t(433),s=t.n(n)()(c());s.push([e.id,":root{--ck-color-suggestion-widget-th-insertion-background:rgba(102,229,119,.12);--ck-color-suggestion-widget-th-insertion-background-active:rgba(37,218,61,.14);--ck-color-suggestion-widget-th-deletion-background:rgba(229,102,134,.14);--ck-color-suggestion-widget-th-deletion-background-active:rgba(196,33,74,.16)}.ck-content figure.table .ck-suggestion-marker-formatBlock{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.table{border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table{border-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .table th.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-th-insertion-background)}.ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active)}.ck-content .table th.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-th-deletion-background);text-decoration:none}.ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .table td.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);text-decoration:none}.ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-formatBlock,.ck-content .table td.ck-suggestion-marker-formatInline,.ck-content .table th.ck-suggestion-marker-formatBlock,.ck-content .table th.ck-suggestion-marker-formatInline{background-color:var(--ck-color-suggestion-widget-format-background);box-shadow:none}.ck-content .table td.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table td.ck-suggestion-marker-formatInline.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-format-background-active);box-shadow:none}",""]);const a=s},961:(e,r,t)=>{"use strict";t.d(r,{A:()=>a});var o=t(168),c=t.n(o),n=t(433),s=t.n(n)()(c());s.push([e.id,":root{--ck-color-comment-box-border:#f2de02;--ck-color-suggestion-box-deletion-border:#d85a79;--ck-color-suggestion-box-insertion-border:#5ad86b;--ck-color-suggestion-box-format-border:#5ac1d8}.ck .ck-suggestion{border-top-left-radius:var(--ck-border-radius)}.ck .ck-suggestion:focus{background:var(--ck-color-button-default-hover-background);outline:none}.ck .ck-annotation{border-left:3px solid transparent}.ck .ck-suggestion--disabled-comments .ck-annotation{min-height:80px}.ck .ck-comment,.ck .ck-comment__input-container,.ck .ck-thread__comment-count,.ck .ck-thread__header{border-left:3px solid var(--ck-color-comment-box-border)}.ck .ck-suggestion-insertion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-replace .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-format .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-format-border)}.ck .ck-suggestion-wrapper{border-radius:0;overflow:hidden}.ck .ck-suggestion-wrapper.ck-rounded-corners,.ck-rounded-corners .ck .ck-suggestion-wrapper{border-radius:var(--ck-border-radius)}.ck .ck-suggestion-wrapper:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-suggestion-wrapper:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-suggestion-type{font-weight:700}.ck .ck-suggestion-color{border-radius:14px;box-shadow:0 0 0 1px #454545;display:inline-block;height:14px;margin:0 5px;vertical-align:text-bottom;width:14px}.ck .ck-suggestion-insertion .ck-comment,.ck .ck-suggestion-insertion .ck-comment__input-container,.ck .ck-suggestion-insertion .ck-thread__comment-count,.ck .ck-suggestion-replace .ck-comment,.ck .ck-suggestion-replace .ck-comment__input-container,.ck .ck-suggestion-replace .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-comment,.ck .ck-suggestion-deletion .ck-comment__input-container,.ck .ck-suggestion-deletion .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-format .ck-comment,.ck .ck-suggestion-format .ck-comment__input-container,.ck .ck-suggestion-format .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-format-border)}",""]);const a=s},163:(e,r,t)=>{"use strict";t.d(r,{A:()=>a});var o=t(168),c=t.n(o),n=t(433),s=t.n(n)()(c());s.push([e.id,':root{--ck-color-suggestion-marker-insertion-border:rgba(30,174,49,.35);--ck-color-suggestion-marker-insertion-border-active:rgba(18,109,31,.5);--ck-color-suggestion-marker-insertion-background:rgba(102,229,119,.35);--ck-color-suggestion-marker-insertion-background-active:rgba(37,218,61,.5);--ck-color-suggestion-marker-deletion-border:rgba(174,30,66,.35);--ck-color-suggestion-marker-deletion-border-active:rgba(109,18,41,.5);--ck-color-suggestion-marker-deletion-background:rgba(229,102,134,.35);--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.5);--ck-color-suggestion-marker-deletion-stroke:rgba(87,15,33,.5);--ck-color-suggestion-marker-format-border:#99d7e6;--ck-color-suggestion-marker-format-border-active:#5cc0d6;--ck-color-suggestion-widget-insertion-background:rgba(102,229,119,.05);--ck-color-suggestion-widget-insertion-background-active:rgba(37,218,61,.07);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.05);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.07);--ck-color-suggestion-widget-format-background:rgba(10,160,194,.09);--ck-color-suggestion-widget-format-background-active:rgba(10,160,194,.16)}.ck-content .ck-suggestion-marker-insertion{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-insertion-border);text-decoration:none}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-merge:after{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);color:var(--ck-color-suggestion-marker-deletion-stroke);content:"¶";text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke)}.ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-split:after{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border);color:var(--ck-color-suggestion-marker-insertion-border);content:"¶"}.ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-formatInline{border-bottom:3px solid var(--ck-color-suggestion-marker-format-border);border-top:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatInline.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatBlock{background:none;border:0;box-shadow:-7px 0 0 0 var(--ck-color-base-background),-10px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 var(--ck-color-base-background),-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content ol .ck-suggestion-marker-formatBlock,.ck-content ul .ck-suggestion-marker-formatBlock{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content ol .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}',""]);const a=s},332:(e,r,t)=>{"use strict";t.d(r,{A:()=>a});var o=t(168),c=t.n(o),n=t(433),s=t.n(n)()(c());s.push([e.id,":root{--ck-user-colors--0:#6d78e8;--ck-user-colors--0-alpha:rgba(109,120,232,.15);--ck-user-colors--1:#007a6c;--ck-user-colors--1-alpha:rgba(0,122,108,.15);--ck-user-colors--2:#ba4545;--ck-user-colors--2-alpha:rgba(186,69,69,.15);--ck-user-colors--3:#5635b1;--ck-user-colors--3-alpha:rgba(86,53,177,.15);--ck-user-colors--4:#548a2e;--ck-user-colors--4-alpha:rgba(84,138,46,.15);--ck-user-colors--5:#c3185d;--ck-user-colors--5-alpha:rgba(195,24,93,.15);--ck-user-colors--6:#ea4343;--ck-user-colors--6-alpha:rgba(234,67,67,.15);--ck-user-colors--7:#0bc3d0;--ck-user-colors--7-alpha:rgba(11,195,208,.15);--ck-user-dot-size:6px}.ck .ck-user__color--0{color:var(--ck-user-colors--0)}.ck .ck-user__bg-color--0{background-color:var(--ck-user-colors--0)}.ck .ck-user__selection--0{background-color:var(--ck-user-colors--0-alpha)}.ck .ck-user__selection--0.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--0)}.ck .ck-user__marker--0,.ck .ck-user__marker--0 .ck-user__marker-dot,.ck .ck-user__marker--0 .ck-user__marker-dot::selection,.ck .ck-user__marker--0 .ck-user__marker-tooltip,.ck .ck-user__marker--0 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--0::selection{background-color:var(--ck-user-colors--0)}.ck .ck-user__marker--0 .ck-user__marker-line{border:1px solid var(--ck-user-colors--0)}.ck .ck-user__color--1{color:var(--ck-user-colors--1)}.ck .ck-user__bg-color--1{background-color:var(--ck-user-colors--1)}.ck .ck-user__selection--1{background-color:var(--ck-user-colors--1-alpha)}.ck .ck-user__selection--1.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--1)}.ck .ck-user__marker--1,.ck .ck-user__marker--1 .ck-user__marker-dot,.ck .ck-user__marker--1 .ck-user__marker-dot::selection,.ck .ck-user__marker--1 .ck-user__marker-tooltip,.ck .ck-user__marker--1 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--1::selection{background-color:var(--ck-user-colors--1)}.ck .ck-user__marker--1 .ck-user__marker-line{border:1px solid var(--ck-user-colors--1)}.ck .ck-user__color--2{color:var(--ck-user-colors--2)}.ck .ck-user__bg-color--2{background-color:var(--ck-user-colors--2)}.ck .ck-user__selection--2{background-color:var(--ck-user-colors--2-alpha)}.ck .ck-user__selection--2.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--2)}.ck .ck-user__marker--2,.ck .ck-user__marker--2 .ck-user__marker-dot,.ck .ck-user__marker--2 .ck-user__marker-dot::selection,.ck .ck-user__marker--2 .ck-user__marker-tooltip,.ck .ck-user__marker--2 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--2::selection{background-color:var(--ck-user-colors--2)}.ck .ck-user__marker--2 .ck-user__marker-line{border:1px solid var(--ck-user-colors--2)}.ck .ck-user__color--3{color:var(--ck-user-colors--3)}.ck .ck-user__bg-color--3{background-color:var(--ck-user-colors--3)}.ck .ck-user__selection--3{background-color:var(--ck-user-colors--3-alpha)}.ck .ck-user__selection--3.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--3)}.ck .ck-user__marker--3,.ck .ck-user__marker--3 .ck-user__marker-dot,.ck .ck-user__marker--3 .ck-user__marker-dot::selection,.ck .ck-user__marker--3 .ck-user__marker-tooltip,.ck .ck-user__marker--3 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--3::selection{background-color:var(--ck-user-colors--3)}.ck .ck-user__marker--3 .ck-user__marker-line{border:1px solid var(--ck-user-colors--3)}.ck .ck-user__color--4{color:var(--ck-user-colors--4)}.ck .ck-user__bg-color--4{background-color:var(--ck-user-colors--4)}.ck .ck-user__selection--4{background-color:var(--ck-user-colors--4-alpha)}.ck .ck-user__selection--4.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--4)}.ck .ck-user__marker--4,.ck .ck-user__marker--4 .ck-user__marker-dot,.ck .ck-user__marker--4 .ck-user__marker-dot::selection,.ck .ck-user__marker--4 .ck-user__marker-tooltip,.ck .ck-user__marker--4 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--4::selection{background-color:var(--ck-user-colors--4)}.ck .ck-user__marker--4 .ck-user__marker-line{border:1px solid var(--ck-user-colors--4)}.ck .ck-user__color--5{color:var(--ck-user-colors--5)}.ck .ck-user__bg-color--5{background-color:var(--ck-user-colors--5)}.ck .ck-user__selection--5{background-color:var(--ck-user-colors--5-alpha)}.ck .ck-user__selection--5.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--5)}.ck .ck-user__marker--5,.ck .ck-user__marker--5 .ck-user__marker-dot,.ck .ck-user__marker--5 .ck-user__marker-dot::selection,.ck .ck-user__marker--5 .ck-user__marker-tooltip,.ck .ck-user__marker--5 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--5::selection{background-color:var(--ck-user-colors--5)}.ck .ck-user__marker--5 .ck-user__marker-line{border:1px solid var(--ck-user-colors--5)}.ck .ck-user__color--6{color:var(--ck-user-colors--6)}.ck .ck-user__bg-color--6{background-color:var(--ck-user-colors--6)}.ck .ck-user__selection--6{background-color:var(--ck-user-colors--6-alpha)}.ck .ck-user__selection--6.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--6)}.ck .ck-user__marker--6,.ck .ck-user__marker--6 .ck-user__marker-dot,.ck .ck-user__marker--6 .ck-user__marker-dot::selection,.ck .ck-user__marker--6 .ck-user__marker-tooltip,.ck .ck-user__marker--6 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--6::selection{background-color:var(--ck-user-colors--6)}.ck .ck-user__marker--6 .ck-user__marker-line{border:1px solid var(--ck-user-colors--6)}.ck .ck-user__color--7{color:var(--ck-user-colors--7)}.ck .ck-user__bg-color--7{background-color:var(--ck-user-colors--7)}.ck .ck-user__selection--7{background-color:var(--ck-user-colors--7-alpha)}.ck .ck-user__selection--7.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--7)}.ck .ck-user__marker--7,.ck .ck-user__marker--7 .ck-user__marker-dot,.ck .ck-user__marker--7 .ck-user__marker-dot::selection,.ck .ck-user__marker--7 .ck-user__marker-tooltip,.ck .ck-user__marker--7 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--7::selection{background-color:var(--ck-user-colors--7)}.ck .ck-user__marker--7 .ck-user__marker-line{border:1px solid var(--ck-user-colors--7)}",""]);const a=s},533:(e,r,t)=>{"use strict";t.d(r,{A:()=>g});var o=t(168),c=t.n(o),n=t(433),s=t.n(n),a=t(220),i=t.n(a),k=new URL(t(182),t.b),l=s()(c()),u=i()(k);l.push([e.id,`:root{--ck-user-avatar-size:40px;--ck-user-avatar-background:#3670ab;--ck-user-avatar-color:#fff;--ck-user-me-border-color:#fff}.ck.ck-user{align-items:center;background-color:var(--ck-user-avatar-background);border-radius:50%;box-sizing:border-box;display:flex;height:var(--ck-user-avatar-size);justify-content:center;line-height:100%;margin:2px;min-height:var(--ck-user-avatar-size);min-width:var(--ck-user-avatar-size);position:relative;width:var(--ck-user-avatar-size)}.ck.ck-user.ck-user_me{border:2px solid var(--ck-user-me-border-color);outline:2px solid var(--ck-user-avatar-background)}.ck.ck-user__name{color:var(--ck-user-avatar-color);cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-user__name.ck-user__name--hidden{display:none}.ck.ck-user__img{background-color:var(--ck-user-avatar-background);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:50%;display:none;height:100%;width:100%}.ck.ck-user__img.ck-user__anonymous{background-image:url(${u});display:block}.ck.ck-user__img.ck-user__anonymous+.ck-user__name{display:none}.ck.ck-user__img.ck-user__avatar{background-color:#fff;display:block}.ck.ck-user__img.ck-user__img--hidden{display:none}.ck.ck-user__notification{align-items:center;background:var(--ck-color-base-background);border:2px solid var(--ck-color-base-background);border-radius:50%;box-sizing:content-box;display:flex;height:15px;justify-content:center;overflow:hidden;position:absolute;right:-7px;top:-8px;transform:translateZ(0);width:15px}.ck.ck-user__notification .ck-user__icon{background:var(--ck-color-base-background);color:var(--ck-color-annotation-info);height:19px;max-height:19px;max-width:19px;min-height:19px;min-width:19px;width:19px}`,""]);const g=l},175:(e,r,t)=>{"use strict";t.d(r,{A:()=>a});var o=t(168),c=t.n(o),n=t(433),s=t.n(n)()(c());s.push([e.id,':root{--ck-template-dropdown-view-width:345px;--ck-template-dropdown-view-height:300px;--ck-template-icon-size:45px}.ck-button.ck-template-button .ck.ck-icon,.ck-button.ck-template-button .ck.ck-icon *{color:unset}.ck-button.ck-template-button .ck.ck-icon :not([fill]){fill:unset}.ck.ck-template-form{width:var(--ck-template-dropdown-view-width)}@media screen and (max-width:600px){.ck.ck-template-form{--ck-template-dropdown-view-width:260px}}.ck.ck-template-form>.ck-labeled-field-view{padding:var(--ck-spacing-large)}.ck.ck-template-form>.ck-search__results{border-top:1px solid var(--ck-color-base-border)}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list{max-height:var(--ck-template-dropdown-view-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:var(--ck-spacing-large)}.ck-rounded-corners .ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list{border-radius:0}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item:not(.ck-hidden)~.ck.ck-list__item{margin-top:var(--ck-spacing-large)}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button{align-items:center;border-radius:var(--ck-border-radius);display:grid;gap:var(--ck-spacing-large) var(--ck-spacing-large);grid-auto-columns:1fr;grid-auto-flow:column dense;grid-template-areas:"ck-template-icon ck-template-content";grid-template-columns:var(--ck-template-icon-size) 1fr;grid-template-rows:var(--ck-template-icon-size);margin:0;overflow:hidden;padding:0;width:100%}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button:not(:focus){border-color:var(--ck-color-dropdown-panel-background)}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck.ck-icon{grid-area:ck-template-icon;height:auto;margin:0;width:var(--ck-template-icon-size)}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck-template-form__text-part{display:flex;flex-direction:column;grid-area:ck-template-content;height:100%;justify-content:space-evenly;margin:0;min-width:0}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck-template-form__text-part>.ck.ck-button__label{color:var(--ck-color-text);display:block;font-size:var(--ck-font-size-base);font-weight:700;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck-template-form__text-part .ck-template-form__description{color:var(--ck-color-text);display:-webkit-box;font-size:.85em;line-height:1.1;margin-top:var(--ck-spacing-tiny);overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ck.ck-template-form>.ck-search__results>.ck.ck-list.ck-template-list>.ck.ck-list__item>.ck.ck-button>.ck-template-form__text-part mark{background:var(--ck-color-highlight-background);font-size:inherit;font-weight:inherit;line-height:inherit;vertical-align:initial}',""]);const a=s},433:e=>{"use strict";e.exports=function(e){var r=[];return r.toString=function(){return this.map((function(r){var t="",o=void 0!==r[5];return r[4]&&(t+="@supports (".concat(r[4],") {")),r[2]&&(t+="@media ".concat(r[2]," {")),o&&(t+="@layer".concat(r[5].length>0?" ".concat(r[5]):""," {")),t+=e(r),o&&(t+="}"),r[2]&&(t+="}"),r[4]&&(t+="}"),t})).join("")},r.i=function(e,t,o,c,n){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(o)for(var a=0;a<this.length;a++){var i=this[a][0];null!=i&&(s[i]=!0)}for(var k=0;k<e.length;k++){var l=[].concat(e[k]);o&&s[l[0]]||(void 0!==n&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=n),t&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=t):l[2]=t),c&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=c):l[4]="".concat(c)),r.push(l))}},r}},220:e=>{"use strict";e.exports=function(e,r){return r||(r={}),e?(e=String(e.__esModule?e.default:e),/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),r.hash&&(e+=r.hash),/["'() \t\n]|(%20)/.test(e)||r.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e):e}},168:e=>{"use strict";e.exports=function(e){return e[1]}},673:e=>{"use strict";var r=[];function t(e){for(var t=-1,o=0;o<r.length;o++)if(r[o].identifier===e){t=o;break}return t}function o(e,o){for(var n={},s=[],a=0;a<e.length;a++){var i=e[a],k=o.base?i[0]+o.base:i[0],l=n[k]||0,u="".concat(k," ").concat(l);n[k]=l+1;var g=t(u),d={css:i[1],media:i[2],sourceMap:i[3],supports:i[4],layer:i[5]};if(-1!==g)r[g].references++,r[g].updater(d);else{var m=c(d,o);o.byIndex=a,r.splice(a,0,{identifier:u,updater:m,references:1})}s.push(u)}return s}function c(e,r){var t=r.domAPI(r);t.update(e);return function(r){if(r){if(r.css===e.css&&r.media===e.media&&r.sourceMap===e.sourceMap&&r.supports===e.supports&&r.layer===e.layer)return;t.update(e=r)}else t.remove()}}e.exports=function(e,c){var n=o(e=e||[],c=c||{});return function(e){e=e||[];for(var s=0;s<n.length;s++){var a=t(n[s]);r[a].references--}for(var i=o(e,c),k=0;k<n.length;k++){var l=t(n[k]);0===r[l].references&&(r[l].updater(),r.splice(l,1))}n=i}}},262:e=>{"use strict";var r={};e.exports=function(e,t){var o=function(e){if(void 0===r[e]){var t=document.querySelector(e);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(e){t=null}r[e]=t}return r[e]}(e);if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(t)}},357:e=>{"use strict";e.exports=function(e){var r=document.createElement("style");return e.setAttributes(r,e.attributes),e.insert(r,e.options),r}},667:e=>{"use strict";e.exports=function(e,r){Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])}))}},545:e=>{"use strict";var r,t=(r=[],function(e,t){return r[e]=t,r.filter(Boolean).join("\n")});function o(e,r,o,c){var n;if(o)n="";else{n="",c.supports&&(n+="@supports (".concat(c.supports,") {")),c.media&&(n+="@media ".concat(c.media," {"));var s=void 0!==c.layer;s&&(n+="@layer".concat(c.layer.length>0?" ".concat(c.layer):""," {")),n+=c.css,s&&(n+="}"),c.media&&(n+="}"),c.supports&&(n+="}")}if(e.styleSheet)e.styleSheet.cssText=t(r,n);else{var a=document.createTextNode(n),i=e.childNodes;i[r]&&e.removeChild(i[r]),i.length?e.insertBefore(a,i[r]):e.appendChild(a)}}var c={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var r=c.singletonCounter++,t=c.singleton||(c.singleton=e.insertStyleElement(e));return{update:function(e){o(t,r,!1,e)},remove:function(e){o(t,r,!0,e)}}}},182:e=>{"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27%23FFF%27 d=%27M9.8 20H2c0-5.7 5-5.7 6-7l.2-.8c-1.6-.8-2.7-2.7-2.7-5 0-2.8 2-5.2 4.3-5.2S14 4.4 14 7.3c0 2.2-1 4-2.6 5l.2.6c1.2 1.3 6 1.4 6 7H9.8z%27/%3E%3C/svg%3E"},782:(e,r,t)=>{e.exports=t(237)("./src/core.js")},311:(e,r,t)=>{e.exports=t(237)("./src/ui.js")},584:(e,r,t)=>{e.exports=t(237)("./src/utils.js")},237:e=>{"use strict";e.exports=CKEditor5.dll}},r={};function t(o){var c=r[o];if(void 0!==c)return c.exports;var n=r[o]={id:o,exports:{}};return e[o](n,n.exports,t),n.exports}t.m=e,t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var o in r)t.o(r,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.b=document.baseURI||self.location.href;var o={};(()=>{"use strict";t.r(o),t.d(o,{Template:()=>he,TemplateCommand:()=>s,TemplateEditing:()=>l,TemplateUI:()=>me});var e=t(782);const r=n;function c(){const e=["71432GMKWCh","toView","toModel","21kyNtaC","74wFHFwk","10043IsbzLi","editor","5wRgxal","3448354CQIZPa","78okFjWs","data","5124NeQyki","insertContent","95598iDeLnc","htmlProcessor","string","execute","1610AIItOV","function","36728xwdfvZ","change","6894ulgTMb","1068LlnlzH"];return(c=function(){return e})()}function n(e,r){const t=c();return(n=function(e,r){return t[e-=483]})(e,r)}!function(e){const r=n,t=e();for(;;)try{if(131847===parseInt(r(486))/1*(parseInt(r(502))/2)+-parseInt(r(484))/3*(-parseInt(r(494))/4)+-parseInt(r(505))/5*(parseInt(r(488))/6)+-parseInt(r(501))/7*(-parseInt(r(498))/8)+-parseInt(r(496))/9*(parseInt(r(492))/10)+-parseInt(r(503))/11*(-parseInt(r(497))/12)+-parseInt(r(483))/13)break;t.push(t.shift())}catch(e){t.push(t.shift())}}(c);class s extends e.Command{[r(491)](e){const t=r,{model:o}=this[t(504)];let c;switch(typeof e){case t(490):c=e;break;case t(493):c=e()}t(490)==typeof c&&o[t(495)]((()=>{const e=t,r=this[e(504)][e(485)][e(489)][e(499)](c),n=this[e(504)][e(485)][e(500)](r);o[e(487)](n)}))}}const a=i;function i(e,r){const t=k();return(i=function(e,r){return t[e-=438]})(e,r)}function k(){const e=["202253aKNsvV","8824640xNnzyX","templateLicenseKeyInvalid","6774DfNSxw","commands","config","2718610kDxEcD","_licenseKeyCheckInterval","TemplateEditing","templateLicenseKeyValid","_showLicenseError","templateLicenseKeyDevelopmentLimit","Template","expired","isPremiumPlugin","templateLicenseKeyUsageLimit","init","usageLimit","templateLicenseKeyTrialLimit","trialLimit","templateLicenseKeyDomainLimit","templateLicenseKeyExpired","get","invalid","48210xmgUdo","add","1686488jftlPM","18cHozET","13587SOhKLF","editor","destroy","isOfficialPlugin","domainLimit","templateLicenseKeyNotAllowed","evaluationLimit","pluginName","featureNotAllowed","328fJsvXk","developmentLimit","licenseKey","630FkyYKj","1126dXmfhX","insertTemplate","templateLicenseKeyEvaluationLimit"];return(k=function(){return e})()}!function(e){const r=i,t=e();for(;;)try{if(947330===parseInt(r(472))/1+parseInt(r(469))/2*(-parseInt(r(475))/3)+-parseInt(r(454))/4+parseInt(r(452))/5*(parseInt(r(468))/6)+parseInt(r(456))/7*(parseInt(r(465))/8)+-parseInt(r(455))/9*(-parseInt(r(478))/10)+parseInt(r(473))/11)break;t.push(t.shift())}catch(e){t.push(t.shift())}}(k);class l extends e.Plugin{static get[a(463)](){return a(480)}static get[a(459)](){return!0}static get[a(442)](){return!0}[a(444)](){const e=a,{editor:r}=this;r[e(476)][e(453)](e(470),new s(r)),this[e(467)]=this[e(457)][e(477)][e(450)](e(467));const t=this[e(457)];this[e(479)]=setInterval((()=>{const r=e;let o;for(const e in t){const c=e,n=t[c];if(r(481)==n||r(474)==n||r(449)==n||r(448)==n||r(461)==n||r(471)==n||r(446)==n||r(439)==n||r(443)==n){delete t[c],o=n,clearInterval(this[r(479)]),this[r(479)]=void 0;break}}r(474)==o&&t[r(438)](r(451)),r(449)==o&&t[r(438)](r(441)),r(448)==o&&t[r(438)](r(460)),r(461)==o&&t[r(438)](r(464),r(440)),r(471)==o&&t[r(438)](r(462)),r(446)==o&&t[r(438)](r(447)),r(439)==o&&t[r(438)](r(466)),r(443)==o&&t[r(438)](r(445))}),1e3)}[a(458)](){const e=a;super[e(458)](),this[e(479)]&&clearInterval(this[e(479)])}}var u=t(311),g=t(584);function d(e,r){const t=m();return(d=function(e,r){return t[e-=134]})(e,r)}function m(){const e=["242516ZvKcOO","forEach","5622129UZtldU","buttonView","19270cNEwSb","488eFOJeb","map","clear","size","filter","sort","433056FdwWmi","originalIndex","items","10QmxjJP","23880myZIEi","highlightText","_resetFiltering","isVisible","31100883OqGMwz","addMany","set","86023QygbWV","get","length","isMatching","24NtEAZe","title","534ggdMNJ"];return(m=function(){return e})()}const b=d;!function(e){const r=d,t=e();for(;;)try{if(384597===-parseInt(r(158))/1+-parseInt(r(154))/2+-parseInt(r(140))/3*(parseInt(r(143))/4)+-parseInt(r(147))/5*(parseInt(r(142))/6)+parseInt(r(136))/7*(-parseInt(r(148))/8)+-parseInt(r(145))/9+-parseInt(r(157))/10*(-parseInt(r(162))/11))break;t.push(t.shift())}catch(e){t.push(t.shift())}}(m);class p extends u.ListView{[b(152)](e){const r=b;if(!e)return this[r(160)]();const t=new Map,o=this[r(156)][r(149)]((o=>{const c=r,n=o[c(146)][c(139)](e);return o[c(161)]=!!n,o[c(146)][c(159)](n?e:null),n&&t[c(135)](o,n),o}))[r(153)](v)[r(153)]((c=t,function(e,r){const t=d,o=c[t(137)](e),n=c[t(137)](r);return o&&!n?-1:n&&!o?1:o||n?o[t(141)]&&!n[t(141)]?-1:!o[t(141)]&&n[t(141)]?1:0:0}));var c;return this[r(156)][r(150)](),this[r(156)][r(134)](o),{resultsCount:t[r(151)],totalItemsCount:this[r(156)][r(138)]}}[b(160)](){const e=b,r=this[e(156)][e(149)]((e=>e))[e(153)](v);return r[e(144)]((r=>{const t=e;r[t(161)]=!0,r[t(146)][t(159)](null)})),this[e(156)][e(150)](),this[e(156)][e(134)](r),{resultsCount:r[e(138)],totalItemsCount:r[e(138)]}}}function v(e,r){const t=b;return e[t(155)]-r[t(155)]}function h(e,r){var t=_();return(h=function(e,r){return t[e-=144]})(e,r)}!function(e){for(var r=h,t=e();;)try{if(584470===parseInt(r(145))/1+parseInt(r(153))/2+parseInt(r(150))/3*(-parseInt(r(151))/4)+parseInt(r(144))/5+-parseInt(r(154))/6+-parseInt(r(148))/7+-parseInt(r(146))/8*(-parseInt(r(147))/9))break;t.push(t.shift())}catch(e){t.push(t.shift())}}(_);class f extends u.ListItemView{constructor(e,r){var t=h;super(e),this[t(149)]=r,this[t(152)]=null}}function _(){var e=["5290320jgPciM","593990cJpyeq","758633BjScCw","8hvECwu","4776903KFDTuD","4020681tCVXGZ","originalIndex","3yExewa","1326288NCtgxE","buttonView","1927894ZrMESg"];return(_=function(){return e})()}const w='<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 45 45">\n <path fill="#F0F0F0" d="M2 0h41s2 0 2 2v41s0 2 -2 2h-41s-2 0 -2 -2v-41s0 -2 2 -2" />\n <path fill="#D5D5D5" d="M11 10h10s1 0 1 1v24s0 1 -1 1h-10s-1 0 -1 -1v-24s0 -1 1 -1" />\n <path fill="#D5D5D5" d="M25 10h10s1 0 1 1v10s0 1 -1 1h-10s-1 0 -1 -1v-10s0 -1 1 -1" />\n <path fill="#D5D5D5" d="M25 24h10s1 0 1 1v10s0 1 -1 1h-10s-1 0 -1 -1v-10s0 -1 1 -1" />\n</svg>\n',x=A;!function(e){const r=A,t=e();for(;;)try{if(433857===parseInt(r(367))/1*(-parseInt(r(358))/2)+parseInt(r(361))/3+parseInt(r(376))/4+parseInt(r(373))/5*(-parseInt(r(355))/6)+-parseInt(r(341))/7+parseInt(r(372))/8*(-parseInt(r(363))/9)+-parseInt(r(352))/10*(-parseInt(r(344))/11))break;t.push(t.shift())}catch(e){t.push(t.shift())}}(M);class I extends u.ButtonView{constructor(e,r){const t=A;super(e),this[t(351)]=r,this[t(337)]=null;const{icon:o=w}=r;this[t(369)]({withText:!0,class:t(339),role:t(340),icon:o}),this[t(357)][t(360)]=!1}[x(354)](){const e=x;super[e(354)](),this[e(337)]=new y(this[e(350)],this[e(351)],this[e(353)][e(349)].id),this[e(368)][e(336)](this[e(353)]),this[e(368)][e(375)](this[e(337)])}[x(359)](){const e=x;super[e(359)](),this[e(353)][e(359)]()}[x(365)](e){const r=x,{title:t,description:o}=this[r(351)],c=!!t[r(346)](e),n=!(!o||!o[r(346)](e));return c||n?{title:c,description:n}:null}[x(342)](e){const r=x;this[r(337)][r(342)](e)}}class y extends u.View{constructor(e,r,t){const o=x;super(e),this[o(343)]=r[o(343)],this[o(364)]=r[o(364)],this[o(366)]=new u.HighlightedTextView,this[o(366)][o(362)]=this[o(343)],this[o(366)][o(348)]({tag:o(374),attributes:{class:[o(377)],id:t}});const c=[this[o(366)]];this[o(364)]&&(this[o(371)]=new u.HighlightedTextView,this[o(371)][o(362)]=this[o(364)],this[o(371)][o(348)]({tag:"p",attributes:{class:[o(347)]}}),c[o(345)](this[o(371)])),this[o(338)]({tag:o(370),attributes:{class:["ck",o(356)]},children:c})}[x(342)](e){const r=x;this[r(366)][r(342)](e),this[r(364)]&&this[r(371)][r(342)](e)}}function A(e,r){const t=M();return(A=function(e,r){return t[e-=336]})(e,r)}function M(){const e=["render","114486RUeQzq","ck-template-form__text-part","iconView","2626IJwocS","destroy","isColorInherited","982233sobfwE","text","83205KFuYeA","description","isMatching","titleView","551innSVc","children","set","div","descriptionView","584MgIBHq","65Uxxroq","span","add","18732XtOhJA","ck-button__label","remove","textPartView","setTemplate","ck-template-button","option","2090515ffQtIX","highlightText","title","11lxfUwU","push","match","ck-template-form__description","extendTemplate","element","locale","templateDefinition","20468090UWBmKZ","labelView"];return(M=function(){return e})()}e.ContextPlugin;var V=t(673),S=t.n(V),T=t(545),P=t.n(T),E=t(262),L=t.n(E),Z=t(667),B=t.n(Z),C=t(357),N=t.n(C),z=t(332),H={attributes:{"data-cke":!0}};H.setAttributes=B(),H.insert=L().bind(null,"head"),H.domAPI=P(),H.insertStyleElement=N();S()(z.A,H);z.A&&z.A.locals&&z.A.locals;e.ContextPlugin;var D=t(533),O={attributes:{"data-cke":!0}};O.setAttributes=B(),O.insert=L().bind(null,"head"),O.domAPI=P(),O.insertStyleElement=N();S()(D.A,O);D.A&&D.A.locals&&D.A.locals;u.View;u.View;u.View;var K=t(961),j={attributes:{"data-cke":!0}};j.setAttributes=B(),j.insert=L().bind(null,"head"),j.domAPI=P(),j.insertStyleElement=N();S()(K.A,j);K.A&&K.A.locals&&K.A.locals;var F=t(163),U={attributes:{"data-cke":!0}};U.setAttributes=B(),U.insert=L().bind(null,"head"),U.domAPI=P(),U.insertStyleElement=N();S()(F.A,U);F.A&&F.A.locals&&F.A.locals;var Q=t(142),R={attributes:{"data-cke":!0}};R.setAttributes=B(),R.insert=L().bind(null,"head"),R.domAPI=P(),R.insertStyleElement=N();S()(Q.A,R);Q.A&&Q.A.locals&&Q.A.locals;var X=t(258),q={attributes:{"data-cke":!0}};q.setAttributes=B(),q.insert=L().bind(null,"head"),q.domAPI=P(),q.insertStyleElement=N();S()(X.A,q);X.A&&X.A.locals&&X.A.locals;var J=t(967),W={attributes:{"data-cke":!0}};W.setAttributes=B(),W.insert=L().bind(null,"head"),W.domAPI=P(),W.insertStyleElement=N();S()(J.A,W);J.A&&J.A.locals&&J.A.locals;var Y=t(906),G={attributes:{"data-cke":!0}};G.setAttributes=B(),G.insert=L().bind(null,"head"),G.domAPI=P(),G.insertStyleElement=N();S()(Y.A,G);Y.A&&Y.A.locals&&Y.A.locals;var $=t(938),ee={attributes:{"data-cke":!0}};ee.setAttributes=B(),ee.insert=L().bind(null,"head"),ee.domAPI=P(),ee.insertStyleElement=N();S()($.A,ee);$.A&&$.A.locals&&$.A.locals;var re=t(751),te={attributes:{"data-cke":!0}};te.setAttributes=B(),te.insert=L().bind(null,"head"),te.domAPI=P(),te.insertStyleElement=N();S()(re.A,te);re.A&&re.A.locals&&re.A.locals;var oe=t(901),ce={attributes:{"data-cke":!0}};ce.setAttributes=B(),ce.insert=L().bind(null,"head"),ce.domAPI=P(),ce.insertStyleElement=N();S()(oe.A,ce);oe.A&&oe.A.locals&&oe.A.locals;var ne=t(507),se={attributes:{"data-cke":!0}};se.setAttributes=B(),se.insert=L().bind(null,"head"),se.domAPI=P(),se.insertStyleElement=N();S()(ne.A,se);ne.A&&ne.A.locals&&ne.A.locals;const ae={paintRoller:'<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M3 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3Z"/><path d="M16 3.25a1.5 1.5 0 0 1 1.5 1.5v1.7a2.25 2.25 0 0 1-1.932 2.226l-4.424.632a.75.75 0 0 0-.644.743V11a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1v-.95a2.25 2.25 0 0 1 1.932-2.226l4.424-.632A.75.75 0 0 0 16 6.449V3.25Z"/></svg>\n',robotPencil:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M9.61 2.66a1.406 1.406 0 1 0-1.407 0v.891H3.28a2.11 2.11 0 0 0-2.11 2.11v10.312a2.11 2.11 0 0 0 2.11 2.109h5.684l-.054-1.157.18-.25H3.28a.703.703 0 0 1-.703-.702V5.66c0-.389.315-.704.703-.704h11.25c.388 0 .703.315.703.704v2.484l.358-.497a2.492 2.492 0 0 1 1.048-.84V5.66a2.11 2.11 0 0 0-2.11-2.11H9.61v-.89Z"/><path d="M5.625 10.817c.518 0 .937-.63.937-1.407 0-.776-.42-1.406-.937-1.406-.518 0-.938.63-.938 1.406 0 .777.42 1.407.938 1.407Z"/><path d="M13.125 9.41c0 .777-.42 1.407-.938 1.407s-.937-.63-.937-1.407c0-.776.42-1.406.937-1.406.518 0 .938.63.938 1.406Z"/><path d="M.937 8.004A.937.937 0 0 0 0 8.942v1.875c0 .517.42.937.937.937v-3.75Z"/><path d="M6.128 12.51a.782.782 0 0 1 1.085.216c.272.408.907.707 1.693.707s1.421-.3 1.693-.707a.782.782 0 0 1 1.302.868c-.666 1-1.906 1.403-2.995 1.403-1.089 0-2.329-.404-2.995-1.403a.782.782 0 0 1 .217-1.085Z"/><path d="m16.987 8.91-.622.864 2.879 2.074.622-.864a.71.71 0 0 0-.161-.99l-1.728-1.245a.71.71 0 0 0-.99.161Z"/><path d="M11.635 19.951a.355.355 0 0 1-.449-.31l-.214-2.38 4.978-6.911 2.88 2.074-4.978 6.91-2.217.617Z"/></svg>',tableOfContents:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M3 19a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8.022a6.47 6.47 0 0 0-1.5-.709V2a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h6.313c.173.534.412 1.037.709 1.5H3Z"/><path d="M9.174 14a6.489 6.489 0 0 0-.155 1H6v-1h3.174Z"/><path d="M10.022 12c-.202.316-.378.65-.524 1H4v-1h6.022Z"/><path d="M12.034 10c-.448.283-.86.62-1.224 1H6v-1h6.034Z"/><path d="M12 4v1H4V4h8Z"/><path d="M14 7V6H6v1h8Z"/><path d="M15 9V8H7v1h8Z"/><path clip-rule="evenodd" d="M20 15.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM15.5 13a.5.5 0 0 0-.5.5V15h-1.5a.5.5 0 0 0 0 1H15v1.5a.5.5 0 0 0 1 0V16h1.5a.5.5 0 0 0 0-1H16v-1.5a.5.5 0 0 0-.5-.5Z"/></svg>\n',template:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M8 0H3a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2ZM2.5 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V2Z"/><path clip-rule="evenodd" d="M13 0h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5h-5Z"/><path clip-rule="evenodd" d="M13 10h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z"/></svg>',caseChange:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.789 3 0 17h1.664l1.664-4.027h6.797l.227.548c.046-.172.112-.352.209-.545.217-.436.556-.609.898-.798L7.664 3H5.79Zm.938 1.758 2.777 6.715H3.949l2.778-6.715Z"/><path d="M15.956 7.5c-1.584-.02-3.226.824-3.843 2.882l1.495.106c.904-2.082 4.594-2.13 4.375.534-3.245 1.024-4.838.117-6.082 2.62-.208.418-.17 1.57.54 2.397.71.826 2.014 1.149 3.409.85 1.395-.299 2.24-1.386 2.24-1.386L18.205 17h1.493l-.059-1.72-.056-5.274C19.51 8.612 17.75 7.524 15.956 7.5Zm2.027 4.696s.641 2.453-1.528 3.27c-3.376 1.269-4.188-2.141-1.775-2.638 1.704-.352 1.873-.25 3.303-.632Z"/></svg>'};function ie(e,r,...t){const o=e.t;switch(r){case'No templates were found matching "%0".':return o('No templates were found matching "%0".',...t);case"Please try a different phrase or check the spelling.":return o("Please try a different phrase or check the spelling.");case"No templates available.":return o("No templates available.");case"%0 templates found":return o("%0 templates found",...t);case"Search template":return o("Search template");case"Template":return o("Template");case"Insert template":return o("Insert template");default:return r}}var ke=t(175),le={attributes:{"data-cke":!0}};le.setAttributes=B(),le.insert=L().bind(null,"head"),le.domAPI=P(),le.insertStyleElement=N();S()(ke.A,le);ke.A&&ke.A.locals&&ke.A.locals;const ue=de;function ge(){const e=["title","children","resultsCount","insertTemplate","761288TQUGdV","icon","Insert template","change:isOpen","commands","editing","Search template","addMany","4695929KdWWjX","announce","menuBar:insertTemplate","No templates available.","TemplateUI","reset","_createTemplateListView","buttonView","view","source","set","focus","extendTemplate","init","isOfficialPlugin","panelView","1943142SualFD","239184NbxuoD","isEnabled","ariaLiveAnnouncer","query","href","listbox","template","items","isPremiumPlugin","5230XBHbCk","join","config","1828oYYqDj","templateDefinition","componentFactory","38942SVkTfQ","Please try a different phrase or check the spelling.","length","Template","data","bind","add","map","ck-template-button","delegate","template.definitions","fromCharCode","execute","%0 templates found","get",'No templates were found matching "%0".',"ck-template-form","4456672umQLud","pluginName","search","afterInit","ck-template-list"];return(ge=function(){return e})()}function de(e,r){const t=ge();return(de=function(e,r){return t[e-=250]})(e,r)}!function(e){const r=de,t=e();for(;;)try{if(621687===parseInt(r(283))/1+-parseInt(r(257))/2+-parseInt(r(308))/3+-parseInt(r(254))/4*(parseInt(r(251))/5)+parseInt(r(307))/6+parseInt(r(291))/7+-parseInt(r(274))/8)break;t.push(t.shift())}catch(e){t.push(t.shift())}}(ge);class me extends e.Plugin{static get[ue(275)](){return ue(295)}static get[ue(305)](){return!0}static get[ue(250)](){return!0}[ue(304)](){const e=ue,{editor:r}=this,t=r[e(253)][e(271)](e(267))||[];r.ui[e(256)][e(263)](e(282),(o=>{const c=e,n=(0,u.createDropdown)(o),s=this[c(297)](o,t),a=new u.SearchTextView(o,{filteredView:s,queryView:{label:ie(o,c(289))},class:c(273),infoView:{text:{notFound:{primary:e=>ie(o,c(272),e),secondary:ie(o,c(258))},noSearchableItems:{primary:ie(o,c(294))}}}}),i=r[c(287)][c(271)](c(282));return a.on(c(276),((e,t)=>{const n=c;t[n(311)]&&t[n(311)][n(259)]&&r.ui[n(310)][n(292)](ie(o,n(270),t[n(281)]))})),n[c(262)](c(309)).to(i),n[c(306)][c(280)][c(263)](a),n[c(298)][c(301)]({label:ie(o,c(285)),icon:ae[c(314)],tooltip:!0}),n.on(c(286),((e,r,t)=>{t||a[c(296)]()})),n})),r.ui[e(256)][e(263)](e(293),(o=>{const c=e,n=r[c(287)][c(271)](c(282)),s=new u.MenuBarMenuView(o);s[c(298)][c(301)]({label:ie(o,c(260)),icon:ae[c(314)]});const a=new u.MenuBarMenuListView(o);if(!t||!t[c(259)]){const e=new u.MenuBarMenuListItemView(o,s),t=new u.MenuBarMenuListItemButtonView(o);t[c(301)]({label:ie(o,c(294))}),t[c(266)](c(269)).to(s),t.on(c(269),(()=>{const e=c;r[e(288)][e(299)][e(302)]()})),e[c(280)][c(263)](t),a[c(315)][c(263)](e)}for(const e of t){const t=new u.MenuBarMenuListItemView(o,s),n=new u.MenuBarMenuListItemButtonView(o);n[c(301)]({class:c(265),label:e[c(279)],icon:e[c(284)]||w}),n[c(266)](c(269)).to(s),n.on(c(269),(()=>{const t=c;r[t(269)](t(282),e[t(261)]),r[t(288)][t(299)][t(302)]()})),t[c(280)][c(263)](n),a[c(315)][c(263)](t)}return s[c(306)][c(280)][c(263)](a),s[c(262)](c(309)).to(n,c(309)),s}))}[ue(277)](){!async function(e){const r=b([115,108,73,98,48,106,70,116,119,103,118,67,50,55,49,85,107,101,100,122,57,87,71,74,105,121,72,90,109,104,97,51,111,110,79,102,114,65,82,113,68,53,78,77,117,52,54,120,84,76,69,56,75,83,81,112,89,66,88,86,80,99]),t=window[b([68,97,116,101])][b([110,111,119])](),o=e[b([101,100,105,116,111,114])],c=new(window[b([80,114,111,109,105,115,101])])((e=>{o[b([111,110,99,101])](b([114,101,97,100,121]),e)})),n={[b([107,116,121])]:b([69,67]),[b([117,115,101])]:b([115,105,103]),[b([99,114,118])]:b([80,45,50,53,54]),[b([120])]:b([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[b([121])]:b([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[b([97,108,103])]:b([69,83,50,53,54])},s=o[b([99,111,110,102,105,103])][b([103,101,116])](b([108,105,99,101,110,115,101,75,101,121]));function a(e){const r=[new(window[b([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),c[b([116,104,101,110])]((()=>new(window[b([80,114,111,109,105,115,101])])((e=>{let r=0;o[b([109,111,100,101,108])][b([111,110])](b([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((t,o)=>{o[0][b([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&r++,504==r&&(e(),t[b([111,102,102])]())}))}))))];return window[b([80,114,111,109,105,115,101])][b([114,97,99,101])](r)[b([116,104,101,110])]((()=>e))}function i(e){return e[b([115,116,97,114,116,115,87,105,116,104])](b([101,121]))?JSON[b([112,97,114,115,101])](k(e)):null}function k(e){return window[b([97,116,111,98])](e[b([114,101,112,108,97,99,101])](/-/g,b([43]))[b([114,101,112,108,97,99,101])](/_/g,b([47])))}function l(e){let r=5381;function t(e){for(let t=0;t<e[b([108,101,110,103,116,104])];t++){const o=e[b([99,104,97,114,67,111,100,101,65,116])](t);r=(r<<5)+r+o,r&=r}}return function e(r){Array[b([105,115,65,114,114,97,121])](r)?r[b([102,111,114,69,97,99,104])](e):r&&typeof r==b([111,98,106,101,99,116])?Object[b([101,110,116,114,105,101,115])](r)[b([115,111,114,116])]()[b([102,111,114,69,97,99,104])]((([r,o])=>{t(r),e(o)})):t(window[b([83,116,114,105,110,103])](r))}(e),r>>>0}function u(e){return e[b([116,111,83,116,114,105,110,103])](16)[b([112,97,100,83,116,97,114,116])](8,b([48]))}function d(e){return e[b([115,112,108,105,116])]("")[b([114,101,118,101,114,115,101])]()[b([106,111,105,110])]("")}function m(){}function b(e){const r=de;return e[r(264)]((e=>String[r(268)](e)))[r(252)]("")}!function(e){const t=function(){const e=window[b([83,116,114,105,110,103])](window[b([112,101,114,102,111,114,109,97,110,99,101])][b([110,111,119])]())[b([114,101,112,108,97,99,101])](b([46]),"");let t=b([115]);for(let o=0;o<e[b([108,101,110,103,116,104])];o+=2){let c=window[b([112,97,114,115,101,73,110,116])](e[b([115,117,98,115,116,114,105,110,103])](o,o+2));c>=r[b([108,101,110,103,116,104])]&&(c-=r[b([108,101,110,103,116,104])]),t+=r[c]}return t}();o[t]=b([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121])+e,e!=b([86,97,108,105,100])&&async function(){await c,o[b([109,111,100,101,108])][b([99,104,97,110,103,101])]=m,o[b([109,111,100,101,108])][b([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,o[b([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](b([109,111,100,101,108]))}()}(await async function(){let e,r=null,m=null;try{return s==b([71,80,76])?b([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=s[b([115,112,108,105,116])](b([46]));return 3!=e[b([108,101,110,103,116,104])]?null:r(e[1]);function r(e){const r=i(e);return r&&t()?r:null;function t(){const e=r[b([106,116,105])],t=window[b([112,97,114,115,101,73,110,116])](e[b([115,117,98,115,116,114,105,110,103])](e[b([108,101,110,103,116,104])]-8),16),o={...r,[b([106,116,105])]:e[b([115,117,98,115,116,114,105,110,103])](0,e[b([108,101,110,103,116,104])]-8)};return delete o[b([118,99])],l(o)==t}}}(),e?(e[b([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(e,r){return new(window[b([80,114,111,109,105,115,101])])((a=>{if(n())return a(b([86,97,108,105,100]));s(),o[b([100,101,99,111,114,97,116,101])](b([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let i=!1;const k=(0,g.uid)();function m(o){i(o)[b([116,104,101,110])]((e=>e&&e[b([115,116,97,116,117,115])]==b([111,107])?u(l(k+r))!=e[b([118,101,114,105,102,105,99,97,116,105,111,110])]?b([85,115,97,103,101,76,105,109,105,116]):b([86,97,108,105,100]):b([85,115,97,103,101,76,105,109,105,116])))[b([116,104,101,110])]((e=>(n(),e)),(()=>{const e=s();return null==e?(n(),b([86,97,108,105,100])):b(t-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[b([116,104,101,110])](a)[b([99,97,116,99,104])]((()=>{a(b([85,115,97,103,101,76,105,109,105,116]))}));const c=36e5;function n(){const r=b([108,108,99,116,45])+u(l(e)),o=d(u(window[b([77,97,116,104])][b([99,101,105,108])](t/c)));window[b([108,111,99,97,108,83,116,111,114,97,103,101])][b([115,101,116,73,116,101,109])](r,o)}function s(){const r=b([108,108,99,116,45])+u(l(e)),t=window[b([108,111,99,97,108,83,116,111,114,97,103,101])][b([103,101,116,73,116,101,109])](r);return t?window[b([112,97,114,115,101,73,110,116])](d(t),16)*c:null}function i(e){return new(window[b([80,114,111,109,105,115,101])])(((r,t)=>{e[b([116,104,101,110])](r,t),window[b([115,101,116,84,105,109,101,111,117,116])](t,12e4)}))}}o[b([111,110])](b([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((r,t)=>{if(t[0]!=e)return a(b([85,115,97,103,101,76,105,109,105,116]));t[1]={...t[1],[b([114,101,113,117,101,115,116,73,100])]:k}}),{[b([112,114,105,111,114,105,116,121])]:b([104,105,103,104])}),o[b([111,110])](b([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{e[b([114,101,116,117,114,110])]instanceof window[b([80,114,111,109,105,115,101])]&&(i=!0,m(e[b([114,101,116,117,114,110])]))}),{[b([112,114,105,111,114,105,116,121])]:b([108,111,119])}),c[b([116,104,101,110])]((()=>{i||a(b([85,115,97,103,101,76,105,109,105,116]))}))}));function n(){return o[b([101,100,105,116,105,110,103])][b([118,105,101,119])][b([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==b([97,117,116,111])}function s(){o[b([101,100,105,116,105,110,103])][b([118,105,101,119])][b([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=b([97,117,116,111])}}(e[b([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[b([106,116,105])])),await async function(){let e=!0;try{const o=s[b([115,112,108,105,116])](b([46])),[c,n,a]=o;return r(c),await t(c,n,a),e}catch(e){return!1}function r(r){const t=i(r);t&&t[b([97,108,103])]==b([69,83,50,53,54])||(e=!1)}async function t(r,t,o){const c=window[b([85,105,110,116,56,65,114,114,97,121])][b([102,114,111,109])](k(o),(e=>e[b([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[b([84,101,120,116,69,110,99,111,100,101,114])]))[b([101,110,99,111,100,101])](r+b([46])+t),a=window[b([99,114,121,112,116,111])][b([115,117,98,116,108,101])];if(!a)return;const i=await a[b([105,109,112,111,114,116,75,101,121])](b([106,119,107]),n,{[b([110,97,109,101])]:b([69,67,68,83,65]),[b([110,97,109,101,100,67,117,114,118,101])]:b([80,45,50,53,54])},!1,[b([118,101,114,105,102,121])]);await a[b([118,101,114,105,102,121])]({[b([110,97,109,101])]:b([69,67,68,83,65]),[b([104,97,115,104])]:{[b([110,97,109,101])]:b([83,72,65,45,50,53,54])}},i,c,s)||(e=!1)}}()?function(){const r=e[b([102,101,97,116,117,114,101,115])];return!!(r&&(r[b([105,110,99,108,117,100,101,115])](b([42]))||r[b([105,110,99,108,117,100,101,115])](b([84,80,76]))||r[b([105,110,99,108,117,100,101,115])](b([80,80]))||r[b([105,110,99,108,117,100,101,115])](b([68,82,85,80]))&&window[b([68,114,117,112,97,108])]))}()?function(){const r=[b([101,118,97,108,117,97,116,105,111,110]),b([116,114,105,97,108])][b([105,110,99,108,117,100,101,115])](e[b([108,105,99,101,110,115,101,84,121,112,101])])?t/1e3:1729123200;return e[b([101,120,112])]<r}()?b([69,120,112,105,114,101,100]):function(){const r=de,t=e[b([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!t||0==t[b([108,101,110,103,116,104])])return!0;const{hostname:o}=new URL(window[b([108,111,99,97,116,105,111,110])][r(312)]);if(t[b([105,110,99,108,117,100,101,115])](o))return!0;const c=o[b([115,112,108,105,116])](b([46]));return t[b([102,105,108,116,101,114])]((e=>e[b([105,110,99,108,117,100,101,115])](b([42]))))[b([109,97,112])]((e=>e[b([115,112,108,105,116])](b([46]))))[b([115,111,109,101])]((e=>c[b([101,118,101,114,121])](((r,t)=>e[t]===r||e[t]===b([42])))))}()?(e[b([108,105,99,101,110,115,101,84,121,112,101])]==b([101,118,97,108,117,97,116,105,111,110])&&(r=a(b([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[b([108,105,99,101,110,115,101,84,121,112,101])]==b([116,114,105,97,108])&&(r=a(b([84,114,105,97,108,76,105,109,105,116]))),e[b([108,105,99,101,110,115,101,84,121,112,101])]==b([100,101,118,101,108,111,112,109,101,110,116])&&(r=a(b([68,101,118,101,108,111,112,109,101,110,116,76,105,109,105,116]))),await(r&&m?new(window[b([80,114,111,109,105,115,101])])(((e,t)=>{r[b([116,104,101,110])](e,t),m[b([116,104,101,110])]((r=>{r!=b([86,97,108,105,100])&&e(r)}),t)})):r||m||b([86,97,108,105,100]))):b([68,111,109,97,105,110,76,105,109,105,116]):b([78,111,116,65,108,108,111,119,101,100]):b([73,110,118,97,108,105,100])):b([73,110,118,97,108,105,100]))}catch(e){return b([73,110,118,97,108,105,100])}}())}(this)}[ue(297)](e,r){const t=ue,{editor:o}=this,c=new p(e);return c[t(303)]({attributes:{role:t(313),class:[t(278)]}}),c[t(315)][t(290)](r[t(264)](((r,c)=>{const n=t,s=new f(e,c),a=new I(e,r);return s[n(298)]=a,s[n(280)][n(263)](a),s[n(298)].on(n(269),(e=>{const r=n;o[r(269)](r(282),e[r(300)][r(255)][r(261)]),o[r(288)][r(299)][r(302)]()})),s}))),c}}var be=ve;function pe(){var e=["isOfficialPlugin","392KuoBmQ","7108pnJBIc","11533760cfUIOc","10469216kzHgDX","4818815kAoRiY","isPremiumPlugin","7YrnOzn","1239210mmkxUT","633wNBgeu","Template","6foxnxE","2358AOjHAD","pluginName","requires","10294724mgEUIu"];return(pe=function(){return e})()}function ve(e,r){var t=pe();return(ve=function(e,r){return t[e-=307]})(e,r)}!function(e){for(var r=ve,t=e();;)try{if(769566===parseInt(r(310))/1*(-parseInt(r(315))/2)+-parseInt(r(307))/3*(parseInt(r(316))/4)+parseInt(r(319))/5*(parseInt(r(309))/6)+parseInt(r(321))/7*(-parseInt(r(318))/8)+-parseInt(r(322))/9+parseInt(r(317))/10+parseInt(r(313))/11)break;t.push(t.shift())}catch(e){t.push(t.shift())}}(pe);class he extends e.Plugin{static get[be(312)](){return[l,me]}static get[be(311)](){return be(308)}static get[be(314)](){return!0}static get[be(320)](){return!0}}function fe(e,r){var t=_e();return(fe=function(e,r){return t[e-=164]})(e,r)}function _e(){var e=["530vFGkti","7Cumsuy","1517445IAQbFK","2PlvZAJ","779280ShkcdT","626248caDedi","372909SsVeZW","2164PUXhWY","341kFZPSr","27103WdpRNd","104770bOlpLX"];return(_e=function(){return e})()}!function(e){for(var r=fe,t=e();;)try{if(102567===-parseInt(r(167))/1+-parseInt(r(172))/2*(-parseInt(r(164))/3)+-parseInt(r(165))/4*(-parseInt(r(169))/5)+-parseInt(r(173))/6+parseInt(r(170))/7*(-parseInt(r(174))/8)+-parseInt(r(171))/9+-parseInt(r(168))/10*(-parseInt(r(166))/11))break;t.push(t.shift())}catch(e){t.push(t.shift())}}(_e)})(),(window.CKEditor5=window.CKEditor5||{}).template=o})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.ar=e.ar||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"عثرنا على قوالب 0%","Insert template":"إدراج نموذج","No templates available.":"لا توجد قوالب متاحة.",'No templates were found matching "%0".':'لم نجد قوالب تطابق "0%".',"Please try a different phrase or check the spelling.":"يُرجى محاولة البحث باستخدام عبارة أخرى أو تدقيق عبارة البحث إملائياً.","Search template":"البحث في القوالب",Template:"قالب"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.bg=e.bg||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"%0 открити шаблона","Insert template":"Вмъкване на шаблон","No templates available.":"Няма налични шаблони.",'No templates were found matching "%0".':"Не бяха открити шаблони, съответстващи на „%0“.","Please try a different phrase or check the spelling.":"Моля, опитайте с друг израз или проверете правописа.","Search template":"Търсене на шаблон",Template:"Шаблон"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.bn=e.bn||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"%0 টেমপ্লেট পাওয়া গেছে","Insert template":"টেমপ্লেট প্রবেশ করান","No templates available.":"কোন টেমপ্লেট উপলব্ধ নেই।",'No templates were found matching "%0".':'"%0" এর সাথে মিলে যাওয়া কোনো টেমপ্লেট পাওয়া যায়নি।',"Please try a different phrase or check the spelling.":"অনুগ্রহ করে একটি ভিন্ন শব্দগুচ্ছ চেষ্টা করুন বা বানানটি পরীক্ষা করুন।","Search template":"টেমপ্লেট অনুসন্ধান করুন",Template:"টেমপ্লেট"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(a){const e=a.ca=a.ca||{};e.dictionary=Object.assign(e.dictionary||{},{"%0 templates found":"S'han trobat %0 plantilles","Insert template":"Insereix una plantilla","No templates available.":"No hi ha plantilles disponibles.",'No templates were found matching "%0".':'No s\'ha trobat cap plantilla que coincideixi amb "%0".',"Please try a different phrase or check the spelling.":"Prova-ho de nou amb una frase diferent o revisa l'ortografia.","Search template":"Cerca una plantilla",Template:"Plantilla"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e.cs=e.cs||{};a.dictionary=Object.assign(a.dictionary||{},{"%0 templates found":"Počet nalezených šablon: %0","Insert template":"Vložit šablonu","No templates available.":"Žádné šablony k dispozici.",'No templates were found matching "%0".':"Pro výraz „%0“ nebyly nalezeny žádné odpovídající šablony.","Please try a different phrase or check the spelling.":"Zkuste jinou frázi nebo zkontrolujte, zda jste neudělali chybu.","Search template":"Hledat šablony",Template:"Šablona"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const n=e.da=e.da||{};n.dictionary=Object.assign(n.dictionary||{},{"%0 templates found":"%0 skabeloner fundet","Insert template":"Indsæt skabelon","No templates available.":"Ingen tilgængelige skabeloner.",'No templates were found matching "%0".':'Der blev ikke fundet nogen skabeloner ud fra "%0".',"Please try a different phrase or check the spelling.":"Prøv en anden søgning eller tjek stavemåden.","Search template":"Søg efter skabelon",Template:"Skabelon"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const n=e.de=e.de||{};n.dictionary=Object.assign(n.dictionary||{},{"%0 templates found":"%0 Vorlagen gefunden","Insert template":"Vorlage einfügen","No templates available.":"Keine Vorlagen verfügbar.",'No templates were found matching "%0".':"Es wurden keine Vorlagen gefunden, die „%0“ entsprechen.","Please try a different phrase or check the spelling.":"Bitte versuchen Sie einen anderen Ausdruck oder überprüfen Sie die Schreibweise.","Search template":"Vorlage suchen",Template:"Vorlage"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.el=e.el||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"βρέθηκαν %0πρότυπα","Insert template":"Εισαγάγετε πρότυπο","No templates available.":"Δεν υπάρχουν διαθέσιμα πρότυπα.",'No templates were found matching "%0".':'Δεν βρέθηκαν πρότυπα που να ταιριάζουν με το "%0".',"Please try a different phrase or check the spelling.":"Παρακαλούμε δοκιμάστε μια διαφορετική φράση ή ελέγξτε την ορθογραφία.","Search template":"Πρότυπο αναζήτησης",Template:"Πρότυπο"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e["en-au"]=e["en-au"]||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"","Insert template":"Insert template","No templates available.":"No templates available.",'No templates were found matching "%0".':'No templates were found matching "%0".',"Please try a different phrase or check the spelling.":"Please try a different phrase or check the spelling.","Search template":"Search template",Template:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e.es=e.es||{};a.dictionary=Object.assign(a.dictionary||{},{"%0 templates found":"Se han encontrado %0 plantillas","Insert template":"Insertar plantilla","No templates available.":"No hay plantillas disponibles.",'No templates were found matching "%0".':"No se han encontrado plantillas que coincidan con «%0».","Please try a different phrase or check the spelling.":"Intente con una frase diferente o revise la ortografía.","Search template":"Buscar plantilla",Template:"Plantilla"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e.et=e.et||{};a.dictionary=Object.assign(a.dictionary||{},{"%0 templates found":"Leiti %0 malli","Insert template":"Lisa Mall","No templates available.":"Malle pole saadaval.",'No templates were found matching "%0".':'Ühtegi malli ei leitud sobivat "%0".',"Please try a different phrase or check the spelling.":"Proovige mõnda muud fraasi või kontrollige õigekirja.","Search template":"Otsi malli",Template:"Mall"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(a){const t=a.fi=a.fi||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"%0 mallia löytyi","Insert template":"Lisää malli","No templates available.":"Ei malleja saatavilla.",'No templates were found matching "%0".':'Kohdetta "%0" vastaavia malleja ei löytynyt.',"Please try a different phrase or check the spelling.":"Kokeilethan toista lausetta tai tarkista oikeinkirjoitus.","Search template":"Etsi mallia",Template:"Pohjamalli"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.fr=e.fr||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"%0 modèles trouvés","Insert template":"Insérer un modèle","No templates available.":"Aucun modèle disponible.",'No templates were found matching "%0".':"Aucun modèle correspondant à « %0 » n'a été trouvé.","Please try a different phrase or check the spelling.":"Veuillez essayer une autre phrase ou vérifier l'orthographe.","Search template":"Rechercher un modèle",Template:"Modèle"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const o=e.gl=e.gl||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 templates found":"Atopáronse %0 modelos","Insert template":"Inserir modelo","No templates available.":"Non hai modelos dispoñíbeis",'No templates were found matching "%0".':"Non se atopou ningún modelo que coincida con «%0».","Please try a different phrase or check the spelling.":"Probe cunha frase diferente ou revise a ortografía.","Search template":"Buscar modelo",Template:"Modelo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.he=e.he||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"נמצאו %0 תבניות","Insert template":"להוסיף תבנית","No templates available.":"אין תבניות זמינות.",'No templates were found matching "%0".':'לא נמצאו תבניות שתואמות את "%0".',"Please try a different phrase or check the spelling.":"אנא נסו צירוף מילים שונה או בדקו את האיות.","Search template":"לחפש תבנית",Template:"תבנית"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.hi=e.hi||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"%0 टेम्प्लेट मिले","Insert template":"टेम्प्लेट इंसर्ट करें","No templates available.":"कोई भी टेम्प्लेट उपलब्ध नहीं हैं.",'No templates were found matching "%0".':'"%0" से मेल खाता कोई टेम्प्लेट नहीं मिला.',"Please try a different phrase or check the spelling.":"कृपया किन्हीं और शब्दों का इस्तेमाल करें या स्पेलिंग चेक करें.","Search template":"टेम्प्लेट ढूँढें",Template:"टेम्पलेट"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e.hr=e.hr||{};a.dictionary=Object.assign(a.dictionary||{},{"%0 templates found":"","Insert template":"Umetnite predložak","No templates available.":"Nema dostupnih predložaka.",'No templates were found matching "%0".':'Nema pronađenih predložaka koji sadržavaju "%0".',"Please try a different phrase or check the spelling.":"Molimo pokušajte drugačiji izraz ili provjerite pravopis.","Search template":"Traži predloške",Template:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const l=e.hu=e.hu||{};l.dictionary=Object.assign(l.dictionary||{},{"%0 templates found":"%0 sablont találtunk","Insert template":"Sablon beszúrása","No templates available.":"Nem állnak rendelkezésre sablonok.",'No templates were found matching "%0".':"A(z) „%0” kifejezésnek megfelelő sablon nem található.","Please try a different phrase or check the spelling.":"Kérjük, próbálkozzon másik kifejezéssel, vagy ellenőrizze a helyesírást.","Search template":"Sablon keresése",Template:"Sablon"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(a){const e=a.id=a.id||{};e.dictionary=Object.assign(e.dictionary||{},{"%0 templates found":"%0 templat ditemukan","Insert template":"Sisipkan templat","No templates available.":"Tak ada templat tersedia",'No templates were found matching "%0".':'Tak menemukan templat yang cocok dengan "%0".',"Please try a different phrase or check the spelling.":"Silakan coba frasa lain atau periksa ejaannya.","Search template":"Cari templat",Template:"Templat"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const o=e.it=e.it||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 templates found":"%0 modelli trovati","Insert template":"Inserisci modello","No templates available.":"Nessun modello disponibile.",'No templates were found matching "%0".':'Nessun modello trovato corrispondente a "%0".',"Please try a different phrase or check the spelling.":"Prova una frase diversa o controlla l'ortografia.","Search template":"Cerca modello",Template:"Modello"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.ja=e.ja||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"%0件のテンプレートを発見","Insert template":"テンプレートを挿入","No templates available.":"テンプレートがありません。",'No templates were found matching "%0".':"「%0」に一致するテンプレートは見つかりませんでした。","Please try a different phrase or check the spelling.":"別のフレーズを試すかスペルを確認してください。","Search template":"検索テンプレート",Template:"テンプレート"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.ko=e.ko||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"%0 템플릿이 발견되었습니다.","Insert template":"템플릿 삽입","No templates available.":"사용할 수 있는 템플릿이 없습니다.",'No templates were found matching "%0".':'"%0"(와)과 일치하는 템플릿을 찾지 못했습니다.',"Please try a different phrase or check the spelling.":"다른 문구를 사용해 보시거나 철자를 확인해 주세요.","Search template":"템플릿 검색",Template:"템플릿"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(a){const t=a.lt=a.lt||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"Rasta %0 šablonai (-ų)","Insert template":"Įterpti šabloną","No templates available.":"Nėra jokių šablonų.",'No templates were found matching "%0".':"Nerastas nė vienas šablonas, atitinkantis „%0“.","Please try a different phrase or check the spelling.":"Išbandykite kitą frazę arba patikrinkite rašybą.","Search template":"Ieškoti šablono",Template:"Šablonas"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.lv=e.lv||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"%0 veidnes atrastas","Insert template":"Ievietot veidni","No templates available.":"Nav pieejamas veidnes.",'No templates were found matching "%0".':'Netika atrasta neviena veidne, kas atbilstu "%0".',"Please try a different phrase or check the spelling.":"Lūdzu, izmēģiniet citu frāzi vai pārbaudiet pareizrakstību.","Search template":"Meklēt veidnē",Template:"Veidne"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(a){const e=a.ms=a.ms||{};e.dictionary=Object.assign(e.dictionary||{},{"%0 templates found":"%0 templat ditemui","Insert template":"Masukkan templat","No templates available.":"Tiada templat disediakan.",'No templates were found matching "%0".':'Tiada templat ditemui yang sepadan dengan "%0".',"Please try a different phrase or check the spelling.":"Sila cuba frasa berbeza atau semak ejaan.","Search template":"Cari templat",Template:"Templat"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const n=e.nl=e.nl||{};n.dictionary=Object.assign(n.dictionary||{},{"%0 templates found":"%0 sjablonen gevonden","Insert template":"Sjabloon invoegen","No templates available.":"Geen sjablonen beschikbaar.",'No templates were found matching "%0".':"Er zijn geen sjablonen gevonden die overeenkomen met '%0'.","Please try a different phrase or check the spelling.":"Probeer een andere term of controleer de spelling.","Search template":"Sjabloon zoeken",Template:"Sjabloon"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const n=e.no=e.no||{};n.dictionary=Object.assign(n.dictionary||{},{"%0 templates found":"%0 maler funnet","Insert template":"Sett inn mal","No templates available.":"Ingen maler er tilgjengelige.",'No templates were found matching "%0".':'Ingen mal ble funnet som matcher "%0".',"Please try a different phrase or check the spelling.":"Vennligst forsøk en annen frase eller sjekk stavemåte.","Search template":"Søk maler",Template:"Mal"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(a){const n=a.pl=a.pl||{};n.dictionary=Object.assign(n.dictionary||{},{"%0 templates found":"Znalezione szablony: %0","Insert template":"Wstaw szablon","No templates available.":"Brak dostępnych szablonów.",'No templates were found matching "%0".':"Nie znaleziono szablonów pasujących do wyszukiwania „%0”.","Please try a different phrase or check the spelling.":"Spróbuj wyszukać inną frazą lub sprawdź poprawność ortograficzną wyszukiwania.","Search template":"Szukaj szablonu",Template:"Szablon"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const o=e["pt-br"]=e["pt-br"]||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 templates found":"%0 modelos encontrados","Insert template":"Inserir modelo","No templates available.":"Nenhum modelo disponível.",'No templates were found matching "%0".':'Nenhum modelo correspondente a "%0" foi encontrado.',"Please try a different phrase or check the spelling.":"Tente uma frase diferente ou verifique a grafia.","Search template":"Procurar modelo",Template:"Modelo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const o=e.pt=e.pt||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 templates found":"%0 modelos encontrados","Insert template":"Inserir modelo","No templates available.":"Não existem modelos disponíveis.",'No templates were found matching "%0".':'Não foram encontrados modelos correspondentes a "%0".',"Please try a different phrase or check the spelling.":"Tente uma expressão diferente ou verifique a ortografia.","Search template":"Pesquisar modelo",Template:"Modelo"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e.ro=e.ro||{};a.dictionary=Object.assign(a.dictionary||{},{"%0 templates found":"%0 șabloane găsite","Insert template":"Inserare șablon","No templates available.":"Nu există șabloane disponibile.",'No templates were found matching "%0".':"Nu s-au găsit șabloane potrivite pentru „%0”.","Please try a different phrase or check the spelling.":"Vă rugăm să încercați o altă expresie sau verificați ortografia.","Search template":"Căutare șablon",Template:"Șablon"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.ru=e.ru||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"Найдено %0 шаблонов","Insert template":"Вставить шаблон","No templates available.":"Нет доступных шаблонов.",'No templates were found matching "%0".':"Не найдено шаблонов по запросу «%0».","Please try a different phrase or check the spelling.":"Пожалуйста, попробуйте другую фразу или проверьте правописание.","Search template":"Поиск шаблона",Template:"Шаблон"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(a){const e=a.sk=a.sk||{};e.dictionary=Object.assign(e.dictionary||{},{"%0 templates found":"Našlo sa %0 šablón","Insert template":"Vložiť šablónu","No templates available.":"Nie je dostupná žiadna šablóna.",'No templates were found matching "%0".':"Nenašli sa žiadne šablóny zodpovedajúce výrazu „%0“.","Please try a different phrase or check the spelling.":"Skúste inú frázu alebo skontrolujte pravopis.","Search template":"Vyhľadávanie šablóny",Template:"Šablóna"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e["sr-latn"]=e["sr-latn"]||{};a.dictionary=Object.assign(a.dictionary||{},{"%0 templates found":"","Insert template":"Umetni predložak","No templates available.":"Nema dostupnih predložaka.",'No templates were found matching "%0".':'Nije pronađen nijedan predložak koji odgovara "%0".',"Please try a different phrase or check the spelling.":"Pokušajte sa drugom frazom ili proverite pravopis.","Search template":"Potraži predložak",Template:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e.sr=e.sr||{};a.dictionary=Object.assign(a.dictionary||{},{"%0 templates found":"%0 šablona je pronađeno","Insert template":"Umetni predložak","No templates available.":"Nema dostupnih predložaka.",'No templates were found matching "%0".':'Nije pronađen nijedan predložak koji odgovara "%0".',"Please try a different phrase or check the spelling.":"Pokušajte sa drugom frazom ili proverite pravopis.","Search template":"Potraži predložak",Template:"Šablon"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(a){const e=a.sv=a.sv||{};e.dictionary=Object.assign(e.dictionary||{},{"%0 templates found":"%0 mallar hittades","Insert template":"Infoga mall","No templates available.":"Inga mallar finns.",'No templates were found matching "%0".':'Inga mallar hittades som matchar "%0".',"Please try a different phrase or check the spelling.":"Prova en annan fras eller kontrollera stavningen.","Search template":"Sök mall",Template:"Mall"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.th=e.th||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"พบเทมเพลต %0 รายการ","Insert template":"แทรกเทมเพลต","No templates available.":"ไม่มีเทมเพลต",'No templates were found matching "%0".':'ไม่พบเทมเพลตที่ตรงกับ "%0"',"Please try a different phrase or check the spelling.":"โปรดลองใช้วลีอื่นหรือตรวจสอบตัวสะกด","Search template":"ค้นหาเทมเพลต",Template:"แม่แบบ"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const a=e.tr=e.tr||{};a.dictionary=Object.assign(a.dictionary||{},{"%0 templates found":"%0 şablon bulundu","Insert template":"Şablon ekle","No templates available.":"Kullanılabilir şablon yok.",'No templates were found matching "%0".':'"%0" ile eşleşen şablon bulunamadı.',"Please try a different phrase or check the spelling.":"Lütfen farklı bir kelime grubu deneyin veya yazım denetimi yapın.","Search template":"Şablon ara",Template:"Şablon"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.uk=e.uk||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"Знайдено %0 шаблонів","Insert template":"Вставити шаблон","No templates available.":"Немає доступних шаблонів",'No templates were found matching "%0".':'Не знайдено шаблонів, які б відповідали "%0".',"Please try a different phrase or check the spelling.":"Будь ласка, спробуйте іншу фразу або перевірте написання.","Search template":"Шукати шаблон",Template:"Шаблон"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(i){const e=i.uz=i.uz||{};e.dictionary=Object.assign(e.dictionary||{},{"%0 templates found":"","Insert template":"Shablonni kiritish","No templates available.":"Hech qanday shablon mavjud emas.",'No templates were found matching "%0".':"","Please try a different phrase or check the spelling.":"Iltimos, boshqa iborani sinab ko'ring yoki imloni tekshiring.","Search template":"Shablonni qidirish",Template:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(t){const e=t.vi=t.vi||{};e.dictionary=Object.assign(e.dictionary||{},{"%0 templates found":"Đã tìm thấy %0 mẫu","Insert template":"Chèn mẫu sẵn","No templates available.":"Không có mẫu sẵn nào.",'No templates were found matching "%0".':'Không tìm thấy mẫu sẵn nào khớp với "%0".',"Please try a different phrase or check the spelling.":"Vui lòng thử một cụm từ khác hoặc kiểm tra lại cụm từ.","Search template":"Tìm mẫu sẵn",Template:"Mẫu"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e["zh-cn"]=e["zh-cn"]||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"找到 %0 个模板","Insert template":"插入模板","No templates available.":"无可用的模板",'No templates were found matching "%0".':'未找到与"%0"匹配的模板。',"Please try a different phrase or check the spelling.":"请尝试使用不同的短语或检查拼写。","Search template":"搜索模板",Template:"模板"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e){const t=e.zh=e.zh||{};t.dictionary=Object.assign(t.dictionary||{},{"%0 templates found":"已找到 %0 個範本","Insert template":"插入範本","No templates available.":"無可用範本。",'No templates were found matching "%0".':"找不到符合「%0」的範本","Please try a different phrase or check the spelling.":"請嘗試其他詞彙或確認拼寫是否正確。","Search template":"搜尋範本",Template:"範本"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"plugins": [
|
|
3
|
+
{
|
|
4
|
+
"name": "Template",
|
|
5
|
+
"className": "Template",
|
|
6
|
+
"description": "Allows for inserting predefined content structures into the document.",
|
|
7
|
+
"docs": "features/template.html",
|
|
8
|
+
"path": "src/template.js",
|
|
9
|
+
"uiComponents": [
|
|
10
|
+
{
|
|
11
|
+
"type": "SplitButton",
|
|
12
|
+
"name": "insertTemplate",
|
|
13
|
+
"iconPath": "ckeditor5-collaboration/theme/icons/template.svg"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
8
|
+
*/
|
|
9
|
+
import type { Template, TemplateCommand, TemplateEditing, TemplateUI, TemplateConfig } from './index.js';
|
|
10
|
+
declare module '@ckeditor/ckeditor5-core' {
|
|
11
|
+
interface PluginsMap {
|
|
12
|
+
[Template.pluginName]: Template;
|
|
13
|
+
[TemplateEditing.pluginName]: TemplateEditing;
|
|
14
|
+
[TemplateUI.pluginName]: TemplateUI;
|
|
15
|
+
}
|
|
16
|
+
interface CommandsMap {
|
|
17
|
+
insertTemplate: TemplateCommand;
|
|
18
|
+
}
|
|
19
|
+
interface EditorConfig {
|
|
20
|
+
/**
|
|
21
|
+
* The configuration of the {@link module:template/template~Template} feature.
|
|
22
|
+
*
|
|
23
|
+
* Read more in {@link module:template/template~TemplateConfig}.
|
|
24
|
+
*/
|
|
25
|
+
template?: TemplateConfig;
|
|
26
|
+
}
|
|
27
|
+
}
|