@veloceapps/sdk 7.0.0-1 → 7.0.0-3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloceapps/sdk",
3
- "version": "7.0.0-1",
3
+ "version": "7.0.0-3",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^12.2.0",
@@ -33,7 +33,7 @@
33
33
  "@angular/cdk-experimental": "^13.1.0",
34
34
  "@angular/compiler": "^12.2.0",
35
35
  "@babel/standalone": "^7.17.1",
36
- "@veloceapps/elements": "^1.2.2-0",
36
+ "@veloceapps/elements": "^1.3.0-0",
37
37
  "moment": "^2.29.1",
38
38
  "ngx-drag-drop": "^13.0.1",
39
39
  "rfc6902": "^5.0.1",
@@ -2,9 +2,9 @@ import { CdkDragDrop } from '@angular/cdk/drag-drop';
2
2
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
3
3
  import { FormControl } from '@angular/forms';
4
4
  import { ShoppingCartSettingsApiService } from '@veloceapps/api';
5
- import { Metric } from '@veloceapps/sdk/cms';
6
5
  import { ContextService, FlowConfigurationService, MetricsCalculationService, QuoteDraftService } from '@veloceapps/sdk/core';
7
6
  import { OverlayPanel } from 'primeng/overlaypanel';
7
+ import { Metric } from '../../../types';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class MetricsComponent implements OnInit, OnDestroy {
10
10
  private contextService;
@@ -1,2 +1,3 @@
1
1
  export * from './context-route.types';
2
2
  export * from './flow-customization.types';
3
+ export * from './metrics.types';
File without changes