@ckbox/i18n 1.3.1-rc.0 → 1.3.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/README.md CHANGED
@@ -12,7 +12,7 @@ Using a build served from the CDN is the simplest and fastest way of embedding C
12
12
  To start using CKBox on your website, embed the following `script` element in the HTML code of the page:
13
13
 
14
14
  ```html
15
- <script src="https://cdn.ckbox.io/ckbox/1.3.1-rc.0/ckbox.js"></script>
15
+ <script src="https://cdn.ckbox.io/ckbox/1.3.1/ckbox.js"></script>
16
16
  ```
17
17
 
18
18
  Quick implementation example:
@@ -22,7 +22,7 @@ Quick implementation example:
22
22
  <html>
23
23
  <head>
24
24
  <meta charset="UTF-8" />
25
- <script src="https://cdn.ckbox.io/ckbox/1.3.1-rc.0/ckbox.js"></script>
25
+ <script src="https://cdn.ckbox.io/ckbox/1.3.1/ckbox.js"></script>
26
26
  </head>
27
27
  <body>
28
28
  <div id="ckbox"></div>
@@ -48,7 +48,7 @@ The code snippet below presents the simplest scenario for integration of CKEdito
48
48
  <head>
49
49
  <meta charset="UTF-8" />
50
50
  <script src="https://cdn.ckeditor.com/ckeditor5/36.0.0/classic/ckeditor.js"></script>
51
- <script src="https://cdn.ckbox.io/ckbox/1.3.1-rc.0/ckbox.js"></script>
51
+ <script src="https://cdn.ckbox.io/ckbox/1.3.1/ckbox.js"></script>
52
52
  </head>
53
53
  <body>
54
54
  <div id="editor"></div>
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  */
4
- const _0x1d9285=_0x1af9;function _0x714e(){const _0x4a7753=['_one','3750908gnwwuD','\x22\x20is\x20not\x20supported.','lang','68xJvmcM','values','indexOf','warn','strong','77130lOOKza','tag','392NBnNuE','Plural\x20form\x20for\x20language\x20\x22','Provider','94420hVHFlr','useContext','2805zGBpqS','41292CJSqRN','code','text','useEffect','150yoYqtc','18002otTAxO','2690704IIwtzJ','includes','length','getKey','isSupported','processTags','createContext','Fragment','863787GwDCnH','select','createElement','slice','PluralRules','exec','push','charAt','_rules'];_0x714e=function(){return _0x4a7753;};return _0x714e();}(function(_0x5ac63e,_0x3affa5){const _0x1c8ece=_0x1af9,_0x223b19=_0x5ac63e();while(!![]){try{const _0x3220ae=-parseInt(_0x1c8ece(0x20c))/0x1*(parseInt(_0x1c8ece(0x1f6))/0x2)+-parseInt(_0x1c8ece(0x1ff))/0x3+-parseInt(_0x1c8ece(0x1f7))/0x4+-parseInt(_0x1c8ece(0x1f5))/0x5*(-parseInt(_0x1c8ece(0x211))/0x6)+-parseInt(_0x1c8ece(0x209))/0x7+-parseInt(_0x1c8ece(0x1eb))/0x8*(parseInt(_0x1c8ece(0x1f1))/0x9)+parseInt(_0x1c8ece(0x1ee))/0xa*(parseInt(_0x1c8ece(0x1f0))/0xb);if(_0x3220ae===_0x3affa5)break;else _0x223b19['push'](_0x223b19['shift']());}catch(_0x1c63d2){_0x223b19['push'](_0x223b19['shift']());}}}(_0x714e,0x704ff));import*as _0x5f25df from'react';import{sprintf}from'sprintf-js';class Plural{constructor(_0x3be459){const _0x442b3e=_0x1af9;this[_0x442b3e(0x20b)]=_0x3be459;try{this[_0x442b3e(0x207)]=new Intl[(_0x442b3e(0x203))](_0x3be459);}catch(_0x3ed501){console[_0x442b3e(0x20f)]('Plural\x20rules\x20could\x20not\x20be\x20created.\x20Perhaps\x20`Intl.PluralRules`\x20is\x20not\x20supported?');}}[_0x1d9285(0x1fa)](_0x583da6,_0x5040b4){const _0x5d76d5=_0x1d9285;if(!this['_rules'])return _0x583da6+_0x5d76d5(0x208);const _0x57516a=this[_0x5d76d5(0x207)][_0x5d76d5(0x200)](_0x5040b4);return _0x583da6+'_'+_0x57516a;}}Plural['isSupported']=_0x25b3cc=>{try{return Intl['PluralRules']['supportedLocalesOf']([_0x25b3cc])['length']>0x0;}catch(_0x24528f){return![];}};const I18nContext=_0x5f25df[_0x1d9285(0x1fd)]({'debug':![],'lang':'en','resources':{},'pluralUtils':new Plural('en')}),I18nProvider=({children:_0x502540,debug:debug=![],lang:lang='en',resources:resources={}})=>{const _0x5a9d46=_0x1d9285;return _0x5f25df[_0x5a9d46(0x1f4)](()=>{const _0x45e39d=_0x5a9d46,_0x18de02=Plural[_0x45e39d(0x1fb)](lang);!_0x18de02&&console[_0x45e39d(0x20f)](_0x45e39d(0x1ec)+lang+_0x45e39d(0x20a));},[lang]),_0x5f25df['createElement'](I18nContext[_0x5a9d46(0x1ed)],{'value':{'debug':debug,'lang':lang,'pluralUtils':new Plural(lang),'resources':resources}},_0x502540);},TAG_REGEX=/<[a-zA-Z0-9\-!/](?:"[^"]*"|'[^']*'|[^'">])*>/g,ALLOWED_TAGS=['em',_0x1d9285(0x210),_0x1d9285(0x1f2)],getMsg=(_0x58b13f,_0x11a9d1={},_0x45e9fa)=>{const _0xeb843e=_0x1d9285,_0x4c79ea=_0x45e9fa['plural'];if(_0x11a9d1[_0x58b13f]&&_0x4c79ea===undefined)return{'found':!![],'msg':_0x11a9d1[_0x58b13f]};const _0x200f90=Object['keys'](_0x11a9d1)['filter'](_0xe742d0=>_0xe742d0[_0xeb843e(0x20e)](_0x58b13f)===0x0);if(_0x200f90['length']===0x0||_0x4c79ea===undefined)return{'found':![],'msg':_0x58b13f};const _0x2d7a6e=_0x45e9fa['pluralUtils'][_0xeb843e(0x1fa)](_0x58b13f,_0x4c79ea);return{'found':!![],'msg':_0x11a9d1[_0x2d7a6e]};},parseMsgTags=_0x30b560=>{const _0x36ea1d=_0x1d9285,_0x4b9a89=[];let _0x356a2a=0x0,_0x507dcb;while((_0x507dcb=TAG_REGEX[_0x36ea1d(0x204)](_0x30b560))!==null){const _0x918d67=_0x507dcb[0x0],{index:_0x2188a7}=_0x507dcb,_0x316d4f=_0x918d67[_0x36ea1d(0x206)](0x1)==='/',_0x8e854b=_0x316d4f?_0x918d67[_0x36ea1d(0x202)](0x2,-0x1):_0x918d67['slice'](0x1,-0x1),_0x5e4e11=ALLOWED_TAGS[_0x36ea1d(0x1f8)](_0x8e854b);if(!_0x5e4e11)continue;const _0x5e6645=_0x30b560[_0x36ea1d(0x202)](_0x356a2a,_0x2188a7);if(!_0x5e6645){_0x356a2a=_0x2188a7+_0x918d67[_0x36ea1d(0x1f9)];continue;}_0x316d4f?_0x4b9a89[_0x36ea1d(0x205)]({'type':_0x36ea1d(0x212),'name':_0x918d67['slice'](0x2,-0x1),'content':_0x5e6645}):_0x4b9a89[_0x36ea1d(0x205)]({'type':_0x36ea1d(0x1f3),'content':_0x5e6645}),_0x356a2a=_0x2188a7+_0x918d67[_0x36ea1d(0x1f9)];}return _0x356a2a<_0x30b560[_0x36ea1d(0x1f9)]&&_0x4b9a89[_0x36ea1d(0x205)]({'type':'text','content':_0x30b560['slice'](_0x356a2a)}),_0x4b9a89;};function formatMsgWithTags(_0x2a4769){const _0x81e09d=parseMsgTags(_0x2a4769),_0x1f74cf=_0x81e09d['map'](({content:_0x2638c8,type:_0xeb0979,name:_0x16a274},_0x5ddbae)=>{const _0x11a50d=_0x1af9,_0x462fce=_0xeb0979!==_0x11a50d(0x1f3)&&_0x16a274?_0x16a274:_0x5f25df[_0x11a50d(0x1fe)];return _0x5f25df[_0x11a50d(0x201)](_0x462fce,{'key':''+_0x5ddbae},_0x2638c8);});return _0x1f74cf;}function formatMsg(_0x3b62c4,_0x333fdf,_0x4bc0f2){const _0x51dbab=sprintf(_0x3b62c4,..._0x333fdf!==null&&_0x333fdf!==void 0x0?_0x333fdf:[]);if(!_0x4bc0f2)return _0x51dbab;return formatMsgWithTags(_0x51dbab);}const useTranslation=()=>{const _0x38758c=_0x1d9285,{lang:_0x181e8d,debug:_0x5e5f82,pluralUtils:_0x5b9025,resources:_0x1f6521}=_0x5f25df[_0x38758c(0x1ef)](I18nContext);function _0x371d2a(_0x33c0c8,_0x16a71c){const _0x41ba7d=_0x38758c,{found:_0x4f89ff,msg:_0x135035}=getMsg(_0x33c0c8,_0x1f6521[_0x181e8d],{'plural':_0x16a71c===null||_0x16a71c===void 0x0?void 0x0:_0x16a71c['plural'],'pluralUtils':_0x5b9025});_0x5e5f82&&!_0x4f89ff&&console['log']('['+_0x181e8d+']:\x20Translation\x20for\x20key\x20\x27'+_0x33c0c8+'\x27\x20is\x20missing.');if(_0x16a71c===null||_0x16a71c===void 0x0?void 0x0:_0x16a71c[_0x41ba7d(0x1fc)])return formatMsg(_0x135035,_0x16a71c===null||_0x16a71c===void 0x0?void 0x0:_0x16a71c[_0x41ba7d(0x20d)],!![]);return formatMsg(_0x135035,_0x16a71c===null||_0x16a71c===void 0x0?void 0x0:_0x16a71c[_0x41ba7d(0x20d)],![]);}return{'t':_0x371d2a,'lang':_0x181e8d};};function _0x1af9(_0x30f444,_0x11bbe3){const _0x714e07=_0x714e();return _0x1af9=function(_0x1af9c1,_0x305eed){_0x1af9c1=_0x1af9c1-0x1eb;let _0x1c5193=_0x714e07[_0x1af9c1];return _0x1c5193;},_0x1af9(_0x30f444,_0x11bbe3);}export{I18nContext,I18nProvider,useTranslation};
4
+ const _0x2d6e8b=_0x21ed;(function(_0x2f0080,_0x28e47d){const _0x28a359=_0x21ed,_0x3e344e=_0x2f0080();while(!![]){try{const _0x21c4b0=-parseInt(_0x28a359(0x1db))/0x1*(parseInt(_0x28a359(0x1de))/0x2)+-parseInt(_0x28a359(0x1d5))/0x3*(-parseInt(_0x28a359(0x1e9))/0x4)+-parseInt(_0x28a359(0x1f4))/0x5+parseInt(_0x28a359(0x1fd))/0x6+parseInt(_0x28a359(0x1f1))/0x7*(parseInt(_0x28a359(0x1e7))/0x8)+parseInt(_0x28a359(0x1ec))/0x9*(-parseInt(_0x28a359(0x1d4))/0xa)+parseInt(_0x28a359(0x1ef))/0xb;if(_0x21c4b0===_0x28e47d)break;else _0x3e344e['push'](_0x3e344e['shift']());}catch(_0x5cc33d){_0x3e344e['push'](_0x3e344e['shift']());}}}(_0x43c3,0x4b1ce));import*as _0x183149 from'react';import{sprintf}from'sprintf-js';class Plural{constructor(_0x4076e9){const _0x497d9f=_0x21ed;this[_0x497d9f(0x1f8)]=_0x4076e9;try{this[_0x497d9f(0x1df)]=new Intl[(_0x497d9f(0x1ee))](_0x4076e9);}catch(_0x5b5ee3){console[_0x497d9f(0x1e1)](_0x497d9f(0x1f7));}}[_0x2d6e8b(0x1e3)](_0x504e4a,_0x452cbb){const _0xfe8562=_0x2d6e8b;if(!this[_0xfe8562(0x1df)])return _0x504e4a+_0xfe8562(0x1e8);const _0x3041ef=this[_0xfe8562(0x1df)][_0xfe8562(0x1d9)](_0x452cbb);return _0x504e4a+'_'+_0x3041ef;}}Plural[_0x2d6e8b(0x1fe)]=_0x2a8ea2=>{const _0x3eb1c8=_0x2d6e8b;try{return Intl['PluralRules'][_0x3eb1c8(0x1dd)]([_0x2a8ea2])[_0x3eb1c8(0x1f2)]>0x0;}catch(_0x3cea9c){return![];}};function _0x21ed(_0x11dd83,_0x413c2b){const _0x43c396=_0x43c3();return _0x21ed=function(_0x21edac,_0x1560da){_0x21edac=_0x21edac-0x1d4;let _0x224837=_0x43c396[_0x21edac];return _0x224837;},_0x21ed(_0x11dd83,_0x413c2b);}const I18nContext=_0x183149['createContext']({'debug':![],'lang':'en','resources':{},'pluralUtils':new Plural('en')}),I18nProvider=({children:_0x16e4df,debug:debug=![],lang:lang='en',resources:resources={}})=>{const _0x10bb4a=_0x2d6e8b;return _0x183149[_0x10bb4a(0x1f6)](()=>{const _0x4c5a5d=_0x10bb4a,_0x33defe=Plural[_0x4c5a5d(0x1fe)](lang);!_0x33defe&&console[_0x4c5a5d(0x1e1)](_0x4c5a5d(0x1f0)+lang+_0x4c5a5d(0x1ea));},[lang]),_0x183149[_0x10bb4a(0x1fa)](I18nContext[_0x10bb4a(0x1ed)],{'value':{'debug':debug,'lang':lang,'pluralUtils':new Plural(lang),'resources':resources}},_0x16e4df);},TAG_REGEX=/<[a-zA-Z0-9\-!/](?:"[^"]*"|'[^']*'|[^'">])*>/g,ALLOWED_TAGS=['em',_0x2d6e8b(0x1eb),_0x2d6e8b(0x1f3)],getMsg=(_0x3cebc4,_0x227918={},_0x1770a5)=>{const _0x4c8456=_0x2d6e8b,_0x308d67=_0x1770a5[_0x4c8456(0x1d6)];if(_0x227918[_0x3cebc4]&&_0x308d67===undefined)return{'found':!![],'msg':_0x227918[_0x3cebc4]};const _0xdb5718=Object['keys'](_0x227918)[_0x4c8456(0x1d8)](_0x387792=>_0x387792[_0x4c8456(0x1fc)](_0x3cebc4)===0x0);if(_0xdb5718['length']===0x0||_0x308d67===undefined)return{'found':![],'msg':_0x3cebc4};const _0x37cfe3=_0x1770a5[_0x4c8456(0x1da)][_0x4c8456(0x1e3)](_0x3cebc4,_0x308d67);return{'found':!![],'msg':_0x227918[_0x37cfe3]};},parseMsgTags=_0x2af3a2=>{const _0x29ebad=_0x2d6e8b,_0x1e58c4=[];let _0x24f7c7=0x0,_0x4dcf37;while((_0x4dcf37=TAG_REGEX['exec'](_0x2af3a2))!==null){const _0xa66673=_0x4dcf37[0x0],{index:_0x12d82b}=_0x4dcf37,_0x5a6f8c=_0xa66673[_0x29ebad(0x1d7)](0x1)==='/',_0x3ce144=_0x5a6f8c?_0xa66673[_0x29ebad(0x1f5)](0x2,-0x1):_0xa66673[_0x29ebad(0x1f5)](0x1,-0x1),_0x33937e=ALLOWED_TAGS['includes'](_0x3ce144);if(!_0x33937e)continue;const _0x7f26e8=_0x2af3a2[_0x29ebad(0x1f5)](_0x24f7c7,_0x12d82b);if(!_0x7f26e8){_0x24f7c7=_0x12d82b+_0xa66673['length'];continue;}_0x5a6f8c?_0x1e58c4[_0x29ebad(0x1e6)]({'type':'tag','name':_0xa66673['slice'](0x2,-0x1),'content':_0x7f26e8}):_0x1e58c4[_0x29ebad(0x1e6)]({'type':_0x29ebad(0x1e4),'content':_0x7f26e8}),_0x24f7c7=_0x12d82b+_0xa66673[_0x29ebad(0x1f2)];}return _0x24f7c7<_0x2af3a2[_0x29ebad(0x1f2)]&&_0x1e58c4['push']({'type':_0x29ebad(0x1e4),'content':_0x2af3a2[_0x29ebad(0x1f5)](_0x24f7c7)}),_0x1e58c4;};function formatMsgWithTags(_0x123711){const _0x4a704a=_0x2d6e8b,_0x5422cc=parseMsgTags(_0x123711),_0x222f32=_0x5422cc[_0x4a704a(0x1e0)](({content:_0x5651e3,type:_0x40f31d,name:_0x8bdf85},_0x3ea3c3)=>{const _0x1272c1=_0x4a704a,_0x4039c7=_0x40f31d!=='text'&&_0x8bdf85?_0x8bdf85:_0x183149[_0x1272c1(0x1f9)];return _0x183149['createElement'](_0x4039c7,{'key':''+_0x3ea3c3},_0x5651e3);});return _0x222f32;}function formatMsg(_0x57e076,_0x394bd3,_0x3f11eb){const _0x6d28be=sprintf(_0x57e076,..._0x394bd3!==null&&_0x394bd3!==void 0x0?_0x394bd3:[]);if(!_0x3f11eb)return _0x6d28be;return formatMsgWithTags(_0x6d28be);}const useTranslation=()=>{const {lang:_0x523439,debug:_0x15af13,pluralUtils:_0x359080,resources:_0x57d4dd}=_0x183149['useContext'](I18nContext);function _0x7c5745(_0x3836b2,_0x531a44){const _0x13011d=_0x21ed,{found:_0x612bc8,msg:_0x1adb1b}=getMsg(_0x3836b2,_0x57d4dd[_0x523439],{'plural':_0x531a44===null||_0x531a44===void 0x0?void 0x0:_0x531a44[_0x13011d(0x1d6)],'pluralUtils':_0x359080});_0x15af13&&!_0x612bc8&&console['log']('['+_0x523439+_0x13011d(0x1dc)+_0x3836b2+_0x13011d(0x1fb));if(_0x531a44===null||_0x531a44===void 0x0?void 0x0:_0x531a44[_0x13011d(0x1e5)])return formatMsg(_0x1adb1b,_0x531a44===null||_0x531a44===void 0x0?void 0x0:_0x531a44[_0x13011d(0x1e2)],!![]);return formatMsg(_0x1adb1b,_0x531a44===null||_0x531a44===void 0x0?void 0x0:_0x531a44['values'],![]);}return{'t':_0x7c5745,'lang':_0x523439};};export{I18nContext,I18nProvider,useTranslation};function _0x43c3(){const _0xffb21e=['\x27\x20is\x20missing.','indexOf','2605764BcPfYd','isSupported','1553840ASTamR','3IgBgBZ','plural','charAt','filter','select','pluralUtils','9623kpbihI',']:\x20Translation\x20for\x20key\x20\x27','supportedLocalesOf','82rysmdZ','_rules','map','warn','values','getKey','text','processTags','push','899456ygUJTw','_one','1692172OVCmaX','\x22\x20is\x20not\x20supported.','strong','27NPoCwE','Provider','PluralRules','7847675uAxdfZ','Plural\x20form\x20for\x20language\x20\x22','7vMPSrL','length','code','2574185QGodRM','slice','useEffect','Plural\x20rules\x20could\x20not\x20be\x20created.\x20Perhaps\x20`Intl.PluralRules`\x20is\x20not\x20supported?','lang','Fragment','createElement'];_0x43c3=function(){return _0xffb21e;};return _0x43c3();}
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "license": "SEE LICENSE IN LICENSE.md",
22
22
  "name": "@ckbox/i18n",
23
- "version": "1.3.1-rc.0",
23
+ "version": "1.3.1",
24
24
  "description": "I18n utils of CKBox",
25
25
  "main": "dist/index.js",
26
26
  "types": "dist/index.d.ts",