@spiffcommerce/core 26.7.3 → 26.7.4
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.d.ts +4 -0
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +67 -43
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -17,7 +17,7 @@ import IA from "lodash.chunk";
|
|
|
17
17
|
import KA from "lodash.isequal";
|
|
18
18
|
import { split as ze } from "unicode-default-word-boundary";
|
|
19
19
|
import WA from "lodash.debounce";
|
|
20
|
-
var le = /* @__PURE__ */ ((i) => (i.Data = "Data", i.Font = "Font", i.Frame = "Frame", i.Illustration = "Illustration", i.Image = "Image", i.Model = "Model", i.Material = "Material", i.Color = "Color", i.QuestionnaireCollateral = "QuestionnaireCollateral", i.RequestCollateral = "RequestCollateral", i.SignupCollateral = "SignupCollateral", i.Video = "Video", i.ColorProfile = "ColorProfile", i.Environment = "Environment", i))(le || {}),
|
|
20
|
+
var le = /* @__PURE__ */ ((i) => (i.Data = "Data", i.Font = "Font", i.Frame = "Frame", i.Illustration = "Illustration", i.Image = "Image", i.Model = "Model", i.Material = "Material", i.Color = "Color", i.QuestionnaireCollateral = "QuestionnaireCollateral", i.RequestCollateral = "RequestCollateral", i.SignupCollateral = "SignupCollateral", i.Video = "Video", i.ColorProfile = "ColorProfile", i.Environment = "Environment", i))(le || {}), At = /* @__PURE__ */ ((i) => (i.FileUpload = "FileUpload", i.Option = "Option", i.ColorOption = "ColorOption", i.Text = "Text", i))(At || {}), M = /* @__PURE__ */ ((i) => (i.Information = "Information", i.Bulk = "Bulk", i.DigitalContent = "DigitalContent", i.Finish = "Finish", i.Frame = "Frame", i.Illustration = "Illustration", i.Introduction = "Introduction", i.Material = "Material", i.Model = "Model", i.Module = "Module", i.Picture = "Picture", i.Photo = "Photo", i.ProductOverlay = "ProductOverlay", i.Question = "Question", i.Shape = "Shape", i.SilentIllustration = "SilentIllustration", i.Text = "Text", i))(M || {}), si = /* @__PURE__ */ ((i) => (i.Color = "Color", i.Colors = "Colors", i.Selection = "Selection", i.Selections = "Selections", i.Text = "Text", i.Upload = "Upload", i))(si || {}), Jt = /* @__PURE__ */ ((i) => (i.ThreeD = "ThreeD", i.FreeDesign = "FreeDesign", i.Print = "Print", i))(Jt || {}), N = /* @__PURE__ */ ((i) => (i.Frame = "frame", i.Group = "group", i.Image = "image", i.Pattern = "pattern", i.Illustration = "illustration", i.Textbox = "textbox", i))(N || {}), oi = /* @__PURE__ */ ((i) => (i.Hyperlink = "Hyperlink", i.Edit = "Edit", i.Approve = "Approve", i))(oi || {}), ri = /* @__PURE__ */ ((i) => (i.Hub = "Hub", i.Shopify = "Shopify", i))(ri || {}), iA = /* @__PURE__ */ ((i) => (i.BackgroundRemover = "BackgroundRemover", i.ConversionAccelerator = "Conversion Accelerator", i.ProcessBuilder = "ProcessBuilder", i))(iA || {}), ci = /* @__PURE__ */ ((i) => (i[i.Orbit = 0] = "Orbit", i[i.Pan = 1] = "Pan", i))(ci || {}), li = /* @__PURE__ */ ((i) => (i.Manual = "Manual", i.OnStart = "OnStart", i.OnQuit = "OnQuit", i.OnEnd = "OnEnd", i))(li || {}), gi = /* @__PURE__ */ ((i) => (i.Email = "Email", i.FirstName = "FirstName", i.LastName = "LastName", i.Phone = "Phone", i))(gi || {}), ge = /* @__PURE__ */ ((i) => (i.Owner = "Owner", i.Approver = "Approver", i.Editor = "Editor", i.Viewer = "Viewer", i))(ge || {}), xt = /* @__PURE__ */ ((i) => (i.Autosize = "Autosize", i.Traditional = "Traditional", i))(xt || {}), K = /* @__PURE__ */ ((i) => (i[i.North = 0] = "North", i[i.Northeast = 1] = "Northeast", i[i.East = 2] = "East", i[i.Southeast = 3] = "Southeast", i[i.South = 4] = "South", i[i.Southwest = 5] = "Southwest", i[i.West = 6] = "West", i[i.Northwest = 7] = "Northwest", i))(K || {}), di = /* @__PURE__ */ ((i) => (i.Pixel = "px", i.Millimeter = "mm", i.Centimeter = "cm", i))(di || {});
|
|
21
21
|
class XA extends Error {
|
|
22
22
|
constructor(t) {
|
|
23
23
|
super(t), this.name = this.constructor.name;
|
|
@@ -11937,7 +11937,7 @@ class $s {
|
|
|
11937
11937
|
return xn(this.allScenes, this.stepSelections, this.singleVariantsRenderable);
|
|
11938
11938
|
}
|
|
11939
11939
|
}
|
|
11940
|
-
class
|
|
11940
|
+
class it {
|
|
11941
11941
|
constructor(t) {
|
|
11942
11942
|
this.variantData = t;
|
|
11943
11943
|
}
|
|
@@ -12044,21 +12044,21 @@ const La = class tA {
|
|
|
12044
12044
|
getCurrentVariant() {
|
|
12045
12045
|
const e = this.manager.getWorkflowSelections()[this.step.stepName], A = e == null ? void 0 : e.selections[0];
|
|
12046
12046
|
if (A)
|
|
12047
|
-
return new
|
|
12047
|
+
return new it(A);
|
|
12048
12048
|
}
|
|
12049
12049
|
/**
|
|
12050
12050
|
* @returns A list of valid variants for this step. Does not include disabled variants.
|
|
12051
12051
|
*/
|
|
12052
12052
|
getAvailableVariants() {
|
|
12053
12053
|
var e, A;
|
|
12054
|
-
return (((A = (e = this.step.option) == null ? void 0 : e.variants) == null ? void 0 : A.filter((a) => a.enabled)) || []).map((a) => new
|
|
12054
|
+
return (((A = (e = this.step.option) == null ? void 0 : e.variants) == null ? void 0 : A.filter((a) => a.enabled)) || []).map((a) => new it(a));
|
|
12055
12055
|
}
|
|
12056
12056
|
/**
|
|
12057
12057
|
* @returns A list of all variants for this step, including disabled ones.
|
|
12058
12058
|
*/
|
|
12059
12059
|
getAllVariants() {
|
|
12060
12060
|
var e;
|
|
12061
|
-
return (((e = this.step.option) == null ? void 0 : e.variants) || []).map((A) => new
|
|
12061
|
+
return (((e = this.step.option) == null ? void 0 : e.variants) || []).map((A) => new it(A));
|
|
12062
12062
|
}
|
|
12063
12063
|
/**
|
|
12064
12064
|
* @returns A unique identifier for this step within the workflow.
|
|
@@ -12152,8 +12152,8 @@ const La = class tA {
|
|
|
12152
12152
|
}
|
|
12153
12153
|
};
|
|
12154
12154
|
La.updateState = /* @__PURE__ */ new Map();
|
|
12155
|
-
let
|
|
12156
|
-
class _s extends
|
|
12155
|
+
let at = La;
|
|
12156
|
+
class _s extends at {
|
|
12157
12157
|
constructor(t, e, A) {
|
|
12158
12158
|
super(t, e, A);
|
|
12159
12159
|
}
|
|
@@ -12211,7 +12211,7 @@ class _s extends At {
|
|
|
12211
12211
|
return this.step.data.pmsPickerEnabled ?? !1;
|
|
12212
12212
|
}
|
|
12213
12213
|
}
|
|
12214
|
-
class to extends
|
|
12214
|
+
class to extends at {
|
|
12215
12215
|
constructor(t, e, A) {
|
|
12216
12216
|
super(t, e, A);
|
|
12217
12217
|
}
|
|
@@ -12224,7 +12224,7 @@ class to extends At {
|
|
|
12224
12224
|
);
|
|
12225
12225
|
}
|
|
12226
12226
|
}
|
|
12227
|
-
class eo extends
|
|
12227
|
+
class eo extends at {
|
|
12228
12228
|
constructor(t, e, A) {
|
|
12229
12229
|
super(t, e, A);
|
|
12230
12230
|
}
|
|
@@ -12237,7 +12237,7 @@ class eo extends At {
|
|
|
12237
12237
|
);
|
|
12238
12238
|
}
|
|
12239
12239
|
}
|
|
12240
|
-
class Ao extends
|
|
12240
|
+
class Ao extends at {
|
|
12241
12241
|
constructor(t, e, A) {
|
|
12242
12242
|
super(t, e, A);
|
|
12243
12243
|
}
|
|
@@ -12255,7 +12255,7 @@ class Ao extends At {
|
|
|
12255
12255
|
);
|
|
12256
12256
|
}
|
|
12257
12257
|
}
|
|
12258
|
-
class ao extends
|
|
12258
|
+
class ao extends at {
|
|
12259
12259
|
constructor(t, e, A) {
|
|
12260
12260
|
super(t, e, A);
|
|
12261
12261
|
}
|
|
@@ -12272,7 +12272,7 @@ class ao extends At {
|
|
|
12272
12272
|
return this.step.data.displayType || ((t = this.step.option) == null ? void 0 : t.displayType);
|
|
12273
12273
|
}
|
|
12274
12274
|
}
|
|
12275
|
-
class io extends
|
|
12275
|
+
class io extends at {
|
|
12276
12276
|
constructor(t, e, A) {
|
|
12277
12277
|
super(t, e, A);
|
|
12278
12278
|
}
|
|
@@ -12327,7 +12327,7 @@ class io extends At {
|
|
|
12327
12327
|
return t;
|
|
12328
12328
|
}
|
|
12329
12329
|
}
|
|
12330
|
-
class no extends
|
|
12330
|
+
class no extends at {
|
|
12331
12331
|
constructor(t, e, A) {
|
|
12332
12332
|
super(t, e, A);
|
|
12333
12333
|
}
|
|
@@ -12528,7 +12528,7 @@ class no extends At {
|
|
|
12528
12528
|
await W.changeStrokeColor(this.step, t, e, this.manager);
|
|
12529
12529
|
}
|
|
12530
12530
|
}
|
|
12531
|
-
class so extends
|
|
12531
|
+
class so extends at {
|
|
12532
12532
|
constructor(t, e, A) {
|
|
12533
12533
|
super(t, e, A);
|
|
12534
12534
|
}
|
|
@@ -12541,7 +12541,7 @@ class so extends At {
|
|
|
12541
12541
|
return this.step.data.content;
|
|
12542
12542
|
}
|
|
12543
12543
|
}
|
|
12544
|
-
class oo extends
|
|
12544
|
+
class oo extends at {
|
|
12545
12545
|
constructor(t, e, A) {
|
|
12546
12546
|
super(t, e, A);
|
|
12547
12547
|
}
|
|
@@ -12568,7 +12568,7 @@ class oo extends At {
|
|
|
12568
12568
|
);
|
|
12569
12569
|
}
|
|
12570
12570
|
}
|
|
12571
|
-
class ro extends
|
|
12571
|
+
class ro extends at {
|
|
12572
12572
|
constructor(t, e, A) {
|
|
12573
12573
|
super(t, e, A);
|
|
12574
12574
|
}
|
|
@@ -14253,19 +14253,19 @@ class Ho {
|
|
|
14253
14253
|
}
|
|
14254
14254
|
async createHandle(t) {
|
|
14255
14255
|
switch (t.type) {
|
|
14256
|
-
case
|
|
14256
|
+
case At.FileUpload:
|
|
14257
14257
|
return new Uo(this.bundle, t);
|
|
14258
|
-
case
|
|
14258
|
+
case At.ColorOption:
|
|
14259
14259
|
return new LA(
|
|
14260
14260
|
this.bundle,
|
|
14261
14261
|
t,
|
|
14262
14262
|
t.entityId ? await $.getOption(t.entityId) : void 0
|
|
14263
14263
|
);
|
|
14264
|
-
case
|
|
14264
|
+
case At.Option: {
|
|
14265
14265
|
const e = t.entityId ? await $.getOption(t.entityId) : void 0;
|
|
14266
14266
|
return (e == null ? void 0 : e.type) === "Color" ? new LA(this.bundle, t, e) : new Va(this.bundle, t, e);
|
|
14267
14267
|
}
|
|
14268
|
-
case
|
|
14268
|
+
case At.Text:
|
|
14269
14269
|
return new Go(this.bundle, t);
|
|
14270
14270
|
default:
|
|
14271
14271
|
throw new Error("Unhandled Global Property Aspect Type");
|
|
@@ -14505,6 +14505,19 @@ class Va extends fA {
|
|
|
14505
14505
|
constructor(t, e, A) {
|
|
14506
14506
|
super(t, e), this.optionResource = A;
|
|
14507
14507
|
}
|
|
14508
|
+
/**
|
|
14509
|
+
* If the option has a default variant, select it.
|
|
14510
|
+
*/
|
|
14511
|
+
async initDefaultVariant() {
|
|
14512
|
+
var e, A;
|
|
14513
|
+
const t = (A = (e = this.optionResource) == null ? void 0 : e.variants) == null ? void 0 : A.find(
|
|
14514
|
+
(a) => {
|
|
14515
|
+
var n, s;
|
|
14516
|
+
return a.id === ((s = (n = this.optionResource) == null ? void 0 : n.defaultVariant) == null ? void 0 : s.id);
|
|
14517
|
+
}
|
|
14518
|
+
);
|
|
14519
|
+
t && await this.selectVariant(new it(t));
|
|
14520
|
+
}
|
|
14508
14521
|
/**
|
|
14509
14522
|
* Gets the currently selected variant, or undefined if no variant is selected.
|
|
14510
14523
|
*/
|
|
@@ -14515,7 +14528,7 @@ class Va extends fA {
|
|
|
14515
14528
|
const t = this.getStateValue();
|
|
14516
14529
|
if (t) {
|
|
14517
14530
|
const a = (A = this.optionResource.variants) == null ? void 0 : A.find((n) => n.id === t);
|
|
14518
|
-
return a ? new
|
|
14531
|
+
return a ? new it(a) : void 0;
|
|
14519
14532
|
} else {
|
|
14520
14533
|
const a = (e = this.optionResource.variants) == null ? void 0 : e.find(
|
|
14521
14534
|
(n) => {
|
|
@@ -14523,7 +14536,7 @@ class Va extends fA {
|
|
|
14523
14536
|
return n.id === ((o = (s = this.optionResource) == null ? void 0 : s.defaultVariant) == null ? void 0 : o.id);
|
|
14524
14537
|
}
|
|
14525
14538
|
);
|
|
14526
|
-
return a ? new
|
|
14539
|
+
return a ? new it(a) : void 0;
|
|
14527
14540
|
}
|
|
14528
14541
|
}
|
|
14529
14542
|
/**
|
|
@@ -14531,14 +14544,14 @@ class Va extends fA {
|
|
|
14531
14544
|
*/
|
|
14532
14545
|
getAvailableVariants() {
|
|
14533
14546
|
var e, A;
|
|
14534
|
-
return (((A = (e = this.optionResource) == null ? void 0 : e.variants) == null ? void 0 : A.filter((a) => a.enabled)) || []).map((a) => new
|
|
14547
|
+
return (((A = (e = this.optionResource) == null ? void 0 : e.variants) == null ? void 0 : A.filter((a) => a.enabled)) || []).map((a) => new it(a));
|
|
14535
14548
|
}
|
|
14536
14549
|
/**
|
|
14537
14550
|
* @returns A list of all variants for this step, including disabled ones.
|
|
14538
14551
|
*/
|
|
14539
14552
|
getAllVariants() {
|
|
14540
14553
|
var e;
|
|
14541
|
-
return (((e = this.optionResource) == null ? void 0 : e.variants) || []).map((A) => new
|
|
14554
|
+
return (((e = this.optionResource) == null ? void 0 : e.variants) || []).map((A) => new it(A));
|
|
14542
14555
|
}
|
|
14543
14556
|
/**
|
|
14544
14557
|
* Select a given variant on the option for all shared steps.
|
|
@@ -14556,7 +14569,7 @@ class Va extends fA {
|
|
|
14556
14569
|
if (!e)
|
|
14557
14570
|
return Promise.resolve();
|
|
14558
14571
|
const A = (n = (a = this.optionResource) == null ? void 0 : a.variants) == null ? void 0 : n.find((s) => s.id === e);
|
|
14559
|
-
return A ? (console.log(`Applying global state using variant ${A.id} for aspect ${e}`), this.applyVariantSelection(new
|
|
14572
|
+
return A ? (console.log(`Applying global state using variant ${A.id} for aspect ${e}`), this.applyVariantSelection(new it(A), t)) : Promise.resolve();
|
|
14560
14573
|
}
|
|
14561
14574
|
async applyVariantSelection(t, e) {
|
|
14562
14575
|
const a = this.getSharedSteps(e).map((n) => n.selectVariant(t));
|
|
@@ -14585,7 +14598,7 @@ class LA extends Va {
|
|
|
14585
14598
|
const A = (s = (n = this.optionResource) == null ? void 0 : n.variants) == null ? void 0 : s.find((r) => r.id === e);
|
|
14586
14599
|
if (!A)
|
|
14587
14600
|
return Promise.resolve();
|
|
14588
|
-
await this.applyColorVariant(new
|
|
14601
|
+
await this.applyColorVariant(new it(A), t);
|
|
14589
14602
|
const a = (o = this.bundle.getGlobalPropertyStateManager().getAspectStorage(this.property.name)) == null ? void 0 : o.customColor;
|
|
14590
14603
|
a && this.setCustomColor(a);
|
|
14591
14604
|
}
|
|
@@ -14705,15 +14718,15 @@ class To {
|
|
|
14705
14718
|
let n = a.type && a.storage ? {} : void 0;
|
|
14706
14719
|
if (n)
|
|
14707
14720
|
switch (a.type) {
|
|
14708
|
-
case
|
|
14721
|
+
case At.FileUpload: {
|
|
14709
14722
|
n.fileUpload = a.storage;
|
|
14710
14723
|
break;
|
|
14711
14724
|
}
|
|
14712
|
-
case
|
|
14725
|
+
case At.Option: {
|
|
14713
14726
|
n.option = a.storage;
|
|
14714
14727
|
break;
|
|
14715
14728
|
}
|
|
14716
|
-
case
|
|
14729
|
+
case At.ColorOption: {
|
|
14717
14730
|
n = a.storage;
|
|
14718
14731
|
break;
|
|
14719
14732
|
}
|
|
@@ -15167,23 +15180,34 @@ class zo {
|
|
|
15167
15180
|
}
|
|
15168
15181
|
class Le {
|
|
15169
15182
|
constructor(t, e, A, a, n, s) {
|
|
15170
|
-
var
|
|
15171
|
-
this.eventListeners = /* @__PURE__ */ new Map(), this.workflowExperiences = [], this.client = t, this.id = e.id, this.name = e.name || "", this.shareActions = e.bundleShareActions, this.workflowViewerLink = e.workflowViewerLink, this.workflowViewerAmendLink = e.workflowViewerAmendLink, this.ownerId = n, this.metadata = new Map(((
|
|
15172
|
-
const o = (
|
|
15183
|
+
var c, l, g;
|
|
15184
|
+
this.eventListeners = /* @__PURE__ */ new Map(), this.workflowExperiences = [], this.client = t, this.id = e.id, this.name = e.name || "", this.shareActions = e.bundleShareActions, this.workflowViewerLink = e.workflowViewerLink, this.workflowViewerAmendLink = e.workflowViewerAmendLink, this.ownerId = n, this.metadata = new Map(((c = e.metadata) == null ? void 0 : c.map((d) => [d.key, d.value])) || []), this.completed = e.completed ?? !1, this.productCollection = e.productCollection, this.bundleStateManager = new Jo(e.bundleStateData);
|
|
15185
|
+
const o = (l = this.productCollection) == null ? void 0 : l.globalPropertyConfiguration;
|
|
15173
15186
|
this.globalConfigurationPropertyId = o == null ? void 0 : o.id, this.globalPropertyStateManager = new To(
|
|
15174
15187
|
this.id,
|
|
15175
15188
|
this.ownerId,
|
|
15176
15189
|
o,
|
|
15177
15190
|
this.checkConditionalHandlesChanged.bind(this),
|
|
15178
15191
|
s
|
|
15179
|
-
), this.globalPropertyHandleService = new Ho(this), this.setPreviewService(A)
|
|
15180
|
-
|
|
15192
|
+
), this.globalPropertyHandleService = new Ho(this), this.setPreviewService(A);
|
|
15193
|
+
const r = new Promise((d, B) => {
|
|
15194
|
+
this.globalPropertyHandleService.getHandles().then((h) => {
|
|
15195
|
+
const C = h.map((w) => {
|
|
15196
|
+
if (w.getType() === At.ColorOption || w.getType() === At.Option)
|
|
15197
|
+
return w.initDefaultVariant();
|
|
15198
|
+
});
|
|
15199
|
+
Promise.all(C).then(d).catch(B);
|
|
15200
|
+
});
|
|
15201
|
+
});
|
|
15202
|
+
this.initializationPromise = Promise.all([
|
|
15203
|
+
this.loadExistingWorkflowExperiences(((g = e.transactions) == null ? void 0 : g.map((d) => d.id)) || [], {
|
|
15181
15204
|
...a,
|
|
15182
15205
|
bundleOwnerId: n
|
|
15183
15206
|
}),
|
|
15184
|
-
this.globalPropertyStateManager.getInitializationPromise()
|
|
15185
|
-
|
|
15186
|
-
|
|
15207
|
+
this.globalPropertyStateManager.getInitializationPromise(),
|
|
15208
|
+
r
|
|
15209
|
+
]), this.initializationPromise.catch((d) => {
|
|
15210
|
+
console.error(`Bundle initialization failed: ${d}`);
|
|
15187
15211
|
});
|
|
15188
15212
|
}
|
|
15189
15213
|
setBundleOptions(t) {
|
|
@@ -15238,7 +15262,7 @@ class Le {
|
|
|
15238
15262
|
return this.globalPropertyStateManager;
|
|
15239
15263
|
}
|
|
15240
15264
|
async getGlobalPropertyTotalSubunits() {
|
|
15241
|
-
return (await this.globalPropertyHandleService.getHandles()).filter((A) => A.getType() ===
|
|
15265
|
+
return (await this.globalPropertyHandleService.getHandles()).filter((A) => A.getType() === At.Option).map((A) => {
|
|
15242
15266
|
var a;
|
|
15243
15267
|
return ((a = A.getCurrentVariant()) == null ? void 0 : a.getPrice()) || 0;
|
|
15244
15268
|
}).reduce((A, a) => A + a, 0);
|
|
@@ -16115,7 +16139,7 @@ class Cc {
|
|
|
16115
16139
|
} catch (A) {
|
|
16116
16140
|
throw console.error(A), new rt("Critical - Unable to synchronize workflow state with server.");
|
|
16117
16141
|
}
|
|
16118
|
-
}, this.options = t, this.options.applicationKey && Ii(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.7.
|
|
16142
|
+
}, this.options = t, this.options.applicationKey && Ii(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.7.4"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
16119
16143
|
}
|
|
16120
16144
|
configure(t) {
|
|
16121
16145
|
ut.setHubUrl(t.hubUrl), ut.setServerUrl(t.serverUrl), ut.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && yi(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|
|
@@ -17172,7 +17196,7 @@ class fc {
|
|
|
17172
17196
|
}
|
|
17173
17197
|
}
|
|
17174
17198
|
var or = /* @__PURE__ */ ((i) => (i.SelectFrame = "SelectFrame", i.SelectImage = "SelectImage", i.Position = "Position", i))(or || {});
|
|
17175
|
-
class rr extends
|
|
17199
|
+
class rr extends at {
|
|
17176
17200
|
constructor(t, e, A) {
|
|
17177
17201
|
super(t, e, A);
|
|
17178
17202
|
const a = e.data;
|
|
@@ -17601,7 +17625,7 @@ const cr = I`
|
|
|
17601
17625
|
export {
|
|
17602
17626
|
iA as AddonHandle,
|
|
17603
17627
|
Bc as ArrayInput,
|
|
17604
|
-
|
|
17628
|
+
At as AspectType,
|
|
17605
17629
|
Et as AssetNotFoundError,
|
|
17606
17630
|
le as AssetType,
|
|
17607
17631
|
rc as BringForwardCommand,
|
|
@@ -17668,7 +17692,7 @@ export {
|
|
|
17668
17692
|
Cc as SpiffCommerceClient,
|
|
17669
17693
|
ge as StakeholderType,
|
|
17670
17694
|
si as StepAspectType,
|
|
17671
|
-
|
|
17695
|
+
at as StepHandle,
|
|
17672
17696
|
M as StepType,
|
|
17673
17697
|
xt as TextAlgorithm,
|
|
17674
17698
|
Zn as TextChangeCommand,
|
|
@@ -17680,7 +17704,7 @@ export {
|
|
|
17680
17704
|
O as UnhandledBehaviorError,
|
|
17681
17705
|
di as UnitOfMeasurement,
|
|
17682
17706
|
nc as UpdateImageSourceCommand,
|
|
17683
|
-
|
|
17707
|
+
it as Variant,
|
|
17684
17708
|
mo as WorkflowExperienceEventType,
|
|
17685
17709
|
fo as WorkflowExperienceImpl,
|
|
17686
17710
|
T as assetService,
|