@ckbox/uploader 2.9.0-rc.3 → 2.9.0-rc.4
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 +4 -4
- package/dist/ckboxWidget.js +1 -1
- package/dist/index.js +1 -1
- package/dist/styles/ckbox.css +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/es-la.js +1 -1
- package/dist/translations/es-mx.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fr-ca.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/mr.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/zh-tw.js +1 -1
- package/dist/translations/zh.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
|
-
|
|
4
|
+
(function(_0x38421a,_0x2b9359){const _0x50f3b6=_0x30e3,_0x154e04=_0x38421a();while(!![]){try{const _0x1c81a4=parseInt(_0x50f3b6(0x1ca))/0x1*(parseInt(_0x50f3b6(0x1d3))/0x2)+-parseInt(_0x50f3b6(0x1cd))/0x3*(parseInt(_0x50f3b6(0x1cb))/0x4)+parseInt(_0x50f3b6(0x1ce))/0x5+parseInt(_0x50f3b6(0x1c8))/0x6+parseInt(_0x50f3b6(0x1d4))/0x7+-parseInt(_0x50f3b6(0x1cc))/0x8*(-parseInt(_0x50f3b6(0x1d2))/0x9)+-parseInt(_0x50f3b6(0x1c7))/0xa;if(_0x1c81a4===_0x2b9359)break;else _0x154e04['push'](_0x154e04['shift']());}catch(_0x236f22){_0x154e04['push'](_0x154e04['shift']());}}}(_0x490f,0x68fd9));import*as _0x4341ca from'react';import*as _0x44c759 from'react-dom/client';import{CKBoxWidget}from'@ckbox/core';const mountUploaderWidget=(_0x3aefe1,_0x1b805b)=>{const _0x573fe3=_0x30e3,_0x337979=_0x44c759['createRoot'](_0x3aefe1),_0x293036=_0x337979[_0x573fe3(0x1d1)][_0x573fe3(0x1c9)](_0x337979);return _0x337979[_0x573fe3(0x1d0)](_0x4341ca[_0x573fe3(0x1d5)](CKBoxWidget,{..._0x1b805b})),{'unmount':_0x293036};};var CKBox=Object['freeze']({'__proto__':null,'mountUploaderWidget':mountUploaderWidget});(function(){const _0x395fdd=_0x30e3,_0x4f99a5=globalThis;!_0x4f99a5[_0x395fdd(0x1cf)]&&(_0x4f99a5['CKBoxWidget']=CKBox);}());function _0x30e3(_0x52d323,_0x4fe643){const _0x490fd6=_0x490f();return _0x30e3=function(_0x30e3aa,_0x560ed4){_0x30e3aa=_0x30e3aa-0x1c7;let _0x4e7589=_0x490fd6[_0x30e3aa];return _0x4e7589;},_0x30e3(_0x52d323,_0x4fe643);}function _0x490f(){const _0x56e6a1=['12EQrcPw','4061605AZtbrr','CKBoxWidget','render','unmount','469773qSbuoY','2072UKUQim','3476984bITbku','createElement','16293540btPDjx','3847866lDVhvA','bind','559XKIFvg','626664PCOUeU','24ktTQEu'];_0x490f=function(){return _0x56e6a1;};return _0x490f();}export{mountUploaderWidget};
|