@configura/web-api 1.6.0-iotest.2 → 1.6.0-rc.0
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/.eslintrc.json +18 -0
- package/LICENSE +201 -201
- package/README.md +1 -1
- package/dist/CatalogueAPI.d.ts +507 -511
- package/dist/CatalogueAPI.js +280 -273
- package/dist/CfgMeasure.d.ts +32 -32
- package/dist/CfgMeasure.js +30 -30
- package/dist/CfgProduct.d.ts +253 -244
- package/dist/CfgProduct.js +733 -674
- package/dist/index.d.ts +20 -22
- package/dist/index.js +20 -22
- package/dist/material/CfgMaterialMapping.d.ts +7 -7
- package/dist/material/CfgMaterialMapping.js +181 -181
- package/dist/material/CfgMtrlApplication.d.ts +18 -18
- package/dist/material/CfgMtrlApplication.js +43 -43
- package/dist/material/CfgMtrlApplicationSource.d.ts +7 -7
- package/dist/material/CfgMtrlApplicationSource.js +8 -8
- package/dist/material/CfgMtrlSource.d.ts +19 -19
- package/dist/material/CfgMtrlSource.js +40 -40
- package/dist/material/CfgMtrlSourceWithMetaData.d.ts +7 -7
- package/dist/material/CfgMtrlSourceWithMetaData.js +1 -1
- package/dist/productConfiguration/CfgFeature.d.ts +188 -178
- package/dist/productConfiguration/CfgFeature.js +636 -611
- package/dist/productConfiguration/CfgOption.d.ts +150 -128
- package/dist/productConfiguration/CfgOption.js +426 -394
- package/dist/productConfiguration/CfgProductConfiguration.d.ts +120 -121
- package/dist/productConfiguration/CfgProductConfiguration.js +309 -306
- package/dist/productConfiguration/filters.d.ts +15 -15
- package/dist/productConfiguration/filters.js +70 -67
- package/dist/productConfiguration/productParamsGenerator.d.ts +15 -15
- package/dist/productConfiguration/productParamsGenerator.js +51 -51
- package/dist/productConfiguration/utilitiesProductConfiguration.d.ts +17 -17
- package/dist/productConfiguration/utilitiesProductConfiguration.js +80 -80
- package/dist/productLoader.d.ts +33 -33
- package/dist/productLoader.js +49 -49
- package/dist/syncGroups/SyncGroupsApplyMode.d.ts +21 -0
- package/dist/syncGroups/SyncGroupsApplyMode.js +21 -0
- package/dist/syncGroups/SyncGroupsHandler.d.ts +36 -0
- package/dist/syncGroups/SyncGroupsHandler.js +349 -0
- package/dist/syncGroups/SyncGroupsPathHelper.d.ts +27 -0
- package/dist/syncGroups/SyncGroupsPathHelper.js +90 -0
- package/dist/syncGroups/SyncGroupsState.d.ts +26 -0
- package/dist/syncGroups/SyncGroupsState.js +113 -0
- package/dist/syncGroups/SyncGroupsTransaction.d.ts +155 -0
- package/dist/syncGroups/SyncGroupsTransaction.js +576 -0
- package/dist/tasks/TaskHandler.d.ts +78 -78
- package/dist/tasks/TaskHandler.js +276 -265
- package/dist/tasks/formats.d.ts +4 -4
- package/dist/tasks/formats.js +7 -7
- package/dist/tests/testData/collectorForTest.d.ts +73 -73
- package/dist/tests/testData/collectorForTest.js +194 -195
- package/dist/tests/testData/dummyProductForTest.d.ts +4 -4
- package/dist/tests/testData/dummyProductForTest.js +36 -36
- package/dist/tests/testData/testDataAdditionalProductInAdditionalProductInProductForTest.d.ts +11 -32
- package/dist/tests/testData/testDataAdditionalProductInAdditionalProductInProductForTest.js +277 -348
- package/dist/tests/testData/testDataCachedGetProduct.d.ts +5 -5
- package/dist/tests/testData/testDataCachedGetProduct.js +185 -196
- package/dist/tests/testData/testDataCachedPostValidate.d.ts +7 -7
- package/dist/tests/testData/testDataCachedPostValidate.js +183 -183
- package/dist/tests/testData/testDataNoAdditionalProductNoPropagateForTest.d.ts +3 -3
- package/dist/tests/testData/testDataNoAdditionalProductNoPropagateForTest.js +1099 -1099
- package/dist/tests/testData/testDataOptions.d.ts +13 -0
- package/dist/tests/testData/testDataOptions.js +60 -0
- package/dist/tests/testData/testDataProductAggregatedPrice.d.ts +6 -6
- package/dist/tests/testData/testDataProductAggregatedPrice.js +187 -198
- package/dist/tests/testData/testDataUpcharge.d.ts +8 -29
- package/dist/tests/testData/testDataUpcharge.js +119 -151
- package/dist/utilitiesCatalogueData.d.ts +31 -25
- package/dist/utilitiesCatalogueData.js +162 -65
- package/dist/utilitiesCataloguePermission.d.ts +37 -39
- package/dist/utilitiesCataloguePermission.js +80 -84
- package/dist/utilitiesNumericValues.d.ts +24 -24
- package/dist/utilitiesNumericValues.js +109 -109
- package/package.json +3 -3
- package/dist/io/CfgHistoryManager.d.ts +0 -30
- package/dist/io/CfgHistoryManager.js +0 -62
- package/dist/io/CfgHistoryToProdConfConnector.d.ts +0 -10
- package/dist/io/CfgHistoryToProdConfConnector.js +0 -20
- package/dist/io/CfgIOManager.d.ts +0 -29
- package/dist/io/CfgIOManager.js +0 -89
- package/dist/io/CfgIOProdConfConnector.d.ts +0 -33
- package/dist/io/CfgIOProdConfConnector.js +0 -100
- package/dist/io/CfgWindowMessageManager.d.ts +0 -13
- package/dist/io/CfgWindowMessageManager.js +0 -28
- package/dist/io/CfgWindowMessageToProdConfConnector.d.ts +0 -13
- package/dist/io/CfgWindowMessageToProdConfConnector.js +0 -17
package/dist/io/CfgIOManager.js
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
const CONFIGURA_SHEBANG = "c0nf1guraarug1fn0c";
|
|
2
|
-
export class CfgIOManager {
|
|
3
|
-
constructor() {
|
|
4
|
-
// A lock to avoid circular write
|
|
5
|
-
this._inhibitSend = false;
|
|
6
|
-
this._listeners = [];
|
|
7
|
-
this._getIndexOfListener = (l) => this._listeners.findIndex((item) => l === item.l);
|
|
8
|
-
this.listen = (l, messageKey) => {
|
|
9
|
-
if (this._getIndexOfListener(l) !== -1) {
|
|
10
|
-
console.warn("Tried to add listener twice");
|
|
11
|
-
return;
|
|
12
|
-
}
|
|
13
|
-
const startListenToWindow = this._listeners.length === 0;
|
|
14
|
-
this._listeners.push({ l, messageKey });
|
|
15
|
-
if (startListenToWindow) {
|
|
16
|
-
window.addEventListener(this.eventType, this._containerListenerBound);
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
this.stopListen = (l) => {
|
|
20
|
-
const i = this._getIndexOfListener(l);
|
|
21
|
-
if (i === -1) {
|
|
22
|
-
console.warn("Tried to stopListen on unknown listener");
|
|
23
|
-
return;
|
|
24
|
-
}
|
|
25
|
-
this._listeners.splice(i, 1);
|
|
26
|
-
if (this._listeners.length === 0) {
|
|
27
|
-
window.removeEventListener(this.eventType, this._containerListenerBound);
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
|
-
this._containerListenerBound = this._containerListener.bind(this);
|
|
31
|
-
this.send = (messageKey, data) => {
|
|
32
|
-
if (this._inhibitSend) {
|
|
33
|
-
return;
|
|
34
|
-
}
|
|
35
|
-
this.doSend(messageKey, data);
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
_containerListener(event) {
|
|
39
|
-
const data = this.getDataFromEvent(event);
|
|
40
|
-
if (!CfgIOManager.isIOContainer(data)) {
|
|
41
|
-
return;
|
|
42
|
-
}
|
|
43
|
-
// The 15 or so rows below is one of the cases where I believe building a clever
|
|
44
|
-
// data structure of so would probably be worse for performance than just looping
|
|
45
|
-
// as the subscribers are expected to be very few
|
|
46
|
-
const listeners = this._listeners;
|
|
47
|
-
const allMessageKeys = listeners.reduce((a, c) => {
|
|
48
|
-
a.add(c.messageKey);
|
|
49
|
-
return a;
|
|
50
|
-
}, new Set());
|
|
51
|
-
this._inhibitSend = true;
|
|
52
|
-
const promises = [];
|
|
53
|
-
for (const messageKey of allMessageKeys) {
|
|
54
|
-
if (!CfgIOManager.hasIOContainerMessageKey(data, messageKey)) {
|
|
55
|
-
continue;
|
|
56
|
-
}
|
|
57
|
-
const message = CfgIOManager.getMessageFromIOContainer(data, messageKey);
|
|
58
|
-
for (const item of listeners) {
|
|
59
|
-
if (item.messageKey !== messageKey) {
|
|
60
|
-
continue;
|
|
61
|
-
}
|
|
62
|
-
promises.push(item.l(message));
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
Promise.all(promises)
|
|
66
|
-
.then(() => {
|
|
67
|
-
this._inhibitSend = false;
|
|
68
|
-
})
|
|
69
|
-
.catch(() => {
|
|
70
|
-
this._inhibitSend = false;
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
CfgIOManager.isIOContainer = (data) => data && data.shebang === CONFIGURA_SHEBANG;
|
|
75
|
-
CfgIOManager.hasIOContainerMessageKey = (container, messageKey) => messageKey in container.messages;
|
|
76
|
-
CfgIOManager.getMessageFromIOContainer = (container, messageKey) => {
|
|
77
|
-
if (!CfgIOManager.isIOContainer(container)) {
|
|
78
|
-
throw new Error("The passed data was not a CfgIOContainer. It is to be expected that such data messages can arrive, so please use isIOContainer function to filter them out before calling this.");
|
|
79
|
-
}
|
|
80
|
-
if (!CfgIOManager.hasIOContainerMessageKey(container, messageKey)) {
|
|
81
|
-
throw new Error(`The passed data did not have the messageKey "${messageKey}". You can test for this using hasIOContainerMessageKey function.`);
|
|
82
|
-
}
|
|
83
|
-
// It is assumed that if a message arrives with the right subMessageKey it can cast to T
|
|
84
|
-
return container.messages[messageKey];
|
|
85
|
-
};
|
|
86
|
-
CfgIOManager.makeContainer = (messages) => ({
|
|
87
|
-
shebang: CONFIGURA_SHEBANG,
|
|
88
|
-
messages,
|
|
89
|
-
});
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { CfgProduct, CfgProductChangeNotification } from "../CfgProduct.js";
|
|
2
|
-
import { CfgIOManager } from "./CfgIOManager.js";
|
|
3
|
-
export declare type CfgProdConfMessage = {
|
|
4
|
-
version: string;
|
|
5
|
-
initial: boolean;
|
|
6
|
-
prodConfAsString: string;
|
|
7
|
-
};
|
|
8
|
-
export declare const STAGE_PROD_CONF_MESSAGE_KEY = "stageProdConf";
|
|
9
|
-
export declare const STAGE_PROD_CONF_MESSAGE_VERSION = "1.0";
|
|
10
|
-
declare type ProdConfMessageCallback = (message: CfgProdConfMessage) => Promise<void>;
|
|
11
|
-
declare type ProdConfStringCallback = (prodConfAsString: string) => Promise<void>;
|
|
12
|
-
export declare abstract class CfgIOProdConfConnector<K extends keyof WindowEventMap, S, M extends CfgIOManager<K, S>> {
|
|
13
|
-
protected readonly _ioManager: M;
|
|
14
|
-
protected readonly _doValidate: boolean;
|
|
15
|
-
protected _product: CfgProduct | undefined;
|
|
16
|
-
private _stopListenToMessage;
|
|
17
|
-
private _stopListenToProdConf;
|
|
18
|
-
constructor(_ioManager: M, _doValidate: boolean);
|
|
19
|
-
setProduct: (product: CfgProduct | undefined) => Promise<void>;
|
|
20
|
-
protected abstract getInitialProdConf(): string | undefined;
|
|
21
|
-
protected abstract makeSendData(prodConfAsString: string, initial: boolean): S;
|
|
22
|
-
makeMessage(prodConfAsString: string, initial: boolean): CfgProdConfMessage;
|
|
23
|
-
makeMessageListener(callback: ProdConfMessageCallback): (message: unknown) => Promise<void>;
|
|
24
|
-
/**
|
|
25
|
-
* Register the callback to listen for Product Configuration messages
|
|
26
|
-
* @returns A function which when called will cancel listening
|
|
27
|
-
*/
|
|
28
|
-
listenForMessage(callback: ProdConfMessageCallback): () => void;
|
|
29
|
-
makeProdConfListener(callback: ProdConfStringCallback): (n: CfgProductChangeNotification) => void;
|
|
30
|
-
listenForProdConf(product: CfgProduct, callback: ProdConfStringCallback): () => void;
|
|
31
|
-
}
|
|
32
|
-
export {};
|
|
33
|
-
//# sourceMappingURL=CfgIOProdConfConnector.d.ts.map
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
export const STAGE_PROD_CONF_MESSAGE_KEY = "stageProdConf";
|
|
11
|
-
export const STAGE_PROD_CONF_MESSAGE_VERSION = "1.0";
|
|
12
|
-
export class CfgIOProdConfConnector {
|
|
13
|
-
constructor(_ioManager, _doValidate) {
|
|
14
|
-
this._ioManager = _ioManager;
|
|
15
|
-
this._doValidate = _doValidate;
|
|
16
|
-
this._stopListenToMessage = undefined;
|
|
17
|
-
this._stopListenToProdConf = undefined;
|
|
18
|
-
this.setProduct = (product) => __awaiter(this, void 0, void 0, function* () {
|
|
19
|
-
var _a, _b;
|
|
20
|
-
const currentProduct = this._product;
|
|
21
|
-
const newProduct = product;
|
|
22
|
-
this._product = newProduct;
|
|
23
|
-
// If same product don't do anything at all
|
|
24
|
-
if (currentProduct !== undefined &&
|
|
25
|
-
newProduct !== undefined &&
|
|
26
|
-
currentProduct.isBackedBySame(newProduct)) {
|
|
27
|
-
return;
|
|
28
|
-
}
|
|
29
|
-
if (currentProduct !== undefined) {
|
|
30
|
-
(_a = this._stopListenToMessage) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
31
|
-
(_b = this._stopListenToProdConf) === null || _b === void 0 ? void 0 : _b.call(this);
|
|
32
|
-
}
|
|
33
|
-
if (newProduct === undefined) {
|
|
34
|
-
return;
|
|
35
|
-
}
|
|
36
|
-
if (currentProduct === undefined) {
|
|
37
|
-
const initialProdConf = this.getInitialProdConf();
|
|
38
|
-
if (initialProdConf !== undefined) {
|
|
39
|
-
yield newProduct.setFromApiSelectionString(initialProdConf, this._doValidate);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
this._ioManager.send(STAGE_PROD_CONF_MESSAGE_KEY, this.makeSendData(newProduct.getApiSelectionAsString(), true));
|
|
43
|
-
this._stopListenToMessage = this.listenForMessage((message) => __awaiter(this, void 0, void 0, function* () {
|
|
44
|
-
const prodConfAsString = message.prodConfAsString;
|
|
45
|
-
if (prodConfAsString === newProduct.getApiSelectionAsString()) {
|
|
46
|
-
return;
|
|
47
|
-
}
|
|
48
|
-
yield newProduct.setFromApiSelectionString(prodConfAsString, this._doValidate);
|
|
49
|
-
}));
|
|
50
|
-
this._stopListenToProdConf = this.listenForProdConf(newProduct, (prodConfAsString) => __awaiter(this, void 0, void 0, function* () {
|
|
51
|
-
this._ioManager.send(STAGE_PROD_CONF_MESSAGE_KEY, this.makeSendData(prodConfAsString, false));
|
|
52
|
-
}));
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
makeMessage(prodConfAsString, initial) {
|
|
56
|
-
return {
|
|
57
|
-
version: STAGE_PROD_CONF_MESSAGE_VERSION,
|
|
58
|
-
initial,
|
|
59
|
-
prodConfAsString,
|
|
60
|
-
};
|
|
61
|
-
}
|
|
62
|
-
makeMessageListener(callback) {
|
|
63
|
-
return (message) => __awaiter(this, void 0, void 0, function* () {
|
|
64
|
-
const prodConfMessage = message;
|
|
65
|
-
const version = prodConfMessage.version;
|
|
66
|
-
if (version !== "1.0") {
|
|
67
|
-
console.error(`The a message was passed with an unsupported version "${version}". Currently only ${STAGE_PROD_CONF_MESSAGE_VERSION} is supported.`);
|
|
68
|
-
return;
|
|
69
|
-
}
|
|
70
|
-
yield callback(prodConfMessage);
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* Register the callback to listen for Product Configuration messages
|
|
75
|
-
* @returns A function which when called will cancel listening
|
|
76
|
-
*/
|
|
77
|
-
listenForMessage(callback) {
|
|
78
|
-
const ioManager = this._ioManager;
|
|
79
|
-
const listener = this.makeMessageListener(callback);
|
|
80
|
-
ioManager.listen(listener, STAGE_PROD_CONF_MESSAGE_KEY);
|
|
81
|
-
return () => {
|
|
82
|
-
ioManager.stopListen(listener);
|
|
83
|
-
};
|
|
84
|
-
}
|
|
85
|
-
makeProdConfListener(callback) {
|
|
86
|
-
return (n) => {
|
|
87
|
-
if (!n.committed) {
|
|
88
|
-
return;
|
|
89
|
-
}
|
|
90
|
-
callback(n.freshRef.getApiSelectionAsString());
|
|
91
|
-
};
|
|
92
|
-
}
|
|
93
|
-
listenForProdConf(product, callback) {
|
|
94
|
-
const listener = this.makeProdConfListener(callback);
|
|
95
|
-
product.listenForChange(listener);
|
|
96
|
-
return () => {
|
|
97
|
-
product.stopListenForChange(listener);
|
|
98
|
-
};
|
|
99
|
-
}
|
|
100
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CfgIOManager } from "./CfgIOManager.js";
|
|
2
|
-
export declare type CfgWindowMessageManagerSendData = unknown;
|
|
3
|
-
export declare class CfgWindowMessageManager extends CfgIOManager<"message", CfgWindowMessageManagerSendData> {
|
|
4
|
-
private readonly _remoteEnds;
|
|
5
|
-
private readonly _targetOrigin;
|
|
6
|
-
private readonly _acceptableMessageOrigin?;
|
|
7
|
-
constructor(_remoteEnds: Window[], _targetOrigin?: string, _acceptableMessageOrigin?: string | undefined);
|
|
8
|
-
protected doSend(messageKey: string, data: unknown): void;
|
|
9
|
-
protected _containerListener(event: MessageEvent<any>): void;
|
|
10
|
-
protected readonly eventType = "message";
|
|
11
|
-
protected getDataFromEvent(event: MessageEvent<any>): unknown;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=CfgWindowMessageManager.d.ts.map
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { CfgIOManager } from "./CfgIOManager.js";
|
|
2
|
-
export class CfgWindowMessageManager extends CfgIOManager {
|
|
3
|
-
constructor(_remoteEnds, _targetOrigin = "*", _acceptableMessageOrigin) {
|
|
4
|
-
super();
|
|
5
|
-
this._remoteEnds = _remoteEnds;
|
|
6
|
-
this._targetOrigin = _targetOrigin;
|
|
7
|
-
this._acceptableMessageOrigin = _acceptableMessageOrigin;
|
|
8
|
-
this.eventType = "message";
|
|
9
|
-
}
|
|
10
|
-
doSend(messageKey, data) {
|
|
11
|
-
const container = CfgIOManager.makeContainer({
|
|
12
|
-
[messageKey]: data,
|
|
13
|
-
});
|
|
14
|
-
for (const remoteEnd of this._remoteEnds) {
|
|
15
|
-
remoteEnd.postMessage(container, this._targetOrigin);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
_containerListener(event) {
|
|
19
|
-
if (this._acceptableMessageOrigin !== undefined &&
|
|
20
|
-
event.origin !== this._acceptableMessageOrigin) {
|
|
21
|
-
return;
|
|
22
|
-
}
|
|
23
|
-
super._containerListener(event);
|
|
24
|
-
}
|
|
25
|
-
getDataFromEvent(event) {
|
|
26
|
-
return event.data;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CfgIOProdConfConnector } from "./CfgIOProdConfConnector.js";
|
|
2
|
-
import { CfgWindowMessageManager, CfgWindowMessageManagerSendData } from "./CfgWindowMessageManager.js";
|
|
3
|
-
/**
|
|
4
|
-
* Instantiating the class will expose your product to:
|
|
5
|
-
* - Listen for configuration changes posted to this window
|
|
6
|
-
* - Send configuration changes using sendMessage
|
|
7
|
-
*/
|
|
8
|
-
export declare class CfgWindowMessageToProdConfConnector extends CfgIOProdConfConnector<"message", CfgWindowMessageManagerSendData, CfgWindowMessageManager> {
|
|
9
|
-
constructor(manager: CfgWindowMessageManager, doValidate?: boolean);
|
|
10
|
-
protected getInitialProdConf(): string | undefined;
|
|
11
|
-
protected makeSendData(prodConfAsString: string, initial: boolean): CfgWindowMessageManagerSendData;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=CfgWindowMessageToProdConfConnector.d.ts.map
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { CfgIOProdConfConnector } from "./CfgIOProdConfConnector.js";
|
|
2
|
-
/**
|
|
3
|
-
* Instantiating the class will expose your product to:
|
|
4
|
-
* - Listen for configuration changes posted to this window
|
|
5
|
-
* - Send configuration changes using sendMessage
|
|
6
|
-
*/
|
|
7
|
-
export class CfgWindowMessageToProdConfConnector extends CfgIOProdConfConnector {
|
|
8
|
-
constructor(manager, doValidate = true) {
|
|
9
|
-
super(manager, doValidate);
|
|
10
|
-
}
|
|
11
|
-
getInitialProdConf() {
|
|
12
|
-
return undefined;
|
|
13
|
-
}
|
|
14
|
-
makeSendData(prodConfAsString, initial) {
|
|
15
|
-
return this.makeMessage(prodConfAsString, initial);
|
|
16
|
-
}
|
|
17
|
-
}
|