@ckbox/i18n 1.2.1-rc.0 → 1.3.0-dev.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/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.2.1-rc.0/ckbox.js"></script>
15
+ <script src="https://cdn.ckbox.io/CKBox/1.3.0-dev.0/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.2.1-rc.0/ckbox.js"></script>
25
+ <script src="https://cdn.ckbox.io/CKBox/1.3.0-dev.0/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/35.3.1/classic/ckeditor.js"></script>
51
- <script src="https://cdn.ckbox.io/CKBox/1.2.1-rc.0/ckbox.js"></script>
51
+ <script src="https://cdn.ckbox.io/CKBox/1.3.0-dev.0/ckbox.js"></script>
52
52
  </head>
53
53
  <body>
54
54
  <div id="editor"></div>
package/dist/index.d.ts CHANGED
@@ -14,14 +14,14 @@ import * as React from 'react';
14
14
  * }
15
15
  * }
16
16
  */
17
- declare type I18nResources = Record<string, I18nTranslations>;
17
+ type I18nResources = Record<string, I18nTranslations>;
18
18
  /**
19
19
  * Defines shape of translations for a language, e.g.:
20
20
  * {
21
21
  * key: "translation"
22
22
  * }
23
23
  */
24
- declare type I18nTranslations = Record<string, string>;
24
+ type I18nTranslations = Record<string, string>;
25
25
  interface I18nProps {
26
26
  /**
27
27
  * Toggles debug mode.
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 _0x1f5276=_0x5bb4;(function(_0x23633c,_0x1097dc){const _0x43ef82=_0x5bb4,_0x19f1b8=_0x23633c();while(!![]){try{const _0x31ad2e=-parseInt(_0x43ef82(0x92))/0x1*(-parseInt(_0x43ef82(0x90))/0x2)+parseInt(_0x43ef82(0x8f))/0x3+parseInt(_0x43ef82(0x78))/0x4*(parseInt(_0x43ef82(0x7a))/0x5)+parseInt(_0x43ef82(0x83))/0x6*(parseInt(_0x43ef82(0x73))/0x7)+-parseInt(_0x43ef82(0x95))/0x8*(parseInt(_0x43ef82(0x76))/0x9)+parseInt(_0x43ef82(0x80))/0xa*(-parseInt(_0x43ef82(0x75))/0xb)+-parseInt(_0x43ef82(0x7f))/0xc*(parseInt(_0x43ef82(0x9a))/0xd);if(_0x31ad2e===_0x1097dc)break;else _0x19f1b8['push'](_0x19f1b8['shift']());}catch(_0x5cbd79){_0x19f1b8['push'](_0x19f1b8['shift']());}}}(_0x5033,0xbae84));import*as _0x292b5b from'react';import{sprintf}from'sprintf-js';class Plural{constructor(_0xbd30d9){const _0x3f2792=_0x5bb4;this[_0x3f2792(0x79)]=_0xbd30d9;try{this[_0x3f2792(0x98)]=new Intl[(_0x3f2792(0x9b))](_0xbd30d9);}catch(_0x3c23a7){console[_0x3f2792(0x96)](_0x3f2792(0x74));}}[_0x1f5276(0x72)](_0x36a441,_0x305cbe){const _0x5e2679=_0x1f5276;if(!this[_0x5e2679(0x98)])return _0x36a441+'_one';const _0x4d2409=this[_0x5e2679(0x98)]['select'](_0x305cbe);return _0x36a441+'_'+_0x4d2409;}}Plural['isSupported']=_0x4111b0=>{const _0x42b9a8=_0x1f5276;try{return Intl['PluralRules'][_0x42b9a8(0x7e)]([_0x4111b0])['length']>0x0;}catch(_0x3cc062){return![];}};const I18nContext=_0x292b5b[_0x1f5276(0x8e)]({'debug':![],'lang':'en','resources':{},'pluralUtils':new Plural('en')}),I18nProvider=({children:_0x538fdd,debug:debug=![],lang:lang='en',resources:resources={}})=>{const _0x13c0f7=_0x1f5276;return _0x292b5b[_0x13c0f7(0x93)](()=>{const _0x178828=_0x13c0f7,_0x4febf8=Plural[_0x178828(0x89)](lang);!_0x4febf8&&console[_0x178828(0x96)](_0x178828(0x86)+lang+_0x178828(0x91));},[lang]),_0x292b5b[_0x13c0f7(0x87)](I18nContext[_0x13c0f7(0x94)],{'value':{'debug':debug,'lang':lang,'pluralUtils':new Plural(lang),'resources':resources}},_0x538fdd);},TAG_REGEX=/<[a-zA-Z0-9\-!/](?:"[^"]*"|'[^']*'|[^'">])*>/g,ALLOWED_TAGS=['em',_0x1f5276(0x7b),'code'],getMsg=(_0x4b2cce,_0x2adf42={},_0x3c4295)=>{const _0x89ccf=_0x1f5276,_0x22d004=_0x3c4295[_0x89ccf(0x9d)];if(_0x2adf42[_0x4b2cce]&&_0x22d004===undefined)return{'found':!![],'msg':_0x2adf42[_0x4b2cce]};const _0x27aa11=Object[_0x89ccf(0x99)](_0x2adf42)[_0x89ccf(0x88)](_0x136927=>_0x136927[_0x89ccf(0x7c)](_0x4b2cce)===0x0);if(_0x27aa11[_0x89ccf(0x97)]===0x0||_0x22d004===undefined)return{'found':![],'msg':_0x4b2cce};const _0x358845=_0x3c4295[_0x89ccf(0x85)][_0x89ccf(0x72)](_0x4b2cce,_0x22d004);return{'found':!![],'msg':_0x2adf42[_0x358845]};},parseMsgTags=_0x5e550e=>{const _0x4a0556=_0x1f5276,_0x57913e=[];let _0x5ecf51=0x0,_0x2b385b;while((_0x2b385b=TAG_REGEX[_0x4a0556(0x82)](_0x5e550e))!==null){const _0x47361f=_0x2b385b[0x0],{index:_0x2ffe73}=_0x2b385b,_0x51e44b=_0x47361f['charAt'](0x1)==='/',_0x5a71a3=_0x51e44b?_0x47361f[_0x4a0556(0x84)](0x2,-0x1):_0x47361f[_0x4a0556(0x84)](0x1,-0x1),_0x156b12=ALLOWED_TAGS[_0x4a0556(0x8b)](_0x5a71a3);if(!_0x156b12)continue;const _0x2451e0=_0x5e550e['slice'](_0x5ecf51,_0x2ffe73);if(!_0x2451e0){_0x5ecf51=_0x2ffe73+_0x47361f['length'];continue;}_0x51e44b?_0x57913e[_0x4a0556(0x8a)]({'type':'tag','name':_0x47361f[_0x4a0556(0x84)](0x2,-0x1),'content':_0x2451e0}):_0x57913e[_0x4a0556(0x8a)]({'type':'text','content':_0x2451e0}),_0x5ecf51=_0x2ffe73+_0x47361f[_0x4a0556(0x97)];}return _0x5ecf51<_0x5e550e[_0x4a0556(0x97)]&&_0x57913e[_0x4a0556(0x8a)]({'type':_0x4a0556(0x8d),'content':_0x5e550e[_0x4a0556(0x84)](_0x5ecf51)}),_0x57913e;};function formatMsgWithTags(_0x2b3039){const _0x1678f4=parseMsgTags(_0x2b3039),_0x2e92ea=_0x1678f4['map'](({content:_0x3ac7bd,type:_0x523219,name:_0x26b6ad},_0x4f300c)=>{const _0x437843=_0x5bb4,_0x4f111c=_0x523219!==_0x437843(0x8d)&&_0x26b6ad?_0x26b6ad:_0x292b5b['Fragment'];return _0x292b5b[_0x437843(0x87)](_0x4f111c,{'key':''+_0x4f300c},_0x3ac7bd);});return _0x2e92ea;}function _0x5033(){const _0x45148d=['supportedLocalesOf','24bBNaPZ','251590wxWyQG','log','exec','648NkfUEo','slice','pluralUtils','Plural\x20form\x20for\x20language\x20\x22','createElement','filter','isSupported','push','includes',']:\x20Translation\x20for\x20key\x20\x27','text','createContext','1794177wbuyBj','4TnOVtE','\x22\x20is\x20not\x20supported.','57493bXAbIo','useEffect','Provider','394256RflLMW','warn','length','_rules','keys','6712147rsBcMM','PluralRules','\x27\x20is\x20missing.','plural','getKey','72198xanwqC','Plural\x20rules\x20could\x20not\x20be\x20created.\x20Perhaps\x20`Intl.PluralRules`\x20is\x20not\x20supported?','253MgMCAi','18IKVCtU','useContext','1296948EdZqVS','lang','10eZYENf','strong','indexOf','values'];_0x5033=function(){return _0x45148d;};return _0x5033();}function formatMsg(_0x457df2,_0x42a45b,_0x5868fe){const _0x59a4f3=sprintf(_0x457df2,..._0x42a45b!==null&&_0x42a45b!==void 0x0?_0x42a45b:[]);if(!_0x5868fe)return _0x59a4f3;return formatMsgWithTags(_0x59a4f3);}const useTranslation=()=>{const _0x483248=_0x1f5276,{lang:_0x3e954f,debug:_0x27c5f2,pluralUtils:_0x426953,resources:_0x338351}=_0x292b5b[_0x483248(0x77)](I18nContext);function _0x3388d5(_0x52c8ae,_0x1ab0fc){const _0x3dbb53=_0x483248,{found:_0x3fa318,msg:_0x57f9c8}=getMsg(_0x52c8ae,_0x338351[_0x3e954f],{'plural':_0x1ab0fc===null||_0x1ab0fc===void 0x0?void 0x0:_0x1ab0fc[_0x3dbb53(0x9d)],'pluralUtils':_0x426953});_0x27c5f2&&!_0x3fa318&&console[_0x3dbb53(0x81)]('['+_0x3e954f+_0x3dbb53(0x8c)+_0x52c8ae+_0x3dbb53(0x9c));if(_0x1ab0fc===null||_0x1ab0fc===void 0x0?void 0x0:_0x1ab0fc['processTags'])return formatMsg(_0x57f9c8,_0x1ab0fc===null||_0x1ab0fc===void 0x0?void 0x0:_0x1ab0fc[_0x3dbb53(0x7d)],!![]);return formatMsg(_0x57f9c8,_0x1ab0fc===null||_0x1ab0fc===void 0x0?void 0x0:_0x1ab0fc[_0x3dbb53(0x7d)],![]);}return{'t':_0x3388d5,'lang':_0x3e954f};};function _0x5bb4(_0x6b43be,_0x2769d2){const _0x503394=_0x5033();return _0x5bb4=function(_0x5bb4ae,_0x3c9555){_0x5bb4ae=_0x5bb4ae-0x72;let _0x218ba0=_0x503394[_0x5bb4ae];return _0x218ba0;},_0x5bb4(_0x6b43be,_0x2769d2);}export{I18nContext,I18nProvider,useTranslation};
4
+ const _0x29239f=_0x3726;(function(_0x37fa89,_0x5b0872){const _0x5a15e8=_0x3726,_0xc420c5=_0x37fa89();while(!![]){try{const _0x40c78c=-parseInt(_0x5a15e8(0x114))/0x1+parseInt(_0x5a15e8(0x11e))/0x2*(parseInt(_0x5a15e8(0x124))/0x3)+parseInt(_0x5a15e8(0x10b))/0x4+parseInt(_0x5a15e8(0x129))/0x5+parseInt(_0x5a15e8(0x11d))/0x6*(-parseInt(_0x5a15e8(0x123))/0x7)+parseInt(_0x5a15e8(0x12f))/0x8*(parseInt(_0x5a15e8(0x10d))/0x9)+-parseInt(_0x5a15e8(0x11f))/0xa;if(_0x40c78c===_0x5b0872)break;else _0xc420c5['push'](_0xc420c5['shift']());}catch(_0x2f2bdb){_0xc420c5['push'](_0xc420c5['shift']());}}}(_0x5e5e,0x36ef0));import*as _0x47c37c from'react';import{sprintf}from'sprintf-js';class Plural{constructor(_0x362ccb){const _0x360e3f=_0x3726;this[_0x360e3f(0x120)]=_0x362ccb;try{this['_rules']=new Intl[(_0x360e3f(0x11c))](_0x362ccb);}catch(_0x26eff8){console['warn']('Plural\x20rules\x20could\x20not\x20be\x20created.\x20Perhaps\x20`Intl.PluralRules`\x20is\x20not\x20supported?');}}[_0x29239f(0x112)](_0x5122b0,_0x102de2){const _0xcdd54e=_0x29239f;if(!this['_rules'])return _0x5122b0+_0xcdd54e(0x110);const _0x317f08=this[_0xcdd54e(0x122)][_0xcdd54e(0x119)](_0x102de2);return _0x5122b0+'_'+_0x317f08;}}function _0x3726(_0x40608d,_0xb9885c){const _0x5e5ed1=_0x5e5e();return _0x3726=function(_0x3726d2,_0x579d53){_0x3726d2=_0x3726d2-0x10a;let _0x1f3e87=_0x5e5ed1[_0x3726d2];return _0x1f3e87;},_0x3726(_0x40608d,_0xb9885c);}Plural[_0x29239f(0x130)]=_0x2af634=>{const _0x495fa2=_0x29239f;try{return Intl[_0x495fa2(0x11c)][_0x495fa2(0x117)]([_0x2af634])[_0x495fa2(0x10e)]>0x0;}catch(_0x103d0a){return![];}};const I18nContext=_0x47c37c['createContext']({'debug':![],'lang':'en','resources':{},'pluralUtils':new Plural('en')}),I18nProvider=({children:_0x4e31ad,debug:debug=![],lang:lang='en',resources:resources={}})=>{const _0x3893d0=_0x29239f;return _0x47c37c[_0x3893d0(0x10f)](()=>{const _0x301268=_0x3893d0,_0x12d76a=Plural['isSupported'](lang);!_0x12d76a&&console[_0x301268(0x126)](_0x301268(0x10a)+lang+_0x301268(0x111));},[lang]),_0x47c37c[_0x3893d0(0x125)](I18nContext[_0x3893d0(0x118)],{'value':{'debug':debug,'lang':lang,'pluralUtils':new Plural(lang),'resources':resources}},_0x4e31ad);},TAG_REGEX=/<[a-zA-Z0-9\-!/](?:"[^"]*"|'[^']*'|[^'">])*>/g,ALLOWED_TAGS=['em',_0x29239f(0x127),'code'],getMsg=(_0x263f6e,_0xd08bf5={},_0x337473)=>{const _0x47f464=_0x29239f,_0x157bce=_0x337473['plural'];if(_0xd08bf5[_0x263f6e]&&_0x157bce===undefined)return{'found':!![],'msg':_0xd08bf5[_0x263f6e]};const _0x267534=Object['keys'](_0xd08bf5)[_0x47f464(0x12b)](_0x5e4ebc=>_0x5e4ebc['indexOf'](_0x263f6e)===0x0);if(_0x267534['length']===0x0||_0x157bce===undefined)return{'found':![],'msg':_0x263f6e};const _0x6eaee3=_0x337473[_0x47f464(0x12e)][_0x47f464(0x112)](_0x263f6e,_0x157bce);return{'found':!![],'msg':_0xd08bf5[_0x6eaee3]};},parseMsgTags=_0x24cdce=>{const _0x305500=_0x29239f,_0x4c332a=[];let _0x45e824=0x0,_0x44583b;while((_0x44583b=TAG_REGEX[_0x305500(0x121)](_0x24cdce))!==null){const _0x10e0c6=_0x44583b[0x0],{index:_0x4e6f0e}=_0x44583b,_0x129bff=_0x10e0c6['charAt'](0x1)==='/',_0x15b8d6=_0x129bff?_0x10e0c6[_0x305500(0x11b)](0x2,-0x1):_0x10e0c6[_0x305500(0x11b)](0x1,-0x1),_0x1a976b=ALLOWED_TAGS[_0x305500(0x11a)](_0x15b8d6);if(!_0x1a976b)continue;const _0x299925=_0x24cdce[_0x305500(0x11b)](_0x45e824,_0x4e6f0e);if(!_0x299925){_0x45e824=_0x4e6f0e+_0x10e0c6[_0x305500(0x10e)];continue;}_0x129bff?_0x4c332a[_0x305500(0x10c)]({'type':'tag','name':_0x10e0c6[_0x305500(0x11b)](0x2,-0x1),'content':_0x299925}):_0x4c332a['push']({'type':_0x305500(0x12d),'content':_0x299925}),_0x45e824=_0x4e6f0e+_0x10e0c6['length'];}return _0x45e824<_0x24cdce[_0x305500(0x10e)]&&_0x4c332a[_0x305500(0x10c)]({'type':'text','content':_0x24cdce[_0x305500(0x11b)](_0x45e824)}),_0x4c332a;};function formatMsgWithTags(_0x101719){const _0x977706=_0x29239f,_0x1d1bab=parseMsgTags(_0x101719),_0x3f6347=_0x1d1bab[_0x977706(0x128)](({content:_0x4113c7,type:_0x1cb2c3,name:_0x5983fe},_0x2c074b)=>{const _0xe4dfee=_0x977706,_0x428881=_0x1cb2c3!==_0xe4dfee(0x12d)&&_0x5983fe?_0x5983fe:_0x47c37c[_0xe4dfee(0x113)];return _0x47c37c['createElement'](_0x428881,{'key':''+_0x2c074b},_0x4113c7);});return _0x3f6347;}function formatMsg(_0x507e1f,_0x26edf0,_0x21f4a2){const _0x1fbdc2=sprintf(_0x507e1f,..._0x26edf0!==null&&_0x26edf0!==void 0x0?_0x26edf0:[]);if(!_0x21f4a2)return _0x1fbdc2;return formatMsgWithTags(_0x1fbdc2);}function _0x5e5e(){const _0x3dbf85=['PluralRules','36AhFpvK','102aOMwfs','1655070VCZLra','lang','exec','_rules','98756gWZlxk','7851TPuCer','createElement','warn','strong','map','1521555SvsANI','processTags','filter','useContext','text','pluralUtils','136zWLixy','isSupported','Plural\x20form\x20for\x20language\x20\x22','5160KDbTnR','push','82143qMQikF','length','useEffect','_one','\x22\x20is\x20not\x20supported.','getKey','Fragment','119064dSTukh','values','\x27\x20is\x20missing.','supportedLocalesOf','Provider','select','includes','slice'];_0x5e5e=function(){return _0x3dbf85;};return _0x5e5e();}const useTranslation=()=>{const _0x17e0a3=_0x29239f,{lang:_0x447468,debug:_0x277a91,pluralUtils:_0x135085,resources:_0x32aca0}=_0x47c37c[_0x17e0a3(0x12c)](I18nContext);function _0x2bf943(_0x506985,_0xe97e4e){const _0x241aa4=_0x17e0a3,{found:_0x21ce26,msg:_0x58c2eb}=getMsg(_0x506985,_0x32aca0[_0x447468],{'plural':_0xe97e4e===null||_0xe97e4e===void 0x0?void 0x0:_0xe97e4e['plural'],'pluralUtils':_0x135085});_0x277a91&&!_0x21ce26&&console['log']('['+_0x447468+']:\x20Translation\x20for\x20key\x20\x27'+_0x506985+_0x241aa4(0x116));if(_0xe97e4e===null||_0xe97e4e===void 0x0?void 0x0:_0xe97e4e[_0x241aa4(0x12a)])return formatMsg(_0x58c2eb,_0xe97e4e===null||_0xe97e4e===void 0x0?void 0x0:_0xe97e4e['values'],!![]);return formatMsg(_0x58c2eb,_0xe97e4e===null||_0xe97e4e===void 0x0?void 0x0:_0xe97e4e[_0x241aa4(0x115)],![]);}return{'t':_0x2bf943,'lang':_0x447468};};export{I18nContext,I18nProvider,useTranslation};
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.2.1-rc.0",
23
+ "version": "1.3.0-dev.0",
24
24
  "description": "I18n utils of CKBox",
25
25
  "main": "dist/index.js",
26
26
  "types": "dist/index.d.ts",