@ckbox/i18n 2.1.2 → 2.2.0-rc.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
@@ -13,7 +13,7 @@ Using a build served from the CDN is the simplest and fastest way of embedding C
13
13
  To start using CKBox on your website, embed the following `script` element in the HTML code of the page:
14
14
 
15
15
  ```html
16
- <script src="https://cdn.ckbox.io/ckbox/2.1.2/ckbox.js"></script>
16
+ <script src="https://cdn.ckbox.io/ckbox/2.2.0-rc.0/ckbox.js"></script>
17
17
  ```
18
18
 
19
19
  Quick implementation example:
@@ -23,7 +23,7 @@ Quick implementation example:
23
23
  <html>
24
24
  <head>
25
25
  <meta charset="UTF-8" />
26
- <script src="https://cdn.ckbox.io/ckbox/2.1.2/ckbox.js"></script>
26
+ <script src="https://cdn.ckbox.io/ckbox/2.2.0-rc.0/ckbox.js"></script>
27
27
  </head>
28
28
  <body>
29
29
  <div id="ckbox"></div>
@@ -49,7 +49,7 @@ The code snippet below presents the simplest scenario for integration of CKEdito
49
49
  <head>
50
50
  <meta charset="UTF-8" />
51
51
  <script src="https://cdn.ckeditor.com/ckeditor5/39.0.0/classic/ckeditor.js"></script>
52
- <script src="https://cdn.ckbox.io/ckbox/2.1.2/ckbox.js"></script>
52
+ <script src="https://cdn.ckbox.io/ckbox/2.2.0-rc.0/ckbox.js"></script>
53
53
  </head>
54
54
  <body>
55
55
  <div id="editor"></div>
package/dist/index.d.ts CHANGED
@@ -119,4 +119,4 @@ declare const useTranslation: () => {
119
119
  lang: string;
120
120
  };
121
121
 
122
- export { I18nContext, I18nProps, I18nProvider, I18nResources, I18nTranslations, useTranslation };
122
+ export { I18nContext, type I18nProps, I18nProvider, type I18nResources, type I18nTranslations, useTranslation };
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  */
4
- const _0x132973=_0x233f;function _0x233f(_0x3fca20,_0x4ad57e){const _0xcd1dcb=_0xcd1d();return _0x233f=function(_0x233f7b,_0x5b403d){_0x233f7b=_0x233f7b-0x7f;let _0x2b9859=_0xcd1dcb[_0x233f7b];return _0x2b9859;},_0x233f(_0x3fca20,_0x4ad57e);}(function(_0x236961,_0x2e8c53){const _0x473f5c=_0x233f,_0x4b201e=_0x236961();while(!![]){try{const _0xd3009d=-parseInt(_0x473f5c(0x9a))/0x1*(parseInt(_0x473f5c(0x92))/0x2)+-parseInt(_0x473f5c(0x9d))/0x3*(parseInt(_0x473f5c(0xac))/0x4)+parseInt(_0x473f5c(0x8a))/0x5*(-parseInt(_0x473f5c(0xa9))/0x6)+-parseInt(_0x473f5c(0x9b))/0x7+-parseInt(_0x473f5c(0x84))/0x8+parseInt(_0x473f5c(0x83))/0x9+parseInt(_0x473f5c(0xab))/0xa;if(_0xd3009d===_0x2e8c53)break;else _0x4b201e['push'](_0x4b201e['shift']());}catch(_0x5bdc6e){_0x4b201e['push'](_0x4b201e['shift']());}}}(_0xcd1d,0xc5d11));import*as _0x3dcedf from'react';import{sprintf}from'sprintf-js';class Plural{constructor(_0x345797){const _0x2b18c6=_0x233f;this[_0x2b18c6(0x8d)]=_0x345797;try{this['_rules']=new Intl[(_0x2b18c6(0x8e))](_0x345797);}catch(_0x98a1ab){console['warn'](_0x2b18c6(0xa3));}}[_0x132973(0xa8)](_0x1bdee2,_0x3a058b){const _0x50a44c=_0x132973;if(!this[_0x50a44c(0xa4)])return _0x1bdee2+_0x50a44c(0x9c);const _0x1d81f7=this[_0x50a44c(0xa4)][_0x50a44c(0xa7)](_0x3a058b);return _0x1bdee2+'_'+_0x1d81f7;}}Plural[_0x132973(0x87)]=_0x3d633f=>{const _0x5e19d0=_0x132973;try{return Intl[_0x5e19d0(0x8e)][_0x5e19d0(0x91)]([_0x3d633f])[_0x5e19d0(0x8c)]>0x0;}catch(_0x4abbd3){return![];}};const I18nContext=_0x3dcedf[_0x132973(0x9e)]({'debug':![],'lang':'en','resources':{},'pluralUtils':new Plural('en')}),I18nProvider=({children:_0x43c817,debug:debug=![],lang:lang='en',resources:resources={}})=>{const _0x4298f9=_0x132973;return _0x3dcedf[_0x4298f9(0x98)](()=>{const _0x981687=_0x4298f9,_0x57b9f8=Plural[_0x981687(0x87)](lang);!_0x57b9f8&&console[_0x981687(0xaa)](_0x981687(0x81)+lang+_0x981687(0x80));},[lang]),_0x3dcedf[_0x4298f9(0xa5)](I18nContext[_0x4298f9(0x9f)],{'value':{'debug':debug,'lang':lang,'pluralUtils':new Plural(lang),'resources':resources}},_0x43c817);},TAG_REGEX=/<[a-zA-Z0-9\-!/](?:"[^"]*"|'[^']*'|[^'">])*>/g,ALLOWED_TAGS=['em',_0x132973(0x90),_0x132973(0x8f)],getMsg=(_0x2905e5,_0x159484={},_0x30a180)=>{const _0x20c4c9=_0x132973,_0x18d9d2=_0x30a180[_0x20c4c9(0x95)];if(_0x159484[_0x2905e5]&&_0x18d9d2===undefined)return{'found':!![],'msg':_0x159484[_0x2905e5]};const _0x2f3518=Object[_0x20c4c9(0x94)](_0x159484)['filter'](_0x381af2=>_0x381af2[_0x20c4c9(0xa2)](_0x2905e5)===0x0);if(_0x2f3518[_0x20c4c9(0x8c)]===0x0||_0x18d9d2===undefined)return{'found':![],'msg':_0x2905e5};const _0x4ca174=_0x30a180['pluralUtils'][_0x20c4c9(0xa8)](_0x2905e5,_0x18d9d2);return{'found':!![],'msg':_0x159484[_0x4ca174]};},parseMsgTags=_0x2e1bf3=>{const _0x7d75f=_0x132973,_0x2b3041=[];let _0x4e005b=0x0,_0x53f6f0;while((_0x53f6f0=TAG_REGEX[_0x7d75f(0x88)](_0x2e1bf3))!==null){const _0x1e9f4a=_0x53f6f0[0x0],{index:_0x530766}=_0x53f6f0,_0x44210a=_0x1e9f4a[_0x7d75f(0x82)](0x1)==='/',_0x18e91f=_0x44210a?_0x1e9f4a[_0x7d75f(0x89)](0x2,-0x1):_0x1e9f4a[_0x7d75f(0x89)](0x1,-0x1),_0x3e8e74=ALLOWED_TAGS[_0x7d75f(0x8b)](_0x18e91f);if(!_0x3e8e74)continue;const _0x1b01d7=_0x2e1bf3[_0x7d75f(0x89)](_0x4e005b,_0x530766);if(!_0x1b01d7){_0x4e005b=_0x530766+_0x1e9f4a[_0x7d75f(0x8c)];continue;}_0x44210a?_0x2b3041[_0x7d75f(0x85)]({'type':_0x7d75f(0x93),'name':_0x1e9f4a['slice'](0x2,-0x1),'content':_0x1b01d7}):_0x2b3041[_0x7d75f(0x85)]({'type':_0x7d75f(0x86),'content':_0x1b01d7}),_0x4e005b=_0x530766+_0x1e9f4a[_0x7d75f(0x8c)];}return _0x4e005b<_0x2e1bf3[_0x7d75f(0x8c)]&&_0x2b3041['push']({'type':_0x7d75f(0x86),'content':_0x2e1bf3['slice'](_0x4e005b)}),_0x2b3041;};function formatMsgWithTags(_0x9bf1e8){const _0x52de0c=_0x132973,_0x3635e5=parseMsgTags(_0x9bf1e8),_0x2febb5=_0x3635e5[_0x52de0c(0x97)](({content:_0x43dd64,type:_0x4a4243,name:_0x521c57},_0x292978)=>{const _0x2513fd=_0x52de0c,_0x5118ca=_0x4a4243!==_0x2513fd(0x86)&&_0x521c57?_0x521c57:_0x3dcedf[_0x2513fd(0x99)];return _0x3dcedf[_0x2513fd(0xa5)](_0x5118ca,{'key':''+_0x292978},_0x43dd64);});return _0x2febb5;}function _0xcd1d(){const _0xfb989c=['129942rwzzSo','47229WzfeQP','_one','165027NmkqNY','createContext','Provider','values','\x27\x20is\x20missing.','indexOf','Plural\x20rules\x20could\x20not\x20be\x20created.\x20Perhaps\x20`Intl.PluralRules`\x20is\x20not\x20supported?','_rules','createElement','log','select','getKey','13824DiCEmZ','warn','37620370PEPLRt','20VkuguK','useContext','\x22\x20is\x20not\x20supported.','Plural\x20form\x20for\x20language\x20\x22','charAt','5139666yrouUe','10033056WplXcR','push','text','isSupported','exec','slice','1210PpGqiS','includes','length','lang','PluralRules','code','strong','supportedLocalesOf','22vZsUGf','tag','keys','plural','processTags','map','useEffect','Fragment'];_0xcd1d=function(){return _0xfb989c;};return _0xcd1d();}function formatMsg(_0x166b07,_0x18f203,_0x5eb1d9){const _0x3aed1a=sprintf(_0x166b07,..._0x18f203!==null&&_0x18f203!==void 0x0?_0x18f203:[]);if(!_0x5eb1d9)return _0x3aed1a;return formatMsgWithTags(_0x3aed1a);}const useTranslation=()=>{const _0x5c26f7=_0x132973,{lang:_0xd3e3ad,debug:_0x47e1af,pluralUtils:_0x17be22,resources:_0x56bfb6}=_0x3dcedf[_0x5c26f7(0x7f)](I18nContext);function _0x3255bc(_0x3f447e,_0x11154e){const _0x481715=_0x5c26f7,{found:_0x38b875,msg:_0x406b74}=getMsg(_0x3f447e,_0x56bfb6[_0xd3e3ad],{'plural':_0x11154e===null||_0x11154e===void 0x0?void 0x0:_0x11154e[_0x481715(0x95)],'pluralUtils':_0x17be22});_0x47e1af&&!_0x38b875&&console[_0x481715(0xa6)]('['+_0xd3e3ad+']:\x20Translation\x20for\x20key\x20\x27'+_0x3f447e+_0x481715(0xa1));if(_0x11154e===null||_0x11154e===void 0x0?void 0x0:_0x11154e[_0x481715(0x96)])return formatMsg(_0x406b74,_0x11154e===null||_0x11154e===void 0x0?void 0x0:_0x11154e['values'],!![]);return formatMsg(_0x406b74,_0x11154e===null||_0x11154e===void 0x0?void 0x0:_0x11154e[_0x481715(0xa0)],![]);}return{'t':_0x3255bc,'lang':_0xd3e3ad};};export{I18nContext,I18nProvider,useTranslation};
4
+ const _0x1331d7=_0x55ef;(function(_0x1d9624,_0x36418b){const _0x41a9ae=_0x55ef,_0x43b9de=_0x1d9624();while(!![]){try{const _0x16f71c=parseInt(_0x41a9ae(0xde))/0x1+-parseInt(_0x41a9ae(0xef))/0x2*(parseInt(_0x41a9ae(0xf9))/0x3)+-parseInt(_0x41a9ae(0x103))/0x4*(-parseInt(_0x41a9ae(0xdd))/0x5)+-parseInt(_0x41a9ae(0xe0))/0x6+parseInt(_0x41a9ae(0xfc))/0x7*(-parseInt(_0x41a9ae(0xf4))/0x8)+-parseInt(_0x41a9ae(0xdf))/0x9+-parseInt(_0x41a9ae(0xf2))/0xa*(-parseInt(_0x41a9ae(0xf1))/0xb);if(_0x16f71c===_0x36418b)break;else _0x43b9de['push'](_0x43b9de['shift']());}catch(_0x40d9e8){_0x43b9de['push'](_0x43b9de['shift']());}}}(_0xf3ec,0x5b408));import*as _0x207f4c from'react';import{sprintf}from'sprintf-js';function _0xf3ec(){const _0x3dac1e=['22aPSeHX','7191220gchkLO','\x22\x20is\x20not\x20supported.','24TZLqsO','Provider','createElement','Fragment','slice','240255svRMcx','exec','values','213682DhZLUM','getKey','length','pluralUtils','filter','text','warn','8XjRxKC','strong','16315rcSqss','343492MgFmfO','3275073NJUghN','1429524QCMHbZ','log','includes','Plural\x20rules\x20could\x20not\x20be\x20created.\x20Perhaps\x20`Intl.PluralRules`\x20is\x20not\x20supported?','_rules','select','lang','tag','push','useEffect','code','PluralRules','charAt','map',']:\x20Translation\x20for\x20key\x20\x27','18mcJLbn','plural'];_0xf3ec=function(){return _0x3dac1e;};return _0xf3ec();}class Plural{constructor(_0x11b683){const _0x2969c0=_0x55ef;this[_0x2969c0(0xe6)]=_0x11b683;try{this[_0x2969c0(0xe4)]=new Intl[(_0x2969c0(0xeb))](_0x11b683);}catch(_0x446ca5){console[_0x2969c0(0x102)](_0x2969c0(0xe3));}}[_0x1331d7(0xfd)](_0x364541,_0x3073f6){const _0x325c8d=_0x1331d7;if(!this[_0x325c8d(0xe4)])return _0x364541+'_one';const _0x2762e7=this[_0x325c8d(0xe4)][_0x325c8d(0xe5)](_0x3073f6);return _0x364541+'_'+_0x2762e7;}}Plural['isSupported']=_0x1801a0=>{const _0x285d80=_0x1331d7;try{return Intl[_0x285d80(0xeb)]['supportedLocalesOf']([_0x1801a0])[_0x285d80(0xfe)]>0x0;}catch(_0x3052fa){return![];}};function _0x55ef(_0xe37f95,_0xf852){const _0xf3ecb3=_0xf3ec();return _0x55ef=function(_0x55eff4,_0x37205e){_0x55eff4=_0x55eff4-0xdd;let _0x5a51e3=_0xf3ecb3[_0x55eff4];return _0x5a51e3;},_0x55ef(_0xe37f95,_0xf852);}const I18nContext=_0x207f4c['createContext']({'debug':![],'lang':'en','resources':{},'pluralUtils':new Plural('en')}),I18nProvider=({children:_0x1afe7b,debug:debug=![],lang:lang='en',resources:resources={}})=>{const _0x21b6fc=_0x1331d7;return _0x207f4c[_0x21b6fc(0xe9)](()=>{const _0x2091b9=_0x21b6fc,_0x11c491=Plural['isSupported'](lang);!_0x11c491&&console[_0x2091b9(0x102)]('Plural\x20form\x20for\x20language\x20\x22'+lang+_0x2091b9(0xf3));},[lang]),_0x207f4c['createElement'](I18nContext[_0x21b6fc(0xf5)],{'value':{'debug':debug,'lang':lang,'pluralUtils':new Plural(lang),'resources':resources}},_0x1afe7b);},TAG_REGEX=/<[a-zA-Z0-9\-!/](?:"[^"]*"|'[^']*'|[^'">])*>/g,ALLOWED_TAGS=['em',_0x1331d7(0x104),_0x1331d7(0xea)],getMsg=(_0x13117d,_0x54dc1f={},_0x2fc8d2)=>{const _0x30c6cf=_0x1331d7,_0x1bd9ad=_0x2fc8d2['plural'];if(_0x54dc1f[_0x13117d]&&_0x1bd9ad===undefined)return{'found':!![],'msg':_0x54dc1f[_0x13117d]};const _0x34e043=Object['keys'](_0x54dc1f)[_0x30c6cf(0x100)](_0x47f96c=>_0x47f96c['indexOf'](_0x13117d)===0x0);if(_0x34e043[_0x30c6cf(0xfe)]===0x0||_0x1bd9ad===undefined)return{'found':![],'msg':_0x13117d};const _0x25e0f0=_0x2fc8d2[_0x30c6cf(0xff)][_0x30c6cf(0xfd)](_0x13117d,_0x1bd9ad);return{'found':!![],'msg':_0x54dc1f[_0x25e0f0]};},parseMsgTags=_0x3fda6c=>{const _0x2004bf=_0x1331d7,_0x1071f0=[];let _0x545b53=0x0,_0x31ba1e;while((_0x31ba1e=TAG_REGEX[_0x2004bf(0xfa)](_0x3fda6c))!==null){const _0x16494f=_0x31ba1e[0x0],{index:_0x967960}=_0x31ba1e,_0x2fc749=_0x16494f[_0x2004bf(0xec)](0x1)==='/',_0x3b087c=_0x2fc749?_0x16494f[_0x2004bf(0xf8)](0x2,-0x1):_0x16494f[_0x2004bf(0xf8)](0x1,-0x1),_0x1f0a08=ALLOWED_TAGS[_0x2004bf(0xe2)](_0x3b087c);if(!_0x1f0a08)continue;const _0x2ea22e=_0x3fda6c['slice'](_0x545b53,_0x967960);if(!_0x2ea22e){_0x545b53=_0x967960+_0x16494f['length'];continue;}_0x2fc749?_0x1071f0[_0x2004bf(0xe8)]({'type':_0x2004bf(0xe7),'name':_0x16494f['slice'](0x2,-0x1),'content':_0x2ea22e}):_0x1071f0[_0x2004bf(0xe8)]({'type':_0x2004bf(0x101),'content':_0x2ea22e}),_0x545b53=_0x967960+_0x16494f['length'];}return _0x545b53<_0x3fda6c['length']&&_0x1071f0[_0x2004bf(0xe8)]({'type':'text','content':_0x3fda6c[_0x2004bf(0xf8)](_0x545b53)}),_0x1071f0;};function formatMsgWithTags(_0x566076){const _0x188113=_0x1331d7,_0xbec962=parseMsgTags(_0x566076),_0x2c39a8=_0xbec962[_0x188113(0xed)](({content:_0x1a8cbe,type:_0x277558,name:_0x170cd1},_0x3804bd)=>{const _0x11f180=_0x188113,_0x59418d=_0x277558!=='text'&&_0x170cd1?_0x170cd1:_0x207f4c[_0x11f180(0xf7)];return _0x207f4c[_0x11f180(0xf6)](_0x59418d,{'key':''+_0x3804bd},_0x1a8cbe);});return _0x2c39a8;}function formatMsg(_0x197936,_0x38b2e7,_0x382d20){const _0x34157d=sprintf(_0x197936,..._0x38b2e7!==null&&_0x38b2e7!==void 0x0?_0x38b2e7:[]);if(!_0x382d20)return _0x34157d;return formatMsgWithTags(_0x34157d);}const useTranslation=()=>{const {lang:_0x449640,debug:_0x5aeea2,pluralUtils:_0x48332a,resources:_0x5455f0}=_0x207f4c['useContext'](I18nContext);function _0x258e2f(_0x35332d,_0x2fd5c3){const _0x5beaac=_0x55ef,{found:_0x12e8d6,msg:_0x12e7ec}=getMsg(_0x35332d,_0x5455f0[_0x449640],{'plural':_0x2fd5c3===null||_0x2fd5c3===void 0x0?void 0x0:_0x2fd5c3[_0x5beaac(0xf0)],'pluralUtils':_0x48332a});_0x5aeea2&&!_0x12e8d6&&console[_0x5beaac(0xe1)]('['+_0x449640+_0x5beaac(0xee)+_0x35332d+'\x27\x20is\x20missing.');if(_0x2fd5c3===null||_0x2fd5c3===void 0x0?void 0x0:_0x2fd5c3['processTags'])return formatMsg(_0x12e7ec,_0x2fd5c3===null||_0x2fd5c3===void 0x0?void 0x0:_0x2fd5c3[_0x5beaac(0xfb)],!![]);return formatMsg(_0x12e7ec,_0x2fd5c3===null||_0x2fd5c3===void 0x0?void 0x0:_0x2fd5c3[_0x5beaac(0xfb)],![]);}return{'t':_0x258e2f,'lang':_0x449640};};export{I18nContext,I18nProvider,useTranslation};
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "license": "SEE LICENSE IN LICENSE.md",
24
24
  "name": "@ckbox/i18n",
25
- "version": "2.1.2",
25
+ "version": "2.2.0-rc.0",
26
26
  "description": "I18n utils of CKBox",
27
27
  "main": "dist/index.js",
28
28
  "types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
30
30
  "react": "^18"
31
31
  },
32
32
  "dependencies": {
33
- "sprintf-js": "^1.1.2",
33
+ "sprintf-js": "^1.1.3",
34
34
  "tslib": "^2.6.2"
35
35
  }
36
36
  }