@dao42/d42paas-front 0.8.5 → 0.9.1
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.d.ts +7 -0
- package/dist/DaoPaaS.es.js +99801 -99063
- package/dist/DaoPaaS.umd.js +640 -575
- package/dist/sdk/docs/assets/search.js +1 -1
- package/dist/sdk/docs/classes/DaoPaaS.html +21 -19
- package/dist/sdk/docs/index.html +19 -3
- package/dist/sdk/docs/interfaces/BrowserProps.html +5 -5
- package/dist/sdk/docs/interfaces/Component.html +2 -2
- package/dist/sdk/docs/interfaces/ConsoleOrShellProps.html +8 -8
- package/dist/sdk/docs/interfaces/DiffPatternInfo.html +1 -1
- package/dist/sdk/docs/interfaces/EditorProps.html +4 -4
- package/dist/sdk/docs/interfaces/ErrorType.html +1 -1
- package/dist/sdk/docs/interfaces/MenuTagProps.html +1 -1
- package/dist/sdk/docs/interfaces/MessageType.html +5 -5
- package/dist/sdk/docs/interfaces/Options.html +8 -8
- package/dist/sdk/docs/interfaces/TreeProps.html +8 -8
- package/dist/sdk/docs/interfaces/UserInfo.html +2 -2
- package/dist/sdk/docs/modules.html +2 -2
- package/dist/style.css +2 -2
- package/package.json +12 -5
package/dist/DaoPaaS.d.ts
CHANGED
|
@@ -539,6 +539,13 @@ export class DaoPaaS {
|
|
|
539
539
|
*/
|
|
540
540
|
setDiff(current: DiffPatternInfo, next: DiffPatternInfo): void;
|
|
541
541
|
|
|
542
|
+
/**
|
|
543
|
+
*
|
|
544
|
+
* Replaying method for global calling.
|
|
545
|
+
*
|
|
546
|
+
*/
|
|
547
|
+
|
|
548
|
+
replayAll(): void;
|
|
542
549
|
/**
|
|
543
550
|
*
|
|
544
551
|
* Replaying method for global calling.
|