@spiffcommerce/core 27.2.1-beta.18d38888-19ca-5144-b378-0ea4ef812e79 → 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.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)
@@ -8437,14 +8437,17 @@ class ws {
8437
8437
  const jn = new ws();
8438
8438
  class ys {
8439
8439
  async init(t, e, a) {
8440
+ console.log("LOG: q init");
8440
8441
  const n = t.option;
8441
8442
  if (!n)
8442
- return null;
8443
+ return console.log("LOG: q no option"), null;
8443
8444
  if (a)
8444
- await this.reload(t, e, a);
8445
+ console.log("LOG: q reload"), await this.reload(t, e, a);
8445
8446
  else {
8447
+ console.log("LOG: q no reload");
8446
8448
  const i = n.variants;
8447
8449
  if (Y.getDefaultVariant(n)) {
8450
+ console.log("LOG: q default");
8448
8451
  const o = i == null ? void 0 : i.find((l) => {
8449
8452
  var c;
8450
8453
  return l.id === ((c = n.defaultVariant) == null ? void 0 : c.id);
@@ -8452,7 +8455,7 @@ class ys {
8452
8455
  return this.selectVariantLambda(t, (o == null ? void 0 : o.id) || "", e);
8453
8456
  }
8454
8457
  }
8455
- return null;
8458
+ return console.log("LOG: q end"), null;
8456
8459
  }
8457
8460
  async reload(t, e, a) {
8458
8461
  var s;
@@ -10280,10 +10283,11 @@ class mo {
10280
10283
  var w;
10281
10284
  this.workflowStatePromiseQueue = new xn(1), this.initialized = !1, this.readOnly = !1, this.isReloadedTransaction = !1, this.singleVariantsRenderable = !1, this.stepTags = {}, this.renderLayouts = () => {
10282
10285
  var E;
10283
- if (!this.previewService)
10286
+ if (console.log("LOG: render layouts"), !this.previewService)
10284
10287
  return;
10288
+ console.log("LOG: render layouts: service exists");
10285
10289
  const S = this.getCommandContext().getAllLayouts(), y = (E = this.getLayoutPreviewService()) == null ? void 0 : E.getAll();
10286
- if (y)
10290
+ if (console.log(`LOG: render layouts: ${y == null ? void 0 : y.size} handles`), !!y)
10287
10291
  for (const [, B] of y)
10288
10292
  B.render(S);
10289
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) => {
@@ -14851,9 +14855,10 @@ class Je {
14851
14855
  async applyGlobalPropertyState(t) {
14852
14856
  var a;
14853
14857
  const e = await this.globalPropertyHandleService.getHandles();
14858
+ console.log(`LOG: ${e.length} handles`);
14854
14859
  for (const n of t.aspects) {
14855
14860
  const i = n == null ? void 0 : n.name, s = e.find((o) => o.getName() === i);
14856
- if (s)
14861
+ if (console.log(`LOG: handle for ${i}? ${s}`), s)
14857
14862
  switch (n.type) {
14858
14863
  case z.FileUpload: {
14859
14864
  const o = s, l = await ve([n.value]);
@@ -14878,7 +14883,7 @@ class Je {
14878
14883
  }
14879
14884
  case z.Option: {
14880
14885
  const o = s, c = o.getAllVariants().find((d) => d.getId() === n.value);
14881
- c && await o.selectVariant(c);
14886
+ console.log(`LOG: variant for ${n.value}: ${c}`), c && await o.selectVariant(c);
14882
14887
  break;
14883
14888
  }
14884
14889
  case z.Text: {
@@ -15900,7 +15905,7 @@ class rd {
15900
15905
  } catch (a) {
15901
15906
  throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
15902
15907
  }
15903
- }, 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.0b62fc5b-7391-5211-9c59-10f72e60bfae"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
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("------------------------");
15904
15909
  }
15905
15910
  configure(t) {
15906
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);