@veloceapps/sdk 5.0.14-9 → 5.0.14-GOOGLE
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/bundles/{veloceapps-sdk-cms.umd.js → veloce-sdk-cms.umd.js} +15 -16
- package/bundles/veloce-sdk-cms.umd.js.map +1 -0
- package/bundles/{veloceapps-sdk-core.umd.js → veloce-sdk-core.umd.js} +42 -197
- package/bundles/veloce-sdk-core.umd.js.map +1 -0
- package/bundles/{veloceapps-sdk-runtime.umd.js → veloce-sdk-runtime.umd.js} +4 -4
- package/bundles/veloce-sdk-runtime.umd.js.map +1 -0
- package/bundles/{veloceapps-sdk.umd.js → veloce-sdk.umd.js} +23 -27
- package/bundles/veloce-sdk.umd.js.map +1 -0
- package/cms/cms.default.d.ts +1 -1
- package/cms/components/element-renderer/element-renderer.component.d.ts +1 -1
- package/cms/components/preview/preview.component.d.ts +1 -1
- package/cms/components/preview/preview.module.d.ts +1 -1
- package/cms/injection-tokens.d.ts +1 -1
- package/cms/launcher.module.d.ts +3 -3
- package/cms/modules/federated/federated.module.d.ts +1 -1
- package/cms/package.json +7 -7
- package/cms/services/launcher.service.d.ts +1 -1
- package/cms/types/configuration.types.d.ts +1 -1
- package/cms/utils/element.utils.d.ts +1 -1
- package/cms/utils/elements-resolver.d.ts +1 -1
- package/{veloceapps-sdk.d.ts → cms/veloce-sdk-cms.d.ts} +1 -1
- package/cms/vendor-map.d.ts +70 -71
- package/core/modules/configuration/configuration.module.d.ts +1 -1
- package/core/modules/configuration/helpers.d.ts +1 -1
- package/core/modules/configuration/services/configuration-runtime.service.d.ts +2 -2
- package/core/modules/configuration/services/configuration.service.d.ts +2 -2
- package/core/modules/configuration/services/runtime-context.service.d.ts +1 -1
- package/core/modules/configuration/types/configuration-runtime.types.d.ts +1 -1
- package/core/modules/flow-configuration/services/flow-configuration.service.d.ts +2 -2
- package/core/modules/flow-configuration/services/flow-update.service.d.ts +1 -1
- package/core/package.json +7 -7
- package/core/services/context.service.d.ts +2 -2
- package/core/services/index.d.ts +0 -1
- package/core/services/product-images.service.d.ts +1 -1
- package/core/services/quote-draft.service.d.ts +3 -5
- package/core/types/quote-states.types.d.ts +1 -1
- package/core/types/runtime.types.d.ts +1 -1
- package/core/utils/line-item.utils.d.ts +1 -2
- package/core/utils/line-item.worker.d.ts +1 -1
- package/{cms/veloceapps-sdk-cms.d.ts → core/veloce-sdk-core.d.ts} +1 -1
- package/esm2015/cms/cms.default.js +1 -1
- package/esm2015/cms/components/element-renderer/element-renderer.component.js +3 -3
- package/esm2015/cms/components/preview/preview.component.js +3 -3
- package/esm2015/cms/components/preview/preview.module.js +2 -2
- package/esm2015/cms/injection-tokens.js +1 -1
- package/esm2015/cms/launcher.module.js +4 -4
- package/esm2015/cms/modules/federated/federated.component.js +1 -1
- package/esm2015/cms/modules/federated/federated.module.js +2 -2
- package/esm2015/cms/plugins/configuration.plugin.js +2 -2
- package/esm2015/cms/plugins/script.plugin.js +2 -2
- package/esm2015/cms/services/launcher.service.js +2 -3
- package/esm2015/cms/types/configuration.types.js +1 -1
- package/esm2015/cms/utils/element.utils.js +1 -1
- package/esm2015/cms/utils/elements-resolver.js +1 -1
- package/esm2015/cms/veloce-sdk-cms.js +5 -0
- package/esm2015/cms/vendor-map.js +12 -9
- package/esm2015/core/core.module.js +4 -4
- package/esm2015/core/modules/configuration/configuration.module.js +3 -3
- package/esm2015/core/modules/configuration/helpers.js +2 -2
- package/esm2015/core/modules/configuration/services/configuration-runtime.service.js +3 -3
- package/esm2015/core/modules/configuration/services/configuration.service.js +4 -4
- package/esm2015/core/modules/configuration/services/runtime-context.service.js +3 -3
- package/esm2015/core/modules/configuration/types/configuration-runtime.types.js +1 -1
- package/esm2015/core/modules/flow-configuration/flow-configuration.module.js +2 -2
- package/esm2015/core/modules/flow-configuration/services/flow-configuration.service.js +3 -10
- package/esm2015/core/modules/flow-configuration/services/flow-update.service.js +2 -2
- package/esm2015/core/services/context.service.js +3 -3
- package/esm2015/core/services/index.js +1 -2
- package/esm2015/core/services/product-images.service.js +2 -2
- package/esm2015/core/services/quote-draft.service.js +7 -17
- package/esm2015/core/types/quote-states.types.js +1 -1
- package/esm2015/core/types/runtime.types.js +1 -1
- package/esm2015/core/utils/line-item.utils.js +3 -14
- package/esm2015/core/utils/line-item.worker.js +1 -1
- package/esm2015/core/veloce-sdk-core.js +5 -0
- package/esm2015/runtime/components/component-preview/component-preview.component.js +3 -3
- package/esm2015/runtime/components/section-renderer/section-renderer.component.js +1 -1
- package/esm2015/runtime/components/ui-runtime/runtime.component.js +5 -5
- package/esm2015/runtime/components/ui-runtime-preview/runtime-preview.component.js +5 -5
- package/esm2015/runtime/execution/components/children-placeholder/children-placeholder.component.js +2 -2
- package/esm2015/runtime/execution/components/context-provider/context-provider.component.js +2 -2
- package/esm2015/runtime/execution/components/execution-section-renderer/execution-section-renderer.component.js +1 -1
- package/esm2015/runtime/execution/components/federated/federated.component.js +1 -1
- package/esm2015/runtime/execution/components/velo-port-checkbox/velo-port-checkbox.component.js +1 -1
- package/esm2015/runtime/execution/components/velo-port-dropdown/velo-port-dropdown.component.js +3 -3
- package/esm2015/runtime/execution/components/velo-port-radio/velo-port-radio.component.js +1 -1
- package/esm2015/runtime/execution/components/velo-type/velo-type.component.js +2 -2
- package/esm2015/runtime/execution/directives/section-script.directive.js +3 -3
- package/esm2015/runtime/execution/directives/sf-query.directive.js +2 -2
- package/esm2015/runtime/execution/directives/velo-attribute.directive.js +2 -2
- package/esm2015/runtime/execution/directives/velo-port.directive.js +3 -3
- package/esm2015/runtime/execution/directives/vl-approval.directive.js +2 -2
- package/esm2015/runtime/execution/directives/vl-document-attachments.directive.js +2 -2
- package/esm2015/runtime/execution/directives/vl-document-templates.directive.js +2 -2
- package/esm2015/runtime/execution/directives/vl-quote.directive.js +3 -3
- package/esm2015/runtime/execution/directives/vl-ramp.directive.js +3 -3
- package/esm2015/runtime/execution/runtime-execution.module.js +6 -6
- package/esm2015/runtime/runtime.module.js +6 -6
- package/esm2015/runtime/services/cart.service.js +3 -3
- package/esm2015/runtime/services/configuration.service.js +6 -6
- package/esm2015/runtime/services/current-state.service.js +1 -1
- package/esm2015/runtime/services/product-model-cache.service.js +2 -2
- package/esm2015/runtime/services/runtime-context.service.js +5 -5
- package/esm2015/runtime/services/runtime-form.service.js +2 -2
- package/esm2015/runtime/services/runtime.service.js +3 -3
- package/esm2015/runtime/services/section-helper.service.js +2 -2
- package/esm2015/runtime/services/section-scope.service.js +1 -1
- package/esm2015/runtime/services/section-store.service.js +1 -1
- package/esm2015/runtime/services/section.service.js +3 -3
- package/esm2015/runtime/types/bound-data.types.js +1 -1
- package/esm2015/runtime/types/runtime.types.js +1 -1
- package/esm2015/runtime/types/script-registry.types.js +2 -2
- package/esm2015/runtime/utils/line-item.util.js +2 -2
- package/esm2015/runtime/utils/section.utils.js +2 -2
- package/esm2015/runtime/utils/sections-binder.helper.js +2 -2
- package/esm2015/runtime/veloce-sdk-runtime.js +5 -0
- package/esm2015/src/components/doc-gen/doc-gen.component.js +8 -8
- package/esm2015/src/components/doc-gen/doc-gen.module.js +2 -2
- package/esm2015/src/components/header/cart-overlay/cart-preview.component.js +3 -3
- package/esm2015/src/components/header/cart-overlay/cart-preview.module.js +2 -2
- package/esm2015/src/components/header/header.component.js +7 -7
- package/esm2015/src/components/header/header.module.js +2 -2
- package/esm2015/src/components/header/metrics/metrics.component.js +15 -19
- package/esm2015/src/components/header/metrics/metrics.definitions.js +6 -6
- package/esm2015/src/components/header/metrics/metrics.module.js +2 -2
- package/esm2015/src/flow.component.js +4 -4
- package/esm2015/src/flow.module.js +5 -5
- package/esm2015/src/guards/context.guard.js +3 -3
- package/esm2015/src/guards/product-unload.guard.js +2 -2
- package/esm2015/src/pages/catalog/catalog.component.js +7 -7
- package/esm2015/src/pages/catalog/catalog.module.js +3 -3
- package/esm2015/src/pages/debug/debug.component.js +3 -3
- package/esm2015/src/pages/empty-account/empty-account.component.js +1 -1
- package/esm2015/src/pages/empty-account/empty-account.module.js +3 -3
- package/esm2015/src/pages/legacy-product/legacy-product.component.js +6 -6
- package/esm2015/src/pages/legacy-product/legacy-product.module.js +2 -2
- package/esm2015/src/pages/product/product.component.js +4 -4
- package/esm2015/src/pages/product/product.module.js +3 -3
- package/esm2015/src/pages/remote/remote.component.js +7 -7
- package/esm2015/src/pages/remote/remote.module.js +3 -3
- package/esm2015/src/pages/remote/remote.types.js +1 -1
- package/esm2015/src/pages/shopping-cart/shopping-cart.component.js +7 -7
- package/esm2015/src/pages/shopping-cart/shopping-cart.module.js +3 -3
- package/esm2015/src/resolvers/flow.resolver.js +3 -3
- package/esm2015/src/resolvers/quote.resolver.js +11 -11
- package/esm2015/src/services/doc-gen.service.js +3 -3
- package/esm2015/src/services/flow-dialog.service.js +2 -2
- package/esm2015/src/services/flow-router.service.js +3 -3
- package/esm2015/src/services/flow.service.js +4 -4
- package/esm2015/src/types/context-route.types.js +1 -1
- package/esm2015/src/types/flow-customization.types.js +1 -1
- package/esm2015/src/utils/flow.utils.js +2 -2
- package/esm2015/veloce-sdk.js +5 -0
- package/fesm2015/{veloceapps-sdk-cms.js → veloce-sdk-cms.js} +17 -15
- package/fesm2015/veloce-sdk-cms.js.map +1 -0
- package/fesm2015/{veloceapps-sdk-core.js → veloce-sdk-core.js} +38 -174
- package/fesm2015/veloce-sdk-core.js.map +1 -0
- package/fesm2015/{veloceapps-sdk-runtime.js → veloce-sdk-runtime.js} +10 -10
- package/fesm2015/veloce-sdk-runtime.js.map +1 -0
- package/fesm2015/{veloceapps-sdk.js → veloce-sdk.js} +32 -36
- package/fesm2015/veloce-sdk.js.map +1 -0
- package/package.json +13 -14
- package/runtime/components/component-preview/component-preview.component.d.ts +1 -1
- package/runtime/components/section-renderer/section-renderer.component.d.ts +1 -1
- package/runtime/components/ui-runtime/runtime.component.d.ts +2 -2
- package/runtime/components/ui-runtime-preview/runtime-preview.component.d.ts +3 -3
- package/runtime/execution/components/children-placeholder/children-placeholder.component.d.ts +1 -1
- package/runtime/execution/components/context-provider/context-provider.component.d.ts +2 -2
- package/runtime/execution/components/execution-section-renderer/execution-section-renderer.component.d.ts +1 -1
- package/runtime/execution/components/federated/federated.component.d.ts +1 -1
- package/runtime/execution/components/velo-port-checkbox/velo-port-checkbox.component.d.ts +1 -1
- package/runtime/execution/components/velo-port-dropdown/velo-port-dropdown.component.d.ts +1 -1
- package/runtime/execution/components/velo-port-radio/velo-port-radio.component.d.ts +1 -1
- package/runtime/execution/components/velo-type/velo-type.component.d.ts +1 -1
- package/runtime/execution/directives/section-script.directive.d.ts +1 -1
- package/runtime/execution/directives/sf-query.directive.d.ts +2 -2
- package/runtime/execution/directives/velo-attribute.directive.d.ts +1 -1
- package/runtime/execution/directives/velo-port.directive.d.ts +1 -1
- package/runtime/execution/directives/vl-approval.directive.d.ts +2 -2
- package/runtime/execution/directives/vl-document-attachments.directive.d.ts +2 -2
- package/runtime/execution/directives/vl-document-templates.directive.d.ts +2 -2
- package/runtime/execution/directives/vl-quote.directive.d.ts +2 -2
- package/runtime/execution/directives/vl-ramp.directive.d.ts +3 -3
- package/runtime/execution/runtime-execution.module.d.ts +5 -5
- package/runtime/package.json +7 -7
- package/runtime/runtime.module.d.ts +5 -5
- package/runtime/services/cart.service.d.ts +3 -3
- package/runtime/services/configuration.service.d.ts +3 -3
- package/runtime/services/current-state.service.d.ts +1 -1
- package/runtime/services/product-model-cache.service.d.ts +2 -2
- package/runtime/services/runtime-context.service.d.ts +2 -2
- package/runtime/services/runtime-form.service.d.ts +1 -1
- package/runtime/services/runtime.service.d.ts +2 -2
- package/runtime/services/section-helper.service.d.ts +1 -1
- package/runtime/services/section-scope.service.d.ts +1 -1
- package/runtime/services/section-store.service.d.ts +1 -1
- package/runtime/services/section.service.d.ts +1 -1
- package/runtime/types/bound-data.types.d.ts +1 -1
- package/runtime/types/runtime.types.d.ts +2 -2
- package/runtime/utils/line-item.util.d.ts +1 -1
- package/runtime/utils/section.utils.d.ts +1 -1
- package/runtime/utils/sections-binder.helper.d.ts +1 -1
- package/{core/veloceapps-sdk-core.d.ts → runtime/veloce-sdk-runtime.d.ts} +1 -1
- package/src/components/doc-gen/doc-gen.component.d.ts +3 -3
- package/src/components/doc-gen/doc-gen.module.d.ts +1 -1
- package/src/components/header/cart-overlay/cart-preview.component.d.ts +1 -1
- package/src/components/header/cart-overlay/cart-preview.module.d.ts +1 -1
- package/src/components/header/header.component.d.ts +4 -4
- package/src/components/header/header.module.d.ts +1 -1
- package/src/components/header/metrics/metrics.component.d.ts +4 -5
- package/src/components/header/metrics/metrics.definitions.d.ts +1 -1
- package/src/components/header/metrics/metrics.module.d.ts +1 -1
- package/src/flow.component.d.ts +2 -2
- package/src/flow.module.d.ts +4 -4
- package/src/guards/context.guard.d.ts +1 -1
- package/src/guards/product-unload.guard.d.ts +1 -1
- package/src/pages/catalog/catalog.component.d.ts +3 -3
- package/src/pages/catalog/catalog.module.d.ts +2 -2
- package/src/pages/debug/debug.component.d.ts +3 -3
- package/src/pages/empty-account/empty-account.module.d.ts +2 -2
- package/src/pages/legacy-product/legacy-product.component.d.ts +4 -4
- package/src/pages/legacy-product/legacy-product.module.d.ts +1 -1
- package/src/pages/product/product.component.d.ts +1 -1
- package/src/pages/product/product.module.d.ts +2 -2
- package/src/pages/remote/remote.component.d.ts +3 -3
- package/src/pages/remote/remote.module.d.ts +2 -2
- package/src/pages/remote/remote.types.d.ts +1 -1
- package/src/pages/shopping-cart/shopping-cart.component.d.ts +3 -3
- package/src/pages/shopping-cart/shopping-cart.module.d.ts +2 -2
- package/src/resolvers/flow.resolver.d.ts +2 -2
- package/src/resolvers/quote.resolver.d.ts +1 -1
- package/src/services/doc-gen.service.d.ts +1 -1
- package/src/services/flow-dialog.service.d.ts +1 -1
- package/src/services/flow-router.service.d.ts +1 -1
- package/src/services/flow.service.d.ts +2 -2
- package/src/types/context-route.types.d.ts +1 -1
- package/src/types/flow-customization.types.d.ts +2 -2
- package/src/utils/flow.utils.d.ts +1 -1
- package/{runtime/veloceapps-sdk-runtime.d.ts → veloce-sdk.d.ts} +1 -1
- package/bundles/veloceapps-sdk-cms.umd.js.map +0 -1
- package/bundles/veloceapps-sdk-core.umd.js.map +0 -1
- package/bundles/veloceapps-sdk-runtime.umd.js.map +0 -1
- package/bundles/veloceapps-sdk.umd.js.map +0 -1
- package/core/services/metric-calculation/metric-calculation.service.d.ts +0 -21
- package/core/services/metric-calculation/metric-calculation.types.d.ts +0 -1
- package/core/services/metric-calculation/metric-calculation.utils.d.ts +0 -5
- package/esm2015/cms/veloceapps-sdk-cms.js +0 -5
- package/esm2015/core/services/metric-calculation/metric-calculation.service.js +0 -74
- package/esm2015/core/services/metric-calculation/metric-calculation.types.js +0 -2
- package/esm2015/core/services/metric-calculation/metric-calculation.utils.js +0 -42
- package/esm2015/core/veloceapps-sdk-core.js +0 -5
- package/esm2015/runtime/veloceapps-sdk-runtime.js +0 -5
- package/esm2015/veloceapps-sdk.js +0 -5
- package/fesm2015/veloceapps-sdk-cms.js.map +0 -1
- package/fesm2015/veloceapps-sdk-core.js.map +0 -1
- package/fesm2015/veloceapps-sdk-runtime.js.map +0 -1
- package/fesm2015/veloceapps-sdk.js.map +0 -1
package/src/flow.module.d.ts
CHANGED
@@ -2,12 +2,12 @@ import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./flow.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
4
|
import * as i3 from "./flow-routing.module";
|
5
|
-
import * as i4 from "@
|
6
|
-
import * as i5 from "@
|
7
|
-
import * as i6 from "@
|
5
|
+
import * as i4 from "@veloce/api";
|
6
|
+
import * as i5 from "@veloce/sdk/cms";
|
7
|
+
import * as i6 from "@veloce/components";
|
8
8
|
import * as i7 from "./components/header/header.module";
|
9
9
|
import * as i8 from "./components/dialog/dialog.module";
|
10
|
-
import * as i9 from "@
|
10
|
+
import * as i9 from "@veloce/sdk/core";
|
11
11
|
import * as i10 from "./components/doc-gen/doc-gen.module";
|
12
12
|
export declare class FlowModule {
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<FlowModule, never>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ActivatedRouteSnapshot, CanActivate, CanActivateChild, Router } from '@angular/router';
|
2
|
-
import { ContextService } from '@
|
2
|
+
import { ContextService } from '@veloce/sdk/core';
|
3
3
|
import { Observable } from 'rxjs';
|
4
4
|
import { FlowRouterService } from '../services/flow-router.service';
|
5
5
|
import * as i0 from "@angular/core";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Component } from '@angular/core';
|
2
2
|
import { ActivatedRouteSnapshot, CanDeactivate, Router, RouterStateSnapshot } from '@angular/router';
|
3
|
-
import { ConfigurationService, ContextService, QuoteDraftService } from '@
|
3
|
+
import { ConfigurationService, ContextService, QuoteDraftService } from '@veloce/sdk/core';
|
4
4
|
import { Observable } from 'rxjs';
|
5
5
|
import { FlowDialogService } from '../services/flow-dialog.service';
|
6
6
|
import * as i0 from "@angular/core";
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
2
|
-
import { UITemplatesApiService } from '@
|
3
|
-
import { ToastService } from '@
|
4
|
-
import { ContextService, UIDefinition } from '@
|
2
|
+
import { UITemplatesApiService } from '@veloce/api';
|
3
|
+
import { ToastService } from '@veloce/components';
|
4
|
+
import { ContextService, UIDefinition } from '@veloce/sdk/core';
|
5
5
|
import { BehaviorSubject } from 'rxjs';
|
6
6
|
import { FlowCustomization } from '../../types';
|
7
7
|
import * as i0 from "@angular/core";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./catalog.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@
|
5
|
-
import * as i4 from "@
|
4
|
+
import * as i3 from "@veloce/sdk/cms";
|
5
|
+
import * as i4 from "@veloce/components";
|
6
6
|
export declare class CatalogModule {
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogModule, never>;
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<CatalogModule, [typeof i1.CatalogComponent], [typeof i2.CommonModule, typeof i3.PreviewModule, typeof i4.LoaderModule], [typeof i1.CatalogComponent]>;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { FormGroup } from '@angular/forms';
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
3
|
-
import { FlowsApiService } from '@
|
4
|
-
import { FlowProperties } from '@
|
5
|
-
import { ContextService, QuoteDraftService } from '@
|
3
|
+
import { FlowsApiService } from '@veloce/api';
|
4
|
+
import { FlowProperties } from '@veloce/core';
|
5
|
+
import { ContextService, QuoteDraftService } from '@veloce/sdk/core';
|
6
6
|
import { Observable } from 'rxjs';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
interface FlowPropertiesExt extends FlowProperties {
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./empty-account.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@
|
5
|
-
import * as i4 from "@
|
4
|
+
import * as i3 from "@veloce/sdk/cms";
|
5
|
+
import * as i4 from "@veloce/components";
|
6
6
|
export declare class EmptyAccountModule {
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<EmptyAccountModule, never>;
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<EmptyAccountModule, [typeof i1.EmptyAccountComponent], [typeof i2.CommonModule, typeof i3.PreviewModule, typeof i4.LoaderModule, typeof i4.EmptyStateModule], [typeof i1.EmptyAccountComponent]>;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
2
2
|
import { ActivatedRoute } from '@angular/router';
|
3
|
-
import { QuoteApiService } from '@
|
4
|
-
import { LineItem } from '@
|
5
|
-
import { ContextService, QuoteDraftService } from '@
|
6
|
-
import { CurrentStateService, RuntimeContextService, RuntimeService, SolutionReadyAware, SolutionUpdatedAware } from '@
|
3
|
+
import { QuoteApiService } from '@veloce/api';
|
4
|
+
import { LineItem } from '@veloce/core';
|
5
|
+
import { ContextService, QuoteDraftService } from '@veloce/sdk/core';
|
6
|
+
import { CurrentStateService, RuntimeContextService, RuntimeService, SolutionReadyAware, SolutionUpdatedAware } from '@veloce/sdk/runtime';
|
7
7
|
import { FlowCustomization } from '../../types';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
export declare class LegacyProductComponent implements OnInit, OnDestroy, SolutionUpdatedAware, SolutionReadyAware {
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./legacy-product.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@
|
4
|
+
import * as i3 from "@veloce/sdk/runtime";
|
5
5
|
import * as i4 from "ngx-bootstrap/tooltip";
|
6
6
|
export declare class LegacyProductModule {
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<LegacyProductModule, never>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
2
|
-
import { ConfigurationRuntimeService, ConfigurationService, ContextService, QuoteDraftService, UIDefinition } from '@
|
2
|
+
import { ConfigurationRuntimeService, ConfigurationService, ContextService, QuoteDraftService, UIDefinition } from '@veloce/sdk/core';
|
3
3
|
import { MessageService } from 'primeng/api';
|
4
4
|
import { BehaviorSubject } from 'rxjs';
|
5
5
|
import { FlowCustomization } from '../../types/flow-customization.types';
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./product.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@
|
5
|
-
import * as i4 from "@
|
4
|
+
import * as i3 from "@veloce/sdk/cms";
|
5
|
+
import * as i4 from "@veloce/components";
|
6
6
|
export declare class ProductModule {
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductModule, never>;
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ProductModule, [typeof i1.ProductComponent], [typeof i2.CommonModule, typeof i3.PreviewModule, typeof i4.LoaderModule], [typeof i1.ProductComponent]>;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { Location } from '@angular/common';
|
2
2
|
import { OnDestroy } from '@angular/core';
|
3
|
-
import { QuoteApiService } from '@
|
4
|
-
import { IntegrationState } from '@
|
5
|
-
import { ConfigurationRuntimeService, ConfigurationService, ContextService, QuoteDraftService, UIDefinition } from '@
|
3
|
+
import { QuoteApiService } from '@veloce/api';
|
4
|
+
import { IntegrationState } from '@veloce/sdk/cms';
|
5
|
+
import { ConfigurationRuntimeService, ConfigurationService, ContextService, QuoteDraftService, UIDefinition } from '@veloce/sdk/core';
|
6
6
|
import { MessageService } from 'primeng/api';
|
7
7
|
import { BehaviorSubject } from 'rxjs';
|
8
8
|
import * as i0 from "@angular/core";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./remote.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@
|
5
|
-
import * as i4 from "@
|
4
|
+
import * as i3 from "@veloce/sdk/cms";
|
5
|
+
import * as i4 from "@veloce/components";
|
6
6
|
export declare class RemoteModule {
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<RemoteModule, never>;
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<RemoteModule, [typeof i1.RemoteComponent], [typeof i2.CommonModule, typeof i3.PreviewModule, typeof i4.LoaderModule], [typeof i1.RemoteComponent]>;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
2
|
-
import { UITemplatesApiService } from '@
|
3
|
-
import { ToastService } from '@
|
4
|
-
import { ContextService, UIDefinition } from '@
|
2
|
+
import { UITemplatesApiService } from '@veloce/api';
|
3
|
+
import { ToastService } from '@veloce/components';
|
4
|
+
import { ContextService, UIDefinition } from '@veloce/sdk/core';
|
5
5
|
import { BehaviorSubject } from 'rxjs';
|
6
6
|
import { FlowCustomization } from '../../types';
|
7
7
|
import * as i0 from "@angular/core";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./shopping-cart.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@
|
5
|
-
import * as i4 from "@
|
4
|
+
import * as i3 from "@veloce/sdk/cms";
|
5
|
+
import * as i4 from "@veloce/components";
|
6
6
|
export declare class ShoppingCartModule {
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShoppingCartModule, never>;
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ShoppingCartModule, [typeof i1.ShoppingCartComponent], [typeof i2.CommonModule, typeof i3.PreviewModule, typeof i4.LoaderModule], [typeof i1.ShoppingCartComponent]>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ActivatedRouteSnapshot, Resolve, Router } from '@angular/router';
|
2
|
-
import { FlowsApiService } from '@
|
3
|
-
import { ContextService } from '@
|
2
|
+
import { FlowsApiService } from '@veloce/api';
|
3
|
+
import { ContextService } from '@veloce/sdk/core';
|
4
4
|
import { FlowRouterService } from '../services/flow-router.service';
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare class FlowResolver implements Resolve<Promise<boolean>> {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ActivatedRouteSnapshot, Resolve, Router } from '@angular/router';
|
2
|
-
import { ContextService, FlowConfigurationService, QuoteDraftService } from '@
|
2
|
+
import { ContextService, FlowConfigurationService, QuoteDraftService } from '@veloce/sdk/core';
|
3
3
|
import { Observable } from 'rxjs';
|
4
4
|
import { FlowRouterService } from '../services/flow-router.service';
|
5
5
|
import * as i0 from "@angular/core";
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ContextService } from '@
|
1
|
+
import { ContextService } from '@veloce/sdk/core';
|
2
2
|
import { DialogService } from 'primeng/dynamicdialog';
|
3
3
|
import { Observable } from 'rxjs';
|
4
4
|
import { FlowDialogConfig } from '../components/dialog/dialog.types';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ActivatedRoute, ActivatedRouteSnapshot, Params, Router } from '@angular/router';
|
2
|
-
import { ContextService } from '@
|
2
|
+
import { ContextService } from '@veloce/sdk/core';
|
3
3
|
import { Observable } from 'rxjs';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class FlowRouterService {
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { IntegrationState } from '@
|
2
|
-
import { ConfigurationService, FlowConfigurationService, QuoteDraftService } from '@
|
1
|
+
import { IntegrationState } from '@veloce/sdk/cms';
|
2
|
+
import { ConfigurationService, FlowConfigurationService, QuoteDraftService } from '@veloce/sdk/core';
|
3
3
|
import { FlowRouterService } from './flow-router.service';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class FlowService {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
2
|
-
import { TemplateComponentWithAttachments, UIDefinition as LegacyUIDefinition } from '@
|
3
|
-
import { UIDefinition } from '@
|
2
|
+
import { TemplateComponentWithAttachments, UIDefinition as LegacyUIDefinition } from '@veloce/core';
|
3
|
+
import { UIDefinition } from '@veloce/sdk/core';
|
4
4
|
import { Observable } from 'rxjs';
|
5
5
|
export declare const FLOW_CUSTOMIZATION: InjectionToken<FlowCustomization>;
|
6
6
|
export interface FlowCustomization {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ConfigurationContextMode, ContextProperties, FlowProperties } from '@
|
1
|
+
import { ConfigurationContextMode, ContextProperties, FlowProperties } from '@veloce/core';
|
2
2
|
export declare const getFlowObjectIdPropertyName: (id: string) => string;
|
3
3
|
interface DefaultPropertiesFnParams {
|
4
4
|
mode?: ConfigurationContextMode;
|