@veloceapps/sdk 8.0.0-91 → 8.0.0-93
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/core/modules/configuration/services/configuration.state.mjs +2 -2
- package/fesm2015/veloceapps-sdk-core.mjs +1 -1
- package/fesm2015/veloceapps-sdk-core.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk-core.mjs +1 -1
- package/fesm2020/veloceapps-sdk-core.mjs.map +1 -1
- package/package.json +1 -1
@@ -1493,7 +1493,7 @@ class ConfigurationState {
|
|
1493
1493
|
}
|
1494
1494
|
const { actions, selectors } = this.runtimeService.runtimeContext?.uiDefinitionContainer ?? {};
|
1495
1495
|
return this.statefulConfigurationApiService.init({
|
1496
|
-
|
1496
|
+
item: this.configurationService.generateRequest(),
|
1497
1497
|
actions: actions?.map(action => ({ name: action.apiName, script: action.script })),
|
1498
1498
|
selectors: selectors?.map(selector => ({ name: selector.apiName, script: selector.script })),
|
1499
1499
|
});
|