@ckbox/uploader 2.9.0-dev.0 → 2.9.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/LICENSE.md +1 -1
- package/README.md +4 -4
- package/dist/ckboxWidget.js +1 -1
- package/dist/index.js +1 -1
- package/dist/styles/ckbox.css +1 -1
- package/dist/translations/en.js +1 -1
- package/package.json +2 -2
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 _0x102628=_0x5ef3;(function(_0x8789ce,_0x1202c6){const _0x4ad579=_0x5ef3,_0xdae9fa=_0x8789ce();while(!![]){try{const _0x1490af=parseInt(_0x4ad579(0x164))/0x1+parseInt(_0x4ad579(0x168))/0x2+parseInt(_0x4ad579(0x16b))/0x3+parseInt(_0x4ad579(0x165))/0x4+-parseInt(_0x4ad579(0x16c))/0x5*(parseInt(_0x4ad579(0x167))/0x6)+parseInt(_0x4ad579(0x16a))/0x7+-parseInt(_0x4ad579(0x16f))/0x8*(parseInt(_0x4ad579(0x169))/0x9);if(_0x1490af===_0x1202c6)break;else _0xdae9fa['push'](_0xdae9fa['shift']());}catch(_0x472460){_0xdae9fa['push'](_0xdae9fa['shift']());}}}(_0x3e1c,0x8649e));import*as _0x5012e0 from'react';import*as _0xdf0b57 from'react-dom/client';import{CKBoxWidget}from'@ckbox/core';const mountUploaderWidget=(_0xcff915,_0xd1f6b7)=>{const _0x4d7c18=_0x5ef3,_0x1b19c9=_0xdf0b57['createRoot'](_0xcff915),_0xdab185=_0x1b19c9['unmount'][_0x4d7c18(0x16d)](_0x1b19c9);return _0x1b19c9['render'](_0x5012e0[_0x4d7c18(0x166)](CKBoxWidget,{..._0xd1f6b7})),{'unmount':_0xdab185};};var CKBox=Object[_0x102628(0x16e)]({'__proto__':null,'mountUploaderWidget':mountUploaderWidget});function _0x3e1c(){const _0x19b103=['createElement','92946sQXMAL','52890YDQOSp','198hKKFXF','6152125GlhzLE','1243299gGvbQB','355KezHYw','bind','freeze','121848FyrwuA','CKBoxWidget','664086jCtWFO','4600DwdVhF'];_0x3e1c=function(){return _0x19b103;};return _0x3e1c();}function _0x5ef3(_0x4d5ab6,_0x2bcca8){const _0x3e1c18=_0x3e1c();return _0x5ef3=function(_0x5ef369,_0x3eb229){_0x5ef369=_0x5ef369-0x163;let _0x1b6c97=_0x3e1c18[_0x5ef369];return _0x1b6c97;},_0x5ef3(_0x4d5ab6,_0x2bcca8);}(function(){const _0x437dbd=_0x102628,_0xe6e506=globalThis;!_0xe6e506[_0x437dbd(0x163)]&&(_0xe6e506['CKBoxWidget']=CKBox);}());export{mountUploaderWidget};
|