@veloceapps/sdk 8.0.0-137 → 8.0.0-139
Sign up to get free protection for your applications and to get access to all the features.
- package/core/modules/configuration/services/configuration-state.service.d.ts +2 -2
- package/esm2020/cms/components/element-tools-panel/element-tools-panel.component.mjs +3 -3
- package/esm2020/core/modules/configuration/services/configuration-state.service.mjs +12 -4
- package/esm2020/core/services/flow-state.service.mjs +10 -2
- package/fesm2015/veloceapps-sdk-cms.mjs +2 -2
- package/fesm2015/veloceapps-sdk-cms.mjs.map +1 -1
- package/fesm2015/veloceapps-sdk-core.mjs +18 -2
- package/fesm2015/veloceapps-sdk-core.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk-cms.mjs +2 -2
- package/fesm2020/veloceapps-sdk-cms.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk-core.mjs +18 -2
- package/fesm2020/veloceapps-sdk-core.mjs.map +1 -1
- package/package.json +1 -1
@@ -2,11 +2,11 @@ import { FlowStateApiService, QuoteApiService } from '@veloceapps/api';
|
|
2
2
|
import { ToastService } from '@veloceapps/components';
|
3
3
|
import { FlowStateExecutionRequestDTO, FlowStateExecutionResult, FlowStateSelectorResponse } from '@veloceapps/core';
|
4
4
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
5
|
-
import { ConfigurationRuntimeService } from './configuration-runtime.service';
|
6
|
-
import { ConfigurationService } from './configuration.service';
|
7
5
|
import { FlowInfoService, FlowStateService, QuoteDraftService } from '../../../services';
|
8
6
|
import { FlowStateSubscriptionOptions } from '../../../types/flow-state.types';
|
9
7
|
import { FlowConfigurationService } from '../../flow-configuration';
|
8
|
+
import { ConfigurationRuntimeService } from './configuration-runtime.service';
|
9
|
+
import { ConfigurationService } from './configuration.service';
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
export declare class ConfigurationStateService {
|
12
12
|
private configurationRuntimeService;
|