@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
| @@ -2203,8 +2203,7 @@ class ConfigurationStateService { | |
| 2203 2203 | 
             
                        }
         | 
| 2204 2204 | 
             
                    }), takeUntil(this.canceledConfiguration$));
         | 
| 2205 2205 | 
             
                }
         | 
| 2206 | 
            -
                saveConfiguration( | 
| 2207 | 
            -
                    const flow = typeof first === 'boolean' ? first : second;
         | 
| 2206 | 
            +
                saveConfiguration(flow) {
         | 
| 2208 2207 | 
             
                    if (this.isStatefulConfiguration) {
         | 
| 2209 2208 | 
             
                        return this.flowStateApiService
         | 
| 2210 2209 | 
             
                            .saveConfiguration(this.flowStateService.stateId ?? '', this.stateId ?? '')
         |