@sprucelabs/heartwood-view-controllers 126.11.9 → 126.11.10
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.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { SelectChoice } from '@sprucelabs/schema';
|
|
2
2
|
import { SpruceSchemas } from '@sprucelabs/spruce-core-schemas';
|
|
3
|
-
import AppController from '../../
|
|
4
|
-
import { ConfirmOptions, ViewController, Router, CardSection, Card, TriggerRenderHandler, RouterDestination } from '../../types/heartwood.types';
|
|
3
|
+
import { ConfirmOptions, ViewController, Router, CardSection, Card, TriggerRenderHandler, RouterDestination, AppController } from '../../types/heartwood.types';
|
|
5
4
|
import AbstractAppController from '../../viewControllers/Abstract.ac';
|
|
6
5
|
export type Vc = ViewController<any>;
|
|
7
6
|
export declare const WAIT_TIMEOUT = 5000;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { SelectChoice } from '@sprucelabs/schema';
|
|
2
2
|
import { SpruceSchemas } from '@sprucelabs/spruce-core-schemas';
|
|
3
|
-
import AppController from '../../
|
|
4
|
-
import { ConfirmOptions, ViewController, Router, CardSection, Card, TriggerRenderHandler, RouterDestination } from '../../types/heartwood.types';
|
|
3
|
+
import { ConfirmOptions, ViewController, Router, CardSection, Card, TriggerRenderHandler, RouterDestination, AppController } from '../../types/heartwood.types';
|
|
5
4
|
import AbstractAppController from '../../viewControllers/Abstract.ac';
|
|
6
5
|
export type Vc = ViewController<any>;
|
|
7
6
|
export declare const WAIT_TIMEOUT = 5000;
|
package/package.json
CHANGED