@ckbox/i18n 1.0.0 → 1.1.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
@@ -1,3 +1,106 @@
1
- ## @ckbox/i18n
1
+ # CKBox
2
2
 
3
- To be filled in.
3
+ https://ckeditor.com/ckbox/
4
+
5
+ CKBox is a file management platform that makes working with your files easier while providing an outstanding user experience.
6
+
7
+ ![](https://user-images.githubusercontent.com/803299/178721119-1c5b2bec-087e-4bee-a924-a737161a7bf0.png)
8
+
9
+ ## Quick start
10
+
11
+ Using a build served from the CDN is the simplest and fastest way of embedding CKBox in your application. Additionally, all the scripts served from the CDN are loaded faster, as they are hosted on multiple servers around the globe, shortening the response time.
12
+
13
+ To start using CKBox on your website, embed the following `script` element in the HTML code of the page:
14
+
15
+ ```html
16
+ <script src="https://cdn.ckbox.io/CKBox/1.1.1/ckbox.js"></script>
17
+ ```
18
+
19
+ Quick implementation example:
20
+
21
+ ```html
22
+ <html>
23
+ <head>
24
+ <meta charset="UTF-8" />
25
+ <script src="https://cdn.ckbox.io/CKBox/1.1.1/ckbox.js"></script>
26
+ </head>
27
+ <body>
28
+ <div id="ckbox"></div>
29
+ <script>
30
+ // You must provide a valid token URL in order to use the application
31
+ // After registering to CKBox, the fastest way to try out CKBox is to use the development token endpoint:
32
+ // https://ckeditor.com/docs/ckbox/latest/guides/configuration/authentication.html#token-endpoint
33
+ CKBox.mount(document.getElementById("ckbox"), {
34
+ tokenUrl: "https://your.token.url",
35
+ });
36
+ </script>
37
+ </body>
38
+ </html>
39
+ ```
40
+
41
+ ### Integration with CKEditor 5
42
+
43
+ The code snippet below presents the simplest scenario for integration of CKEditor 5 with CKBox. To read more about the integration, please refer to the [CKEditor 5 integration guide](https://ckeditor.com/docs/ckbox/latest/guides/configuration/ckeditor-integration.html).
44
+
45
+ ```html
46
+ <html>
47
+ <head>
48
+ <meta charset="UTF-8" />
49
+ <script src="https://cdn.ckeditor.com/ckeditor5/34.2.0/classic/ckeditor.js"></script>
50
+ <script src="https://cdn.ckbox.io/CKBox/1.1.1/ckbox.js"></script>
51
+ </head>
52
+ <body>
53
+ <div id="editor"></div>
54
+ <script>
55
+ ClassicEditor.create(document.querySelector("#editor"), {
56
+ ckbox: {
57
+ tokenUrl: "https://your.token.url",
58
+ },
59
+ toolbar: [
60
+ "ckbox",
61
+ "imageUpload",
62
+ "|",
63
+ "heading",
64
+ "|",
65
+ "undo",
66
+ "redo",
67
+ "|",
68
+ "bold",
69
+ "italic",
70
+ "|",
71
+ "blockQuote",
72
+ "indent",
73
+ "link",
74
+ "|",
75
+ "bulletedList",
76
+ "numberedList",
77
+ ],
78
+ }).catch((error) => {
79
+ console.error(error);
80
+ });
81
+ </script>
82
+ </body>
83
+ </html>
84
+ ```
85
+
86
+ For more advanced integration scenarios, please refer to the [CKBox documentation](https://ckeditor.com/docs/ckbox/latest/guides/index.html).
87
+
88
+ ## Documentation
89
+
90
+ [CKBox documentation](https://ckeditor.com/docs/ckbox/latest/guides/index.html) includes information about:
91
+
92
+ - Enabling CKBox in your application.
93
+ - Integrating CKBox with CKEditor 5.
94
+ - Configuring and customizing CKBox.
95
+
96
+ You will find ready to use code snippets and live examples there.
97
+
98
+ ## License
99
+
100
+ **CKBox** (https://ckeditor.com/ckbox/)
101
+
102
+ Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com/) All rights reserved.
103
+ **CKBox** is licensed under a commercial license and is protected by copyright law. For more details about available licensing options please contact us at [sales@cksource.com](mailto:sales@cksource.com).
104
+
105
+ Trademarks
106
+ **CKBox** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com/) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
package/dist/index.d.ts CHANGED
@@ -99,14 +99,6 @@ interface Props extends I18nProps {
99
99
  children: React.ReactNode;
100
100
  }
101
101
 
102
- /**
103
- * Gets resources from global scope.
104
- *
105
- * @param locale requested language
106
- * @returns translations
107
- */
108
- declare const getTranslations: (locale: string) => I18nTranslations;
109
-
110
102
  interface TOpts<T extends boolean> {
111
103
  /**
112
104
  * Values to interpolate message with.
@@ -135,4 +127,4 @@ declare const useTranslation: () => {
135
127
  lang: string;
136
128
  };
137
129
 
138
- export { I18nContext, I18nProps, I18nProvider, I18nResources, I18nTranslations, getTranslations, useTranslation };
130
+ export { I18nContext, I18nProps, I18nProvider, I18nResources, I18nTranslations, useTranslation };
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 _0x26a27a=_0x12cb;(function(_0x2166b6,_0x59d9d3){const _0x381162=_0x12cb,_0x3298ee=_0x2166b6();while(!![]){try{const _0x588d03=parseInt(_0x381162(0x136))/0x1*(parseInt(_0x381162(0x142))/0x2)+-parseInt(_0x381162(0x125))/0x3*(parseInt(_0x381162(0x11d))/0x4)+-parseInt(_0x381162(0x143))/0x5*(parseInt(_0x381162(0x123))/0x6)+parseInt(_0x381162(0x13c))/0x7+-parseInt(_0x381162(0x11b))/0x8*(-parseInt(_0x381162(0x11c))/0x9)+-parseInt(_0x381162(0x138))/0xa*(parseInt(_0x381162(0x132))/0xb)+parseInt(_0x381162(0x140))/0xc;if(_0x588d03===_0x59d9d3)break;else _0x3298ee['push'](_0x3298ee['shift']());}catch(_0x232a6b){_0x3298ee['push'](_0x3298ee['shift']());}}}(_0x183d,0xce71c));import*as _0x3a81ad from'react';import{sprintf}from'sprintf-js';class Plural{constructor(_0x21ef02){const _0x5ecc5d=_0x12cb;this[_0x5ecc5d(0x11e)]=_0x21ef02;try{this[_0x5ecc5d(0x11a)]=new Intl[(_0x5ecc5d(0x117))](_0x21ef02);}catch(_0x2ceb09){console[_0x5ecc5d(0x122)]('Plural\x20rules\x20could\x20not\x20be\x20created.\x20Perhaps\x20`Intl.PluralRules`\x20is\x20not\x20supported?');}}['getKey'](_0x5ccdb2,_0x59a9ca){const _0x4b56f5=_0x12cb;if(!this[_0x4b56f5(0x11a)])return _0x5ccdb2+'_one';const _0x448765=this[_0x4b56f5(0x11a)][_0x4b56f5(0x13b)](_0x59a9ca);return _0x5ccdb2+'_'+_0x448765;}}Plural[_0x26a27a(0x12d)]=_0x3bdd4f=>{const _0x3ec673=_0x26a27a;try{return Intl['PluralRules'][_0x3ec673(0x134)]([_0x3bdd4f])[_0x3ec673(0x133)]>0x0;}catch(_0x12322a){return![];}};function _0x12cb(_0x1bae0,_0x21d010){const _0x183d01=_0x183d();return _0x12cb=function(_0x12cb9d,_0x1fefde){_0x12cb9d=_0x12cb9d-0x114;let _0x18e890=_0x183d01[_0x12cb9d];return _0x18e890;},_0x12cb(_0x1bae0,_0x21d010);}const I18nContext=_0x3a81ad['createContext']({'changeLang':()=>{},'debug':![],'lang':'en','resources':{},'pluralUtils':new Plural('en')});function reducer(_0x1b4fea,_0x3bfbba){const _0x2b3a58=_0x26a27a;switch(_0x3bfbba[_0x2b3a58(0x13a)]){case _0x2b3a58(0x11f):return{..._0x1b4fea,'lang':_0x3bfbba[_0x2b3a58(0x144)]};case'loadTranslations':return{..._0x1b4fea,'lang':_0x3bfbba['payload'][_0x2b3a58(0x11e)],'resources':{..._0x1b4fea[_0x2b3a58(0x12b)],[_0x3bfbba['payload'][_0x2b3a58(0x11e)]]:_0x3bfbba[_0x2b3a58(0x144)][_0x2b3a58(0x139)]}};}}const useI18n=({debug:debug=![],loadURL:_0x36d2af,lang:_0x59748d='en',resources:_0x4f549d={}})=>{const _0x514ba0=_0x26a27a,[{lang:_0x120374,resources:_0x44702b},_0x516eea]=_0x3a81ad[_0x514ba0(0x121)](reducer,{'lang':_0x59748d,'resources':_0x4f549d});_0x3a81ad[_0x514ba0(0x135)](()=>{const _0x272581=Plural['isSupported'](_0x120374);!_0x272581&&console['warn']('Plural\x20form\x20for\x20language\x20\x22'+_0x120374+'\x22\x20is\x20not\x20supported.');},[_0x120374]),_0x3a81ad[_0x514ba0(0x135)](()=>{const _0x3b52c9=_0x514ba0;if(_0x44702b[_0x120374]||!_0x36d2af)return;fetch(_0x36d2af(_0x120374))[_0x3b52c9(0x115)](_0x3f4e95=>_0x3f4e95[_0x3b52c9(0x127)]())[_0x3b52c9(0x115)](_0x34a5b6=>{const _0x520471=_0x3b52c9;_0x516eea({'type':_0x520471(0x131),'payload':{'lang':_0x120374,'translations':_0x34a5b6}});});},[_0x120374,_0x36d2af,_0x44702b]);const _0x51a72e=_0x29e326=>{const _0x3883c8=_0x514ba0;_0x516eea({'type':_0x3883c8(0x11f),'payload':_0x29e326});};return{'changeLang':_0x51a72e,'debug':debug,'lang':_0x120374,'pluralUtils':new Plural(_0x120374),'resources':_0x44702b};},I18nProvider=({children:_0x3c165a,..._0x4c09b4})=>{const _0x530a59=_0x26a27a,_0x340e74=useI18n(_0x4c09b4);return _0x3a81ad[_0x530a59(0x116)](I18nContext[_0x530a59(0x114)],{'value':_0x340e74},_0x3c165a);},getTranslations=_0x3faa02=>{const _0x27000f=_0x26a27a;var _0x324190,_0x220873;const _0x4cf53d=globalThis;return(_0x220873=(_0x324190=_0x4cf53d===null||_0x4cf53d===void 0x0?void 0x0:_0x4cf53d[_0x27000f(0x118)])===null||_0x324190===void 0x0?void 0x0:_0x324190[_0x3faa02])!==null&&_0x220873!==void 0x0?_0x220873:{};},TAG_REGEX=/<[a-zA-Z0-9\-!/](?:"[^"]*"|'[^']*'|[^'">])*>/g,ALLOWED_TAGS=['em',_0x26a27a(0x129),'code'],getMsg=(_0x500b3b,_0x40cd66={},_0x37cbed)=>{const _0x5440e0=_0x26a27a,_0x1a63fe=_0x37cbed[_0x5440e0(0x13f)];if(_0x40cd66[_0x500b3b]&&_0x1a63fe===undefined)return{'found':!![],'msg':_0x40cd66[_0x500b3b]};const _0x39e094=Object[_0x5440e0(0x119)](_0x40cd66)['filter'](_0x34d232=>_0x34d232['indexOf'](_0x500b3b)===0x0);if(_0x39e094[_0x5440e0(0x133)]===0x0||_0x1a63fe===undefined)return{'found':![],'msg':_0x500b3b};const _0x1339bc=_0x37cbed[_0x5440e0(0x130)][_0x5440e0(0x13d)](_0x500b3b,_0x1a63fe);return{'found':!![],'msg':_0x40cd66[_0x1339bc]};},parseMsgTags=_0x1ada1f=>{const _0x2fae1e=_0x26a27a,_0x2d65f5=[];let _0x5f004e=0x0,_0x59e2dc;while((_0x59e2dc=TAG_REGEX[_0x2fae1e(0x124)](_0x1ada1f))!==null){const _0x1b23bb=_0x59e2dc[0x0],{index:_0x13aea7}=_0x59e2dc,_0x56233e=_0x1b23bb[_0x2fae1e(0x13e)](0x1)==='/',_0x2855fd=_0x56233e?_0x1b23bb['slice'](0x2,-0x1):_0x1b23bb[_0x2fae1e(0x12a)](0x1,-0x1),_0x557ccb=ALLOWED_TAGS[_0x2fae1e(0x137)](_0x2855fd);if(!_0x557ccb)continue;const _0x47fd0c=_0x1ada1f[_0x2fae1e(0x12a)](_0x5f004e,_0x13aea7);if(!_0x47fd0c){_0x5f004e=_0x13aea7+_0x1b23bb[_0x2fae1e(0x133)];continue;}_0x56233e?_0x2d65f5[_0x2fae1e(0x141)]({'type':'tag','name':_0x1b23bb[_0x2fae1e(0x12a)](0x2,-0x1),'content':_0x47fd0c}):_0x2d65f5[_0x2fae1e(0x141)]({'type':_0x2fae1e(0x12e),'content':_0x47fd0c}),_0x5f004e=_0x13aea7+_0x1b23bb[_0x2fae1e(0x133)];}return _0x5f004e<_0x1ada1f[_0x2fae1e(0x133)]&&_0x2d65f5[_0x2fae1e(0x141)]({'type':'text','content':_0x1ada1f[_0x2fae1e(0x12a)](_0x5f004e)}),_0x2d65f5;};function _0x183d(){const _0x56fddd=['charAt','plural','5454672DfDnFc','push','769262LggZAP','355jMbPEa','payload','Provider','then','createElement','PluralRules','CKBOX_TRANSLATIONS','keys','_rules','40792UIsfuI','1017ucBsFM','203876qSLxJC','lang','changeLang','map','useReducer','warn','92382vgxifI','exec','48HCRYMH','useContext','json','\x27\x20is\x20missing.','strong','slice','resources','values','isSupported','text',']:\x20Translation\x20for\x20key\x20\x27','pluralUtils','loadTranslations','3083047kCczbp','length','supportedLocalesOf','useEffect','4jGKWzO','includes','20EFATgx','translations','type','select','5219018WNTATC','getKey'];_0x183d=function(){return _0x56fddd;};return _0x183d();}function formatMsgWithTags(_0x306aff){const _0x518a2e=_0x26a27a,_0x243ace=parseMsgTags(_0x306aff),_0x31a327=_0x243ace[_0x518a2e(0x120)](({content:_0x2a1576,type:_0x41fe99,name:_0x17998a},_0x43a167)=>{const _0x502fbe=_0x518a2e,_0x1a1d6f=_0x41fe99!==_0x502fbe(0x12e)&&_0x17998a?_0x17998a:_0x3a81ad['Fragment'];return _0x3a81ad['createElement'](_0x1a1d6f,{'key':''+_0x43a167},_0x2a1576);});return _0x31a327;}function formatMsg(_0x14f2ce,_0x1f0627,_0x12b89){const _0x263118=sprintf(_0x14f2ce,..._0x1f0627!==null&&_0x1f0627!==void 0x0?_0x1f0627:[]);if(!_0x12b89)return _0x263118;return formatMsgWithTags(_0x263118);}const useTranslation=()=>{const _0x47e8c9=_0x26a27a,{lang:_0x19b75b,debug:_0x1ee20a,pluralUtils:_0x5dd018,resources:_0x2219f2}=_0x3a81ad[_0x47e8c9(0x126)](I18nContext);function _0x35c74e(_0x1ebbc7,_0x57f192){const _0x310abd=_0x47e8c9,{found:_0x48fa83,msg:_0x88f7ce}=getMsg(_0x1ebbc7,_0x2219f2[_0x19b75b],{'plural':_0x57f192===null||_0x57f192===void 0x0?void 0x0:_0x57f192[_0x310abd(0x13f)],'pluralUtils':_0x5dd018});_0x1ee20a&&!_0x48fa83&&console['log']('['+_0x19b75b+_0x310abd(0x12f)+_0x1ebbc7+_0x310abd(0x128));if(_0x57f192===null||_0x57f192===void 0x0?void 0x0:_0x57f192['processTags'])return formatMsg(_0x88f7ce,_0x57f192===null||_0x57f192===void 0x0?void 0x0:_0x57f192[_0x310abd(0x12c)],!![]);return formatMsg(_0x88f7ce,_0x57f192===null||_0x57f192===void 0x0?void 0x0:_0x57f192[_0x310abd(0x12c)],![]);}return{'t':_0x35c74e,'lang':_0x19b75b};};export{I18nContext,I18nProvider,getTranslations,useTranslation};
4
+ function _0x7086(){const _0x134b79=['\x22\x20is\x20not\x20supported.','log','type','indexOf','useContext','35JkTAGj','PluralRules','4865322YFvkJb','1988667gKtVub','Plural\x20rules\x20could\x20not\x20be\x20created.\x20Perhaps\x20`Intl.PluralRules`\x20is\x20not\x20supported?','slice','isSupported','useReducer','push','_one','resources','length','processTags','exec','useEffect','12lmesdw','getKey','loadTranslations','1929000TQTfyq','pluralUtils','Fragment','6jDDzfg','tag',']:\x20Translation\x20for\x20key\x20\x27','createElement','changeLang','\x27\x20is\x20missing.','warn','payload','then','text','supportedLocalesOf','200742SudmRj','260058fBVZrW','charAt','1641095oEflGd','lang','5833440eGnfTl','values','code'];_0x7086=function(){return _0x134b79;};return _0x7086();}const _0x463b97=_0x302d;(function(_0x2b0f0d,_0xc30b32){const _0x206a26=_0x302d,_0xc345d0=_0x2b0f0d();while(!![]){try{const _0x427936=parseInt(_0x206a26(0x1f4))/0x1*(parseInt(_0x206a26(0x200))/0x2)+-parseInt(_0x206a26(0x1ff))/0x3*(parseInt(_0x206a26(0x1ee))/0x4)+parseInt(_0x206a26(0x202))/0x5+-parseInt(_0x206a26(0x20e))/0x6+parseInt(_0x206a26(0x20c))/0x7*(parseInt(_0x206a26(0x1f1))/0x8)+parseInt(_0x206a26(0x20f))/0x9+-parseInt(_0x206a26(0x204))/0xa;if(_0x427936===_0xc30b32)break;else _0xc345d0['push'](_0xc345d0['shift']());}catch(_0x35de12){_0xc345d0['push'](_0xc345d0['shift']());}}}(_0x7086,0xe57e8));import*as _0x303e8f from'react';import{sprintf}from'sprintf-js';class Plural{constructor(_0x30e0f3){const _0x5eb00b=_0x302d;this[_0x5eb00b(0x203)]=_0x30e0f3;try{this['_rules']=new Intl[(_0x5eb00b(0x20d))](_0x30e0f3);}catch(_0x302820){console[_0x5eb00b(0x1fa)](_0x5eb00b(0x210));}}[_0x463b97(0x1ef)](_0x46d6f4,_0x56e368){const _0x49b6ca=_0x463b97;if(!this['_rules'])return _0x46d6f4+_0x49b6ca(0x215);const _0x536e10=this['_rules']['select'](_0x56e368);return _0x46d6f4+'_'+_0x536e10;}}Plural[_0x463b97(0x212)]=_0x2ef794=>{const _0x1f3b32=_0x463b97;try{return Intl[_0x1f3b32(0x20d)][_0x1f3b32(0x1fe)]([_0x2ef794])[_0x1f3b32(0x1ea)]>0x0;}catch(_0x446197){return![];}};const I18nContext=_0x303e8f['createContext']({'changeLang':()=>{},'debug':![],'lang':'en','resources':{},'pluralUtils':new Plural('en')});function reducer(_0x43b7d0,_0x15e9ce){const _0x397b8c=_0x463b97;switch(_0x15e9ce[_0x397b8c(0x209)]){case _0x397b8c(0x1f8):return{..._0x43b7d0,'lang':_0x15e9ce[_0x397b8c(0x1fb)]};case _0x397b8c(0x1f0):return{..._0x43b7d0,'lang':_0x15e9ce[_0x397b8c(0x1fb)][_0x397b8c(0x203)],'resources':{..._0x43b7d0[_0x397b8c(0x216)],[_0x15e9ce['payload'][_0x397b8c(0x203)]]:_0x15e9ce[_0x397b8c(0x1fb)]['translations']}};}}function _0x302d(_0x231218,_0x27fe37){const _0x708677=_0x7086();return _0x302d=function(_0x302db2,_0x515446){_0x302db2=_0x302db2-0x1ea;let _0x1d787c=_0x708677[_0x302db2];return _0x1d787c;},_0x302d(_0x231218,_0x27fe37);}const useI18n=({debug:debug=![],loadURL:_0x262d81,lang:_0xb525e2='en',resources:_0x4097f7={}})=>{const _0x2551f7=_0x463b97,[{lang:_0x2b5dd2,resources:_0x2c9d2a},_0x330f5a]=_0x303e8f[_0x2551f7(0x213)](reducer,{'lang':_0xb525e2,'resources':_0x4097f7});_0x303e8f[_0x2551f7(0x1ed)](()=>{const _0x466641=_0x2551f7,_0x2cc427=Plural[_0x466641(0x212)](_0x2b5dd2);!_0x2cc427&&console[_0x466641(0x1fa)]('Plural\x20form\x20for\x20language\x20\x22'+_0x2b5dd2+_0x466641(0x207));},[_0x2b5dd2]),_0x303e8f[_0x2551f7(0x1ed)](()=>{const _0x44bc33=_0x2551f7;if(_0x2c9d2a[_0x2b5dd2]||!_0x262d81)return;fetch(_0x262d81(_0x2b5dd2))[_0x44bc33(0x1fc)](_0x56eed8=>_0x56eed8['json']())[_0x44bc33(0x1fc)](_0x3f3808=>{const _0x179339=_0x44bc33;_0x330f5a({'type':_0x179339(0x1f0),'payload':{'lang':_0x2b5dd2,'translations':_0x3f3808}});});},[_0x2b5dd2,_0x262d81,_0x2c9d2a]);const _0x410cf5=_0x2c1a78=>{const _0x261d41=_0x2551f7;_0x330f5a({'type':_0x261d41(0x1f8),'payload':_0x2c1a78});};return{'changeLang':_0x410cf5,'debug':debug,'lang':_0x2b5dd2,'pluralUtils':new Plural(_0x2b5dd2),'resources':_0x2c9d2a};},I18nProvider=({children:_0x4af4d1,..._0x1edcce})=>{const _0x178b29=_0x463b97,_0x3838c0=useI18n(_0x1edcce);return _0x303e8f[_0x178b29(0x1f7)](I18nContext['Provider'],{'value':_0x3838c0},_0x4af4d1);},TAG_REGEX=/<[a-zA-Z0-9\-!/](?:"[^"]*"|'[^']*'|[^'">])*>/g,ALLOWED_TAGS=['em','strong',_0x463b97(0x206)],getMsg=(_0x5360db,_0x2678dd={},_0x5ecd97)=>{const _0x3dd681=_0x463b97,_0x448ad4=_0x5ecd97['plural'];if(_0x2678dd[_0x5360db]&&_0x448ad4===undefined)return{'found':!![],'msg':_0x2678dd[_0x5360db]};const _0x1124f6=Object['keys'](_0x2678dd)['filter'](_0xc94283=>_0xc94283[_0x3dd681(0x20a)](_0x5360db)===0x0);if(_0x1124f6['length']===0x0||_0x448ad4===undefined)return{'found':![],'msg':_0x5360db};const _0x2c55db=_0x5ecd97[_0x3dd681(0x1f2)][_0x3dd681(0x1ef)](_0x5360db,_0x448ad4);return{'found':!![],'msg':_0x2678dd[_0x2c55db]};},parseMsgTags=_0x2fb233=>{const _0x1455a9=_0x463b97,_0x3c664a=[];let _0x5bdf7a=0x0,_0x37a742;while((_0x37a742=TAG_REGEX[_0x1455a9(0x1ec)](_0x2fb233))!==null){const _0x261581=_0x37a742[0x0],{index:_0x5d9b69}=_0x37a742,_0x3ea8ee=_0x261581[_0x1455a9(0x201)](0x1)==='/',_0x13dee4=_0x3ea8ee?_0x261581[_0x1455a9(0x211)](0x2,-0x1):_0x261581[_0x1455a9(0x211)](0x1,-0x1),_0xca71c1=ALLOWED_TAGS['includes'](_0x13dee4);if(!_0xca71c1)continue;const _0x1c8822=_0x2fb233[_0x1455a9(0x211)](_0x5bdf7a,_0x5d9b69);if(!_0x1c8822){_0x5bdf7a=_0x5d9b69+_0x261581['length'];continue;}_0x3ea8ee?_0x3c664a[_0x1455a9(0x214)]({'type':_0x1455a9(0x1f5),'name':_0x261581['slice'](0x2,-0x1),'content':_0x1c8822}):_0x3c664a['push']({'type':_0x1455a9(0x1fd),'content':_0x1c8822}),_0x5bdf7a=_0x5d9b69+_0x261581['length'];}return _0x5bdf7a<_0x2fb233[_0x1455a9(0x1ea)]&&_0x3c664a['push']({'type':_0x1455a9(0x1fd),'content':_0x2fb233[_0x1455a9(0x211)](_0x5bdf7a)}),_0x3c664a;};function formatMsgWithTags(_0x55a524){const _0xdf3d08=parseMsgTags(_0x55a524),_0x4a0c15=_0xdf3d08['map'](({content:_0xc0cc63,type:_0x2c48bd,name:_0x3315ab},_0x1cc4ca)=>{const _0x56029c=_0x302d,_0x540d79=_0x2c48bd!=='text'&&_0x3315ab?_0x3315ab:_0x303e8f[_0x56029c(0x1f3)];return _0x303e8f['createElement'](_0x540d79,{'key':''+_0x1cc4ca},_0xc0cc63);});return _0x4a0c15;}function formatMsg(_0x4298ee,_0x373492,_0x576fba){const _0x1a0fbf=sprintf(_0x4298ee,..._0x373492!==null&&_0x373492!==void 0x0?_0x373492:[]);if(!_0x576fba)return _0x1a0fbf;return formatMsgWithTags(_0x1a0fbf);}const useTranslation=()=>{const _0x45a5ba=_0x463b97,{lang:_0x2f49a3,debug:_0x349392,pluralUtils:_0x212924,resources:_0x210928}=_0x303e8f[_0x45a5ba(0x20b)](I18nContext);function _0x4e089c(_0x93cf66,_0x155d33){const _0x192d7b=_0x45a5ba,{found:_0x6626dc,msg:_0x290323}=getMsg(_0x93cf66,_0x210928[_0x2f49a3],{'plural':_0x155d33===null||_0x155d33===void 0x0?void 0x0:_0x155d33['plural'],'pluralUtils':_0x212924});_0x349392&&!_0x6626dc&&console[_0x192d7b(0x208)]('['+_0x2f49a3+_0x192d7b(0x1f6)+_0x93cf66+_0x192d7b(0x1f9));if(_0x155d33===null||_0x155d33===void 0x0?void 0x0:_0x155d33[_0x192d7b(0x1eb)])return formatMsg(_0x290323,_0x155d33===null||_0x155d33===void 0x0?void 0x0:_0x155d33[_0x192d7b(0x205)],!![]);return formatMsg(_0x290323,_0x155d33===null||_0x155d33===void 0x0?void 0x0:_0x155d33['values'],![]);}return{'t':_0x4e089c,'lang':_0x2f49a3};};export{I18nContext,I18nProvider,useTranslation};
package/package.json CHANGED
@@ -1,10 +1,29 @@
1
1
  {
2
+ "homepage": "https://ckeditor.com/ckbox",
3
+ "keywords": [
4
+ "file manager",
5
+ "ckeditor",
6
+ "file upload",
7
+ "image upload",
8
+ "upload",
9
+ "files",
10
+ "drag and drop",
11
+ "multilingual",
12
+ "component",
13
+ "react",
14
+ "uploader",
15
+ "rescaling images",
16
+ "responsive images",
17
+ "webp",
18
+ "api",
19
+ "cross-domain"
20
+ ],
21
+ "license": "SEE LICENSE IN LICENSE.md",
2
22
  "name": "@ckbox/i18n",
3
- "version": "1.0.0",
4
- "description": "i18n functionality",
23
+ "version": "1.1.1",
24
+ "description": "I18n utils of CKBox",
5
25
  "main": "dist/index.js",
6
26
  "types": "dist/index.d.ts",
7
- "license": "SEE LICENSE IN LICENSE.md",
8
27
  "peerDependencies": {
9
28
  "react": "^18"
10
29
  },