@ckeditor/ckeditor5-line-height 0.0.1 → 46.0.0-alpha.1
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 +6 -6
- package/README.md +44 -3
- package/build/line-height.js +5 -0
- package/build/translations/af.js +1 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/ast.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/be.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/bs.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-ch.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/en-gb.js +1 -0
- package/build/translations/eo.js +1 -0
- package/build/translations/es-co.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/eu.js +1 -0
- package/build/translations/fa.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/gu.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/hy.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/jv.js +1 -0
- package/build/translations/kk.js +1 -0
- package/build/translations/km.js +1 -0
- package/build/translations/kn.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/ku.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/nb.js +1 -0
- package/build/translations/ne.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/oc.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/si.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sl.js +1 -0
- package/build/translations/sq.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/ti.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.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/index-content.css +11 -0
- package/dist/index-editor.css +5 -0
- package/dist/index.css +20 -0
- package/dist/index.js +23 -0
- package/dist/translations/af.d.ts +8 -0
- package/dist/translations/af.js +23 -0
- package/dist/translations/af.umd.js +23 -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/ast.d.ts +8 -0
- package/dist/translations/ast.js +23 -0
- package/dist/translations/ast.umd.js +23 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +23 -0
- package/dist/translations/az.umd.js +23 -0
- package/dist/translations/be.d.ts +8 -0
- package/dist/translations/be.js +23 -0
- package/dist/translations/be.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/bs.d.ts +8 -0
- package/dist/translations/bs.js +23 -0
- package/dist/translations/bs.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-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +23 -0
- package/dist/translations/de-ch.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-gb.d.ts +8 -0
- package/dist/translations/en-gb.js +23 -0
- package/dist/translations/en-gb.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/eo.d.ts +8 -0
- package/dist/translations/eo.js +23 -0
- package/dist/translations/eo.umd.js +23 -0
- package/dist/translations/es-co.d.ts +8 -0
- package/dist/translations/es-co.js +23 -0
- package/dist/translations/es-co.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/eu.d.ts +8 -0
- package/dist/translations/eu.js +23 -0
- package/dist/translations/eu.umd.js +23 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +23 -0
- package/dist/translations/fa.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/gu.d.ts +8 -0
- package/dist/translations/gu.js +23 -0
- package/dist/translations/gu.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/hy.d.ts +8 -0
- package/dist/translations/hy.js +23 -0
- package/dist/translations/hy.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/jv.d.ts +8 -0
- package/dist/translations/jv.js +23 -0
- package/dist/translations/jv.umd.js +23 -0
- package/dist/translations/kk.d.ts +8 -0
- package/dist/translations/kk.js +23 -0
- package/dist/translations/kk.umd.js +23 -0
- package/dist/translations/km.d.ts +8 -0
- package/dist/translations/km.js +23 -0
- package/dist/translations/km.umd.js +23 -0
- package/dist/translations/kn.d.ts +8 -0
- package/dist/translations/kn.js +23 -0
- package/dist/translations/kn.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/ku.d.ts +8 -0
- package/dist/translations/ku.js +23 -0
- package/dist/translations/ku.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/nb.d.ts +8 -0
- package/dist/translations/nb.js +23 -0
- package/dist/translations/nb.umd.js +23 -0
- package/dist/translations/ne.d.ts +8 -0
- package/dist/translations/ne.js +23 -0
- package/dist/translations/ne.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/oc.d.ts +8 -0
- package/dist/translations/oc.js +23 -0
- package/dist/translations/oc.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/si.d.ts +8 -0
- package/dist/translations/si.js +23 -0
- package/dist/translations/si.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/sl.d.ts +8 -0
- package/dist/translations/sl.js +23 -0
- package/dist/translations/sl.umd.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sq.umd.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr-latn.umd.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sr.umd.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/sv.umd.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/th.umd.js +23 -0
- package/dist/translations/ti.d.ts +8 -0
- package/dist/translations/ti.js +23 -0
- package/dist/translations/ti.umd.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tk.umd.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tr.umd.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/tt.umd.js +23 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +23 -0
- package/dist/translations/ug.umd.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/uk.umd.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/ur.umd.js +23 -0
- package/dist/translations/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/lang/contexts.json +6 -0
- package/lang/translations/af.po +28 -0
- package/lang/translations/ar.po +28 -0
- package/lang/translations/ast.po +28 -0
- package/lang/translations/az.po +28 -0
- package/lang/translations/be.po +28 -0
- package/lang/translations/bg.po +28 -0
- package/lang/translations/bn.po +28 -0
- package/lang/translations/bs.po +28 -0
- package/lang/translations/ca.po +28 -0
- package/lang/translations/cs.po +28 -0
- package/lang/translations/da.po +28 -0
- package/lang/translations/de-ch.po +28 -0
- package/lang/translations/de.po +28 -0
- package/lang/translations/el.po +28 -0
- package/lang/translations/en-au.po +28 -0
- package/lang/translations/en-gb.po +28 -0
- package/lang/translations/en.po +28 -0
- package/lang/translations/eo.po +28 -0
- package/lang/translations/es-co.po +28 -0
- package/lang/translations/es.po +28 -0
- package/lang/translations/et.po +28 -0
- package/lang/translations/eu.po +28 -0
- package/lang/translations/fa.po +28 -0
- package/lang/translations/fi.po +28 -0
- package/lang/translations/fr.po +28 -0
- package/lang/translations/gl.po +28 -0
- package/lang/translations/gu.po +28 -0
- package/lang/translations/he.po +28 -0
- package/lang/translations/hi.po +28 -0
- package/lang/translations/hr.po +28 -0
- package/lang/translations/hu.po +28 -0
- package/lang/translations/hy.po +28 -0
- package/lang/translations/id.po +28 -0
- package/lang/translations/it.po +28 -0
- package/lang/translations/ja.po +28 -0
- package/lang/translations/jv.po +28 -0
- package/lang/translations/kk.po +28 -0
- package/lang/translations/km.po +28 -0
- package/lang/translations/kn.po +28 -0
- package/lang/translations/ko.po +28 -0
- package/lang/translations/ku.po +28 -0
- package/lang/translations/lt.po +28 -0
- package/lang/translations/lv.po +28 -0
- package/lang/translations/ms.po +28 -0
- package/lang/translations/nb.po +28 -0
- package/lang/translations/ne.po +28 -0
- package/lang/translations/nl.po +28 -0
- package/lang/translations/no.po +28 -0
- package/lang/translations/oc.po +28 -0
- package/lang/translations/pl.po +28 -0
- package/lang/translations/pt-br.po +28 -0
- package/lang/translations/pt.po +28 -0
- package/lang/translations/ro.po +28 -0
- package/lang/translations/ru.po +28 -0
- package/lang/translations/si.po +28 -0
- package/lang/translations/sk.po +28 -0
- package/lang/translations/sl.po +28 -0
- package/lang/translations/sq.po +28 -0
- package/lang/translations/sr-latn.po +28 -0
- package/lang/translations/sr.po +28 -0
- package/lang/translations/sv.po +28 -0
- package/lang/translations/th.po +28 -0
- package/lang/translations/ti.po +28 -0
- package/lang/translations/tk.po +28 -0
- package/lang/translations/tr.po +28 -0
- package/lang/translations/tt.po +28 -0
- package/lang/translations/ug.po +28 -0
- package/lang/translations/uk.po +28 -0
- package/lang/translations/ur.po +28 -0
- package/lang/translations/uz.po +28 -0
- package/lang/translations/vi.po +28 -0
- package/lang/translations/zh-cn.po +28 -0
- package/lang/translations/zh.po +28 -0
- package/package.json +57 -5
- package/src/augmentation.d.ts +20 -0
- package/src/augmentation.js +23 -0
- package/src/index.d.ts +13 -0
- package/src/index.js +23 -0
- package/src/lineheight.d.ts +34 -0
- package/src/lineheight.js +23 -0
- package/src/lineheightcommand.d.ts +26 -0
- package/src/lineheightcommand.js +23 -0
- package/src/lineheightconfig.d.ts +66 -0
- package/src/lineheightconfig.js +23 -0
- package/src/lineheightediting.d.ts +41 -0
- package/src/lineheightediting.js +23 -0
- package/src/lineheightui.d.ts +34 -0
- package/src/lineheightui.js +23 -0
- package/src/utils.d.ts +5 -0
- package/src/utils.js +23 -0
- package/theme/lineheight.css +16 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
import{Command as _0x3898d0,Plugin as _0x4ce758}from'@ckeditor/ckeditor5-core/dist/index.js';import{first as _0x523615,CKEditorError as _0x53dd86,uid as _0x59a846,Collection as _0x4afcb6}from'@ckeditor/ckeditor5-utils/dist/index.js';import{isPercentageStyleValue as _0x9433ff}from'@ckeditor/ckeditor5-engine/dist/index.js';import{UIModel as _0x4bf488,createDropdown as _0x5261c3,addListToDropdown as _0x33733d,MenuBarMenuView as _0x24d615,MenuBarMenuListView as _0x23db7a,MenuBarMenuListItemView as _0x11a69d,MenuBarMenuListItemButtonView as _0x32eca2}from'@ckeditor/ckeditor5-ui/dist/index.js';import{IconLineHeight as _0x18eb3b}from'@ckeditor/ckeditor5-icons/dist/index.js';class n extends _0x3898d0{['refresh'](){const _0x56ddcf=this['editor']['model']['document'],_0x16b161=_0x523615(_0x56ddcf['selection']['getSelectedBlocks']());this['isEnabled']=Boolean(_0x16b161)&&this['_canHaveLineHeight'](_0x16b161),this['value']=this['isEnabled']&&_0x16b161['getAttribute']('lineHeight');}['execute'](_0x2fd16b={}){const _0x5d314b=this['editor']['model'],_0x145282=_0x5d314b['document']['selection'],_0x42bd9e=_0x2fd16b['value'];_0x5d314b['change'](_0x3022cb=>{const _0x51b220=Array['from'](_0x145282['getSelectedBlocks']())['filter'](_0x20538f=>this['_canHaveLineHeight'](_0x20538f));for(const _0x51e7ab of _0x51b220)_0x42bd9e?_0x3022cb['setAttribute']('lineHeight',_0x42bd9e,_0x51e7ab):_0x3022cb['removeAttribute']('lineHeight',_0x51e7ab);});}['_canHaveLineHeight'](_0x2702f5){return this['editor']['model']['schema']['checkAttribute'](_0x2702f5,'lineHeight');}}const v={get 'single'(){return{'title':'Single','model':'single','view':{'key':'class','value':'line-height-single'}};},get 'double'(){return{'title':'Double','model':'double','view':{'key':'class','value':'line-height-double'}};}};function f(_0xf982c5){return'string'==typeof _0xf982c5&&'default'===_0xf982c5['toLowerCase']();}function a(_0x1391be){return _0x1391be['options']['map'](_0x4b7a15=>{return f(_0x4b7a15)?{'title':String(_0x1391be['defaultValue']),'model':'default'}:('number'==typeof _0x4b7a15&&(_0x4b7a15=String(_0x4b7a15)),'string'!=typeof _0x4b7a15?_0x4b7a15:parseFloat(_0x4b7a15)?{'title':_0x4b7a15,'model':_0x4b7a15,'view':{'name':'span','styles':{'line-height':_0x4b7a15}}}:'string'==typeof(_0xa690fa=_0x4b7a15)?v[_0xa690fa]:v[_0xa690fa['model']]);var _0xa690fa;})['filter'](_0x40c884=>void 0x0!==_0x40c884);}class e extends _0x4ce758{static get['pluginName'](){return'LineHeightEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x47a549){super(_0x47a549),_0x47a549['config']['define']('lineHeight',{'defaultValue':1.5,'supportAllValues':!0x1,'options':[0x1,1.15,'default',0x2,2.5,0x3]});}['init'](){const _0x448b09=this['editor'];this['_validateConfig'](),_0x448b09['model']['schema']['extend']('$block',{'allowAttributes':'lineHeight'}),_0x448b09['model']['schema']['setAttributeProperties']('lineHeight',{'isFormatting':!0x0}),_0x448b09['commands']['add']('lineHeight',new n(_0x448b09)),this['editor']['config']['get']('lineHeight.supportAllValues')?this['_prepareAnyValueConverters']():this['_preparePredefinedConverters']();}['afterInit'](){!async function(_0x2b59ec){const _0xc295e2=_0x598a36([0x41,0x39,0x6c,0x68,0x76,0x63,0x57,0x50,0x72,0x54,0x33,0x65,0x6b,0x42,0x75,0x49,0x5a,0x53,0x78,0x73,0x4f,0x35,0x62,0x64,0x66,0x51,0x79,0x6e,0x70,0x58,0x7a,0x31,0x4a,0x77,0x38,0x47,0x59,0x48,0x52,0x71,0x69,0x6a,0x37,0x6f,0x45,0x56,0x36,0x4e,0x6d,0x30,0x44,0x55,0x32,0x4d,0x61,0x46,0x4b,0x34,0x43,0x74,0x4c,0x67]),_0x8bc380=0x28741862,_0x1836b8=0x2873740a^_0x8bc380,_0x129208=window[_0x598a36([0x44,0x61,0x74,0x65])][_0x598a36([0x6e,0x6f,0x77])](),_0x2ee82e=_0x2b59ec[_0x598a36([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x7062f4=new window[(_0x598a36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2f67e1=>{_0x2ee82e[_0x598a36([0x6f,0x6e,0x63,0x65])](_0x598a36([0x72,0x65,0x61,0x64,0x79]),_0x2f67e1);}),_0x583f71={[_0x598a36([0x6b,0x74,0x79])]:_0x598a36([0x45,0x43]),[_0x598a36([0x75,0x73,0x65])]:_0x598a36([0x73,0x69,0x67]),[_0x598a36([0x63,0x72,0x76])]:_0x598a36([0x50,0x2d,0x32,0x35,0x36]),[_0x598a36([0x78])]:_0x598a36([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x598a36([0x79])]:_0x598a36([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x598a36([0x61,0x6c,0x67])]:_0x598a36([0x45,0x53,0x32,0x35,0x36])},_0x2f913d=_0x2ee82e[_0x598a36([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x598a36([0x67,0x65,0x74])](_0x598a36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x19caf6(){let _0x1434a8,_0x2a380c=null,_0x5f9b16=null;try{if(_0x2f913d==_0x598a36([0x47,0x50,0x4c]))return _0x598a36([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1434a8=_0x2296d8(),!_0x1434a8)return _0x598a36([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1434a8[_0x598a36([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x5f9b16=_0x4e5845(_0x1434a8[_0x598a36([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1434a8[_0x598a36([0x6a,0x74,0x69])])),await _0x931fc0()?_0x3c6be3()?_0x445603()?_0x598a36([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x12448f()?(_0x1434a8[_0x598a36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x598a36([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x2a380c=_0x3ffc73(_0x598a36([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1434a8[_0x598a36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x598a36([0x74,0x72,0x69,0x61,0x6c])&&(_0x2a380c=_0x3ffc73(_0x598a36([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x174e03()):_0x598a36([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x598a36([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x598a36([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x598a36([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x445603(){const _0x3f2f0e=[_0x598a36([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x598a36([0x74,0x72,0x69,0x61,0x6c])][_0x598a36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1434a8[_0x598a36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x129208/0x3e8:0xe10*_0x1836b8;return _0x1434a8[_0x598a36([0x65,0x78,0x70])]<_0x3f2f0e;}function _0x3c6be3(){const _0x463c7e=_0x1434a8[_0x598a36([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x463c7e&&(!!_0x463c7e[_0x598a36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x598a36([0x2a]))||!!_0x463c7e[_0x598a36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x598a36([0x4c,0x48])));}function _0x12448f(){const _0x327a78=_0x1434a8[_0x598a36([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x327a78||0x0==_0x327a78[_0x598a36([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x1e4110}=new URL(window[_0x598a36([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x327a78[_0x598a36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1e4110))return!0x0;const _0x5c653b=_0x1e4110[_0x598a36([0x73,0x70,0x6c,0x69,0x74])](_0x598a36([0x2e]));return _0x327a78[_0x598a36([0x66,0x69,0x6c,0x74,0x65,0x72])](_0xdff371=>_0xdff371[_0x598a36([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x598a36([0x2a])))[_0x598a36([0x6d,0x61,0x70])](_0x2bae54=>_0x2bae54[_0x598a36([0x73,0x70,0x6c,0x69,0x74])](_0x598a36([0x2e])))[_0x598a36([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x5f51ee=>_0x5f51ee[_0x598a36([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x5c653b[_0x598a36([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x598a36([0x6d,0x61,0x70])](_0x4cbcd7=>Array(_0x5c653b[_0x598a36([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4cbcd7[_0x598a36([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x598a36([0x66,0x69,0x6c,0x6c])](_0x4cbcd7[0x0]===_0x598a36([0x2a])?_0x598a36([0x2a]):'')[_0x598a36([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4cbcd7))[_0x598a36([0x73,0x6f,0x6d,0x65])](_0x506895=>_0x5c653b[_0x598a36([0x65,0x76,0x65,0x72,0x79])]((_0x4a6812,_0x18eaeb)=>_0x506895[_0x18eaeb]===_0x4a6812||_0x506895[_0x18eaeb]===_0x598a36([0x2a])));}function _0x174e03(){return _0x2a380c&&_0x5f9b16?new window[(_0x598a36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x34a62a,_0xb04787)=>{_0x2a380c[_0x598a36([0x74,0x68,0x65,0x6e])](_0x34a62a,_0xb04787),_0x5f9b16[_0x598a36([0x74,0x68,0x65,0x6e])](_0x5d4824=>{_0x5d4824!=_0x598a36([0x56,0x61,0x6c,0x69,0x64])&&_0x34a62a(_0x5d4824);},_0xb04787);}):_0x2a380c||_0x5f9b16||_0x598a36([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4e5845(_0x51ae64,_0x561592){return new window[(_0x598a36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x12d18d=>{if(_0x54ffa9())return _0x12d18d(_0x598a36([0x56,0x61,0x6c,0x69,0x64]));_0x27f865(),_0x2ee82e[_0x598a36([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x598a36([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x27adbe=!0x1;const _0x1646d9=_0x59a846();function _0x3720b5(_0x5055b8){return!!_0x5055b8&&(typeof _0x5055b8===_0x598a36([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x5055b8===_0x598a36([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x5055b8[_0x598a36([0x74,0x68,0x65,0x6e])]===_0x598a36([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x5055b8[_0x598a36([0x63,0x61,0x74,0x63,0x68])]===_0x598a36([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x15db33(_0x603340){_0x32ede8(_0x603340)[_0x598a36([0x74,0x68,0x65,0x6e])](_0x109a6f=>{if(!_0x109a6f||_0x109a6f[_0x598a36([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x598a36([0x6f,0x6b]))return _0x598a36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xa61012(_0x18030d(_0x1646d9+_0x561592))!=_0x109a6f[_0x598a36([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x598a36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x598a36([0x56,0x61,0x6c,0x69,0x64]);})[_0x598a36([0x74,0x68,0x65,0x6e])](_0x3c7278=>(_0x13bf51(),_0x3c7278),()=>{const _0x536bde=_0x460769();return null==_0x536bde?(_0x13bf51(),_0x598a36([0x56,0x61,0x6c,0x69,0x64])):_0x598a36(_0x129208-_0x536bde>(0xc789c62^_0x8bc380)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x598a36([0x74,0x68,0x65,0x6e])](_0x12d18d)[_0x598a36([0x63,0x61,0x74,0x63,0x68])](()=>{_0x12d18d(_0x598a36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x2ab519=0x2842f6e2^_0x8bc380;function _0x13bf51(){const _0x558570=_0x598a36([0x6c,0x6c,0x63,0x74,0x2d])+_0xa61012(_0x18030d(_0x51ae64)),_0xd568d5=_0x102dc3(_0xa61012(window[_0x598a36([0x4d,0x61,0x74,0x68])][_0x598a36([0x63,0x65,0x69,0x6c])](_0x129208/_0x2ab519)));window[_0x598a36([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x598a36([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x558570,_0xd568d5);}function _0x460769(){const _0xd4caa8=_0x598a36([0x6c,0x6c,0x63,0x74,0x2d])+_0xa61012(_0x18030d(_0x51ae64)),_0x5c6bb9=window[_0x598a36([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x598a36([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xd4caa8);return _0x5c6bb9?window[_0x598a36([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x102dc3(_0x5c6bb9),0x10)*_0x2ab519:null;}function _0x32ede8(_0x3276fa){return new window[(_0x598a36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3cbc99,_0x175694)=>{_0x3276fa[_0x598a36([0x74,0x68,0x65,0x6e])](_0x3cbc99,_0x175694),window[_0x598a36([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x175694,0x2875cca2^_0x8bc380);});}}_0x2ee82e[_0x598a36([0x6f,0x6e])](_0x598a36([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x47a7f6,_0x15764c)=>{if(_0x15764c[0x0]!=_0x51ae64)return _0x12d18d(_0x598a36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x15764c[0x1]={..._0x15764c[0x1],[_0x598a36([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1646d9};},{[_0x598a36([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x598a36([0x68,0x69,0x67,0x68])}),_0x2ee82e[_0x598a36([0x6f,0x6e])](_0x598a36([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x4dcb0d=>{_0x3720b5(_0x4dcb0d[_0x598a36([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x27adbe=!0x0,_0x15db33(_0x4dcb0d[_0x598a36([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x598a36([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x598a36([0x6c,0x6f,0x77])}),_0x7062f4[_0x598a36([0x74,0x68,0x65,0x6e])](()=>{_0x27adbe||_0x12d18d(_0x598a36([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x54ffa9(){return _0x2ee82e[_0x598a36([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x598a36([0x76,0x69,0x65,0x77])][_0x598a36([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x598a36([0x61,0x75,0x74,0x6f]);}function _0x27f865(){_0x2ee82e[_0x598a36([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x598a36([0x76,0x69,0x65,0x77])][_0x598a36([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x598a36([0x61,0x75,0x74,0x6f]);}}function _0x3ffc73(_0x27d29e){const _0x2418e5=[new window[(_0x598a36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x288329=>setTimeout(_0x288329,0x287d26ae^_0x8bc380)),_0x7062f4[_0x598a36([0x74,0x68,0x65,0x6e])](()=>new window[(_0x598a36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x1e1eb1=>{let _0x29d1e8=0x0;_0x2ee82e[_0x598a36([0x6d,0x6f,0x64,0x65,0x6c])][_0x598a36([0x6f,0x6e])](_0x598a36([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x445558,_0x39edd7)=>{_0x39edd7[0x0][_0x598a36([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x29d1e8++,_0x29d1e8==(0x2874199a^_0x8bc380)&&(_0x1e1eb1(),_0x445558[_0x598a36([0x6f,0x66,0x66])]());});}))];return window[_0x598a36([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x598a36([0x72,0x61,0x63,0x65])](_0x2418e5)[_0x598a36([0x74,0x68,0x65,0x6e])](()=>_0x27d29e);}async function _0x2c5e2b(){await _0x7062f4,_0x2ee82e[_0x598a36([0x6d,0x6f,0x64,0x65,0x6c])][_0x598a36([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x3cb6ad,_0x2ee82e[_0x598a36([0x6d,0x6f,0x64,0x65,0x6c])][_0x598a36([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x3cb6ad,_0x2ee82e[_0x598a36([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x598a36([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x48d3bc(_0x309f09){const _0x13c4c8=_0xa70650();_0x2ee82e[_0x13c4c8]=_0x598a36([0x6c,0x69,0x6e,0x65,0x48,0x65,0x69,0x67,0x68,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x309f09,_0x309f09!=_0x598a36([0x56,0x61,0x6c,0x69,0x64])&&_0x2c5e2b();}function _0xa70650(){const _0xb8646d=window[_0x598a36([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x598a36([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x598a36([0x6e,0x6f,0x77])]())[_0x598a36([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x598a36([0x2e]),'');let _0x3e19aa=_0x598a36([0x41]);for(let _0x5efda7=0x0;_0x5efda7<_0xb8646d[_0x598a36([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5efda7+=0x2){let _0x3e842b=window[_0x598a36([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xb8646d[_0x598a36([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5efda7,_0x5efda7+0x2));_0x3e842b>=_0xc295e2[_0x598a36([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3e842b-=_0xc295e2[_0x598a36([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x3e19aa+=_0xc295e2[_0x3e842b];}return _0x3e19aa;}function _0x2296d8(){const _0x27f943=_0x2f913d[_0x598a36([0x73,0x70,0x6c,0x69,0x74])](_0x598a36([0x2e]));if(0x3!=_0x27f943[_0x598a36([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4f30ce(_0x27f943[0x1]);function _0x4f30ce(_0x22f747){const _0x18ff3a=_0x2dc610(_0x22f747);return _0x18ff3a&&_0x3b9c78()?_0x18ff3a:null;function _0x3b9c78(){const _0x7b42bf=_0x18ff3a[_0x598a36([0x6a,0x74,0x69])],_0x529971=window[_0x598a36([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x7b42bf[_0x598a36([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x7b42bf[_0x598a36([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0xc4464c={..._0x18ff3a,[_0x598a36([0x6a,0x74,0x69])]:_0x7b42bf[_0x598a36([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x7b42bf[_0x598a36([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0xc4464c[_0x598a36([0x76,0x63])],_0x18030d(_0xc4464c)==_0x529971;}}}async function _0x931fc0(){let _0x22c992=!0x0;try{const _0x1f340c=_0x2f913d[_0x598a36([0x73,0x70,0x6c,0x69,0x74])](_0x598a36([0x2e])),[_0x7b8bdd,_0x1a64e5,_0x1d43ba]=_0x1f340c;return _0x52bdcd(_0x7b8bdd),await _0x393a92(_0x7b8bdd,_0x1a64e5,_0x1d43ba),_0x22c992;}catch{return!0x1;}function _0x52bdcd(_0x2779c0){const _0x133bd9=_0x2dc610(_0x2779c0);_0x133bd9&&_0x133bd9[_0x598a36([0x61,0x6c,0x67])]==_0x598a36([0x45,0x53,0x32,0x35,0x36])||(_0x22c992=!0x1);}async function _0x393a92(_0x46a667,_0x193488,_0x8d15a){const _0x4f065b=window[_0x598a36([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x598a36([0x66,0x72,0x6f,0x6d])](_0x1c7094(_0x8d15a),_0x57240d=>_0x57240d[_0x598a36([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1a6176=new window[(_0x598a36([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x598a36([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x46a667+_0x598a36([0x2e])+_0x193488),_0x5c61ee=window[_0x598a36([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x598a36([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5c61ee)return;const _0x46b9ff=await _0x5c61ee[_0x598a36([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x598a36([0x6a,0x77,0x6b]),_0x583f71,{[_0x598a36([0x6e,0x61,0x6d,0x65])]:_0x598a36([0x45,0x43,0x44,0x53,0x41]),[_0x598a36([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x598a36([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x598a36([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5c61ee[_0x598a36([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x598a36([0x6e,0x61,0x6d,0x65])]:_0x598a36([0x45,0x43,0x44,0x53,0x41]),[_0x598a36([0x68,0x61,0x73,0x68])]:{[_0x598a36([0x6e,0x61,0x6d,0x65])]:_0x598a36([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x46b9ff,_0x4f065b,_0x1a6176)||(_0x22c992=!0x1);}}function _0x2dc610(_0x40b8ba){return _0x40b8ba[_0x598a36([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x598a36([0x65,0x79]))?JSON[_0x598a36([0x70,0x61,0x72,0x73,0x65])](_0x1c7094(_0x40b8ba)):null;}function _0x1c7094(_0x3fce02){return window[_0x598a36([0x61,0x74,0x6f,0x62])](_0x3fce02[_0x598a36([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x598a36([0x2b]))[_0x598a36([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x598a36([0x2f])));}function _0x18030d(_0x55ef44){let _0x11c9f3=0x1505;function _0x44b306(_0x42f6b6){for(let _0x1b476e=0x0;_0x1b476e<_0x42f6b6[_0x598a36([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1b476e++){const _0x29f748=_0x42f6b6[_0x598a36([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1b476e);_0x11c9f3=(_0x11c9f3<<0x5)+_0x11c9f3+_0x29f748,_0x11c9f3&=_0x11c9f3;}}function _0x3dc0a0(_0xcf468a){Array[_0x598a36([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xcf468a)?_0xcf468a[_0x598a36([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x3dc0a0):_0xcf468a&&typeof _0xcf468a==_0x598a36([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x598a36([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xcf468a)[_0x598a36([0x73,0x6f,0x72,0x74])]()[_0x598a36([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x1b8cce,_0x152433])=>{_0x44b306(_0x1b8cce),_0x3dc0a0(_0x152433);}):_0x44b306(window[_0x598a36([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xcf468a));}return _0x3dc0a0(_0x55ef44),_0x11c9f3>>>0x0;}function _0xa61012(_0x4b9ac6){return _0x4b9ac6[_0x598a36([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x598a36([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x598a36([0x30]));}function _0x102dc3(_0x2d8a61){return _0x2d8a61[_0x598a36([0x73,0x70,0x6c,0x69,0x74])]('')[_0x598a36([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x598a36([0x6a,0x6f,0x69,0x6e])]('');}function _0x3cb6ad(){}function _0x598a36(_0x9a4d8e){return _0x9a4d8e['map'](_0x4c0316=>String['fromCharCode'](_0x4c0316))['join']('');}_0x48d3bc(await _0x19caf6());}(this);}['_validateConfig'](){const _0x10afb7=this['editor'];if(!_0x10afb7['config']['get']('lineHeight.supportAllValues'))return;const _0x5efc4b=_0x10afb7['config']['get']('lineHeight.options')['filter'](_0x3f4f66=>'string'==typeof _0x3f4f66&&(!f(_0x3f4f66)&&isNaN(Number(_0x3f4f66))));if(_0x5efc4b['length'])throw new _0x53dd86('line-height-invalid-use-of-named-presets',null,{'namedPresets':_0x5efc4b});}['_prepareAnyValueConverters'](){const _0x37f68f=this['editor'],_0x5b8668=this['editor']['config']['get']('lineHeight.defaultValue');_0x37f68f['conversion']['for']('downcast')['attributeToAttribute']({'model':{'key':'lineHeight'},'view':_0x4e7a7b=>String(_0x4e7a7b)===String(_0x5b8668)?null:{'key':'style','value':{'line-height':_0x4e7a7b}}}),_0x37f68f['conversion']['for']('upcast')['attributeToAttribute']({'model':{'key':'lineHeight','value':_0x3bc532=>{let _0x7bbb79=_0x3bc532['getStyle']('line-height');return _0x9433ff(_0x7bbb79)&&(_0x7bbb79=String(Number(_0x7bbb79['slice'](0x0,-0x1))/0x64)),String(_0x7bbb79)===String(_0x5b8668)?null:_0x7bbb79;}},'view':{'styles':{'line-height':/.*/}}});}['_preparePredefinedConverters'](){const _0x366ba3=this['editor'],_0x479e0a=this['editor']['config']['get']('lineHeight.defaultValue'),_0x4a68c1=function(_0x203437,_0x397a5b){const _0x34a12a={'model':{'key':_0x203437,'values':[]},'view':{}};for(const _0x430c29 of _0x397a5b)'class'===_0x430c29['view']?.['key']?(_0x34a12a['model']['values']['push'](_0x430c29['model']),_0x34a12a['view'][_0x430c29['model']]={'key':'class','value':_0x430c29['view']['value']}):(_0x34a12a['model']['values']['push'](_0x430c29['model']),_0x34a12a['view'][_0x430c29['model']]={'key':'style','value':'line-height:'+_0x430c29['model']+';'});return _0x34a12a;}('lineHeight',a(this['editor']['config']['get']('lineHeight'))['filter'](_0x70900f=>_0x70900f['model']));_0x366ba3['conversion']['attributeToAttribute'](_0x4a68c1),_0x366ba3['conversion']['for']('upcast')['attributeToAttribute']({'view':{'styles':{'line-height':/[\s\S]+/}},'model':{'key':'lineHeight','value':_0x287e33=>{let _0x3d78de=_0x287e33['getStyle']('line-height');return _0x9433ff(_0x3d78de)&&(_0x3d78de=String(Number(_0x3d78de['slice'](0x0,-0x1))/0x64)),_0x3d78de===String(_0x479e0a)?null:_0x4a68c1['model']['values']['includes'](_0x3d78de)?_0x3d78de:null;}}});}}class r extends _0x4ce758{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'LineHeightUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x25b402={'accessibleLabel':(0x0,this['editor']['t'])('Line\x20height'),'options':this['_prepareListOptions']()};this['_registerToolbarComponent'](_0x25b402),this['_registerMenuBarComponent'](_0x25b402),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0xf8da4c=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x59d2f5;for(const _0x4718f7 in _0xf8da4c){const _0x1c2670=_0x4718f7,_0x4fc4d5=_0xf8da4c[_0x1c2670];if('lineHeightLicenseKeyValid'==_0x4fc4d5||'lineHeightLicenseKeyInvalid'==_0x4fc4d5||'lineHeightLicenseKeyExpired'==_0x4fc4d5||'lineHeightLicenseKeyDomainLimit'==_0x4fc4d5||'lineHeightLicenseKeyNotAllowed'==_0x4fc4d5||'lineHeightLicenseKeyEvaluationLimit'==_0x4fc4d5||'lineHeightLicenseKeyTrialLimit'==_0x4fc4d5||'lineHeightLicenseKeyUsageLimit'==_0x4fc4d5){delete _0xf8da4c[_0x1c2670],_0x59d2f5=_0x4fc4d5,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'lineHeightLicenseKeyInvalid'==_0x59d2f5&&_0xf8da4c['_showLicenseError']('invalid'),'lineHeightLicenseKeyExpired'==_0x59d2f5&&_0xf8da4c['_showLicenseError']('expired'),'lineHeightLicenseKeyDomainLimit'==_0x59d2f5&&_0xf8da4c['_showLicenseError']('domainLimit'),'lineHeightLicenseKeyNotAllowed'==_0x59d2f5&&_0xf8da4c['_showLicenseError']('featureNotAllowed','LineHeight'),'lineHeightLicenseKeyEvaluationLimit'==_0x59d2f5&&_0xf8da4c['_showLicenseError']('evaluationLimit'),'lineHeightLicenseKeyTrialLimit'==_0x59d2f5&&_0xf8da4c['_showLicenseError']('trialLimit'),'lineHeightLicenseKeyUsageLimit'==_0x59d2f5&&_0xf8da4c['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_shouldRenderCustomValueOption'](){return this['editor']['config']['get']('lineHeight.supportAllValues');}['_getLocalizedLineHeightOptions'](){const _0x1d7d62=this['editor'],t=_0x1d7d62['t'],_0x132868=_0x1d7d62['config']['get']('lineHeight'),_0xa41f7c={'Single':t({'string':'Single','id':'LINE_HEIGHT_SINGLE_OPTION_LABEL'}),'Double':t({'string':'Double','id':'LINE_HEIGHT_DOUBLE_OPTION_LABEL'})};return a(_0x132868)['map'](_0x5d0bc9=>{const _0x2f3eab=_0xa41f7c[_0x5d0bc9['title']];return _0x2f3eab&&_0x2f3eab!=_0x5d0bc9['title']&&(_0x5d0bc9=Object['assign']({},_0x5d0bc9,{'title':_0x2f3eab})),_0x5d0bc9;});}['_prepareListOptions'](){const _0x292249=this['editor']['commands']['get']('lineHeight'),_0x40fe62=this['editor']['config']['get']('lineHeight.defaultValue'),_0x14ee42=this['_getLocalizedLineHeightOptions'](),_0x339417=new _0x4afcb6(),_0x3873ca=_0x465236=>'default'===_0x465236||String(_0x40fe62)===_0x465236;for(const _0x1ea537 of _0x14ee42){const _0x562daf={'type':'button','model':new _0x4bf488({'commandName':'lineHeight','class':'ck-line-height-option','role':'menuitemradio','label':_0x1ea537['title'],'withText':!0x0})};_0x3873ca(_0x1ea537['model'])?(_0x562daf['model']['bind']('isOn')['to'](_0x292249,'value',_0xe12f24=>!_0xe12f24),_0x562daf['model']['commandParam']=void 0x0):(_0x562daf['model']['bind']('isOn')['to'](_0x292249,'value',_0xb0fc44=>_0xb0fc44===_0x1ea537['model']),_0x562daf['model']['commandParam']=_0x1ea537['model']),_0x339417['add'](_0x562daf);}if(this['_shouldRenderCustomValueOption']()){const _0x4d8f94=this['_getCustomValueOptionDefinition'](_0x14ee42);_0x339417['add'](_0x4d8f94);}return _0x339417;}['_getCustomValueOptionDefinition'](_0xd57712){const _0x50f17e=this['editor'],t=_0x50f17e['t'],_0x25d5d0=_0x50f17e['commands']['get']('lineHeight'),_0x1ffccc=_0xd57712['map'](_0x3b2d04=>_0x3b2d04['model']),_0x2cbc51={'type':'button','model':new _0x4bf488({'commandName':'lineHeight','class':'ck-line-height-option','role':'menuitemradio','withText':!0x0})};return _0x2cbc51['model']['bind']('commandParam')['to'](_0x25d5d0,'value'),_0x2cbc51['model']['bind']('isOn')['to'](_0x25d5d0,'value',_0x7aa1b6=>!!_0x7aa1b6&&!_0x1ffccc['includes'](String(_0x7aa1b6))),_0x2cbc51['model']['bind']('label')['to'](_0x25d5d0,'value',_0xe794af=>t({'string':'Custom:\x20%0','id':'LINE_HEIGHT_CUSTOM_OPTION_LABEL'},String(_0xe794af))),_0x2cbc51;}['_registerToolbarComponent']({accessibleLabel:_0x471c92,options:_0x193582}){const _0x18f33b=this['editor'],_0x4e61d6=_0x18f33b['commands']['get']('lineHeight');_0x18f33b['ui']['componentFactory']['add']('lineHeight',_0x2933b8=>{const _0x5e3395=_0x5261c3(_0x2933b8);return _0x33733d(_0x5e3395,_0x193582,{'role':'menu','ariaLabel':_0x471c92}),_0x5e3395['buttonView']['set']({'label':_0x471c92,'tooltip':!0x0,'icon':_0x18eb3b}),_0x5e3395['extendTemplate']({'attributes':{'class':['ck-line-height-dropdown']}}),_0x5e3395['bind']('isEnabled')['to'](_0x4e61d6),this['listenTo'](_0x5e3395,'execute',_0x35019e=>{_0x18f33b['execute'](_0x35019e['source']['commandName'],{'value':_0x35019e['source']['commandParam']}),_0x18f33b['editing']['view']['focus']();}),_0x5e3395['once']('change:isOpen',()=>{const _0x2d1ca8=_0x5e3395['panelView']['children']['first'];this['_attachCustomOptionVisibilityHandler'](_0x5e3395,_0x193582,_0x2d1ca8);}),_0x5e3395;});}['_registerMenuBarComponent']({accessibleLabel:_0x48057d,options:_0x362942}){const _0x35f867=this['editor'],_0x5d274f=_0x35f867['commands']['get']('lineHeight');_0x35f867['ui']['componentFactory']['add']('menuBar:lineHeight',_0x3c2c87=>{const _0x4594bf=new _0x24d615(_0x3c2c87);_0x4594bf['buttonView']['set']({'label':_0x48057d,'icon':_0x18eb3b}),_0x4594bf['bind']('isEnabled')['to'](_0x5d274f);const _0x198bb9=new _0x23db7a(_0x3c2c87);for(const _0x5bbd2f of _0x362942){const _0x4a6857=new _0x11a69d(_0x3c2c87,_0x4594bf),_0xb0ef0=new _0x32eca2(_0x3c2c87);_0xb0ef0['set']({'role':'menuitemradio','isToggleable':!0x0}),_0xb0ef0['bind'](...Object['keys'](_0x5bbd2f['model']))['to'](_0x5bbd2f['model']),_0xb0ef0['delegate']('execute')['to'](_0x4594bf),_0xb0ef0['on']('execute',()=>{_0x35f867['execute'](_0x5bbd2f['model']['commandName'],{'value':_0x5bbd2f['model']['commandParam']}),_0x35f867['editing']['view']['focus']();}),_0x4a6857['children']['add'](_0xb0ef0),_0x198bb9['items']['add'](_0x4a6857);}return _0x4594bf['panelView']['children']['add'](_0x198bb9),this['_attachCustomOptionVisibilityHandler'](_0x4594bf,_0x362942,_0x198bb9),_0x4594bf;});}['_attachCustomOptionVisibilityHandler'](_0x5134ac,_0x2e39f6,_0xa64aac){if(!this['_shouldRenderCustomValueOption']())return;const _0x2c9877=()=>{if(!_0x5134ac['isOpen'])return;_0xa64aac['items']['last']['isVisible']=Boolean(_0x2e39f6['last']['model']['isOn']);};_0x2c9877(),_0x5134ac['on']('change:isOpen',()=>{_0x2c9877();});}}class k extends _0x4ce758{static get['requires'](){return[e,r];}static get['pluginName'](){return'LineHeight';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}}export{k as LineHeight,n as LineHeightCommand,e as LineHeightEditing,r as LineHeightUI};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
|
7
|
+
declare const translations: Translations;
|
|
8
|
+
export default translations;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export default{'af':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x3dd851=>0x1!=_0x3dd851}};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
(_0x2e5510=>{const {af:{dictionary:_0x1e6db6,getPluralForm:_0x5f307}}={'af':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x113647=>0x1!=_0x113647}};_0x2e5510['af']||={'dictionary':{},'getPluralForm':null},_0x2e5510['af']['dictionary']=Object['assign'](_0x2e5510['af']['dictionary'],_0x1e6db6),_0x2e5510['af']['getPluralForm']=_0x5f307;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
|
7
|
+
declare const translations: Translations;
|
|
8
|
+
export default translations;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export default{'ar':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x299d8a=>0x0==_0x299d8a?0x0:0x1==_0x299d8a?0x1:0x2==_0x299d8a?0x2:_0x299d8a%0x64>=0x3&&_0x299d8a%0x64<=0xa?0x3:_0x299d8a%0x64>=0xb?0x4:0x5}};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
(_0x5bcc09=>{const {ar:{dictionary:_0x5e47c2,getPluralForm:_0x1e8167}}={'ar':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x26349c=>0x0==_0x26349c?0x0:0x1==_0x26349c?0x1:0x2==_0x26349c?0x2:_0x26349c%0x64>=0x3&&_0x26349c%0x64<=0xa?0x3:_0x26349c%0x64>=0xb?0x4:0x5}};_0x5bcc09['ar']||={'dictionary':{},'getPluralForm':null},_0x5bcc09['ar']['dictionary']=Object['assign'](_0x5bcc09['ar']['dictionary'],_0x5e47c2),_0x5bcc09['ar']['getPluralForm']=_0x1e8167;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
|
7
|
+
declare const translations: Translations;
|
|
8
|
+
export default translations;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export default{'ast':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x2519a3=>0x1!=_0x2519a3}};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
(_0x425bd0=>{const {ast:{dictionary:_0x4d8913,getPluralForm:_0x2eec06}}={'ast':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x36fe81=>0x1!=_0x36fe81}};_0x425bd0['ast']||={'dictionary':{},'getPluralForm':null},_0x425bd0['ast']['dictionary']=Object['assign'](_0x425bd0['ast']['dictionary'],_0x4d8913),_0x425bd0['ast']['getPluralForm']=_0x2eec06;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
|
7
|
+
declare const translations: Translations;
|
|
8
|
+
export default translations;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export default{'az':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x2a7db4=>0x1!=_0x2a7db4}};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
(_0x239f60=>{const {az:{dictionary:_0x48bdd7,getPluralForm:_0x563a0e}}={'az':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x4d17be=>0x1!=_0x4d17be}};_0x239f60['az']||={'dictionary':{},'getPluralForm':null},_0x239f60['az']['dictionary']=Object['assign'](_0x239f60['az']['dictionary'],_0x48bdd7),_0x239f60['az']['getPluralForm']=_0x563a0e;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
|
7
|
+
declare const translations: Translations;
|
|
8
|
+
export default translations;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export default{'be':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x575f7b=>_0x575f7b%0xa==0x1&&_0x575f7b%0x64!=0xb?0x0:_0x575f7b%0xa>=0x2&&_0x575f7b%0xa<=0x4&&(_0x575f7b%0x64<0xa||_0x575f7b%0x64>=0x14)?0x1:0x2}};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
(_0x48abbf=>{const {be:{dictionary:_0x4d904f,getPluralForm:_0x477b43}}={'be':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x3895d1=>_0x3895d1%0xa==0x1&&_0x3895d1%0x64!=0xb?0x0:_0x3895d1%0xa>=0x2&&_0x3895d1%0xa<=0x4&&(_0x3895d1%0x64<0xa||_0x3895d1%0x64>=0x14)?0x1:0x2}};_0x48abbf['be']||={'dictionary':{},'getPluralForm':null},_0x48abbf['be']['dictionary']=Object['assign'](_0x48abbf['be']['dictionary'],_0x4d904f),_0x48abbf['be']['getPluralForm']=_0x477b43;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
|
7
|
+
declare const translations: Translations;
|
|
8
|
+
export default translations;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export default{'bg':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x1df0cc=>0x1!=_0x1df0cc}};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
(_0xa971e8=>{const {bg:{dictionary:_0x4d0f87,getPluralForm:_0x316994}}={'bg':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x28b657=>0x1!=_0x28b657}};_0xa971e8['bg']||={'dictionary':{},'getPluralForm':null},_0xa971e8['bg']['dictionary']=Object['assign'](_0xa971e8['bg']['dictionary'],_0x4d0f87),_0xa971e8['bg']['getPluralForm']=_0x316994;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
|
7
|
+
declare const translations: Translations;
|
|
8
|
+
export default translations;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export default{'bn':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x5ea53e=>0x1!=_0x5ea53e}};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
(_0x2009fc=>{const {bn:{dictionary:_0x3bf6c5,getPluralForm:_0xc94b0a}}={'bn':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x3e5e4b=>0x1!=_0x3e5e4b}};_0x2009fc['bn']||={'dictionary':{},'getPluralForm':null},_0x2009fc['bn']['dictionary']=Object['assign'](_0x2009fc['bn']['dictionary'],_0x3bf6c5),_0x2009fc['bn']['getPluralForm']=_0xc94b0a;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
|
7
|
+
declare const translations: Translations;
|
|
8
|
+
export default translations;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export default{'bs':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x7dca94=>_0x7dca94%0xa==0x1&&_0x7dca94%0x64!=0xb?0x0:_0x7dca94%0xa>=0x2&&_0x7dca94%0xa<=0x4&&(_0x7dca94%0x64<0xa||_0x7dca94%0x64>=0x14)?0x1:0x2}};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
(_0x2187b6=>{const {bs:{dictionary:_0x50849a,getPluralForm:_0x4738bb}}={'bs':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x41d1ec=>_0x41d1ec%0xa==0x1&&_0x41d1ec%0x64!=0xb?0x0:_0x41d1ec%0xa>=0x2&&_0x41d1ec%0xa<=0x4&&(_0x41d1ec%0x64<0xa||_0x41d1ec%0x64>=0x14)?0x1:0x2}};_0x2187b6['bs']||={'dictionary':{},'getPluralForm':null},_0x2187b6['bs']['dictionary']=Object['assign'](_0x2187b6['bs']['dictionary'],_0x50849a),_0x2187b6['bs']['getPluralForm']=_0x4738bb;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
|
7
|
+
declare const translations: Translations;
|
|
8
|
+
export default translations;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export default{'ca':{'dictionary':{'Line\x20height':'','LINE_HEIGHT_CUSTOM_OPTION_LABEL':'','LINE_HEIGHT_SINGLE_OPTION_LABEL':'','LINE_HEIGHT_DOUBLE_OPTION_LABEL':''},'getPluralForm':_0x5e6bbb=>0x1!=_0x5e6bbb}};
|