@sprucelabs/spruce-appointment-utils 11.8.3 → 11.9.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.
|
@@ -15,7 +15,7 @@ export default class AbstractCapabilityCardViewController extends AbstractViewCo
|
|
|
15
15
|
this.capabilities = [];
|
|
16
16
|
}
|
|
17
17
|
ActiveRecordCard(row) {
|
|
18
|
-
return this.Controller('
|
|
18
|
+
return this.Controller('active-record-card', buildActiveRecordCard({
|
|
19
19
|
id: row.id,
|
|
20
20
|
columnWidths: ['content', 'fill'],
|
|
21
21
|
shouldRenderRowDividers: true,
|
|
@@ -8,7 +8,7 @@ class AbstractCapabilityCardViewController extends heartwood_view_controllers_1.
|
|
|
8
8
|
this.capabilities = [];
|
|
9
9
|
}
|
|
10
10
|
ActiveRecordCard(row) {
|
|
11
|
-
return this.Controller('
|
|
11
|
+
return this.Controller('active-record-card', (0, heartwood_view_controllers_1.buildActiveRecordCard)({
|
|
12
12
|
id: row.id,
|
|
13
13
|
columnWidths: ['content', 'fill'],
|
|
14
14
|
shouldRenderRowDividers: true,
|