ados-rcm 1.1.122 → 1.1.123
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 +6 -0
- package/dist/AModule/AComponents/ATree/ATree.d.ts +2 -14
- package/dist/AModule/AComponents/ATree/ATreeItem.d.ts +1 -3
- package/dist/AModule/AUtils/dlgF.d.ts +3 -0
- package/dist/index.cjs.js +31 -31
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +5825 -5810
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -40,6 +40,7 @@ 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';
|
43
44
|
export * from './AModule/AUtils/fileF';
|
44
45
|
export * from './AModule/AUtils/numF';
|
45
46
|
export * from './AModule/AUtils/objF';
|