@veloceapps/sdk 5.0.13-9 → 6.0.0-1
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.
@@ -969,12 +969,12 @@
|
|
969
969
|
}], ctorParameters: function () { return [{ type: i1__namespace.DialogService }, { type: i1__namespace$2.ContextService }]; } });
|
970
970
|
|
971
971
|
var defaultMetrics = [
|
972
|
-
{ key: '
|
973
|
-
{ key: '
|
974
|
-
{ key: '
|
975
|
-
{ key: '
|
972
|
+
{ key: 'Total_VDM_MRR', name: 'MRR', visible: true },
|
973
|
+
{ key: 'Effective_Total_VDM_MRR', name: 'E.MRR', visible: true },
|
974
|
+
{ key: 'Total_VDM_NRR', name: 'NRR', visible: true },
|
975
|
+
{ key: 'Effective_Total_VDM_NRR', name: 'E.NRR', visible: true },
|
976
976
|
];
|
977
|
-
var effectiveMetricKeys = ['
|
977
|
+
var effectiveMetricKeys = ['Total_VDM_MRR', 'Total_VDM_NRR'];
|
978
978
|
var METRICS_STORAGE_KEY = 'vl-metrics';
|
979
979
|
|
980
980
|
var MetricsComponent = /** @class */ (function () {
|