@veloceapps/sdk 11.0.0-1 → 11.0.0-2
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.
- package/cms/cms.actions.d.ts +0 -40
- package/cms/vendor-map.d.ts +0 -12
- package/core/modules/configuration/services/configuration-state.service.d.ts +0 -4
- package/core/types/flow-customization.types.d.ts +0 -12
- package/esm2020/cms/cms.actions.mjs +1 -36
- package/esm2020/cms/components/element-tools-panel/element-tools-panel.component.mjs +3 -3
- package/esm2020/core/modules/configuration/services/configuration-state.service.mjs +2 -3
- package/esm2020/core/types/flow-customization.types.mjs +1 -1
- package/fesm2015/veloceapps-sdk-cms.mjs +4 -46
- package/fesm2015/veloceapps-sdk-cms.mjs.map +1 -1
- package/fesm2015/veloceapps-sdk-core.mjs +1 -2
- package/fesm2015/veloceapps-sdk-core.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk-cms.mjs +4 -46
- package/fesm2020/veloceapps-sdk-cms.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk-core.mjs +1 -2
- package/fesm2020/veloceapps-sdk-core.mjs.map +1 -1
- package/package.json +1 -1
@@ -2177,9 +2177,8 @@ class ConfigurationStateService {
|
|
2177
2177
|
}
|
2178
2178
|
}), takeUntil(this.canceledConfiguration$));
|
2179
2179
|
}
|
2180
|
-
saveConfiguration(
|
2180
|
+
saveConfiguration(flow) {
|
2181
2181
|
var _a, _b, _c, _d;
|
2182
|
-
const flow = typeof first === 'boolean' ? first : second;
|
2183
2182
|
if (this.isStatefulConfiguration) {
|
2184
2183
|
return this.flowStateApiService
|
2185
2184
|
.saveConfiguration((_a = this.flowStateService.stateId) !== null && _a !== void 0 ? _a : '', (_b = this.stateId) !== null && _b !== void 0 ? _b : '')
|