@spiffcommerce/core 27.2.1-beta.0e36ff9d-5cc0-5085-abc6-bbccac541a12 → 27.2.1-beta.5756496b-3a49-5000-b986-4209fb32572c
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/dist/index.js +27 -27
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6046,7 +6046,7 @@ class rs {
|
|
|
6046
6046
|
return this.state;
|
|
6047
6047
|
}
|
|
6048
6048
|
runStateCallbacks() {
|
|
6049
|
-
this.stateCallbacks.forEach((t) => t());
|
|
6049
|
+
console.log("LOG: running callbacks"), this.stateCallbacks.forEach((t) => t());
|
|
6050
6050
|
}
|
|
6051
6051
|
apply(t, e) {
|
|
6052
6052
|
if (!this.state)
|
|
@@ -10283,10 +10283,11 @@ class mo {
|
|
|
10283
10283
|
var w;
|
|
10284
10284
|
this.workflowStatePromiseQueue = new xn(1), this.initialized = !1, this.readOnly = !1, this.isReloadedTransaction = !1, this.singleVariantsRenderable = !1, this.stepTags = {}, this.renderLayouts = () => {
|
|
10285
10285
|
var E;
|
|
10286
|
-
if (!this.previewService)
|
|
10286
|
+
if (console.log("LOG: render layouts"), !this.previewService)
|
|
10287
10287
|
return;
|
|
10288
|
+
console.log("LOG: render layouts: service exists");
|
|
10288
10289
|
const S = this.getCommandContext().getAllLayouts(), y = (E = this.getLayoutPreviewService()) == null ? void 0 : E.getAll();
|
|
10289
|
-
if (y)
|
|
10290
|
+
if (console.log(`LOG: render layouts: ${y == null ? void 0 : y.size} handles`), !!y)
|
|
10290
10291
|
for (const [, B] of y)
|
|
10291
10292
|
B.render(S);
|
|
10292
10293
|
}, this.experience = t, this.client = e, this.updateTransaction = o, this.graphQlClient = l, this.commandContext = s, this.reloadedState = h, this.transaction = c, this.readOnly = m, this.singleVariantsRenderable = f, this.confirmedDesign = !1, this.editedSteps = {}, this.informationResults = [], this.mandatorySteps = {}, this.pendingUpdates = [], this.selectionCost = 0, this.workflow = a, this.stepSpecificServices = {}, this.profanityFilter = n, this.pollers = [], this.allScenes = [], this.layouts = i, this.product = d, this.previewService = A, this.modelContainer = g, this.stepElements = {}, this.stepInitialised = {}, this.stepMetadata = {}, this.stepSelections = {}, this.storage = {}, this.validationErrors = { steps: /* @__PURE__ */ new Map() }, this.confirmCallbacks = [], this.editedCallbacks = [], this.elementsCallbacks = [], this.informationResultCallbacks = [], this.initCallbacks = [], this.mandatoryCallbacks = [], this.makingAdjustmentsCallback = [], this.metadataCallbacks = [], this.selectionCallbacks = [], this.stepSpecificStorageCallbacks = {}, this.storageCallbacks = [], this.validationCallbacks = [], this.recipientCallbacks = [], this.currentAdjustingStepId = "", this.renderableContextService = u, (w = this.renderableContextService) == null || w.setWorkflowManager(this), this.isReloadedTransaction = p, this.workflow.steps.forEach((S) => {
|
|
@@ -15904,7 +15905,7 @@ class rd {
|
|
|
15904
15905
|
} catch (a) {
|
|
15905
15906
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15906
15907
|
}
|
|
15907
|
-
}, this.options = t, this.options.applicationKey && Rr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 27.2.1-beta.
|
|
15908
|
+
}, this.options = t, this.options.applicationKey && Rr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 27.2.1-beta.0e36ff9d-5cc0-5085-abc6-bbccac541a12"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15908
15909
|
}
|
|
15909
15910
|
configure(t) {
|
|
15910
15911
|
mt.setHubUrl(t.hubUrl), mt.setServerUrl(t.serverUrl), mt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, this.userPoolClientId = t.userPoolClientId, this.userPoolRegion = t.userPoolRegion, this.spiffRegion = t.spiffRegion, t.bearerAuthenticationToken && $r(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|