@sprucelabs/spruce-organization-utils 9.0.92 → 9.0.93
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.
|
@@ -24,7 +24,7 @@ export default class OrganizationListCardViewController extends AbstractViewCont
|
|
|
24
24
|
handleDeleteOrg(org: SpruceSchemas.Spruce.v2020_07_22.Organization): Promise<void>;
|
|
25
25
|
load(): Promise<void>;
|
|
26
26
|
getListVc(): import("@sprucelabs/heartwood-view-controllers").ListViewController;
|
|
27
|
-
getCardVc(): Pick<import("@sprucelabs/heartwood-view-controllers").CardViewController, "
|
|
27
|
+
getCardVc(): Pick<import("@sprucelabs/heartwood-view-controllers").CardViewController, "setCriticalError" | "getHasCriticalError" | "clearCriticalError" | "setIsBusy" | "isBusy" | "setHeaderTitle" | "setHeaderSubtitle" | "enableFooter" | "disableFooter" | "setFooter" | "getHeaderTitle" | "getFooter" | "getHeaderSubtitle" | "render" | "triggerRender" | "setTriggerRenderHandler">;
|
|
28
28
|
render(): SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card;
|
|
29
29
|
}
|
|
30
30
|
export {};
|
|
@@ -18,7 +18,7 @@ class OrganizationListCardViewController extends AbstractViewController {
|
|
|
18
18
|
this.activeRecordCardVc = this.ActiveRecordCardVc(options);
|
|
19
19
|
}
|
|
20
20
|
ActiveRecordCardVc(options) {
|
|
21
|
-
return this.Controller('
|
|
21
|
+
return this.Controller('active-record-card', buildActiveRecordCard({
|
|
22
22
|
eventName: 'list-organizations::v2020_12_25',
|
|
23
23
|
responseKey: 'organizations',
|
|
24
24
|
columnWidths: ['fill'],
|
|
@@ -24,7 +24,7 @@ export default class OrganizationListCardViewController extends AbstractViewCont
|
|
|
24
24
|
handleDeleteOrg(org: SpruceSchemas.Spruce.v2020_07_22.Organization): Promise<void>;
|
|
25
25
|
load(): Promise<void>;
|
|
26
26
|
getListVc(): import("@sprucelabs/heartwood-view-controllers").ListViewController;
|
|
27
|
-
getCardVc(): Pick<import("@sprucelabs/heartwood-view-controllers").CardViewController, "
|
|
27
|
+
getCardVc(): Pick<import("@sprucelabs/heartwood-view-controllers").CardViewController, "setCriticalError" | "getHasCriticalError" | "clearCriticalError" | "setIsBusy" | "isBusy" | "setHeaderTitle" | "setHeaderSubtitle" | "enableFooter" | "disableFooter" | "setFooter" | "getHeaderTitle" | "getFooter" | "getHeaderSubtitle" | "render" | "triggerRender" | "setTriggerRenderHandler">;
|
|
28
28
|
render(): SpruceSchemas.HeartwoodViewControllers.v2021_02_11.Card;
|
|
29
29
|
}
|
|
30
30
|
export {};
|
|
@@ -11,7 +11,7 @@ class OrganizationListCardViewController extends heartwood_view_controllers_1.Ab
|
|
|
11
11
|
this.activeRecordCardVc = this.ActiveRecordCardVc(options);
|
|
12
12
|
}
|
|
13
13
|
ActiveRecordCardVc(options) {
|
|
14
|
-
return this.Controller('
|
|
14
|
+
return this.Controller('active-record-card', (0, heartwood_view_controllers_1.buildActiveRecordCard)({
|
|
15
15
|
eventName: 'list-organizations::v2020_12_25',
|
|
16
16
|
responseKey: 'organizations',
|
|
17
17
|
columnWidths: ['fill'],
|