@spiffcommerce/core 27.2.1-beta.18d38888-19ca-5144-b378-0ea4ef812e79 → 27.2.1-beta.24f5d894-5dfa-53bc-a311-de601bce46a3
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 +10 -7
- package/dist/index.js +107 -107
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +709 -683
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9,10 +9,10 @@ import hr from "fuse.js";
|
|
|
9
9
|
import { Pith as Aa } from "pith";
|
|
10
10
|
import St from "lodash.clonedeep";
|
|
11
11
|
import { toString as sn } from "qrcode";
|
|
12
|
-
import
|
|
12
|
+
import gr from "svg-path-bbox";
|
|
13
13
|
import { parse as Xe } from "opentype.js";
|
|
14
|
-
import { jsx as F, jsxs as ct, Fragment as
|
|
15
|
-
import
|
|
14
|
+
import { jsx as F, jsxs as ct, Fragment as zt } from "preact/jsx-runtime";
|
|
15
|
+
import mr from "handlebars";
|
|
16
16
|
import { dataUriToBuffer as pr } from "data-uri-to-buffer";
|
|
17
17
|
import Fa from "lodash.chunk";
|
|
18
18
|
import { CognitoIdentityProviderClient as fr, InitiateAuthCommand as ka, RespondToAuthChallengeCommand as Cr } from "@aws-sdk/client-cognito-identity-provider";
|
|
@@ -21,7 +21,7 @@ import { split as Ze } from "unicode-default-word-boundary";
|
|
|
21
21
|
import ln from "lodash.debounce";
|
|
22
22
|
import "fs";
|
|
23
23
|
import "path";
|
|
24
|
-
var Ce = /* @__PURE__ */ ((r) => (r.Data = "Data", r.Font = "Font", r.Frame = "Frame", r.Illustration = "Illustration", r.Image = "Image", r.Model = "Model", r.Material = "Material", r.Color = "Color", r.QuestionnaireCollateral = "QuestionnaireCollateral", r.RequestCollateral = "RequestCollateral", r.SignupCollateral = "SignupCollateral", r.Video = "Video", r.ColorProfile = "ColorProfile", r.Environment = "Environment", r))(Ce || {}),
|
|
24
|
+
var Ce = /* @__PURE__ */ ((r) => (r.Data = "Data", r.Font = "Font", r.Frame = "Frame", r.Illustration = "Illustration", r.Image = "Image", r.Model = "Model", r.Material = "Material", r.Color = "Color", r.QuestionnaireCollateral = "QuestionnaireCollateral", r.RequestCollateral = "RequestCollateral", r.SignupCollateral = "SignupCollateral", r.Video = "Video", r.ColorProfile = "ColorProfile", r.Environment = "Environment", r))(Ce || {}), G = /* @__PURE__ */ ((r) => (r.FileUpload = "FileUpload", r.Option = "Option", r.ColorOption = "ColorOption", r.Text = "Text", r))(G || {}), P = /* @__PURE__ */ ((r) => (r.Information = "Information", r.Bulk = "Bulk", r.DigitalContent = "DigitalContent", r.Finish = "Finish", r.Frame = "Frame", r.Illustration = "Illustration", r.Introduction = "Introduction", r.Material = "Material", r.Model = "Model", r.Module = "Module", r.Picture = "Picture", r.Photo = "Photo", r.ProductOverlay = "ProductOverlay", r.Question = "Question", r.Shape = "Shape", r.SilentIllustration = "SilentIllustration", r.Text = "Text", r))(P || {}), wr = /* @__PURE__ */ ((r) => (r.Color = "Color", r.Colors = "Colors", r.Selection = "Selection", r.Selections = "Selections", r.Text = "Text", r.Upload = "Upload", r))(wr || {}), qt = /* @__PURE__ */ ((r) => (r.ThreeD = "ThreeD", r.FreeDesign = "FreeDesign", r.Print = "Print", r))(qt || {}), M = /* @__PURE__ */ ((r) => (r.Frame = "frame", r.Group = "group", r.Image = "image", r.Pattern = "pattern", r.Illustration = "illustration", r.Textbox = "textbox", r))(M || {}), yr = /* @__PURE__ */ ((r) => (r.Default = "Default", r.FirstTransaction = "FirstTransaction", r.OneToOne = "OneToOne", r))(yr || {}), Sr = /* @__PURE__ */ ((r) => (r.Hyperlink = "Hyperlink", r.Edit = "Edit", r.Approve = "Approve", r))(Sr || {}), vr = /* @__PURE__ */ ((r) => (r.Hub = "Hub", r.Shopify = "Shopify", r))(vr || {}), ua = /* @__PURE__ */ ((r) => (r.BackgroundRemover = "BackgroundRemover", r.ConversionAccelerator = "Conversion Accelerator", r.ProcessBuilder = "ProcessBuilder", r))(ua || {}), Er = /* @__PURE__ */ ((r) => (r[r.Orbit = 0] = "Orbit", r[r.Pan = 1] = "Pan", r))(Er || {}), we = /* @__PURE__ */ ((r) => (r.Owner = "Owner", r.Approver = "Approver", r.Editor = "Editor", r.Viewer = "Viewer", r))(we || {}), Mt = /* @__PURE__ */ ((r) => (r.Autosize = "Autosize", r.Traditional = "Traditional", r))(Mt || {}), H = /* @__PURE__ */ ((r) => (r[r.North = 0] = "North", r[r.Northeast = 1] = "Northeast", r[r.East = 2] = "East", r[r.Southeast = 3] = "Southeast", r[r.South = 4] = "South", r[r.Southwest = 5] = "Southwest", r[r.West = 6] = "West", r[r.Northwest = 7] = "Northwest", r))(H || {}), Br = /* @__PURE__ */ ((r) => (r.Pixel = "px", r.Millimeter = "mm", r.Centimeter = "cm", r))(Br || {});
|
|
25
25
|
class cn extends Error {
|
|
26
26
|
constructor(t) {
|
|
27
27
|
super(t), this.name = this.constructor.name;
|
|
@@ -47,7 +47,7 @@ class vt extends _t {
|
|
|
47
47
|
super(`Asset not found for variant: ${t.name}`), this.variant = t;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
class
|
|
50
|
+
class Ht extends _t {
|
|
51
51
|
constructor(t) {
|
|
52
52
|
super(`Resource not found for asset: ${t.name}`), this.asset = t;
|
|
53
53
|
}
|
|
@@ -62,7 +62,7 @@ class De extends cn {
|
|
|
62
62
|
super(`ImplementationError - ${t}`);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
class
|
|
65
|
+
class z extends De {
|
|
66
66
|
constructor(t) {
|
|
67
67
|
super(`Unhandled Behavior Encountered: ${t}`);
|
|
68
68
|
}
|
|
@@ -158,7 +158,7 @@ class Pr {
|
|
|
158
158
|
this.serverUrlCallbacks.push(t);
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
|
-
const
|
|
161
|
+
const gt = new Pr();
|
|
162
162
|
let ta, ea;
|
|
163
163
|
function Ec(r) {
|
|
164
164
|
ta = r;
|
|
@@ -289,34 +289,34 @@ const dn = /* @__PURE__ */ new Map(), Ta = /* @__PURE__ */ new Map(), Na = /* @_
|
|
|
289
289
|
!i || !i.result ? e() : t(i.result.toString());
|
|
290
290
|
}, a.readAsDataURL(r);
|
|
291
291
|
});
|
|
292
|
-
let Qr,
|
|
292
|
+
let Qr, ga;
|
|
293
293
|
const Rr = (r) => {
|
|
294
|
-
|
|
295
|
-
}, Or = () =>
|
|
296
|
-
let
|
|
294
|
+
ga = r;
|
|
295
|
+
}, Or = () => ga;
|
|
296
|
+
let gn;
|
|
297
297
|
const $r = (r) => {
|
|
298
|
-
|
|
299
|
-
},
|
|
300
|
-
const t =
|
|
298
|
+
gn = r;
|
|
299
|
+
}, Lr = () => new Promise((r) => {
|
|
300
|
+
const t = gt.getHubUrl(), e = (a) => {
|
|
301
301
|
a.origin === t && (window.removeEventListener("message", e), r(a.data));
|
|
302
302
|
};
|
|
303
303
|
window.parent !== window && (window.addEventListener("message", e, !1), window.parent.postMessage("ready", t));
|
|
304
|
-
}),
|
|
304
|
+
}), Ur = async () => {
|
|
305
305
|
const r = {
|
|
306
|
-
applicationKey:
|
|
306
|
+
applicationKey: ga,
|
|
307
307
|
customerToken: Qr,
|
|
308
|
-
bearer:
|
|
308
|
+
bearer: gn
|
|
309
309
|
};
|
|
310
|
-
return typeof window < "u" && (window.location.href.includes("/workflows/product/") || window.location.href.includes("hub=true")) ? { ...await
|
|
310
|
+
return typeof window < "u" && (window.location.href.includes("/workflows/product/") || window.location.href.includes("hub=true")) ? { ...await Lr(), ...r } : r;
|
|
311
311
|
};
|
|
312
312
|
async function Vr(r, t) {
|
|
313
|
-
const e =
|
|
313
|
+
const e = gt.getServerUrl(), a = e.includes(".aumelbdev.spiffcommerce.com") ? "https://moonlight.aumelbdev.spiffcommerce.com" : e.includes(".us.spiffcommerce.com") ? "https://moonlight.us.spiffcommerce.com" : "https://moonlight.au.spiffcommerce.com";
|
|
314
314
|
let n = await rt(r, { ...t, redirect: "manual" });
|
|
315
315
|
return n.type === "opaqueredirect" && (typeof r != "string" && "url" in r ? n = await rt({ ...r, url: `${a}/graphql` }, t) : n = await rt(`${a}/graphql`, t)), n;
|
|
316
316
|
}
|
|
317
|
-
class
|
|
317
|
+
class Gr {
|
|
318
318
|
constructor() {
|
|
319
|
-
this.shadowGraphqlClient = this.constructShadowGraphqlClient(),
|
|
319
|
+
this.shadowGraphqlClient = this.constructShadowGraphqlClient(), gt.addServerUrlCallback(() => {
|
|
320
320
|
this.shadowGraphqlClient = this.constructShadowGraphqlClient();
|
|
321
321
|
});
|
|
322
322
|
}
|
|
@@ -328,17 +328,17 @@ class zr {
|
|
|
328
328
|
}
|
|
329
329
|
constructShadowGraphqlClient() {
|
|
330
330
|
const t = rr({
|
|
331
|
-
uri: `${
|
|
331
|
+
uri: `${gt.getServerUrl()}/graphql`,
|
|
332
332
|
fetch: Vr
|
|
333
333
|
}), e = lr(async (i, s) => {
|
|
334
|
-
const { headers: o } = s, l = o || {}, c = await
|
|
334
|
+
const { headers: o } = s, l = o || {}, c = await Ur();
|
|
335
335
|
let d = s.bearer ?? c.bearer;
|
|
336
336
|
if (this.spiffClient)
|
|
337
337
|
try {
|
|
338
338
|
d = await this.spiffClient.loggedInBearerToken();
|
|
339
339
|
} catch {
|
|
340
340
|
}
|
|
341
|
-
const A = s.partnerId ?? c.partnerId, u = s.activeIntegration ?? c.activeIntegration, h = s.transactionOwnerId,
|
|
341
|
+
const A = s.partnerId ?? c.partnerId, u = s.activeIntegration ?? c.activeIntegration, h = s.transactionOwnerId, g = s.customerToken ?? c.customerToken, m = s.applicationKey ?? c.applicationKey, p = s.bundleOwnerId;
|
|
342
342
|
try {
|
|
343
343
|
if (window && window.__SENTRY__) {
|
|
344
344
|
const f = window.__SENTRY__.hub;
|
|
@@ -351,7 +351,7 @@ class zr {
|
|
|
351
351
|
}
|
|
352
352
|
} catch {
|
|
353
353
|
}
|
|
354
|
-
return d && (l.Authorization = `Bearer ${d}`), A && (l.partnerId = A), u && (l.activeIntegration = u), h && (l.transactionOwnerId = h),
|
|
354
|
+
return d && (l.Authorization = `Bearer ${d}`), A && (l.partnerId = A), u && (l.activeIntegration = u), h && (l.transactionOwnerId = h), g && (l.customerToken = g), m && (l["X-Application-Key"] = m), p && (l.bundleOwnerId = p), l["Allow-Moonlight-Redirect"] = "true", {
|
|
355
355
|
headers: l
|
|
356
356
|
};
|
|
357
357
|
}), a = cr(({ operation: i, graphQLErrors: s, networkError: o }) => {
|
|
@@ -366,14 +366,14 @@ class zr {
|
|
|
366
366
|
});
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
|
-
const b = new
|
|
369
|
+
const b = new Gr();
|
|
370
370
|
let aa, na;
|
|
371
|
-
const
|
|
371
|
+
const mt = (r, t, e) => {
|
|
372
372
|
if (aa !== void 0)
|
|
373
373
|
return aa(r, t, e);
|
|
374
374
|
try {
|
|
375
375
|
const a = pn(!0);
|
|
376
|
-
return
|
|
376
|
+
return mn(a), a.createCanvas(r, t, e);
|
|
377
377
|
} catch {
|
|
378
378
|
throw new Error("Canvas module not set");
|
|
379
379
|
}
|
|
@@ -382,12 +382,12 @@ const gt = (r, t, e) => {
|
|
|
382
382
|
return na(r, t);
|
|
383
383
|
try {
|
|
384
384
|
const e = pn(!0);
|
|
385
|
-
return
|
|
385
|
+
return mn(e), e.loadImage(r, t);
|
|
386
386
|
} catch {
|
|
387
387
|
throw new Error("Canvas module not set");
|
|
388
388
|
}
|
|
389
389
|
};
|
|
390
|
-
function
|
|
390
|
+
function mn(r) {
|
|
391
391
|
aa = r == null ? void 0 : r.createCanvas, na = r == null ? void 0 : r.loadImage;
|
|
392
392
|
}
|
|
393
393
|
function pn(r) {
|
|
@@ -411,11 +411,11 @@ function pn(r) {
|
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
413
|
let $e;
|
|
414
|
-
function
|
|
414
|
+
function ma() {
|
|
415
415
|
return $e === void 0 && ($e = Fr()), $e;
|
|
416
416
|
}
|
|
417
417
|
let se = null;
|
|
418
|
-
const
|
|
418
|
+
const zr = (r) => new Promise((t) => {
|
|
419
419
|
if (ke(r) !== "image/jpeg")
|
|
420
420
|
return t(1);
|
|
421
421
|
ur(r).then((a) => t(a || 1)).catch(() => t(1));
|
|
@@ -427,14 +427,14 @@ const Gr = (r) => new Promise((t) => {
|
|
|
427
427
|
}, jr = (r) => {
|
|
428
428
|
const e = r.naturalWidth / r.naturalHeight;
|
|
429
429
|
return r.naturalHeight <= 8192 && r.naturalWidth <= 8192 ? [r.naturalWidth, r.naturalHeight] : r.naturalHeight > r.naturalWidth ? [e * 8192, 8192] : [8192, 8192 / e];
|
|
430
|
-
},
|
|
430
|
+
}, qr = async (r) => {
|
|
431
431
|
var A;
|
|
432
432
|
const t = await Tr(r), e = await Zt(t), [a, n] = jr(e);
|
|
433
433
|
if (!await Wr()) {
|
|
434
|
-
const u =
|
|
434
|
+
const u = mt(a, n);
|
|
435
435
|
return (A = u.getContext("2d")) == null || A.drawImage(e, 0, 0, a, n), u;
|
|
436
436
|
}
|
|
437
|
-
const s = await
|
|
437
|
+
const s = await zr(r), [o, l] = s > 4 ? [n, a] : [a, n], c = mt(o, l), d = c.getContext("2d");
|
|
438
438
|
switch (s) {
|
|
439
439
|
case 2:
|
|
440
440
|
d.translate(o, 0), d.scale(-1, 1);
|
|
@@ -460,7 +460,7 @@ const Gr = (r) => new Promise((t) => {
|
|
|
460
460
|
}
|
|
461
461
|
return d.drawImage(e, 0, 0, o, l), c;
|
|
462
462
|
}, Me = async (r) => {
|
|
463
|
-
const t = await
|
|
463
|
+
const t = await qr(r);
|
|
464
464
|
return ke(r) === "image/jpeg" ? {
|
|
465
465
|
dataUrl: t.toDataURL("image/jpeg", 1),
|
|
466
466
|
height: t.height,
|
|
@@ -3154,7 +3154,7 @@ const Gr = (r) => new Promise((t) => {
|
|
|
3154
3154
|
"3E2B2E",
|
|
3155
3155
|
"101820",
|
|
3156
3156
|
"3D3935"
|
|
3157
|
-
],
|
|
3157
|
+
], Le = Ft.map((r) => [
|
|
3158
3158
|
parseInt(r.substring(0, 2), 16),
|
|
3159
3159
|
parseInt(r.substring(2, 4), 16),
|
|
3160
3160
|
parseInt(r.substring(4, 6), 16)
|
|
@@ -3163,12 +3163,12 @@ function Ic(r) {
|
|
|
3163
3163
|
const t = Yt.indexOf(r);
|
|
3164
3164
|
return t >= 0 ? Ft[t] : "";
|
|
3165
3165
|
}
|
|
3166
|
-
function
|
|
3166
|
+
function Hr(r) {
|
|
3167
3167
|
const t = Ft.indexOf(r);
|
|
3168
3168
|
return t >= 0 ? Yt[t] : "";
|
|
3169
3169
|
}
|
|
3170
3170
|
function Pc(r, t = 64) {
|
|
3171
|
-
const e = [], a = [], n =
|
|
3171
|
+
const e = [], a = [], n = Hr(r);
|
|
3172
3172
|
n && e.push({
|
|
3173
3173
|
pms: n,
|
|
3174
3174
|
hex: r,
|
|
@@ -3177,7 +3177,7 @@ function Pc(r, t = 64) {
|
|
|
3177
3177
|
const i = parseInt(r.substring(0, 2), 16), s = parseInt(r.substring(2, 4), 16), o = parseInt(r.substring(4, 6), 16);
|
|
3178
3178
|
let l, c, d;
|
|
3179
3179
|
for (let A = 0; A < Ft.length; A++) {
|
|
3180
|
-
l =
|
|
3180
|
+
l = Le[A][0], c = Le[A][1], d = Le[A][2];
|
|
3181
3181
|
const u = Math.sqrt(Math.pow(i - l, 2) + Math.pow(s - c, 2) + Math.pow(o - d, 2));
|
|
3182
3182
|
a.push(u);
|
|
3183
3183
|
}
|
|
@@ -3275,8 +3275,8 @@ const oe = (r) => {
|
|
|
3275
3275
|
n.split(";").forEach((d) => {
|
|
3276
3276
|
const A = d.trim();
|
|
3277
3277
|
if (A) {
|
|
3278
|
-
const [u, h] = A.split(":"),
|
|
3279
|
-
Xr.indexOf(
|
|
3278
|
+
const [u, h] = A.split(":"), g = u.toLowerCase();
|
|
3279
|
+
Xr.indexOf(g) > -1 ? a.setAttribute(g, h.trim()) : l.push(A);
|
|
3280
3280
|
}
|
|
3281
3281
|
}), l.length > 0 ? a.setAttribute("style", l.join(";")) : a.removeAttribute("style");
|
|
3282
3282
|
}
|
|
@@ -3556,7 +3556,7 @@ class di {
|
|
|
3556
3556
|
if (this.cache.has(t)) {
|
|
3557
3557
|
const n = this.cache.get(t);
|
|
3558
3558
|
if (!n)
|
|
3559
|
-
throw new
|
|
3559
|
+
throw new z("Failed to get asset from cache!");
|
|
3560
3560
|
return n;
|
|
3561
3561
|
}
|
|
3562
3562
|
const a = (async () => (await ve([t]))[0])();
|
|
@@ -3583,7 +3583,7 @@ class di {
|
|
|
3583
3583
|
*/
|
|
3584
3584
|
cacheAsset(t) {
|
|
3585
3585
|
if (!t.key)
|
|
3586
|
-
throw new
|
|
3586
|
+
throw new z("Asset has no key!");
|
|
3587
3587
|
this.cache.has(t.key) || this.cache.set(t.key, Promise.resolve(t));
|
|
3588
3588
|
}
|
|
3589
3589
|
/**
|
|
@@ -3591,7 +3591,7 @@ class di {
|
|
|
3591
3591
|
*/
|
|
3592
3592
|
cacheMaterial(t) {
|
|
3593
3593
|
if (!t.id)
|
|
3594
|
-
throw new
|
|
3594
|
+
throw new z("Material has no id!");
|
|
3595
3595
|
this.materialCache.has(t.id) || this.materialCache.set(t.id, Promise.resolve(t));
|
|
3596
3596
|
}
|
|
3597
3597
|
/**
|
|
@@ -3709,7 +3709,7 @@ class di {
|
|
|
3709
3709
|
case "mkv":
|
|
3710
3710
|
return "video/x-matroska";
|
|
3711
3711
|
default:
|
|
3712
|
-
throw new
|
|
3712
|
+
throw new z("Unexpected mimetype: " + e);
|
|
3713
3713
|
}
|
|
3714
3714
|
}
|
|
3715
3715
|
}
|
|
@@ -3799,7 +3799,7 @@ class K {
|
|
|
3799
3799
|
N.setMap($a, t);
|
|
3800
3800
|
}
|
|
3801
3801
|
}
|
|
3802
|
-
const
|
|
3802
|
+
const L = new di();
|
|
3803
3803
|
class Ai {
|
|
3804
3804
|
constructor() {
|
|
3805
3805
|
this.cache = {}, this.disabled = !1;
|
|
@@ -3887,16 +3887,16 @@ const Jt = new Ai(), vn = v`
|
|
|
3887
3887
|
});
|
|
3888
3888
|
return t.data.options.forEach((e) => {
|
|
3889
3889
|
var a, n;
|
|
3890
|
-
(a = e.defaultVariant) != null && a.asset &&
|
|
3891
|
-
i.asset &&
|
|
3890
|
+
(a = e.defaultVariant) != null && a.asset && L.cacheAsset(e.defaultVariant.asset), e.colorProfile && L.cacheAsset(e.colorProfile), (n = e.variants) == null || n.forEach((i) => {
|
|
3891
|
+
i.asset && L.cacheAsset(i.asset), i.thumbnail && L.cacheAsset(i.thumbnail), i.material && L.cacheMaterial(i.material);
|
|
3892
3892
|
});
|
|
3893
3893
|
}), t.data.options;
|
|
3894
|
-
},
|
|
3894
|
+
}, gi = async (r, t) => (await t).find((a) => a.id === r), mi = async (r) => {
|
|
3895
3895
|
const t = r.map((s) => Jt.get({ id: s })), e = r.filter((s, o) => t[o] === void 0);
|
|
3896
3896
|
if (e.length === 0)
|
|
3897
3897
|
return Promise.all(t);
|
|
3898
3898
|
const a = hi(e), n = e.map(
|
|
3899
|
-
(s) => Jt.set({ id: s },
|
|
3899
|
+
(s) => Jt.set({ id: s }, gi(s, a))
|
|
3900
3900
|
), i = t.filter((s) => s !== void 0);
|
|
3901
3901
|
return await Promise.all(i.concat(n));
|
|
3902
3902
|
};
|
|
@@ -3914,7 +3914,7 @@ class pi {
|
|
|
3914
3914
|
*/
|
|
3915
3915
|
async getOption(t) {
|
|
3916
3916
|
return (async () => {
|
|
3917
|
-
const n = (await
|
|
3917
|
+
const n = (await mi([t]))[0];
|
|
3918
3918
|
if (n)
|
|
3919
3919
|
return n;
|
|
3920
3920
|
})();
|
|
@@ -5134,7 +5134,7 @@ const Y = new pi(), En = v`
|
|
|
5134
5134
|
internalId
|
|
5135
5135
|
}
|
|
5136
5136
|
}
|
|
5137
|
-
`, Ot = [P.SilentIllustration, P.ProductOverlay],
|
|
5137
|
+
`, Ot = [P.SilentIllustration, P.ProductOverlay], Li = async (r) => {
|
|
5138
5138
|
const t = [];
|
|
5139
5139
|
r.introduction && t.push({
|
|
5140
5140
|
name: "Introduction",
|
|
@@ -5152,7 +5152,7 @@ const Y = new pi(), En = v`
|
|
|
5152
5152
|
silentSteps: []
|
|
5153
5153
|
});
|
|
5154
5154
|
for (const a of r.steps) {
|
|
5155
|
-
const n =
|
|
5155
|
+
const n = Ui(a.stepName, r.stepGroups);
|
|
5156
5156
|
if (!n)
|
|
5157
5157
|
t.push({
|
|
5158
5158
|
name: a.stepName,
|
|
@@ -5189,7 +5189,7 @@ const Y = new pi(), En = v`
|
|
|
5189
5189
|
],
|
|
5190
5190
|
silentSteps: []
|
|
5191
5191
|
}), t;
|
|
5192
|
-
},
|
|
5192
|
+
}, Ui = (r, t) => t.find((e) => e.stepNames.includes(r)), yt = (r, t) => (r.conditions || []).every((e) => {
|
|
5193
5193
|
const a = t[e.targetStepName];
|
|
5194
5194
|
if (a && a.selectedVariants) {
|
|
5195
5195
|
const n = a.selectedVariants;
|
|
@@ -5206,7 +5206,7 @@ const Y = new pi(), En = v`
|
|
|
5206
5206
|
silentSteps: r.silentSteps.filter((a) => yt(a, t))
|
|
5207
5207
|
};
|
|
5208
5208
|
return e.silentSteps.length === 0 && e.renderableSteps.length === 0 ? null : e;
|
|
5209
|
-
}, Dt = (r, t) => r.map((e) => Vi(e, t)).filter((e) => e !== null),
|
|
5209
|
+
}, Dt = (r, t) => r.map((e) => Vi(e, t)).filter((e) => e !== null), Gi = async (r, t, e = !1) => {
|
|
5210
5210
|
var s;
|
|
5211
5211
|
const a = Dt(r, t), n = [];
|
|
5212
5212
|
for (const o of a)
|
|
@@ -5301,7 +5301,7 @@ class xn {
|
|
|
5301
5301
|
const Q = () => {
|
|
5302
5302
|
const r = () => Math.floor((1 + Math.random()) * 65536).toString(16).substring(1);
|
|
5303
5303
|
return r() + r() + "-" + r() + "-" + r() + "-" + r() + "-" + r() + r() + r();
|
|
5304
|
-
},
|
|
5304
|
+
}, zi = ({
|
|
5305
5305
|
backgroundColor: r,
|
|
5306
5306
|
outlineColor: t,
|
|
5307
5307
|
borderRadius: e,
|
|
@@ -5317,7 +5317,7 @@ const Q = () => {
|
|
|
5317
5317
|
width: u
|
|
5318
5318
|
}) => {
|
|
5319
5319
|
var E;
|
|
5320
|
-
const h = e || 0,
|
|
5320
|
+
const h = e || 0, g = 2 * ((l == null ? void 0 : l.scale) || 1), m = A || { x: 0, y: 0, width: u, height: i }, p = `${m.x} ${m.y} ${m.width} ${m.height}`, f = Q(), C = a.purpose === qt.FreeDesign && /* @__PURE__ */ F("defs", { children: /* @__PURE__ */ F("clipPath", { id: "viewboxClip", children: /* @__PURE__ */ F("rect", { width: m.width, height: m.height, rx: h }) }) }), w = (E = a.colorProfiles) == null ? void 0 : E.map((B, I) => (
|
|
5321
5321
|
/* @ts-ignore */
|
|
5322
5322
|
/* @__PURE__ */ F("color-profile", { name: B.name, xlinkHref: B.key, children: " " }, I)
|
|
5323
5323
|
)), S = n.map((B) => ({
|
|
@@ -5350,8 +5350,8 @@ const Q = () => {
|
|
|
5350
5350
|
"rect",
|
|
5351
5351
|
{
|
|
5352
5352
|
id: "layout-background",
|
|
5353
|
-
width:
|
|
5354
|
-
height:
|
|
5353
|
+
width: m.width,
|
|
5354
|
+
height: m.height,
|
|
5355
5355
|
fill: r,
|
|
5356
5356
|
rx: h
|
|
5357
5357
|
}
|
|
@@ -5360,7 +5360,7 @@ const Q = () => {
|
|
|
5360
5360
|
"g",
|
|
5361
5361
|
{
|
|
5362
5362
|
id: "element-group",
|
|
5363
|
-
clipPath: a.purpose ===
|
|
5363
|
+
clipPath: a.purpose === qt.FreeDesign ? "url(#viewboxClip)" : void 0,
|
|
5364
5364
|
children: y.map((B) => Qn(B)).filter((B) => !!B)
|
|
5365
5365
|
}
|
|
5366
5366
|
),
|
|
@@ -5373,18 +5373,18 @@ const Q = () => {
|
|
|
5373
5373
|
height: l.height,
|
|
5374
5374
|
fill: "none",
|
|
5375
5375
|
stroke: l.hidden ? "none" : t || "#aaaaaa",
|
|
5376
|
-
strokeWidth:
|
|
5377
|
-
strokeDasharray: `${
|
|
5376
|
+
strokeWidth: g / 2,
|
|
5377
|
+
strokeDasharray: `${g * 2} ${g}`
|
|
5378
5378
|
}
|
|
5379
5379
|
),
|
|
5380
5380
|
l && /* @__PURE__ */ ct("mask", { id: `viewmask-${f}`, children: [
|
|
5381
5381
|
/* @__PURE__ */ F(
|
|
5382
5382
|
"rect",
|
|
5383
5383
|
{
|
|
5384
|
-
x:
|
|
5385
|
-
y:
|
|
5386
|
-
width:
|
|
5387
|
-
height:
|
|
5384
|
+
x: m.x,
|
|
5385
|
+
y: m.y,
|
|
5386
|
+
width: m.width,
|
|
5387
|
+
height: m.height,
|
|
5388
5388
|
fill: "black"
|
|
5389
5389
|
}
|
|
5390
5390
|
),
|
|
@@ -5403,7 +5403,7 @@ const Q = () => {
|
|
|
5403
5403
|
}
|
|
5404
5404
|
);
|
|
5405
5405
|
}, xc = (r, t, e, a, n) => {
|
|
5406
|
-
const i = pt(n), s = e / 2, o = a / 2, l = r + s, c = t + o, d = Math.sin(i), A = Math.cos(i), u = s, h = s,
|
|
5406
|
+
const i = pt(n), s = e / 2, o = a / 2, l = r + s, c = t + o, d = Math.sin(i), A = Math.cos(i), u = s, h = s, g = -o, m = o, p = u * A - g * d, f = h * A - m * d, C = u * d + g * A, w = h * d + m * A, S = Math.max(Math.abs(p), Math.abs(f)), y = Math.max(Math.abs(C), Math.abs(w));
|
|
5407
5407
|
return {
|
|
5408
5408
|
minX: l - S,
|
|
5409
5409
|
maxX: l + S,
|
|
@@ -5433,22 +5433,22 @@ const Q = () => {
|
|
|
5433
5433
|
y: r.y + ((t == null ? void 0 : t.y) + (t == null ? void 0 : t.height)) * a
|
|
5434
5434
|
}), Pt = (r) => {
|
|
5435
5435
|
switch (r) {
|
|
5436
|
-
case
|
|
5437
|
-
return
|
|
5438
|
-
case
|
|
5439
|
-
return
|
|
5440
|
-
case
|
|
5441
|
-
return
|
|
5442
|
-
case
|
|
5443
|
-
return
|
|
5444
|
-
case
|
|
5445
|
-
return
|
|
5446
|
-
case
|
|
5447
|
-
return
|
|
5448
|
-
case
|
|
5449
|
-
return
|
|
5450
|
-
case
|
|
5451
|
-
return
|
|
5436
|
+
case H.North:
|
|
5437
|
+
return H.East;
|
|
5438
|
+
case H.East:
|
|
5439
|
+
return H.South;
|
|
5440
|
+
case H.South:
|
|
5441
|
+
return H.West;
|
|
5442
|
+
case H.West:
|
|
5443
|
+
return H.North;
|
|
5444
|
+
case H.Northwest:
|
|
5445
|
+
return H.Northeast;
|
|
5446
|
+
case H.Northeast:
|
|
5447
|
+
return H.Southeast;
|
|
5448
|
+
case H.Southeast:
|
|
5449
|
+
return H.Southwest;
|
|
5450
|
+
case H.Southwest:
|
|
5451
|
+
return H.Northwest;
|
|
5452
5452
|
}
|
|
5453
5453
|
}, Oc = (r, t) => t > 45 && t <= 135 ? Pt(r) : t > 135 && t <= 225 ? Pt(Pt(r)) : t > 225 && t <= 315 ? Pt(Pt(Pt(r))) : r, $c = (r, t = { x: 0, y: 0 }, e = { x: 1, y: 1 }) => {
|
|
5454
5454
|
const a = pt(r.rotation), n = {
|
|
@@ -5480,7 +5480,7 @@ const Q = () => {
|
|
|
5480
5480
|
x: (r.x - t.x) * n - (r.y - t.y) * a + t.x,
|
|
5481
5481
|
y: (r.x - t.x) * a + (r.y - t.y) * n + t.y
|
|
5482
5482
|
};
|
|
5483
|
-
},
|
|
5483
|
+
}, Lc = 0.352778, Uc = 0.035277, Fn = (r) => {
|
|
5484
5484
|
const t = r.rotation || 0, e = pt(t), a = Math.cos(e), n = -Math.sin(e);
|
|
5485
5485
|
return /* @__PURE__ */ F("g", { mask: r.stepName || r.productOverlay ? void 0 : r.mask, children: /* @__PURE__ */ F(
|
|
5486
5486
|
"g",
|
|
@@ -5505,7 +5505,7 @@ const Q = () => {
|
|
|
5505
5505
|
}, kn = (r) => {
|
|
5506
5506
|
var l;
|
|
5507
5507
|
const t = `spiff-group-clip-${r.id}`, e = r.rotation || 0, a = pt(e), n = Math.cos(a), i = -Math.sin(a), s = va(r.children);
|
|
5508
|
-
return /* @__PURE__ */ ct(
|
|
5508
|
+
return /* @__PURE__ */ ct(zt, { children: [
|
|
5509
5509
|
/* @__PURE__ */ F("defs", { children: (() => /* @__PURE__ */ F("clipPath", { id: t, preserveAspectRatio: "none", children: r.clipPath ? /* @__PURE__ */ F("path", { d: r.clipPath }) : /* @__PURE__ */ F("rect", { x: 0, y: 0, width: r.width, height: r.height }) }))() }),
|
|
5510
5510
|
/* @__PURE__ */ ct(
|
|
5511
5511
|
"g",
|
|
@@ -5545,8 +5545,8 @@ const Q = () => {
|
|
|
5545
5545
|
return r.pattern.src;
|
|
5546
5546
|
};
|
|
5547
5547
|
if (!a())
|
|
5548
|
-
return /* @__PURE__ */ F(
|
|
5549
|
-
const n = () => r.threshold ? r.invertThreshold ? "1 ".repeat(r.threshold) + "0 ".repeat(256 - r.threshold) : "0 ".repeat(r.threshold) + "1 ".repeat(256 - r.threshold) : "", i = () => /* @__PURE__ */ F(
|
|
5548
|
+
return /* @__PURE__ */ F(zt, {});
|
|
5549
|
+
const n = () => r.threshold ? r.invertThreshold ? "1 ".repeat(r.threshold) + "0 ".repeat(256 - r.threshold) : "0 ".repeat(r.threshold) + "1 ".repeat(256 - r.threshold) : "", i = () => /* @__PURE__ */ F(zt, { children: r.useThreshold && /* @__PURE__ */ F("defs", { children: /* @__PURE__ */ ct("filter", { id: e, "color-interpolation-filters": "sRGB", children: [
|
|
5550
5550
|
/* @__PURE__ */ F(
|
|
5551
5551
|
"feColorMatrix",
|
|
5552
5552
|
{
|
|
@@ -5567,15 +5567,15 @@ const Q = () => {
|
|
|
5567
5567
|
] })
|
|
5568
5568
|
] }) }) }), s = r.rotation || 0, o = pt(s), l = Math.cos(o), c = -Math.sin(o), d = () => {
|
|
5569
5569
|
var w, S, y, E, B, I, D, x, k, T;
|
|
5570
|
-
const A = ((w = r.pattern) == null ? void 0 : w.x) || 0, u = ((S = r.pattern) == null ? void 0 : S.y) || 0, h = ((y = r.pattern) == null ? void 0 : y.width) || 0,
|
|
5570
|
+
const A = ((w = r.pattern) == null ? void 0 : w.x) || 0, u = ((S = r.pattern) == null ? void 0 : S.y) || 0, h = ((y = r.pattern) == null ? void 0 : y.width) || 0, g = ((E = r.pattern) == null ? void 0 : E.height) || 0, m = ((B = r.pattern) == null ? void 0 : B.scaleX) || 1, p = ((I = r.pattern) == null ? void 0 : I.scaleY) || 1, f = ((D = r.pattern) == null ? void 0 : D.rotation) || 0;
|
|
5571
5571
|
return [(x = r.pattern) != null && x.svg ? {
|
|
5572
5572
|
id: `${t}-contents`,
|
|
5573
5573
|
type: M.Illustration,
|
|
5574
5574
|
x: A,
|
|
5575
5575
|
y: u,
|
|
5576
5576
|
rotation: f,
|
|
5577
|
-
width: h *
|
|
5578
|
-
height:
|
|
5577
|
+
width: h * m,
|
|
5578
|
+
height: g * p,
|
|
5579
5579
|
src: a(),
|
|
5580
5580
|
svg: (k = r.pattern) == null ? void 0 : k.svg,
|
|
5581
5581
|
colors: (T = r.pattern) == null ? void 0 : T.colors
|
|
@@ -5585,12 +5585,12 @@ const Q = () => {
|
|
|
5585
5585
|
x: A,
|
|
5586
5586
|
y: u,
|
|
5587
5587
|
rotation: f,
|
|
5588
|
-
width: h *
|
|
5589
|
-
height:
|
|
5588
|
+
width: h * m,
|
|
5589
|
+
height: g * p,
|
|
5590
5590
|
src: a()
|
|
5591
5591
|
}];
|
|
5592
5592
|
};
|
|
5593
|
-
return /* @__PURE__ */ ct(
|
|
5593
|
+
return /* @__PURE__ */ ct(zt, { children: [
|
|
5594
5594
|
i(),
|
|
5595
5595
|
/* @__PURE__ */ F(
|
|
5596
5596
|
"g",
|
|
@@ -5677,14 +5677,14 @@ class ji {
|
|
|
5677
5677
|
}), a - n;
|
|
5678
5678
|
}
|
|
5679
5679
|
}
|
|
5680
|
-
const
|
|
5681
|
-
if (
|
|
5682
|
-
return
|
|
5680
|
+
const qi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Ue = /* @__PURE__ */ new Map(), Nt = async (r) => {
|
|
5681
|
+
if (Ue.has(r))
|
|
5682
|
+
return Ue.get(r);
|
|
5683
5683
|
const e = (async () => {
|
|
5684
5684
|
try {
|
|
5685
5685
|
return Et(r).getFont();
|
|
5686
5686
|
} catch {
|
|
5687
|
-
if (
|
|
5687
|
+
if (qi(r)) {
|
|
5688
5688
|
const a = hn(r), n = Xe(a);
|
|
5689
5689
|
return ra(r, n), n;
|
|
5690
5690
|
} else {
|
|
@@ -5693,8 +5693,8 @@ const Hi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5693
5693
|
}
|
|
5694
5694
|
}
|
|
5695
5695
|
})();
|
|
5696
|
-
return
|
|
5697
|
-
},
|
|
5696
|
+
return Ue.set(r, e), e;
|
|
5697
|
+
}, Hi = (r) => {
|
|
5698
5698
|
const t = hn(r), e = Xe(t);
|
|
5699
5699
|
return ra(r, e), e;
|
|
5700
5700
|
}, Et = (r) => {
|
|
@@ -5710,18 +5710,18 @@ const Hi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5710
5710
|
a.querySelectorAll("style").forEach((d) => {
|
|
5711
5711
|
var u;
|
|
5712
5712
|
(u = rn(d.innerHTML).stylesheet) == null || u.rules.forEach((h) => {
|
|
5713
|
-
var
|
|
5713
|
+
var g, m, p;
|
|
5714
5714
|
if (h.type === "font-face" && h.declarations) {
|
|
5715
|
-
const f = (
|
|
5715
|
+
const f = (g = h.declarations.find(
|
|
5716
5716
|
(S) => S.property === "font-family"
|
|
5717
|
-
)) == null ? void 0 :
|
|
5717
|
+
)) == null ? void 0 : g.value, C = (m = h.declarations.find((S) => S.property === "src")) == null ? void 0 : m.value, w = (p = C == null ? void 0 : C.match(/'(https.*?)'/)) == null ? void 0 : p[1];
|
|
5718
5718
|
f && w && n.set(f, w);
|
|
5719
5719
|
}
|
|
5720
5720
|
});
|
|
5721
5721
|
});
|
|
5722
5722
|
const s = e.querySelectorAll("tspan");
|
|
5723
5723
|
for (let d = 0; d < s.length; d++) {
|
|
5724
|
-
const A = s.item(d), u = A.closest("text"), h = A.closest("g"),
|
|
5724
|
+
const A = s.item(d), u = A.closest("text"), h = A.closest("g"), g = u.getAttribute("font-family"), m = await Nt(n.get(g)), p = u.getAttribute("fill"), f = u.getAttribute("stroke"), C = u.getAttribute("stroke-width"), w = m.getPath(
|
|
5725
5725
|
A.innerHTML,
|
|
5726
5726
|
0,
|
|
5727
5727
|
0,
|
|
@@ -5730,7 +5730,7 @@ const Hi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5730
5730
|
let y = 0;
|
|
5731
5731
|
const E = A.getAttribute("text-anchor");
|
|
5732
5732
|
E === "middle" ? y = S / 2 : E === "end" && (y = S);
|
|
5733
|
-
const B =
|
|
5733
|
+
const B = m.getPath(
|
|
5734
5734
|
A.innerHTML,
|
|
5735
5735
|
parseFloat(A.getAttribute("x") ?? "0") - y,
|
|
5736
5736
|
parseFloat(A.getAttribute("y") ?? "0"),
|
|
@@ -5742,11 +5742,11 @@ const Hi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5742
5742
|
}
|
|
5743
5743
|
return e.querySelectorAll("text").forEach((d) => d.remove()), bt().serializeToString(a);
|
|
5744
5744
|
}, Ee = (r, t, e, a) => Math.max(_i(r.join(`
|
|
5745
|
-
`), e, a), t),
|
|
5745
|
+
`), e, a), t), La = (r, t, e, a, n, i) => {
|
|
5746
5746
|
const s = (i || ya) * n.getApproximateHeight(), o = t.split(`
|
|
5747
5747
|
`);
|
|
5748
5748
|
try {
|
|
5749
|
-
const l = o.flatMap((d) =>
|
|
5749
|
+
const l = o.flatMap((d) => ge(d, r.width, a, n)), c = l.flatMap((d) => d.lines);
|
|
5750
5750
|
return {
|
|
5751
5751
|
lines: c,
|
|
5752
5752
|
requiredHeight: l.flatMap((d) => d.lines).length * (a * s),
|
|
@@ -5762,14 +5762,14 @@ const Hi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5762
5762
|
requiredWidth: Ee(c, r.width, a, n)
|
|
5763
5763
|
};
|
|
5764
5764
|
}
|
|
5765
|
-
},
|
|
5765
|
+
}, ge = (r, t, e, a) => {
|
|
5766
5766
|
const n = ht(r, e, a);
|
|
5767
5767
|
if (n <= t)
|
|
5768
5768
|
return { lines: [r], width: n };
|
|
5769
5769
|
if (!(r.indexOf(" ") > -1)) {
|
|
5770
5770
|
if (r.length <= 1)
|
|
5771
5771
|
throw new Error(`Character ${r} is wider than region`);
|
|
5772
|
-
const d = Math.floor(r.length / 2), A =
|
|
5772
|
+
const d = Math.floor(r.length / 2), A = ge(r.slice(0, d), t, e, a), u = ge(r.slice(d), t, e, a);
|
|
5773
5773
|
return { lines: [...A.lines, ...u.lines], width: Math.max(A.width, u.width) };
|
|
5774
5774
|
}
|
|
5775
5775
|
const s = r.split(" "), o = [];
|
|
@@ -5777,15 +5777,15 @@ const Hi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5777
5777
|
for (; c < s.length; ) {
|
|
5778
5778
|
const d = s[c];
|
|
5779
5779
|
if (ht(d, e, a) > t) {
|
|
5780
|
-
const A =
|
|
5780
|
+
const A = ge(d, t, e, a);
|
|
5781
5781
|
o.push(...A.lines), l = Math.max(l, A.width), c++;
|
|
5782
5782
|
} else {
|
|
5783
5783
|
const A = [d];
|
|
5784
5784
|
l = Math.max(l, ht(d, e, a));
|
|
5785
5785
|
let u = c + 1, h = !0;
|
|
5786
5786
|
for (; u < s.length && h; ) {
|
|
5787
|
-
const
|
|
5788
|
-
|
|
5787
|
+
const g = s[u], m = ht(`${A.join(" ")} ${g}`, e, a);
|
|
5788
|
+
m <= t ? (A.push(g), l = Math.max(l, m), u++) : h = !1;
|
|
5789
5789
|
}
|
|
5790
5790
|
o.push(A.join(" ")), c = u;
|
|
5791
5791
|
}
|
|
@@ -5800,7 +5800,7 @@ const Hi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5800
5800
|
var c;
|
|
5801
5801
|
const n = Et(t.fontData.assetUrl), i = n.getFont(), s = t.fontSize / i.unitsPerEm;
|
|
5802
5802
|
if (!e)
|
|
5803
|
-
return
|
|
5803
|
+
return La(t, r, t.fontSize, s, n, a);
|
|
5804
5804
|
let o;
|
|
5805
5805
|
if (t.text ? o = t.text.split(`
|
|
5806
5806
|
`) : o = ((c = t.input) == null ? void 0 : c.split(`
|
|
@@ -5817,7 +5817,7 @@ const Hi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5817
5817
|
requiredHeight: t.height,
|
|
5818
5818
|
requiredWidth: Ee(o, t.width, s, n),
|
|
5819
5819
|
fontSize: Yi(o, n, i, t.width, t.height, a)
|
|
5820
|
-
} :
|
|
5820
|
+
} : La(t, r, t.fontSize, s, n, a);
|
|
5821
5821
|
}, Ki = (r, t, e, a, n) => {
|
|
5822
5822
|
const s = Et(t.assetUrl).getFont();
|
|
5823
5823
|
let o = { ...r };
|
|
@@ -5846,12 +5846,12 @@ const Hi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5846
5846
|
return r.forEach((n) => {
|
|
5847
5847
|
a = Math.max(a, ht(n, t, e));
|
|
5848
5848
|
}), a;
|
|
5849
|
-
},
|
|
5849
|
+
}, Ua = {
|
|
5850
5850
|
stripControlCharacters: !0,
|
|
5851
5851
|
vertical: !1,
|
|
5852
5852
|
uppercase: !1
|
|
5853
|
-
}, Be = (r, t =
|
|
5854
|
-
const e = { ...
|
|
5853
|
+
}, Be = (r, t = Ua) => {
|
|
5854
|
+
const e = { ...Ua, ...t };
|
|
5855
5855
|
let a = r || "";
|
|
5856
5856
|
return e.stripControlCharacters && (a = a.replace(/^(?![\u000A\u000D])[\u0000-\u001F\u007F-\u009F]/g, "")), e.uppercase && (a = a.toUpperCase()), e.vertical && (a = a.split("").join(`
|
|
5857
5857
|
`)), a;
|
|
@@ -5874,23 +5874,23 @@ const Hi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5874
5874
|
};
|
|
5875
5875
|
})()
|
|
5876
5876
|
} : r, ya = 1.1, ts = (r) => {
|
|
5877
|
-
var
|
|
5877
|
+
var g, m, p, f, C;
|
|
5878
5878
|
const e = (r.rotation || 0) * Math.PI / 180, a = Math.cos(e), n = -Math.sin(e), i = `text-path-${r.id}`, s = `text-fill-${r.id}`, o = r.x + (r.curved ? 0 : r.width / 2), l = r.y + (r.curved ? 0 : r.height / 2);
|
|
5879
5879
|
let c = "";
|
|
5880
5880
|
try {
|
|
5881
|
-
c =
|
|
5881
|
+
c = mr.compile(r.text || "")((g = r._renderingConfiguration) == null ? void 0 : g.templatingContext);
|
|
5882
5882
|
} catch {
|
|
5883
5883
|
c = r.text ?? "";
|
|
5884
5884
|
}
|
|
5885
5885
|
const d = c.split(`
|
|
5886
|
-
`), A = (
|
|
5886
|
+
`), A = (m = r.strokeColor) != null && m.browserValue && r.strokeThickness ? (p = r.strokeColor) == null ? void 0 : p.browserValue : void 0, u = (f = r.strokeColor) != null && f.browserValue && r.strokeThickness ? r.strokeThickness : void 0;
|
|
5887
5887
|
if (r.curved && !r.paths || !r.fontData)
|
|
5888
5888
|
return null;
|
|
5889
5889
|
const h = () => {
|
|
5890
5890
|
var w;
|
|
5891
5891
|
return r.textFillImage ? `url("#${s}")` : (w = r._renderingConfiguration) != null && w.spotColors && r.fillSpotColorDefinition ? `${r.fill} ${fn(r.fillSpotColorDefinition)}` : r.fill;
|
|
5892
5892
|
};
|
|
5893
|
-
return /* @__PURE__ */ ct(
|
|
5893
|
+
return /* @__PURE__ */ ct(zt, { children: [
|
|
5894
5894
|
/* @__PURE__ */ ct("defs", { children: [
|
|
5895
5895
|
r.textFillImage && /* @__PURE__ */ F(
|
|
5896
5896
|
"pattern",
|
|
@@ -6114,7 +6114,7 @@ class rs {
|
|
|
6114
6114
|
layouts: {}
|
|
6115
6115
|
};
|
|
6116
6116
|
t.forEach((n) => {
|
|
6117
|
-
a = new
|
|
6117
|
+
a = new Ln(n).apply(a);
|
|
6118
6118
|
}), this.runStateCallbacks(), this.state = {
|
|
6119
6119
|
transaction: a
|
|
6120
6120
|
};
|
|
@@ -6127,7 +6127,7 @@ class rs {
|
|
|
6127
6127
|
const Qn = (r) => r.type === M.Image ? /* @__PURE__ */ F(Fn, { ...r }, r.id) : r.type === M.Frame ? /* @__PURE__ */ F(Wi, { ...r }, r.id) : r.type === M.Illustration ? /* @__PURE__ */ F(ns, { ...r }, r.id) : r.type === M.Textbox ? /* @__PURE__ */ F(ts, { ...r }, r.id) : r.type === M.Group ? /* @__PURE__ */ F(kn, { ...r }, r.id) : null, Sa = (r, t, e) => {
|
|
6128
6128
|
const a = e.renderingConfiguration, n = a != null && a.removeExcludedElements ? t.filter((i) => !i.excludeFromExport) : t;
|
|
6129
6129
|
return /* @__PURE__ */ F(
|
|
6130
|
-
|
|
6130
|
+
zi,
|
|
6131
6131
|
{
|
|
6132
6132
|
preserveAspectRatio: void 0,
|
|
6133
6133
|
elements: n,
|
|
@@ -6174,7 +6174,7 @@ const ae = (r) => {
|
|
|
6174
6174
|
if (r.defaultVariant !== void 0)
|
|
6175
6175
|
return t.find((e) => e.id === r.defaultVariant);
|
|
6176
6176
|
}
|
|
6177
|
-
}, At = /* @__PURE__ */ new Map(), Vt = /* @__PURE__ */ new Map(),
|
|
6177
|
+
}, At = /* @__PURE__ */ new Map(), Vt = /* @__PURE__ */ new Map(), Ge = /* @__PURE__ */ new Map(), Rn = async (r, t) => {
|
|
6178
6178
|
if (!t) {
|
|
6179
6179
|
if (!r)
|
|
6180
6180
|
throw new Error("No region or src supplied. Cannot construct frame!");
|
|
@@ -6198,8 +6198,8 @@ const ae = (r) => {
|
|
|
6198
6198
|
throw new Error(`No asset for variant with ID: ${r.frameVariantId}`);
|
|
6199
6199
|
return e;
|
|
6200
6200
|
}, Qe = async (r) => {
|
|
6201
|
-
if (
|
|
6202
|
-
return
|
|
6201
|
+
if (Ge.has(r))
|
|
6202
|
+
return Ge.get(r);
|
|
6203
6203
|
const e = (async () => {
|
|
6204
6204
|
if (Vt.has(r))
|
|
6205
6205
|
return Vt.get(r);
|
|
@@ -6235,7 +6235,7 @@ const ae = (r) => {
|
|
|
6235
6235
|
}
|
|
6236
6236
|
throw new Error("Malformed frame SVG");
|
|
6237
6237
|
})();
|
|
6238
|
-
return
|
|
6238
|
+
return Ge.set(r, e), e;
|
|
6239
6239
|
}, Ea = (r, t, e, a) => {
|
|
6240
6240
|
const n = t.width / t.height, i = r.width / r.height;
|
|
6241
6241
|
let s;
|
|
@@ -6297,9 +6297,9 @@ const ae = (r) => {
|
|
|
6297
6297
|
at(r).then((e) => {
|
|
6298
6298
|
t(e);
|
|
6299
6299
|
}).catch((e) => console.error(e));
|
|
6300
|
-
}),
|
|
6301
|
-
if (
|
|
6302
|
-
return
|
|
6300
|
+
}), ze = /* @__PURE__ */ new Map(), Kt = async (r) => {
|
|
6301
|
+
if (ze.has(r))
|
|
6302
|
+
return ze.get(r);
|
|
6303
6303
|
const t = async (n) => new Promise((i, s) => {
|
|
6304
6304
|
try {
|
|
6305
6305
|
if (!(!!URL && !!URL.createObjectURL))
|
|
@@ -6316,23 +6316,23 @@ const ae = (r) => {
|
|
|
6316
6316
|
const s = dt().parseFromString(r, "image/svg+xml").firstElementChild;
|
|
6317
6317
|
if (!s)
|
|
6318
6318
|
throw new Error("Failed to read SVG");
|
|
6319
|
-
const l = bt().serializeToString(s), c =
|
|
6319
|
+
const l = bt().serializeToString(s), c = mt(), d = c.getContext("2d"), A = await Aa.from(d, l, {
|
|
6320
6320
|
anonymousCrossOrigin: !0,
|
|
6321
6321
|
ignoreDimensions: !1,
|
|
6322
|
-
createCanvas:
|
|
6322
|
+
createCanvas: mt,
|
|
6323
6323
|
createImage: Zt,
|
|
6324
|
-
DOMParser:
|
|
6324
|
+
DOMParser: ma(),
|
|
6325
6325
|
fetch: rt
|
|
6326
|
-
}), u = s.getAttribute("width"), h = s.getAttribute("height"),
|
|
6326
|
+
}), u = s.getAttribute("width"), h = s.getAttribute("height"), g = 2048;
|
|
6327
6327
|
if (h && u) {
|
|
6328
|
-
const
|
|
6329
|
-
f > 1 ? A.resize(
|
|
6328
|
+
const m = parseFloat(h), f = parseFloat(u) / m;
|
|
6329
|
+
f > 1 ? A.resize(g, g / f) : A.resize(g * f, g);
|
|
6330
6330
|
} else
|
|
6331
|
-
A.resize(
|
|
6331
|
+
A.resize(g, g);
|
|
6332
6332
|
return await A.render(), await t(c);
|
|
6333
6333
|
})();
|
|
6334
|
-
return
|
|
6335
|
-
},
|
|
6334
|
+
return ze.set(r, a), a;
|
|
6335
|
+
}, Lt = async (r, t, e, a) => {
|
|
6336
6336
|
const n = r.layoutState.layout.useEditableArea && r.layoutState.layout.editableArea || {
|
|
6337
6337
|
width: r.layoutState.layout.width,
|
|
6338
6338
|
height: r.layoutState.layout.height,
|
|
@@ -6350,7 +6350,7 @@ const ae = (r) => {
|
|
|
6350
6350
|
const l = await lt(await $n(e)), u = dt().parseFromString(l.svg, "image/svg+xml").firstElementChild.getAttribute("viewBox");
|
|
6351
6351
|
if (!u)
|
|
6352
6352
|
throw new Error("SVG missing viewBox.");
|
|
6353
|
-
const h = o.height,
|
|
6353
|
+
const h = o.height, g = u.split(" "), m = parseFloat(g[2]) || 1, p = parseFloat(g[3]) || 1, f = m / p;
|
|
6354
6354
|
o.height = o.width / f, o.top += (h - o.height) / 2;
|
|
6355
6355
|
}
|
|
6356
6356
|
if (e && t === M.Image) {
|
|
@@ -6364,9 +6364,9 @@ const ae = (r) => {
|
|
|
6364
6364
|
}
|
|
6365
6365
|
return o;
|
|
6366
6366
|
};
|
|
6367
|
-
class
|
|
6367
|
+
class Gc {
|
|
6368
6368
|
static async getFrame(t, e) {
|
|
6369
|
-
const a = await Rn(e.region, e.src), n = await Qe(a), i = e.region || await
|
|
6369
|
+
const a = await Rn(e.region, e.src), n = await Qe(a), i = e.region || await Lt(t, M.Frame);
|
|
6370
6370
|
return {
|
|
6371
6371
|
id: Q(),
|
|
6372
6372
|
x: i.left,
|
|
@@ -6392,7 +6392,7 @@ class zc {
|
|
|
6392
6392
|
};
|
|
6393
6393
|
}
|
|
6394
6394
|
static async getImage(t, e) {
|
|
6395
|
-
const a = e.region || await
|
|
6395
|
+
const a = e.region || await Lt(t, M.Image, e.src);
|
|
6396
6396
|
return {
|
|
6397
6397
|
id: Q(),
|
|
6398
6398
|
src: e.src,
|
|
@@ -6409,14 +6409,14 @@ class zc {
|
|
|
6409
6409
|
};
|
|
6410
6410
|
}
|
|
6411
6411
|
static async getTextbox(t, e) {
|
|
6412
|
-
var
|
|
6412
|
+
var g;
|
|
6413
6413
|
const { configuration: a, fontSrc: n, designInputStep: i } = e, s = await Nt(n), o = {
|
|
6414
6414
|
assetUrl: n,
|
|
6415
6415
|
name: s.names.fullName.en
|
|
6416
6416
|
}, l = (i == null ? void 0 : i.text) || a.defaultText || "", c = a.replaceableText ? a.replaceableText.replace("{{}}", l) : l, d = Be(c, {
|
|
6417
6417
|
vertical: a.vertical,
|
|
6418
6418
|
uppercase: a.uppercase
|
|
6419
|
-
}), A = e.region || await
|
|
6419
|
+
}), A = e.region || await Lt(t, M.Textbox, n, {
|
|
6420
6420
|
text: d,
|
|
6421
6421
|
fontScale: a.size ? a.size / s.unitsPerEm : void 0
|
|
6422
6422
|
}), u = ee(
|
|
@@ -6447,7 +6447,7 @@ class zc {
|
|
|
6447
6447
|
{ ...A, height: u.height },
|
|
6448
6448
|
o,
|
|
6449
6449
|
u.fontSize,
|
|
6450
|
-
((
|
|
6450
|
+
((g = u == null ? void 0 : u.text) == null ? void 0 : g.split(`
|
|
6451
6451
|
`)) || [],
|
|
6452
6452
|
u.align
|
|
6453
6453
|
);
|
|
@@ -6482,7 +6482,7 @@ class zc {
|
|
|
6482
6482
|
</svg>
|
|
6483
6483
|
`, n = {};
|
|
6484
6484
|
n["spiff-fill-shape"] = { browserValue: e.color };
|
|
6485
|
-
const i = e.region || await
|
|
6485
|
+
const i = e.region || await Lt(t, M.Illustration), s = Q();
|
|
6486
6486
|
return {
|
|
6487
6487
|
stepRegion: e.region,
|
|
6488
6488
|
colors: n,
|
|
@@ -6500,7 +6500,7 @@ class zc {
|
|
|
6500
6500
|
};
|
|
6501
6501
|
}
|
|
6502
6502
|
static async getIllustration(t, e) {
|
|
6503
|
-
const a = e.region || await
|
|
6503
|
+
const a = e.region || await Lt(t, M.Illustration, e.src), n = await lt(await $n(e.src)), i = await Kt(n.svg), s = Q();
|
|
6504
6504
|
return {
|
|
6505
6505
|
cachedObjectURL: i,
|
|
6506
6506
|
stepRegion: e.region,
|
|
@@ -6525,7 +6525,7 @@ class V extends Error {
|
|
|
6525
6525
|
super("Element not found!"), Object.setPrototypeOf(this, V.prototype);
|
|
6526
6526
|
}
|
|
6527
6527
|
}
|
|
6528
|
-
const
|
|
6528
|
+
const U = (r, t) => X(r, t).elements.find((n) => n.id === r), X = (r, t) => {
|
|
6529
6529
|
const e = Object.values(t).find((a) => a.elements.some((n) => n.id === r));
|
|
6530
6530
|
if (!e)
|
|
6531
6531
|
throw new V();
|
|
@@ -6537,7 +6537,7 @@ const L = (r, t) => X(r, t).elements.find((n) => n.id === r), X = (r, t) => {
|
|
|
6537
6537
|
elements: a,
|
|
6538
6538
|
modificationID: Q()
|
|
6539
6539
|
};
|
|
6540
|
-
},
|
|
6540
|
+
}, Ga = async (r) => {
|
|
6541
6541
|
var a;
|
|
6542
6542
|
const t = [...Object.keys(r.layouts)], e = [...new Set(t)];
|
|
6543
6543
|
for (let n = 0; n < e.length; n++) {
|
|
@@ -6599,7 +6599,7 @@ class O {
|
|
|
6599
6599
|
this.oldState = t;
|
|
6600
6600
|
}
|
|
6601
6601
|
}
|
|
6602
|
-
class
|
|
6602
|
+
class za extends O {
|
|
6603
6603
|
constructor(t) {
|
|
6604
6604
|
super(), this.serializableWorkflow = t;
|
|
6605
6605
|
}
|
|
@@ -6610,13 +6610,13 @@ class Ga extends O {
|
|
|
6610
6610
|
};
|
|
6611
6611
|
}
|
|
6612
6612
|
}
|
|
6613
|
-
class
|
|
6613
|
+
class zc extends O {
|
|
6614
6614
|
constructor(t, e, a) {
|
|
6615
6615
|
super(), this.id = t, this.x = e, this.y = a;
|
|
6616
6616
|
}
|
|
6617
6617
|
apply(t) {
|
|
6618
6618
|
this.oldState = t;
|
|
6619
|
-
const e =
|
|
6619
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6620
6620
|
if (!e.id)
|
|
6621
6621
|
throw new V();
|
|
6622
6622
|
const a = {
|
|
@@ -6639,7 +6639,7 @@ class Wc extends O {
|
|
|
6639
6639
|
}
|
|
6640
6640
|
apply(t) {
|
|
6641
6641
|
this.oldState = t;
|
|
6642
|
-
const e =
|
|
6642
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6643
6643
|
if (!e.id)
|
|
6644
6644
|
throw new V();
|
|
6645
6645
|
const a = {
|
|
@@ -6661,7 +6661,7 @@ class jc extends O {
|
|
|
6661
6661
|
}
|
|
6662
6662
|
apply(t) {
|
|
6663
6663
|
this.oldState = t;
|
|
6664
|
-
const e =
|
|
6664
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6665
6665
|
if (!e.id)
|
|
6666
6666
|
throw new V();
|
|
6667
6667
|
let a = {
|
|
@@ -6694,7 +6694,7 @@ class $ extends O {
|
|
|
6694
6694
|
return this.oldState = t, this.commands.reduce((e, a) => a.apply(e), t);
|
|
6695
6695
|
}
|
|
6696
6696
|
}
|
|
6697
|
-
class
|
|
6697
|
+
class Ln extends O {
|
|
6698
6698
|
constructor(t) {
|
|
6699
6699
|
super(), this.layout = t;
|
|
6700
6700
|
}
|
|
@@ -6800,7 +6800,7 @@ class ss extends O {
|
|
|
6800
6800
|
}
|
|
6801
6801
|
apply(t) {
|
|
6802
6802
|
this.oldState = t;
|
|
6803
|
-
const e =
|
|
6803
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6804
6804
|
if (!e.id)
|
|
6805
6805
|
throw new V();
|
|
6806
6806
|
const a = {
|
|
@@ -6824,7 +6824,7 @@ class We extends O {
|
|
|
6824
6824
|
}
|
|
6825
6825
|
apply(t) {
|
|
6826
6826
|
this.oldState = t;
|
|
6827
|
-
const e =
|
|
6827
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6828
6828
|
if (!e.id)
|
|
6829
6829
|
throw new V();
|
|
6830
6830
|
const a = {
|
|
@@ -6846,7 +6846,7 @@ class os extends O {
|
|
|
6846
6846
|
}
|
|
6847
6847
|
apply(t) {
|
|
6848
6848
|
this.oldState = t;
|
|
6849
|
-
const e =
|
|
6849
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6850
6850
|
if (!e.id)
|
|
6851
6851
|
throw new V();
|
|
6852
6852
|
const a = {
|
|
@@ -6868,7 +6868,7 @@ class Wa extends O {
|
|
|
6868
6868
|
}
|
|
6869
6869
|
apply(t) {
|
|
6870
6870
|
this.oldState = t;
|
|
6871
|
-
const e =
|
|
6871
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6872
6872
|
if (!e.id)
|
|
6873
6873
|
throw new V();
|
|
6874
6874
|
const a = {
|
|
@@ -6890,7 +6890,7 @@ class ls extends O {
|
|
|
6890
6890
|
}
|
|
6891
6891
|
apply(t) {
|
|
6892
6892
|
this.oldState = t;
|
|
6893
|
-
const e =
|
|
6893
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6894
6894
|
if (!e.id)
|
|
6895
6895
|
throw new V();
|
|
6896
6896
|
const a = {
|
|
@@ -6948,7 +6948,7 @@ class ds extends O {
|
|
|
6948
6948
|
}
|
|
6949
6949
|
apply(t) {
|
|
6950
6950
|
this.oldState = t;
|
|
6951
|
-
const e =
|
|
6951
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6952
6952
|
if (!e.id)
|
|
6953
6953
|
throw new V();
|
|
6954
6954
|
const a = {
|
|
@@ -6967,13 +6967,13 @@ class ds extends O {
|
|
|
6967
6967
|
};
|
|
6968
6968
|
}
|
|
6969
6969
|
}
|
|
6970
|
-
class
|
|
6970
|
+
class qc extends O {
|
|
6971
6971
|
constructor(t, e) {
|
|
6972
6972
|
super(), this.id = t, this.src = e;
|
|
6973
6973
|
}
|
|
6974
6974
|
apply(t) {
|
|
6975
6975
|
this.oldState = t;
|
|
6976
|
-
const e =
|
|
6976
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6977
6977
|
if (!e.id)
|
|
6978
6978
|
throw new V();
|
|
6979
6979
|
const a = {
|
|
@@ -6995,7 +6995,7 @@ class As extends O {
|
|
|
6995
6995
|
}
|
|
6996
6996
|
apply(t) {
|
|
6997
6997
|
this.oldState = t;
|
|
6998
|
-
const e =
|
|
6998
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6999
6999
|
if (!e.id)
|
|
7000
7000
|
throw new V();
|
|
7001
7001
|
const a = X(e.id, Object.values(t.layouts)), n = Z(ee(e, this.text, e), a);
|
|
@@ -7014,7 +7014,7 @@ class je extends O {
|
|
|
7014
7014
|
}
|
|
7015
7015
|
apply(t) {
|
|
7016
7016
|
this.oldState = t;
|
|
7017
|
-
const e =
|
|
7017
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
7018
7018
|
if (!e.id)
|
|
7019
7019
|
throw new V();
|
|
7020
7020
|
const a = {
|
|
@@ -7037,7 +7037,7 @@ class oa extends O {
|
|
|
7037
7037
|
}
|
|
7038
7038
|
apply(t) {
|
|
7039
7039
|
this.oldState = t;
|
|
7040
|
-
const e =
|
|
7040
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
7041
7041
|
if (!e.id)
|
|
7042
7042
|
throw new V();
|
|
7043
7043
|
const a = e.colors || {}, n = a[this.className];
|
|
@@ -7069,7 +7069,7 @@ class us extends O {
|
|
|
7069
7069
|
}
|
|
7070
7070
|
apply(t) {
|
|
7071
7071
|
this.oldState = t;
|
|
7072
|
-
const e =
|
|
7072
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
7073
7073
|
if (!e.id)
|
|
7074
7074
|
throw new V();
|
|
7075
7075
|
const a = {
|
|
@@ -7086,7 +7086,7 @@ class us extends O {
|
|
|
7086
7086
|
};
|
|
7087
7087
|
}
|
|
7088
7088
|
}
|
|
7089
|
-
class
|
|
7089
|
+
class Hc extends O {
|
|
7090
7090
|
/**
|
|
7091
7091
|
* @param id The targeted element to bring to the front.
|
|
7092
7092
|
*/
|
|
@@ -7094,7 +7094,7 @@ class qc extends O {
|
|
|
7094
7094
|
super(), this.id = t;
|
|
7095
7095
|
}
|
|
7096
7096
|
apply(t) {
|
|
7097
|
-
if (this.oldState = t, !
|
|
7097
|
+
if (this.oldState = t, !U(this.id, Object.values(t.layouts)).id)
|
|
7098
7098
|
throw new V();
|
|
7099
7099
|
const a = Object.values(t.layouts).find((s) => s.elements.find((o) => o.id === this.id));
|
|
7100
7100
|
if (!a)
|
|
@@ -7124,7 +7124,7 @@ class Yc extends O {
|
|
|
7124
7124
|
}
|
|
7125
7125
|
apply(t) {
|
|
7126
7126
|
this.oldState = t;
|
|
7127
|
-
const e =
|
|
7127
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
7128
7128
|
if (!e.id)
|
|
7129
7129
|
throw new V();
|
|
7130
7130
|
const a = Object.values(t.layouts).find((o) => o.elements.find((l) => l.id === this.id));
|
|
@@ -7154,7 +7154,7 @@ class Jc extends O {
|
|
|
7154
7154
|
super(), this.id = t;
|
|
7155
7155
|
}
|
|
7156
7156
|
apply(t) {
|
|
7157
|
-
if (this.oldState = t, !
|
|
7157
|
+
if (this.oldState = t, !U(this.id, Object.values(t.layouts)).id)
|
|
7158
7158
|
throw new V();
|
|
7159
7159
|
const a = Object.values(t.layouts).find((l) => l.elements.find((c) => c.id === this.id));
|
|
7160
7160
|
if (!a)
|
|
@@ -7181,7 +7181,7 @@ class Kc extends O {
|
|
|
7181
7181
|
super(), this.id = t;
|
|
7182
7182
|
}
|
|
7183
7183
|
apply(t) {
|
|
7184
|
-
if (this.oldState = t, !
|
|
7184
|
+
if (this.oldState = t, !U(this.id, Object.values(t.layouts)).id)
|
|
7185
7185
|
throw new V();
|
|
7186
7186
|
const a = Object.values(t.layouts).find((l) => l.elements.find((c) => c.id === this.id));
|
|
7187
7187
|
if (!a)
|
|
@@ -7243,7 +7243,7 @@ class ja {
|
|
|
7243
7243
|
command: new W(h, i)
|
|
7244
7244
|
};
|
|
7245
7245
|
} else {
|
|
7246
|
-
const u = this.configuration.type === P.SilentIllustration ? (A = this.configuration.data.asset) == null ? void 0 : A.fileLink : s,
|
|
7246
|
+
const u = this.configuration.type === P.SilentIllustration ? (A = this.configuration.data.asset) == null ? void 0 : A.fileLink : s, g = await lt(await (async () => new Promise((p, f) => {
|
|
7247
7247
|
if (!u) {
|
|
7248
7248
|
f("Undefined vector silent step source");
|
|
7249
7249
|
return;
|
|
@@ -7251,13 +7251,13 @@ class ja {
|
|
|
7251
7251
|
at(u, !0).then((C) => {
|
|
7252
7252
|
p(C);
|
|
7253
7253
|
}).catch((C) => console.error(C));
|
|
7254
|
-
}))()),
|
|
7254
|
+
}))()), m = {
|
|
7255
7255
|
stepName: this.configuration.stepName,
|
|
7256
7256
|
id: Q(),
|
|
7257
|
-
cachedObjectURL: await Kt(
|
|
7257
|
+
cachedObjectURL: await Kt(g.svg),
|
|
7258
7258
|
src: u,
|
|
7259
|
-
svg:
|
|
7260
|
-
colors:
|
|
7259
|
+
svg: g.svg,
|
|
7260
|
+
colors: g.colors,
|
|
7261
7261
|
type: o,
|
|
7262
7262
|
y: n.top,
|
|
7263
7263
|
x: n.left,
|
|
@@ -7272,10 +7272,10 @@ class ja {
|
|
|
7272
7272
|
};
|
|
7273
7273
|
return {
|
|
7274
7274
|
regionElement: {
|
|
7275
|
-
id:
|
|
7275
|
+
id: m.id,
|
|
7276
7276
|
region: n
|
|
7277
7277
|
},
|
|
7278
|
-
command: new W(
|
|
7278
|
+
command: new W(m, i)
|
|
7279
7279
|
};
|
|
7280
7280
|
}
|
|
7281
7281
|
}, this.configuration = t, this.layouts = e, this.product = a || void 0;
|
|
@@ -7302,7 +7302,7 @@ class ja {
|
|
|
7302
7302
|
}
|
|
7303
7303
|
}
|
|
7304
7304
|
const hs = async (r) => {
|
|
7305
|
-
const t = `${
|
|
7305
|
+
const t = `${gt.getServicesApiUrl()}/shortener`;
|
|
7306
7306
|
try {
|
|
7307
7307
|
return (await (await rt(t, {
|
|
7308
7308
|
method: "POST",
|
|
@@ -7315,7 +7315,7 @@ const hs = async (r) => {
|
|
|
7315
7315
|
throw console.error(e), new xe("Failed to shorten URL, see console.");
|
|
7316
7316
|
}
|
|
7317
7317
|
};
|
|
7318
|
-
class
|
|
7318
|
+
class Un {
|
|
7319
7319
|
async poll() {
|
|
7320
7320
|
try {
|
|
7321
7321
|
if (await this.predicate()) {
|
|
@@ -7338,7 +7338,7 @@ class Ln {
|
|
|
7338
7338
|
this.onSuccess = e, this.onFailure = a, this.predicate = t, this.attempts = 0, this.pollingId = -1, this.interval = n, this.maxAttempts = i, this.poll();
|
|
7339
7339
|
}
|
|
7340
7340
|
}
|
|
7341
|
-
class
|
|
7341
|
+
class gs {
|
|
7342
7342
|
async init(t, e, a) {
|
|
7343
7343
|
return a && await this.reload(t, e, a), null;
|
|
7344
7344
|
}
|
|
@@ -7358,23 +7358,23 @@ class ms {
|
|
|
7358
7358
|
}
|
|
7359
7359
|
async regenerateQRCode(t, e, a, n) {
|
|
7360
7360
|
const i = async () => {
|
|
7361
|
-
var
|
|
7362
|
-
const h = (await ve([e]))[0],
|
|
7363
|
-
return { asset: h, link:
|
|
7364
|
-
}, s = await new Promise((h,
|
|
7365
|
-
new
|
|
7361
|
+
var m, p;
|
|
7362
|
+
const h = (await ve([e]))[0], g = (p = (m = h == null ? void 0 : h.versions) == null ? void 0 : m.find((f) => f.name === "mpeg4")) == null ? void 0 : p.link;
|
|
7363
|
+
return { asset: h, link: g };
|
|
7364
|
+
}, s = await new Promise((h, g) => {
|
|
7365
|
+
new Un(
|
|
7366
7366
|
async () => !!(await i()).link,
|
|
7367
7367
|
async () => {
|
|
7368
|
-
const
|
|
7369
|
-
if (!
|
|
7370
|
-
throw new
|
|
7368
|
+
const m = await i();
|
|
7369
|
+
if (!m.link || !m.link)
|
|
7370
|
+
throw new Ht(m.asset);
|
|
7371
7371
|
h({
|
|
7372
7372
|
rel: "mpeg4",
|
|
7373
|
-
href:
|
|
7373
|
+
href: m.link
|
|
7374
7374
|
});
|
|
7375
7375
|
},
|
|
7376
7376
|
() => {
|
|
7377
|
-
|
|
7377
|
+
g("Poller timed out with 40 attempts @ 3 second interval");
|
|
7378
7378
|
},
|
|
7379
7379
|
3e3,
|
|
7380
7380
|
40
|
|
@@ -7430,7 +7430,7 @@ class ms {
|
|
|
7430
7430
|
} };
|
|
7431
7431
|
}
|
|
7432
7432
|
}
|
|
7433
|
-
const Vn = new
|
|
7433
|
+
const Vn = new gs();
|
|
7434
7434
|
class be {
|
|
7435
7435
|
constructor() {
|
|
7436
7436
|
this.frameSourceSvg = async (t, e) => {
|
|
@@ -7442,7 +7442,7 @@ class be {
|
|
|
7442
7442
|
const n = a.fileLink;
|
|
7443
7443
|
if (n)
|
|
7444
7444
|
return at(n, !0);
|
|
7445
|
-
throw new
|
|
7445
|
+
throw new Ht(a);
|
|
7446
7446
|
};
|
|
7447
7447
|
}
|
|
7448
7448
|
async init(t, e, a) {
|
|
@@ -7456,7 +7456,7 @@ class be {
|
|
|
7456
7456
|
const s = e.getWorkflowExperience().getBundle();
|
|
7457
7457
|
if (s && t.globalPropertyAspectConfigurations) {
|
|
7458
7458
|
const o = s.getGlobalPropertyStateManager(), l = t.globalPropertyAspectConfigurations[0], c = o.getAspectStorage(l.aspectName);
|
|
7459
|
-
c && c.originalAssetKey && (i = (await
|
|
7459
|
+
c && c.originalAssetKey && (i = (await L.getLocalOrFromServer(c.originalAssetKey)).fileLink);
|
|
7460
7460
|
}
|
|
7461
7461
|
if (t.option && t.option.variants && t.option.variants.length > 0) {
|
|
7462
7462
|
const o = t.option, l = Y.getDefaultVariant(o);
|
|
@@ -7492,8 +7492,8 @@ class be {
|
|
|
7492
7492
|
}
|
|
7493
7493
|
if (n) {
|
|
7494
7494
|
const d = async () => {
|
|
7495
|
-
var
|
|
7496
|
-
const A = (
|
|
7495
|
+
var g, m, p, f, C;
|
|
7496
|
+
const A = (g = n.storage) == null ? void 0 : g.colors, u = (m = n.storage) == null ? void 0 : m.framePatternSrc, h = (p = n.storage) == null ? void 0 : p.frameOffsetsList;
|
|
7497
7497
|
if (e.updateMetadata(t.stepName, {
|
|
7498
7498
|
frameOffsetsList: h,
|
|
7499
7499
|
framePatternSrc: u
|
|
@@ -7523,7 +7523,7 @@ class be {
|
|
|
7523
7523
|
l,
|
|
7524
7524
|
async () => {
|
|
7525
7525
|
const h = await Promise.all(
|
|
7526
|
-
t.data.regions.map((
|
|
7526
|
+
t.data.regions.map((g) => this.frameSourceSvg(u, g))
|
|
7527
7527
|
);
|
|
7528
7528
|
e.updateStorage(t.stepName, { currentFrameSources: h }), await d();
|
|
7529
7529
|
}
|
|
@@ -7552,14 +7552,14 @@ class be {
|
|
|
7552
7552
|
const o = e.fileLink || "";
|
|
7553
7553
|
return o.endsWith(".pdf") || o.endsWith(".eps") || o.endsWith(".ai") ? new Promise((c) => {
|
|
7554
7554
|
a.addPoller(
|
|
7555
|
-
new
|
|
7555
|
+
new Un(
|
|
7556
7556
|
async () => {
|
|
7557
7557
|
var h;
|
|
7558
|
-
const A = (h = (await
|
|
7558
|
+
const A = (h = (await L.getFromServer(e.key || "")).versions) == null ? void 0 : h.find((g) => g.name === "svg");
|
|
7559
7559
|
return A ? (await rt(A.link)).status === 200 : !1;
|
|
7560
7560
|
},
|
|
7561
7561
|
() => {
|
|
7562
|
-
|
|
7562
|
+
L.getLocalOrFromServer(e.key || "").then((d) => {
|
|
7563
7563
|
this.loadPatternFromAsset(d, t, a, n).then(
|
|
7564
7564
|
c
|
|
7565
7565
|
);
|
|
@@ -7717,12 +7717,12 @@ class be {
|
|
|
7717
7717
|
if (!o)
|
|
7718
7718
|
throw new Error("Frame service unavailable, cannot load pattern!");
|
|
7719
7719
|
const l = await Promise.all(
|
|
7720
|
-
t.data.regions.map((
|
|
7720
|
+
t.data.regions.map((g) => this.frameSourceSvg(e, g))
|
|
7721
7721
|
);
|
|
7722
7722
|
i && i(!0);
|
|
7723
7723
|
const c = t.data.initialZoomLevel, d = await Promise.all(
|
|
7724
|
-
t.data.regions.map(async (
|
|
7725
|
-
const p = await Qe(l[
|
|
7724
|
+
t.data.regions.map(async (g, m) => {
|
|
7725
|
+
const p = await Qe(l[m]), f = o.getImageData(), C = a.map((I) => new Bt(I.id)), w = f ? Ea(
|
|
7726
7726
|
f,
|
|
7727
7727
|
p,
|
|
7728
7728
|
c && !t.data.forceImageCover ? { scale: c } : void 0,
|
|
@@ -7737,11 +7737,11 @@ class be {
|
|
|
7737
7737
|
scaleX: (w == null ? void 0 : w.zoom) || 1,
|
|
7738
7738
|
scaleY: (w == null ? void 0 : w.zoom) || 1,
|
|
7739
7739
|
rotation: 0
|
|
7740
|
-
} : void 0, y = Q(), B = n.getLayouts().find((I) => I.panelId ===
|
|
7740
|
+
} : void 0, y = Q(), B = n.getLayouts().find((I) => I.panelId === g.panelId);
|
|
7741
7741
|
if (!B)
|
|
7742
|
-
throw new J(
|
|
7742
|
+
throw new J(g);
|
|
7743
7743
|
return {
|
|
7744
|
-
command: this.getCreateElementCommand(y,
|
|
7744
|
+
command: this.getCreateElementCommand(y, g, B, {
|
|
7745
7745
|
frameData: p,
|
|
7746
7746
|
pattern: S,
|
|
7747
7747
|
disablePlaceholder: t.data.disablePlaceholder,
|
|
@@ -7749,26 +7749,26 @@ class be {
|
|
|
7749
7749
|
}),
|
|
7750
7750
|
regionEl: {
|
|
7751
7751
|
id: y,
|
|
7752
|
-
region:
|
|
7752
|
+
region: g
|
|
7753
7753
|
},
|
|
7754
7754
|
removeExistingCommands: C
|
|
7755
7755
|
};
|
|
7756
7756
|
})
|
|
7757
|
-
), A = d.map((
|
|
7757
|
+
), A = d.map((g) => g.command), u = d.map((g) => g.removeExistingCommands).flat();
|
|
7758
7758
|
return {
|
|
7759
7759
|
command: new $([...A, ...u]),
|
|
7760
7760
|
followup: async () => {
|
|
7761
7761
|
i && i(!1), await n.setSelectionsAndElements(
|
|
7762
7762
|
t.stepName,
|
|
7763
7763
|
e ? [e] : [],
|
|
7764
|
-
[...d.map((
|
|
7764
|
+
[...d.map((g) => g.regionEl)],
|
|
7765
7765
|
async () => {
|
|
7766
|
-
var
|
|
7766
|
+
var g;
|
|
7767
7767
|
if (n.updateStorage(t.stepName, { currentFrameSources: l }), s) {
|
|
7768
|
-
const
|
|
7769
|
-
if (!
|
|
7768
|
+
const m = (g = n.getWorkflowExperience().getStepById(t.stepName)) == null ? void 0 : g.frameService;
|
|
7769
|
+
if (!m)
|
|
7770
7770
|
throw new Error("Frame service unavailable, cannot load pattern!");
|
|
7771
|
-
await this.loadPatternFromString(s,
|
|
7771
|
+
await this.loadPatternFromString(s, m, !0);
|
|
7772
7772
|
}
|
|
7773
7773
|
}
|
|
7774
7774
|
);
|
|
@@ -7786,7 +7786,7 @@ class be {
|
|
|
7786
7786
|
const a = t.fileLink;
|
|
7787
7787
|
if (a)
|
|
7788
7788
|
return a;
|
|
7789
|
-
throw new
|
|
7789
|
+
throw new Ht(t);
|
|
7790
7790
|
}
|
|
7791
7791
|
async loadPatternFromAsset(t, e, a, n) {
|
|
7792
7792
|
var c, d;
|
|
@@ -7818,7 +7818,7 @@ class be {
|
|
|
7818
7818
|
}
|
|
7819
7819
|
}
|
|
7820
7820
|
const wt = new be();
|
|
7821
|
-
class
|
|
7821
|
+
class ms {
|
|
7822
7822
|
async getIllustrationBody(t) {
|
|
7823
7823
|
return new Promise((e) => {
|
|
7824
7824
|
at(t, !0).then((a) => {
|
|
@@ -7854,7 +7854,7 @@ class gs {
|
|
|
7854
7854
|
if (a.length === 0)
|
|
7855
7855
|
return [];
|
|
7856
7856
|
try {
|
|
7857
|
-
return
|
|
7857
|
+
return U(
|
|
7858
7858
|
a[0].id,
|
|
7859
7859
|
e.getAllLayoutData()
|
|
7860
7860
|
).colors;
|
|
@@ -7936,39 +7936,39 @@ class gs {
|
|
|
7936
7936
|
return new $(c);
|
|
7937
7937
|
}
|
|
7938
7938
|
async changeColors(t, e, a, n, i) {
|
|
7939
|
-
var h,
|
|
7939
|
+
var h, g;
|
|
7940
7940
|
if (e.length === 0)
|
|
7941
7941
|
return;
|
|
7942
|
-
const s =
|
|
7942
|
+
const s = U(
|
|
7943
7943
|
e[0].id,
|
|
7944
|
-
n().map((
|
|
7944
|
+
n().map((m) => m.layoutState)
|
|
7945
7945
|
), o = { ...s.colors }, l = {};
|
|
7946
|
-
Object.entries(o).forEach(([
|
|
7946
|
+
Object.entries(o).forEach(([m, p]) => {
|
|
7947
7947
|
const f = { browserValue: p.browserValue, pmsValue: p.pmsValue }, C = p.spotColor;
|
|
7948
|
-
C && (f.spotColor = { profileName: C.profileName, namedColor: C.namedColor }), l[
|
|
7948
|
+
C && (f.spotColor = { profileName: C.profileName, namedColor: C.namedColor }), l[m] = f;
|
|
7949
7949
|
});
|
|
7950
|
-
for (const [
|
|
7950
|
+
for (const [m, p] of i.entries()) {
|
|
7951
7951
|
const f = typeof p == "string" ? p : p.browserValue, C = typeof p == "string" ? void 0 : p.pmsValue;
|
|
7952
|
-
o[
|
|
7952
|
+
o[m] = { browserValue: f, spotColor: (h = o[m]) == null ? void 0 : h.spotColor, pmsValue: C }, l[m] = { browserValue: f };
|
|
7953
7953
|
}
|
|
7954
|
-
let c = Array.from(Object.values(o)).map((
|
|
7954
|
+
let c = Array.from(Object.values(o)).map((m) => m.browserValue);
|
|
7955
7955
|
const d = t.data.colorOption;
|
|
7956
|
-
d && ((
|
|
7956
|
+
d && ((g = d.variants) == null || g.forEach((m) => {
|
|
7957
7957
|
c = c.map((p) => {
|
|
7958
7958
|
var f;
|
|
7959
|
-
return p.toLowerCase() === ((f =
|
|
7959
|
+
return p.toLowerCase() === ((f = m.color) == null ? void 0 : f.toLowerCase()) ? m.name : p;
|
|
7960
7960
|
});
|
|
7961
7961
|
})), a.updateMetadata(t.stepName, { colors: c });
|
|
7962
7962
|
const A = /* @__PURE__ */ new Map();
|
|
7963
|
-
if (Object.entries(o).forEach(([
|
|
7964
|
-
A.set(
|
|
7963
|
+
if (Object.entries(o).forEach(([m, p]) => {
|
|
7964
|
+
A.set(m, p);
|
|
7965
7965
|
}), !s.svg)
|
|
7966
7966
|
throw new Error("Colors changed before SVG loaded. This should never happen!");
|
|
7967
7967
|
const u = await this.changeColorsCommand(
|
|
7968
7968
|
s.svg,
|
|
7969
7969
|
s.width,
|
|
7970
7970
|
s.height,
|
|
7971
|
-
e.map((
|
|
7971
|
+
e.map((m) => m.id),
|
|
7972
7972
|
A
|
|
7973
7973
|
);
|
|
7974
7974
|
a.updateStorage(t.stepName, {
|
|
@@ -7991,7 +7991,7 @@ class gs {
|
|
|
7991
7991
|
throw new vt(e);
|
|
7992
7992
|
const l = o.fileLink;
|
|
7993
7993
|
if (!l)
|
|
7994
|
-
throw new
|
|
7994
|
+
throw new Ht(o);
|
|
7995
7995
|
const c = await lt(await this.getIllustrationBody(l)), d = await Kt(c.svg), A = (C) => {
|
|
7996
7996
|
const w = i.getLayouts().find((y) => y.panelId === C.panelId);
|
|
7997
7997
|
if (!w)
|
|
@@ -8006,16 +8006,16 @@ class gs {
|
|
|
8006
8006
|
svg: c
|
|
8007
8007
|
})
|
|
8008
8008
|
};
|
|
8009
|
-
}, u = t.data.regions.map(A),
|
|
8010
|
-
let
|
|
8009
|
+
}, u = t.data.regions.map(A), g = [...u.map((C) => C.command), ...s];
|
|
8010
|
+
let m = Array.from(Object.values(c.colors)).map((C) => C.browserValue);
|
|
8011
8011
|
const p = t.data.colorOption;
|
|
8012
8012
|
return p && ((f = p.variants) == null || f.forEach((C) => {
|
|
8013
|
-
|
|
8013
|
+
m = m.map((w) => {
|
|
8014
8014
|
var S;
|
|
8015
8015
|
return w.toLowerCase() === ((S = C.color) == null ? void 0 : S.toLowerCase()) ? C.name : w;
|
|
8016
8016
|
});
|
|
8017
|
-
})), i.updateMetadata(t.stepName, { colors:
|
|
8018
|
-
command: new $(
|
|
8017
|
+
})), i.updateMetadata(t.stepName, { colors: m }), {
|
|
8018
|
+
command: new $(g),
|
|
8019
8019
|
followup: async () => {
|
|
8020
8020
|
var w, S;
|
|
8021
8021
|
await i.setSelectionsAndElements(
|
|
@@ -8065,7 +8065,7 @@ class gs {
|
|
|
8065
8065
|
};
|
|
8066
8066
|
}
|
|
8067
8067
|
}
|
|
8068
|
-
const
|
|
8068
|
+
const me = new ms();
|
|
8069
8069
|
class ps {
|
|
8070
8070
|
async init(t, e, a) {
|
|
8071
8071
|
const n = t.option;
|
|
@@ -8094,20 +8094,20 @@ class ps {
|
|
|
8094
8094
|
if (d) {
|
|
8095
8095
|
const A = (c = l.variants) == null ? void 0 : c.find((u) => u.id === d);
|
|
8096
8096
|
if (A) {
|
|
8097
|
-
const u = A.material, h = o.map((
|
|
8097
|
+
const u = A.material, h = o.map((g) => ({ id: g.id, region: g.stepRegion }));
|
|
8098
8098
|
await e.setSelectionsAndElements(
|
|
8099
8099
|
t.stepName,
|
|
8100
8100
|
[A],
|
|
8101
8101
|
h,
|
|
8102
8102
|
async () => {
|
|
8103
|
-
const
|
|
8104
|
-
if (
|
|
8105
|
-
const
|
|
8103
|
+
const g = e.getModelContainer();
|
|
8104
|
+
if (g) {
|
|
8105
|
+
const m = t.data.targetMaterials.map((p) => g.applyMaterialVariant(
|
|
8106
8106
|
p,
|
|
8107
8107
|
l.id || "",
|
|
8108
8108
|
u || {}
|
|
8109
8109
|
));
|
|
8110
|
-
Promise.all(
|
|
8110
|
+
Promise.all(m).then(
|
|
8111
8111
|
() => e.setMandatoryFulfilled(t.stepName, !0)
|
|
8112
8112
|
);
|
|
8113
8113
|
}
|
|
@@ -8143,7 +8143,7 @@ class ps {
|
|
|
8143
8143
|
};
|
|
8144
8144
|
}
|
|
8145
8145
|
}
|
|
8146
|
-
const
|
|
8146
|
+
const Gn = new ps();
|
|
8147
8147
|
class fs {
|
|
8148
8148
|
async init(t, e, a) {
|
|
8149
8149
|
const n = t.option;
|
|
@@ -8176,16 +8176,16 @@ class fs {
|
|
|
8176
8176
|
[A],
|
|
8177
8177
|
u,
|
|
8178
8178
|
async () => {
|
|
8179
|
-
var
|
|
8179
|
+
var g;
|
|
8180
8180
|
const h = e.getModelContainer();
|
|
8181
8181
|
if (h && t.option) {
|
|
8182
|
-
const
|
|
8183
|
-
if (!
|
|
8182
|
+
const m = (g = A.asset) == null ? void 0 : g.fileLink;
|
|
8183
|
+
if (!m)
|
|
8184
8184
|
throw new vt(A);
|
|
8185
8185
|
await h.applyModelVariant(
|
|
8186
8186
|
t.stepName || "",
|
|
8187
8187
|
{
|
|
8188
|
-
model:
|
|
8188
|
+
model: m,
|
|
8189
8189
|
contextService: e.getLayoutPreviewService()
|
|
8190
8190
|
},
|
|
8191
8191
|
t.data.replaceProductModel || !1
|
|
@@ -8229,7 +8229,7 @@ class fs {
|
|
|
8229
8229
|
};
|
|
8230
8230
|
}
|
|
8231
8231
|
}
|
|
8232
|
-
const
|
|
8232
|
+
const zn = new fs();
|
|
8233
8233
|
class Cs {
|
|
8234
8234
|
async init(t, e, a) {
|
|
8235
8235
|
if (a)
|
|
@@ -8265,17 +8265,17 @@ class Cs {
|
|
|
8265
8265
|
return console.error("Missing configuration."), null;
|
|
8266
8266
|
a.updateStorage(t.stepName, { text: e }), a.updateMetadata(t.stepName, { text: e });
|
|
8267
8267
|
const c = (A, u, h) => {
|
|
8268
|
-
const
|
|
8268
|
+
const g = h || Q(), p = a.getLayouts().find((C) => C.panelId === u.panelId);
|
|
8269
8269
|
if (!p)
|
|
8270
8270
|
return console.error(`Can not find layout for region: ${u.panelId}`), null;
|
|
8271
8271
|
const f = [];
|
|
8272
|
-
return h && f.push(new Bt(
|
|
8272
|
+
return h && f.push(new Bt(g)), f.push(
|
|
8273
8273
|
new W(
|
|
8274
8274
|
{
|
|
8275
8275
|
stepRegion: u,
|
|
8276
8276
|
stepName: t.stepName,
|
|
8277
8277
|
colors: {},
|
|
8278
|
-
id:
|
|
8278
|
+
id: g,
|
|
8279
8279
|
svg: A,
|
|
8280
8280
|
type: M.Illustration,
|
|
8281
8281
|
y: u.top,
|
|
@@ -8290,7 +8290,7 @@ class Cs {
|
|
|
8290
8290
|
p
|
|
8291
8291
|
)
|
|
8292
8292
|
), {
|
|
8293
|
-
id:
|
|
8293
|
+
id: g,
|
|
8294
8294
|
region: u,
|
|
8295
8295
|
command: new $(f)
|
|
8296
8296
|
};
|
|
@@ -8299,8 +8299,8 @@ class Cs {
|
|
|
8299
8299
|
const u = i.map((h) => {
|
|
8300
8300
|
if (!h.region)
|
|
8301
8301
|
return null;
|
|
8302
|
-
const
|
|
8303
|
-
return c(
|
|
8302
|
+
const g = s.svgPrint(e, h.region);
|
|
8303
|
+
return c(g, h.region, h.id);
|
|
8304
8304
|
}).filter((h) => !!h).filter((h) => !!h).map((h) => h && h.command);
|
|
8305
8305
|
return {
|
|
8306
8306
|
command: new $(u),
|
|
@@ -8314,7 +8314,7 @@ class Cs {
|
|
|
8314
8314
|
return {
|
|
8315
8315
|
command: new $(u),
|
|
8316
8316
|
followup: async () => {
|
|
8317
|
-
const h = A.filter((
|
|
8317
|
+
const h = A.filter((g) => g).map((g) => g && { id: g.id, region: g.region });
|
|
8318
8318
|
await a.setSelectionsAndElements(
|
|
8319
8319
|
t.stepName,
|
|
8320
8320
|
[],
|
|
@@ -8392,17 +8392,17 @@ class ws {
|
|
|
8392
8392
|
return console.error("No URL for picture!"), null;
|
|
8393
8393
|
n(!0), t.mandatory && a.setMandatoryFulfilled(t.stepName, !1);
|
|
8394
8394
|
const l = a.getRegionElements(t.stepName).map((A) => new Bt(A.id)), c = (A) => {
|
|
8395
|
-
const h = a.getLayouts().find((
|
|
8395
|
+
const h = a.getLayouts().find((m) => m.panelId === A.panelId);
|
|
8396
8396
|
if (!h)
|
|
8397
8397
|
throw new J(A);
|
|
8398
|
-
const
|
|
8398
|
+
const g = Q();
|
|
8399
8399
|
return {
|
|
8400
|
-
regionElement: { id:
|
|
8400
|
+
regionElement: { id: g, region: A },
|
|
8401
8401
|
command: new W(
|
|
8402
8402
|
{
|
|
8403
8403
|
stepName: t.stepName,
|
|
8404
8404
|
stepRegion: A,
|
|
8405
|
-
id:
|
|
8405
|
+
id: g,
|
|
8406
8406
|
src: s,
|
|
8407
8407
|
type: M.Image,
|
|
8408
8408
|
y: A.top,
|
|
@@ -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;
|
|
@@ -8469,31 +8472,31 @@ class ys {
|
|
|
8469
8472
|
}
|
|
8470
8473
|
}
|
|
8471
8474
|
async selectVariant(t, e, a) {
|
|
8472
|
-
await a.getInitializationPromise();
|
|
8475
|
+
console.log("LOG: q select variant"), await a.getInitializationPromise();
|
|
8473
8476
|
const n = await this.selectVariantLambda(t, e, a);
|
|
8474
|
-
n && (n.command && a.getCommandDispatcher()(n.command), n.followup && await n.followup());
|
|
8477
|
+
n && (console.log("LOG: q select variant result"), n.command && a.getCommandDispatcher()(n.command), n.followup && await n.followup());
|
|
8475
8478
|
}
|
|
8476
8479
|
async selectVariantLambda(t, e, a) {
|
|
8477
8480
|
const n = t.option;
|
|
8478
8481
|
if (!n)
|
|
8479
|
-
return null;
|
|
8482
|
+
return console.log("LOG: q select variant no option"), null;
|
|
8480
8483
|
const i = n.variants;
|
|
8481
8484
|
if (!i)
|
|
8482
|
-
return null;
|
|
8485
|
+
return console.log("LOG: q select variant no variants"), null;
|
|
8483
8486
|
const s = i.length > 1 ? i.find((o) => o.id === e) : i[0];
|
|
8484
8487
|
if (!s)
|
|
8485
|
-
throw new Error(`Failed to find selected variant ${e} in option ${n.id} of step ${t.stepName} (${t.stepTitle})`);
|
|
8488
|
+
throw console.log("LOG: q select variant no variant"), new Error(`Failed to find selected variant ${e} in option ${n.id} of step ${t.stepName} (${t.stepTitle})`);
|
|
8486
8489
|
return {
|
|
8487
8490
|
command: void 0,
|
|
8488
8491
|
followup: async () => {
|
|
8489
|
-
await a.setSelectionsAndElements(t.stepName, [s], [], async () => {
|
|
8492
|
+
console.log("LOG: q select variant follow up"), await a.setSelectionsAndElements(t.stepName, [s], [], async () => {
|
|
8490
8493
|
a.setMandatoryFulfilled(t.stepName, !0);
|
|
8491
8494
|
});
|
|
8492
8495
|
}
|
|
8493
8496
|
};
|
|
8494
8497
|
}
|
|
8495
8498
|
}
|
|
8496
|
-
const
|
|
8499
|
+
const qn = new ys();
|
|
8497
8500
|
class Ss {
|
|
8498
8501
|
constructor() {
|
|
8499
8502
|
this.shapeFillId = "spiff-fill-shape";
|
|
@@ -8582,10 +8585,10 @@ class Ss {
|
|
|
8582
8585
|
if (a.length > 0) {
|
|
8583
8586
|
const c = (A) => {
|
|
8584
8587
|
const u = A.region;
|
|
8585
|
-
if (!i.find((
|
|
8588
|
+
if (!i.find((m) => m.panelId === (u == null ? void 0 : u.panelId)))
|
|
8586
8589
|
throw new J(u);
|
|
8587
|
-
const
|
|
8588
|
-
return new oa(A.id, this.shapeFillId,
|
|
8590
|
+
const g = o();
|
|
8591
|
+
return new oa(A.id, this.shapeFillId, g);
|
|
8589
8592
|
}, d = a.map(c).filter((A) => !!A);
|
|
8590
8593
|
return {
|
|
8591
8594
|
command: new $(d),
|
|
@@ -8599,10 +8602,10 @@ class Ss {
|
|
|
8599
8602
|
};
|
|
8600
8603
|
} else {
|
|
8601
8604
|
const c = (h) => {
|
|
8602
|
-
const
|
|
8603
|
-
if (!
|
|
8605
|
+
const g = i.find((w) => w.panelId === h.panelId);
|
|
8606
|
+
if (!g)
|
|
8604
8607
|
throw new J(h);
|
|
8605
|
-
const
|
|
8608
|
+
const m = o(), p = `
|
|
8606
8609
|
<svg
|
|
8607
8610
|
xmlns="http://www.w3.org/2000/svg"
|
|
8608
8611
|
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
@@ -8619,11 +8622,11 @@ class Ss {
|
|
|
8619
8622
|
width="1"
|
|
8620
8623
|
height="1"
|
|
8621
8624
|
class="${this.shapeFillId}"
|
|
8622
|
-
fill="${
|
|
8625
|
+
fill="${m}"
|
|
8623
8626
|
/>
|
|
8624
8627
|
</svg>
|
|
8625
8628
|
`, f = {};
|
|
8626
|
-
f[this.shapeFillId] = { browserValue:
|
|
8629
|
+
f[this.shapeFillId] = { browserValue: m };
|
|
8627
8630
|
const C = Q();
|
|
8628
8631
|
return {
|
|
8629
8632
|
id: C,
|
|
@@ -8646,7 +8649,7 @@ class Ss {
|
|
|
8646
8649
|
immutable: h.immutable,
|
|
8647
8650
|
excludeFromExport: t.data.excludeFromPrint
|
|
8648
8651
|
},
|
|
8649
|
-
|
|
8652
|
+
g
|
|
8650
8653
|
)
|
|
8651
8654
|
};
|
|
8652
8655
|
}, d = t.data.regions.map(c), A = d.filter((h) => !!h).map((h) => h == null ? void 0 : h.command), u = d.filter((h) => !!h).map((h) => ({ id: h.id, region: h.region }));
|
|
@@ -8666,7 +8669,7 @@ class Ss {
|
|
|
8666
8669
|
}
|
|
8667
8670
|
}
|
|
8668
8671
|
}
|
|
8669
|
-
const
|
|
8672
|
+
const Gt = new Ss();
|
|
8670
8673
|
class vs {
|
|
8671
8674
|
constructor() {
|
|
8672
8675
|
this.latestToast = null, this.toastType = null, this.toastCallbacks = [];
|
|
@@ -8692,7 +8695,7 @@ class vs {
|
|
|
8692
8695
|
);
|
|
8693
8696
|
}
|
|
8694
8697
|
}
|
|
8695
|
-
const Es = new vs(),
|
|
8698
|
+
const Es = new vs(), qe = (r, t, e, a, n) => {
|
|
8696
8699
|
if (t.some((d) => d == null))
|
|
8697
8700
|
throw new Error(`Failed to autosize lines: ${t.join(", ")}`);
|
|
8698
8701
|
let i = t.map((d) => d.split(`
|
|
@@ -8706,17 +8709,17 @@ const Es = new vs(), He = (r, t, e, a, n) => {
|
|
|
8706
8709
|
if (A <= r.width)
|
|
8707
8710
|
return [i, A];
|
|
8708
8711
|
const u = o.reduce((p, f, C, w) => f > w[p] ? C : p, 0), h = i[u];
|
|
8709
|
-
let
|
|
8710
|
-
for (; !
|
|
8711
|
-
|
|
8712
|
-
const p = [h.slice(0,
|
|
8712
|
+
let g = !1, m = h.length;
|
|
8713
|
+
for (; !g && m > -1; ) {
|
|
8714
|
+
m = h.lastIndexOf(" ", m - 1);
|
|
8715
|
+
const p = [h.slice(0, m), h.slice(m + 1)], f = p.map((w) => ht(w, a, n));
|
|
8713
8716
|
f[0] <= r.width && (i = [...i.slice(0, u), ...p, ...i.slice(u + 1)], o = [
|
|
8714
8717
|
...o.slice(0, u),
|
|
8715
8718
|
...f,
|
|
8716
8719
|
...o.slice(u + 1)
|
|
8717
|
-
], s += 1,
|
|
8720
|
+
], s += 1, g = !0);
|
|
8718
8721
|
}
|
|
8719
|
-
|
|
8722
|
+
g || (c = !1);
|
|
8720
8723
|
}
|
|
8721
8724
|
return [null, null];
|
|
8722
8725
|
}, pe = (r, t, e, a, n) => {
|
|
@@ -8724,19 +8727,19 @@ const Es = new vs(), He = (r, t, e, a, n) => {
|
|
|
8724
8727
|
const o = Et(t.assetUrl), l = o.getFont();
|
|
8725
8728
|
if (n.size) {
|
|
8726
8729
|
const u = r / l.unitsPerEm;
|
|
8727
|
-
return [i, s] =
|
|
8730
|
+
return [i, s] = qe(e, a, r, u, o), [n.size, i, s];
|
|
8728
8731
|
}
|
|
8729
8732
|
const c = 6;
|
|
8730
8733
|
let d = c - Ve;
|
|
8731
8734
|
if (a.length > 0) {
|
|
8732
8735
|
let u = a, h = 0;
|
|
8733
8736
|
for (; (!n.maxSize || d <= n.maxSize) && u; )
|
|
8734
|
-
d += Ve, h = d / l.unitsPerEm, [u, s] =
|
|
8737
|
+
d += Ve, h = d / l.unitsPerEm, [u, s] = qe(e, a, d, h, o);
|
|
8735
8738
|
}
|
|
8736
8739
|
d > c && (d -= Ve), n.minSize && d < n.minSize && (d = n.minSize);
|
|
8737
8740
|
const A = d / l.unitsPerEm;
|
|
8738
|
-
return [i, s] =
|
|
8739
|
-
},
|
|
8741
|
+
return [i, s] = qe(e, a, d, A, o), [d, i, s];
|
|
8742
|
+
}, He = 30;
|
|
8740
8743
|
class Ie extends Error {
|
|
8741
8744
|
constructor(t) {
|
|
8742
8745
|
super(t), Object.setPrototypeOf(this, new.target.prototype), this.name = Ie.name;
|
|
@@ -8783,51 +8786,53 @@ class bs {
|
|
|
8783
8786
|
}
|
|
8784
8787
|
async init(t, e, a) {
|
|
8785
8788
|
var i, s, o, l;
|
|
8789
|
+
console.log("LOG: t init");
|
|
8786
8790
|
const n = t.option;
|
|
8787
8791
|
if (!n)
|
|
8788
|
-
return null;
|
|
8792
|
+
return console.log("LOG: t no option"), null;
|
|
8789
8793
|
if (a)
|
|
8790
|
-
await this.reload(t, e, a);
|
|
8794
|
+
console.log("LOG: t reload"), await this.reload(t, e, a);
|
|
8791
8795
|
else {
|
|
8796
|
+
console.log("LOG: t no reload");
|
|
8792
8797
|
const c = this.getDefaultImageFillVariant(t.data), d = (i = c == null ? void 0 : c.asset) == null ? void 0 : i.fileLink, A = d ? await sa(d) : void 0, u = A ? {
|
|
8793
8798
|
src: A.src,
|
|
8794
8799
|
height: A.height,
|
|
8795
8800
|
width: A.width,
|
|
8796
8801
|
scale: t.data.imageFillScale || 1
|
|
8797
|
-
} : void 0, h = this.getDefaultStrokeColorVariant(t.data),
|
|
8802
|
+
} : void 0, h = this.getDefaultStrokeColorVariant(t.data), g = t.data.strokeEnabled && (h != null && h.color) ? {
|
|
8798
8803
|
browserValue: h.color,
|
|
8799
8804
|
pmsValue: h.name
|
|
8800
8805
|
} : void 0;
|
|
8801
|
-
let
|
|
8806
|
+
let m = t.data.defaultText || "";
|
|
8802
8807
|
const p = e.getWorkflowExperience().getBundle();
|
|
8803
8808
|
if (p && t.globalPropertyAspectConfigurations) {
|
|
8804
8809
|
const C = (s = p.getGlobalPropertyConfiguration()) == null ? void 0 : s.aspects, w = C == null ? void 0 : C.find((S) => {
|
|
8805
8810
|
var y;
|
|
8806
|
-
return S.type ===
|
|
8811
|
+
return S.type === G.Text && ((y = t.globalPropertyAspectConfigurations) == null ? void 0 : y.map((E) => E.aspectName).includes(S.name));
|
|
8807
8812
|
});
|
|
8808
8813
|
if (w) {
|
|
8809
8814
|
const y = p.getGlobalPropertyStateManager().getAspect(w.name);
|
|
8810
|
-
y && (
|
|
8815
|
+
y && (m = y);
|
|
8811
8816
|
}
|
|
8812
8817
|
}
|
|
8813
8818
|
e.updateStorage(t.stepName, {
|
|
8814
|
-
text:
|
|
8819
|
+
text: m,
|
|
8815
8820
|
inputText: t.data.defaultText || "",
|
|
8816
8821
|
color: ((o = this.getDefaultColorVariant(t.data)) == null ? void 0 : o.color) || this.getDefaultColor(t.data),
|
|
8817
8822
|
fillImage: u,
|
|
8818
|
-
strokeColor:
|
|
8823
|
+
strokeColor: g
|
|
8819
8824
|
}), e.updateMetadata(t.stepName, {
|
|
8820
|
-
text:
|
|
8825
|
+
text: m,
|
|
8821
8826
|
color: ((l = this.getDefaultColorVariant(t.data)) == null ? void 0 : l.name) || this.getDefaultColor(t.data),
|
|
8822
8827
|
fillImage: c == null ? void 0 : c.name,
|
|
8823
8828
|
strokeColor: t.data.strokeEnabled ? h == null ? void 0 : h.color : void 0
|
|
8824
8829
|
});
|
|
8825
8830
|
const f = Y.getDefaultVariant(n);
|
|
8826
8831
|
if (f)
|
|
8827
|
-
return this.selectVariantCommand(
|
|
8832
|
+
return console.log("LOG: t variant"), this.selectVariantCommand(
|
|
8828
8833
|
t,
|
|
8829
8834
|
f,
|
|
8830
|
-
{ text:
|
|
8835
|
+
{ text: m },
|
|
8831
8836
|
[],
|
|
8832
8837
|
e,
|
|
8833
8838
|
() => {
|
|
@@ -8835,13 +8840,13 @@ class bs {
|
|
|
8835
8840
|
() => {
|
|
8836
8841
|
},
|
|
8837
8842
|
u,
|
|
8838
|
-
|
|
8843
|
+
g
|
|
8839
8844
|
);
|
|
8840
8845
|
}
|
|
8841
|
-
return null;
|
|
8846
|
+
return console.log("LOG: t end"), null;
|
|
8842
8847
|
}
|
|
8843
8848
|
findLayoutElements(t, e) {
|
|
8844
|
-
return t.getRegionElements(e.stepName).map((i) =>
|
|
8849
|
+
return t.getRegionElements(e.stepName).map((i) => U(i.id, t.getAllLayoutData()));
|
|
8845
8850
|
}
|
|
8846
8851
|
/**
|
|
8847
8852
|
* Get the colors that can be used for a given text step.
|
|
@@ -8989,7 +8994,7 @@ class bs {
|
|
|
8989
8994
|
const l = [], c = /* @__PURE__ */ new Map(), d = /* @__PURE__ */ new Map();
|
|
8990
8995
|
for (const A of e) {
|
|
8991
8996
|
if (!A.fontData)
|
|
8992
|
-
throw new
|
|
8997
|
+
throw new z("Failed to resolve font data for text.");
|
|
8993
8998
|
const [u, h] = pe(
|
|
8994
8999
|
A.fontSize,
|
|
8995
9000
|
A.fontData,
|
|
@@ -8998,9 +9003,9 @@ class bs {
|
|
|
8998
9003
|
{ size: a.data.size, minSize: a.data.minSize, maxSize: a.data.maxSize }
|
|
8999
9004
|
);
|
|
9000
9005
|
c.set(A.id, u), d.set(A.id, h);
|
|
9001
|
-
const
|
|
9006
|
+
const g = a.data.curved ? s : (h || []).join(`
|
|
9002
9007
|
`);
|
|
9003
|
-
l.push(this.generateTextChangeCommandsForRegion(u, a.data, A.id,
|
|
9008
|
+
l.push(this.generateTextChangeCommandsForRegion(u, a.data, A.id, g));
|
|
9004
9009
|
}
|
|
9005
9010
|
return !a.data.curved && e.length > 0 && !Array.from(d.values()).every((u) => u) ? (o.errorData || (o.errorData = {}), o.errorData.doesNotFit = !0, o) : (n.updateStorage(a.stepName, { text: t }), n.updateMetadata(a.stepName, {
|
|
9006
9011
|
text: s
|
|
@@ -9035,19 +9040,21 @@ class bs {
|
|
|
9035
9040
|
const n = e.getSerializedStep(
|
|
9036
9041
|
t.stepName,
|
|
9037
9042
|
a.serializableWorkflow.steps
|
|
9038
|
-
), o = Object.values(a.layouts).map((
|
|
9043
|
+
), o = Object.values(a.layouts).map((g) => g.elements).flat().filter((g) => g.stepName === t.stepName), l = t.option;
|
|
9039
9044
|
if (n != null && n.selectedVariants) {
|
|
9040
|
-
|
|
9041
|
-
|
|
9042
|
-
|
|
9043
|
-
|
|
9044
|
-
|
|
9045
|
+
console.log("LOG: text reload selections");
|
|
9046
|
+
const g = n.selectedVariants[0].id;
|
|
9047
|
+
if (l && g) {
|
|
9048
|
+
const m = (c = l.variants) == null ? void 0 : c.find((p) => p.id === g);
|
|
9049
|
+
if (m) {
|
|
9050
|
+
console.log("LOG: text reload selections variant");
|
|
9051
|
+
const p = await this.fontDataFromVariant(m), f = o.map((y) => ({ id: y.id, region: y.stepRegion })), C = (d = n.storage) == null ? void 0 : d.color;
|
|
9045
9052
|
let w = (A = n.storage) == null ? void 0 : A.text;
|
|
9046
9053
|
const S = e.getWorkflowExperience().getBundle();
|
|
9047
9054
|
if (S && t.globalPropertyAspectConfigurations) {
|
|
9048
9055
|
const y = (u = S.getGlobalPropertyConfiguration()) == null ? void 0 : u.aspects, E = y == null ? void 0 : y.find((B) => {
|
|
9049
9056
|
var I;
|
|
9050
|
-
return B.type ===
|
|
9057
|
+
return B.type === G.Text && ((I = t.globalPropertyAspectConfigurations) == null ? void 0 : I.map((D) => D.aspectName).includes(B.name));
|
|
9051
9058
|
});
|
|
9052
9059
|
if (E) {
|
|
9053
9060
|
const I = S.getGlobalPropertyStateManager().getAspect(E.name);
|
|
@@ -9056,7 +9063,7 @@ class bs {
|
|
|
9056
9063
|
}
|
|
9057
9064
|
if (await e.setSelectionsAndElements(
|
|
9058
9065
|
t.stepName,
|
|
9059
|
-
[
|
|
9066
|
+
[m],
|
|
9060
9067
|
f,
|
|
9061
9068
|
async () => {
|
|
9062
9069
|
e.updateMetadata(t.stepName, { color: C, text: w }), e.updateStorage(t.stepName, { text: w, inputText: w });
|
|
@@ -9064,8 +9071,10 @@ class bs {
|
|
|
9064
9071
|
e.getCommandDispatcher()(E);
|
|
9065
9072
|
}
|
|
9066
9073
|
), o.length === 0 && l) {
|
|
9074
|
+
console.log("LOG: text reload cond");
|
|
9067
9075
|
const y = Y.getDefaultVariant(l);
|
|
9068
9076
|
if (y) {
|
|
9077
|
+
console.log("LOG: text reload cond default");
|
|
9069
9078
|
const E = await this.selectVariantCommand(
|
|
9070
9079
|
t,
|
|
9071
9080
|
y,
|
|
@@ -9080,6 +9089,7 @@ class bs {
|
|
|
9080
9089
|
e.getCommandDispatcher()(E.command);
|
|
9081
9090
|
}
|
|
9082
9091
|
} else {
|
|
9092
|
+
console.log("LOG: text reload noncond");
|
|
9083
9093
|
const { command: y } = j.updateInputText(
|
|
9084
9094
|
w || "",
|
|
9085
9095
|
o,
|
|
@@ -9091,16 +9101,19 @@ class bs {
|
|
|
9091
9101
|
}
|
|
9092
9102
|
}
|
|
9093
9103
|
} else {
|
|
9094
|
-
|
|
9095
|
-
|
|
9096
|
-
|
|
9104
|
+
console.log("LOG: text reload else");
|
|
9105
|
+
const g = e.getWorkflowExperience().getBundle();
|
|
9106
|
+
if (g && t.globalPropertyAspectConfigurations) {
|
|
9107
|
+
const m = (h = g.getGlobalPropertyConfiguration()) == null ? void 0 : h.aspects, p = m == null ? void 0 : m.find((f) => {
|
|
9097
9108
|
var C;
|
|
9098
|
-
return f.type ===
|
|
9109
|
+
return f.type === G.Text && ((C = t.globalPropertyAspectConfigurations) == null ? void 0 : C.map((w) => w.aspectName).includes(f.name));
|
|
9099
9110
|
});
|
|
9100
9111
|
if (p) {
|
|
9101
|
-
|
|
9112
|
+
console.log("LOG: text reload else aspect");
|
|
9113
|
+
const C = g.getGlobalPropertyStateManager().getAspect(p.name);
|
|
9102
9114
|
if (C)
|
|
9103
9115
|
if (o.length === 0 && l) {
|
|
9116
|
+
console.log("LOG: text reload else aspect text a");
|
|
9104
9117
|
const w = Y.getDefaultVariant(l);
|
|
9105
9118
|
if (w) {
|
|
9106
9119
|
const S = await this.selectVariantCommand(
|
|
@@ -9117,6 +9130,7 @@ class bs {
|
|
|
9117
9130
|
e.getCommandDispatcher()(S.command);
|
|
9118
9131
|
}
|
|
9119
9132
|
} else {
|
|
9133
|
+
console.log("LOG: text reload else aspect text b");
|
|
9120
9134
|
const { command: w } = j.updateInputText(
|
|
9121
9135
|
C,
|
|
9122
9136
|
o,
|
|
@@ -9157,7 +9171,7 @@ class bs {
|
|
|
9157
9171
|
throw new vt(t);
|
|
9158
9172
|
const a = e.fileLink;
|
|
9159
9173
|
if (!a)
|
|
9160
|
-
throw new
|
|
9174
|
+
throw new Ht(e);
|
|
9161
9175
|
const n = await Nt(a);
|
|
9162
9176
|
return {
|
|
9163
9177
|
assetUrl: a,
|
|
@@ -9179,9 +9193,9 @@ class bs {
|
|
|
9179
9193
|
);
|
|
9180
9194
|
h.push(...p);
|
|
9181
9195
|
}
|
|
9182
|
-
const
|
|
9196
|
+
const g = await this.changeInputTextWithRegion(
|
|
9183
9197
|
t,
|
|
9184
|
-
t.data.size ||
|
|
9198
|
+
t.data.size || He,
|
|
9185
9199
|
A,
|
|
9186
9200
|
a.text || "",
|
|
9187
9201
|
a,
|
|
@@ -9190,7 +9204,7 @@ class bs {
|
|
|
9190
9204
|
s,
|
|
9191
9205
|
o
|
|
9192
9206
|
);
|
|
9193
|
-
return
|
|
9207
|
+
return g && h.push(g), {
|
|
9194
9208
|
command: new $(h),
|
|
9195
9209
|
followup: async () => {
|
|
9196
9210
|
i.markUpdateCompleted(d), await i.setSelectionsAndElements(t.stepName, [e], n);
|
|
@@ -9204,9 +9218,9 @@ class bs {
|
|
|
9204
9218
|
A,
|
|
9205
9219
|
a,
|
|
9206
9220
|
i
|
|
9207
|
-
),
|
|
9221
|
+
), g = await this.changeInputTextWithRegion(
|
|
9208
9222
|
t,
|
|
9209
|
-
t.data.size ||
|
|
9223
|
+
t.data.size || He,
|
|
9210
9224
|
A,
|
|
9211
9225
|
((u = h[0]) == null ? void 0 : u.newElement.input) || a.text || t.data.defaultText || "",
|
|
9212
9226
|
a,
|
|
@@ -9214,21 +9228,21 @@ class bs {
|
|
|
9214
9228
|
(a == null ? void 0 : a.customiseAllText) ?? !1,
|
|
9215
9229
|
s,
|
|
9216
9230
|
o
|
|
9217
|
-
),
|
|
9231
|
+
), m = h.flatMap((f) => f.commands);
|
|
9218
9232
|
if (l) {
|
|
9219
9233
|
const f = h.map(
|
|
9220
9234
|
(C) => new We(C.regionElement.id, l)
|
|
9221
9235
|
);
|
|
9222
|
-
|
|
9236
|
+
m.push(...f);
|
|
9223
9237
|
}
|
|
9224
9238
|
if (c) {
|
|
9225
9239
|
const f = n.map(
|
|
9226
9240
|
(C) => new je(C.id, c, t.data.strokeThickness)
|
|
9227
9241
|
);
|
|
9228
|
-
|
|
9242
|
+
m.push(...f);
|
|
9229
9243
|
}
|
|
9230
|
-
return
|
|
9231
|
-
command: new $(
|
|
9244
|
+
return g && m.push(g), {
|
|
9245
|
+
command: new $(m),
|
|
9232
9246
|
followup: async () => {
|
|
9233
9247
|
i.markUpdateCompleted(d);
|
|
9234
9248
|
}
|
|
@@ -9247,8 +9261,8 @@ class bs {
|
|
|
9247
9261
|
if (!a || !a.regions)
|
|
9248
9262
|
throw new Error("Step data not supplied");
|
|
9249
9263
|
const o = i.text || a.defaultText || "", l = this.getProcessedInput(o, a, !1), c = async (A) => {
|
|
9250
|
-
var
|
|
9251
|
-
const h = s.getLayouts().find((p) => p.panelId === A.panelId),
|
|
9264
|
+
var m;
|
|
9265
|
+
const h = s.getLayouts().find((p) => p.panelId === A.panelId), g = Q();
|
|
9252
9266
|
try {
|
|
9253
9267
|
if (!h)
|
|
9254
9268
|
throw new Pe("Failed to find layout for region: " + A.panelId);
|
|
@@ -9260,7 +9274,7 @@ class bs {
|
|
|
9260
9274
|
return nt.id === ((R = p.defaultVariant) == null ? void 0 : R.id);
|
|
9261
9275
|
}) || p.variants[0];
|
|
9262
9276
|
f = this.createTextFillSpotColor(p, T), s.updateStorage(t, {
|
|
9263
|
-
colorProfileAssetKey: (
|
|
9277
|
+
colorProfileAssetKey: (m = p.colorProfile) == null ? void 0 : m.key
|
|
9264
9278
|
});
|
|
9265
9279
|
}
|
|
9266
9280
|
const C = await this.getDefaultColor(a), w = C || "#000000", S = {
|
|
@@ -9268,9 +9282,9 @@ class bs {
|
|
|
9268
9282
|
stepName: t,
|
|
9269
9283
|
align: this.textAlign(a),
|
|
9270
9284
|
fill: i.color ? i.color : w,
|
|
9271
|
-
fontSize: a.size ||
|
|
9285
|
+
fontSize: a.size || He,
|
|
9272
9286
|
fontData: n,
|
|
9273
|
-
id:
|
|
9287
|
+
id: g,
|
|
9274
9288
|
layer: A.layer,
|
|
9275
9289
|
layerIndex: A.layerIndex,
|
|
9276
9290
|
rotation: A.rotation,
|
|
@@ -9289,7 +9303,7 @@ class bs {
|
|
|
9289
9303
|
fillSpotColorDefinition: f
|
|
9290
9304
|
}, y = [], E = /* @__PURE__ */ new Map(), B = /* @__PURE__ */ new Map();
|
|
9291
9305
|
if (!S.fontData)
|
|
9292
|
-
throw new
|
|
9306
|
+
throw new z("Failed to resolve font data for text.");
|
|
9293
9307
|
const [I, D] = pe(
|
|
9294
9308
|
S.fontSize,
|
|
9295
9309
|
S.fontData,
|
|
@@ -9312,7 +9326,7 @@ class bs {
|
|
|
9312
9326
|
);
|
|
9313
9327
|
const k = new W(S, h);
|
|
9314
9328
|
return {
|
|
9315
|
-
regionElement: { id:
|
|
9329
|
+
regionElement: { id: g, region: A },
|
|
9316
9330
|
commands: [k, ...y],
|
|
9317
9331
|
newElement: S,
|
|
9318
9332
|
fontData: n
|
|
@@ -9323,7 +9337,7 @@ class bs {
|
|
|
9323
9337
|
}, d = await Promise.all(a.regions.map(c)).catch((A) => {
|
|
9324
9338
|
throw A instanceof Ie ? (Es.setLatestToast("Failed to load font.", Re.Error), A) : A instanceof Pe ? A : new Error(A);
|
|
9325
9339
|
});
|
|
9326
|
-
return await s.setSelectionsAndElements(
|
|
9340
|
+
return console.log(`LOG: created ${d.length} new text elements`), await s.setSelectionsAndElements(
|
|
9327
9341
|
t,
|
|
9328
9342
|
[e],
|
|
9329
9343
|
d.map((A) => A.regionElement),
|
|
@@ -9348,7 +9362,7 @@ class bs {
|
|
|
9348
9362
|
* @deprecated
|
|
9349
9363
|
*/
|
|
9350
9364
|
async changeInputTextWithRegion(t, e, a, n, i, s, o, l, c, d) {
|
|
9351
|
-
const A = (n || "").replace(/^(?![\u000A\u000D])[\u0000-\u001F\u007F-\u009F]/g, ""), u = this.getProcessedInput(A, t.data, o), h = s.getRegionElements(t.stepName),
|
|
9365
|
+
const A = (n || "").replace(/^(?![\u000A\u000D])[\u0000-\u001F\u007F-\u009F]/g, ""), u = this.getProcessedInput(A, t.data, o), h = s.getRegionElements(t.stepName), g = /* @__PURE__ */ new Map(), m = /* @__PURE__ */ new Map();
|
|
9352
9366
|
for (const S of h)
|
|
9353
9367
|
if (S.region) {
|
|
9354
9368
|
const [y, E] = pe(
|
|
@@ -9358,7 +9372,7 @@ class bs {
|
|
|
9358
9372
|
[u],
|
|
9359
9373
|
{ size: t.data.size, minSize: t.data.minSize, maxSize: t.data.maxSize }
|
|
9360
9374
|
);
|
|
9361
|
-
|
|
9375
|
+
g.set(S.id, y), m.set(S.id, E);
|
|
9362
9376
|
}
|
|
9363
9377
|
const f = (() => {
|
|
9364
9378
|
if (t.data && t.data.maxLength && u.length > t.data.maxLength)
|
|
@@ -9371,7 +9385,7 @@ class bs {
|
|
|
9371
9385
|
return l(!0), { error: "Blocked profanity." };
|
|
9372
9386
|
}
|
|
9373
9387
|
return !t.data.vertical && !t.data.allowNewlines && (u.includes(`
|
|
9374
|
-
`) || u.includes("\r")) ? (l(!0), { error: "Cannot span multiple lines." }) : !t.data.curved && !Array.from(
|
|
9388
|
+
`) || u.includes("\r")) ? (l(!0), { error: "Cannot span multiple lines." }) : !t.data.curved && !Array.from(m.values()).every((B) => B) ? (l(!0), { error: "Does not fit." }) : (l(!1), { info: (t.data.maxLength - u.length).toString() });
|
|
9375
9389
|
})();
|
|
9376
9390
|
if (f.error) {
|
|
9377
9391
|
c(f.error);
|
|
@@ -9384,11 +9398,11 @@ class bs {
|
|
|
9384
9398
|
}), (i.defaultCleared || !t.data.deleteDefaultOnFocus) && A.trim() !== "" && s.setMandatoryFulfilled(t.stepName, !0);
|
|
9385
9399
|
const C = [];
|
|
9386
9400
|
for (const S of h) {
|
|
9387
|
-
const y = t.data.curved ? u : (
|
|
9401
|
+
const y = t.data.curved ? u : (m.get(S.id) || []).join(`
|
|
9388
9402
|
`);
|
|
9389
9403
|
C.push(
|
|
9390
9404
|
this.generateTextChangeCommandsForRegion(
|
|
9391
|
-
|
|
9405
|
+
g.get(S.id) || 1,
|
|
9392
9406
|
t.data,
|
|
9393
9407
|
S.id,
|
|
9394
9408
|
y
|
|
@@ -9433,7 +9447,7 @@ function Ms(r, t, e, a) {
|
|
|
9433
9447
|
const n = e / r, i = a / t;
|
|
9434
9448
|
return n > 1 && i > 1 ? Math.min(n, i) : n > 1 && i < 1 ? i : n < 1 && i > 1 ? n : Math.min(n, i);
|
|
9435
9449
|
}
|
|
9436
|
-
const
|
|
9450
|
+
const qa = {
|
|
9437
9451
|
m: ["x", "y"],
|
|
9438
9452
|
z: [],
|
|
9439
9453
|
l: ["x", "y"],
|
|
@@ -9463,7 +9477,7 @@ class Ts {
|
|
|
9463
9477
|
const n = (i) => {
|
|
9464
9478
|
const s = [], o = i.relative ? i.type : i.type.toUpperCase();
|
|
9465
9479
|
let l = e !== o;
|
|
9466
|
-
const c =
|
|
9480
|
+
const c = qa[i.type];
|
|
9467
9481
|
l && (s.push(o), e = o);
|
|
9468
9482
|
for (const d of c) {
|
|
9469
9483
|
const A = i[d];
|
|
@@ -9488,7 +9502,7 @@ class Ts {
|
|
|
9488
9502
|
const e = /([mzlhvcsqta])([^mzlhvcsqta]*)/gi, a = /-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/gi, n = [];
|
|
9489
9503
|
let i;
|
|
9490
9504
|
for (e.lastIndex = 0; i = e.exec(t); ) {
|
|
9491
|
-
const s = i[1].toLowerCase(), o = (i[2].match(a) || []).map(parseFloat), l = s === i[1], c =
|
|
9505
|
+
const s = i[1].toLowerCase(), o = (i[2].match(a) || []).map(parseFloat), l = s === i[1], c = qa[s];
|
|
9492
9506
|
if (o.length < c.length)
|
|
9493
9507
|
throw new xt(
|
|
9494
9508
|
`Path type "${s}" given ${o.length} arguments, expected ${c.length}.`
|
|
@@ -9554,7 +9568,7 @@ class Ns extends Is {
|
|
|
9554
9568
|
return this.svgElement(t, e);
|
|
9555
9569
|
}
|
|
9556
9570
|
svgElement(t, e) {
|
|
9557
|
-
const a =
|
|
9571
|
+
const a = Hi(Ps), i = t !== "" ? ((w) => w.charAt(0).toUpperCase() + w.substr(1).toLowerCase())(t) : "", s = a.getPath(i, 0, 72, 72), o = s.toSVG(2), l = s.getBoundingBox(), c = l.x2 - l.x1, d = s.toPathData(3), A = () => {
|
|
9558
9572
|
const w = et("g");
|
|
9559
9573
|
w.classList.add("module-text-group");
|
|
9560
9574
|
const S = et("defs");
|
|
@@ -9573,22 +9587,22 @@ class Ns extends Is {
|
|
|
9573
9587
|
u.classList.add("module-root");
|
|
9574
9588
|
const h = et("defs");
|
|
9575
9589
|
u.appendChild(h);
|
|
9576
|
-
const
|
|
9577
|
-
|
|
9578
|
-
const
|
|
9579
|
-
|
|
9590
|
+
const g = et("g");
|
|
9591
|
+
g.classList.add("module-bounds"), u.appendChild(g);
|
|
9592
|
+
const m = Ds(e.height, e.width);
|
|
9593
|
+
m.setAttribute("opacity", "0"), g.appendChild(m);
|
|
9580
9594
|
const p = et("g");
|
|
9581
9595
|
p.classList.add("module-text-enclosure"), u.appendChild(p);
|
|
9582
9596
|
const f = A();
|
|
9583
9597
|
p.appendChild(f);
|
|
9584
|
-
const C =
|
|
9598
|
+
const C = gr(d);
|
|
9585
9599
|
return ks(p, C, e.height, e.width, 0.35, 0.65), Fs(u.outerHTML);
|
|
9586
9600
|
}
|
|
9587
9601
|
}
|
|
9588
|
-
async function
|
|
9602
|
+
async function Hn(r) {
|
|
9589
9603
|
if (r === "Vegemite")
|
|
9590
9604
|
return new Ns();
|
|
9591
|
-
throw new
|
|
9605
|
+
throw new z(`Failed to resolve Module, Module ${r} not found`);
|
|
9592
9606
|
}
|
|
9593
9607
|
const ne = v`
|
|
9594
9608
|
fragment GlobalPropertyStateAspectFields on GlobalPropertyStateAspect {
|
|
@@ -9762,7 +9776,7 @@ const ne = v`
|
|
|
9762
9776
|
}
|
|
9763
9777
|
}
|
|
9764
9778
|
}
|
|
9765
|
-
`,
|
|
9779
|
+
`, Ls = (r) => v`
|
|
9766
9780
|
${ne}
|
|
9767
9781
|
${re(r)}
|
|
9768
9782
|
query GetBundle($id: String!) {
|
|
@@ -9806,7 +9820,7 @@ const ne = v`
|
|
|
9806
9820
|
quoteId
|
|
9807
9821
|
}
|
|
9808
9822
|
}
|
|
9809
|
-
`,
|
|
9823
|
+
`, Ha = v`
|
|
9810
9824
|
query GetBundleStakeholders($id: String!) {
|
|
9811
9825
|
bundles(ids: [$id]) {
|
|
9812
9826
|
id
|
|
@@ -9851,7 +9865,7 @@ const ne = v`
|
|
|
9851
9865
|
}
|
|
9852
9866
|
}
|
|
9853
9867
|
}
|
|
9854
|
-
`,
|
|
9868
|
+
`, Us = v`
|
|
9855
9869
|
query GetBundlesForCustomer($id: String!) {
|
|
9856
9870
|
customers(ids: [$id]) {
|
|
9857
9871
|
bundleStakeholders {
|
|
@@ -9890,7 +9904,7 @@ const ne = v`
|
|
|
9890
9904
|
}
|
|
9891
9905
|
}
|
|
9892
9906
|
}
|
|
9893
|
-
`,
|
|
9907
|
+
`, Gs = v`
|
|
9894
9908
|
query GetProductCollectionForFilteredProducts(
|
|
9895
9909
|
$id: String!
|
|
9896
9910
|
$filters: ProductCollectionProductFilterInput
|
|
@@ -9913,7 +9927,7 @@ const ne = v`
|
|
|
9913
9927
|
}
|
|
9914
9928
|
}
|
|
9915
9929
|
}
|
|
9916
|
-
`,
|
|
9930
|
+
`, zs = v`
|
|
9917
9931
|
${ba}
|
|
9918
9932
|
query GetProductCollectionForProductsFeed(
|
|
9919
9933
|
$id: String!
|
|
@@ -10012,7 +10026,7 @@ const ne = v`
|
|
|
10012
10026
|
}
|
|
10013
10027
|
}
|
|
10014
10028
|
}
|
|
10015
|
-
`,
|
|
10029
|
+
`, qs = v`
|
|
10016
10030
|
mutation UpdateBundle(
|
|
10017
10031
|
$id: String!
|
|
10018
10032
|
$name: String
|
|
@@ -10032,7 +10046,7 @@ const ne = v`
|
|
|
10032
10046
|
id
|
|
10033
10047
|
}
|
|
10034
10048
|
}
|
|
10035
|
-
`,
|
|
10049
|
+
`, Hs = v`
|
|
10036
10050
|
mutation BundleAddTransaction($id: String!, $transactionId: String!) {
|
|
10037
10051
|
bundleAddTransaction(id: $id, transactionId: $transactionId) {
|
|
10038
10052
|
id
|
|
@@ -10275,8 +10289,8 @@ class Ya extends Dn {
|
|
|
10275
10289
|
});
|
|
10276
10290
|
}
|
|
10277
10291
|
}
|
|
10278
|
-
class
|
|
10279
|
-
constructor(t, e, a, n, i, s, o, l, c, d, A, u, h,
|
|
10292
|
+
class go {
|
|
10293
|
+
constructor(t, e, a, n, i, s, o, l, c, d, A, u, h, g = !1, m, p = !1, f = !1, C = !1) {
|
|
10280
10294
|
var w;
|
|
10281
10295
|
this.workflowStatePromiseQueue = new xn(1), this.initialized = !1, this.readOnly = !1, this.isReloadedTransaction = !1, this.singleVariantsRenderable = !1, this.stepTags = {}, this.renderLayouts = () => {
|
|
10282
10296
|
var E;
|
|
@@ -10286,7 +10300,7 @@ class mo {
|
|
|
10286
10300
|
if (y)
|
|
10287
10301
|
for (const [, B] of y)
|
|
10288
10302
|
B.render(S);
|
|
10289
|
-
}, this.experience = t, this.client = e, this.updateTransaction = o, this.graphQlClient = l, this.commandContext = s, this.reloadedState = h, this.transaction = c, this.readOnly =
|
|
10303
|
+
}, this.experience = t, this.client = e, this.updateTransaction = o, this.graphQlClient = l, this.commandContext = s, this.reloadedState = h, this.transaction = c, this.readOnly = g, 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 = m, 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) => {
|
|
10290
10304
|
this.stepTags[S.stepName] = S.tags ?? [];
|
|
10291
10305
|
}), C && (this.workflowStatePromiseQueue.enabled = !1), this.initializationPromise = this.initializeDefaultWorkflowState(a), this.initializationPromise.then(() => {
|
|
10292
10306
|
this.initialized = !0;
|
|
@@ -10302,7 +10316,7 @@ class mo {
|
|
|
10302
10316
|
return { recipient: this.transaction.recipient };
|
|
10303
10317
|
}
|
|
10304
10318
|
async updateRecipient(t, e, a, n, i, s, o, l, c, d) {
|
|
10305
|
-
var A, u, h,
|
|
10319
|
+
var A, u, h, g, m;
|
|
10306
10320
|
if ((A = this.transaction.recipient) != null && A.id)
|
|
10307
10321
|
this.transaction.recipient = {
|
|
10308
10322
|
id: this.transaction.recipient.id,
|
|
@@ -10370,7 +10384,7 @@ class mo {
|
|
|
10370
10384
|
fetchPolicy: "no-cache",
|
|
10371
10385
|
variables: {
|
|
10372
10386
|
id: this.transaction.id,
|
|
10373
|
-
recipientId: (
|
|
10387
|
+
recipientId: (m = (g = p.data) == null ? void 0 : g.recipientCreate) == null ? void 0 : m.id
|
|
10374
10388
|
},
|
|
10375
10389
|
context: {
|
|
10376
10390
|
transactionOwnerId: this.transaction.transactionOwnerId
|
|
@@ -10390,7 +10404,7 @@ class mo {
|
|
|
10390
10404
|
};
|
|
10391
10405
|
this.reloadedState && this.reloadedState.serializableWorkflow.steps.forEach((o) => {
|
|
10392
10406
|
this.storage[o.stepName] = o.storage || {};
|
|
10393
|
-
}), this.allScenes = await
|
|
10407
|
+
}), this.allScenes = await Li(t);
|
|
10394
10408
|
const n = Dt(this.allScenes, this.stepSelections).map((o) => o.silentSteps).flat(), { stepElements: i, commands: s } = await this.stepElementsForIntroducedSilentSteps(n, !!this.reloadedState);
|
|
10395
10409
|
this.commandContext.apply(new $(s), !0), this.stepElements = { ...this.stepElements, ...i }, await this.ensureStepsAreLoaded(), !this.isReloadedTransaction && this.updateStateWithServer(), this.renderLayouts(), this.reloadedState && e();
|
|
10396
10410
|
}
|
|
@@ -10609,7 +10623,7 @@ class mo {
|
|
|
10609
10623
|
const l = o[0];
|
|
10610
10624
|
if (s.type === P.Model) {
|
|
10611
10625
|
if (!this.modelContainer)
|
|
10612
|
-
throw new
|
|
10626
|
+
throw new z(
|
|
10613
10627
|
"We should always have a model container when injecting a preview!"
|
|
10614
10628
|
);
|
|
10615
10629
|
const u = (A = l.asset) == null ? void 0 : A.fileLink;
|
|
@@ -10632,12 +10646,12 @@ class mo {
|
|
|
10632
10646
|
console.error(`Failed to read material from variant: ${l.id} for step: ${s.stepName}`);
|
|
10633
10647
|
return;
|
|
10634
10648
|
}
|
|
10635
|
-
s.data.targetMaterials.forEach((
|
|
10649
|
+
s.data.targetMaterials.forEach((g) => {
|
|
10636
10650
|
if (!this.modelContainer)
|
|
10637
|
-
throw new
|
|
10651
|
+
throw new z(
|
|
10638
10652
|
"We should always have a model container when injecting a preview!"
|
|
10639
10653
|
);
|
|
10640
|
-
this.modelContainer.applyMaterialVariant(
|
|
10654
|
+
this.modelContainer.applyMaterialVariant(g, s.option.id, u);
|
|
10641
10655
|
});
|
|
10642
10656
|
}
|
|
10643
10657
|
}), await a.getInitializationPromise(), this.renderLayouts();
|
|
@@ -10657,7 +10671,7 @@ class mo {
|
|
|
10657
10671
|
};
|
|
10658
10672
|
if (!on(a, this.storage)) {
|
|
10659
10673
|
this.storage = a;
|
|
10660
|
-
const n = new
|
|
10674
|
+
const n = new za(this.constructSerializableWorkflow());
|
|
10661
10675
|
this.commandContext.apply(n, !0), this.onStepSpecificStorageChange(t), this.onStorageChange();
|
|
10662
10676
|
}
|
|
10663
10677
|
}
|
|
@@ -10708,7 +10722,7 @@ class mo {
|
|
|
10708
10722
|
serialize() {
|
|
10709
10723
|
const t = this.getCommandContext().getState();
|
|
10710
10724
|
if (!t)
|
|
10711
|
-
throw new
|
|
10725
|
+
throw new z("Attempted to serialize state before it was initialized.");
|
|
10712
10726
|
const e = St(t.transaction), a = this.dehydrateState(e);
|
|
10713
10727
|
return JSON.stringify(a);
|
|
10714
10728
|
}
|
|
@@ -10846,6 +10860,9 @@ class mo {
|
|
|
10846
10860
|
})
|
|
10847
10861
|
), this.stepElements = {}, this.stepInitialised = {}, this.stepMetadata = {}, this.stepSelections = {}, this.storage = {}, await this.ensureStepsAreLoaded();
|
|
10848
10862
|
}
|
|
10863
|
+
unsetInitialized() {
|
|
10864
|
+
this.stepInitialised = {};
|
|
10865
|
+
}
|
|
10849
10866
|
async setSelectionsAndElements(t, e, a, n) {
|
|
10850
10867
|
var y;
|
|
10851
10868
|
const i = this.stepSelections;
|
|
@@ -10861,18 +10878,18 @@ class mo {
|
|
|
10861
10878
|
c.forEach((E) => {
|
|
10862
10879
|
yt(E, this.stepSelections) || (this.stepInitialised[E.stepName] = !1);
|
|
10863
10880
|
});
|
|
10864
|
-
const u = this.getInvalidCanvasRegions(), { stepElements: h, commands:
|
|
10881
|
+
const u = this.getInvalidCanvasRegions(), { stepElements: h, commands: g } = await this.stepElementsForIntroducedSilentSteps(A, !1);
|
|
10865
10882
|
this.stepElements = {
|
|
10866
10883
|
...this.stepElements,
|
|
10867
10884
|
...h,
|
|
10868
10885
|
[t]: a
|
|
10869
10886
|
}, this.removeElements(u);
|
|
10870
|
-
const
|
|
10871
|
-
if ((
|
|
10872
|
-
const E = (y = this.getWorkflowExperience().getStepById(
|
|
10887
|
+
const m = this.workflow.steps.find((E) => E.stepName === t);
|
|
10888
|
+
if ((m == null ? void 0 : m.type) === P.Frame) {
|
|
10889
|
+
const E = (y = this.getWorkflowExperience().getStepById(m.stepName)) == null ? void 0 : y.frameService;
|
|
10873
10890
|
E == null || E.setTargetElements(a.map((B) => B.id));
|
|
10874
10891
|
}
|
|
10875
|
-
const p = u.map((E) => new Bt(E.id)), f = new
|
|
10892
|
+
const p = u.map((E) => new Bt(E.id)), f = new za(this.constructSerializableWorkflow()), C = [...g, ...p, f];
|
|
10876
10893
|
C.length > 0 && this.commandContext.apply(new $(C), !0), await this.ensureStepsAreLoaded(), this.onElementsChange();
|
|
10877
10894
|
const w = this.getInvalidModelVariants(), S = this.modelContainer;
|
|
10878
10895
|
if (S) {
|
|
@@ -10891,8 +10908,9 @@ class mo {
|
|
|
10891
10908
|
}
|
|
10892
10909
|
async ensureStepsAreLoaded() {
|
|
10893
10910
|
const e = Dt(this.allScenes, this.stepSelections).map((l) => l.renderableSteps), a = [], n = e.flat();
|
|
10911
|
+
console.log(`LOG: ensure ${n.length} steps loaded`);
|
|
10894
10912
|
for (const l of n)
|
|
10895
|
-
if (!this.stepInitialised[l.stepName])
|
|
10913
|
+
if (l.type === P.Text && console.log(`LOG: is ${l.stepTitle} (${l.stepName}) inited? ${this.stepInitialised[l.stepName]}`), !this.stepInitialised[l.stepName])
|
|
10896
10914
|
switch (this.stepInitialised[l.stepName] = !0, l.type) {
|
|
10897
10915
|
case P.DigitalContent:
|
|
10898
10916
|
a.push(
|
|
@@ -10908,20 +10926,20 @@ class mo {
|
|
|
10908
10926
|
break;
|
|
10909
10927
|
case P.Illustration:
|
|
10910
10928
|
a.push(
|
|
10911
|
-
|
|
10929
|
+
me.init(l, this, this.reloadedState)
|
|
10912
10930
|
);
|
|
10913
10931
|
break;
|
|
10914
10932
|
case P.Material:
|
|
10915
10933
|
a.push(
|
|
10916
|
-
|
|
10934
|
+
Gn.init(l, this, this.reloadedState)
|
|
10917
10935
|
);
|
|
10918
10936
|
break;
|
|
10919
10937
|
case P.Model:
|
|
10920
|
-
a.push(
|
|
10938
|
+
a.push(zn.init(l, this, this.reloadedState));
|
|
10921
10939
|
break;
|
|
10922
10940
|
case P.Module:
|
|
10923
10941
|
this.stepSpecificServices[l.stepName] = {
|
|
10924
|
-
module: await
|
|
10942
|
+
module: await Hn(l.data.module)
|
|
10925
10943
|
}, a.push(
|
|
10926
10944
|
Wn.init(l, this, this.reloadedState)
|
|
10927
10945
|
);
|
|
@@ -10933,14 +10951,14 @@ class mo {
|
|
|
10933
10951
|
break;
|
|
10934
10952
|
case P.Question:
|
|
10935
10953
|
a.push(
|
|
10936
|
-
|
|
10954
|
+
qn.init(l, this, this.reloadedState)
|
|
10937
10955
|
);
|
|
10938
10956
|
break;
|
|
10939
10957
|
case P.Shape:
|
|
10940
|
-
a.push(
|
|
10958
|
+
a.push(Gt.init(l, this, this.reloadedState));
|
|
10941
10959
|
break;
|
|
10942
10960
|
case P.Text:
|
|
10943
|
-
a.push(j.init(l, this, this.reloadedState));
|
|
10961
|
+
console.log("LOG: ensure text loaded"), a.push(j.init(l, this, this.reloadedState));
|
|
10944
10962
|
break;
|
|
10945
10963
|
}
|
|
10946
10964
|
const i = (await Promise.allSettled(a)).map((l) => {
|
|
@@ -11000,7 +11018,7 @@ class mo {
|
|
|
11000
11018
|
this.validationCallbacks.forEach((t) => t(this.validationErrors));
|
|
11001
11019
|
}
|
|
11002
11020
|
traversableScenes() {
|
|
11003
|
-
return
|
|
11021
|
+
return Gi(this.allScenes, this.stepSelections, this.singleVariantsRenderable);
|
|
11004
11022
|
}
|
|
11005
11023
|
}
|
|
11006
11024
|
class st {
|
|
@@ -11219,7 +11237,7 @@ const Yn = class la {
|
|
|
11219
11237
|
};
|
|
11220
11238
|
Yn.updateState = /* @__PURE__ */ new Map();
|
|
11221
11239
|
let it = Yn;
|
|
11222
|
-
class
|
|
11240
|
+
class mo extends it {
|
|
11223
11241
|
constructor(t, e, a) {
|
|
11224
11242
|
super(t, e, a);
|
|
11225
11243
|
}
|
|
@@ -11230,7 +11248,7 @@ class go extends it {
|
|
|
11230
11248
|
*/
|
|
11231
11249
|
async selectVariant(t) {
|
|
11232
11250
|
if (!this.getUpdateState() && this.getCurrentVariant() !== t)
|
|
11233
|
-
return
|
|
11251
|
+
return me.selectVariant(
|
|
11234
11252
|
this.step,
|
|
11235
11253
|
t.getResource(),
|
|
11236
11254
|
this.manager.getRegionElements(this.step.stepName) || [],
|
|
@@ -11247,7 +11265,7 @@ class go extends it {
|
|
|
11247
11265
|
const t = this.manager.getRegionElements(this.step.stepName) || [];
|
|
11248
11266
|
if (t.length === 0)
|
|
11249
11267
|
return;
|
|
11250
|
-
const a =
|
|
11268
|
+
const a = U(t[0].id, this.manager.getAllLayoutData()).colors, n = (o = this.getCurrentVariant()) == null ? void 0 : o.getAssetResource(), i = n == null ? void 0 : n.assetConfiguration, s = (i == null ? void 0 : i.defaultColorVariants) || [];
|
|
11251
11269
|
if (s.length !== 0) {
|
|
11252
11270
|
const l = {};
|
|
11253
11271
|
return s.forEach((c) => {
|
|
@@ -11276,7 +11294,7 @@ class go extends it {
|
|
|
11276
11294
|
const d = c.id.replace(/\W/g, "");
|
|
11277
11295
|
a ? n.set(d, { browserValue: e, pmsValue: a }) : n.set(d, e);
|
|
11278
11296
|
}
|
|
11279
|
-
}) : a ? n.set(t, { browserValue: e, pmsValue: a }) : n.set(t, e),
|
|
11297
|
+
}) : a ? n.set(t, { browserValue: e, pmsValue: a }) : n.set(t, e), me.changeColors(
|
|
11280
11298
|
this.step,
|
|
11281
11299
|
this.manager.getRegionElements(this.step.stepName),
|
|
11282
11300
|
this.manager,
|
|
@@ -11288,7 +11306,7 @@ class go extends it {
|
|
|
11288
11306
|
return this.step.data.colorOption;
|
|
11289
11307
|
}
|
|
11290
11308
|
getAvailableColors() {
|
|
11291
|
-
return this.step.data.colorPickerEnabled ?
|
|
11309
|
+
return this.step.data.colorPickerEnabled ? me.availableColors(this.step, this.manager) : Promise.resolve([]);
|
|
11292
11310
|
}
|
|
11293
11311
|
isColorPickerEnabled() {
|
|
11294
11312
|
return this.step.data.colorPickerEnabled ?? !1;
|
|
@@ -11302,7 +11320,7 @@ class po extends it {
|
|
|
11302
11320
|
super(t, e, a);
|
|
11303
11321
|
}
|
|
11304
11322
|
selectVariant(t) {
|
|
11305
|
-
return
|
|
11323
|
+
return Gn.selectVariant(
|
|
11306
11324
|
this.step,
|
|
11307
11325
|
t.getResource(),
|
|
11308
11326
|
this.manager,
|
|
@@ -11315,7 +11333,7 @@ class fo extends it {
|
|
|
11315
11333
|
super(t, e, a);
|
|
11316
11334
|
}
|
|
11317
11335
|
selectVariant(t) {
|
|
11318
|
-
return
|
|
11336
|
+
return zn.selectVariant(
|
|
11319
11337
|
this.step,
|
|
11320
11338
|
t.getResource(),
|
|
11321
11339
|
this.manager,
|
|
@@ -11348,7 +11366,7 @@ class wo extends it {
|
|
|
11348
11366
|
async selectVariant(t) {
|
|
11349
11367
|
if (!t.getId())
|
|
11350
11368
|
throw new Error("Unable to select variant with a null ID");
|
|
11351
|
-
await
|
|
11369
|
+
await qn.selectVariant(this.step, t.getId(), this.manager);
|
|
11352
11370
|
}
|
|
11353
11371
|
/**
|
|
11354
11372
|
* The way that this step expects to be rendered.
|
|
@@ -11364,7 +11382,7 @@ class yo extends it {
|
|
|
11364
11382
|
}
|
|
11365
11383
|
selectVariant(t) {
|
|
11366
11384
|
const e = t.getResource();
|
|
11367
|
-
return
|
|
11385
|
+
return Gt.selectVariant(
|
|
11368
11386
|
this.step,
|
|
11369
11387
|
{
|
|
11370
11388
|
fill: e.color,
|
|
@@ -11382,7 +11400,7 @@ class yo extends it {
|
|
|
11382
11400
|
* @deprecated The shape step can now pass through colors returned by getColors via selectVariant. Please swap setColor for selectVariant.
|
|
11383
11401
|
*/
|
|
11384
11402
|
setColor(t) {
|
|
11385
|
-
return
|
|
11403
|
+
return Gt.selectVariant(
|
|
11386
11404
|
this.step,
|
|
11387
11405
|
t,
|
|
11388
11406
|
this.manager.getRegionElements(this.step.stepName) || [],
|
|
@@ -11394,7 +11412,7 @@ class yo extends it {
|
|
|
11394
11412
|
* @returns A list of color definitions that are currently applied to the illustration.
|
|
11395
11413
|
*/
|
|
11396
11414
|
getColors() {
|
|
11397
|
-
return
|
|
11415
|
+
return Gt.availableColours(this.step);
|
|
11398
11416
|
}
|
|
11399
11417
|
/**
|
|
11400
11418
|
* Allows for setting a custom color when the custom variant is selected. Will
|
|
@@ -11402,7 +11420,7 @@ class yo extends it {
|
|
|
11402
11420
|
*/
|
|
11403
11421
|
setCustomColor(t) {
|
|
11404
11422
|
var e, a;
|
|
11405
|
-
return ((e = this.getCurrentVariant()) == null ? void 0 : e.getColor()) !== "#custom" && console.warn(`setting custom color for step ${this.step.stepName} but color is ${(a = this.getCurrentVariant()) == null ? void 0 : a.getColor()}`),
|
|
11423
|
+
return ((e = this.getCurrentVariant()) == null ? void 0 : e.getColor()) !== "#custom" && console.warn(`setting custom color for step ${this.step.stepName} but color is ${(a = this.getCurrentVariant()) == null ? void 0 : a.getColor()}`), Gt.setCustomColor(t, this.step, this.manager);
|
|
11406
11424
|
}
|
|
11407
11425
|
getCustomColor() {
|
|
11408
11426
|
var e, a, n;
|
|
@@ -11510,7 +11528,9 @@ class So extends it {
|
|
|
11510
11528
|
helperData: {}
|
|
11511
11529
|
}, a = j.findLayoutElements(this.manager, this.step), n = j.filterUnsupportedCharacters(t, (d = a[0]) == null ? void 0 : d.fontData), i = !!this.step.data && !!this.step.data.maxLength && n.length > this.step.data.maxLength;
|
|
11512
11530
|
i || (e.input = n);
|
|
11513
|
-
const s = a.length <= 0
|
|
11531
|
+
const s = a.length <= 0;
|
|
11532
|
+
console.log(`LOG: setting text ${t} to ${a.length} regions`);
|
|
11533
|
+
const o = s ? { inputText: n, text: n } : { inputText: n };
|
|
11514
11534
|
this.manager.updateStorage(this.step.stepName, o);
|
|
11515
11535
|
const l = this.manager.getStepStorage(this.step.stepName), c = j.getProcessedInput(
|
|
11516
11536
|
n,
|
|
@@ -11714,7 +11734,7 @@ class ce {
|
|
|
11714
11734
|
case P.Text:
|
|
11715
11735
|
return new So(t, e, t.getStepTags(e.stepName));
|
|
11716
11736
|
case P.Illustration:
|
|
11717
|
-
return new
|
|
11737
|
+
return new mo(t, e, t.getStepTags(e.stepName));
|
|
11718
11738
|
case P.Picture:
|
|
11719
11739
|
return new Co(t, e, t.getStepTags(e.stepName));
|
|
11720
11740
|
case P.Shape:
|
|
@@ -11728,7 +11748,7 @@ class ce {
|
|
|
11728
11748
|
case P.Module:
|
|
11729
11749
|
return new Bo(t, e, t.getStepTags(e.stepName));
|
|
11730
11750
|
default:
|
|
11731
|
-
throw new
|
|
11751
|
+
throw new z(`Step type ${e.type} not yet supported in Core SDK`);
|
|
11732
11752
|
}
|
|
11733
11753
|
}
|
|
11734
11754
|
}
|
|
@@ -11929,10 +11949,10 @@ const Po = async (r, t) => {
|
|
|
11929
11949
|
}
|
|
11930
11950
|
return n;
|
|
11931
11951
|
}, Kn = (r, t, e, a, n, i, s, o) => {
|
|
11932
|
-
var
|
|
11952
|
+
var g, m;
|
|
11933
11953
|
const l = t.basePrice || 0, c = r.priceModifierTotal || 0, d = xo(a, e, void 0, i), u = (N.getMap("transactionOwnerIds") || /* @__PURE__ */ new Map()).get(r.id), h = {
|
|
11934
|
-
additionalExternalProductId: (
|
|
11935
|
-
additionalExternalVariantId: (
|
|
11954
|
+
additionalExternalProductId: (g = r.integrationProduct) == null ? void 0 : g.additionalExternalProductId,
|
|
11955
|
+
additionalExternalVariantId: (m = r.integrationProduct) == null ? void 0 : m.additionalExternalVariantId,
|
|
11936
11956
|
baseCost: l,
|
|
11937
11957
|
designExternalVariants: r.designExternalVariants,
|
|
11938
11958
|
designProductId: r.externalDesignProductId,
|
|
@@ -11972,29 +11992,29 @@ const Po = async (r, t) => {
|
|
|
11972
11992
|
T.errors && console.log("Server Error:", tt.message);
|
|
11973
11993
|
}), null) : nt ?? null;
|
|
11974
11994
|
})() || (console.warn("State mismatch detected. Uploading known state explicitly"), console.warn("State Object:", JSON.stringify(a())), await r.updateStateWithServerImmediate(a), console.log("Server state is undefined @ Workflow completion"));
|
|
11975
|
-
const u = r.getPreviewService(), h = (I = t == null ? void 0 : t.finalizeStepConfig) == null ? void 0 : I.lookAtAnimation,
|
|
11995
|
+
const u = r.getPreviewService(), h = (I = t == null ? void 0 : t.finalizeStepConfig) == null ? void 0 : I.lookAtAnimation, g = u && t.showModelOnFinishStep && !!h, m = l && ca(l, t, !0), p = l && ca(l, t, !1), f = async (D) => {
|
|
11976
11996
|
const x = {};
|
|
11977
11997
|
let k = 0;
|
|
11978
11998
|
if (Object.keys(i).length > 0)
|
|
11979
11999
|
for (const T of Object.keys(i)) {
|
|
11980
12000
|
const nt = i[T], R = t.steps.find((tt) => tt.stepName === T);
|
|
11981
12001
|
for (let tt = 0; tt < nt.selections.length; ++tt) {
|
|
11982
|
-
const
|
|
12002
|
+
const q = nt.selections[tt];
|
|
11983
12003
|
if (R && (!D || R.option && (R.option.variants || []).length > 1 && !R.data.hideSelectionInCart && !R.data.hideSelectionsInCart)) {
|
|
11984
12004
|
const ft = R.stepTitle;
|
|
11985
12005
|
x[ft] ? x[ft].push({
|
|
11986
|
-
id:
|
|
11987
|
-
name:
|
|
11988
|
-
priceModifier:
|
|
12006
|
+
id: q.id || "",
|
|
12007
|
+
name: q.name,
|
|
12008
|
+
priceModifier: q.priceModifier
|
|
11989
12009
|
}) : x[ft] = [
|
|
11990
12010
|
{
|
|
11991
|
-
id:
|
|
11992
|
-
name:
|
|
11993
|
-
priceModifier:
|
|
12011
|
+
id: q.id || "",
|
|
12012
|
+
name: q.name,
|
|
12013
|
+
priceModifier: q.priceModifier
|
|
11994
12014
|
}
|
|
11995
12015
|
];
|
|
11996
12016
|
}
|
|
11997
|
-
k +=
|
|
12017
|
+
k += q.priceModifier;
|
|
11998
12018
|
}
|
|
11999
12019
|
}
|
|
12000
12020
|
return [x, k];
|
|
@@ -12006,10 +12026,10 @@ const Po = async (r, t) => {
|
|
|
12006
12026
|
S[D].map((x) => x.id)
|
|
12007
12027
|
])
|
|
12008
12028
|
);
|
|
12009
|
-
let E = await o(
|
|
12029
|
+
let E = await o(g, n.id);
|
|
12010
12030
|
if (E) {
|
|
12011
12031
|
const D = await (await rt(E)).blob();
|
|
12012
|
-
E = (await
|
|
12032
|
+
E = (await L.uploadAsset(
|
|
12013
12033
|
{ name: `${n.id}-preview-image.png`, blob: D },
|
|
12014
12034
|
Ce.Image,
|
|
12015
12035
|
!0,
|
|
@@ -12026,7 +12046,7 @@ const Po = async (r, t) => {
|
|
|
12026
12046
|
})),
|
|
12027
12047
|
workflowId: t.id,
|
|
12028
12048
|
transactionId: n.id,
|
|
12029
|
-
useThreeDimPreview: !!
|
|
12049
|
+
useThreeDimPreview: !!g,
|
|
12030
12050
|
previewImage: E
|
|
12031
12051
|
};
|
|
12032
12052
|
if (p) {
|
|
@@ -12044,7 +12064,7 @@ const Po = async (r, t) => {
|
|
|
12044
12064
|
return D;
|
|
12045
12065
|
})(),
|
|
12046
12066
|
cartSelectionsWithPrices: C,
|
|
12047
|
-
cartMetadata:
|
|
12067
|
+
cartMetadata: m
|
|
12048
12068
|
};
|
|
12049
12069
|
}, Fo = async (r, t, e, a, n, i, s, o, l, c, d) => {
|
|
12050
12070
|
var f, C;
|
|
@@ -12061,20 +12081,20 @@ const Po = async (r, t) => {
|
|
|
12061
12081
|
d
|
|
12062
12082
|
);
|
|
12063
12083
|
l("workflow.steps.finish.finalize.creatingDesign");
|
|
12064
|
-
const
|
|
12065
|
-
if (!(
|
|
12084
|
+
const g = await Po(A), m = (f = g == null ? void 0 : g.transaction) == null ? void 0 : f.previewImageLink;
|
|
12085
|
+
if (!(g != null && g.transaction))
|
|
12066
12086
|
throw new Error("Failed to create design");
|
|
12067
12087
|
l("workflow.steps.finish.finalize.updatingTransaction");
|
|
12068
|
-
const p =
|
|
12088
|
+
const p = g.transaction;
|
|
12069
12089
|
return Kn(
|
|
12070
12090
|
p,
|
|
12071
12091
|
n,
|
|
12072
12092
|
t,
|
|
12073
12093
|
u,
|
|
12074
|
-
|
|
12094
|
+
g == null ? void 0 : g.sku,
|
|
12075
12095
|
h,
|
|
12076
|
-
|
|
12077
|
-
(C =
|
|
12096
|
+
m,
|
|
12097
|
+
(C = g == null ? void 0 : g.processExecution) == null ? void 0 : C.id
|
|
12078
12098
|
);
|
|
12079
12099
|
}, ko = async (r, t, e) => {
|
|
12080
12100
|
t("workflow.steps.finish.finalize.buildingLayouts"), await Promise.all(
|
|
@@ -12150,7 +12170,7 @@ class Mo {
|
|
|
12150
12170
|
const t = N.get(this.localPersistenceKey);
|
|
12151
12171
|
return t ? JSON.parse(t) : [];
|
|
12152
12172
|
}
|
|
12153
|
-
throw new
|
|
12173
|
+
throw new z("Unexpected storage method requested");
|
|
12154
12174
|
}
|
|
12155
12175
|
/**
|
|
12156
12176
|
* Search for a transaction that has been saved.
|
|
@@ -12190,7 +12210,7 @@ class Mo {
|
|
|
12190
12210
|
N.set(this.localPersistenceKey, JSON.stringify(t));
|
|
12191
12211
|
return;
|
|
12192
12212
|
}
|
|
12193
|
-
throw new
|
|
12213
|
+
throw new z("Unexpected storage method requested");
|
|
12194
12214
|
}
|
|
12195
12215
|
}
|
|
12196
12216
|
const Ye = new Mo(), To = v`
|
|
@@ -12259,7 +12279,7 @@ class Oo {
|
|
|
12259
12279
|
throw new Error("No Workflow ID provided.");
|
|
12260
12280
|
this.client = t;
|
|
12261
12281
|
const a = e.layouts;
|
|
12262
|
-
this.commandContext = new rs(), this.commandContext.initialize(a, e.reloadedState), this.isReadOnly = e.transaction.isOrdered || !!e.readOnly, this.graphQlClient = e.graphQlClient, this.workflowManager = new
|
|
12282
|
+
this.commandContext = new rs(), this.commandContext.initialize(a, e.reloadedState), this.isReadOnly = e.transaction.isOrdered || !!e.readOnly, this.graphQlClient = e.graphQlClient, this.workflowManager = new go(
|
|
12263
12283
|
this,
|
|
12264
12284
|
t,
|
|
12265
12285
|
e.workflow,
|
|
@@ -12349,7 +12369,7 @@ class Oo {
|
|
|
12349
12369
|
}
|
|
12350
12370
|
let i = 2048;
|
|
12351
12371
|
e && e <= 2048 && (i = e);
|
|
12352
|
-
const s =
|
|
12372
|
+
const s = mt(i, i), o = this.commandContext.getAllLayouts(), l = a.defaultPreviewPanelIndex || 0, c = a.panels[l], d = o.find((S) => {
|
|
12353
12373
|
var y;
|
|
12354
12374
|
return ((y = S.layoutState) == null ? void 0 : y.layout.panelId) === (c == null ? void 0 : c.name);
|
|
12355
12375
|
}) || o[0], A = d.layoutState.layout.previewRegion ? {
|
|
@@ -12365,19 +12385,19 @@ class Oo {
|
|
|
12365
12385
|
}, u = this.commandContext.getLayoutById(d.layoutState.layout.id), h = s.getContext("2d");
|
|
12366
12386
|
if (!h)
|
|
12367
12387
|
throw new xe("Failed to obtain 2D context for preview image creation");
|
|
12368
|
-
const
|
|
12388
|
+
const g = Sa(u.layoutState.layout, u.layoutState.elements, {
|
|
12369
12389
|
renderingConfiguration: {
|
|
12370
|
-
purpose:
|
|
12390
|
+
purpose: qt.Print,
|
|
12371
12391
|
region: { left: A.x, top: A.y, width: A.width, height: A.height },
|
|
12372
12392
|
templatingContext: this.workflowManager.getTemplatingContext()
|
|
12373
12393
|
}
|
|
12374
|
-
}),
|
|
12375
|
-
await (await Aa.from(h,
|
|
12394
|
+
}), m = un(g);
|
|
12395
|
+
await (await Aa.from(h, m, {
|
|
12376
12396
|
anonymousCrossOrigin: !0,
|
|
12377
12397
|
ignoreDimensions: !1,
|
|
12378
|
-
createCanvas:
|
|
12398
|
+
createCanvas: mt,
|
|
12379
12399
|
createImage: Zt,
|
|
12380
|
-
DOMParser:
|
|
12400
|
+
DOMParser: ma(),
|
|
12381
12401
|
fetch
|
|
12382
12402
|
})).render();
|
|
12383
12403
|
const f = await this.getCanvasObjectURLAsync(s);
|
|
@@ -12476,16 +12496,16 @@ class Oo {
|
|
|
12476
12496
|
const d = /* @__PURE__ */ new Set(), A = c.getRaw().globalPropertyAspectConfigurations;
|
|
12477
12497
|
A !== void 0 && (A.forEach((u) => d.add(JSON.stringify(u))), o.forEach((u) => {
|
|
12478
12498
|
const h = u.getRaw().globalPropertyAspectConfigurations;
|
|
12479
|
-
h !== void 0 && h.forEach((
|
|
12480
|
-
const
|
|
12481
|
-
if (p && (
|
|
12499
|
+
h !== void 0 && h.forEach((g) => {
|
|
12500
|
+
const m = l(g), p = d.has(JSON.stringify(g));
|
|
12501
|
+
if (p && (m == null ? void 0 : m.getType()) === "Option") {
|
|
12482
12502
|
const f = u.getCurrentVariant();
|
|
12483
12503
|
if (!f)
|
|
12484
12504
|
return;
|
|
12485
|
-
c.selectVariant(f), d.delete(JSON.stringify(
|
|
12486
|
-
} else if (p && (
|
|
12505
|
+
c.selectVariant(f), d.delete(JSON.stringify(g));
|
|
12506
|
+
} else if (p && (m == null ? void 0 : m.getType()) === "Text") {
|
|
12487
12507
|
const f = u.getText();
|
|
12488
|
-
c.setText(f), d.delete(JSON.stringify(
|
|
12508
|
+
c.setText(f), d.delete(JSON.stringify(g));
|
|
12489
12509
|
}
|
|
12490
12510
|
});
|
|
12491
12511
|
}));
|
|
@@ -12540,7 +12560,7 @@ class Oo {
|
|
|
12540
12560
|
}
|
|
12541
12561
|
async save(t) {
|
|
12542
12562
|
if (!this.getCommandContext().getState())
|
|
12543
|
-
throw new
|
|
12563
|
+
throw new z("State undefined!");
|
|
12544
12564
|
const n = {
|
|
12545
12565
|
title: await (async () => {
|
|
12546
12566
|
var l;
|
|
@@ -12563,10 +12583,10 @@ class Oo {
|
|
|
12563
12583
|
var s;
|
|
12564
12584
|
const t = St(this.getCommandContext().getState());
|
|
12565
12585
|
if (!t)
|
|
12566
|
-
throw new
|
|
12586
|
+
throw new z("Internal state is undefined! Cannot copy experience!");
|
|
12567
12587
|
const e = JSON.stringify(t.transaction), a = this.getWorkflowManager().getWorkflow(), n = (s = this.getWorkflowManager().getTransaction().integrationProduct) == null ? void 0 : s.id;
|
|
12568
12588
|
if (!n)
|
|
12569
|
-
throw new
|
|
12589
|
+
throw new z("Integration product id is undefined!");
|
|
12570
12590
|
return await this.getClient().getWorkflowExperience({
|
|
12571
12591
|
type: "integration",
|
|
12572
12592
|
integrationProductId: n,
|
|
@@ -12677,17 +12697,17 @@ const $o = [
|
|
|
12677
12697
|
"textPath",
|
|
12678
12698
|
"tref",
|
|
12679
12699
|
"tspan"
|
|
12680
|
-
],
|
|
12700
|
+
], Lo = async (r, t, e) => {
|
|
12681
12701
|
const a = t.data, n = e.data.baseUrl, i = a.assetUrl.replace("localhost", "localstack"), s = n.slice(0, 4) === "http" ? "" : "https://", o = new URL(s + n);
|
|
12682
12702
|
o.searchParams.append("video", Qa(JSON.stringify([{ href: i }]))), o.pathname = o.pathname + (o.pathname.slice(-1) === "/" ? "" : "/");
|
|
12683
12703
|
const l = o.toString(), d = `data:image/svg+xml;base64,${Qa(await sn(l, { type: "svg" }))}`, A = (h) => {
|
|
12684
|
-
const
|
|
12685
|
-
if (!
|
|
12704
|
+
const g = r.find((p) => p.panelId === h.panelId);
|
|
12705
|
+
if (!g)
|
|
12686
12706
|
throw new J(h);
|
|
12687
|
-
const
|
|
12707
|
+
const m = Q();
|
|
12688
12708
|
return new W(
|
|
12689
12709
|
{
|
|
12690
|
-
id:
|
|
12710
|
+
id: m,
|
|
12691
12711
|
src: d,
|
|
12692
12712
|
type: M.Image,
|
|
12693
12713
|
y: h.top,
|
|
@@ -12696,7 +12716,7 @@ const $o = [
|
|
|
12696
12716
|
height: h.height,
|
|
12697
12717
|
rotation: 0
|
|
12698
12718
|
},
|
|
12699
|
-
|
|
12719
|
+
g
|
|
12700
12720
|
);
|
|
12701
12721
|
}, u = e.data.regions;
|
|
12702
12722
|
try {
|
|
@@ -12704,17 +12724,17 @@ const $o = [
|
|
|
12704
12724
|
} catch (h) {
|
|
12705
12725
|
return console.error(h), [];
|
|
12706
12726
|
}
|
|
12707
|
-
},
|
|
12727
|
+
}, Uo = async (r, t, e, a) => {
|
|
12708
12728
|
const n = e.data, i = n.assetUrl, s = await sa(i);
|
|
12709
12729
|
try {
|
|
12710
12730
|
const o = is(n, a.option);
|
|
12711
12731
|
o && (t[a.stepName] = { selectedVariants: [o] });
|
|
12712
12732
|
const l = async (c) => {
|
|
12713
|
-
var
|
|
12714
|
-
const d = await Rn(c, (
|
|
12733
|
+
var m;
|
|
12734
|
+
const d = await Rn(c, (m = o == null ? void 0 : o.asset) == null ? void 0 : m.fileLink), A = await Qe(d), u = Q(), h = r.find((p) => p.panelId === c.panelId);
|
|
12715
12735
|
if (!h)
|
|
12716
12736
|
throw new J(c);
|
|
12717
|
-
const
|
|
12737
|
+
const g = Ea(
|
|
12718
12738
|
s,
|
|
12719
12739
|
A,
|
|
12720
12740
|
{
|
|
@@ -12743,13 +12763,13 @@ const $o = [
|
|
|
12743
12763
|
pattern: {
|
|
12744
12764
|
id: `${u}-pattern`,
|
|
12745
12765
|
src: s.src,
|
|
12746
|
-
x:
|
|
12747
|
-
y:
|
|
12766
|
+
x: g.x,
|
|
12767
|
+
y: g.y,
|
|
12748
12768
|
width: s.width,
|
|
12749
12769
|
height: s.height,
|
|
12750
12770
|
rotation: 0,
|
|
12751
|
-
scaleX:
|
|
12752
|
-
scaleY:
|
|
12771
|
+
scaleX: g.zoom,
|
|
12772
|
+
scaleY: g.zoom,
|
|
12753
12773
|
svg: s.svg,
|
|
12754
12774
|
colors: s.colors
|
|
12755
12775
|
}
|
|
@@ -12776,30 +12796,30 @@ const $o = [
|
|
|
12776
12796
|
const o = (E = s.asset) == null ? void 0 : E.fileLink;
|
|
12777
12797
|
if (!o)
|
|
12778
12798
|
return console.error(`No asset link for variant with ID: ${n.illustrationVariantId}`), [];
|
|
12779
|
-
const l = await at(o, !0), c = /<svg.*?<\/svg>/s, d = l.match(c) || [], A = (d == null ? void 0 : d.length) > 0 ? d[0] : "",
|
|
12780
|
-
if (!
|
|
12799
|
+
const l = await at(o, !0), c = /<svg.*?<\/svg>/s, d = l.match(c) || [], A = (d == null ? void 0 : d.length) > 0 ? d[0] : "", g = dt().parseFromString(A, "image/svg+xml").firstElementChild;
|
|
12800
|
+
if (!g)
|
|
12781
12801
|
return console.error("Failed to read SVG."), [];
|
|
12782
|
-
pa(
|
|
12783
|
-
const
|
|
12784
|
-
kt(
|
|
12802
|
+
pa(g);
|
|
12803
|
+
const m = {};
|
|
12804
|
+
kt(g, (B) => {
|
|
12785
12805
|
$o.includes(B.tagName) && !B.attributes.getNamedItem("fill") && B.setAttribute("fill", "#000000");
|
|
12786
12806
|
const I = B.attributes.getNamedItem("fill");
|
|
12787
12807
|
if (I && I.value !== "none") {
|
|
12788
12808
|
const x = I.value, T = `spiff-fill-${x.replace(/\W/g, "")}`;
|
|
12789
|
-
B.classList.add(T),
|
|
12809
|
+
B.classList.add(T), m[T] = { browserValue: x };
|
|
12790
12810
|
}
|
|
12791
12811
|
const D = B.attributes.getNamedItem("stroke");
|
|
12792
12812
|
if (D && D.value !== "none") {
|
|
12793
12813
|
const x = D.value, T = `spiff-stroke-${x.replace(/\W/g, "")}`;
|
|
12794
|
-
B.classList.add(T),
|
|
12814
|
+
B.classList.add(T), m[T] = { browserValue: x };
|
|
12795
12815
|
}
|
|
12796
12816
|
});
|
|
12797
|
-
const f = bt().serializeToString(
|
|
12817
|
+
const f = bt().serializeToString(g), C = n.colors;
|
|
12798
12818
|
if (C) {
|
|
12799
|
-
for (const [B, I] of Object.entries(
|
|
12819
|
+
for (const [B, I] of Object.entries(m))
|
|
12800
12820
|
for (const D of Object.keys(C))
|
|
12801
12821
|
if (I.browserValue === D) {
|
|
12802
|
-
|
|
12822
|
+
m[B] = { browserValue: C[D] };
|
|
12803
12823
|
break;
|
|
12804
12824
|
}
|
|
12805
12825
|
}
|
|
@@ -12810,7 +12830,7 @@ const $o = [
|
|
|
12810
12830
|
const D = Q();
|
|
12811
12831
|
return new W(
|
|
12812
12832
|
{
|
|
12813
|
-
colors:
|
|
12833
|
+
colors: m,
|
|
12814
12834
|
id: D,
|
|
12815
12835
|
svg: f,
|
|
12816
12836
|
type: M.Illustration,
|
|
@@ -12831,8 +12851,8 @@ const $o = [
|
|
|
12831
12851
|
} catch (B) {
|
|
12832
12852
|
return console.error(B), [];
|
|
12833
12853
|
}
|
|
12834
|
-
},
|
|
12835
|
-
const a = await
|
|
12854
|
+
}, Go = async (r, t, e) => {
|
|
12855
|
+
const a = await Hn(e.data.module), n = t.data, i = (o, l) => {
|
|
12836
12856
|
const c = r.find((A) => A.panelId === l.panelId);
|
|
12837
12857
|
if (!c)
|
|
12838
12858
|
throw new J(l);
|
|
@@ -12861,7 +12881,7 @@ const $o = [
|
|
|
12861
12881
|
} catch (o) {
|
|
12862
12882
|
return console.error(o), [];
|
|
12863
12883
|
}
|
|
12864
|
-
},
|
|
12884
|
+
}, zo = async (r, t, e, a) => {
|
|
12865
12885
|
var d, A;
|
|
12866
12886
|
const n = e.data, i = a.option;
|
|
12867
12887
|
if (!i)
|
|
@@ -12876,13 +12896,13 @@ const $o = [
|
|
|
12876
12896
|
if (!o)
|
|
12877
12897
|
return console.error(`No asset link for variant with ID: ${n.pictureVariantId}`), [];
|
|
12878
12898
|
const l = (u) => {
|
|
12879
|
-
const h = r.find((
|
|
12899
|
+
const h = r.find((m) => m.panelId === u.panelId);
|
|
12880
12900
|
if (!h)
|
|
12881
12901
|
throw new J(u);
|
|
12882
|
-
const
|
|
12902
|
+
const g = Q();
|
|
12883
12903
|
return new W(
|
|
12884
12904
|
{
|
|
12885
|
-
id:
|
|
12905
|
+
id: g,
|
|
12886
12906
|
src: o,
|
|
12887
12907
|
type: M.Image,
|
|
12888
12908
|
y: u.top,
|
|
@@ -12936,11 +12956,11 @@ const $o = [
|
|
|
12936
12956
|
fill="${s == null ? void 0 : s.color}"
|
|
12937
12957
|
/>
|
|
12938
12958
|
</svg>
|
|
12939
|
-
`,
|
|
12959
|
+
`, g = { "spiff-fill-shape": { browserValue: s.color || "#000000" } }, m = Q();
|
|
12940
12960
|
return new W(
|
|
12941
12961
|
{
|
|
12942
|
-
colors:
|
|
12943
|
-
id:
|
|
12962
|
+
colors: g,
|
|
12963
|
+
id: m,
|
|
12944
12964
|
svg: u,
|
|
12945
12965
|
type: M.Illustration,
|
|
12946
12966
|
y: d.top,
|
|
@@ -12995,13 +13015,13 @@ const $o = [
|
|
|
12995
13015
|
}
|
|
12996
13016
|
else {
|
|
12997
13017
|
const c = await at(i, !0), d = (A) => {
|
|
12998
|
-
const u = /<svg.*?<\/svg>/s, h = A.match(u) || [],
|
|
13018
|
+
const u = /<svg.*?<\/svg>/s, h = A.match(u) || [], g = (h == null ? void 0 : h.length) > 0 ? h[0] : "", f = dt().parseFromString(g, "image/svg+xml").firstElementChild;
|
|
12999
13019
|
if (!f)
|
|
13000
13020
|
throw new xt("Failed to read SVG.");
|
|
13001
13021
|
return pa(f), bt().serializeToString(f);
|
|
13002
13022
|
};
|
|
13003
13023
|
l.forEach((A) => {
|
|
13004
|
-
const u = r.find((
|
|
13024
|
+
const u = r.find((g) => g.panelId === A.panelId);
|
|
13005
13025
|
if (!u)
|
|
13006
13026
|
throw new J(A);
|
|
13007
13027
|
const h = {
|
|
@@ -13027,7 +13047,7 @@ const $o = [
|
|
|
13027
13047
|
});
|
|
13028
13048
|
}
|
|
13029
13049
|
return a;
|
|
13030
|
-
},
|
|
13050
|
+
}, qo = async (r, t, e, a) => {
|
|
13031
13051
|
const n = [], i = e.data, s = 30, o = (p) => p.vertical ? "center" : p.textAlign || "center", l = () => {
|
|
13032
13052
|
var w;
|
|
13033
13053
|
const p = a.option;
|
|
@@ -13058,8 +13078,8 @@ const $o = [
|
|
|
13058
13078
|
return;
|
|
13059
13079
|
const C = Y.getDefaultVariant(f);
|
|
13060
13080
|
return C == null ? void 0 : C.color;
|
|
13061
|
-
},
|
|
13062
|
-
for (const p of
|
|
13081
|
+
}, g = i.color || await h(a.data), m = a.data.regions;
|
|
13082
|
+
for (const p of m) {
|
|
13063
13083
|
const f = r.find((w) => w.panelId === p.panelId);
|
|
13064
13084
|
if (!f)
|
|
13065
13085
|
continue;
|
|
@@ -13068,7 +13088,7 @@ const $o = [
|
|
|
13068
13088
|
id: Q(),
|
|
13069
13089
|
align: o(a.data),
|
|
13070
13090
|
curved: a.data.curved,
|
|
13071
|
-
fill: i.color ||
|
|
13091
|
+
fill: i.color || g || "#000000",
|
|
13072
13092
|
fontData: d,
|
|
13073
13093
|
fontSize: a.data.size || s,
|
|
13074
13094
|
height: p.height,
|
|
@@ -13116,7 +13136,7 @@ const $o = [
|
|
|
13116
13136
|
n.push(new W(C, f));
|
|
13117
13137
|
}
|
|
13118
13138
|
return n;
|
|
13119
|
-
},
|
|
13139
|
+
}, Ho = (r, t) => r.conditions ? r.conditions.every((e) => {
|
|
13120
13140
|
const a = t[e.targetStepName];
|
|
13121
13141
|
if (a && a.selectedVariants) {
|
|
13122
13142
|
const n = a.selectedVariants;
|
|
@@ -13133,13 +13153,13 @@ const $o = [
|
|
|
13133
13153
|
switch (o.type) {
|
|
13134
13154
|
case P.DigitalContent:
|
|
13135
13155
|
n.push(
|
|
13136
|
-
...await
|
|
13156
|
+
...await Lo(e, s, o)
|
|
13137
13157
|
);
|
|
13138
13158
|
break;
|
|
13139
13159
|
case P.Frame:
|
|
13140
13160
|
case P.Photo:
|
|
13141
13161
|
n.push(
|
|
13142
|
-
...await
|
|
13162
|
+
...await Uo(e, i, s, o)
|
|
13143
13163
|
);
|
|
13144
13164
|
break;
|
|
13145
13165
|
case P.Illustration:
|
|
@@ -13153,11 +13173,11 @@ const $o = [
|
|
|
13153
13173
|
);
|
|
13154
13174
|
break;
|
|
13155
13175
|
case P.Module:
|
|
13156
|
-
n.push(...await
|
|
13176
|
+
n.push(...await Go(e, s, o));
|
|
13157
13177
|
break;
|
|
13158
13178
|
case P.Picture:
|
|
13159
13179
|
n.push(
|
|
13160
|
-
...await
|
|
13180
|
+
...await zo(e, i, s, o)
|
|
13161
13181
|
);
|
|
13162
13182
|
break;
|
|
13163
13183
|
case P.Shape:
|
|
@@ -13167,13 +13187,13 @@ const $o = [
|
|
|
13167
13187
|
break;
|
|
13168
13188
|
case P.Text:
|
|
13169
13189
|
n.push(
|
|
13170
|
-
...await
|
|
13190
|
+
...await qo(e, i, s, o)
|
|
13171
13191
|
);
|
|
13172
13192
|
break;
|
|
13173
13193
|
}
|
|
13174
13194
|
}
|
|
13175
13195
|
for (const s of t.steps)
|
|
13176
|
-
s.type !== P.SilentIllustration && s.type !== P.ProductOverlay ||
|
|
13196
|
+
s.type !== P.SilentIllustration && s.type !== P.ProductOverlay || Ho(s, i) && n.push(
|
|
13177
13197
|
...await jo(e, s, a)
|
|
13178
13198
|
);
|
|
13179
13199
|
return n;
|
|
@@ -13213,7 +13233,7 @@ class Jo {
|
|
|
13213
13233
|
}
|
|
13214
13234
|
const Ko = () => new Promise((r, t) => {
|
|
13215
13235
|
try {
|
|
13216
|
-
const a =
|
|
13236
|
+
const a = mt().getContext("webgl2");
|
|
13217
13237
|
r(!!a);
|
|
13218
13238
|
} catch {
|
|
13219
13239
|
r(!1);
|
|
@@ -13326,23 +13346,23 @@ class Zo extends Dn {
|
|
|
13326
13346
|
* a loose target but should be kept in mind when making changes.
|
|
13327
13347
|
*/
|
|
13328
13348
|
async execute() {
|
|
13329
|
-
var h,
|
|
13330
|
-
const t = this.layouts.find((
|
|
13349
|
+
var h, g;
|
|
13350
|
+
const t = this.layouts.find((m) => m.layoutState.layout.id === this.layoutId);
|
|
13331
13351
|
if (!t)
|
|
13332
13352
|
return;
|
|
13333
13353
|
const e = t.layoutState.elements || [], a = t.layoutState.layout.width, n = t.layoutState.layout.height, i = a === 1 || n === 1 ? { width: 1, height: 1 } : this.getDynamicTextureResolution(), s = i.width, o = i.height;
|
|
13334
13354
|
let l, c;
|
|
13335
13355
|
if (this.nonPOTSupport) {
|
|
13336
|
-
const
|
|
13337
|
-
a / n <
|
|
13356
|
+
const m = s / o;
|
|
13357
|
+
a / n < m ? (l = s, c = n * (s / a)) : (l = a * (o / n), c = o);
|
|
13338
13358
|
const f = this.resizeFit({ width: l, height: c });
|
|
13339
13359
|
l = f.width, c = f.height;
|
|
13340
13360
|
} else
|
|
13341
13361
|
l = i.width, c = i.height;
|
|
13342
13362
|
const d = Sa(t.layoutState.layout, e, {
|
|
13343
13363
|
renderingConfiguration: {
|
|
13344
|
-
purpose:
|
|
13345
|
-
templatingContext: (
|
|
13364
|
+
purpose: qt.ThreeD,
|
|
13365
|
+
templatingContext: (g = (h = this.getWorkflowManager) == null ? void 0 : h.call(this)) == null ? void 0 : g.getTemplatingContext()
|
|
13346
13366
|
}
|
|
13347
13367
|
}), A = un(d), u = await Aa.from(this.ctx, A, {
|
|
13348
13368
|
anonymousCrossOrigin: !0,
|
|
@@ -13351,9 +13371,9 @@ class Zo extends Dn {
|
|
|
13351
13371
|
ignoreClear: !0,
|
|
13352
13372
|
ignoreMouse: !0,
|
|
13353
13373
|
enableRedraw: !1,
|
|
13354
|
-
createCanvas:
|
|
13374
|
+
createCanvas: mt,
|
|
13355
13375
|
createImage: Zt,
|
|
13356
|
-
DOMParser:
|
|
13376
|
+
DOMParser: ma(),
|
|
13357
13377
|
fetch
|
|
13358
13378
|
});
|
|
13359
13379
|
u.resize(l, c), await u.render(), this.onRender();
|
|
@@ -13375,7 +13395,7 @@ const Xc = (r, t) => {
|
|
|
13375
13395
|
serializableWorkflow: { steps: [] },
|
|
13376
13396
|
layouts: {}
|
|
13377
13397
|
};
|
|
13378
|
-
n = new $(e.map((l) => new
|
|
13398
|
+
n = new $(e.map((l) => new Ln(l))).apply(n);
|
|
13379
13399
|
const s = await Yo(r, t, e, a);
|
|
13380
13400
|
return new $(s).apply(n);
|
|
13381
13401
|
};
|
|
@@ -13423,19 +13443,19 @@ class tl {
|
|
|
13423
13443
|
}
|
|
13424
13444
|
async createHandle(t) {
|
|
13425
13445
|
switch (t.type) {
|
|
13426
|
-
case
|
|
13446
|
+
case G.FileUpload:
|
|
13427
13447
|
return new el(this.bundle, t).initialize();
|
|
13428
|
-
case
|
|
13448
|
+
case G.ColorOption:
|
|
13429
13449
|
return new Ja(
|
|
13430
13450
|
this.bundle,
|
|
13431
13451
|
t,
|
|
13432
13452
|
t.entityId ? await Y.getOption(t.entityId) : void 0
|
|
13433
13453
|
);
|
|
13434
|
-
case
|
|
13454
|
+
case G.Option: {
|
|
13435
13455
|
const e = t.entityId ? await Y.getOption(t.entityId) : void 0;
|
|
13436
13456
|
return (e == null ? void 0 : e.type) === "Color" ? new Ja(this.bundle, t, e) : new Xn(this.bundle, t, e);
|
|
13437
13457
|
}
|
|
13438
|
-
case
|
|
13458
|
+
case G.Text:
|
|
13439
13459
|
return new al(this.bundle, t);
|
|
13440
13460
|
default:
|
|
13441
13461
|
throw new Error("Unhandled Global Property Aspect Type");
|
|
@@ -13480,18 +13500,20 @@ class Ia {
|
|
|
13480
13500
|
* Returns all steps that share this property.
|
|
13481
13501
|
* @param targetExperiences Optionally filter the steps to only those in the given experiences.
|
|
13482
13502
|
*/
|
|
13483
|
-
getSharedSteps(t) {
|
|
13484
|
-
|
|
13485
|
-
|
|
13486
|
-
|
|
13487
|
-
|
|
13488
|
-
|
|
13489
|
-
|
|
13490
|
-
|
|
13503
|
+
getSharedSteps(t, e) {
|
|
13504
|
+
const a = t ?? this.bundle.getWorkflowExperiences();
|
|
13505
|
+
return console.log(`LOG: getting shared steps from ${a.length} experiences`), a.flatMap((i) => {
|
|
13506
|
+
const s = e ? i.getSteps() : i.getStepsConditionallyActive();
|
|
13507
|
+
return console.log(`LOG: getting shared steps from ${s.length} active steps`), s.filter((o) => {
|
|
13508
|
+
var l;
|
|
13509
|
+
return o.getOverrideGlobalPropertyConfiguration(this.property.type) ? (console.log("LOG: getting shared steps? no"), !1) : (console.log("LOG: getting shared steps? maybe!"), (l = o.getRaw().globalPropertyAspectConfigurations) == null ? void 0 : l.some(
|
|
13510
|
+
(c) => {
|
|
13511
|
+
var d, A;
|
|
13512
|
+
return c.globalPropertyConfigurationId === ((A = (d = this.bundle.getProductCollection()) == null ? void 0 : d.getResource().globalPropertyConfiguration) == null ? void 0 : A.id) && c.aspectName === this.property.name;
|
|
13491
13513
|
}
|
|
13492
|
-
);
|
|
13493
|
-
})
|
|
13494
|
-
);
|
|
13514
|
+
));
|
|
13515
|
+
});
|
|
13516
|
+
});
|
|
13495
13517
|
}
|
|
13496
13518
|
getStateValue() {
|
|
13497
13519
|
return this.bundle.getGlobalPropertyStateManager().getAspect(this.property.name);
|
|
@@ -13563,7 +13585,7 @@ class el extends Ia {
|
|
|
13563
13585
|
const e = await this.getOriginalImage();
|
|
13564
13586
|
if (!e)
|
|
13565
13587
|
throw new Error("You must supply an image selection before attempting to remove the background.");
|
|
13566
|
-
const a = this.bundle.getGlobalPropertyStateManager(), n = await
|
|
13588
|
+
const a = this.bundle.getGlobalPropertyStateManager(), n = await L.removeBackgroundFromAsset(e), s = {
|
|
13567
13589
|
...a.getAspectStorage(this.property.name),
|
|
13568
13590
|
backgroundRemovedAssetKey: n.key,
|
|
13569
13591
|
useOriginalAsset: !t
|
|
@@ -13583,7 +13605,7 @@ class el extends Ia {
|
|
|
13583
13605
|
async getImage() {
|
|
13584
13606
|
const t = this.getStateValue();
|
|
13585
13607
|
if (t)
|
|
13586
|
-
return
|
|
13608
|
+
return L.getLocalOrFromServer(t);
|
|
13587
13609
|
}
|
|
13588
13610
|
async getImageWithColors() {
|
|
13589
13611
|
var t, e;
|
|
@@ -13596,7 +13618,7 @@ class el extends Ia {
|
|
|
13596
13618
|
async getOriginalImage() {
|
|
13597
13619
|
const t = this.bundle.getGlobalPropertyStateManager().getAspectStorage(this.property.name);
|
|
13598
13620
|
if (t != null && t.originalAssetKey)
|
|
13599
|
-
return
|
|
13621
|
+
return L.getLocalOrFromServer(t.originalAssetKey);
|
|
13600
13622
|
}
|
|
13601
13623
|
/**
|
|
13602
13624
|
* Retrieves the version of the image selection that has the background removed, if one exists.
|
|
@@ -13605,7 +13627,7 @@ class el extends Ia {
|
|
|
13605
13627
|
async getBackgroundRemovedImage() {
|
|
13606
13628
|
const t = this.bundle.getGlobalPropertyStateManager().getAspectStorage(this.property.name);
|
|
13607
13629
|
if (t != null && t.backgroundRemovedAssetKey)
|
|
13608
|
-
return
|
|
13630
|
+
return L.getLocalOrFromServer(t.backgroundRemovedAssetKey);
|
|
13609
13631
|
}
|
|
13610
13632
|
getUseOriginalImage() {
|
|
13611
13633
|
var t;
|
|
@@ -13637,26 +13659,26 @@ class el extends Ia {
|
|
|
13637
13659
|
}
|
|
13638
13660
|
o.push(this.loadImageData()), await Promise.all(o), this.updateSharedStepStorage(i);
|
|
13639
13661
|
}
|
|
13640
|
-
async applyGlobalState(t) {
|
|
13641
|
-
const
|
|
13642
|
-
if (!e)
|
|
13643
|
-
return;
|
|
13644
|
-
const a = await U.getLocalOrFromServer(e);
|
|
13662
|
+
async applyGlobalState(t, e) {
|
|
13663
|
+
const a = this.getStateValue();
|
|
13645
13664
|
if (!a)
|
|
13646
13665
|
return;
|
|
13647
|
-
await
|
|
13648
|
-
|
|
13649
|
-
|
|
13650
|
-
|
|
13651
|
-
|
|
13652
|
-
|
|
13666
|
+
const n = await L.getLocalOrFromServer(a);
|
|
13667
|
+
if (!n)
|
|
13668
|
+
return;
|
|
13669
|
+
await this.applyImageSelection(n, t, !1, !0);
|
|
13670
|
+
const i = this.bundle.getGlobalPropertyStateManager().getAspectStorage(this.property.name);
|
|
13671
|
+
if (i) {
|
|
13672
|
+
if (this.updateSharedStepStorage({ ...i }), i.colors) {
|
|
13673
|
+
const s = new Map(
|
|
13674
|
+
i.colors.map((o) => [o.key, { browserValue: o.browserValue, pmsValue: o.pmsValue }]) ?? []
|
|
13653
13675
|
);
|
|
13654
|
-
this.getSharedSteps(t).forEach((
|
|
13655
|
-
|
|
13676
|
+
this.getSharedSteps(t, e).forEach((o) => {
|
|
13677
|
+
o.changeColors(s);
|
|
13656
13678
|
});
|
|
13657
13679
|
}
|
|
13658
13680
|
} else
|
|
13659
|
-
this.updateSharedStepStorage({ originalAssetKey:
|
|
13681
|
+
this.updateSharedStepStorage({ originalAssetKey: a }), await this.bundle.getGlobalPropertyStateManager().setAspectStorage(this.property.name, { originalAssetKey: a });
|
|
13660
13682
|
}
|
|
13661
13683
|
getAvailableColors() {
|
|
13662
13684
|
var t, e, a, n;
|
|
@@ -13683,22 +13705,22 @@ class el extends Ia {
|
|
|
13683
13705
|
var e;
|
|
13684
13706
|
return (e = this.imageData) != null && e.svg ? (await lt(this.imageData.svg)).colors : void 0;
|
|
13685
13707
|
}
|
|
13686
|
-
async changeColors(t) {
|
|
13687
|
-
var
|
|
13688
|
-
if (!((
|
|
13708
|
+
async changeColors(t, e) {
|
|
13709
|
+
var s;
|
|
13710
|
+
if (!((s = this.imageData) != null && s.svg))
|
|
13689
13711
|
return;
|
|
13690
|
-
const
|
|
13691
|
-
|
|
13692
|
-
|
|
13712
|
+
const a = this.getSharedSteps(void 0, e), n = new Map(Object.entries(t));
|
|
13713
|
+
a.forEach((o) => {
|
|
13714
|
+
o.changeColors(n);
|
|
13693
13715
|
});
|
|
13694
|
-
const
|
|
13716
|
+
const i = this.bundle.getGlobalPropertyStateManager().getAspectStorage(this.property.name);
|
|
13695
13717
|
await Promise.all([
|
|
13696
13718
|
this.bundle.getGlobalPropertyStateManager().setAspectStorage(this.property.name, {
|
|
13697
|
-
...
|
|
13698
|
-
colors: Object.entries(t).map(([
|
|
13699
|
-
key:
|
|
13700
|
-
browserValue:
|
|
13701
|
-
pmsValue:
|
|
13719
|
+
...i,
|
|
13720
|
+
colors: Object.entries(t).map(([o, l]) => ({
|
|
13721
|
+
key: o,
|
|
13722
|
+
browserValue: l.browserValue,
|
|
13723
|
+
pmsValue: l.pmsValue
|
|
13702
13724
|
}))
|
|
13703
13725
|
}),
|
|
13704
13726
|
await this.loadImageData()
|
|
@@ -13748,10 +13770,10 @@ class al extends Ia {
|
|
|
13748
13770
|
/**
|
|
13749
13771
|
* Set the text.
|
|
13750
13772
|
*/
|
|
13751
|
-
async setText(t) {
|
|
13773
|
+
async setText(t, e) {
|
|
13752
13774
|
await Promise.all([
|
|
13753
13775
|
this.bundle.getGlobalPropertyStateManager().setAspect(this.property.name, t),
|
|
13754
|
-
this.applyTextSelection(t)
|
|
13776
|
+
this.applyTextSelection(t, void 0, e)
|
|
13755
13777
|
]);
|
|
13756
13778
|
}
|
|
13757
13779
|
async applyGlobalState(t) {
|
|
@@ -13760,11 +13782,13 @@ class al extends Ia {
|
|
|
13760
13782
|
return Promise.resolve();
|
|
13761
13783
|
await this.applyTextSelection(e, t);
|
|
13762
13784
|
}
|
|
13763
|
-
async applyTextSelection(t, e) {
|
|
13764
|
-
const n = this.getSharedSteps(e)
|
|
13765
|
-
|
|
13785
|
+
async applyTextSelection(t, e, a) {
|
|
13786
|
+
const n = this.getSharedSteps(e, a);
|
|
13787
|
+
console.log(`LOG: ${n.length} shared steps`);
|
|
13788
|
+
const i = n.map((s) => {
|
|
13789
|
+
s.setText(t);
|
|
13766
13790
|
});
|
|
13767
|
-
await Promise.all(
|
|
13791
|
+
await Promise.all(i);
|
|
13768
13792
|
}
|
|
13769
13793
|
}
|
|
13770
13794
|
class Xn extends Ia {
|
|
@@ -13823,10 +13847,10 @@ class Xn extends Ia {
|
|
|
13823
13847
|
* Select a given variant on the option for all shared steps.
|
|
13824
13848
|
* @param variant The variant to select.
|
|
13825
13849
|
*/
|
|
13826
|
-
async selectVariant(t, e) {
|
|
13850
|
+
async selectVariant(t, e, a) {
|
|
13827
13851
|
await Promise.all([
|
|
13828
13852
|
this.bundle.getGlobalPropertyStateManager().setAspect(this.property.name, t.getId(), void 0, e),
|
|
13829
|
-
this.applyVariantSelection(t)
|
|
13853
|
+
this.applyVariantSelection(t, void 0, a)
|
|
13830
13854
|
]);
|
|
13831
13855
|
}
|
|
13832
13856
|
async applyGlobalState(t) {
|
|
@@ -13837,9 +13861,9 @@ class Xn extends Ia {
|
|
|
13837
13861
|
const a = (i = (n = this.optionResource) == null ? void 0 : n.variants) == null ? void 0 : i.find((s) => s.id === e);
|
|
13838
13862
|
return a ? this.applyVariantSelection(new st(a), t) : Promise.resolve();
|
|
13839
13863
|
}
|
|
13840
|
-
async applyVariantSelection(t, e) {
|
|
13841
|
-
const
|
|
13842
|
-
await Promise.all(
|
|
13864
|
+
async applyVariantSelection(t, e, a) {
|
|
13865
|
+
const i = this.getSharedSteps(e, a).map((s) => s.selectVariant(t));
|
|
13866
|
+
await Promise.all(i);
|
|
13843
13867
|
}
|
|
13844
13868
|
}
|
|
13845
13869
|
class Ja extends Xn {
|
|
@@ -13888,8 +13912,8 @@ class Ja extends Xn {
|
|
|
13888
13912
|
/**
|
|
13889
13913
|
* Sets a custom color on the global state.
|
|
13890
13914
|
*/
|
|
13891
|
-
setCustomColor(t) {
|
|
13892
|
-
this.getSharedSteps().forEach((
|
|
13915
|
+
setCustomColor(t, e) {
|
|
13916
|
+
this.getSharedSteps(void 0, e).forEach((n) => n.setCustomColor(t)), this.bundle.getGlobalPropertyStateManager().setAspectStorage(this.property.name, { customColor: t });
|
|
13893
13917
|
}
|
|
13894
13918
|
/**
|
|
13895
13919
|
* Gets the custom color used by the global state.
|
|
@@ -14035,15 +14059,15 @@ class il {
|
|
|
14035
14059
|
let i = n.type && n.storage ? {} : void 0;
|
|
14036
14060
|
if (i)
|
|
14037
14061
|
switch (n.type) {
|
|
14038
|
-
case
|
|
14062
|
+
case G.FileUpload: {
|
|
14039
14063
|
i.fileUpload = n.storage;
|
|
14040
14064
|
break;
|
|
14041
14065
|
}
|
|
14042
|
-
case
|
|
14066
|
+
case G.Option: {
|
|
14043
14067
|
i.option = n.storage;
|
|
14044
14068
|
break;
|
|
14045
14069
|
}
|
|
14046
|
-
case
|
|
14070
|
+
case G.ColorOption: {
|
|
14047
14071
|
i = n.storage;
|
|
14048
14072
|
break;
|
|
14049
14073
|
}
|
|
@@ -14315,7 +14339,7 @@ class Zn {
|
|
|
14315
14339
|
async filterProducts(t, e, a, n) {
|
|
14316
14340
|
var l, c;
|
|
14317
14341
|
const i = await b.getShadowGraphqlClient().query({
|
|
14318
|
-
query:
|
|
14342
|
+
query: Gs,
|
|
14319
14343
|
errorPolicy: "all",
|
|
14320
14344
|
variables: {
|
|
14321
14345
|
id: this.getId(),
|
|
@@ -14355,7 +14379,7 @@ class Zn {
|
|
|
14355
14379
|
};
|
|
14356
14380
|
}
|
|
14357
14381
|
const o = new AbortController(), { signal: l } = o, c = b.getShadowGraphqlClient().watchQuery({
|
|
14358
|
-
query:
|
|
14382
|
+
query: zs,
|
|
14359
14383
|
variables: {
|
|
14360
14384
|
id: this.getId(),
|
|
14361
14385
|
limit: e,
|
|
@@ -14384,13 +14408,13 @@ class Zn {
|
|
|
14384
14408
|
let A = !1;
|
|
14385
14409
|
const u = c.subscribe({
|
|
14386
14410
|
next(h) {
|
|
14387
|
-
var
|
|
14388
|
-
if (A || h.partial && (!h.data.productCollections || h.data.productCollections.length === 0 || !((
|
|
14411
|
+
var m, p, f, C, w, S;
|
|
14412
|
+
if (A || h.partial && (!h.data.productCollections || h.data.productCollections.length === 0 || !((m = h.data.productCollections[0].productCollectionProductsFeed) != null && m.items) || ((p = h.data.productCollections[0].productCollectionProductsFeed) == null ? void 0 : p.items.length) === 0))
|
|
14389
14413
|
return;
|
|
14390
14414
|
o.abort(), A = !0, u.unsubscribe();
|
|
14391
|
-
const
|
|
14415
|
+
const g = ((C = (f = h.data.productCollections) == null ? void 0 : f[0].productCollectionProductsFeed) == null ? void 0 : C.items.filter((y) => !!y.product).map((y) => new de(St(y)))) || [];
|
|
14392
14416
|
d({
|
|
14393
|
-
items:
|
|
14417
|
+
items: g,
|
|
14394
14418
|
// Clone items because it could be cached data (immutable)
|
|
14395
14419
|
total: ((S = (w = h.data.productCollections) == null ? void 0 : w[0].productCollectionProductsFeed) == null ? void 0 : S.total) ?? 0
|
|
14396
14420
|
});
|
|
@@ -14639,7 +14663,7 @@ const hl = v`
|
|
|
14639
14663
|
}
|
|
14640
14664
|
})).data) == null ? void 0 : e.productCollections) == null ? void 0 : a.map((n) => new Zn(n));
|
|
14641
14665
|
};
|
|
14642
|
-
class
|
|
14666
|
+
class gl {
|
|
14643
14667
|
constructor() {
|
|
14644
14668
|
this.listeners = {};
|
|
14645
14669
|
}
|
|
@@ -14666,7 +14690,7 @@ class ml {
|
|
|
14666
14690
|
delete this.listeners[e];
|
|
14667
14691
|
}
|
|
14668
14692
|
}
|
|
14669
|
-
const
|
|
14693
|
+
const ml = v`
|
|
14670
14694
|
mutation AddAddressToBundle(
|
|
14671
14695
|
$bundleId: String!
|
|
14672
14696
|
$streetAddress: String
|
|
@@ -14705,7 +14729,7 @@ const gl = v`
|
|
|
14705
14729
|
class Je {
|
|
14706
14730
|
constructor(t, e, a, n, i, s) {
|
|
14707
14731
|
var c, d, A;
|
|
14708
|
-
this.workflowExperiences = [], this.eventEmitter = new
|
|
14732
|
+
this.workflowExperiences = [], this.eventEmitter = new gl(), this.client = t, this.id = e.id, this.name = e.name || "", this.template = e.template || !1, this.quoteId = e.quoteId, this.shareActions = e.bundleShareActions, this.workflowViewerLink = e.workflowViewerLink, this.workflowViewerAmendLink = e.workflowViewerAmendLink, this.ownerId = i, this.metadata = new Map(((c = e.metadata) == null ? void 0 : c.map((u) => [u.key, u.value])) || []), this.completed = e.completed ?? !1, this.productCollection = e.productCollection, this.bundleStateManager = new sl(e.bundleStateData);
|
|
14709
14733
|
const o = (d = this.productCollection) == null ? void 0 : d.globalPropertyConfiguration;
|
|
14710
14734
|
this.globalConfigurationPropertyId = o == null ? void 0 : o.id, this.globalPropertyStateManager = new il(
|
|
14711
14735
|
this.id,
|
|
@@ -14719,16 +14743,16 @@ class Je {
|
|
|
14719
14743
|
u([]);
|
|
14720
14744
|
return;
|
|
14721
14745
|
}
|
|
14722
|
-
console.log("Setting default global variants."), this.globalPropertyHandleService.getHandles().then((
|
|
14723
|
-
const
|
|
14724
|
-
if (p.getType() ===
|
|
14746
|
+
console.log("Setting default global variants."), this.globalPropertyHandleService.getHandles().then((g) => {
|
|
14747
|
+
const m = g.map((p) => {
|
|
14748
|
+
if (p.getType() === G.ColorOption || p.getType() === G.Option) {
|
|
14725
14749
|
const f = p;
|
|
14726
14750
|
if (this.globalPropertyStateManager.getGlobalPropertyState())
|
|
14727
14751
|
return f.initDefaultVariant();
|
|
14728
14752
|
console.log("Attempted to set global default variant before state was initialized.");
|
|
14729
14753
|
}
|
|
14730
14754
|
});
|
|
14731
|
-
Promise.all(
|
|
14755
|
+
Promise.all(m).then(u).catch(h);
|
|
14732
14756
|
});
|
|
14733
14757
|
});
|
|
14734
14758
|
this.initializationPromise = Promise.all([
|
|
@@ -14759,7 +14783,7 @@ class Je {
|
|
|
14759
14783
|
}
|
|
14760
14784
|
async attachAddress(t, e, a, n, i, s) {
|
|
14761
14785
|
await b.getShadowGraphqlClient().mutate({
|
|
14762
|
-
mutation:
|
|
14786
|
+
mutation: ml,
|
|
14763
14787
|
variables: {
|
|
14764
14788
|
bundleId: this.id,
|
|
14765
14789
|
streetAddress: t || void 0,
|
|
@@ -14852,10 +14876,12 @@ class Je {
|
|
|
14852
14876
|
var a;
|
|
14853
14877
|
const e = await this.globalPropertyHandleService.getHandles();
|
|
14854
14878
|
for (const n of t.aspects) {
|
|
14879
|
+
for (const o of this.workflowExperiences)
|
|
14880
|
+
o.getWorkflowManager().unsetInitialized();
|
|
14855
14881
|
const i = n == null ? void 0 : n.name, s = e.find((o) => o.getName() === i);
|
|
14856
14882
|
if (s)
|
|
14857
14883
|
switch (n.type) {
|
|
14858
|
-
case
|
|
14884
|
+
case G.FileUpload: {
|
|
14859
14885
|
const o = s, l = await ve([n.value]);
|
|
14860
14886
|
l.length > 0 && await o.selectImage(l[0]);
|
|
14861
14887
|
const c = (a = n.storage) == null ? void 0 : a.colors;
|
|
@@ -14863,26 +14889,26 @@ class Je {
|
|
|
14863
14889
|
const d = Object.fromEntries(
|
|
14864
14890
|
c.map((A) => [A.key, { browserValue: A.browserValue, pmsValue: A.pmsValue }]) ?? []
|
|
14865
14891
|
);
|
|
14866
|
-
await o.changeColors(d);
|
|
14892
|
+
await o.changeColors(d, !0);
|
|
14867
14893
|
}
|
|
14868
14894
|
break;
|
|
14869
14895
|
}
|
|
14870
|
-
case
|
|
14896
|
+
case G.ColorOption: {
|
|
14871
14897
|
const o = s;
|
|
14872
|
-
if (n.type ===
|
|
14898
|
+
if (n.type === G.ColorOption) {
|
|
14873
14899
|
const c = o.getAllVariants().find((d) => d.getId() === n.value);
|
|
14874
14900
|
c && await o.selectVariant(c);
|
|
14875
14901
|
} else
|
|
14876
|
-
o.setCustomColor(n.value);
|
|
14902
|
+
o.setCustomColor(n.value, !0);
|
|
14877
14903
|
break;
|
|
14878
14904
|
}
|
|
14879
|
-
case
|
|
14905
|
+
case G.Option: {
|
|
14880
14906
|
const o = s, c = o.getAllVariants().find((d) => d.getId() === n.value);
|
|
14881
|
-
c && await o.selectVariant(c);
|
|
14907
|
+
console.log(`LOG: variant for ${n.value}: ${c}`), c && await o.selectVariant(c, void 0, !0);
|
|
14882
14908
|
break;
|
|
14883
14909
|
}
|
|
14884
|
-
case
|
|
14885
|
-
await s.setText(n.value);
|
|
14910
|
+
case G.Text: {
|
|
14911
|
+
console.log(`LOG: text ${n.value}`), await s.setText(n.value, !0);
|
|
14886
14912
|
break;
|
|
14887
14913
|
}
|
|
14888
14914
|
}
|
|
@@ -14892,7 +14918,7 @@ class Je {
|
|
|
14892
14918
|
return this.globalPropertyStateManager;
|
|
14893
14919
|
}
|
|
14894
14920
|
async getGlobalPropertyTotalSubunits() {
|
|
14895
|
-
return (await this.globalPropertyHandleService.getHandles()).filter((a) => a.getType() ===
|
|
14921
|
+
return (await this.globalPropertyHandleService.getHandles()).filter((a) => a.getType() === G.Option).map((a) => {
|
|
14896
14922
|
var n;
|
|
14897
14923
|
return ((n = a.getCurrentVariant()) == null ? void 0 : n.getPrice()) || 0;
|
|
14898
14924
|
}).reduce((a, n) => a + n, 0);
|
|
@@ -14911,14 +14937,14 @@ class Je {
|
|
|
14911
14937
|
const c = (e = this.getGlobalPropertyConfiguration()) == null ? void 0 : e.aspects.find(
|
|
14912
14938
|
(d) => d.name === l
|
|
14913
14939
|
);
|
|
14914
|
-
if (c && c.type ===
|
|
14940
|
+
if (c && c.type === G.ColorOption) {
|
|
14915
14941
|
const d = (a = s.getCurrentVariant()) == null ? void 0 : a.getAssetResource(), A = ((n = d == null ? void 0 : d.assetConfiguration) == null ? void 0 : n.channelNumbers) || [], u = ((i = d == null ? void 0 : d.assetConfiguration) == null ? void 0 : i.defaultColorVariants) || [], h = rl(
|
|
14916
14942
|
this.getWorkflowExperiences(),
|
|
14917
14943
|
this.globalConfigurationPropertyId || "",
|
|
14918
14944
|
l
|
|
14919
|
-
),
|
|
14920
|
-
if (
|
|
14921
|
-
for (const p of
|
|
14945
|
+
), g = [...new Set(A.map((p) => p.number))];
|
|
14946
|
+
if (g.length > h)
|
|
14947
|
+
for (const p of g) {
|
|
14922
14948
|
const f = this.getGlobalPropertyStateManager(), C = u.find((w) => w.channelNumber === p);
|
|
14923
14949
|
C && await f.setAspect(l, C.variant.id || "", void 0, C.channelNumber);
|
|
14924
14950
|
}
|
|
@@ -14979,7 +15005,7 @@ class Je {
|
|
|
14979
15005
|
throw new Error("Unable to add transaction to bundle - Already Exists!");
|
|
14980
15006
|
const s = (N.getMap("transactionOwnerIds") || /* @__PURE__ */ new Map()).get(a);
|
|
14981
15007
|
await b.getShadowGraphqlClient().mutate({
|
|
14982
|
-
mutation:
|
|
15008
|
+
mutation: Hs,
|
|
14983
15009
|
variables: {
|
|
14984
15010
|
id: this.id,
|
|
14985
15011
|
transactionId: a
|
|
@@ -15162,7 +15188,7 @@ class Je {
|
|
|
15162
15188
|
}
|
|
15163
15189
|
async getAllStakeholders() {
|
|
15164
15190
|
const t = await b.getShadowGraphqlClient().query({
|
|
15165
|
-
query:
|
|
15191
|
+
query: Ha,
|
|
15166
15192
|
errorPolicy: "all",
|
|
15167
15193
|
fetchPolicy: "no-cache",
|
|
15168
15194
|
variables: {
|
|
@@ -15179,7 +15205,7 @@ class Je {
|
|
|
15179
15205
|
}
|
|
15180
15206
|
async getCurrentStakeholder() {
|
|
15181
15207
|
const t = await b.getShadowGraphqlClient().query({
|
|
15182
|
-
query:
|
|
15208
|
+
query: Ha,
|
|
15183
15209
|
errorPolicy: "all",
|
|
15184
15210
|
fetchPolicy: "no-cache",
|
|
15185
15211
|
variables: {
|
|
@@ -15334,7 +15360,7 @@ class Je {
|
|
|
15334
15360
|
async updateBundle() {
|
|
15335
15361
|
var e;
|
|
15336
15362
|
if (!((e = (await b.getShadowGraphqlClient().mutate({
|
|
15337
|
-
mutation:
|
|
15363
|
+
mutation: qs,
|
|
15338
15364
|
variables: {
|
|
15339
15365
|
id: this.id,
|
|
15340
15366
|
name: this.name,
|
|
@@ -15443,14 +15469,14 @@ class wl {
|
|
|
15443
15469
|
mutation: Cl,
|
|
15444
15470
|
variables: {
|
|
15445
15471
|
processFlowId: t,
|
|
15446
|
-
inputs: [...e.map((
|
|
15472
|
+
inputs: [...e.map((g) => g.getValueForTransmission())]
|
|
15447
15473
|
}
|
|
15448
15474
|
})).data) == null ? void 0 : A.processExecutionCreate) == null ? void 0 : u.id;
|
|
15449
15475
|
if (!i)
|
|
15450
15476
|
throw new Error("Failed to create process execution.");
|
|
15451
|
-
function s(
|
|
15452
|
-
return new Promise((
|
|
15453
|
-
setTimeout(
|
|
15477
|
+
function s(g) {
|
|
15478
|
+
return new Promise((m) => {
|
|
15479
|
+
setTimeout(m, g);
|
|
15454
15480
|
});
|
|
15455
15481
|
}
|
|
15456
15482
|
let o = !1, l = 0, c, d;
|
|
@@ -15474,20 +15500,20 @@ class wl {
|
|
|
15474
15500
|
ids: [i]
|
|
15475
15501
|
}
|
|
15476
15502
|
});
|
|
15477
|
-
const
|
|
15478
|
-
if (!c || !
|
|
15503
|
+
const g = (h = c.data) == null ? void 0 : h.processExecutions[0];
|
|
15504
|
+
if (!c || !g)
|
|
15479
15505
|
throw new Error("Failed to retrieve server response for execution.");
|
|
15480
|
-
if (
|
|
15506
|
+
if (g.failedAt)
|
|
15481
15507
|
throw new Error(
|
|
15482
15508
|
"Execution has failed to complete. See Automation > FLows in Flight on partner account on SpiffCommerce Hub."
|
|
15483
15509
|
);
|
|
15484
|
-
if (
|
|
15485
|
-
o = !0, d = new yl(
|
|
15510
|
+
if (g.completedAt) {
|
|
15511
|
+
o = !0, d = new yl(g);
|
|
15486
15512
|
break;
|
|
15487
15513
|
}
|
|
15488
15514
|
l += 1;
|
|
15489
|
-
const
|
|
15490
|
-
if (l >=
|
|
15515
|
+
const m = a != null && a.repeats ? a == null ? void 0 : a.repeats : 5;
|
|
15516
|
+
if (l >= m)
|
|
15491
15517
|
throw new Error("Maximum wait time exceeded for execution result.");
|
|
15492
15518
|
await s(a != null && a.sleepTime ? Math.max(a.sleepTime, 500) : 2e3);
|
|
15493
15519
|
}
|
|
@@ -15834,7 +15860,7 @@ class Il {
|
|
|
15834
15860
|
));
|
|
15835
15861
|
}
|
|
15836
15862
|
}
|
|
15837
|
-
const
|
|
15863
|
+
const Ut = new Il(), Pl = async (r, t) => {
|
|
15838
15864
|
var n;
|
|
15839
15865
|
const e = await b.getShadowGraphqlClient().query({
|
|
15840
15866
|
query: ki(((n = t == null ? void 0 : t.assets) == null ? void 0 : n.metadata) || !1),
|
|
@@ -15853,8 +15879,8 @@ const Lt = new Il(), Pl = async (r, t) => {
|
|
|
15853
15879
|
return a.forEach((i) => {
|
|
15854
15880
|
i.steps.forEach((s) => {
|
|
15855
15881
|
var o, l, c;
|
|
15856
|
-
delete s.data.__typename, (o = s.option) != null && o.id && ((l = s.option.defaultVariant) != null && l.asset &&
|
|
15857
|
-
d.asset &&
|
|
15882
|
+
delete s.data.__typename, (o = s.option) != null && o.id && ((l = s.option.defaultVariant) != null && l.asset && L.cacheAsset(s.option.defaultVariant.asset), s.option.colorProfile && L.cacheAsset(s.option.colorProfile), (c = s.option.variants) == null || c.forEach((d) => {
|
|
15883
|
+
d.asset && L.cacheAsset(d.asset), d.thumbnail && L.cacheAsset(d.thumbnail), d.material && L.cacheMaterial(d.material);
|
|
15858
15884
|
}), Jt.set({ id: s.option.id }, Promise.resolve(s.option)));
|
|
15859
15885
|
}), i.finalizeStepConfig || (i.finalizeStepConfig = {}), i.finalizeStepConfig.termsMarkdown = i.finalizeStepConfig.termsMarkdown || i.partner.termsMarkdown;
|
|
15860
15886
|
}), a;
|
|
@@ -15900,17 +15926,17 @@ class rd {
|
|
|
15900
15926
|
} catch (a) {
|
|
15901
15927
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15902
15928
|
}
|
|
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.
|
|
15929
|
+
}, 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.c81aa99d-2b11-576b-8931-2f9fe9726ad0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15904
15930
|
}
|
|
15905
15931
|
configure(t) {
|
|
15906
|
-
|
|
15932
|
+
gt.setHubUrl(t.hubUrl), gt.setServerUrl(t.serverUrl), gt.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 && Ut.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
15907
15933
|
}
|
|
15908
15934
|
/**
|
|
15909
15935
|
* @returns The asset manager allows for common operations related to assets
|
|
15910
15936
|
* and the Spiff Commerce platform.
|
|
15911
15937
|
*/
|
|
15912
15938
|
getAssetManager() {
|
|
15913
|
-
return
|
|
15939
|
+
return L;
|
|
15914
15940
|
}
|
|
15915
15941
|
getCurrencyCode() {
|
|
15916
15942
|
if (this.currencyCode === void 0)
|
|
@@ -15978,7 +16004,7 @@ class rd {
|
|
|
15978
16004
|
* @throws An error if the transaction is not found.
|
|
15979
16005
|
*/
|
|
15980
16006
|
async authenticateTransactionFromLocalStorage(t) {
|
|
15981
|
-
var d, A, u, h,
|
|
16007
|
+
var d, A, u, h, g, m;
|
|
15982
16008
|
const e = b.getShadowGraphqlClient(), a = await e.query({
|
|
15983
16009
|
query: Mi,
|
|
15984
16010
|
errorPolicy: "all",
|
|
@@ -16004,7 +16030,7 @@ class rd {
|
|
|
16004
16030
|
var S, y;
|
|
16005
16031
|
return (y = (S = w.bundle) == null ? void 0 : S.transactions) == null ? void 0 : y.some((E) => E.id === t);
|
|
16006
16032
|
}
|
|
16007
|
-
)) || ((
|
|
16033
|
+
)) || ((m = (g = this.customer) == null ? void 0 : g.stakeholders) == null ? void 0 : m.find(
|
|
16008
16034
|
(w) => {
|
|
16009
16035
|
var S;
|
|
16010
16036
|
return ((S = w.transaction) == null ? void 0 : S.id) === t;
|
|
@@ -16110,7 +16136,7 @@ class rd {
|
|
|
16110
16136
|
return !1;
|
|
16111
16137
|
const n = JSON.parse(e), i = (/* @__PURE__ */ new Date()).getTime() / 1e3;
|
|
16112
16138
|
if (!n.ExpiresIn || n.ExpiresIn < i - parseInt(t)) {
|
|
16113
|
-
const l = await
|
|
16139
|
+
const l = await Ut.refreshTokens();
|
|
16114
16140
|
if (l != null && l.AuthenticationResult)
|
|
16115
16141
|
localStorage.setItem("last-refreshed-cognito-tokens", `${(/* @__PURE__ */ new Date()).getTime() / 1e3}`), n.AccessToken = l.AuthenticationResult.AccessToken, localStorage.setItem("cognito-tokens", JSON.stringify(n));
|
|
16116
16142
|
else
|
|
@@ -16135,14 +16161,14 @@ class rd {
|
|
|
16135
16161
|
variables: {
|
|
16136
16162
|
emailAddress: t
|
|
16137
16163
|
}
|
|
16138
|
-
}), await
|
|
16164
|
+
}), await Ut.generateCode(t);
|
|
16139
16165
|
}
|
|
16140
16166
|
/**
|
|
16141
16167
|
* Verify an email code to log in as a Spiff user.
|
|
16142
16168
|
* Always returns true if it doesn't throw.
|
|
16143
16169
|
*/
|
|
16144
16170
|
async verifyCode(t, e) {
|
|
16145
|
-
const a = (await this.getIntegration()).partner.id || "", n = await
|
|
16171
|
+
const a = (await this.getIntegration()).partner.id || "", n = await Ut.verifyCode(t, e, a);
|
|
16146
16172
|
if (n != null && n.AuthenticationResult) {
|
|
16147
16173
|
localStorage.setItem("last-refreshed-cognito-tokens", `${(/* @__PURE__ */ new Date()).getTime() / 1e3}`), localStorage.setItem("cognito-tokens", JSON.stringify(n.AuthenticationResult)), localStorage.setItem("cognito-email", t);
|
|
16148
16174
|
const s = (await b.getShadowGraphqlClient().query({
|
|
@@ -16172,7 +16198,7 @@ class rd {
|
|
|
16172
16198
|
throw new Error("No token data in storage.");
|
|
16173
16199
|
const a = JSON.parse(e), n = (/* @__PURE__ */ new Date()).getTime() / 1e3, i = !(a != null && a.AccessToken) || Wt(a.AccessToken);
|
|
16174
16200
|
if (!a.ExpiresIn || a.ExpiresIn < n - parseInt(t) || i) {
|
|
16175
|
-
const s = await
|
|
16201
|
+
const s = await Ut.refreshTokens();
|
|
16176
16202
|
if (s != null && s.AuthenticationResult)
|
|
16177
16203
|
localStorage.setItem("last-refreshed-cognito-tokens", `${(/* @__PURE__ */ new Date()).getTime() / 1e3}`), a.AccessToken = s.AuthenticationResult.AccessToken, localStorage.setItem("cognito-tokens", JSON.stringify(a));
|
|
16178
16204
|
else
|
|
@@ -16203,7 +16229,7 @@ class rd {
|
|
|
16203
16229
|
mutation: Ws(((d = (c = a == null ? void 0 : a.graphql) == null ? void 0 : c.productCollection) == null ? void 0 : d.eagerFetchProducts) || !1),
|
|
16204
16230
|
variables: {
|
|
16205
16231
|
collectionId: t,
|
|
16206
|
-
initialMetadata: e ? Object.entries(e).map((
|
|
16232
|
+
initialMetadata: e ? Object.entries(e).map((g, m) => ({ key: g[0], value: g[1] })) : void 0,
|
|
16207
16233
|
marketplaceThemeInstallId: this.marketplaceThemeInstallId,
|
|
16208
16234
|
marketplaceThemeInstallConfigurationId: this.marketplaceThemeInstallConfigurationId
|
|
16209
16235
|
},
|
|
@@ -16229,7 +16255,7 @@ class rd {
|
|
|
16229
16255
|
* @returns A bundle to be used for grouping and operating on large amounts of workflow experiences.
|
|
16230
16256
|
*/
|
|
16231
16257
|
async getExistingBundle(t, e, a, n) {
|
|
16232
|
-
var h,
|
|
16258
|
+
var h, g, m, p, f, C, w, S, y, E, B;
|
|
16233
16259
|
const i = N.getMap("bundleOwnerIds"), s = i == null ? void 0 : i.get(t), o = {};
|
|
16234
16260
|
try {
|
|
16235
16261
|
const I = await this.loggedInBearerToken();
|
|
@@ -16241,9 +16267,9 @@ class rd {
|
|
|
16241
16267
|
const l = {
|
|
16242
16268
|
bundleOwnerId: s,
|
|
16243
16269
|
...o,
|
|
16244
|
-
...(
|
|
16270
|
+
...(g = n == null ? void 0 : n.graphql) == null ? void 0 : g.additionalHeaders
|
|
16245
16271
|
}, c = await b.getShadowGraphqlClient().query({
|
|
16246
|
-
query:
|
|
16272
|
+
query: Ls(((p = (m = n == null ? void 0 : n.graphql) == null ? void 0 : m.productCollection) == null ? void 0 : p.eagerFetchProducts) || !1),
|
|
16247
16273
|
variables: {
|
|
16248
16274
|
id: t
|
|
16249
16275
|
},
|
|
@@ -16271,19 +16297,19 @@ class rd {
|
|
|
16271
16297
|
* @returns A bundle to be used for grouping and operating on large amounts of workflow experiences.
|
|
16272
16298
|
*/
|
|
16273
16299
|
async duplicateBundle(t, e, a, n) {
|
|
16274
|
-
var h,
|
|
16300
|
+
var h, g, m, p, f, C, w, S;
|
|
16275
16301
|
const i = (h = N.getMap("bundleOwnerIds")) == null ? void 0 : h.get(t), s = {};
|
|
16276
16302
|
try {
|
|
16277
16303
|
const y = await this.loggedInBearerToken();
|
|
16278
16304
|
s.Authorization = `Bearer ${y}`;
|
|
16279
16305
|
} catch {
|
|
16280
|
-
const B = ((
|
|
16306
|
+
const B = ((g = Object.entries(localStorage).find(([D, x]) => D.startsWith("CognitoIdentityServiceProvider") && D.endsWith("idToken"))) == null ? void 0 : g[0]) || "", I = localStorage.getItem(B);
|
|
16281
16307
|
I && !Wt(I) && (s.Authorization = `Bearer ${I}`);
|
|
16282
16308
|
}
|
|
16283
16309
|
const o = {
|
|
16284
16310
|
bundleOwnerId: i,
|
|
16285
16311
|
...s,
|
|
16286
|
-
...(
|
|
16312
|
+
...(m = n == null ? void 0 : n.graphql) == null ? void 0 : m.additionalHeaders
|
|
16287
16313
|
}, c = (C = (await b.getShadowGraphqlClient().mutate({
|
|
16288
16314
|
mutation: js(((f = (p = n == null ? void 0 : n.graphql) == null ? void 0 : p.productCollection) == null ? void 0 : f.eagerFetchProducts) || !1),
|
|
16289
16315
|
variables: {
|
|
@@ -16342,7 +16368,7 @@ class rd {
|
|
|
16342
16368
|
if (!this.customer)
|
|
16343
16369
|
throw new Error("Customer not authenticated.");
|
|
16344
16370
|
const t = await b.getShadowGraphqlClient().query({
|
|
16345
|
-
query:
|
|
16371
|
+
query: Us,
|
|
16346
16372
|
variables: {
|
|
16347
16373
|
id: this.customer.id
|
|
16348
16374
|
},
|
|
@@ -16439,11 +16465,11 @@ class rd {
|
|
|
16439
16465
|
), c = Fa(o, 10), d = Fa(l, 10), A = (await Promise.all([
|
|
16440
16466
|
...c.map(n),
|
|
16441
16467
|
...d.map(i)
|
|
16442
|
-
])).flat(), u = [...new Set(A.map((y) => y.workflowId))], h = await er(u, e),
|
|
16468
|
+
])).flat(), u = [...new Set(A.map((y) => y.workflowId))], h = await er(u, e), g = new Map(h.map((y) => [y.id, y])), m = N.getMap("transactionOwnerIds") || /* @__PURE__ */ new Map(), p = A.map(async (y) => {
|
|
16443
16469
|
var tt;
|
|
16444
|
-
const { transaction: E, workflowId: B, readOnly: I, index: D } = y, x =
|
|
16445
|
-
!
|
|
16446
|
-
const T =
|
|
16470
|
+
const { transaction: E, workflowId: B, readOnly: I, index: D } = y, x = g.get(B), k = t[D];
|
|
16471
|
+
!m.get(E.id) && E.transactionOwnerId && m.set(E.id, E.transactionOwnerId);
|
|
16472
|
+
const T = m.get(E.id) || void 0, nt = new bl({
|
|
16447
16473
|
onMutate: () => ({ context: { transactionOwnerId: T, bundleOwnerId: e == null ? void 0 : e.bundleOwnerId } }),
|
|
16448
16474
|
onQuery: () => ({ context: { transactionOwnerId: T, bundleOwnerId: e == null ? void 0 : e.bundleOwnerId } })
|
|
16449
16475
|
}), R = {
|
|
@@ -16452,9 +16478,9 @@ class rd {
|
|
|
16452
16478
|
layouts: [],
|
|
16453
16479
|
singleVariantsRenderable: (tt = k == null ? void 0 : k.workflowConfiguration) == null ? void 0 : tt.singleVariantsRenderable,
|
|
16454
16480
|
stateMutationFunc: I ? async () => {
|
|
16455
|
-
throw new
|
|
16456
|
-
} : async (
|
|
16457
|
-
...
|
|
16481
|
+
throw new z("State mutation is forbidden in read only mode!");
|
|
16482
|
+
} : async (q) => this.updateTransactionState({
|
|
16483
|
+
...q,
|
|
16458
16484
|
context: { transactionOwnerId: T, bundleOwnerId: e == null ? void 0 : e.bundleOwnerId }
|
|
16459
16485
|
}),
|
|
16460
16486
|
graphQlClient: () => nt,
|
|
@@ -16463,11 +16489,11 @@ class rd {
|
|
|
16463
16489
|
isReloadedTransaction: k.type === "transaction"
|
|
16464
16490
|
};
|
|
16465
16491
|
if (k.type === "transaction" && E.workflowState) {
|
|
16466
|
-
const
|
|
16467
|
-
R.layouts = Object.values(
|
|
16492
|
+
const q = JSON.parse(E.workflowState);
|
|
16493
|
+
R.layouts = Object.values(q.layouts || {}).map((ft) => ft.layout), await Ga(q), R.reloadedState = q;
|
|
16468
16494
|
} else if (!I && k.workflowState) {
|
|
16469
|
-
const
|
|
16470
|
-
R.layouts = Object.values(
|
|
16495
|
+
const q = JSON.parse(k.workflowState);
|
|
16496
|
+
R.layouts = Object.values(q.layouts || {}).map((ft) => ft.layout), await Ga(q), R.reloadedState = q;
|
|
16471
16497
|
} else
|
|
16472
16498
|
R.layouts = Fl(
|
|
16473
16499
|
R.transaction,
|
|
@@ -16477,7 +16503,7 @@ class rd {
|
|
|
16477
16503
|
R.layouts
|
|
16478
16504
|
), R.delayWorkflowStateSync = !0, { experienceOptions: R, index: D, options: k };
|
|
16479
16505
|
}), f = await Promise.all(p);
|
|
16480
|
-
N.setMap("transactionOwnerIds",
|
|
16506
|
+
N.setMap("transactionOwnerIds", m);
|
|
16481
16507
|
const w = f.sort((y, E) => y.index - E.index).map(async (y) => {
|
|
16482
16508
|
const { experienceOptions: E, options: B } = y, I = new Oo(this, E);
|
|
16483
16509
|
return await I.getWorkflowManager().getInitializationPromise(), B.type !== "transaction" && this.customer && await I.attachCustomerDetails({ email: this.customer.emailAddress }), I;
|
|
@@ -16754,7 +16780,7 @@ class Tl {
|
|
|
16754
16780
|
if (!n || !this.frameData)
|
|
16755
16781
|
return;
|
|
16756
16782
|
if (this.frameData.length !== t.length)
|
|
16757
|
-
throw new
|
|
16783
|
+
throw new z(
|
|
16758
16784
|
"Frame data and offsets are not the same length. This is a bug. Please report it."
|
|
16759
16785
|
);
|
|
16760
16786
|
if (!this.offsets.some((s, o) => !(t[o].x === s.x && t[o].y === s.y && t[o].zoom === s.zoom)) && !a) {
|
|
@@ -16798,9 +16824,9 @@ class Tl {
|
|
|
16798
16824
|
*/
|
|
16799
16825
|
updateFrameOffsets(t, e, a, n, i) {
|
|
16800
16826
|
if (!a || a.length === 0 || a.some((o) => !o))
|
|
16801
|
-
throw new
|
|
16827
|
+
throw new z("Frame data not set. This is a bug");
|
|
16802
16828
|
if (!this.workflowManager)
|
|
16803
|
-
throw new
|
|
16829
|
+
throw new z("No workflow manager set, cannot update offsets.");
|
|
16804
16830
|
const s = this.workflowManager.getCommandDispatcher();
|
|
16805
16831
|
this.targetElements.forEach((o, l) => {
|
|
16806
16832
|
s(
|
|
@@ -17072,7 +17098,7 @@ class Ql extends it {
|
|
|
17072
17098
|
const e = await this.getOriginalImageSelection();
|
|
17073
17099
|
if (!e)
|
|
17074
17100
|
throw new Error("You must supply an image selection before attempting to remove the background.");
|
|
17075
|
-
const a = await
|
|
17101
|
+
const a = await L.removeBackgroundFromAsset(e);
|
|
17076
17102
|
t && await wt.selectImage(this.step, a, this.manager, !1);
|
|
17077
17103
|
const n = ((i = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : i.framePatternData) || {};
|
|
17078
17104
|
return this.manager.updateStorage(this.step.stepName, {
|
|
@@ -17131,13 +17157,13 @@ class Ql extends it {
|
|
|
17131
17157
|
var e, a;
|
|
17132
17158
|
const t = (a = (e = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : e.framePatternData) == null ? void 0 : a.originalAssetKey;
|
|
17133
17159
|
if (t)
|
|
17134
|
-
return
|
|
17160
|
+
return L.getLocalOrFromServer(t);
|
|
17135
17161
|
}
|
|
17136
17162
|
async getBackgroundRemovedImageSelection() {
|
|
17137
17163
|
var e, a;
|
|
17138
17164
|
const t = (a = (e = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : e.framePatternData) == null ? void 0 : a.backgroundRemovedAssetKey;
|
|
17139
17165
|
if (t)
|
|
17140
|
-
return
|
|
17166
|
+
return L.getLocalOrFromServer(t);
|
|
17141
17167
|
}
|
|
17142
17168
|
hasOriginalImageSelection() {
|
|
17143
17169
|
var t, e;
|
|
@@ -17234,7 +17260,7 @@ const Rl = v`
|
|
|
17234
17260
|
workflowViewerLink
|
|
17235
17261
|
}
|
|
17236
17262
|
}
|
|
17237
|
-
`,
|
|
17263
|
+
`, Ll = v`
|
|
17238
17264
|
query GetCustomerBundles($id: String!, $limit: Int!, $offset: Int!) {
|
|
17239
17265
|
customerBundlesFeed(id: $id, limit: $limit, offset: $offset) {
|
|
17240
17266
|
items {
|
|
@@ -17249,7 +17275,7 @@ const Rl = v`
|
|
|
17249
17275
|
total
|
|
17250
17276
|
}
|
|
17251
17277
|
}
|
|
17252
|
-
`,
|
|
17278
|
+
`, Ul = v`
|
|
17253
17279
|
query GetTransactionsForBundle($id: String!) {
|
|
17254
17280
|
bundles(ids: [$id]) {
|
|
17255
17281
|
id
|
|
@@ -17277,14 +17303,14 @@ const Rl = v`
|
|
|
17277
17303
|
name
|
|
17278
17304
|
}
|
|
17279
17305
|
}
|
|
17280
|
-
`,
|
|
17306
|
+
`, Gl = v`
|
|
17281
17307
|
mutation DuplicateBundle($id: String!, $template: Boolean!) {
|
|
17282
17308
|
bundleDuplicate(id: $id, template: $template) {
|
|
17283
17309
|
id
|
|
17284
17310
|
workflowViewerLink
|
|
17285
17311
|
}
|
|
17286
17312
|
}
|
|
17287
|
-
`,
|
|
17313
|
+
`, zl = v`
|
|
17288
17314
|
query GetBundleTemplates($id: String!, $limit: Int!, $offset: Int!) {
|
|
17289
17315
|
customerBundlesFeed(id: $id, limit: $limit, offset: $offset, template: true) {
|
|
17290
17316
|
items {
|
|
@@ -17313,7 +17339,7 @@ const Rl = v`
|
|
|
17313
17339
|
name: t
|
|
17314
17340
|
}
|
|
17315
17341
|
}), ud = async (r, t) => await b.getShadowGraphqlClient().mutate({
|
|
17316
|
-
mutation:
|
|
17342
|
+
mutation: Gl,
|
|
17317
17343
|
errorPolicy: "all",
|
|
17318
17344
|
variables: {
|
|
17319
17345
|
id: r,
|
|
@@ -17326,14 +17352,14 @@ const Rl = v`
|
|
|
17326
17352
|
id: r,
|
|
17327
17353
|
template: t
|
|
17328
17354
|
}
|
|
17329
|
-
}),
|
|
17355
|
+
}), gd = async (r) => (await b.getShadowGraphqlClient().query({
|
|
17330
17356
|
query: Rl,
|
|
17331
17357
|
errorPolicy: "all",
|
|
17332
17358
|
variables: {
|
|
17333
17359
|
email: r
|
|
17334
17360
|
}
|
|
17335
|
-
})).data.customer,
|
|
17336
|
-
query:
|
|
17361
|
+
})).data.customer, md = async (r, t, e) => await b.getShadowGraphqlClient().query({
|
|
17362
|
+
query: Ll,
|
|
17337
17363
|
errorPolicy: "all",
|
|
17338
17364
|
fetchPolicy: "no-cache",
|
|
17339
17365
|
variables: {
|
|
@@ -17342,7 +17368,7 @@ const Rl = v`
|
|
|
17342
17368
|
limit: t
|
|
17343
17369
|
}
|
|
17344
17370
|
}), pd = async (r, t) => await b.getShadowGraphqlClient().query({
|
|
17345
|
-
query:
|
|
17371
|
+
query: Ul,
|
|
17346
17372
|
errorPolicy: "all",
|
|
17347
17373
|
fetchPolicy: "no-cache",
|
|
17348
17374
|
variables: {
|
|
@@ -17420,7 +17446,7 @@ const Rl = v`
|
|
|
17420
17446
|
}, yd = async (r, t, e) => {
|
|
17421
17447
|
var n;
|
|
17422
17448
|
const a = await b.getShadowGraphqlClient().query({
|
|
17423
|
-
query:
|
|
17449
|
+
query: zl,
|
|
17424
17450
|
errorPolicy: "all",
|
|
17425
17451
|
fetchPolicy: "no-cache",
|
|
17426
17452
|
variables: {
|
|
@@ -17454,7 +17480,7 @@ _ = { __e: function(r, t, e, a) {
|
|
|
17454
17480
|
throw r;
|
|
17455
17481
|
} }, typeof Promise == "function" && Promise.prototype.then.bind(Promise.resolve());
|
|
17456
17482
|
var ot, Ke, _a, ar = [], _e = [], Xa = _.__b, Za = _.__r, tn = _.diffed, en = _.__c, an = _.unmount;
|
|
17457
|
-
function
|
|
17483
|
+
function ql() {
|
|
17458
17484
|
for (var r; r = ar.shift(); )
|
|
17459
17485
|
if (r.__P && r.__H)
|
|
17460
17486
|
try {
|
|
@@ -17474,7 +17500,7 @@ _.__b = function(r) {
|
|
|
17474
17500
|
}, _.diffed = function(r) {
|
|
17475
17501
|
tn && tn(r);
|
|
17476
17502
|
var t = r.__c;
|
|
17477
|
-
t && t.__H && (t.__H.__h.length && (ar.push(t) !== 1 && _a === _.requestAnimationFrame || ((_a = _.requestAnimationFrame) ||
|
|
17503
|
+
t && t.__H && (t.__H.__h.length && (ar.push(t) !== 1 && _a === _.requestAnimationFrame || ((_a = _.requestAnimationFrame) || Hl)(ql)), t.__H.__.forEach(function(e) {
|
|
17478
17504
|
e.i && (e.__H = e.i), e.__V !== _e && (e.__ = e.__V), e.i = void 0, e.__V = _e;
|
|
17479
17505
|
})), Ke = ot = null;
|
|
17480
17506
|
}, _.__c = function(r, t) {
|
|
@@ -17501,7 +17527,7 @@ _.__b = function(r) {
|
|
|
17501
17527
|
}), e.__H = void 0, t && _.__e(t, e.__v));
|
|
17502
17528
|
};
|
|
17503
17529
|
var nn = typeof requestAnimationFrame == "function";
|
|
17504
|
-
function
|
|
17530
|
+
function Hl(r) {
|
|
17505
17531
|
var t, e = function() {
|
|
17506
17532
|
clearTimeout(a), nn && cancelAnimationFrame(t), setTimeout(r);
|
|
17507
17533
|
}, a = setTimeout(e, 100);
|
|
@@ -17644,12 +17670,12 @@ export {
|
|
|
17644
17670
|
Zl as AddressValidationJobStatus,
|
|
17645
17671
|
Xl as AddressValidationResultConfirmationLevel,
|
|
17646
17672
|
ad as ArrayInput,
|
|
17647
|
-
|
|
17673
|
+
G as AspectType,
|
|
17648
17674
|
vt as AssetNotFoundError,
|
|
17649
17675
|
Ce as AssetType,
|
|
17650
17676
|
Jc as BringForwardCommand,
|
|
17651
17677
|
Yc as BringToBackCommand,
|
|
17652
|
-
|
|
17678
|
+
Hc as BringToFrontCommand,
|
|
17653
17679
|
yr as BundleDesignCreationCartAddMode,
|
|
17654
17680
|
O as CanvasCommand,
|
|
17655
17681
|
de as CollectionProduct,
|
|
@@ -17658,7 +17684,7 @@ export {
|
|
|
17658
17684
|
jl as ConversionDataType,
|
|
17659
17685
|
Wl as ConversionLocation,
|
|
17660
17686
|
W as CreateElementCommand,
|
|
17661
|
-
|
|
17687
|
+
Ln as CreateLayoutCommand,
|
|
17662
17688
|
Bt as DeleteElementCommand,
|
|
17663
17689
|
Eo as DigitalContentStepHandle,
|
|
17664
17690
|
el as FileUploadGlobalPropertyHandle,
|
|
@@ -17674,21 +17700,21 @@ export {
|
|
|
17674
17700
|
Ql as FrameStepHandle,
|
|
17675
17701
|
Ia as GlobalPropertyHandle,
|
|
17676
17702
|
$ as GroupCommand,
|
|
17677
|
-
|
|
17703
|
+
mo as IllustrationStepHandle,
|
|
17678
17704
|
Re as InformationMessageType,
|
|
17679
17705
|
vo as InformationStepHandle,
|
|
17680
17706
|
Ka as IntegrationProduct,
|
|
17681
17707
|
vr as IntegrationType,
|
|
17682
|
-
|
|
17708
|
+
Gc as LayoutElementFactory,
|
|
17683
17709
|
M as LayoutElementType,
|
|
17684
17710
|
J as LayoutNotFoundError,
|
|
17685
|
-
|
|
17711
|
+
qt as LayoutRenderingPurpose,
|
|
17686
17712
|
po as MaterialStepHandle,
|
|
17687
17713
|
Se as MisconfigurationError,
|
|
17688
17714
|
cd as MockWorkflowManager,
|
|
17689
17715
|
fo as ModelStepHandle,
|
|
17690
17716
|
Bo as ModuleStepHandle,
|
|
17691
|
-
|
|
17717
|
+
zc as MoveCommand,
|
|
17692
17718
|
tr as ObjectInput,
|
|
17693
17719
|
Sl as ObjectInputType,
|
|
17694
17720
|
Xn as OptionGlobalPropertyHandle,
|
|
@@ -17704,9 +17730,9 @@ export {
|
|
|
17704
17730
|
wo as QuestionStepHandle,
|
|
17705
17731
|
Dn as QueueablePromise,
|
|
17706
17732
|
jc as ResizeCommand,
|
|
17707
|
-
|
|
17733
|
+
Ht as ResourceNotFoundError,
|
|
17708
17734
|
Wc as RotateCommand,
|
|
17709
|
-
|
|
17735
|
+
H as ScaleAxis,
|
|
17710
17736
|
Kc as SendBackwardsCommand,
|
|
17711
17737
|
yo as ShapeStepHandle,
|
|
17712
17738
|
Sr as ShareActionType,
|
|
@@ -17722,15 +17748,15 @@ export {
|
|
|
17722
17748
|
So as TextStepHandle,
|
|
17723
17749
|
ul as Transform,
|
|
17724
17750
|
Al as TransformCollection,
|
|
17725
|
-
|
|
17751
|
+
z as UnhandledBehaviorError,
|
|
17726
17752
|
Br as UnitOfMeasurement,
|
|
17727
|
-
|
|
17753
|
+
qc as UpdateImageSourceCommand,
|
|
17728
17754
|
st as Variant,
|
|
17729
17755
|
Ro as WorkflowExperienceEventType,
|
|
17730
17756
|
Oo as WorkflowExperienceImpl,
|
|
17731
|
-
|
|
17757
|
+
L as assetService,
|
|
17732
17758
|
Kr as browserColorToHex,
|
|
17733
|
-
|
|
17759
|
+
Uc as cmPerPixel,
|
|
17734
17760
|
Fo as createDesign,
|
|
17735
17761
|
Oc as currentDirection,
|
|
17736
17762
|
bc as dataUrlFromExternalUrl,
|
|
@@ -17742,7 +17768,7 @@ export {
|
|
|
17742
17768
|
hd as duplicateTransaction,
|
|
17743
17769
|
at as fetchAsString,
|
|
17744
17770
|
Fc as findAngle,
|
|
17745
|
-
|
|
17771
|
+
U as findElement,
|
|
17746
17772
|
Dc as findPmsColors,
|
|
17747
17773
|
Vt as frameDataCache,
|
|
17748
17774
|
wt as frameStepService,
|
|
@@ -17755,8 +17781,8 @@ export {
|
|
|
17755
17781
|
xc as getAxisAlignedBoundingBox,
|
|
17756
17782
|
Ml as getBoundedOffsets,
|
|
17757
17783
|
od as getBundleThemeConfiguration,
|
|
17758
|
-
|
|
17759
|
-
|
|
17784
|
+
gd as getCustomer,
|
|
17785
|
+
md as getCustomerBundles,
|
|
17760
17786
|
$c as getElementVertices,
|
|
17761
17787
|
Qe as getFrameData,
|
|
17762
17788
|
_c as getGlobalPropertyStateForBundle,
|
|
@@ -17780,14 +17806,14 @@ export {
|
|
|
17780
17806
|
nd as getWorkflow,
|
|
17781
17807
|
er as getWorkflows,
|
|
17782
17808
|
b as graphQlManager,
|
|
17783
|
-
|
|
17809
|
+
me as illustrationStepService,
|
|
17784
17810
|
kc as isCloseToValue,
|
|
17785
17811
|
Nt as loadFont,
|
|
17786
17812
|
Pc as matchHexToPms,
|
|
17787
|
-
|
|
17813
|
+
Gn as materialStepService,
|
|
17788
17814
|
cl as metafieldManager,
|
|
17789
|
-
|
|
17790
|
-
|
|
17815
|
+
Lc as mmPerPixel,
|
|
17816
|
+
zn as modelStepService,
|
|
17791
17817
|
Ca as modifySVGColors,
|
|
17792
17818
|
Wn as moduleStepService,
|
|
17793
17819
|
dd as nameBundle,
|
|
@@ -17798,18 +17824,18 @@ export {
|
|
|
17798
17824
|
N as persistenceService,
|
|
17799
17825
|
jn as pictureStepService,
|
|
17800
17826
|
Ic as pmsToRgb,
|
|
17801
|
-
|
|
17827
|
+
qn as questionStepService,
|
|
17802
17828
|
Bc as registerFetchImplementation,
|
|
17803
17829
|
Ec as registerWindowImplementation,
|
|
17804
|
-
|
|
17805
|
-
|
|
17830
|
+
Ga as rehydrateSerializedLayout,
|
|
17831
|
+
Hr as rgbToPms,
|
|
17806
17832
|
le as rotateAroundPoint,
|
|
17807
17833
|
pa as sanitizeSvgTree,
|
|
17808
17834
|
$r as setBearerAuthenticationToken,
|
|
17809
|
-
|
|
17810
|
-
|
|
17835
|
+
mn as setCanvasModule,
|
|
17836
|
+
Gt as shapeStepService,
|
|
17811
17837
|
hs as shortenUrl,
|
|
17812
|
-
|
|
17838
|
+
gt as spiffCoreConfiguration,
|
|
17813
17839
|
Xc as stepAspectValuesToDesignInputSteps,
|
|
17814
17840
|
Oa as svgColorValueToDefinition,
|
|
17815
17841
|
On as svgStringDimensions,
|