@veloceapps/sdk 6.0.0-14 → 6.0.0-15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloceapps/sdk",
3
- "version": "6.0.0-14",
3
+ "version": "6.0.0-15",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^12.2.0",
@@ -49,6 +49,11 @@ export declare class MetricsComponent implements OnInit, OnDestroy {
49
49
  private getMetricName;
50
50
  private toNumber;
51
51
  private getActiveMetricRuleNames;
52
+ /**
53
+ * Sorts the Metrics array by the order of the default metric rule names from the shopping cart settings.
54
+ * If a metric is included in the list of default metrics, it raises the metric to the top of the metrics array.
55
+ */
56
+ private sortMetrics;
52
57
  static ɵfac: i0.ɵɵFactoryDeclaration<MetricsComponent, never>;
53
58
  static ɵcmp: i0.ɵɵComponentDeclaration<MetricsComponent, "vl-metrics", never, {}, {}, never, never>;
54
59
  }