@buynomics-lib/bn-shared 1.17.112-feature-cf-374.10 → 1.17.112
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/build/enums/time/time-dimension-type.d.ts +6 -0
- package/build/enums/time/time-dimension-type.js +11 -0
- package/build/enums/time/time-dimension-type.js.map +1 -0
- package/build/enums/widget/index.d.ts +0 -1
- package/build/enums/widget/index.js +1 -6
- package/build/enums/widget/index.js.map +1 -1
- package/build/index.d.ts +4 -6
- package/build/index.js +4 -11
- package/build/index.js.map +1 -1
- package/build/interfaces/widget/index.d.ts +0 -1
- package/package.json +1 -1
- package/build/constants/widgetPresetValidation.d.ts +0 -2
- package/build/constants/widgetPresetValidation.js +0 -6
- package/build/constants/widgetPresetValidation.js.map +0 -1
- package/build/enums/scenario-kpis/index.d.ts +0 -1
- package/build/enums/scenario-kpis/index.js +0 -6
- package/build/enums/scenario-kpis/index.js.map +0 -1
- package/build/enums/scenario-kpis/scenario-kpis-group-by-options.enum.d.ts +0 -11
- package/build/enums/scenario-kpis/scenario-kpis-group-by-options.enum.js +0 -16
- package/build/enums/scenario-kpis/scenario-kpis-group-by-options.enum.js.map +0 -1
- package/build/enums/widget/widget-table.enum.d.ts +0 -16
- package/build/enums/widget/widget-table.enum.js +0 -24
- package/build/enums/widget/widget-table.enum.js.map +0 -1
- package/build/interfaces/scenario-kpis/index.d.ts +0 -1
- package/build/interfaces/scenario-kpis/index.js +0 -3
- package/build/interfaces/scenario-kpis/index.js.map +0 -1
- package/build/interfaces/scenario-kpis/scenario-kpis-group-by.interface.d.ts +0 -5
- package/build/interfaces/scenario-kpis/scenario-kpis-group-by.interface.js +0 -3
- package/build/interfaces/scenario-kpis/scenario-kpis-group-by.interface.js.map +0 -1
- package/build/interfaces/widget/widget-table-config.interface.d.ts +0 -42
- package/build/interfaces/widget/widget-table-config.interface.js +0 -3
- package/build/interfaces/widget/widget-table-config.interface.js.map +0 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TimeDimensionType = void 0;
|
|
4
|
+
var TimeDimensionType;
|
|
5
|
+
(function (TimeDimensionType) {
|
|
6
|
+
TimeDimensionType["Month"] = "month";
|
|
7
|
+
TimeDimensionType["Quarter"] = "quarter";
|
|
8
|
+
TimeDimensionType["Year"] = "year";
|
|
9
|
+
TimeDimensionType["Custom"] = "custom";
|
|
10
|
+
})(TimeDimensionType = exports.TimeDimensionType || (exports.TimeDimensionType = {}));
|
|
11
|
+
//# sourceMappingURL=time-dimension-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"time-dimension-type.js","sourceRoot":"","sources":["../../../src/enums/time/time-dimension-type.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,oCAAe,CAAA;IACf,wCAAmB,CAAA;IACnB,kCAAa,CAAA;IACb,sCAAiB,CAAA;AACnB,CAAC,EALW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAK5B"}
|
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
export { WidgetType, WidgetPresetAvailability } from './widget-preset';
|
|
2
2
|
export { WidgetChartCategory, WidgetChartSubtype, WidgetChartScenarioMode, WidgetChartAxisValueType, WidgetChartSeriesType, WidgetChartBarLayout, WidgetChartDisplayMode, WidgetChartRankingRule, WidgetChartSortDirection, } from './widget-chart';
|
|
3
|
-
export { WidgetTableRowDensity, WidgetTableGroupingFormat, WidgetTableGrandTotalPosition, WidgetTableSortDirection, } from './widget-table.enum';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.WidgetChartSortDirection = exports.WidgetChartRankingRule = exports.WidgetChartDisplayMode = exports.WidgetChartBarLayout = exports.WidgetChartSeriesType = exports.WidgetChartAxisValueType = exports.WidgetChartScenarioMode = exports.WidgetChartSubtype = exports.WidgetChartCategory = exports.WidgetPresetAvailability = exports.WidgetType = void 0;
|
|
4
4
|
var widget_preset_1 = require("./widget-preset");
|
|
5
5
|
Object.defineProperty(exports, "WidgetType", { enumerable: true, get: function () { return widget_preset_1.WidgetType; } });
|
|
6
6
|
Object.defineProperty(exports, "WidgetPresetAvailability", { enumerable: true, get: function () { return widget_preset_1.WidgetPresetAvailability; } });
|
|
@@ -14,9 +14,4 @@ Object.defineProperty(exports, "WidgetChartBarLayout", { enumerable: true, get:
|
|
|
14
14
|
Object.defineProperty(exports, "WidgetChartDisplayMode", { enumerable: true, get: function () { return widget_chart_1.WidgetChartDisplayMode; } });
|
|
15
15
|
Object.defineProperty(exports, "WidgetChartRankingRule", { enumerable: true, get: function () { return widget_chart_1.WidgetChartRankingRule; } });
|
|
16
16
|
Object.defineProperty(exports, "WidgetChartSortDirection", { enumerable: true, get: function () { return widget_chart_1.WidgetChartSortDirection; } });
|
|
17
|
-
var widget_table_enum_1 = require("./widget-table.enum");
|
|
18
|
-
Object.defineProperty(exports, "WidgetTableRowDensity", { enumerable: true, get: function () { return widget_table_enum_1.WidgetTableRowDensity; } });
|
|
19
|
-
Object.defineProperty(exports, "WidgetTableGroupingFormat", { enumerable: true, get: function () { return widget_table_enum_1.WidgetTableGroupingFormat; } });
|
|
20
|
-
Object.defineProperty(exports, "WidgetTableGrandTotalPosition", { enumerable: true, get: function () { return widget_table_enum_1.WidgetTableGrandTotalPosition; } });
|
|
21
|
-
Object.defineProperty(exports, "WidgetTableSortDirection", { enumerable: true, get: function () { return widget_table_enum_1.WidgetTableSortDirection; } });
|
|
22
17
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/enums/widget/index.ts"],"names":[],"mappings":";;;AAAA,iDAAsE;AAA7D,2GAAA,UAAU,OAAA;AAAE,yHAAA,wBAAwB,OAAA;AAC7C,+CAUuB;AATrB,mHAAA,mBAAmB,OAAA;AACnB,kHAAA,kBAAkB,OAAA;AAClB,uHAAA,uBAAuB,OAAA;AACvB,wHAAA,wBAAwB,OAAA;AACxB,qHAAA,qBAAqB,OAAA;AACrB,oHAAA,oBAAoB,OAAA;AACpB,sHAAA,sBAAsB,OAAA;AACtB,sHAAA,sBAAsB,OAAA;AACtB,wHAAA,wBAAwB,OAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/enums/widget/index.ts"],"names":[],"mappings":";;;AAAA,iDAAsE;AAA7D,2GAAA,UAAU,OAAA;AAAE,yHAAA,wBAAwB,OAAA;AAC7C,+CAUuB;AATrB,mHAAA,mBAAmB,OAAA;AACnB,kHAAA,kBAAkB,OAAA;AAClB,uHAAA,uBAAuB,OAAA;AACvB,wHAAA,wBAAwB,OAAA;AACxB,qHAAA,qBAAqB,OAAA;AACrB,oHAAA,oBAAoB,OAAA;AACpB,sHAAA,sBAAsB,OAAA;AACtB,sHAAA,sBAAsB,OAAA;AACtB,wHAAA,wBAAwB,OAAA"}
|
package/build/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT, MAX_ACTIVE_OPTIMIZATIONS_LIMIT } fr
|
|
|
2
2
|
import { SCENARIO_KPIS_GROUP_BY_MAX_LEVEL } from './constants/scenarioKpis';
|
|
3
3
|
import { FORMULA_PREFIX_FOR_MEASURING_UNITS, FORMULA_PREFIX_FOR_INPUT_VARIABLES } from './constants/formulaPrefixes';
|
|
4
4
|
import { INPUT_VARIABLE_NAME_MAX_LENGTH, INPUT_VARIABLE_DESCRIPTION_MAX_LENGTH, INPUT_VARIABLE_REFERENCE_ID_MAX_LENGTH, INPUT_VARIABLE_CUSTOM_ACTION_NAME_MAX_LENGTH, INPUT_VARIABLE_REFERENCE_KPI_REFERENCE_ID_MAX_LENGTH } from './constants/inputVariableValidation';
|
|
5
|
-
import { WIDGET_PRESET_NAME_MAX_LENGTH, WIDGET_PRESET_DESCRIPTION_MAX_LENGTH } from './constants/widgetPresetValidation';
|
|
6
5
|
import { FittingStatuses } from './domains/fitting/enums/fitting-statuses';
|
|
7
6
|
import { IFitting } from './domains/fitting/interfaces/fitting';
|
|
8
7
|
import { IFittingLog } from './domains/fitting/interfaces/fitting-logs';
|
|
@@ -71,11 +70,10 @@ import { KpiSystemVariables, SystemVariablesReferenceIds } from './enums/kpis/kp
|
|
|
71
70
|
import { SystemScopedKpis, SystemScopedKpisReferenceIds } from './enums/kpis/system-scoped-kpis';
|
|
72
71
|
import { ISystemKpiBase, ISystemKpi, IKpiDisplaySettings, ISystemScopedKpi, IScopedKpiScope, ISystemVariable } from './interfaces/kpis/system-kpi.interface';
|
|
73
72
|
import { TimePeriod } from './interfaces/time/time-period';
|
|
73
|
+
import { TimeDimensionType } from './enums/time/time-dimension-type';
|
|
74
74
|
import { ProductType } from './enums/product/product-type.enum';
|
|
75
75
|
import { ProductNamingDelimiter } from './enums/product/product-naming-delimiter.enum';
|
|
76
|
-
import { WidgetType, WidgetPresetAvailability, WidgetChartCategory, WidgetChartSubtype, WidgetChartScenarioMode, WidgetChartAxisValueType, WidgetChartSeriesType, WidgetChartBarLayout, WidgetChartDisplayMode, WidgetChartRankingRule, WidgetChartSortDirection
|
|
77
|
-
import { IWidgetChartConfig, IWidgetChartAxisConfig, IWidgetChartLimitationConfig, IWidgetChartLimitsConfig
|
|
78
|
-
import { ScenarioKpisGroupByOptions } from './enums/scenario-kpis';
|
|
79
|
-
import { IScenarioKpisGroupBy } from './interfaces/scenario-kpis';
|
|
76
|
+
import { WidgetType, WidgetPresetAvailability, WidgetChartCategory, WidgetChartSubtype, WidgetChartScenarioMode, WidgetChartAxisValueType, WidgetChartSeriesType, WidgetChartBarLayout, WidgetChartDisplayMode, WidgetChartRankingRule, WidgetChartSortDirection } from './enums/widget';
|
|
77
|
+
import { IWidgetChartConfig, IWidgetChartAxisConfig, IWidgetChartLimitationConfig, IWidgetChartLimitsConfig } from './interfaces/widget';
|
|
80
78
|
import { SystemSpecificKpis, SystemSpecificKpisReferenceIds } from './enums/kpis/system-specific-kpis';
|
|
81
|
-
export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, StaticLevelReferenceIds, DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, ClientNumberFormattingSettingsGlobalFormat, ClientNumberFormattingSettingsStyle, ClientNumberFormattingSettingsNotation, ClientNumberFormattingSettingsMetric, ClientNumberFormattingSettingsCurrency, ClientNumberFormattingSettings, NumberFormat, NumberFormatSettings, ClientProductPortfolioVersion, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ValueDriverType, KpiConstraintType, KpiConstraintMode, MechanicParamTypes, MechanicParamReferenceIds, MechanicTypeRelations, ProductType, ProductNamingDelimiter, PromotionOfferStatus, PromotionOffersCalendarGroupByOptions, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, ScenarioStatus, DateGranularity, DateWeekStart, ClientDateSettings, DefaultClientDateSettings, WidgetType, WidgetPresetAvailability, WidgetChartCategory, WidgetChartSubtype, WidgetChartScenarioMode, WidgetChartAxisValueType, WidgetChartSeriesType, WidgetChartBarLayout, WidgetChartDisplayMode, WidgetChartRankingRule, WidgetChartSortDirection,
|
|
79
|
+
export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, StaticLevelReferenceIds, DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, ClientNumberFormattingSettingsGlobalFormat, ClientNumberFormattingSettingsStyle, ClientNumberFormattingSettingsNotation, ClientNumberFormattingSettingsMetric, ClientNumberFormattingSettingsCurrency, ClientNumberFormattingSettings, NumberFormat, NumberFormatSettings, ClientProductPortfolioVersion, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ValueDriverType, KpiConstraintType, KpiConstraintMode, MechanicParamTypes, MechanicParamReferenceIds, MechanicTypeRelations, ProductType, ProductNamingDelimiter, PromotionOfferStatus, PromotionOffersCalendarGroupByOptions, OptimizationStatus, OptimizationKpis, OptimizationSolutionBucket, ScenarioStatus, DateGranularity, DateWeekStart, ClientDateSettings, DefaultClientDateSettings, WidgetType, WidgetPresetAvailability, WidgetChartCategory, WidgetChartSubtype, WidgetChartScenarioMode, WidgetChartAxisValueType, WidgetChartSeriesType, WidgetChartBarLayout, WidgetChartDisplayMode, WidgetChartRankingRule, WidgetChartSortDirection, TimeDimensionType, IWidgetChartConfig, IWidgetChartAxisConfig, IWidgetChartLimitationConfig, IWidgetChartLimitsConfig, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, formatNumberToIndianCompactInCrores, isCompactIndianFormatInDecimals, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, DefaultClientFeatures, DefaultClientNumberFormattingSettings, WebsocketEvents, ScenarioEventSource, IWebSocketPromoBaselineStatusChangedPayload, KpiVariableFormat, KpiAggregation, KpiDisplayStyle, KpiConfigType, SystemVariableType, KpiSystemVariables, SystemKpis, SystemBaseKpisReferenceIds, SystemScopedKpis, SystemScopedKpisReferenceIds, SystemDerivedKpis, SystemDerivedKpisReferenceIds, SystemSpecificKpisReferenceIds, SystemSpecificKpis, SystemVariablesReferenceIds, ISystemKpiBase, ISystemKpi, ISystemScopedKpi, ISystemVariable, IKpiDisplaySettings, IScopedKpiScope, TimePeriod, DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT, MAX_ACTIVE_OPTIMIZATIONS_LIMIT, SCENARIO_KPIS_GROUP_BY_MAX_LEVEL, FORMULA_PREFIX_FOR_MEASURING_UNITS, FORMULA_PREFIX_FOR_INPUT_VARIABLES, INPUT_VARIABLE_NAME_MAX_LENGTH, INPUT_VARIABLE_DESCRIPTION_MAX_LENGTH, INPUT_VARIABLE_REFERENCE_ID_MAX_LENGTH, INPUT_VARIABLE_CUSTOM_ACTION_NAME_MAX_LENGTH, INPUT_VARIABLE_REFERENCE_KPI_REFERENCE_ID_MAX_LENGTH, };
|
package/build/index.js
CHANGED
|
@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.PromotionOfferStatus = exports.ProductNamingDelimiter = exports.ProductType = exports.MechanicTypeRelations = exports.MechanicParamReferenceIds = exports.MechanicParamTypes = exports.KpiConstraintMode = exports.KpiConstraintType = exports.ValueDriverType = exports.ClientIndustry = exports.ClientStatus = exports.AvailabilityChangeTypes = exports.CostChangeTypes = exports.ChangeCostBases = exports.ClientFeatureScope = exports.ClientFeatureState = exports.ClientFeature = exports.ChangeProductPriceBases = exports.ChangePriceBases = exports.PriceChangeTypes = exports.ClientProductPortfolioVersion = exports.ClientNumberFormattingSettingsCurrency = exports.ClientNumberFormattingSettingsMetric = exports.ClientNumberFormattingSettingsNotation = exports.ClientNumberFormattingSettingsStyle = exports.ClientNumberFormattingSettingsGlobalFormat = exports.ClientDuplicationParts = exports.BuynomicsAppVersion = exports.CentralSteeringVersion = exports.FittingStatuses = exports.IntermediaryGroupRangeFormats = exports.IntermediaryGroupTypes = exports.ClientTypes = exports.DefaultClientDecimalSettings = exports.ClientDecimalSettings = exports.DefaultClientCLVPriceTypeLabels = exports.ClientCLVPriceTypes = exports.ClientCLVPeriods = exports.DefaultClientTermLabels = exports.ClientTerms = exports.CustomCostFormulaParams = exports.DeeperionModelTypes = exports.DeeperionRequestTypes = exports.DeeperionAppSwitchValues = exports.DeeperionVersions = exports.StaticLevelReferenceIds = exports.PriceLevelTypes = exports.SortableProductFields = exports.ConfigurableProductFields = exports.BnPermissions = void 0;
|
|
7
|
-
exports.SystemDerivedKpis = exports.SystemScopedKpisReferenceIds = exports.SystemScopedKpis = exports.SystemBaseKpisReferenceIds = exports.SystemKpis = exports.KpiSystemVariables = exports.SystemVariableType = exports.KpiConfigType = exports.KpiDisplayStyle = exports.KpiAggregation = exports.KpiVariableFormat = exports.ScenarioEventSource = exports.WebsocketEvents = exports.DefaultClientNumberFormattingSettings = exports.DefaultClientFeatures = exports.DefaultClientFeaturesSettings = exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.isCompactIndianFormatInDecimals = exports.formatNumberToIndianCompactInCrores = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.calculateRange = exports.
|
|
8
|
-
exports.
|
|
7
|
+
exports.SystemVariablesReferenceIds = exports.SystemSpecificKpis = exports.SystemSpecificKpisReferenceIds = exports.SystemDerivedKpisReferenceIds = exports.SystemDerivedKpis = exports.SystemScopedKpisReferenceIds = exports.SystemScopedKpis = exports.SystemBaseKpisReferenceIds = exports.SystemKpis = exports.KpiSystemVariables = exports.SystemVariableType = exports.KpiConfigType = exports.KpiDisplayStyle = exports.KpiAggregation = exports.KpiVariableFormat = exports.ScenarioEventSource = exports.WebsocketEvents = exports.DefaultClientNumberFormattingSettings = exports.DefaultClientFeatures = exports.DefaultClientFeaturesSettings = exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.isCompactIndianFormatInDecimals = exports.formatNumberToIndianCompactInCrores = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.calculateRange = exports.TimeDimensionType = exports.WidgetChartSortDirection = exports.WidgetChartRankingRule = exports.WidgetChartDisplayMode = exports.WidgetChartBarLayout = exports.WidgetChartSeriesType = exports.WidgetChartAxisValueType = exports.WidgetChartScenarioMode = exports.WidgetChartSubtype = exports.WidgetChartCategory = exports.WidgetPresetAvailability = exports.WidgetType = exports.DefaultClientDateSettings = exports.DateWeekStart = exports.DateGranularity = exports.ScenarioStatus = exports.OptimizationSolutionBucket = exports.OptimizationKpis = exports.OptimizationStatus = exports.PromotionOffersCalendarGroupByOptions = void 0;
|
|
8
|
+
exports.INPUT_VARIABLE_REFERENCE_KPI_REFERENCE_ID_MAX_LENGTH = exports.INPUT_VARIABLE_CUSTOM_ACTION_NAME_MAX_LENGTH = exports.INPUT_VARIABLE_REFERENCE_ID_MAX_LENGTH = exports.INPUT_VARIABLE_DESCRIPTION_MAX_LENGTH = exports.INPUT_VARIABLE_NAME_MAX_LENGTH = exports.FORMULA_PREFIX_FOR_INPUT_VARIABLES = exports.FORMULA_PREFIX_FOR_MEASURING_UNITS = exports.SCENARIO_KPIS_GROUP_BY_MAX_LEVEL = exports.MAX_ACTIVE_OPTIMIZATIONS_LIMIT = exports.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT = void 0;
|
|
9
9
|
var activeOptimizationsLimit_1 = require("./constants/activeOptimizationsLimit");
|
|
10
10
|
Object.defineProperty(exports, "DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT", { enumerable: true, get: function () { return activeOptimizationsLimit_1.DEFAULT_ACTIVE_OPTIMIZATIONS_LIMIT; } });
|
|
11
11
|
Object.defineProperty(exports, "MAX_ACTIVE_OPTIMIZATIONS_LIMIT", { enumerable: true, get: function () { return activeOptimizationsLimit_1.MAX_ACTIVE_OPTIMIZATIONS_LIMIT; } });
|
|
@@ -20,9 +20,6 @@ Object.defineProperty(exports, "INPUT_VARIABLE_DESCRIPTION_MAX_LENGTH", { enumer
|
|
|
20
20
|
Object.defineProperty(exports, "INPUT_VARIABLE_REFERENCE_ID_MAX_LENGTH", { enumerable: true, get: function () { return inputVariableValidation_1.INPUT_VARIABLE_REFERENCE_ID_MAX_LENGTH; } });
|
|
21
21
|
Object.defineProperty(exports, "INPUT_VARIABLE_CUSTOM_ACTION_NAME_MAX_LENGTH", { enumerable: true, get: function () { return inputVariableValidation_1.INPUT_VARIABLE_CUSTOM_ACTION_NAME_MAX_LENGTH; } });
|
|
22
22
|
Object.defineProperty(exports, "INPUT_VARIABLE_REFERENCE_KPI_REFERENCE_ID_MAX_LENGTH", { enumerable: true, get: function () { return inputVariableValidation_1.INPUT_VARIABLE_REFERENCE_KPI_REFERENCE_ID_MAX_LENGTH; } });
|
|
23
|
-
var widgetPresetValidation_1 = require("./constants/widgetPresetValidation");
|
|
24
|
-
Object.defineProperty(exports, "WIDGET_PRESET_NAME_MAX_LENGTH", { enumerable: true, get: function () { return widgetPresetValidation_1.WIDGET_PRESET_NAME_MAX_LENGTH; } });
|
|
25
|
-
Object.defineProperty(exports, "WIDGET_PRESET_DESCRIPTION_MAX_LENGTH", { enumerable: true, get: function () { return widgetPresetValidation_1.WIDGET_PRESET_DESCRIPTION_MAX_LENGTH; } });
|
|
26
23
|
var fitting_statuses_1 = require("./domains/fitting/enums/fitting-statuses");
|
|
27
24
|
Object.defineProperty(exports, "FittingStatuses", { enumerable: true, get: function () { return fitting_statuses_1.FittingStatuses; } });
|
|
28
25
|
var intermediary_group_range_formats_1 = require("./domains/pricing/intermediaries/enums/intermediary-group-range-formats");
|
|
@@ -165,6 +162,8 @@ Object.defineProperty(exports, "SystemVariablesReferenceIds", { enumerable: true
|
|
|
165
162
|
var system_scoped_kpis_1 = require("./enums/kpis/system-scoped-kpis");
|
|
166
163
|
Object.defineProperty(exports, "SystemScopedKpis", { enumerable: true, get: function () { return system_scoped_kpis_1.SystemScopedKpis; } });
|
|
167
164
|
Object.defineProperty(exports, "SystemScopedKpisReferenceIds", { enumerable: true, get: function () { return system_scoped_kpis_1.SystemScopedKpisReferenceIds; } });
|
|
165
|
+
var time_dimension_type_1 = require("./enums/time/time-dimension-type");
|
|
166
|
+
Object.defineProperty(exports, "TimeDimensionType", { enumerable: true, get: function () { return time_dimension_type_1.TimeDimensionType; } });
|
|
168
167
|
var product_type_enum_1 = require("./enums/product/product-type.enum");
|
|
169
168
|
Object.defineProperty(exports, "ProductType", { enumerable: true, get: function () { return product_type_enum_1.ProductType; } });
|
|
170
169
|
var product_naming_delimiter_enum_1 = require("./enums/product/product-naming-delimiter.enum");
|
|
@@ -181,12 +180,6 @@ Object.defineProperty(exports, "WidgetChartBarLayout", { enumerable: true, get:
|
|
|
181
180
|
Object.defineProperty(exports, "WidgetChartDisplayMode", { enumerable: true, get: function () { return widget_1.WidgetChartDisplayMode; } });
|
|
182
181
|
Object.defineProperty(exports, "WidgetChartRankingRule", { enumerable: true, get: function () { return widget_1.WidgetChartRankingRule; } });
|
|
183
182
|
Object.defineProperty(exports, "WidgetChartSortDirection", { enumerable: true, get: function () { return widget_1.WidgetChartSortDirection; } });
|
|
184
|
-
Object.defineProperty(exports, "WidgetTableRowDensity", { enumerable: true, get: function () { return widget_1.WidgetTableRowDensity; } });
|
|
185
|
-
Object.defineProperty(exports, "WidgetTableGroupingFormat", { enumerable: true, get: function () { return widget_1.WidgetTableGroupingFormat; } });
|
|
186
|
-
Object.defineProperty(exports, "WidgetTableGrandTotalPosition", { enumerable: true, get: function () { return widget_1.WidgetTableGrandTotalPosition; } });
|
|
187
|
-
Object.defineProperty(exports, "WidgetTableSortDirection", { enumerable: true, get: function () { return widget_1.WidgetTableSortDirection; } });
|
|
188
|
-
var scenario_kpis_1 = require("./enums/scenario-kpis");
|
|
189
|
-
Object.defineProperty(exports, "ScenarioKpisGroupByOptions", { enumerable: true, get: function () { return scenario_kpis_1.ScenarioKpisGroupByOptions; } });
|
|
190
183
|
var system_specific_kpis_1 = require("./enums/kpis/system-specific-kpis");
|
|
191
184
|
Object.defineProperty(exports, "SystemSpecificKpis", { enumerable: true, get: function () { return system_specific_kpis_1.SystemSpecificKpis; } });
|
|
192
185
|
Object.defineProperty(exports, "SystemSpecificKpisReferenceIds", { enumerable: true, get: function () { return system_specific_kpis_1.SystemSpecificKpisReferenceIds; } });
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;AAAA,iFAG6C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1 @@
|
|
|
1
1
|
export { IWidgetChartAxisConfig, IWidgetChartLimitationConfig, IWidgetChartLimitsConfig, IWidgetChartConfig, } from './widget-chart-config.interface';
|
|
2
|
-
export { IWidgetTableAppearanceConfig, IWidgetTablePresetGridSortItem, IWidgetTablePresetGridState, IWidgetTablePresetDataConfig, IWidgetTablePresetSettings, IWidgetTablePresetConfig, } from './widget-table-config.interface';
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WIDGET_PRESET_DESCRIPTION_MAX_LENGTH = exports.WIDGET_PRESET_NAME_MAX_LENGTH = void 0;
|
|
4
|
-
exports.WIDGET_PRESET_NAME_MAX_LENGTH = 256;
|
|
5
|
-
exports.WIDGET_PRESET_DESCRIPTION_MAX_LENGTH = 1024;
|
|
6
|
-
//# sourceMappingURL=widgetPresetValidation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"widgetPresetValidation.js","sourceRoot":"","sources":["../../src/constants/widgetPresetValidation.ts"],"names":[],"mappings":";;;AAAa,QAAA,6BAA6B,GAAG,GAAG,CAAA;AACnC,QAAA,oCAAoC,GAAG,IAAI,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { ScenarioKpisGroupByOptions } from './scenario-kpis-group-by-options.enum';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ScenarioKpisGroupByOptions = void 0;
|
|
4
|
-
var scenario_kpis_group_by_options_enum_1 = require("./scenario-kpis-group-by-options.enum");
|
|
5
|
-
Object.defineProperty(exports, "ScenarioKpisGroupByOptions", { enumerable: true, get: function () { return scenario_kpis_group_by_options_enum_1.ScenarioKpisGroupByOptions; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/enums/scenario-kpis/index.ts"],"names":[],"mappings":";;;AAAA,6FAAkF;AAAzE,iJAAA,0BAA0B,OAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare enum ScenarioKpisGroupByOptions {
|
|
2
|
-
Product = "product",
|
|
3
|
-
Segment = "segment",
|
|
4
|
-
Subsegment = "subsegment",
|
|
5
|
-
SalesChannel = "sales_channel",
|
|
6
|
-
AggregationGroup = "aggregation_group",
|
|
7
|
-
Week = "week",
|
|
8
|
-
ProductType = "product_type",
|
|
9
|
-
PromoOffer = "promo_offer",
|
|
10
|
-
HasPromoOffer = "has_promo_offer"
|
|
11
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ScenarioKpisGroupByOptions = void 0;
|
|
4
|
-
var ScenarioKpisGroupByOptions;
|
|
5
|
-
(function (ScenarioKpisGroupByOptions) {
|
|
6
|
-
ScenarioKpisGroupByOptions["Product"] = "product";
|
|
7
|
-
ScenarioKpisGroupByOptions["Segment"] = "segment";
|
|
8
|
-
ScenarioKpisGroupByOptions["Subsegment"] = "subsegment";
|
|
9
|
-
ScenarioKpisGroupByOptions["SalesChannel"] = "sales_channel";
|
|
10
|
-
ScenarioKpisGroupByOptions["AggregationGroup"] = "aggregation_group";
|
|
11
|
-
ScenarioKpisGroupByOptions["Week"] = "week";
|
|
12
|
-
ScenarioKpisGroupByOptions["ProductType"] = "product_type";
|
|
13
|
-
ScenarioKpisGroupByOptions["PromoOffer"] = "promo_offer";
|
|
14
|
-
ScenarioKpisGroupByOptions["HasPromoOffer"] = "has_promo_offer";
|
|
15
|
-
})(ScenarioKpisGroupByOptions = exports.ScenarioKpisGroupByOptions || (exports.ScenarioKpisGroupByOptions = {}));
|
|
16
|
-
//# sourceMappingURL=scenario-kpis-group-by-options.enum.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scenario-kpis-group-by-options.enum.js","sourceRoot":"","sources":["../../../src/enums/scenario-kpis/scenario-kpis-group-by-options.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,0BAUX;AAVD,WAAY,0BAA0B;IACpC,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,uDAAyB,CAAA;IACzB,4DAA8B,CAAA;IAC9B,oEAAsC,CAAA;IACtC,2CAAa,CAAA;IACb,0DAA4B,CAAA;IAC5B,wDAA0B,CAAA;IAC1B,+DAAiC,CAAA;AACnC,CAAC,EAVW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAUrC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare enum WidgetTableRowDensity {
|
|
2
|
-
Compact = "compact",
|
|
3
|
-
Standard = "standard"
|
|
4
|
-
}
|
|
5
|
-
export declare enum WidgetTableGroupingFormat {
|
|
6
|
-
Compact = "compact",
|
|
7
|
-
Tabular = "tabular"
|
|
8
|
-
}
|
|
9
|
-
export declare enum WidgetTableGrandTotalPosition {
|
|
10
|
-
Top = "top",
|
|
11
|
-
Bottom = "bottom"
|
|
12
|
-
}
|
|
13
|
-
export declare enum WidgetTableSortDirection {
|
|
14
|
-
Asc = "asc",
|
|
15
|
-
Desc = "desc"
|
|
16
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WidgetTableSortDirection = exports.WidgetTableGrandTotalPosition = exports.WidgetTableGroupingFormat = exports.WidgetTableRowDensity = void 0;
|
|
4
|
-
var WidgetTableRowDensity;
|
|
5
|
-
(function (WidgetTableRowDensity) {
|
|
6
|
-
WidgetTableRowDensity["Compact"] = "compact";
|
|
7
|
-
WidgetTableRowDensity["Standard"] = "standard";
|
|
8
|
-
})(WidgetTableRowDensity = exports.WidgetTableRowDensity || (exports.WidgetTableRowDensity = {}));
|
|
9
|
-
var WidgetTableGroupingFormat;
|
|
10
|
-
(function (WidgetTableGroupingFormat) {
|
|
11
|
-
WidgetTableGroupingFormat["Compact"] = "compact";
|
|
12
|
-
WidgetTableGroupingFormat["Tabular"] = "tabular";
|
|
13
|
-
})(WidgetTableGroupingFormat = exports.WidgetTableGroupingFormat || (exports.WidgetTableGroupingFormat = {}));
|
|
14
|
-
var WidgetTableGrandTotalPosition;
|
|
15
|
-
(function (WidgetTableGrandTotalPosition) {
|
|
16
|
-
WidgetTableGrandTotalPosition["Top"] = "top";
|
|
17
|
-
WidgetTableGrandTotalPosition["Bottom"] = "bottom";
|
|
18
|
-
})(WidgetTableGrandTotalPosition = exports.WidgetTableGrandTotalPosition || (exports.WidgetTableGrandTotalPosition = {}));
|
|
19
|
-
var WidgetTableSortDirection;
|
|
20
|
-
(function (WidgetTableSortDirection) {
|
|
21
|
-
WidgetTableSortDirection["Asc"] = "asc";
|
|
22
|
-
WidgetTableSortDirection["Desc"] = "desc";
|
|
23
|
-
})(WidgetTableSortDirection = exports.WidgetTableSortDirection || (exports.WidgetTableSortDirection = {}));
|
|
24
|
-
//# sourceMappingURL=widget-table.enum.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"widget-table.enum.js","sourceRoot":"","sources":["../../../src/enums/widget/widget-table.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,4CAAmB,CAAA;IACnB,8CAAqB,CAAA;AACvB,CAAC,EAHW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAGhC;AAED,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACnC,gDAAmB,CAAA;IACnB,gDAAmB,CAAA;AACrB,CAAC,EAHW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAGpC;AAED,IAAY,6BAGX;AAHD,WAAY,6BAA6B;IACvC,4CAAW,CAAA;IACX,kDAAiB,CAAA;AACnB,CAAC,EAHW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAGxC;AAED,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAClC,uCAAW,CAAA;IACX,yCAAa,CAAA;AACf,CAAC,EAHW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAGnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { IScenarioKpisGroupBy } from './scenario-kpis-group-by.interface';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/interfaces/scenario-kpis/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scenario-kpis-group-by.interface.js","sourceRoot":"","sources":["../../../src/interfaces/scenario-kpis/scenario-kpis-group-by.interface.ts"],"names":[],"mappings":""}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { WidgetTableGroupingFormat, WidgetTableGrandTotalPosition, WidgetTableRowDensity } from '../../enums/widget';
|
|
2
|
-
import { IScenarioKpisGroupBy } from '../scenario-kpis';
|
|
3
|
-
export interface IWidgetTableAppearanceConfig {
|
|
4
|
-
shouldShowPercentageDeltas?: boolean;
|
|
5
|
-
shouldShowAbsoluteDeltas?: boolean;
|
|
6
|
-
shouldShowTemplateScenarioValues?: boolean;
|
|
7
|
-
shouldShowGroupingControlBar?: boolean;
|
|
8
|
-
shouldShowRowNumbers?: boolean;
|
|
9
|
-
rowDensity?: WidgetTableRowDensity;
|
|
10
|
-
groupingFormat?: WidgetTableGroupingFormat;
|
|
11
|
-
shouldRepeatItemLabels?: boolean;
|
|
12
|
-
grandTotalPosition?: WidgetTableGrandTotalPosition;
|
|
13
|
-
shouldPinGrandTotal?: boolean;
|
|
14
|
-
}
|
|
15
|
-
export interface IWidgetTablePresetGridSortItem {
|
|
16
|
-
colId: string;
|
|
17
|
-
sort: 'asc' | 'desc';
|
|
18
|
-
sortIndex?: number;
|
|
19
|
-
}
|
|
20
|
-
export interface IWidgetTablePresetGridState {
|
|
21
|
-
rowGroup?: {
|
|
22
|
-
groupColIds: string[];
|
|
23
|
-
};
|
|
24
|
-
sort?: {
|
|
25
|
-
sortModel: IWidgetTablePresetGridSortItem[];
|
|
26
|
-
};
|
|
27
|
-
columnOrder?: {
|
|
28
|
-
orderedColIds: string[];
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
export interface IWidgetTablePresetDataConfig {
|
|
32
|
-
kpis: string[];
|
|
33
|
-
groupBy?: IScenarioKpisGroupBy[];
|
|
34
|
-
}
|
|
35
|
-
export interface IWidgetTablePresetSettings {
|
|
36
|
-
appearance: IWidgetTableAppearanceConfig;
|
|
37
|
-
initialState?: IWidgetTablePresetGridState;
|
|
38
|
-
}
|
|
39
|
-
export interface IWidgetTablePresetConfig {
|
|
40
|
-
dataConfig: IWidgetTablePresetDataConfig;
|
|
41
|
-
settings: IWidgetTablePresetSettings;
|
|
42
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"widget-table-config.interface.js","sourceRoot":"","sources":["../../../src/interfaces/widget/widget-table-config.interface.ts"],"names":[],"mappings":""}
|