@sprucelabs/spruce-appointment-utils 7.7.22 → 7.7.25
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.
|
@@ -43,7 +43,6 @@ export default class AbstractCapabilityCardViewController extends AbstractViewCo
|
|
|
43
43
|
name: 'isEnabled',
|
|
44
44
|
value: (_b = serviceCapability === null || serviceCapability === void 0 ? void 0 : serviceCapability.isEnabled) !== null && _b !== void 0 ? _b : false,
|
|
45
45
|
onChange: (value) => __awaiter(this, void 0, void 0, function* () {
|
|
46
|
-
console.log('toggling is enabled');
|
|
47
46
|
yield this.handleClickCheckbox(service, value);
|
|
48
47
|
}),
|
|
49
48
|
},
|
|
@@ -61,7 +60,6 @@ export default class AbstractCapabilityCardViewController extends AbstractViewCo
|
|
|
61
60
|
name: 'doesOffer',
|
|
62
61
|
value: (_e = serviceCapability === null || serviceCapability === void 0 ? void 0 : serviceCapability.doesOffer) !== null && _e !== void 0 ? _e : false,
|
|
63
62
|
onChange: (value) => __awaiter(this, void 0, void 0, function* () {
|
|
64
|
-
console.log('toggling does offer');
|
|
65
63
|
yield this.handleToggleDoesOffer(service, value);
|
|
66
64
|
}),
|
|
67
65
|
},
|
|
@@ -36,7 +36,6 @@ class AbstractCapabilityCardViewController extends heartwood_view_controllers_1.
|
|
|
36
36
|
name: 'isEnabled',
|
|
37
37
|
value: (_b = serviceCapability === null || serviceCapability === void 0 ? void 0 : serviceCapability.isEnabled) !== null && _b !== void 0 ? _b : false,
|
|
38
38
|
onChange: async (value) => {
|
|
39
|
-
console.log('toggling is enabled');
|
|
40
39
|
await this.handleClickCheckbox(service, value);
|
|
41
40
|
},
|
|
42
41
|
},
|
|
@@ -54,7 +53,6 @@ class AbstractCapabilityCardViewController extends heartwood_view_controllers_1.
|
|
|
54
53
|
name: 'doesOffer',
|
|
55
54
|
value: (_e = serviceCapability === null || serviceCapability === void 0 ? void 0 : serviceCapability.doesOffer) !== null && _e !== void 0 ? _e : false,
|
|
56
55
|
onChange: async (value) => {
|
|
57
|
-
console.log('toggling does offer');
|
|
58
56
|
await this.handleToggleDoesOffer(service, value);
|
|
59
57
|
},
|
|
60
58
|
},
|