@sprucelabs/spruce-role-utils 1.0.8 → 1.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 { assertOptions } from '@sprucelabs/schema';
|
|
12
|
-
|
|
12
|
+
class RoleSelectCardViewController extends AbstractViewController {
|
|
13
13
|
constructor(options) {
|
|
14
14
|
super(options);
|
|
15
15
|
this.isLoaded = false;
|
|
@@ -148,3 +148,4 @@ export default class RoleSelectCardViewController extends AbstractViewController
|
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
RoleSelectCardViewController.id = 'role-select-card';
|
|
151
|
+
export default RoleSelectCardViewController;
|
|
@@ -130,5 +130,5 @@ class RoleSelectCardViewController extends heartwood_view_controllers_1.Abstract
|
|
|
130
130
|
return this.activeCardVc.render();
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
-
exports.default = RoleSelectCardViewController;
|
|
134
133
|
RoleSelectCardViewController.id = 'role-select-card';
|
|
134
|
+
exports.default = RoleSelectCardViewController;
|