@sprucelabs/spruce-organization-utils 4.0.8 → 4.1.0
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.
|
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
};
|
|
10
10
|
import { AbstractViewController, buildActiveRecordCard, } from '@sprucelabs/heartwood-view-controllers';
|
|
11
11
|
import { locationRenderer } from '@sprucelabs/spruce-skill-utils';
|
|
12
|
-
|
|
12
|
+
class OrganizationListCardViewController extends AbstractViewController {
|
|
13
13
|
constructor(options) {
|
|
14
14
|
super(options);
|
|
15
15
|
this.onDelete = options.onDelete;
|
|
@@ -110,3 +110,4 @@ export default class OrganizationListCardViewController extends AbstractViewCont
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
OrganizationListCardViewController.id = 'org-list-card';
|
|
113
|
+
export default OrganizationListCardViewController;
|
|
@@ -96,5 +96,5 @@ class OrganizationListCardViewController extends heartwood_view_controllers_1.Ab
|
|
|
96
96
|
return this.activeRecordCardVc.render();
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
-
exports.default = OrganizationListCardViewController;
|
|
100
99
|
OrganizationListCardViewController.id = 'org-list-card';
|
|
100
|
+
exports.default = OrganizationListCardViewController;
|