@sprucelabs/spruce-profile-utils 2.1.7 → 2.1.9
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.
|
@@ -117,5 +117,5 @@ class RoleSelectCardViewController extends heartwood_view_controllers_1.Abstract
|
|
|
117
117
|
return this.activeRecordCardVc.render();
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
|
-
exports.default = RoleSelectCardViewController;
|
|
121
120
|
RoleSelectCardViewController.id = 'role-select-card';
|
|
121
|
+
exports.default = RoleSelectCardViewController;
|
|
@@ -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 { assertOptions } from '@sprucelabs/schema';
|
|
12
|
-
|
|
12
|
+
class RoleSelectCardViewController extends AbstractViewController {
|
|
13
13
|
constructor(options) {
|
|
14
14
|
super(options);
|
|
15
15
|
this.isLoaded = false;
|
|
@@ -129,3 +129,4 @@ export default class RoleSelectCardViewController extends AbstractViewController
|
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
RoleSelectCardViewController.id = 'role-select-card';
|
|
132
|
+
export default RoleSelectCardViewController;
|