@ckbox/uploader 2.9.0-rc.1 → 2.9.0-rc.2
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/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 _0x462ac7=_0x3baa;(function(_0x2fe232,_0x2a7ba3){const _0xc26a50=_0x3baa,_0xbcdd17=_0x2fe232();while(!![]){try{const _0x4dbec6=-parseInt(_0xc26a50(0x71))/0x1*(-parseInt(_0xc26a50(0x7a))/0x2)+parseInt(_0xc26a50(0x72))/0x3*(-parseInt(_0xc26a50(0x80))/0x4)+parseInt(_0xc26a50(0x7e))/0x5*(parseInt(_0xc26a50(0x74))/0x6)+-parseInt(_0xc26a50(0x7d))/0x7+-parseInt(_0xc26a50(0x7b))/0x8*(-parseInt(_0xc26a50(0x75))/0x9)+-parseInt(_0xc26a50(0x81))/0xa*(parseInt(_0xc26a50(0x76))/0xb)+-parseInt(_0xc26a50(0x73))/0xc;if(_0x4dbec6===_0x2a7ba3)break;else _0xbcdd17['push'](_0xbcdd17['shift']());}catch(_0x4a3067){_0xbcdd17['push'](_0xbcdd17['shift']());}}}(_0x53a4,0x1be22));import*as _0x27db2d from'react';import*as _0x55e46c from'react-dom/client';import{CKBoxWidget}from'@ckbox/core';const mountUploaderWidget=(_0x2fe8b7,_0x21f3fe)=>{const _0x29f5b2=_0x3baa,_0x3516d2=_0x55e46c['createRoot'](_0x2fe8b7),_0x3ce30a=_0x3516d2[_0x29f5b2(0x79)][_0x29f5b2(0x77)](_0x3516d2);return _0x3516d2[_0x29f5b2(0x7f)](_0x27db2d['createElement'](CKBoxWidget,{..._0x21f3fe})),{'unmount':_0x3ce30a};};var CKBox=Object[_0x462ac7(0x78)]({'__proto__':null,'mountUploaderWidget':mountUploaderWidget});(function(){const _0x23a749=_0x462ac7,_0x5e4de3=globalThis;!_0x5e4de3[_0x23a749(0x7c)]&&(_0x5e4de3[_0x23a749(0x7c)]=CKBox);}());function _0x3baa(_0x1cd598,_0x8a6462){const _0x53a4b4=_0x53a4();return _0x3baa=function(_0x3baa6e,_0x1f6297){_0x3baa6e=_0x3baa6e-0x71;let _0x23aca1=_0x53a4b4[_0x3baa6e];return _0x23aca1;},_0x3baa(_0x1cd598,_0x8a6462);}function _0x53a4(){const _0xbdebc8=['140015fQouvD','render','18748sxyyfp','70870GfjgNR','112231CFOeaP','48OEoALq','2982108kVCgZm','36FDGXRX','72SAeAVV','165CyKzhm','bind','freeze','unmount','4zbyRWU','181496cOaVRt','CKBoxWidget','209720SpxKzK'];_0x53a4=function(){return _0xbdebc8;};return _0x53a4();}export{mountUploaderWidget};
|
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
24
24
|
"name": "@ckbox/uploader",
|
|
25
|
-
"version": "2.9.0-rc.
|
|
25
|
+
"version": "2.9.0-rc.2",
|
|
26
26
|
"description": "CKBox upload widget",
|
|
27
27
|
"main": "dist/index.js",
|
|
28
28
|
"types": "dist/index.d.ts",
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"react": "^19.1.0",
|
|
33
33
|
"react-dom": "^19.1.0",
|
|
34
34
|
"tslib": "^2.8.1",
|
|
35
|
-
"@ckbox/core": "2.9.0-rc.
|
|
35
|
+
"@ckbox/core": "2.9.0-rc.2"
|
|
36
36
|
}
|
|
37
37
|
}
|