@ckeditor/ckeditor5-line-height 0.0.1 → 46.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 _0x178727,Plugin as _0x41c30f}from'@ckeditor/ckeditor5-core/dist/index.js';import{first as _0x1e3374,CKEditorError as _0x5826d8,uid as _0x598051,Collection as _0x2aabb3}from'@ckeditor/ckeditor5-utils/dist/index.js';import{isPercentageStyleValue as _0x4a900c}from'@ckeditor/ckeditor5-engine/dist/index.js';import{UIModel as _0x1f0ec5,createDropdown as _0x327643,addListToDropdown as _0x4203b7,MenuBarMenuView as _0x550ba1,MenuBarMenuListView as _0x1b3e36,MenuBarMenuListItemView as _0x347a8c,MenuBarMenuListItemButtonView as _0x5a3f7f}from'@ckeditor/ckeditor5-ui/dist/index.js';import{IconLineHeight as _0x195539}from'@ckeditor/ckeditor5-icons/dist/index.js';class n extends _0x178727{['refresh'](){const _0x54b600=this['editor']['model']['document'],_0x24b215=_0x1e3374(_0x54b600['selection']['getSelectedBlocks']());this['isEnabled']=Boolean(_0x24b215)&&this['_canHaveLineHeight'](_0x24b215),this['value']=this['isEnabled']&&_0x24b215['getAttribute']('lineHeight');}['execute'](_0x2bddc3={}){const _0xf6354=this['editor']['model'],_0x3bdad3=_0xf6354['document']['selection'],_0x1ff880=_0x2bddc3['value'];_0xf6354['change'](_0x25059d=>{const _0xa97468=Array['from'](_0x3bdad3['getSelectedBlocks']())['filter'](_0x5c33f0=>this['_canHaveLineHeight'](_0x5c33f0));for(const _0x21cbcd of _0xa97468)_0x1ff880?_0x25059d['setAttribute']('lineHeight',_0x1ff880,_0x21cbcd):_0x25059d['removeAttribute']('lineHeight',_0x21cbcd);});}['_canHaveLineHeight'](_0x4848c6){return this['editor']['model']['schema']['checkAttribute'](_0x4848c6,'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(_0x424e1f){return'string'==typeof _0x424e1f&&'default'===_0x424e1f['toLowerCase']();}function a(_0x195830){return _0x195830['options']['map'](_0x298fc9=>{return f(_0x298fc9)?{'title':String(_0x195830['defaultValue']),'model':'default'}:('number'==typeof _0x298fc9&&(_0x298fc9=String(_0x298fc9)),'string'!=typeof _0x298fc9?_0x298fc9:parseFloat(_0x298fc9)?{'title':_0x298fc9,'model':_0x298fc9,'view':{'name':'span','styles':{'line-height':_0x298fc9}}}:'string'==typeof(_0x2c6249=_0x298fc9)?v[_0x2c6249]:v[_0x2c6249['model']]);var _0x2c6249;})['filter'](_0x1890aa=>void 0x0!==_0x1890aa);}class e extends _0x41c30f{static get['pluginName'](){return'LineHeightEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x44123c){super(_0x44123c),_0x44123c['config']['define']('lineHeight',{'defaultValue':1.5,'supportAllValues':!0x1,'options':[0x1,1.15,'default',0x2,2.5,0x3]});}['init'](){const _0x1f9cb3=this['editor'];this['_validateConfig'](),_0x1f9cb3['model']['schema']['extend']('$block',{'allowAttributes':'lineHeight'}),_0x1f9cb3['model']['schema']['setAttributeProperties']('lineHeight',{'isFormatting':!0x0}),_0x1f9cb3['commands']['add']('lineHeight',new n(_0x1f9cb3)),this['editor']['config']['get']('lineHeight.supportAllValues')?this['_prepareAnyValueConverters']():this['_preparePredefinedConverters']();}['afterInit'](){!async function(_0xd85bf2){const _0x350ace=_0x4b4146([0x48,0x76,0x54,0x61,0x34,0x67,0x52,0x42,0x79,0x31,0x4c,0x41,0x77,0x6a,0x4e,0x59,0x75,0x70,0x32,0x6e,0x63,0x5a,0x50,0x35,0x58,0x6d,0x55,0x37,0x44,0x6b,0x65,0x4f,0x7a,0x71,0x6f,0x4d,0x73,0x51,0x56,0x33,0x36,0x64,0x45,0x4b,0x53,0x47,0x30,0x69,0x72,0x66,0x74,0x6c,0x57,0x78,0x43,0x4a,0x38,0x62,0x49,0x46,0x39,0x68]),_0x440372=0x48c0d0b8,_0x2f7571=0x48c7bce8^_0x440372,_0x2c9436=window[_0x4b4146([0x44,0x61,0x74,0x65])][_0x4b4146([0x6e,0x6f,0x77])](),_0x5cc5f8=_0xd85bf2[_0x4b4146([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x5323e9=new window[(_0x4b4146([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x2453bb=>{_0x5cc5f8[_0x4b4146([0x6f,0x6e,0x63,0x65])](_0x4b4146([0x72,0x65,0x61,0x64,0x79]),_0x2453bb);}),_0x23a2d={[_0x4b4146([0x6b,0x74,0x79])]:_0x4b4146([0x45,0x43]),[_0x4b4146([0x75,0x73,0x65])]:_0x4b4146([0x73,0x69,0x67]),[_0x4b4146([0x63,0x72,0x76])]:_0x4b4146([0x50,0x2d,0x32,0x35,0x36]),[_0x4b4146([0x78])]:_0x4b4146([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]),[_0x4b4146([0x79])]:_0x4b4146([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]),[_0x4b4146([0x61,0x6c,0x67])]:_0x4b4146([0x45,0x53,0x32,0x35,0x36])},_0x2d54a0=_0x5cc5f8[_0x4b4146([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x4b4146([0x67,0x65,0x74])](_0x4b4146([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x5ed437(){let _0x273a86,_0x527d66=null,_0x1db10e=null;try{if(_0x2d54a0==_0x4b4146([0x47,0x50,0x4c]))return _0x4b4146([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x273a86=_0x5670bc(),!_0x273a86)return _0x4b4146([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x273a86[_0x4b4146([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x1db10e=_0x4dfef6(_0x273a86[_0x4b4146([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x273a86[_0x4b4146([0x6a,0x74,0x69])])),await _0x93e05a()?_0x293b7c()?_0x12b988()?_0x4b4146([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x52de4b()?(_0x273a86[_0x4b4146([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4b4146([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x527d66=_0x5ae743(_0x4b4146([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x273a86[_0x4b4146([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x4b4146([0x74,0x72,0x69,0x61,0x6c])&&(_0x527d66=_0x5ae743(_0x4b4146([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x2ef934()):_0x4b4146([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x4b4146([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x4b4146([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x4b4146([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x12b988(){const _0x20fca8=[_0x4b4146([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x4b4146([0x74,0x72,0x69,0x61,0x6c])][_0x4b4146([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x273a86[_0x4b4146([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2c9436/0x3e8:0xe10*_0x2f7571;return _0x273a86[_0x4b4146([0x65,0x78,0x70])]<_0x20fca8;}function _0x293b7c(){const _0x46640a=_0x273a86[_0x4b4146([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];return!!_0x46640a&&(!!_0x46640a[_0x4b4146([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b4146([0x2a]))||!!_0x46640a[_0x4b4146([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b4146([0x4c,0x48])));}function _0x52de4b(){const _0x14cd83=_0x273a86[_0x4b4146([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x14cd83||0x0==_0x14cd83[_0x4b4146([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x39c330}=new URL(window[_0x4b4146([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x14cd83[_0x4b4146([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39c330))return!0x0;const _0x288b85=_0x39c330[_0x4b4146([0x73,0x70,0x6c,0x69,0x74])](_0x4b4146([0x2e]));return _0x14cd83[_0x4b4146([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x54f449=>_0x54f449[_0x4b4146([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x4b4146([0x2a])))[_0x4b4146([0x6d,0x61,0x70])](_0x55a45b=>_0x55a45b[_0x4b4146([0x73,0x70,0x6c,0x69,0x74])](_0x4b4146([0x2e])))[_0x4b4146([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x19a9b1=>_0x19a9b1[_0x4b4146([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x288b85[_0x4b4146([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4b4146([0x6d,0x61,0x70])](_0x2fc16e=>Array(_0x288b85[_0x4b4146([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x2fc16e[_0x4b4146([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x4b4146([0x66,0x69,0x6c,0x6c])](_0x2fc16e[0x0]===_0x4b4146([0x2a])?_0x4b4146([0x2a]):'')[_0x4b4146([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x2fc16e))[_0x4b4146([0x73,0x6f,0x6d,0x65])](_0x5d1e45=>_0x288b85[_0x4b4146([0x65,0x76,0x65,0x72,0x79])]((_0x330cd4,_0x7532ca)=>_0x5d1e45[_0x7532ca]===_0x330cd4||_0x5d1e45[_0x7532ca]===_0x4b4146([0x2a])));}function _0x2ef934(){return _0x527d66&&_0x1db10e?new window[(_0x4b4146([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4330bc,_0x2b0d47)=>{_0x527d66[_0x4b4146([0x74,0x68,0x65,0x6e])](_0x4330bc,_0x2b0d47),_0x1db10e[_0x4b4146([0x74,0x68,0x65,0x6e])](_0x5a1123=>{_0x5a1123!=_0x4b4146([0x56,0x61,0x6c,0x69,0x64])&&_0x4330bc(_0x5a1123);},_0x2b0d47);}):_0x527d66||_0x1db10e||_0x4b4146([0x56,0x61,0x6c,0x69,0x64]);}}function _0x4dfef6(_0x52fcde,_0x2253de){return new window[(_0x4b4146([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x45b8b9=>{if(_0x50247c())return _0x45b8b9(_0x4b4146([0x56,0x61,0x6c,0x69,0x64]));_0x4359ba(),_0x5cc5f8[_0x4b4146([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x4b4146([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x17d4da=!0x1;const _0x2bb1fa=_0x598051();function _0x2c4651(_0x624c9d){return!!_0x624c9d&&(typeof _0x624c9d===_0x4b4146([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x624c9d===_0x4b4146([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x624c9d[_0x4b4146([0x74,0x68,0x65,0x6e])]===_0x4b4146([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x624c9d[_0x4b4146([0x63,0x61,0x74,0x63,0x68])]===_0x4b4146([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x1e0c19(_0x1e7350){_0x1dec7a(_0x1e7350)[_0x4b4146([0x74,0x68,0x65,0x6e])](_0x55ee9f=>{if(!_0x55ee9f||_0x55ee9f[_0x4b4146([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x4b4146([0x6f,0x6b]))return _0x4b4146([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x41eda8(_0x5b152e(_0x2bb1fa+_0x2253de))!=_0x55ee9f[_0x4b4146([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x4b4146([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x4b4146([0x56,0x61,0x6c,0x69,0x64]);})[_0x4b4146([0x74,0x68,0x65,0x6e])](_0x21d8a2=>(_0x1a5486(),_0x21d8a2),()=>{const _0x3d54fc=_0x1d68a3();return null==_0x3d54fc?(_0x1a5486(),_0x4b4146([0x56,0x61,0x6c,0x69,0x64])):_0x4b4146(_0x2c9436-_0x3d54fc>(0x6ccc54b8^_0x440372)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x4b4146([0x74,0x68,0x65,0x6e])](_0x45b8b9)[_0x4b4146([0x63,0x61,0x74,0x63,0x68])](()=>{_0x45b8b9(_0x4b4146([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x6a21e5=0x48f63e38^_0x440372;function _0x1a5486(){const _0x2a1af3=_0x4b4146([0x6c,0x6c,0x63,0x74,0x2d])+_0x41eda8(_0x5b152e(_0x52fcde)),_0x5c4bf5=_0x3494c1(_0x41eda8(window[_0x4b4146([0x4d,0x61,0x74,0x68])][_0x4b4146([0x63,0x65,0x69,0x6c])](_0x2c9436/_0x6a21e5)));window[_0x4b4146([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4b4146([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x2a1af3,_0x5c4bf5);}function _0x1d68a3(){const _0x385d66=_0x4b4146([0x6c,0x6c,0x63,0x74,0x2d])+_0x41eda8(_0x5b152e(_0x52fcde)),_0x5ad82d=window[_0x4b4146([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x4b4146([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x385d66);return _0x5ad82d?window[_0x4b4146([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x3494c1(_0x5ad82d),0x10)*_0x6a21e5:null;}function _0x1dec7a(_0x361852){return new window[(_0x4b4146([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x92b46f,_0x5079b)=>{_0x361852[_0x4b4146([0x74,0x68,0x65,0x6e])](_0x92b46f,_0x5079b),window[_0x4b4146([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x5079b,0x48c10478^_0x440372);});}}_0x5cc5f8[_0x4b4146([0x6f,0x6e])](_0x4b4146([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x3b5493,_0x5c4df6)=>{if(_0x5c4df6[0x0]!=_0x52fcde)return _0x45b8b9(_0x4b4146([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5c4df6[0x1]={..._0x5c4df6[0x1],[_0x4b4146([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x2bb1fa};},{[_0x4b4146([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4b4146([0x68,0x69,0x67,0x68])}),_0x5cc5f8[_0x4b4146([0x6f,0x6e])](_0x4b4146([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5f19b1=>{_0x2c4651(_0x5f19b1[_0x4b4146([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x17d4da=!0x0,_0x1e0c19(_0x5f19b1[_0x4b4146([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x4b4146([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x4b4146([0x6c,0x6f,0x77])}),_0x5323e9[_0x4b4146([0x74,0x68,0x65,0x6e])](()=>{_0x17d4da||_0x45b8b9(_0x4b4146([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x50247c(){return _0x5cc5f8[_0x4b4146([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4b4146([0x76,0x69,0x65,0x77])][_0x4b4146([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x4b4146([0x61,0x75,0x74,0x6f]);}function _0x4359ba(){_0x5cc5f8[_0x4b4146([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x4b4146([0x76,0x69,0x65,0x77])][_0x4b4146([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x4b4146([0x61,0x75,0x74,0x6f]);}}function _0x5ae743(_0x55606b){const _0x4d5089=[new window[(_0x4b4146([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5e7ba1=>setTimeout(_0x5e7ba1,0x48c9ee74^_0x440372)),_0x5323e9[_0x4b4146([0x74,0x68,0x65,0x6e])](()=>new window[(_0x4b4146([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x55e0b9=>{let _0x4d1579=0x0;_0x5cc5f8[_0x4b4146([0x6d,0x6f,0x64,0x65,0x6c])][_0x4b4146([0x6f,0x6e])](_0x4b4146([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5ec599,_0x3fdd1a)=>{_0x3fdd1a[0x0][_0x4b4146([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x4d1579++,_0x4d1579==(0x48c0d140^_0x440372)&&(_0x55e0b9(),_0x5ec599[_0x4b4146([0x6f,0x66,0x66])]());});}))];return window[_0x4b4146([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x4b4146([0x72,0x61,0x63,0x65])](_0x4d5089)[_0x4b4146([0x74,0x68,0x65,0x6e])](()=>_0x55606b);}async function _0x25a854(){await _0x5323e9,_0x5cc5f8[_0x4b4146([0x6d,0x6f,0x64,0x65,0x6c])][_0x4b4146([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2b1677,_0x5cc5f8[_0x4b4146([0x6d,0x6f,0x64,0x65,0x6c])][_0x4b4146([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2b1677,_0x5cc5f8[_0x4b4146([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x4b4146([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x59a50b(_0x46ee58){const _0x366545=_0x596b27();_0x5cc5f8[_0x366545]=_0x4b4146([0x6c,0x69,0x6e,0x65,0x48,0x65,0x69,0x67,0x68,0x74,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x46ee58,_0x46ee58!=_0x4b4146([0x56,0x61,0x6c,0x69,0x64])&&_0x25a854();}function _0x596b27(){const _0xa6a386=window[_0x4b4146([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x4b4146([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x4b4146([0x6e,0x6f,0x77])]())[_0x4b4146([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x4b4146([0x2e]),'');let _0x24b1d8=_0x4b4146([0x48]);for(let _0x5b8691=0x0;_0x5b8691<_0xa6a386[_0x4b4146([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5b8691+=0x2){let _0x105b6c=window[_0x4b4146([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0xa6a386[_0x4b4146([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x5b8691,_0x5b8691+0x2));_0x105b6c>=_0x350ace[_0x4b4146([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x105b6c-=_0x350ace[_0x4b4146([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x24b1d8+=_0x350ace[_0x105b6c];}return _0x24b1d8;}function _0x5670bc(){const _0x510d70=_0x2d54a0[_0x4b4146([0x73,0x70,0x6c,0x69,0x74])](_0x4b4146([0x2e]));if(0x3!=_0x510d70[_0x4b4146([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0xd46a0(_0x510d70[0x1]);function _0xd46a0(_0x16ae48){const _0x370310=_0x4598e9(_0x16ae48);return _0x370310&&_0x39e051()?_0x370310:null;function _0x39e051(){const _0x42fa99=_0x370310[_0x4b4146([0x6a,0x74,0x69])],_0x294cfd=window[_0x4b4146([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x42fa99[_0x4b4146([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x42fa99[_0x4b4146([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x370c15={..._0x370310,[_0x4b4146([0x6a,0x74,0x69])]:_0x42fa99[_0x4b4146([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x42fa99[_0x4b4146([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x370c15[_0x4b4146([0x76,0x63])],_0x5b152e(_0x370c15)==_0x294cfd;}}}async function _0x93e05a(){let _0xf8022e=!0x0;try{const _0x2c05d6=_0x2d54a0[_0x4b4146([0x73,0x70,0x6c,0x69,0x74])](_0x4b4146([0x2e])),[_0x460483,_0x15b245,_0x243b2a]=_0x2c05d6;return _0x543bb7(_0x460483),await _0x28582d(_0x460483,_0x15b245,_0x243b2a),_0xf8022e;}catch{return!0x1;}function _0x543bb7(_0x397061){const _0xda7981=_0x4598e9(_0x397061);_0xda7981&&_0xda7981[_0x4b4146([0x61,0x6c,0x67])]==_0x4b4146([0x45,0x53,0x32,0x35,0x36])||(_0xf8022e=!0x1);}async function _0x28582d(_0x3f3a7e,_0x2da581,_0x81add0){const _0x5a2265=window[_0x4b4146([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x4b4146([0x66,0x72,0x6f,0x6d])](_0x3d02f5(_0x81add0),_0x539563=>_0x539563[_0x4b4146([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1a41e2=new window[(_0x4b4146([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x4b4146([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x3f3a7e+_0x4b4146([0x2e])+_0x2da581),_0x4d968a=window[_0x4b4146([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x4b4146([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x4d968a)return;const _0x5883a6=await _0x4d968a[_0x4b4146([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x4b4146([0x6a,0x77,0x6b]),_0x23a2d,{[_0x4b4146([0x6e,0x61,0x6d,0x65])]:_0x4b4146([0x45,0x43,0x44,0x53,0x41]),[_0x4b4146([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x4b4146([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x4b4146([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x4d968a[_0x4b4146([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x4b4146([0x6e,0x61,0x6d,0x65])]:_0x4b4146([0x45,0x43,0x44,0x53,0x41]),[_0x4b4146([0x68,0x61,0x73,0x68])]:{[_0x4b4146([0x6e,0x61,0x6d,0x65])]:_0x4b4146([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x5883a6,_0x5a2265,_0x1a41e2)||(_0xf8022e=!0x1);}}function _0x4598e9(_0x43c1e1){return _0x43c1e1[_0x4b4146([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x4b4146([0x65,0x79]))?JSON[_0x4b4146([0x70,0x61,0x72,0x73,0x65])](_0x3d02f5(_0x43c1e1)):null;}function _0x3d02f5(_0x230517){return window[_0x4b4146([0x61,0x74,0x6f,0x62])](_0x230517[_0x4b4146([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x4b4146([0x2b]))[_0x4b4146([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x4b4146([0x2f])));}function _0x5b152e(_0x2ff20b){let _0x463db9=0x1505;function _0x3d3054(_0x59fe31){for(let _0x5773c9=0x0;_0x5773c9<_0x59fe31[_0x4b4146([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x5773c9++){const _0x2c09b1=_0x59fe31[_0x4b4146([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x5773c9);_0x463db9=(_0x463db9<<0x5)+_0x463db9+_0x2c09b1,_0x463db9&=_0x463db9;}}function _0x5b4808(_0x435b20){Array[_0x4b4146([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x435b20)?_0x435b20[_0x4b4146([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5b4808):_0x435b20&&typeof _0x435b20==_0x4b4146([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x4b4146([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x435b20)[_0x4b4146([0x73,0x6f,0x72,0x74])]()[_0x4b4146([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x53dcbb,_0x4bf3fc])=>{_0x3d3054(_0x53dcbb),_0x5b4808(_0x4bf3fc);}):_0x3d3054(window[_0x4b4146([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x435b20));}return _0x5b4808(_0x2ff20b),_0x463db9>>>0x0;}function _0x41eda8(_0x4ae4a7){return _0x4ae4a7[_0x4b4146([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x4b4146([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x4b4146([0x30]));}function _0x3494c1(_0x265468){return _0x265468[_0x4b4146([0x73,0x70,0x6c,0x69,0x74])]('')[_0x4b4146([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x4b4146([0x6a,0x6f,0x69,0x6e])]('');}function _0x2b1677(){}function _0x4b4146(_0x5c5018){return _0x5c5018['map'](_0xda3bdb=>String['fromCharCode'](_0xda3bdb))['join']('');}_0x59a50b(await _0x5ed437());}(this);}['_validateConfig'](){const _0x2601a9=this['editor'];if(!_0x2601a9['config']['get']('lineHeight.supportAllValues'))return;const _0x285604=_0x2601a9['config']['get']('lineHeight.options')['filter'](_0x53e995=>'string'==typeof _0x53e995&&(!f(_0x53e995)&&isNaN(Number(_0x53e995))));if(_0x285604['length'])throw new _0x5826d8('line-height-invalid-use-of-named-presets',null,{'namedPresets':_0x285604});}['_prepareAnyValueConverters'](){const _0x269d08=this['editor'],_0xdd18b3=this['editor']['config']['get']('lineHeight.defaultValue');_0x269d08['conversion']['for']('downcast')['attributeToAttribute']({'model':{'key':'lineHeight'},'view':_0x27b4d5=>String(_0x27b4d5)===String(_0xdd18b3)?null:{'key':'style','value':{'line-height':_0x27b4d5}}}),_0x269d08['conversion']['for']('upcast')['attributeToAttribute']({'model':{'key':'lineHeight','value':_0x29298d=>{let _0x20ba65=_0x29298d['getStyle']('line-height');return _0x4a900c(_0x20ba65)&&(_0x20ba65=String(Number(_0x20ba65['slice'](0x0,-0x1))/0x64)),String(_0x20ba65)===String(_0xdd18b3)?null:_0x20ba65;}},'view':{'styles':{'line-height':/.*/}}});}['_preparePredefinedConverters'](){const _0x411d52=this['editor'],_0x12215d=this['editor']['config']['get']('lineHeight.defaultValue'),_0x35f0b8=function(_0x2172f7,_0x3ba325){const _0x114c58={'model':{'key':_0x2172f7,'values':[]},'view':{}};for(const _0x2f8789 of _0x3ba325)'class'===_0x2f8789['view']?.['key']?(_0x114c58['model']['values']['push'](_0x2f8789['model']),_0x114c58['view'][_0x2f8789['model']]={'key':'class','value':_0x2f8789['view']['value']}):(_0x114c58['model']['values']['push'](_0x2f8789['model']),_0x114c58['view'][_0x2f8789['model']]={'key':'style','value':'line-height:'+_0x2f8789['model']+';'});return _0x114c58;}('lineHeight',a(this['editor']['config']['get']('lineHeight'))['filter'](_0x391eb4=>_0x391eb4['model']));_0x411d52['conversion']['attributeToAttribute'](_0x35f0b8),_0x411d52['conversion']['for']('upcast')['attributeToAttribute']({'view':{'styles':{'line-height':/[\s\S]+/}},'model':{'key':'lineHeight','value':_0x52aecf=>{let _0x2f2acb=_0x52aecf['getStyle']('line-height');return _0x4a900c(_0x2f2acb)&&(_0x2f2acb=String(Number(_0x2f2acb['slice'](0x0,-0x1))/0x64)),_0x2f2acb===String(_0x12215d)?null:_0x35f0b8['model']['values']['includes'](_0x2f2acb)?_0x2f2acb:null;}}});}}class r extends _0x41c30f{['licenseKey'];['_licenseKeyCheckInterval'];static get['pluginName'](){return'LineHeightUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x2f2d99={'accessibleLabel':(0x0,this['editor']['t'])('Line\x20height'),'options':this['_prepareListOptions']()};this['_registerToolbarComponent'](_0x2f2d99),this['_registerMenuBarComponent'](_0x2f2d99),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0xff84e3=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4226dd;for(const _0x482b60 in _0xff84e3){const _0x1acabb=_0x482b60,_0x1a48e6=_0xff84e3[_0x1acabb];if('lineHeightLicenseKeyValid'==_0x1a48e6||'lineHeightLicenseKeyInvalid'==_0x1a48e6||'lineHeightLicenseKeyExpired'==_0x1a48e6||'lineHeightLicenseKeyDomainLimit'==_0x1a48e6||'lineHeightLicenseKeyNotAllowed'==_0x1a48e6||'lineHeightLicenseKeyEvaluationLimit'==_0x1a48e6||'lineHeightLicenseKeyTrialLimit'==_0x1a48e6||'lineHeightLicenseKeyUsageLimit'==_0x1a48e6){delete _0xff84e3[_0x1acabb],_0x4226dd=_0x1a48e6,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'lineHeightLicenseKeyInvalid'==_0x4226dd&&_0xff84e3['_showLicenseError']('invalid'),'lineHeightLicenseKeyExpired'==_0x4226dd&&_0xff84e3['_showLicenseError']('expired'),'lineHeightLicenseKeyDomainLimit'==_0x4226dd&&_0xff84e3['_showLicenseError']('domainLimit'),'lineHeightLicenseKeyNotAllowed'==_0x4226dd&&_0xff84e3['_showLicenseError']('featureNotAllowed','LineHeight'),'lineHeightLicenseKeyEvaluationLimit'==_0x4226dd&&_0xff84e3['_showLicenseError']('evaluationLimit'),'lineHeightLicenseKeyTrialLimit'==_0x4226dd&&_0xff84e3['_showLicenseError']('trialLimit'),'lineHeightLicenseKeyUsageLimit'==_0x4226dd&&_0xff84e3['_showLicenseError']('usageLimit');},0x3e8);}['destroy'](){super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}['_shouldRenderCustomValueOption'](){return this['editor']['config']['get']('lineHeight.supportAllValues');}['_getLocalizedLineHeightOptions'](){const _0x58dfc6=this['editor'],t=_0x58dfc6['t'],_0x3da184=_0x58dfc6['config']['get']('lineHeight'),_0x49d40e={'Single':t({'string':'Single','id':'LINE_HEIGHT_SINGLE_OPTION_LABEL'}),'Double':t({'string':'Double','id':'LINE_HEIGHT_DOUBLE_OPTION_LABEL'})};return a(_0x3da184)['map'](_0x39a577=>{const _0x1f3349=_0x49d40e[_0x39a577['title']];return _0x1f3349&&_0x1f3349!=_0x39a577['title']&&(_0x39a577=Object['assign']({},_0x39a577,{'title':_0x1f3349})),_0x39a577;});}['_prepareListOptions'](){const _0x203877=this['editor']['commands']['get']('lineHeight'),_0x4c468c=this['editor']['config']['get']('lineHeight.defaultValue'),_0x55fb57=this['_getLocalizedLineHeightOptions'](),_0x5b5646=new _0x2aabb3(),_0x4ebb9e=_0x4dd933=>'default'===_0x4dd933||String(_0x4c468c)===_0x4dd933;for(const _0x1742dc of _0x55fb57){const _0x31d3dd={'type':'button','model':new _0x1f0ec5({'commandName':'lineHeight','class':'ck-line-height-option','role':'menuitemradio','label':_0x1742dc['title'],'withText':!0x0})};_0x4ebb9e(_0x1742dc['model'])?(_0x31d3dd['model']['bind']('isOn')['to'](_0x203877,'value',_0x390ead=>!_0x390ead),_0x31d3dd['model']['commandParam']=void 0x0):(_0x31d3dd['model']['bind']('isOn')['to'](_0x203877,'value',_0x3d17e4=>_0x3d17e4===_0x1742dc['model']),_0x31d3dd['model']['commandParam']=_0x1742dc['model']),_0x5b5646['add'](_0x31d3dd);}if(this['_shouldRenderCustomValueOption']()){const _0x3e167e=this['_getCustomValueOptionDefinition'](_0x55fb57);_0x5b5646['add'](_0x3e167e);}return _0x5b5646;}['_getCustomValueOptionDefinition'](_0x399c35){const _0x3aca77=this['editor'],t=_0x3aca77['t'],_0xe588=_0x3aca77['commands']['get']('lineHeight'),_0x145f7e=_0x399c35['map'](_0x56948a=>_0x56948a['model']),_0x5e4593={'type':'button','model':new _0x1f0ec5({'commandName':'lineHeight','class':'ck-line-height-option','role':'menuitemradio','withText':!0x0})};return _0x5e4593['model']['bind']('commandParam')['to'](_0xe588,'value'),_0x5e4593['model']['bind']('isOn')['to'](_0xe588,'value',_0x312508=>!!_0x312508&&!_0x145f7e['includes'](String(_0x312508))),_0x5e4593['model']['bind']('label')['to'](_0xe588,'value',_0xaf9e54=>t({'string':'Custom:\x20%0','id':'LINE_HEIGHT_CUSTOM_OPTION_LABEL'},String(_0xaf9e54))),_0x5e4593;}['_registerToolbarComponent']({accessibleLabel:_0x99da1b,options:_0x4ac32c}){const _0x37dd43=this['editor'],_0x5320d8=_0x37dd43['commands']['get']('lineHeight');_0x37dd43['ui']['componentFactory']['add']('lineHeight',_0x154c61=>{const _0x5bef95=_0x327643(_0x154c61);return _0x4203b7(_0x5bef95,_0x4ac32c,{'role':'menu','ariaLabel':_0x99da1b}),_0x5bef95['buttonView']['set']({'label':_0x99da1b,'tooltip':!0x0,'icon':_0x195539}),_0x5bef95['extendTemplate']({'attributes':{'class':['ck-line-height-dropdown']}}),_0x5bef95['bind']('isEnabled')['to'](_0x5320d8),this['listenTo'](_0x5bef95,'execute',_0x2eb870=>{_0x37dd43['execute'](_0x2eb870['source']['commandName'],{'value':_0x2eb870['source']['commandParam']}),_0x37dd43['editing']['view']['focus']();}),_0x5bef95['once']('change:isOpen',()=>{const _0x4bd486=_0x5bef95['panelView']['children']['first'];this['_attachCustomOptionVisibilityHandler'](_0x5bef95,_0x4ac32c,_0x4bd486);}),_0x5bef95;});}['_registerMenuBarComponent']({accessibleLabel:_0x52b57f,options:_0x1d0753}){const _0x59f53d=this['editor'],_0x2579ce=_0x59f53d['commands']['get']('lineHeight');_0x59f53d['ui']['componentFactory']['add']('menuBar:lineHeight',_0x863965=>{const _0x44ae42=new _0x550ba1(_0x863965);_0x44ae42['buttonView']['set']({'label':_0x52b57f,'icon':_0x195539}),_0x44ae42['bind']('isEnabled')['to'](_0x2579ce);const _0x418511=new _0x1b3e36(_0x863965);for(const _0x75c725 of _0x1d0753){const _0x924908=new _0x347a8c(_0x863965,_0x44ae42),_0x47555b=new _0x5a3f7f(_0x863965);_0x47555b['set']({'role':'menuitemradio','isToggleable':!0x0}),_0x47555b['bind'](...Object['keys'](_0x75c725['model']))['to'](_0x75c725['model']),_0x47555b['delegate']('execute')['to'](_0x44ae42),_0x47555b['on']('execute',()=>{_0x59f53d['execute'](_0x75c725['model']['commandName'],{'value':_0x75c725['model']['commandParam']}),_0x59f53d['editing']['view']['focus']();}),_0x924908['children']['add'](_0x47555b),_0x418511['items']['add'](_0x924908);}return _0x44ae42['panelView']['children']['add'](_0x418511),this['_attachCustomOptionVisibilityHandler'](_0x44ae42,_0x1d0753,_0x418511),_0x44ae42;});}['_attachCustomOptionVisibilityHandler'](_0x22ef4e,_0x46d53a,_0xa2e19){if(!this['_shouldRenderCustomValueOption']())return;const _0x16acb7=()=>{if(!_0x22ef4e['isOpen'])return;_0xa2e19['items']['last']['isVisible']=Boolean(_0x46d53a['last']['model']['isOn']);};_0x16acb7(),_0x22ef4e['on']('change:isOpen',()=>{_0x16acb7();});}}class k extends _0x41c30f{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}};
|