@ckbox/i18n 2.1.2 → 2.2.0-rc.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
@@ -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.1/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.1/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.1/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 _0x206c00=_0x330e;(function(_0x2856b9,_0x56cbe3){const _0x14ab29=_0x330e,_0x8291cb=_0x2856b9();while(!![]){try{const _0xc55a0d=-parseInt(_0x14ab29(0xbd))/0x1*(-parseInt(_0x14ab29(0xa0))/0x2)+-parseInt(_0x14ab29(0xa3))/0x3*(-parseInt(_0x14ab29(0x99))/0x4)+parseInt(_0x14ab29(0xa2))/0x5*(parseInt(_0x14ab29(0xa5))/0x6)+-parseInt(_0x14ab29(0xa9))/0x7*(-parseInt(_0x14ab29(0xb3))/0x8)+-parseInt(_0x14ab29(0xba))/0x9+parseInt(_0x14ab29(0xb9))/0xa+-parseInt(_0x14ab29(0xbc))/0xb;if(_0xc55a0d===_0x56cbe3)break;else _0x8291cb['push'](_0x8291cb['shift']());}catch(_0x2ffcf6){_0x8291cb['push'](_0x8291cb['shift']());}}}(_0xa962,0xc4b49));import*as _0x25f8f0 from'react';import{sprintf}from'sprintf-js';function _0x330e(_0xb071b7,_0x1caa73){const _0xa962de=_0xa962();return _0x330e=function(_0x330e48,_0x4b8d7c){_0x330e48=_0x330e48-0x93;let _0x44f1f5=_0xa962de[_0x330e48];return _0x44f1f5;},_0x330e(_0xb071b7,_0x1caa73);}function _0xa962(){const _0x1b9b5b=['3ZVPFNV','pluralUtils','668784CANPhP','useContext','\x27\x20is\x20missing.','PluralRules','1371034iUIcaL','charAt','tag','\x22\x20is\x20not\x20supported.',']:\x20Translation\x20for\x20key\x20\x27','keys','plural','push','_one','isSupported','32PrIHJx','Provider','createContext','lang','includes','exec','7507720qkSxdd','5306526lWaOMA','values','34327480ZZMoxh','1046945vrTThX','slice','filter','Plural\x20form\x20for\x20language\x20\x22','text','Plural\x20rules\x20could\x20not\x20be\x20created.\x20Perhaps\x20`Intl.PluralRules`\x20is\x20not\x20supported?','_rules','3280776dWPlgp','indexOf','createElement','length','supportedLocalesOf','getKey','warn','2zMtByH','useEffect','50RqmwSM'];_0xa962=function(){return _0x1b9b5b;};return _0xa962();}class Plural{constructor(_0x410d21){const _0x1814d8=_0x330e;this[_0x1814d8(0xb6)]=_0x410d21;try{this['_rules']=new Intl[(_0x1814d8(0xa8))](_0x410d21);}catch(_0x351769){console[_0x1814d8(0x9f)](_0x1814d8(0x97));}}[_0x206c00(0x9e)](_0x193247,_0x4532c6){const _0xf54e9=_0x206c00;if(!this[_0xf54e9(0x98)])return _0x193247+_0xf54e9(0xb1);const _0xff93f2=this[_0xf54e9(0x98)]['select'](_0x4532c6);return _0x193247+'_'+_0xff93f2;}}Plural[_0x206c00(0xb2)]=_0x1a19ba=>{const _0x8e9145=_0x206c00;try{return Intl[_0x8e9145(0xa8)][_0x8e9145(0x9d)]([_0x1a19ba])[_0x8e9145(0x9c)]>0x0;}catch(_0x1c948d){return![];}};const I18nContext=_0x25f8f0[_0x206c00(0xb5)]({'debug':![],'lang':'en','resources':{},'pluralUtils':new Plural('en')}),I18nProvider=({children:_0x215b2c,debug:debug=![],lang:lang='en',resources:resources={}})=>{const _0x36a69d=_0x206c00;return _0x25f8f0[_0x36a69d(0xa1)](()=>{const _0x320010=_0x36a69d,_0x532643=Plural[_0x320010(0xb2)](lang);!_0x532643&&console[_0x320010(0x9f)](_0x320010(0x95)+lang+_0x320010(0xac));},[lang]),_0x25f8f0[_0x36a69d(0x9b)](I18nContext[_0x36a69d(0xb4)],{'value':{'debug':debug,'lang':lang,'pluralUtils':new Plural(lang),'resources':resources}},_0x215b2c);},TAG_REGEX=/<[a-zA-Z0-9\-!/](?:"[^"]*"|'[^']*'|[^'">])*>/g,ALLOWED_TAGS=['em','strong','code'],getMsg=(_0x1f36d8,_0x433828={},_0x314aea)=>{const _0x52eb1d=_0x206c00,_0x5d8eba=_0x314aea[_0x52eb1d(0xaf)];if(_0x433828[_0x1f36d8]&&_0x5d8eba===undefined)return{'found':!![],'msg':_0x433828[_0x1f36d8]};const _0x2ddd6d=Object[_0x52eb1d(0xae)](_0x433828)[_0x52eb1d(0x94)](_0x31a37f=>_0x31a37f[_0x52eb1d(0x9a)](_0x1f36d8)===0x0);if(_0x2ddd6d[_0x52eb1d(0x9c)]===0x0||_0x5d8eba===undefined)return{'found':![],'msg':_0x1f36d8};const _0xb4b8ba=_0x314aea[_0x52eb1d(0xa4)][_0x52eb1d(0x9e)](_0x1f36d8,_0x5d8eba);return{'found':!![],'msg':_0x433828[_0xb4b8ba]};},parseMsgTags=_0x1d9043=>{const _0x342ebc=_0x206c00,_0x4cdc65=[];let _0x49b7c9=0x0,_0x41d028;while((_0x41d028=TAG_REGEX[_0x342ebc(0xb8)](_0x1d9043))!==null){const _0x26bd32=_0x41d028[0x0],{index:_0x4bc0f1}=_0x41d028,_0x302a4c=_0x26bd32[_0x342ebc(0xaa)](0x1)==='/',_0x1a4b3f=_0x302a4c?_0x26bd32['slice'](0x2,-0x1):_0x26bd32['slice'](0x1,-0x1),_0x37c79c=ALLOWED_TAGS[_0x342ebc(0xb7)](_0x1a4b3f);if(!_0x37c79c)continue;const _0x1f2c6a=_0x1d9043[_0x342ebc(0x93)](_0x49b7c9,_0x4bc0f1);if(!_0x1f2c6a){_0x49b7c9=_0x4bc0f1+_0x26bd32['length'];continue;}_0x302a4c?_0x4cdc65[_0x342ebc(0xb0)]({'type':_0x342ebc(0xab),'name':_0x26bd32[_0x342ebc(0x93)](0x2,-0x1),'content':_0x1f2c6a}):_0x4cdc65['push']({'type':'text','content':_0x1f2c6a}),_0x49b7c9=_0x4bc0f1+_0x26bd32['length'];}return _0x49b7c9<_0x1d9043['length']&&_0x4cdc65['push']({'type':_0x342ebc(0x96),'content':_0x1d9043['slice'](_0x49b7c9)}),_0x4cdc65;};function formatMsgWithTags(_0x45146a){const _0x1db85c=parseMsgTags(_0x45146a),_0x1f6e45=_0x1db85c['map'](({content:_0x56331c,type:_0xd99182,name:_0x3088f8},_0xa3d2ad)=>{const _0x367c54=_0x330e,_0x33bc8e=_0xd99182!==_0x367c54(0x96)&&_0x3088f8?_0x3088f8:_0x25f8f0['Fragment'];return _0x25f8f0[_0x367c54(0x9b)](_0x33bc8e,{'key':''+_0xa3d2ad},_0x56331c);});return _0x1f6e45;}function formatMsg(_0x590a74,_0x42bfe4,_0x1f4f64){const _0x48b82f=sprintf(_0x590a74,..._0x42bfe4!==null&&_0x42bfe4!==void 0x0?_0x42bfe4:[]);if(!_0x1f4f64)return _0x48b82f;return formatMsgWithTags(_0x48b82f);}const useTranslation=()=>{const _0x3af4f8=_0x206c00,{lang:_0x43a725,debug:_0x5ad622,pluralUtils:_0xec6122,resources:_0x20c5a1}=_0x25f8f0[_0x3af4f8(0xa6)](I18nContext);function _0x3dcba5(_0x223452,_0x3a8499){const _0xd4ffce=_0x3af4f8,{found:_0x56d171,msg:_0x546fda}=getMsg(_0x223452,_0x20c5a1[_0x43a725],{'plural':_0x3a8499===null||_0x3a8499===void 0x0?void 0x0:_0x3a8499[_0xd4ffce(0xaf)],'pluralUtils':_0xec6122});_0x5ad622&&!_0x56d171&&console['log']('['+_0x43a725+_0xd4ffce(0xad)+_0x223452+_0xd4ffce(0xa7));if(_0x3a8499===null||_0x3a8499===void 0x0?void 0x0:_0x3a8499['processTags'])return formatMsg(_0x546fda,_0x3a8499===null||_0x3a8499===void 0x0?void 0x0:_0x3a8499[_0xd4ffce(0xbb)],!![]);return formatMsg(_0x546fda,_0x3a8499===null||_0x3a8499===void 0x0?void 0x0:_0x3a8499['values'],![]);}return{'t':_0x3dcba5,'lang':_0x43a725};};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.1",
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
  }