ckbox 1.6.0-dev.0 → 1.6.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 +3 -3
- package/dist/ckbox.js +1 -1
- package/dist/index.js +1 -1
- package/dist/styles/ckbox.css +2 -2
- package/dist/translations/en.js +1 -1
- package/package.json +4 -4
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
|
|
4
|
+
const _0x5b57c3=_0x2c1f;function _0x37ab(){const _0xd8529a=['render','8480tJoJyk','createElement','2747896tztFDz','onClose','CKBox','onChoose','1TIZYip','2031126mfPQba','1396562mqhYPT','dialog','call','2185128UnRdGW','createRoot','5027512Xxlkjg','boolean','unmount','freeze','assets','3576VwNZFW','28846566fCPgzN'];_0x37ab=function(){return _0xd8529a;};return _0x37ab();}(function(_0x3ad766,_0x4545ba){const _0x305ee3=_0x2c1f,_0x9a38c8=_0x3ad766();while(!![]){try{const _0x35da42=parseInt(_0x305ee3(0xe3))/0x1*(parseInt(_0x305ee3(0xe5))/0x2)+-parseInt(_0x305ee3(0xe4))/0x3+-parseInt(_0x305ee3(0xe8))/0x4+-parseInt(_0x305ee3(0xdd))/0x5*(parseInt(_0x305ee3(0xda))/0x6)+-parseInt(_0x305ee3(0xea))/0x7+-parseInt(_0x305ee3(0xdf))/0x8+parseInt(_0x305ee3(0xdb))/0x9;if(_0x35da42===_0x4545ba)break;else _0x9a38c8['push'](_0x9a38c8['shift']());}catch(_0x3d70ef){_0x9a38c8['push'](_0x9a38c8['shift']());}}}(_0x37ab,0x9457c));import*as _0x46a27b from'react';export{_0x46a27b as React};import*as _0x37ad2e from'react-dom/client';import{CKBox as _0x198919,version}from'@ckbox/core';export{version}from'@ckbox/core';function _0x2c1f(_0x1707b1,_0x31585c){const _0x37ab7c=_0x37ab();return _0x2c1f=function(_0x2c1fd2,_0x527a0d){_0x2c1fd2=_0x2c1fd2-0xda;let _0x51a19b=_0x37ab7c[_0x2c1fd2];return _0x51a19b;},_0x2c1f(_0x1707b1,_0x31585c);}const getDialogProps=(_0x1a4b2d,_0x23536d)=>{const _0x1c9140=_0x2c1f,_0x58a6b8=_0x1a4b2d[_0x1c9140(0xe6)];if(!_0x58a6b8)return![];if(typeof _0x58a6b8===_0x1c9140(0xeb)){const _0x5645d7=()=>{_0x23536d();};return{'open':!![],'onClose':_0x5645d7};}const _0x42764e=()=>{const _0x23b891=_0x1c9140;var _0x3f3438;(_0x3f3438=_0x58a6b8['onClose'])===null||_0x3f3438===void 0x0?void 0x0:_0x3f3438[_0x23b891(0xe7)](_0x58a6b8),_0x23536d();};return{..._0x58a6b8,'open':!![],'onClose':_0x42764e};},getAssetsProps=(_0x532009,_0x3a8727)=>{const _0x30bbaa=_0x2c1f;var _0x470f38;const _0x3a8cd0=(_0x470f38=_0x532009[_0x30bbaa(0xee)])===null||_0x470f38===void 0x0?void 0x0:_0x470f38[_0x30bbaa(0xe2)];if(!_0x3a8cd0)return _0x532009[_0x30bbaa(0xee)];const _0x265b80=_0x5eca4e=>{const _0x534eb9=_0x30bbaa;var _0x1905ca;_0x3a8cd0(_0x5eca4e),_0x3a8727&&typeof _0x3a8727!==_0x534eb9(0xeb)&&((_0x1905ca=_0x3a8727[_0x534eb9(0xe0)])===null||_0x1905ca===void 0x0?void 0x0:_0x1905ca[_0x534eb9(0xe7)](_0x3a8727));};return{..._0x532009[_0x30bbaa(0xee)],'onChoose':_0x265b80};},mount=(_0x205296,_0x5ac32a)=>{const _0x150a0f=_0x2c1f,_0xf17e60=_0x37ad2e[_0x150a0f(0xe9)](_0x205296),_0x296960=_0xf17e60[_0x150a0f(0xec)]['bind'](_0xf17e60),_0x3ac419=getDialogProps(_0x5ac32a,_0x296960),_0x236aea=getAssetsProps(_0x5ac32a,_0x3ac419);return _0xf17e60[_0x150a0f(0xdc)](_0x46a27b[_0x150a0f(0xde)](_0x198919,{..._0x5ac32a,'assets':_0x236aea,'dialog':_0x3ac419})),{'unmount':_0x296960};};var CKBox=Object[_0x5b57c3(0xed)]({'__proto__':null,'React':_0x46a27b,'mount':mount,'version':version});(function(){const _0x512d1b=_0x5b57c3,_0x5d53ce=globalThis;!_0x5d53ce[_0x512d1b(0xe1)]&&(_0x5d53ce[_0x512d1b(0xe1)]=CKBox);}());export{mount};
|