@ckbox/uploader 2.10.0-rc.1 → 2.10.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 +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
|
-
(function(
|
|
4
|
+
const _0x1af0c6=_0x44db;(function(_0x4f3dba,_0x1d34df){const _0x2e23ce=_0x44db,_0x38b4e2=_0x4f3dba();while(!![]){try{const _0x166d71=parseInt(_0x2e23ce(0x199))/0x1*(parseInt(_0x2e23ce(0x18d))/0x2)+-parseInt(_0x2e23ce(0x197))/0x3+parseInt(_0x2e23ce(0x194))/0x4*(-parseInt(_0x2e23ce(0x198))/0x5)+-parseInt(_0x2e23ce(0x195))/0x6*(-parseInt(_0x2e23ce(0x19c))/0x7)+parseInt(_0x2e23ce(0x19b))/0x8+-parseInt(_0x2e23ce(0x18e))/0x9+-parseInt(_0x2e23ce(0x18f))/0xa*(-parseInt(_0x2e23ce(0x19a))/0xb);if(_0x166d71===_0x1d34df)break;else _0x38b4e2['push'](_0x38b4e2['shift']());}catch(_0x4b862e){_0x38b4e2['push'](_0x38b4e2['shift']());}}}(_0xb21b,0xde2d6));import*as _0x1a7fa8 from'react';function _0x44db(_0x397090,_0x2b96cf){_0x397090=_0x397090-0x18c;const _0xb21bf0=_0xb21b();let _0x44db39=_0xb21bf0[_0x397090];return _0x44db39;}import*as _0x4c06b1 from'react-dom/client';import{CKBoxWidget}from'@ckbox/core';const mountUploaderWidget=(_0x1ad17c,_0x2a5a1e)=>{const _0x4301fe=_0x44db,_0x5c4f11=_0x4c06b1[_0x4301fe(0x190)](_0x1ad17c),_0x1782d8=_0x5c4f11[_0x4301fe(0x18c)][_0x4301fe(0x19d)](_0x5c4f11);return _0x5c4f11[_0x4301fe(0x191)](_0x1a7fa8[_0x4301fe(0x192)](CKBoxWidget,{..._0x2a5a1e})),{'unmount':_0x1782d8};};var CKBox=Object[_0x1af0c6(0x196)]({'__proto__':null,'mountUploaderWidget':mountUploaderWidget});function _0xb21b(){const _0x1a3dfe=['13531CnJxIs','bind','unmount','17586ziOsjJ','14447394BhcmRZ','187510mpASpN','createRoot','render','createElement','CKBoxWidget','172BLTUMN','3846yrDAXa','freeze','1433256fDkvSW','42765WYEMDo','106ZZtqsQ','671uXyDVn','367304tlxtBz'];_0xb21b=function(){return _0x1a3dfe;};return _0xb21b();}(function(){const _0x9f0600=_0x1af0c6,_0x5ff56f=globalThis;!_0x5ff56f[_0x9f0600(0x193)]&&(_0x5ff56f['CKBoxWidget']=CKBox);}());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.10.0
|
|
25
|
+
"version": "2.10.0",
|
|
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.2.3",
|
|
33
33
|
"react-dom": "^19.2.3",
|
|
34
34
|
"tslib": "^2.8.1",
|
|
35
|
-
"@ckbox/core": "2.10.0
|
|
35
|
+
"@ckbox/core": "2.10.0"
|
|
36
36
|
}
|
|
37
37
|
}
|