@dao42/d42paas-front 0.7.59 → 0.7.60
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/dist/DaoPaaS.es.js +4541 -8017
- package/dist/DaoPaaS.umd.js +484 -489
- package/dist/editor.d.ts +7 -0
- package/package.json +1 -1
package/dist/editor.d.ts
CHANGED
|
@@ -503,7 +503,14 @@ export class DaoPaaS {
|
|
|
503
503
|
* @param {unFollowUser} args
|
|
504
504
|
*
|
|
505
505
|
*/
|
|
506
|
+
dispose(): Promise<string>;
|
|
506
507
|
|
|
508
|
+
/**
|
|
509
|
+
*
|
|
510
|
+
* Replaying method for global calling.
|
|
511
|
+
* @param {unFollowUser} args
|
|
512
|
+
*
|
|
513
|
+
*/
|
|
507
514
|
unFollowUser(user: UserInfo, callback: (userInfo: UserInfo) => void): void;
|
|
508
515
|
|
|
509
516
|
/**
|