@sprucelabs/spruce-location-utils 7.0.8 → 7.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.
|
@@ -10,7 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
10
10
|
import { AbstractViewController, buildActiveRecordCard, } from '@sprucelabs/heartwood-view-controllers';
|
|
11
11
|
import { eventResponseUtil } from '@sprucelabs/spruce-event-utils';
|
|
12
12
|
import { locationRenderer } from '@sprucelabs/spruce-skill-utils';
|
|
13
|
-
|
|
13
|
+
class LocationListCardViewController extends AbstractViewController {
|
|
14
14
|
constructor(options) {
|
|
15
15
|
super(options);
|
|
16
16
|
const { onDelete, selectedLocationId, footerButtons, currentOrganizationId, onEdit, } = options;
|
|
@@ -121,3 +121,4 @@ export default class LocationListCardViewController extends AbstractViewControll
|
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
LocationListCardViewController.id = 'location-list-card';
|
|
124
|
+
export default LocationListCardViewController;
|
|
@@ -109,5 +109,5 @@ class LocationListCardViewController extends heartwood_view_controllers_1.Abstra
|
|
|
109
109
|
return this.activeRecordCardVc.render();
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
|
-
exports.default = LocationListCardViewController;
|
|
113
112
|
LocationListCardViewController.id = 'location-list-card';
|
|
113
|
+
exports.default = LocationListCardViewController;
|