@crystaldesign/diva-utils 25.9.0-beta.2 → 25.9.0-beta.20
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/cjs/index.js
CHANGED
|
@@ -56,7 +56,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
56
56
|
|
|
57
57
|
/*-------------------OLD LOGS ----------------*/
|
|
58
58
|
|
|
59
|
-
//
|
|
59
|
+
// Produkt wurde im InspirationSlider ausgewählt/geändert
|
|
60
60
|
|
|
61
61
|
var BusinessMetricsUtils = /*#__PURE__*/function () {
|
|
62
62
|
function BusinessMetricsUtils(getCurrentTraceId, sessionId) {
|
|
@@ -113,7 +113,7 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
|
|
|
113
113
|
*/
|
|
114
114
|
}, {
|
|
115
115
|
key: "init",
|
|
116
|
-
value: function init(production, env, version, url, jwt, personalData, plattform, os, deviceName, browser, width, height, osVersion, applicationEnvironment, language) {
|
|
116
|
+
value: function init(production, env, version, url, jwt, personalData, plattform, os, deviceName, browser, width, height, osVersion, applicationEnvironment, language, analyticsProps) {
|
|
117
117
|
var _params$get, _params$get2, _params$get3, _params$get4, _params$get5, _this$user, _this$user2, _this$user3;
|
|
118
118
|
this.initEvent = this.initEvent || {};
|
|
119
119
|
var params = new URLSearchParams(window.location.search);
|
|
@@ -124,7 +124,7 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
|
|
|
124
124
|
utm_term: (_params$get4 = params.get('utm_term')) !== null && _params$get4 !== void 0 ? _params$get4 : undefined,
|
|
125
125
|
utm_content: (_params$get5 = params.get('utm_content')) !== null && _params$get5 !== void 0 ? _params$get5 : undefined
|
|
126
126
|
};
|
|
127
|
-
Object.assign(this.initEvent, _objectSpread({
|
|
127
|
+
Object.assign(this.initEvent, _objectSpread(_objectSpread({
|
|
128
128
|
agent: {
|
|
129
129
|
type: env,
|
|
130
130
|
version: version
|
|
@@ -152,7 +152,7 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
|
|
|
152
152
|
},
|
|
153
153
|
language: language
|
|
154
154
|
}
|
|
155
|
-
}, utm));
|
|
155
|
+
}, utm), analyticsProps));
|
|
156
156
|
this.isDevelopment = !production;
|
|
157
157
|
this.personalData = personalData;
|
|
158
158
|
this.url = url;
|
|
@@ -229,15 +229,28 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
|
|
|
229
229
|
key: "setConfiguratorSessionId",
|
|
230
230
|
value: function () {
|
|
231
231
|
var _setConfiguratorSessionId = _asyncToGenerator__default["default"](/*#__PURE__*/_regeneratorRuntime__default["default"].mark(function _callee2(id) {
|
|
232
|
+
var onlyCreateIfEmpty,
|
|
233
|
+
_args2 = arguments;
|
|
232
234
|
return _regeneratorRuntime__default["default"].wrap(function _callee2$(_context2) {
|
|
233
235
|
while (1) switch (_context2.prev = _context2.next) {
|
|
234
236
|
case 0:
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
237
|
+
onlyCreateIfEmpty = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : false;
|
|
238
|
+
if (!id) {
|
|
239
|
+
_context2.next = 5;
|
|
240
|
+
break;
|
|
239
241
|
}
|
|
240
|
-
|
|
242
|
+
this.configuratorSessionId = id;
|
|
243
|
+
_context2.next = 8;
|
|
244
|
+
break;
|
|
245
|
+
case 5:
|
|
246
|
+
if (!(onlyCreateIfEmpty && this.configuratorSessionId)) {
|
|
247
|
+
_context2.next = 7;
|
|
248
|
+
break;
|
|
249
|
+
}
|
|
250
|
+
return _context2.abrupt("return");
|
|
251
|
+
case 7:
|
|
252
|
+
this.configuratorSessionId = uuid.v4();
|
|
253
|
+
case 8:
|
|
241
254
|
case "end":
|
|
242
255
|
return _context2.stop();
|
|
243
256
|
}
|
package/build/esm/index.js
CHANGED
|
@@ -37,7 +37,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
37
37
|
|
|
38
38
|
/*-------------------OLD LOGS ----------------*/
|
|
39
39
|
|
|
40
|
-
//
|
|
40
|
+
// Produkt wurde im InspirationSlider ausgewählt/geändert
|
|
41
41
|
|
|
42
42
|
var BusinessMetricsUtils = /*#__PURE__*/function () {
|
|
43
43
|
function BusinessMetricsUtils(getCurrentTraceId, sessionId) {
|
|
@@ -94,7 +94,7 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
|
|
|
94
94
|
*/
|
|
95
95
|
}, {
|
|
96
96
|
key: "init",
|
|
97
|
-
value: function init(production, env, version, url, jwt, personalData, plattform, os, deviceName, browser, width, height, osVersion, applicationEnvironment, language) {
|
|
97
|
+
value: function init(production, env, version, url, jwt, personalData, plattform, os, deviceName, browser, width, height, osVersion, applicationEnvironment, language, analyticsProps) {
|
|
98
98
|
var _params$get, _params$get2, _params$get3, _params$get4, _params$get5, _this$user, _this$user2, _this$user3;
|
|
99
99
|
this.initEvent = this.initEvent || {};
|
|
100
100
|
var params = new URLSearchParams(window.location.search);
|
|
@@ -105,7 +105,7 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
|
|
|
105
105
|
utm_term: (_params$get4 = params.get('utm_term')) !== null && _params$get4 !== void 0 ? _params$get4 : undefined,
|
|
106
106
|
utm_content: (_params$get5 = params.get('utm_content')) !== null && _params$get5 !== void 0 ? _params$get5 : undefined
|
|
107
107
|
};
|
|
108
|
-
Object.assign(this.initEvent, _objectSpread({
|
|
108
|
+
Object.assign(this.initEvent, _objectSpread(_objectSpread({
|
|
109
109
|
agent: {
|
|
110
110
|
type: env,
|
|
111
111
|
version: version
|
|
@@ -133,7 +133,7 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
|
|
|
133
133
|
},
|
|
134
134
|
language: language
|
|
135
135
|
}
|
|
136
|
-
}, utm));
|
|
136
|
+
}, utm), analyticsProps));
|
|
137
137
|
this.isDevelopment = !production;
|
|
138
138
|
this.personalData = personalData;
|
|
139
139
|
this.url = url;
|
|
@@ -210,15 +210,28 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
|
|
|
210
210
|
key: "setConfiguratorSessionId",
|
|
211
211
|
value: function () {
|
|
212
212
|
var _setConfiguratorSessionId = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee2(id) {
|
|
213
|
+
var onlyCreateIfEmpty,
|
|
214
|
+
_args2 = arguments;
|
|
213
215
|
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
214
216
|
while (1) switch (_context2.prev = _context2.next) {
|
|
215
217
|
case 0:
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
218
|
+
onlyCreateIfEmpty = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : false;
|
|
219
|
+
if (!id) {
|
|
220
|
+
_context2.next = 5;
|
|
221
|
+
break;
|
|
220
222
|
}
|
|
221
|
-
|
|
223
|
+
this.configuratorSessionId = id;
|
|
224
|
+
_context2.next = 8;
|
|
225
|
+
break;
|
|
226
|
+
case 5:
|
|
227
|
+
if (!(onlyCreateIfEmpty && this.configuratorSessionId)) {
|
|
228
|
+
_context2.next = 7;
|
|
229
|
+
break;
|
|
230
|
+
}
|
|
231
|
+
return _context2.abrupt("return");
|
|
232
|
+
case 7:
|
|
233
|
+
this.configuratorSessionId = v4();
|
|
234
|
+
case 8:
|
|
222
235
|
case "end":
|
|
223
236
|
return _context2.stop();
|
|
224
237
|
}
|
|
@@ -8,7 +8,7 @@ interface Organization {
|
|
|
8
8
|
name?: string;
|
|
9
9
|
}
|
|
10
10
|
export type PfisterEventAction = 'onFullScreen' | 'onClose' | 'onReset' | 'onHelpPlanner' | 'onSharePlanner' | 'onPrintPlanner' | 'onSavePlanner' | 'onRequestConsulation' | 'onSave' | 'onShow3DCOMB' | 'onShowRTV' | 'onShow3D' | 'onShow2D';
|
|
11
|
-
export type EventAction = 'onPageOpen' | 'onOpenModule' | 'onRequestRendering' | 'onSelectProductVariant' | 'onClose' | 'onSuccessLogin' | 'onCreatePriceSign' | 'onCreateQrCode' | 'onNewLeadGenerated' | 'onInitializeConfigurator' | 'onInitGenericData' | 'onTabGroupStep' | 'onAddPlanner' | 'onSwitchPlanner' | 'onDeletePlanner' | 'onEnterPlanner' | 'onExitPlanner' | 'onEnterConfigurator' | 'onExitConfigurator' | 'onEnterAccessories' | 'onExitAccessories' | 'onEnterSummary' | 'onExitSummary' | 'onInitARViewer' | 'onConfiguratorStep' | 'onDimensoinVisualization' | 'onVisualizationChange' | 'onRoomVisualization' | 'onShareStep' | 'onConsultancyStep' | 'onLoadInfoBox' | 'onSelectCollection' | 'onSelectCatalog' | 'onUpdateAccessoireQuantity' | 'onAddAccessorieOnShelfPlanner' | 'onRemoveAccessorieOnShelfPlanner' | 'onRequestRendering' | 'onBasketStep' | 'onLoadProdukt' | 'onLoadCustomProdukt' | 'onLoadArticle' | 'onActualBasketValue' | 'onClickAccesorie' | 'onClickArticle' | 'onLoadProductPDP' | 'onOpenPDP' | 'onPlannerCheckoutAction' | 'onPlannerShareConfiguration' | 'onPlannerCreateAppointment' | 'onPlannerSaveEMail';
|
|
11
|
+
export type EventAction = 'onPageOpen' | 'onOpenModule' | 'onRequestRendering' | 'onSelectProductVariant' | 'onClose' | 'onSuccessLogin' | 'onCreatePriceSign' | 'onCreateQrCode' | 'onNewLeadGenerated' | 'onInitializeConfigurator' | 'onInitGenericData' | 'onTabGroupStep' | 'onAddPlanner' | 'onSwitchPlanner' | 'onDeletePlanner' | 'onEnterPlanner' | 'onExitPlanner' | 'onEnterConfigurator' | 'onExitConfigurator' | 'onEnterAccessories' | 'onExitAccessories' | 'onEnterSummary' | 'onExitSummary' | 'onInitARViewer' | 'onConfiguratorStep' | 'onDimensoinVisualization' | 'onVisualizationChange' | 'onRoomVisualization' | 'onShareStep' | 'onConsultancyStep' | 'onLoadInfoBox' | 'onSelectCollection' | 'onSelectCatalog' | 'onUpdateAccessoireQuantity' | 'onAddAccessorieOnShelfPlanner' | 'onRemoveAccessorieOnShelfPlanner' | 'onRequestRendering' | 'onBasketStep' | 'onLoadProdukt' | 'onLoadCustomProdukt' | 'onLoadArticle' | 'onActualBasketValue' | 'onClickAccesorie' | 'onClickArticle' | 'onLoadProductPDP' | 'onOpenPDP' | 'onPlannerCheckoutAction' | 'onPlannerShareConfiguration' | 'onPlannerCreateAppointment' | 'onPlannerSaveEMail' | 'onWidgetProductSelected' | 'onWidgetInitialProduct';
|
|
12
12
|
export type EventModule = 'Framework' | 'FrameworkNavigation' | 'LandingPage' | 'StartPage' | 'Seller' | 'SellerCollections' | 'SellerCatalogs' | 'SellerCatalogInfo' | 'SellerArticles' | 'SellerBasket' | 'SellerCheckout' | 'SellerArchiv' | 'ContentBox' | 'Products' | 'Productlist' | 'ProductDetailPage' | 'PDP' | 'Planner' | 'PlannerHandler2D' | 'PlannerConfig' | 'PlannerSummary' | 'Backoffice' | 'BackofficeNew' | 'UserManager' | 'CategoryManager' | 'AssortmentManager' | 'Chat' | 'PDFViewer' | 'MediaViewer' | 'Report' | 'Story' | 'Barrier' | 'Auth' | 'OpenUrl' | 'OpenUrlNewTab' | 'Test' | 'Productgallery' | 'ARViewer' | 'DivaStartPage' | 'Undefined' | 'Classification' | 'RealTimeViewer' | 'Analytics' | 'AGGrid' | 'InfoBox' | 'OrderEntry' | 'Core' | 'DivaWidget' | 'ProductDetailPage';
|
|
13
13
|
export declare class BusinessMetricsUtils {
|
|
14
14
|
private _sessionId;
|
|
@@ -28,7 +28,7 @@ export declare class BusinessMetricsUtils {
|
|
|
28
28
|
set sessionId(sessionId: string);
|
|
29
29
|
set jwtSetter(jwt: string);
|
|
30
30
|
get urlGetter(): string | undefined;
|
|
31
|
-
init(production: boolean, env: string, version: string, url?: string, jwt?: string, personalData?: boolean, plattform?: string, os?: string, deviceName?: string, browser?: string, width?: number, height?: number, osVersion?: string, applicationEnvironment?: string, language?: string): void;
|
|
31
|
+
init(production: boolean, env: string, version: string, url?: string, jwt?: string, personalData?: boolean, plattform?: string, os?: string, deviceName?: string, browser?: string, width?: number, height?: number, osVersion?: string, applicationEnvironment?: string, language?: string, analyticsProps?: Record<string, string>): void;
|
|
32
32
|
setOrganizations(organization: Organization, parents: Organization[]): void;
|
|
33
33
|
setUser(id: string, email: string, name?: string): void;
|
|
34
34
|
private checkInit;
|
|
@@ -37,7 +37,7 @@ export declare class BusinessMetricsUtils {
|
|
|
37
37
|
logEvent(eventAction: EventAction, module: EventModule, message: string, labels?: {
|
|
38
38
|
[key: string]: string | number | undefined | any;
|
|
39
39
|
}): Promise<void>;
|
|
40
|
-
setConfiguratorSessionId(id?: string): Promise<void>;
|
|
40
|
+
setConfiguratorSessionId(id?: string, onlyCreateIfEmpty?: boolean): Promise<void>;
|
|
41
41
|
setSessionIdWithoutInit(sessionId: string): Promise<void>;
|
|
42
42
|
getConfiguratorSessionId(): string | undefined;
|
|
43
43
|
private event;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BusinessMetricsUtils.d.ts","sourceRoot":"","sources":["../../../../../src/utils/BusinessMetricsUtils.ts"],"names":[],"mappings":"AAGA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,SAAS,EAAE,GAAG,EAAE,CAAC;KAClB;CACF;AA8DD,UAAU,YAAY;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAGD,MAAM,MAAM,kBAAkB,GAC1B,cAAc,GACd,SAAS,GACT,SAAS,GACT,eAAe,GACf,gBAAgB,GAChB,gBAAgB,GAChB,eAAe,GACf,sBAAsB,GACtB,QAAQ,GACR,cAAc,GACd,WAAW,GACX,UAAU,GACV,UAAU,CAAC;AAIf,MAAM,MAAM,WAAW,GACnB,YAAY,GACZ,cAAc,GACd,oBAAoB,GACpB,wBAAwB,GACxB,SAAS,GACT,gBAAgB,GAChB,mBAAmB,GACnB,gBAAgB,GAChB,oBAAoB,GAGpB,0BAA0B,GAC1B,mBAAmB,GACnB,gBAAgB,GAChB,cAAc,GACd,iBAAiB,GACjB,iBAAiB,GACjB,gBAAgB,GAChB,eAAe,GACf,qBAAqB,GACrB,oBAAoB,GACpB,oBAAoB,GACpB,mBAAmB,GACnB,gBAAgB,GAChB,eAAe,GACf,gBAAgB,GAChB,oBAAoB,GACpB,0BAA0B,GAC1B,uBAAuB,GACvB,qBAAqB,GACrB,aAAa,GACb,mBAAmB,GACnB,eAAe,GACf,oBAAoB,GACpB,iBAAiB,GACjB,4BAA4B,GAC5B,+BAA+B,GAC/B,kCAAkC,GAClC,oBAAoB,GACpB,cAAc,GACd,eAAe,GACf,qBAAqB,GACrB,eAAe,GACf,qBAAqB,GACrB,kBAAkB,GAClB,gBAAgB,GAChB,kBAAkB,GAClB,WAAW,GACX,yBAAyB,GACzB,6BAA6B,GAC7B,4BAA4B,GAC5B,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"BusinessMetricsUtils.d.ts","sourceRoot":"","sources":["../../../../../src/utils/BusinessMetricsUtils.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-utils",
|
|
3
|
-
"version": "25.9.0-beta.
|
|
3
|
+
"version": "25.9.0-beta.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"module": "build/esm/index.js",
|
|
25
25
|
"types": "./build/types/utils/src/index.d.ts",
|
|
26
26
|
"main": "build/cjs/index.js",
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "91b6bd0c793d285605dfd699295247ea977e0ad5"
|
|
28
28
|
}
|