ados-rcm 1.1.123 → 1.1.125
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ADialog/ADialog.d.ts +3 -6
- package/dist/AModule/AComponents/ATree/ATree.d.ts +14 -2
- package/dist/AModule/AComponents/ATree/ATreeItem.d.ts +3 -1
- package/dist/index.cjs.js +28 -28
- package/dist/index.d.ts +0 -1
- package/dist/index.es.js +2933 -2922
- package/package.json +1 -1
- package/dist/AModule/AUtils/dlgF.d.ts +0 -3
package/dist/index.d.ts
CHANGED
@@ -40,7 +40,6 @@ export * from './AModule/ANetwork/APIContext';
|
|
40
40
|
export * from './AModule/AUtils/bound';
|
41
41
|
export * from './AModule/AUtils/cbF';
|
42
42
|
export * from './AModule/AUtils/dateF';
|
43
|
-
export * from './AModule/AUtils/dlgF';
|
44
43
|
export * from './AModule/AUtils/fileF';
|
45
44
|
export * from './AModule/AUtils/numF';
|
46
45
|
export * from './AModule/AUtils/objF';
|