@spiffcommerce/core 27.2.1-beta.9303d634-cb1d-5844-a597-a4e69b0192f5 → 27.2.1-beta.ae298b7a-12de-50ab-9392-03d35fbf8fb6
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 +8 -7
- package/dist/index.js +44 -44
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +616 -605
- 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 || {}), Ht = /* @__PURE__ */ ((r) => (r.ThreeD = "ThreeD", r.FreeDesign = "FreeDesign", r.Print = "Print", r))(Ht || {}), 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 || {}), q = /* @__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))(q || {}), 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;
|
|
@@ -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));
|
|
@@ -431,10 +431,10 @@ const Gr = (r) => new Promise((t) => {
|
|
|
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);
|
|
@@ -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)
|
|
@@ -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 === Ht.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
|
}
|
|
@@ -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,
|
|
@@ -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,9 +5677,9 @@ class ji {
|
|
|
5677
5677
|
}), a - n;
|
|
5678
5678
|
}
|
|
5679
5679
|
}
|
|
5680
|
-
const Hi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:",
|
|
5681
|
-
if (
|
|
5682
|
-
return
|
|
5680
|
+
const Hi = (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();
|
|
@@ -5693,7 +5693,7 @@ const Hi = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5693
5693
|
}
|
|
5694
5694
|
}
|
|
5695
5695
|
})();
|
|
5696
|
-
return
|
|
5696
|
+
return Ue.set(r, e), e;
|
|
5697
5697
|
}, qi = (r) => {
|
|
5698
5698
|
const t = hn(r), e = Xe(t);
|
|
5699
5699
|
return ra(r, e), e;
|
|
@@ -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 = {
|
|
@@ -6973,7 +6973,7 @@ class Hc extends O {
|
|
|
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 = {
|
|
@@ -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 qt(
|
|
7368
|
+
const m = await i();
|
|
7369
|
+
if (!m.link || !m.link)
|
|
7370
|
+
throw new qt(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) => {
|
|
@@ -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
|
);
|
|
@@ -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, {
|
|
@@ -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;
|
|
@@ -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 = [];
|
|
@@ -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) => {
|
|
@@ -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,19 @@ 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
|
-
const
|
|
9041
|
-
if (l &&
|
|
9042
|
-
const
|
|
9043
|
-
if (
|
|
9044
|
-
const p = await this.fontDataFromVariant(
|
|
9045
|
+
const g = n.selectedVariants[0].id;
|
|
9046
|
+
if (l && g) {
|
|
9047
|
+
const m = (c = l.variants) == null ? void 0 : c.find((p) => p.id === g);
|
|
9048
|
+
if (m) {
|
|
9049
|
+
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
9050
|
let w = (A = n.storage) == null ? void 0 : A.text;
|
|
9046
9051
|
const S = e.getWorkflowExperience().getBundle();
|
|
9047
9052
|
if (S && t.globalPropertyAspectConfigurations) {
|
|
9048
9053
|
const y = (u = S.getGlobalPropertyConfiguration()) == null ? void 0 : u.aspects, E = y == null ? void 0 : y.find((B) => {
|
|
9049
9054
|
var I;
|
|
9050
|
-
return B.type ===
|
|
9055
|
+
return B.type === G.Text && ((I = t.globalPropertyAspectConfigurations) == null ? void 0 : I.map((D) => D.aspectName).includes(B.name));
|
|
9051
9056
|
});
|
|
9052
9057
|
if (E) {
|
|
9053
9058
|
const I = S.getGlobalPropertyStateManager().getAspect(E.name);
|
|
@@ -9056,7 +9061,7 @@ class bs {
|
|
|
9056
9061
|
}
|
|
9057
9062
|
if (await e.setSelectionsAndElements(
|
|
9058
9063
|
t.stepName,
|
|
9059
|
-
[
|
|
9064
|
+
[m],
|
|
9060
9065
|
f,
|
|
9061
9066
|
async () => {
|
|
9062
9067
|
e.updateMetadata(t.stepName, { color: C, text: w }), e.updateStorage(t.stepName, { text: w, inputText: w });
|
|
@@ -9091,14 +9096,14 @@ class bs {
|
|
|
9091
9096
|
}
|
|
9092
9097
|
}
|
|
9093
9098
|
} else {
|
|
9094
|
-
const
|
|
9095
|
-
if (
|
|
9096
|
-
const
|
|
9099
|
+
const g = e.getWorkflowExperience().getBundle();
|
|
9100
|
+
if (g && t.globalPropertyAspectConfigurations) {
|
|
9101
|
+
const m = (h = g.getGlobalPropertyConfiguration()) == null ? void 0 : h.aspects, p = m == null ? void 0 : m.find((f) => {
|
|
9097
9102
|
var C;
|
|
9098
|
-
return f.type ===
|
|
9103
|
+
return f.type === G.Text && ((C = t.globalPropertyAspectConfigurations) == null ? void 0 : C.map((w) => w.aspectName).includes(f.name));
|
|
9099
9104
|
});
|
|
9100
9105
|
if (p) {
|
|
9101
|
-
const C =
|
|
9106
|
+
const C = g.getGlobalPropertyStateManager().getAspect(p.name);
|
|
9102
9107
|
if (C)
|
|
9103
9108
|
if (o.length === 0 && l) {
|
|
9104
9109
|
const w = Y.getDefaultVariant(l);
|
|
@@ -9179,7 +9184,7 @@ class bs {
|
|
|
9179
9184
|
);
|
|
9180
9185
|
h.push(...p);
|
|
9181
9186
|
}
|
|
9182
|
-
const
|
|
9187
|
+
const g = await this.changeInputTextWithRegion(
|
|
9183
9188
|
t,
|
|
9184
9189
|
t.data.size || qe,
|
|
9185
9190
|
A,
|
|
@@ -9190,7 +9195,7 @@ class bs {
|
|
|
9190
9195
|
s,
|
|
9191
9196
|
o
|
|
9192
9197
|
);
|
|
9193
|
-
return
|
|
9198
|
+
return g && h.push(g), {
|
|
9194
9199
|
command: new $(h),
|
|
9195
9200
|
followup: async () => {
|
|
9196
9201
|
i.markUpdateCompleted(d), await i.setSelectionsAndElements(t.stepName, [e], n);
|
|
@@ -9204,7 +9209,7 @@ class bs {
|
|
|
9204
9209
|
A,
|
|
9205
9210
|
a,
|
|
9206
9211
|
i
|
|
9207
|
-
),
|
|
9212
|
+
), g = await this.changeInputTextWithRegion(
|
|
9208
9213
|
t,
|
|
9209
9214
|
t.data.size || qe,
|
|
9210
9215
|
A,
|
|
@@ -9214,21 +9219,21 @@ class bs {
|
|
|
9214
9219
|
(a == null ? void 0 : a.customiseAllText) ?? !1,
|
|
9215
9220
|
s,
|
|
9216
9221
|
o
|
|
9217
|
-
),
|
|
9222
|
+
), m = h.flatMap((f) => f.commands);
|
|
9218
9223
|
if (l) {
|
|
9219
9224
|
const f = h.map(
|
|
9220
9225
|
(C) => new We(C.regionElement.id, l)
|
|
9221
9226
|
);
|
|
9222
|
-
|
|
9227
|
+
m.push(...f);
|
|
9223
9228
|
}
|
|
9224
9229
|
if (c) {
|
|
9225
9230
|
const f = n.map(
|
|
9226
9231
|
(C) => new je(C.id, c, t.data.strokeThickness)
|
|
9227
9232
|
);
|
|
9228
|
-
|
|
9233
|
+
m.push(...f);
|
|
9229
9234
|
}
|
|
9230
|
-
return
|
|
9231
|
-
command: new $(
|
|
9235
|
+
return g && m.push(g), {
|
|
9236
|
+
command: new $(m),
|
|
9232
9237
|
followup: async () => {
|
|
9233
9238
|
i.markUpdateCompleted(d);
|
|
9234
9239
|
}
|
|
@@ -9247,8 +9252,8 @@ class bs {
|
|
|
9247
9252
|
if (!a || !a.regions)
|
|
9248
9253
|
throw new Error("Step data not supplied");
|
|
9249
9254
|
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),
|
|
9255
|
+
var m;
|
|
9256
|
+
const h = s.getLayouts().find((p) => p.panelId === A.panelId), g = Q();
|
|
9252
9257
|
try {
|
|
9253
9258
|
if (!h)
|
|
9254
9259
|
throw new Pe("Failed to find layout for region: " + A.panelId);
|
|
@@ -9260,7 +9265,7 @@ class bs {
|
|
|
9260
9265
|
return nt.id === ((R = p.defaultVariant) == null ? void 0 : R.id);
|
|
9261
9266
|
}) || p.variants[0];
|
|
9262
9267
|
f = this.createTextFillSpotColor(p, T), s.updateStorage(t, {
|
|
9263
|
-
colorProfileAssetKey: (
|
|
9268
|
+
colorProfileAssetKey: (m = p.colorProfile) == null ? void 0 : m.key
|
|
9264
9269
|
});
|
|
9265
9270
|
}
|
|
9266
9271
|
const C = await this.getDefaultColor(a), w = C || "#000000", S = {
|
|
@@ -9270,7 +9275,7 @@ class bs {
|
|
|
9270
9275
|
fill: i.color ? i.color : w,
|
|
9271
9276
|
fontSize: a.size || qe,
|
|
9272
9277
|
fontData: n,
|
|
9273
|
-
id:
|
|
9278
|
+
id: g,
|
|
9274
9279
|
layer: A.layer,
|
|
9275
9280
|
layerIndex: A.layerIndex,
|
|
9276
9281
|
rotation: A.rotation,
|
|
@@ -9289,7 +9294,7 @@ class bs {
|
|
|
9289
9294
|
fillSpotColorDefinition: f
|
|
9290
9295
|
}, y = [], E = /* @__PURE__ */ new Map(), B = /* @__PURE__ */ new Map();
|
|
9291
9296
|
if (!S.fontData)
|
|
9292
|
-
throw new
|
|
9297
|
+
throw new z("Failed to resolve font data for text.");
|
|
9293
9298
|
const [I, D] = pe(
|
|
9294
9299
|
S.fontSize,
|
|
9295
9300
|
S.fontData,
|
|
@@ -9312,7 +9317,7 @@ class bs {
|
|
|
9312
9317
|
);
|
|
9313
9318
|
const k = new W(S, h);
|
|
9314
9319
|
return {
|
|
9315
|
-
regionElement: { id:
|
|
9320
|
+
regionElement: { id: g, region: A },
|
|
9316
9321
|
commands: [k, ...y],
|
|
9317
9322
|
newElement: S,
|
|
9318
9323
|
fontData: n
|
|
@@ -9348,7 +9353,7 @@ class bs {
|
|
|
9348
9353
|
* @deprecated
|
|
9349
9354
|
*/
|
|
9350
9355
|
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),
|
|
9356
|
+
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
9357
|
for (const S of h)
|
|
9353
9358
|
if (S.region) {
|
|
9354
9359
|
const [y, E] = pe(
|
|
@@ -9358,7 +9363,7 @@ class bs {
|
|
|
9358
9363
|
[u],
|
|
9359
9364
|
{ size: t.data.size, minSize: t.data.minSize, maxSize: t.data.maxSize }
|
|
9360
9365
|
);
|
|
9361
|
-
|
|
9366
|
+
g.set(S.id, y), m.set(S.id, E);
|
|
9362
9367
|
}
|
|
9363
9368
|
const f = (() => {
|
|
9364
9369
|
if (t.data && t.data.maxLength && u.length > t.data.maxLength)
|
|
@@ -9371,7 +9376,7 @@ class bs {
|
|
|
9371
9376
|
return l(!0), { error: "Blocked profanity." };
|
|
9372
9377
|
}
|
|
9373
9378
|
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(
|
|
9379
|
+
`) || 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
9380
|
})();
|
|
9376
9381
|
if (f.error) {
|
|
9377
9382
|
c(f.error);
|
|
@@ -9384,11 +9389,11 @@ class bs {
|
|
|
9384
9389
|
}), (i.defaultCleared || !t.data.deleteDefaultOnFocus) && A.trim() !== "" && s.setMandatoryFulfilled(t.stepName, !0);
|
|
9385
9390
|
const C = [];
|
|
9386
9391
|
for (const S of h) {
|
|
9387
|
-
const y = t.data.curved ? u : (
|
|
9392
|
+
const y = t.data.curved ? u : (m.get(S.id) || []).join(`
|
|
9388
9393
|
`);
|
|
9389
9394
|
C.push(
|
|
9390
9395
|
this.generateTextChangeCommandsForRegion(
|
|
9391
|
-
|
|
9396
|
+
g.get(S.id) || 1,
|
|
9392
9397
|
t.data,
|
|
9393
9398
|
S.id,
|
|
9394
9399
|
y
|
|
@@ -9573,22 +9578,22 @@ class Ns extends Is {
|
|
|
9573
9578
|
u.classList.add("module-root");
|
|
9574
9579
|
const h = et("defs");
|
|
9575
9580
|
u.appendChild(h);
|
|
9576
|
-
const
|
|
9577
|
-
|
|
9578
|
-
const
|
|
9579
|
-
|
|
9581
|
+
const g = et("g");
|
|
9582
|
+
g.classList.add("module-bounds"), u.appendChild(g);
|
|
9583
|
+
const m = Ds(e.height, e.width);
|
|
9584
|
+
m.setAttribute("opacity", "0"), g.appendChild(m);
|
|
9580
9585
|
const p = et("g");
|
|
9581
9586
|
p.classList.add("module-text-enclosure"), u.appendChild(p);
|
|
9582
9587
|
const f = A();
|
|
9583
9588
|
p.appendChild(f);
|
|
9584
|
-
const C =
|
|
9589
|
+
const C = gr(d);
|
|
9585
9590
|
return ks(p, C, e.height, e.width, 0.35, 0.65), Fs(u.outerHTML);
|
|
9586
9591
|
}
|
|
9587
9592
|
}
|
|
9588
9593
|
async function qn(r) {
|
|
9589
9594
|
if (r === "Vegemite")
|
|
9590
9595
|
return new Ns();
|
|
9591
|
-
throw new
|
|
9596
|
+
throw new z(`Failed to resolve Module, Module ${r} not found`);
|
|
9592
9597
|
}
|
|
9593
9598
|
const ne = v`
|
|
9594
9599
|
fragment GlobalPropertyStateAspectFields on GlobalPropertyStateAspect {
|
|
@@ -9762,7 +9767,7 @@ const ne = v`
|
|
|
9762
9767
|
}
|
|
9763
9768
|
}
|
|
9764
9769
|
}
|
|
9765
|
-
`,
|
|
9770
|
+
`, Ls = (r) => v`
|
|
9766
9771
|
${ne}
|
|
9767
9772
|
${re(r)}
|
|
9768
9773
|
query GetBundle($id: String!) {
|
|
@@ -9851,7 +9856,7 @@ const ne = v`
|
|
|
9851
9856
|
}
|
|
9852
9857
|
}
|
|
9853
9858
|
}
|
|
9854
|
-
`,
|
|
9859
|
+
`, Us = v`
|
|
9855
9860
|
query GetBundlesForCustomer($id: String!) {
|
|
9856
9861
|
customers(ids: [$id]) {
|
|
9857
9862
|
bundleStakeholders {
|
|
@@ -9890,7 +9895,7 @@ const ne = v`
|
|
|
9890
9895
|
}
|
|
9891
9896
|
}
|
|
9892
9897
|
}
|
|
9893
|
-
`,
|
|
9898
|
+
`, Gs = v`
|
|
9894
9899
|
query GetProductCollectionForFilteredProducts(
|
|
9895
9900
|
$id: String!
|
|
9896
9901
|
$filters: ProductCollectionProductFilterInput
|
|
@@ -9913,7 +9918,7 @@ const ne = v`
|
|
|
9913
9918
|
}
|
|
9914
9919
|
}
|
|
9915
9920
|
}
|
|
9916
|
-
`,
|
|
9921
|
+
`, zs = v`
|
|
9917
9922
|
${ba}
|
|
9918
9923
|
query GetProductCollectionForProductsFeed(
|
|
9919
9924
|
$id: String!
|
|
@@ -10275,18 +10280,18 @@ class Ya extends Dn {
|
|
|
10275
10280
|
});
|
|
10276
10281
|
}
|
|
10277
10282
|
}
|
|
10278
|
-
class
|
|
10279
|
-
constructor(t, e, a, n, i, s, o, l, c, d, A, u, h,
|
|
10283
|
+
class go {
|
|
10284
|
+
constructor(t, e, a, n, i, s, o, l, c, d, A, u, h, g = !1, m, p = !1, f = !1, C = !1) {
|
|
10280
10285
|
var w;
|
|
10281
10286
|
this.workflowStatePromiseQueue = new xn(1), this.initialized = !1, this.readOnly = !1, this.isReloadedTransaction = !1, this.singleVariantsRenderable = !1, this.stepTags = {}, this.renderLayouts = () => {
|
|
10282
10287
|
var E;
|
|
10283
10288
|
if (!this.previewService)
|
|
10284
10289
|
return;
|
|
10285
10290
|
const S = this.getCommandContext().getAllLayouts(), y = (E = this.getLayoutPreviewService()) == null ? void 0 : E.getAll();
|
|
10286
|
-
if (y)
|
|
10291
|
+
if (console.log(`LOG: render layouts: ${y == null ? void 0 : y.size} handles`), !!y)
|
|
10287
10292
|
for (const [, B] of y)
|
|
10288
10293
|
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 =
|
|
10294
|
+
}, 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
10295
|
this.stepTags[S.stepName] = S.tags ?? [];
|
|
10291
10296
|
}), C && (this.workflowStatePromiseQueue.enabled = !1), this.initializationPromise = this.initializeDefaultWorkflowState(a), this.initializationPromise.then(() => {
|
|
10292
10297
|
this.initialized = !0;
|
|
@@ -10302,7 +10307,7 @@ class mo {
|
|
|
10302
10307
|
return { recipient: this.transaction.recipient };
|
|
10303
10308
|
}
|
|
10304
10309
|
async updateRecipient(t, e, a, n, i, s, o, l, c, d) {
|
|
10305
|
-
var A, u, h,
|
|
10310
|
+
var A, u, h, g, m;
|
|
10306
10311
|
if ((A = this.transaction.recipient) != null && A.id)
|
|
10307
10312
|
this.transaction.recipient = {
|
|
10308
10313
|
id: this.transaction.recipient.id,
|
|
@@ -10370,7 +10375,7 @@ class mo {
|
|
|
10370
10375
|
fetchPolicy: "no-cache",
|
|
10371
10376
|
variables: {
|
|
10372
10377
|
id: this.transaction.id,
|
|
10373
|
-
recipientId: (
|
|
10378
|
+
recipientId: (m = (g = p.data) == null ? void 0 : g.recipientCreate) == null ? void 0 : m.id
|
|
10374
10379
|
},
|
|
10375
10380
|
context: {
|
|
10376
10381
|
transactionOwnerId: this.transaction.transactionOwnerId
|
|
@@ -10390,7 +10395,7 @@ class mo {
|
|
|
10390
10395
|
};
|
|
10391
10396
|
this.reloadedState && this.reloadedState.serializableWorkflow.steps.forEach((o) => {
|
|
10392
10397
|
this.storage[o.stepName] = o.storage || {};
|
|
10393
|
-
}), this.allScenes = await
|
|
10398
|
+
}), this.allScenes = await Li(t);
|
|
10394
10399
|
const n = Dt(this.allScenes, this.stepSelections).map((o) => o.silentSteps).flat(), { stepElements: i, commands: s } = await this.stepElementsForIntroducedSilentSteps(n, !!this.reloadedState);
|
|
10395
10400
|
this.commandContext.apply(new $(s), !0), this.stepElements = { ...this.stepElements, ...i }, await this.ensureStepsAreLoaded(), !this.isReloadedTransaction && this.updateStateWithServer(), this.renderLayouts(), this.reloadedState && e();
|
|
10396
10401
|
}
|
|
@@ -10609,7 +10614,7 @@ class mo {
|
|
|
10609
10614
|
const l = o[0];
|
|
10610
10615
|
if (s.type === P.Model) {
|
|
10611
10616
|
if (!this.modelContainer)
|
|
10612
|
-
throw new
|
|
10617
|
+
throw new z(
|
|
10613
10618
|
"We should always have a model container when injecting a preview!"
|
|
10614
10619
|
);
|
|
10615
10620
|
const u = (A = l.asset) == null ? void 0 : A.fileLink;
|
|
@@ -10632,12 +10637,12 @@ class mo {
|
|
|
10632
10637
|
console.error(`Failed to read material from variant: ${l.id} for step: ${s.stepName}`);
|
|
10633
10638
|
return;
|
|
10634
10639
|
}
|
|
10635
|
-
s.data.targetMaterials.forEach((
|
|
10640
|
+
s.data.targetMaterials.forEach((g) => {
|
|
10636
10641
|
if (!this.modelContainer)
|
|
10637
|
-
throw new
|
|
10642
|
+
throw new z(
|
|
10638
10643
|
"We should always have a model container when injecting a preview!"
|
|
10639
10644
|
);
|
|
10640
|
-
this.modelContainer.applyMaterialVariant(
|
|
10645
|
+
this.modelContainer.applyMaterialVariant(g, s.option.id, u);
|
|
10641
10646
|
});
|
|
10642
10647
|
}
|
|
10643
10648
|
}), await a.getInitializationPromise(), this.renderLayouts();
|
|
@@ -10657,7 +10662,7 @@ class mo {
|
|
|
10657
10662
|
};
|
|
10658
10663
|
if (!on(a, this.storage)) {
|
|
10659
10664
|
this.storage = a;
|
|
10660
|
-
const n = new
|
|
10665
|
+
const n = new za(this.constructSerializableWorkflow());
|
|
10661
10666
|
this.commandContext.apply(n, !0), this.onStepSpecificStorageChange(t), this.onStorageChange();
|
|
10662
10667
|
}
|
|
10663
10668
|
}
|
|
@@ -10708,7 +10713,7 @@ class mo {
|
|
|
10708
10713
|
serialize() {
|
|
10709
10714
|
const t = this.getCommandContext().getState();
|
|
10710
10715
|
if (!t)
|
|
10711
|
-
throw new
|
|
10716
|
+
throw new z("Attempted to serialize state before it was initialized.");
|
|
10712
10717
|
const e = St(t.transaction), a = this.dehydrateState(e);
|
|
10713
10718
|
return JSON.stringify(a);
|
|
10714
10719
|
}
|
|
@@ -10861,18 +10866,18 @@ class mo {
|
|
|
10861
10866
|
c.forEach((E) => {
|
|
10862
10867
|
yt(E, this.stepSelections) || (this.stepInitialised[E.stepName] = !1);
|
|
10863
10868
|
});
|
|
10864
|
-
const u = this.getInvalidCanvasRegions(), { stepElements: h, commands:
|
|
10869
|
+
const u = this.getInvalidCanvasRegions(), { stepElements: h, commands: g } = await this.stepElementsForIntroducedSilentSteps(A, !1);
|
|
10865
10870
|
this.stepElements = {
|
|
10866
10871
|
...this.stepElements,
|
|
10867
10872
|
...h,
|
|
10868
10873
|
[t]: a
|
|
10869
10874
|
}, this.removeElements(u);
|
|
10870
|
-
const
|
|
10871
|
-
if ((
|
|
10872
|
-
const E = (y = this.getWorkflowExperience().getStepById(
|
|
10875
|
+
const m = this.workflow.steps.find((E) => E.stepName === t);
|
|
10876
|
+
if ((m == null ? void 0 : m.type) === P.Frame) {
|
|
10877
|
+
const E = (y = this.getWorkflowExperience().getStepById(m.stepName)) == null ? void 0 : y.frameService;
|
|
10873
10878
|
E == null || E.setTargetElements(a.map((B) => B.id));
|
|
10874
10879
|
}
|
|
10875
|
-
const p = u.map((E) => new Bt(E.id)), f = new
|
|
10880
|
+
const p = u.map((E) => new Bt(E.id)), f = new za(this.constructSerializableWorkflow()), C = [...g, ...p, f];
|
|
10876
10881
|
C.length > 0 && this.commandContext.apply(new $(C), !0), await this.ensureStepsAreLoaded(), this.onElementsChange();
|
|
10877
10882
|
const w = this.getInvalidModelVariants(), S = this.modelContainer;
|
|
10878
10883
|
if (S) {
|
|
@@ -10908,16 +10913,16 @@ class mo {
|
|
|
10908
10913
|
break;
|
|
10909
10914
|
case P.Illustration:
|
|
10910
10915
|
a.push(
|
|
10911
|
-
|
|
10916
|
+
me.init(l, this, this.reloadedState)
|
|
10912
10917
|
);
|
|
10913
10918
|
break;
|
|
10914
10919
|
case P.Material:
|
|
10915
10920
|
a.push(
|
|
10916
|
-
|
|
10921
|
+
Gn.init(l, this, this.reloadedState)
|
|
10917
10922
|
);
|
|
10918
10923
|
break;
|
|
10919
10924
|
case P.Model:
|
|
10920
|
-
a.push(
|
|
10925
|
+
a.push(zn.init(l, this, this.reloadedState));
|
|
10921
10926
|
break;
|
|
10922
10927
|
case P.Module:
|
|
10923
10928
|
this.stepSpecificServices[l.stepName] = {
|
|
@@ -10937,7 +10942,7 @@ class mo {
|
|
|
10937
10942
|
);
|
|
10938
10943
|
break;
|
|
10939
10944
|
case P.Shape:
|
|
10940
|
-
a.push(
|
|
10945
|
+
a.push(Gt.init(l, this, this.reloadedState));
|
|
10941
10946
|
break;
|
|
10942
10947
|
case P.Text:
|
|
10943
10948
|
a.push(j.init(l, this, this.reloadedState));
|
|
@@ -11000,7 +11005,7 @@ class mo {
|
|
|
11000
11005
|
this.validationCallbacks.forEach((t) => t(this.validationErrors));
|
|
11001
11006
|
}
|
|
11002
11007
|
traversableScenes() {
|
|
11003
|
-
return
|
|
11008
|
+
return Gi(this.allScenes, this.stepSelections, this.singleVariantsRenderable);
|
|
11004
11009
|
}
|
|
11005
11010
|
}
|
|
11006
11011
|
class st {
|
|
@@ -11219,7 +11224,7 @@ const Yn = class la {
|
|
|
11219
11224
|
};
|
|
11220
11225
|
Yn.updateState = /* @__PURE__ */ new Map();
|
|
11221
11226
|
let it = Yn;
|
|
11222
|
-
class
|
|
11227
|
+
class mo extends it {
|
|
11223
11228
|
constructor(t, e, a) {
|
|
11224
11229
|
super(t, e, a);
|
|
11225
11230
|
}
|
|
@@ -11230,7 +11235,7 @@ class go extends it {
|
|
|
11230
11235
|
*/
|
|
11231
11236
|
async selectVariant(t) {
|
|
11232
11237
|
if (!this.getUpdateState() && this.getCurrentVariant() !== t)
|
|
11233
|
-
return
|
|
11238
|
+
return me.selectVariant(
|
|
11234
11239
|
this.step,
|
|
11235
11240
|
t.getResource(),
|
|
11236
11241
|
this.manager.getRegionElements(this.step.stepName) || [],
|
|
@@ -11247,7 +11252,7 @@ class go extends it {
|
|
|
11247
11252
|
const t = this.manager.getRegionElements(this.step.stepName) || [];
|
|
11248
11253
|
if (t.length === 0)
|
|
11249
11254
|
return;
|
|
11250
|
-
const a =
|
|
11255
|
+
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
11256
|
if (s.length !== 0) {
|
|
11252
11257
|
const l = {};
|
|
11253
11258
|
return s.forEach((c) => {
|
|
@@ -11276,7 +11281,7 @@ class go extends it {
|
|
|
11276
11281
|
const d = c.id.replace(/\W/g, "");
|
|
11277
11282
|
a ? n.set(d, { browserValue: e, pmsValue: a }) : n.set(d, e);
|
|
11278
11283
|
}
|
|
11279
|
-
}) : a ? n.set(t, { browserValue: e, pmsValue: a }) : n.set(t, e),
|
|
11284
|
+
}) : a ? n.set(t, { browserValue: e, pmsValue: a }) : n.set(t, e), me.changeColors(
|
|
11280
11285
|
this.step,
|
|
11281
11286
|
this.manager.getRegionElements(this.step.stepName),
|
|
11282
11287
|
this.manager,
|
|
@@ -11288,7 +11293,7 @@ class go extends it {
|
|
|
11288
11293
|
return this.step.data.colorOption;
|
|
11289
11294
|
}
|
|
11290
11295
|
getAvailableColors() {
|
|
11291
|
-
return this.step.data.colorPickerEnabled ?
|
|
11296
|
+
return this.step.data.colorPickerEnabled ? me.availableColors(this.step, this.manager) : Promise.resolve([]);
|
|
11292
11297
|
}
|
|
11293
11298
|
isColorPickerEnabled() {
|
|
11294
11299
|
return this.step.data.colorPickerEnabled ?? !1;
|
|
@@ -11302,7 +11307,7 @@ class po extends it {
|
|
|
11302
11307
|
super(t, e, a);
|
|
11303
11308
|
}
|
|
11304
11309
|
selectVariant(t) {
|
|
11305
|
-
return
|
|
11310
|
+
return Gn.selectVariant(
|
|
11306
11311
|
this.step,
|
|
11307
11312
|
t.getResource(),
|
|
11308
11313
|
this.manager,
|
|
@@ -11315,7 +11320,7 @@ class fo extends it {
|
|
|
11315
11320
|
super(t, e, a);
|
|
11316
11321
|
}
|
|
11317
11322
|
selectVariant(t) {
|
|
11318
|
-
return
|
|
11323
|
+
return zn.selectVariant(
|
|
11319
11324
|
this.step,
|
|
11320
11325
|
t.getResource(),
|
|
11321
11326
|
this.manager,
|
|
@@ -11364,7 +11369,7 @@ class yo extends it {
|
|
|
11364
11369
|
}
|
|
11365
11370
|
selectVariant(t) {
|
|
11366
11371
|
const e = t.getResource();
|
|
11367
|
-
return
|
|
11372
|
+
return Gt.selectVariant(
|
|
11368
11373
|
this.step,
|
|
11369
11374
|
{
|
|
11370
11375
|
fill: e.color,
|
|
@@ -11382,7 +11387,7 @@ class yo extends it {
|
|
|
11382
11387
|
* @deprecated The shape step can now pass through colors returned by getColors via selectVariant. Please swap setColor for selectVariant.
|
|
11383
11388
|
*/
|
|
11384
11389
|
setColor(t) {
|
|
11385
|
-
return
|
|
11390
|
+
return Gt.selectVariant(
|
|
11386
11391
|
this.step,
|
|
11387
11392
|
t,
|
|
11388
11393
|
this.manager.getRegionElements(this.step.stepName) || [],
|
|
@@ -11394,7 +11399,7 @@ class yo extends it {
|
|
|
11394
11399
|
* @returns A list of color definitions that are currently applied to the illustration.
|
|
11395
11400
|
*/
|
|
11396
11401
|
getColors() {
|
|
11397
|
-
return
|
|
11402
|
+
return Gt.availableColours(this.step);
|
|
11398
11403
|
}
|
|
11399
11404
|
/**
|
|
11400
11405
|
* Allows for setting a custom color when the custom variant is selected. Will
|
|
@@ -11402,7 +11407,7 @@ class yo extends it {
|
|
|
11402
11407
|
*/
|
|
11403
11408
|
setCustomColor(t) {
|
|
11404
11409
|
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()}`),
|
|
11410
|
+
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
11411
|
}
|
|
11407
11412
|
getCustomColor() {
|
|
11408
11413
|
var e, a, n;
|
|
@@ -11510,7 +11515,9 @@ class So extends it {
|
|
|
11510
11515
|
helperData: {}
|
|
11511
11516
|
}, 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
11517
|
i || (e.input = n);
|
|
11513
|
-
const s = a.length <= 0
|
|
11518
|
+
const s = a.length <= 0;
|
|
11519
|
+
console.log(`LOG: setting text ${t} to ${a.length} regions`);
|
|
11520
|
+
const o = s ? { inputText: n, text: n } : { inputText: n };
|
|
11514
11521
|
this.manager.updateStorage(this.step.stepName, o);
|
|
11515
11522
|
const l = this.manager.getStepStorage(this.step.stepName), c = j.getProcessedInput(
|
|
11516
11523
|
n,
|
|
@@ -11714,7 +11721,7 @@ class ce {
|
|
|
11714
11721
|
case P.Text:
|
|
11715
11722
|
return new So(t, e, t.getStepTags(e.stepName));
|
|
11716
11723
|
case P.Illustration:
|
|
11717
|
-
return new
|
|
11724
|
+
return new mo(t, e, t.getStepTags(e.stepName));
|
|
11718
11725
|
case P.Picture:
|
|
11719
11726
|
return new Co(t, e, t.getStepTags(e.stepName));
|
|
11720
11727
|
case P.Shape:
|
|
@@ -11728,7 +11735,7 @@ class ce {
|
|
|
11728
11735
|
case P.Module:
|
|
11729
11736
|
return new Bo(t, e, t.getStepTags(e.stepName));
|
|
11730
11737
|
default:
|
|
11731
|
-
throw new
|
|
11738
|
+
throw new z(`Step type ${e.type} not yet supported in Core SDK`);
|
|
11732
11739
|
}
|
|
11733
11740
|
}
|
|
11734
11741
|
}
|
|
@@ -11929,10 +11936,10 @@ const Po = async (r, t) => {
|
|
|
11929
11936
|
}
|
|
11930
11937
|
return n;
|
|
11931
11938
|
}, Kn = (r, t, e, a, n, i, s, o) => {
|
|
11932
|
-
var
|
|
11939
|
+
var g, m;
|
|
11933
11940
|
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: (
|
|
11941
|
+
additionalExternalProductId: (g = r.integrationProduct) == null ? void 0 : g.additionalExternalProductId,
|
|
11942
|
+
additionalExternalVariantId: (m = r.integrationProduct) == null ? void 0 : m.additionalExternalVariantId,
|
|
11936
11943
|
baseCost: l,
|
|
11937
11944
|
designExternalVariants: r.designExternalVariants,
|
|
11938
11945
|
designProductId: r.externalDesignProductId,
|
|
@@ -11972,7 +11979,7 @@ const Po = async (r, t) => {
|
|
|
11972
11979
|
T.errors && console.log("Server Error:", tt.message);
|
|
11973
11980
|
}), null) : nt ?? null;
|
|
11974
11981
|
})() || (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,
|
|
11982
|
+
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
11983
|
const x = {};
|
|
11977
11984
|
let k = 0;
|
|
11978
11985
|
if (Object.keys(i).length > 0)
|
|
@@ -12006,10 +12013,10 @@ const Po = async (r, t) => {
|
|
|
12006
12013
|
S[D].map((x) => x.id)
|
|
12007
12014
|
])
|
|
12008
12015
|
);
|
|
12009
|
-
let E = await o(
|
|
12016
|
+
let E = await o(g, n.id);
|
|
12010
12017
|
if (E) {
|
|
12011
12018
|
const D = await (await rt(E)).blob();
|
|
12012
|
-
E = (await
|
|
12019
|
+
E = (await L.uploadAsset(
|
|
12013
12020
|
{ name: `${n.id}-preview-image.png`, blob: D },
|
|
12014
12021
|
Ce.Image,
|
|
12015
12022
|
!0,
|
|
@@ -12026,7 +12033,7 @@ const Po = async (r, t) => {
|
|
|
12026
12033
|
})),
|
|
12027
12034
|
workflowId: t.id,
|
|
12028
12035
|
transactionId: n.id,
|
|
12029
|
-
useThreeDimPreview: !!
|
|
12036
|
+
useThreeDimPreview: !!g,
|
|
12030
12037
|
previewImage: E
|
|
12031
12038
|
};
|
|
12032
12039
|
if (p) {
|
|
@@ -12044,7 +12051,7 @@ const Po = async (r, t) => {
|
|
|
12044
12051
|
return D;
|
|
12045
12052
|
})(),
|
|
12046
12053
|
cartSelectionsWithPrices: C,
|
|
12047
|
-
cartMetadata:
|
|
12054
|
+
cartMetadata: m
|
|
12048
12055
|
};
|
|
12049
12056
|
}, Fo = async (r, t, e, a, n, i, s, o, l, c, d) => {
|
|
12050
12057
|
var f, C;
|
|
@@ -12061,20 +12068,20 @@ const Po = async (r, t) => {
|
|
|
12061
12068
|
d
|
|
12062
12069
|
);
|
|
12063
12070
|
l("workflow.steps.finish.finalize.creatingDesign");
|
|
12064
|
-
const
|
|
12065
|
-
if (!(
|
|
12071
|
+
const g = await Po(A), m = (f = g == null ? void 0 : g.transaction) == null ? void 0 : f.previewImageLink;
|
|
12072
|
+
if (!(g != null && g.transaction))
|
|
12066
12073
|
throw new Error("Failed to create design");
|
|
12067
12074
|
l("workflow.steps.finish.finalize.updatingTransaction");
|
|
12068
|
-
const p =
|
|
12075
|
+
const p = g.transaction;
|
|
12069
12076
|
return Kn(
|
|
12070
12077
|
p,
|
|
12071
12078
|
n,
|
|
12072
12079
|
t,
|
|
12073
12080
|
u,
|
|
12074
|
-
|
|
12081
|
+
g == null ? void 0 : g.sku,
|
|
12075
12082
|
h,
|
|
12076
|
-
|
|
12077
|
-
(C =
|
|
12083
|
+
m,
|
|
12084
|
+
(C = g == null ? void 0 : g.processExecution) == null ? void 0 : C.id
|
|
12078
12085
|
);
|
|
12079
12086
|
}, ko = async (r, t, e) => {
|
|
12080
12087
|
t("workflow.steps.finish.finalize.buildingLayouts"), await Promise.all(
|
|
@@ -12150,7 +12157,7 @@ class Mo {
|
|
|
12150
12157
|
const t = N.get(this.localPersistenceKey);
|
|
12151
12158
|
return t ? JSON.parse(t) : [];
|
|
12152
12159
|
}
|
|
12153
|
-
throw new
|
|
12160
|
+
throw new z("Unexpected storage method requested");
|
|
12154
12161
|
}
|
|
12155
12162
|
/**
|
|
12156
12163
|
* Search for a transaction that has been saved.
|
|
@@ -12190,7 +12197,7 @@ class Mo {
|
|
|
12190
12197
|
N.set(this.localPersistenceKey, JSON.stringify(t));
|
|
12191
12198
|
return;
|
|
12192
12199
|
}
|
|
12193
|
-
throw new
|
|
12200
|
+
throw new z("Unexpected storage method requested");
|
|
12194
12201
|
}
|
|
12195
12202
|
}
|
|
12196
12203
|
const Ye = new Mo(), To = v`
|
|
@@ -12259,7 +12266,7 @@ class Oo {
|
|
|
12259
12266
|
throw new Error("No Workflow ID provided.");
|
|
12260
12267
|
this.client = t;
|
|
12261
12268
|
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
|
|
12269
|
+
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
12270
|
this,
|
|
12264
12271
|
t,
|
|
12265
12272
|
e.workflow,
|
|
@@ -12349,7 +12356,7 @@ class Oo {
|
|
|
12349
12356
|
}
|
|
12350
12357
|
let i = 2048;
|
|
12351
12358
|
e && e <= 2048 && (i = e);
|
|
12352
|
-
const s =
|
|
12359
|
+
const s = mt(i, i), o = this.commandContext.getAllLayouts(), l = a.defaultPreviewPanelIndex || 0, c = a.panels[l], d = o.find((S) => {
|
|
12353
12360
|
var y;
|
|
12354
12361
|
return ((y = S.layoutState) == null ? void 0 : y.layout.panelId) === (c == null ? void 0 : c.name);
|
|
12355
12362
|
}) || o[0], A = d.layoutState.layout.previewRegion ? {
|
|
@@ -12365,19 +12372,19 @@ class Oo {
|
|
|
12365
12372
|
}, u = this.commandContext.getLayoutById(d.layoutState.layout.id), h = s.getContext("2d");
|
|
12366
12373
|
if (!h)
|
|
12367
12374
|
throw new xe("Failed to obtain 2D context for preview image creation");
|
|
12368
|
-
const
|
|
12375
|
+
const g = Sa(u.layoutState.layout, u.layoutState.elements, {
|
|
12369
12376
|
renderingConfiguration: {
|
|
12370
12377
|
purpose: Ht.Print,
|
|
12371
12378
|
region: { left: A.x, top: A.y, width: A.width, height: A.height },
|
|
12372
12379
|
templatingContext: this.workflowManager.getTemplatingContext()
|
|
12373
12380
|
}
|
|
12374
|
-
}),
|
|
12375
|
-
await (await Aa.from(h,
|
|
12381
|
+
}), m = un(g);
|
|
12382
|
+
await (await Aa.from(h, m, {
|
|
12376
12383
|
anonymousCrossOrigin: !0,
|
|
12377
12384
|
ignoreDimensions: !1,
|
|
12378
|
-
createCanvas:
|
|
12385
|
+
createCanvas: mt,
|
|
12379
12386
|
createImage: Zt,
|
|
12380
|
-
DOMParser:
|
|
12387
|
+
DOMParser: ma(),
|
|
12381
12388
|
fetch
|
|
12382
12389
|
})).render();
|
|
12383
12390
|
const f = await this.getCanvasObjectURLAsync(s);
|
|
@@ -12476,16 +12483,16 @@ class Oo {
|
|
|
12476
12483
|
const d = /* @__PURE__ */ new Set(), A = c.getRaw().globalPropertyAspectConfigurations;
|
|
12477
12484
|
A !== void 0 && (A.forEach((u) => d.add(JSON.stringify(u))), o.forEach((u) => {
|
|
12478
12485
|
const h = u.getRaw().globalPropertyAspectConfigurations;
|
|
12479
|
-
h !== void 0 && h.forEach((
|
|
12480
|
-
const
|
|
12481
|
-
if (p && (
|
|
12486
|
+
h !== void 0 && h.forEach((g) => {
|
|
12487
|
+
const m = l(g), p = d.has(JSON.stringify(g));
|
|
12488
|
+
if (p && (m == null ? void 0 : m.getType()) === "Option") {
|
|
12482
12489
|
const f = u.getCurrentVariant();
|
|
12483
12490
|
if (!f)
|
|
12484
12491
|
return;
|
|
12485
|
-
c.selectVariant(f), d.delete(JSON.stringify(
|
|
12486
|
-
} else if (p && (
|
|
12492
|
+
c.selectVariant(f), d.delete(JSON.stringify(g));
|
|
12493
|
+
} else if (p && (m == null ? void 0 : m.getType()) === "Text") {
|
|
12487
12494
|
const f = u.getText();
|
|
12488
|
-
c.setText(f), d.delete(JSON.stringify(
|
|
12495
|
+
c.setText(f), d.delete(JSON.stringify(g));
|
|
12489
12496
|
}
|
|
12490
12497
|
});
|
|
12491
12498
|
}));
|
|
@@ -12540,7 +12547,7 @@ class Oo {
|
|
|
12540
12547
|
}
|
|
12541
12548
|
async save(t) {
|
|
12542
12549
|
if (!this.getCommandContext().getState())
|
|
12543
|
-
throw new
|
|
12550
|
+
throw new z("State undefined!");
|
|
12544
12551
|
const n = {
|
|
12545
12552
|
title: await (async () => {
|
|
12546
12553
|
var l;
|
|
@@ -12563,10 +12570,10 @@ class Oo {
|
|
|
12563
12570
|
var s;
|
|
12564
12571
|
const t = St(this.getCommandContext().getState());
|
|
12565
12572
|
if (!t)
|
|
12566
|
-
throw new
|
|
12573
|
+
throw new z("Internal state is undefined! Cannot copy experience!");
|
|
12567
12574
|
const e = JSON.stringify(t.transaction), a = this.getWorkflowManager().getWorkflow(), n = (s = this.getWorkflowManager().getTransaction().integrationProduct) == null ? void 0 : s.id;
|
|
12568
12575
|
if (!n)
|
|
12569
|
-
throw new
|
|
12576
|
+
throw new z("Integration product id is undefined!");
|
|
12570
12577
|
return await this.getClient().getWorkflowExperience({
|
|
12571
12578
|
type: "integration",
|
|
12572
12579
|
integrationProductId: n,
|
|
@@ -12677,17 +12684,17 @@ const $o = [
|
|
|
12677
12684
|
"textPath",
|
|
12678
12685
|
"tref",
|
|
12679
12686
|
"tspan"
|
|
12680
|
-
],
|
|
12687
|
+
], Lo = async (r, t, e) => {
|
|
12681
12688
|
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
12689
|
o.searchParams.append("video", Qa(JSON.stringify([{ href: i }]))), o.pathname = o.pathname + (o.pathname.slice(-1) === "/" ? "" : "/");
|
|
12683
12690
|
const l = o.toString(), d = `data:image/svg+xml;base64,${Qa(await sn(l, { type: "svg" }))}`, A = (h) => {
|
|
12684
|
-
const
|
|
12685
|
-
if (!
|
|
12691
|
+
const g = r.find((p) => p.panelId === h.panelId);
|
|
12692
|
+
if (!g)
|
|
12686
12693
|
throw new J(h);
|
|
12687
|
-
const
|
|
12694
|
+
const m = Q();
|
|
12688
12695
|
return new W(
|
|
12689
12696
|
{
|
|
12690
|
-
id:
|
|
12697
|
+
id: m,
|
|
12691
12698
|
src: d,
|
|
12692
12699
|
type: M.Image,
|
|
12693
12700
|
y: h.top,
|
|
@@ -12696,7 +12703,7 @@ const $o = [
|
|
|
12696
12703
|
height: h.height,
|
|
12697
12704
|
rotation: 0
|
|
12698
12705
|
},
|
|
12699
|
-
|
|
12706
|
+
g
|
|
12700
12707
|
);
|
|
12701
12708
|
}, u = e.data.regions;
|
|
12702
12709
|
try {
|
|
@@ -12704,17 +12711,17 @@ const $o = [
|
|
|
12704
12711
|
} catch (h) {
|
|
12705
12712
|
return console.error(h), [];
|
|
12706
12713
|
}
|
|
12707
|
-
},
|
|
12714
|
+
}, Uo = async (r, t, e, a) => {
|
|
12708
12715
|
const n = e.data, i = n.assetUrl, s = await sa(i);
|
|
12709
12716
|
try {
|
|
12710
12717
|
const o = is(n, a.option);
|
|
12711
12718
|
o && (t[a.stepName] = { selectedVariants: [o] });
|
|
12712
12719
|
const l = async (c) => {
|
|
12713
|
-
var
|
|
12714
|
-
const d = await Rn(c, (
|
|
12720
|
+
var m;
|
|
12721
|
+
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
12722
|
if (!h)
|
|
12716
12723
|
throw new J(c);
|
|
12717
|
-
const
|
|
12724
|
+
const g = Ea(
|
|
12718
12725
|
s,
|
|
12719
12726
|
A,
|
|
12720
12727
|
{
|
|
@@ -12743,13 +12750,13 @@ const $o = [
|
|
|
12743
12750
|
pattern: {
|
|
12744
12751
|
id: `${u}-pattern`,
|
|
12745
12752
|
src: s.src,
|
|
12746
|
-
x:
|
|
12747
|
-
y:
|
|
12753
|
+
x: g.x,
|
|
12754
|
+
y: g.y,
|
|
12748
12755
|
width: s.width,
|
|
12749
12756
|
height: s.height,
|
|
12750
12757
|
rotation: 0,
|
|
12751
|
-
scaleX:
|
|
12752
|
-
scaleY:
|
|
12758
|
+
scaleX: g.zoom,
|
|
12759
|
+
scaleY: g.zoom,
|
|
12753
12760
|
svg: s.svg,
|
|
12754
12761
|
colors: s.colors
|
|
12755
12762
|
}
|
|
@@ -12776,30 +12783,30 @@ const $o = [
|
|
|
12776
12783
|
const o = (E = s.asset) == null ? void 0 : E.fileLink;
|
|
12777
12784
|
if (!o)
|
|
12778
12785
|
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 (!
|
|
12786
|
+
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;
|
|
12787
|
+
if (!g)
|
|
12781
12788
|
return console.error("Failed to read SVG."), [];
|
|
12782
|
-
pa(
|
|
12783
|
-
const
|
|
12784
|
-
kt(
|
|
12789
|
+
pa(g);
|
|
12790
|
+
const m = {};
|
|
12791
|
+
kt(g, (B) => {
|
|
12785
12792
|
$o.includes(B.tagName) && !B.attributes.getNamedItem("fill") && B.setAttribute("fill", "#000000");
|
|
12786
12793
|
const I = B.attributes.getNamedItem("fill");
|
|
12787
12794
|
if (I && I.value !== "none") {
|
|
12788
12795
|
const x = I.value, T = `spiff-fill-${x.replace(/\W/g, "")}`;
|
|
12789
|
-
B.classList.add(T),
|
|
12796
|
+
B.classList.add(T), m[T] = { browserValue: x };
|
|
12790
12797
|
}
|
|
12791
12798
|
const D = B.attributes.getNamedItem("stroke");
|
|
12792
12799
|
if (D && D.value !== "none") {
|
|
12793
12800
|
const x = D.value, T = `spiff-stroke-${x.replace(/\W/g, "")}`;
|
|
12794
|
-
B.classList.add(T),
|
|
12801
|
+
B.classList.add(T), m[T] = { browserValue: x };
|
|
12795
12802
|
}
|
|
12796
12803
|
});
|
|
12797
|
-
const f = bt().serializeToString(
|
|
12804
|
+
const f = bt().serializeToString(g), C = n.colors;
|
|
12798
12805
|
if (C) {
|
|
12799
|
-
for (const [B, I] of Object.entries(
|
|
12806
|
+
for (const [B, I] of Object.entries(m))
|
|
12800
12807
|
for (const D of Object.keys(C))
|
|
12801
12808
|
if (I.browserValue === D) {
|
|
12802
|
-
|
|
12809
|
+
m[B] = { browserValue: C[D] };
|
|
12803
12810
|
break;
|
|
12804
12811
|
}
|
|
12805
12812
|
}
|
|
@@ -12810,7 +12817,7 @@ const $o = [
|
|
|
12810
12817
|
const D = Q();
|
|
12811
12818
|
return new W(
|
|
12812
12819
|
{
|
|
12813
|
-
colors:
|
|
12820
|
+
colors: m,
|
|
12814
12821
|
id: D,
|
|
12815
12822
|
svg: f,
|
|
12816
12823
|
type: M.Illustration,
|
|
@@ -12831,7 +12838,7 @@ const $o = [
|
|
|
12831
12838
|
} catch (B) {
|
|
12832
12839
|
return console.error(B), [];
|
|
12833
12840
|
}
|
|
12834
|
-
},
|
|
12841
|
+
}, Go = async (r, t, e) => {
|
|
12835
12842
|
const a = await qn(e.data.module), n = t.data, i = (o, l) => {
|
|
12836
12843
|
const c = r.find((A) => A.panelId === l.panelId);
|
|
12837
12844
|
if (!c)
|
|
@@ -12861,7 +12868,7 @@ const $o = [
|
|
|
12861
12868
|
} catch (o) {
|
|
12862
12869
|
return console.error(o), [];
|
|
12863
12870
|
}
|
|
12864
|
-
},
|
|
12871
|
+
}, zo = async (r, t, e, a) => {
|
|
12865
12872
|
var d, A;
|
|
12866
12873
|
const n = e.data, i = a.option;
|
|
12867
12874
|
if (!i)
|
|
@@ -12876,13 +12883,13 @@ const $o = [
|
|
|
12876
12883
|
if (!o)
|
|
12877
12884
|
return console.error(`No asset link for variant with ID: ${n.pictureVariantId}`), [];
|
|
12878
12885
|
const l = (u) => {
|
|
12879
|
-
const h = r.find((
|
|
12886
|
+
const h = r.find((m) => m.panelId === u.panelId);
|
|
12880
12887
|
if (!h)
|
|
12881
12888
|
throw new J(u);
|
|
12882
|
-
const
|
|
12889
|
+
const g = Q();
|
|
12883
12890
|
return new W(
|
|
12884
12891
|
{
|
|
12885
|
-
id:
|
|
12892
|
+
id: g,
|
|
12886
12893
|
src: o,
|
|
12887
12894
|
type: M.Image,
|
|
12888
12895
|
y: u.top,
|
|
@@ -12936,11 +12943,11 @@ const $o = [
|
|
|
12936
12943
|
fill="${s == null ? void 0 : s.color}"
|
|
12937
12944
|
/>
|
|
12938
12945
|
</svg>
|
|
12939
|
-
`,
|
|
12946
|
+
`, g = { "spiff-fill-shape": { browserValue: s.color || "#000000" } }, m = Q();
|
|
12940
12947
|
return new W(
|
|
12941
12948
|
{
|
|
12942
|
-
colors:
|
|
12943
|
-
id:
|
|
12949
|
+
colors: g,
|
|
12950
|
+
id: m,
|
|
12944
12951
|
svg: u,
|
|
12945
12952
|
type: M.Illustration,
|
|
12946
12953
|
y: d.top,
|
|
@@ -12995,13 +13002,13 @@ const $o = [
|
|
|
12995
13002
|
}
|
|
12996
13003
|
else {
|
|
12997
13004
|
const c = await at(i, !0), d = (A) => {
|
|
12998
|
-
const u = /<svg.*?<\/svg>/s, h = A.match(u) || [],
|
|
13005
|
+
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
13006
|
if (!f)
|
|
13000
13007
|
throw new xt("Failed to read SVG.");
|
|
13001
13008
|
return pa(f), bt().serializeToString(f);
|
|
13002
13009
|
};
|
|
13003
13010
|
l.forEach((A) => {
|
|
13004
|
-
const u = r.find((
|
|
13011
|
+
const u = r.find((g) => g.panelId === A.panelId);
|
|
13005
13012
|
if (!u)
|
|
13006
13013
|
throw new J(A);
|
|
13007
13014
|
const h = {
|
|
@@ -13058,8 +13065,8 @@ const $o = [
|
|
|
13058
13065
|
return;
|
|
13059
13066
|
const C = Y.getDefaultVariant(f);
|
|
13060
13067
|
return C == null ? void 0 : C.color;
|
|
13061
|
-
},
|
|
13062
|
-
for (const p of
|
|
13068
|
+
}, g = i.color || await h(a.data), m = a.data.regions;
|
|
13069
|
+
for (const p of m) {
|
|
13063
13070
|
const f = r.find((w) => w.panelId === p.panelId);
|
|
13064
13071
|
if (!f)
|
|
13065
13072
|
continue;
|
|
@@ -13068,7 +13075,7 @@ const $o = [
|
|
|
13068
13075
|
id: Q(),
|
|
13069
13076
|
align: o(a.data),
|
|
13070
13077
|
curved: a.data.curved,
|
|
13071
|
-
fill: i.color ||
|
|
13078
|
+
fill: i.color || g || "#000000",
|
|
13072
13079
|
fontData: d,
|
|
13073
13080
|
fontSize: a.data.size || s,
|
|
13074
13081
|
height: p.height,
|
|
@@ -13133,13 +13140,13 @@ const $o = [
|
|
|
13133
13140
|
switch (o.type) {
|
|
13134
13141
|
case P.DigitalContent:
|
|
13135
13142
|
n.push(
|
|
13136
|
-
...await
|
|
13143
|
+
...await Lo(e, s, o)
|
|
13137
13144
|
);
|
|
13138
13145
|
break;
|
|
13139
13146
|
case P.Frame:
|
|
13140
13147
|
case P.Photo:
|
|
13141
13148
|
n.push(
|
|
13142
|
-
...await
|
|
13149
|
+
...await Uo(e, i, s, o)
|
|
13143
13150
|
);
|
|
13144
13151
|
break;
|
|
13145
13152
|
case P.Illustration:
|
|
@@ -13153,11 +13160,11 @@ const $o = [
|
|
|
13153
13160
|
);
|
|
13154
13161
|
break;
|
|
13155
13162
|
case P.Module:
|
|
13156
|
-
n.push(...await
|
|
13163
|
+
n.push(...await Go(e, s, o));
|
|
13157
13164
|
break;
|
|
13158
13165
|
case P.Picture:
|
|
13159
13166
|
n.push(
|
|
13160
|
-
...await
|
|
13167
|
+
...await zo(e, i, s, o)
|
|
13161
13168
|
);
|
|
13162
13169
|
break;
|
|
13163
13170
|
case P.Shape:
|
|
@@ -13213,7 +13220,7 @@ class Jo {
|
|
|
13213
13220
|
}
|
|
13214
13221
|
const Ko = () => new Promise((r, t) => {
|
|
13215
13222
|
try {
|
|
13216
|
-
const a =
|
|
13223
|
+
const a = mt().getContext("webgl2");
|
|
13217
13224
|
r(!!a);
|
|
13218
13225
|
} catch {
|
|
13219
13226
|
r(!1);
|
|
@@ -13326,15 +13333,15 @@ class Zo extends Dn {
|
|
|
13326
13333
|
* a loose target but should be kept in mind when making changes.
|
|
13327
13334
|
*/
|
|
13328
13335
|
async execute() {
|
|
13329
|
-
var h,
|
|
13330
|
-
const t = this.layouts.find((
|
|
13336
|
+
var h, g;
|
|
13337
|
+
const t = this.layouts.find((m) => m.layoutState.layout.id === this.layoutId);
|
|
13331
13338
|
if (!t)
|
|
13332
13339
|
return;
|
|
13333
13340
|
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
13341
|
let l, c;
|
|
13335
13342
|
if (this.nonPOTSupport) {
|
|
13336
|
-
const
|
|
13337
|
-
a / n <
|
|
13343
|
+
const m = s / o;
|
|
13344
|
+
a / n < m ? (l = s, c = n * (s / a)) : (l = a * (o / n), c = o);
|
|
13338
13345
|
const f = this.resizeFit({ width: l, height: c });
|
|
13339
13346
|
l = f.width, c = f.height;
|
|
13340
13347
|
} else
|
|
@@ -13342,7 +13349,7 @@ class Zo extends Dn {
|
|
|
13342
13349
|
const d = Sa(t.layoutState.layout, e, {
|
|
13343
13350
|
renderingConfiguration: {
|
|
13344
13351
|
purpose: Ht.ThreeD,
|
|
13345
|
-
templatingContext: (
|
|
13352
|
+
templatingContext: (g = (h = this.getWorkflowManager) == null ? void 0 : h.call(this)) == null ? void 0 : g.getTemplatingContext()
|
|
13346
13353
|
}
|
|
13347
13354
|
}), A = un(d), u = await Aa.from(this.ctx, A, {
|
|
13348
13355
|
anonymousCrossOrigin: !0,
|
|
@@ -13351,9 +13358,9 @@ class Zo extends Dn {
|
|
|
13351
13358
|
ignoreClear: !0,
|
|
13352
13359
|
ignoreMouse: !0,
|
|
13353
13360
|
enableRedraw: !1,
|
|
13354
|
-
createCanvas:
|
|
13361
|
+
createCanvas: mt,
|
|
13355
13362
|
createImage: Zt,
|
|
13356
|
-
DOMParser:
|
|
13363
|
+
DOMParser: ma(),
|
|
13357
13364
|
fetch
|
|
13358
13365
|
});
|
|
13359
13366
|
u.resize(l, c), await u.render(), this.onRender();
|
|
@@ -13375,7 +13382,7 @@ const Xc = (r, t) => {
|
|
|
13375
13382
|
serializableWorkflow: { steps: [] },
|
|
13376
13383
|
layouts: {}
|
|
13377
13384
|
};
|
|
13378
|
-
n = new $(e.map((l) => new
|
|
13385
|
+
n = new $(e.map((l) => new Ln(l))).apply(n);
|
|
13379
13386
|
const s = await Yo(r, t, e, a);
|
|
13380
13387
|
return new $(s).apply(n);
|
|
13381
13388
|
};
|
|
@@ -13423,19 +13430,19 @@ class tl {
|
|
|
13423
13430
|
}
|
|
13424
13431
|
async createHandle(t) {
|
|
13425
13432
|
switch (t.type) {
|
|
13426
|
-
case
|
|
13433
|
+
case G.FileUpload:
|
|
13427
13434
|
return new el(this.bundle, t).initialize();
|
|
13428
|
-
case
|
|
13435
|
+
case G.ColorOption:
|
|
13429
13436
|
return new Ja(
|
|
13430
13437
|
this.bundle,
|
|
13431
13438
|
t,
|
|
13432
13439
|
t.entityId ? await Y.getOption(t.entityId) : void 0
|
|
13433
13440
|
);
|
|
13434
|
-
case
|
|
13441
|
+
case G.Option: {
|
|
13435
13442
|
const e = t.entityId ? await Y.getOption(t.entityId) : void 0;
|
|
13436
13443
|
return (e == null ? void 0 : e.type) === "Color" ? new Ja(this.bundle, t, e) : new Xn(this.bundle, t, e);
|
|
13437
13444
|
}
|
|
13438
|
-
case
|
|
13445
|
+
case G.Text:
|
|
13439
13446
|
return new al(this.bundle, t);
|
|
13440
13447
|
default:
|
|
13441
13448
|
throw new Error("Unhandled Global Property Aspect Type");
|
|
@@ -13480,18 +13487,20 @@ class Ia {
|
|
|
13480
13487
|
* Returns all steps that share this property.
|
|
13481
13488
|
* @param targetExperiences Optionally filter the steps to only those in the given experiences.
|
|
13482
13489
|
*/
|
|
13483
|
-
getSharedSteps(t) {
|
|
13484
|
-
|
|
13485
|
-
|
|
13486
|
-
|
|
13487
|
-
|
|
13488
|
-
|
|
13489
|
-
|
|
13490
|
-
|
|
13490
|
+
getSharedSteps(t, e) {
|
|
13491
|
+
const a = t ?? this.bundle.getWorkflowExperiences();
|
|
13492
|
+
return console.log(`LOG: getting shared steps from ${a.length} experiences`), a.flatMap((i) => {
|
|
13493
|
+
const s = e ? i.getSteps() : i.getStepsConditionallyActive();
|
|
13494
|
+
return console.log(`LOG: getting shared steps from ${s.length} active steps`), s.filter((o) => {
|
|
13495
|
+
var l;
|
|
13496
|
+
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(
|
|
13497
|
+
(c) => {
|
|
13498
|
+
var d, A;
|
|
13499
|
+
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
13500
|
}
|
|
13492
|
-
);
|
|
13493
|
-
})
|
|
13494
|
-
);
|
|
13501
|
+
));
|
|
13502
|
+
});
|
|
13503
|
+
});
|
|
13495
13504
|
}
|
|
13496
13505
|
getStateValue() {
|
|
13497
13506
|
return this.bundle.getGlobalPropertyStateManager().getAspect(this.property.name);
|
|
@@ -13563,7 +13572,7 @@ class el extends Ia {
|
|
|
13563
13572
|
const e = await this.getOriginalImage();
|
|
13564
13573
|
if (!e)
|
|
13565
13574
|
throw new Error("You must supply an image selection before attempting to remove the background.");
|
|
13566
|
-
const a = this.bundle.getGlobalPropertyStateManager(), n = await
|
|
13575
|
+
const a = this.bundle.getGlobalPropertyStateManager(), n = await L.removeBackgroundFromAsset(e), s = {
|
|
13567
13576
|
...a.getAspectStorage(this.property.name),
|
|
13568
13577
|
backgroundRemovedAssetKey: n.key,
|
|
13569
13578
|
useOriginalAsset: !t
|
|
@@ -13583,7 +13592,7 @@ class el extends Ia {
|
|
|
13583
13592
|
async getImage() {
|
|
13584
13593
|
const t = this.getStateValue();
|
|
13585
13594
|
if (t)
|
|
13586
|
-
return
|
|
13595
|
+
return L.getLocalOrFromServer(t);
|
|
13587
13596
|
}
|
|
13588
13597
|
async getImageWithColors() {
|
|
13589
13598
|
var t, e;
|
|
@@ -13596,7 +13605,7 @@ class el extends Ia {
|
|
|
13596
13605
|
async getOriginalImage() {
|
|
13597
13606
|
const t = this.bundle.getGlobalPropertyStateManager().getAspectStorage(this.property.name);
|
|
13598
13607
|
if (t != null && t.originalAssetKey)
|
|
13599
|
-
return
|
|
13608
|
+
return L.getLocalOrFromServer(t.originalAssetKey);
|
|
13600
13609
|
}
|
|
13601
13610
|
/**
|
|
13602
13611
|
* Retrieves the version of the image selection that has the background removed, if one exists.
|
|
@@ -13605,7 +13614,7 @@ class el extends Ia {
|
|
|
13605
13614
|
async getBackgroundRemovedImage() {
|
|
13606
13615
|
const t = this.bundle.getGlobalPropertyStateManager().getAspectStorage(this.property.name);
|
|
13607
13616
|
if (t != null && t.backgroundRemovedAssetKey)
|
|
13608
|
-
return
|
|
13617
|
+
return L.getLocalOrFromServer(t.backgroundRemovedAssetKey);
|
|
13609
13618
|
}
|
|
13610
13619
|
getUseOriginalImage() {
|
|
13611
13620
|
var t;
|
|
@@ -13637,26 +13646,26 @@ class el extends Ia {
|
|
|
13637
13646
|
}
|
|
13638
13647
|
o.push(this.loadImageData()), await Promise.all(o), this.updateSharedStepStorage(i);
|
|
13639
13648
|
}
|
|
13640
|
-
async applyGlobalState(t) {
|
|
13641
|
-
const
|
|
13642
|
-
if (!e)
|
|
13643
|
-
return;
|
|
13644
|
-
const a = await U.getLocalOrFromServer(e);
|
|
13649
|
+
async applyGlobalState(t, e) {
|
|
13650
|
+
const a = this.getStateValue();
|
|
13645
13651
|
if (!a)
|
|
13646
13652
|
return;
|
|
13647
|
-
await
|
|
13648
|
-
|
|
13649
|
-
|
|
13650
|
-
|
|
13651
|
-
|
|
13652
|
-
|
|
13653
|
+
const n = await L.getLocalOrFromServer(a);
|
|
13654
|
+
if (!n)
|
|
13655
|
+
return;
|
|
13656
|
+
await this.applyImageSelection(n, t, !1, !0);
|
|
13657
|
+
const i = this.bundle.getGlobalPropertyStateManager().getAspectStorage(this.property.name);
|
|
13658
|
+
if (i) {
|
|
13659
|
+
if (this.updateSharedStepStorage({ ...i }), i.colors) {
|
|
13660
|
+
const s = new Map(
|
|
13661
|
+
i.colors.map((o) => [o.key, { browserValue: o.browserValue, pmsValue: o.pmsValue }]) ?? []
|
|
13653
13662
|
);
|
|
13654
|
-
this.getSharedSteps(t).forEach((
|
|
13655
|
-
|
|
13663
|
+
this.getSharedSteps(t, e).forEach((o) => {
|
|
13664
|
+
o.changeColors(s);
|
|
13656
13665
|
});
|
|
13657
13666
|
}
|
|
13658
13667
|
} else
|
|
13659
|
-
this.updateSharedStepStorage({ originalAssetKey:
|
|
13668
|
+
this.updateSharedStepStorage({ originalAssetKey: a }), await this.bundle.getGlobalPropertyStateManager().setAspectStorage(this.property.name, { originalAssetKey: a });
|
|
13660
13669
|
}
|
|
13661
13670
|
getAvailableColors() {
|
|
13662
13671
|
var t, e, a, n;
|
|
@@ -13683,22 +13692,22 @@ class el extends Ia {
|
|
|
13683
13692
|
var e;
|
|
13684
13693
|
return (e = this.imageData) != null && e.svg ? (await lt(this.imageData.svg)).colors : void 0;
|
|
13685
13694
|
}
|
|
13686
|
-
async changeColors(t) {
|
|
13687
|
-
var
|
|
13688
|
-
if (!((
|
|
13695
|
+
async changeColors(t, e) {
|
|
13696
|
+
var s;
|
|
13697
|
+
if (!((s = this.imageData) != null && s.svg))
|
|
13689
13698
|
return;
|
|
13690
|
-
const
|
|
13691
|
-
|
|
13692
|
-
|
|
13699
|
+
const a = this.getSharedSteps(void 0, e), n = new Map(Object.entries(t));
|
|
13700
|
+
a.forEach((o) => {
|
|
13701
|
+
o.changeColors(n);
|
|
13693
13702
|
});
|
|
13694
|
-
const
|
|
13703
|
+
const i = this.bundle.getGlobalPropertyStateManager().getAspectStorage(this.property.name);
|
|
13695
13704
|
await Promise.all([
|
|
13696
13705
|
this.bundle.getGlobalPropertyStateManager().setAspectStorage(this.property.name, {
|
|
13697
|
-
...
|
|
13698
|
-
colors: Object.entries(t).map(([
|
|
13699
|
-
key:
|
|
13700
|
-
browserValue:
|
|
13701
|
-
pmsValue:
|
|
13706
|
+
...i,
|
|
13707
|
+
colors: Object.entries(t).map(([o, l]) => ({
|
|
13708
|
+
key: o,
|
|
13709
|
+
browserValue: l.browserValue,
|
|
13710
|
+
pmsValue: l.pmsValue
|
|
13702
13711
|
}))
|
|
13703
13712
|
}),
|
|
13704
13713
|
await this.loadImageData()
|
|
@@ -13748,10 +13757,10 @@ class al extends Ia {
|
|
|
13748
13757
|
/**
|
|
13749
13758
|
* Set the text.
|
|
13750
13759
|
*/
|
|
13751
|
-
async setText(t) {
|
|
13760
|
+
async setText(t, e) {
|
|
13752
13761
|
await Promise.all([
|
|
13753
13762
|
this.bundle.getGlobalPropertyStateManager().setAspect(this.property.name, t),
|
|
13754
|
-
this.applyTextSelection(t)
|
|
13763
|
+
this.applyTextSelection(t, void 0, e)
|
|
13755
13764
|
]);
|
|
13756
13765
|
}
|
|
13757
13766
|
async applyGlobalState(t) {
|
|
@@ -13760,11 +13769,13 @@ class al extends Ia {
|
|
|
13760
13769
|
return Promise.resolve();
|
|
13761
13770
|
await this.applyTextSelection(e, t);
|
|
13762
13771
|
}
|
|
13763
|
-
async applyTextSelection(t, e) {
|
|
13764
|
-
const n = this.getSharedSteps(e)
|
|
13765
|
-
|
|
13772
|
+
async applyTextSelection(t, e, a) {
|
|
13773
|
+
const n = this.getSharedSteps(e, a);
|
|
13774
|
+
console.log(`LOG: ${n.length} shared steps`);
|
|
13775
|
+
const i = n.map((s) => {
|
|
13776
|
+
s.setText(t);
|
|
13766
13777
|
});
|
|
13767
|
-
await Promise.all(
|
|
13778
|
+
await Promise.all(i);
|
|
13768
13779
|
}
|
|
13769
13780
|
}
|
|
13770
13781
|
class Xn extends Ia {
|
|
@@ -13823,10 +13834,10 @@ class Xn extends Ia {
|
|
|
13823
13834
|
* Select a given variant on the option for all shared steps.
|
|
13824
13835
|
* @param variant The variant to select.
|
|
13825
13836
|
*/
|
|
13826
|
-
async selectVariant(t, e) {
|
|
13837
|
+
async selectVariant(t, e, a) {
|
|
13827
13838
|
await Promise.all([
|
|
13828
13839
|
this.bundle.getGlobalPropertyStateManager().setAspect(this.property.name, t.getId(), void 0, e),
|
|
13829
|
-
this.applyVariantSelection(t)
|
|
13840
|
+
this.applyVariantSelection(t, void 0, a)
|
|
13830
13841
|
]);
|
|
13831
13842
|
}
|
|
13832
13843
|
async applyGlobalState(t) {
|
|
@@ -13837,9 +13848,9 @@ class Xn extends Ia {
|
|
|
13837
13848
|
const a = (i = (n = this.optionResource) == null ? void 0 : n.variants) == null ? void 0 : i.find((s) => s.id === e);
|
|
13838
13849
|
return a ? this.applyVariantSelection(new st(a), t) : Promise.resolve();
|
|
13839
13850
|
}
|
|
13840
|
-
async applyVariantSelection(t, e) {
|
|
13841
|
-
const
|
|
13842
|
-
await Promise.all(
|
|
13851
|
+
async applyVariantSelection(t, e, a) {
|
|
13852
|
+
const i = this.getSharedSteps(e, a).map((s) => s.selectVariant(t));
|
|
13853
|
+
await Promise.all(i);
|
|
13843
13854
|
}
|
|
13844
13855
|
}
|
|
13845
13856
|
class Ja extends Xn {
|
|
@@ -13888,8 +13899,8 @@ class Ja extends Xn {
|
|
|
13888
13899
|
/**
|
|
13889
13900
|
* Sets a custom color on the global state.
|
|
13890
13901
|
*/
|
|
13891
|
-
setCustomColor(t) {
|
|
13892
|
-
this.getSharedSteps().forEach((
|
|
13902
|
+
setCustomColor(t, e) {
|
|
13903
|
+
this.getSharedSteps(void 0, e).forEach((n) => n.setCustomColor(t)), this.bundle.getGlobalPropertyStateManager().setAspectStorage(this.property.name, { customColor: t });
|
|
13893
13904
|
}
|
|
13894
13905
|
/**
|
|
13895
13906
|
* Gets the custom color used by the global state.
|
|
@@ -14035,15 +14046,15 @@ class il {
|
|
|
14035
14046
|
let i = n.type && n.storage ? {} : void 0;
|
|
14036
14047
|
if (i)
|
|
14037
14048
|
switch (n.type) {
|
|
14038
|
-
case
|
|
14049
|
+
case G.FileUpload: {
|
|
14039
14050
|
i.fileUpload = n.storage;
|
|
14040
14051
|
break;
|
|
14041
14052
|
}
|
|
14042
|
-
case
|
|
14053
|
+
case G.Option: {
|
|
14043
14054
|
i.option = n.storage;
|
|
14044
14055
|
break;
|
|
14045
14056
|
}
|
|
14046
|
-
case
|
|
14057
|
+
case G.ColorOption: {
|
|
14047
14058
|
i = n.storage;
|
|
14048
14059
|
break;
|
|
14049
14060
|
}
|
|
@@ -14315,7 +14326,7 @@ class Zn {
|
|
|
14315
14326
|
async filterProducts(t, e, a, n) {
|
|
14316
14327
|
var l, c;
|
|
14317
14328
|
const i = await b.getShadowGraphqlClient().query({
|
|
14318
|
-
query:
|
|
14329
|
+
query: Gs,
|
|
14319
14330
|
errorPolicy: "all",
|
|
14320
14331
|
variables: {
|
|
14321
14332
|
id: this.getId(),
|
|
@@ -14355,7 +14366,7 @@ class Zn {
|
|
|
14355
14366
|
};
|
|
14356
14367
|
}
|
|
14357
14368
|
const o = new AbortController(), { signal: l } = o, c = b.getShadowGraphqlClient().watchQuery({
|
|
14358
|
-
query:
|
|
14369
|
+
query: zs,
|
|
14359
14370
|
variables: {
|
|
14360
14371
|
id: this.getId(),
|
|
14361
14372
|
limit: e,
|
|
@@ -14384,13 +14395,13 @@ class Zn {
|
|
|
14384
14395
|
let A = !1;
|
|
14385
14396
|
const u = c.subscribe({
|
|
14386
14397
|
next(h) {
|
|
14387
|
-
var
|
|
14388
|
-
if (A || h.partial && (!h.data.productCollections || h.data.productCollections.length === 0 || !((
|
|
14398
|
+
var m, p, f, C, w, S;
|
|
14399
|
+
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
14400
|
return;
|
|
14390
14401
|
o.abort(), A = !0, u.unsubscribe();
|
|
14391
|
-
const
|
|
14402
|
+
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
14403
|
d({
|
|
14393
|
-
items:
|
|
14404
|
+
items: g,
|
|
14394
14405
|
// Clone items because it could be cached data (immutable)
|
|
14395
14406
|
total: ((S = (w = h.data.productCollections) == null ? void 0 : w[0].productCollectionProductsFeed) == null ? void 0 : S.total) ?? 0
|
|
14396
14407
|
});
|
|
@@ -14639,7 +14650,7 @@ const hl = v`
|
|
|
14639
14650
|
}
|
|
14640
14651
|
})).data) == null ? void 0 : e.productCollections) == null ? void 0 : a.map((n) => new Zn(n));
|
|
14641
14652
|
};
|
|
14642
|
-
class
|
|
14653
|
+
class gl {
|
|
14643
14654
|
constructor() {
|
|
14644
14655
|
this.listeners = {};
|
|
14645
14656
|
}
|
|
@@ -14666,7 +14677,7 @@ class ml {
|
|
|
14666
14677
|
delete this.listeners[e];
|
|
14667
14678
|
}
|
|
14668
14679
|
}
|
|
14669
|
-
const
|
|
14680
|
+
const ml = v`
|
|
14670
14681
|
mutation AddAddressToBundle(
|
|
14671
14682
|
$bundleId: String!
|
|
14672
14683
|
$streetAddress: String
|
|
@@ -14705,7 +14716,7 @@ const gl = v`
|
|
|
14705
14716
|
class Je {
|
|
14706
14717
|
constructor(t, e, a, n, i, s) {
|
|
14707
14718
|
var c, d, A;
|
|
14708
|
-
this.workflowExperiences = [], this.eventEmitter = new
|
|
14719
|
+
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
14720
|
const o = (d = this.productCollection) == null ? void 0 : d.globalPropertyConfiguration;
|
|
14710
14721
|
this.globalConfigurationPropertyId = o == null ? void 0 : o.id, this.globalPropertyStateManager = new il(
|
|
14711
14722
|
this.id,
|
|
@@ -14719,16 +14730,16 @@ class Je {
|
|
|
14719
14730
|
u([]);
|
|
14720
14731
|
return;
|
|
14721
14732
|
}
|
|
14722
|
-
console.log("Setting default global variants."), this.globalPropertyHandleService.getHandles().then((
|
|
14723
|
-
const
|
|
14724
|
-
if (p.getType() ===
|
|
14733
|
+
console.log("Setting default global variants."), this.globalPropertyHandleService.getHandles().then((g) => {
|
|
14734
|
+
const m = g.map((p) => {
|
|
14735
|
+
if (p.getType() === G.ColorOption || p.getType() === G.Option) {
|
|
14725
14736
|
const f = p;
|
|
14726
14737
|
if (this.globalPropertyStateManager.getGlobalPropertyState())
|
|
14727
14738
|
return f.initDefaultVariant();
|
|
14728
14739
|
console.log("Attempted to set global default variant before state was initialized.");
|
|
14729
14740
|
}
|
|
14730
14741
|
});
|
|
14731
|
-
Promise.all(
|
|
14742
|
+
Promise.all(m).then(u).catch(h);
|
|
14732
14743
|
});
|
|
14733
14744
|
});
|
|
14734
14745
|
this.initializationPromise = Promise.all([
|
|
@@ -14759,7 +14770,7 @@ class Je {
|
|
|
14759
14770
|
}
|
|
14760
14771
|
async attachAddress(t, e, a, n, i, s) {
|
|
14761
14772
|
await b.getShadowGraphqlClient().mutate({
|
|
14762
|
-
mutation:
|
|
14773
|
+
mutation: ml,
|
|
14763
14774
|
variables: {
|
|
14764
14775
|
bundleId: this.id,
|
|
14765
14776
|
streetAddress: t || void 0,
|
|
@@ -14850,40 +14861,40 @@ class Je {
|
|
|
14850
14861
|
}
|
|
14851
14862
|
async applyGlobalPropertyState(t) {
|
|
14852
14863
|
var a;
|
|
14853
|
-
const e = await this.
|
|
14854
|
-
console.log(`
|
|
14855
|
-
for (const n of
|
|
14856
|
-
const i = n.
|
|
14857
|
-
if (console.log(`
|
|
14858
|
-
switch (
|
|
14859
|
-
case
|
|
14860
|
-
const o =
|
|
14861
|
-
l.length > 0 &&
|
|
14862
|
-
const c = (a =
|
|
14864
|
+
const e = await this.globalPropertyHandleService.getHandles();
|
|
14865
|
+
console.log(`LOG: ${e.length} handles`);
|
|
14866
|
+
for (const n of t.aspects) {
|
|
14867
|
+
const i = n == null ? void 0 : n.name, s = e.find((o) => o.getName() === i);
|
|
14868
|
+
if (console.log(`LOG: handle for ${i}? ${s}`), s)
|
|
14869
|
+
switch (n.type) {
|
|
14870
|
+
case G.FileUpload: {
|
|
14871
|
+
const o = s, l = await ve([n.value]);
|
|
14872
|
+
l.length > 0 && await o.selectImage(l[0]);
|
|
14873
|
+
const c = (a = n.storage) == null ? void 0 : a.colors;
|
|
14863
14874
|
if (c) {
|
|
14864
14875
|
const d = Object.fromEntries(
|
|
14865
14876
|
c.map((A) => [A.key, { browserValue: A.browserValue, pmsValue: A.pmsValue }]) ?? []
|
|
14866
14877
|
);
|
|
14867
|
-
await o.changeColors(d
|
|
14878
|
+
await o.changeColors(d, !0);
|
|
14868
14879
|
}
|
|
14869
14880
|
break;
|
|
14870
14881
|
}
|
|
14871
|
-
case
|
|
14872
|
-
const o =
|
|
14873
|
-
if (
|
|
14874
|
-
const c = o.getAllVariants().find((d) => d.getId() ===
|
|
14875
|
-
c &&
|
|
14882
|
+
case G.ColorOption: {
|
|
14883
|
+
const o = s;
|
|
14884
|
+
if (n.type === G.ColorOption) {
|
|
14885
|
+
const c = o.getAllVariants().find((d) => d.getId() === n.value);
|
|
14886
|
+
c && await o.selectVariant(c);
|
|
14876
14887
|
} else
|
|
14877
|
-
o.setCustomColor(
|
|
14888
|
+
o.setCustomColor(n.value, !0);
|
|
14878
14889
|
break;
|
|
14879
14890
|
}
|
|
14880
|
-
case
|
|
14881
|
-
const o =
|
|
14882
|
-
c &&
|
|
14891
|
+
case G.Option: {
|
|
14892
|
+
const o = s, c = o.getAllVariants().find((d) => d.getId() === n.value);
|
|
14893
|
+
console.log(`LOG: variant for ${n.value}: ${c}`), c && await o.selectVariant(c, void 0, !0);
|
|
14883
14894
|
break;
|
|
14884
14895
|
}
|
|
14885
|
-
case
|
|
14886
|
-
|
|
14896
|
+
case G.Text: {
|
|
14897
|
+
console.log(`LOG: text ${n.value}`), await s.setText(n.value, !0);
|
|
14887
14898
|
break;
|
|
14888
14899
|
}
|
|
14889
14900
|
}
|
|
@@ -14893,7 +14904,7 @@ class Je {
|
|
|
14893
14904
|
return this.globalPropertyStateManager;
|
|
14894
14905
|
}
|
|
14895
14906
|
async getGlobalPropertyTotalSubunits() {
|
|
14896
|
-
return (await this.globalPropertyHandleService.getHandles()).filter((a) => a.getType() ===
|
|
14907
|
+
return (await this.globalPropertyHandleService.getHandles()).filter((a) => a.getType() === G.Option).map((a) => {
|
|
14897
14908
|
var n;
|
|
14898
14909
|
return ((n = a.getCurrentVariant()) == null ? void 0 : n.getPrice()) || 0;
|
|
14899
14910
|
}).reduce((a, n) => a + n, 0);
|
|
@@ -14912,14 +14923,14 @@ class Je {
|
|
|
14912
14923
|
const c = (e = this.getGlobalPropertyConfiguration()) == null ? void 0 : e.aspects.find(
|
|
14913
14924
|
(d) => d.name === l
|
|
14914
14925
|
);
|
|
14915
|
-
if (c && c.type ===
|
|
14926
|
+
if (c && c.type === G.ColorOption) {
|
|
14916
14927
|
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(
|
|
14917
14928
|
this.getWorkflowExperiences(),
|
|
14918
14929
|
this.globalConfigurationPropertyId || "",
|
|
14919
14930
|
l
|
|
14920
|
-
),
|
|
14921
|
-
if (
|
|
14922
|
-
for (const p of
|
|
14931
|
+
), g = [...new Set(A.map((p) => p.number))];
|
|
14932
|
+
if (g.length > h)
|
|
14933
|
+
for (const p of g) {
|
|
14923
14934
|
const f = this.getGlobalPropertyStateManager(), C = u.find((w) => w.channelNumber === p);
|
|
14924
14935
|
C && await f.setAspect(l, C.variant.id || "", void 0, C.channelNumber);
|
|
14925
14936
|
}
|
|
@@ -15444,14 +15455,14 @@ class wl {
|
|
|
15444
15455
|
mutation: Cl,
|
|
15445
15456
|
variables: {
|
|
15446
15457
|
processFlowId: t,
|
|
15447
|
-
inputs: [...e.map((
|
|
15458
|
+
inputs: [...e.map((g) => g.getValueForTransmission())]
|
|
15448
15459
|
}
|
|
15449
15460
|
})).data) == null ? void 0 : A.processExecutionCreate) == null ? void 0 : u.id;
|
|
15450
15461
|
if (!i)
|
|
15451
15462
|
throw new Error("Failed to create process execution.");
|
|
15452
|
-
function s(
|
|
15453
|
-
return new Promise((
|
|
15454
|
-
setTimeout(
|
|
15463
|
+
function s(g) {
|
|
15464
|
+
return new Promise((m) => {
|
|
15465
|
+
setTimeout(m, g);
|
|
15455
15466
|
});
|
|
15456
15467
|
}
|
|
15457
15468
|
let o = !1, l = 0, c, d;
|
|
@@ -15475,20 +15486,20 @@ class wl {
|
|
|
15475
15486
|
ids: [i]
|
|
15476
15487
|
}
|
|
15477
15488
|
});
|
|
15478
|
-
const
|
|
15479
|
-
if (!c || !
|
|
15489
|
+
const g = (h = c.data) == null ? void 0 : h.processExecutions[0];
|
|
15490
|
+
if (!c || !g)
|
|
15480
15491
|
throw new Error("Failed to retrieve server response for execution.");
|
|
15481
|
-
if (
|
|
15492
|
+
if (g.failedAt)
|
|
15482
15493
|
throw new Error(
|
|
15483
15494
|
"Execution has failed to complete. See Automation > FLows in Flight on partner account on SpiffCommerce Hub."
|
|
15484
15495
|
);
|
|
15485
|
-
if (
|
|
15486
|
-
o = !0, d = new yl(
|
|
15496
|
+
if (g.completedAt) {
|
|
15497
|
+
o = !0, d = new yl(g);
|
|
15487
15498
|
break;
|
|
15488
15499
|
}
|
|
15489
15500
|
l += 1;
|
|
15490
|
-
const
|
|
15491
|
-
if (l >=
|
|
15501
|
+
const m = a != null && a.repeats ? a == null ? void 0 : a.repeats : 5;
|
|
15502
|
+
if (l >= m)
|
|
15492
15503
|
throw new Error("Maximum wait time exceeded for execution result.");
|
|
15493
15504
|
await s(a != null && a.sleepTime ? Math.max(a.sleepTime, 500) : 2e3);
|
|
15494
15505
|
}
|
|
@@ -15835,7 +15846,7 @@ class Il {
|
|
|
15835
15846
|
));
|
|
15836
15847
|
}
|
|
15837
15848
|
}
|
|
15838
|
-
const
|
|
15849
|
+
const Ut = new Il(), Pl = async (r, t) => {
|
|
15839
15850
|
var n;
|
|
15840
15851
|
const e = await b.getShadowGraphqlClient().query({
|
|
15841
15852
|
query: ki(((n = t == null ? void 0 : t.assets) == null ? void 0 : n.metadata) || !1),
|
|
@@ -15854,8 +15865,8 @@ const Lt = new Il(), Pl = async (r, t) => {
|
|
|
15854
15865
|
return a.forEach((i) => {
|
|
15855
15866
|
i.steps.forEach((s) => {
|
|
15856
15867
|
var o, l, c;
|
|
15857
|
-
delete s.data.__typename, (o = s.option) != null && o.id && ((l = s.option.defaultVariant) != null && l.asset &&
|
|
15858
|
-
d.asset &&
|
|
15868
|
+
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) => {
|
|
15869
|
+
d.asset && L.cacheAsset(d.asset), d.thumbnail && L.cacheAsset(d.thumbnail), d.material && L.cacheMaterial(d.material);
|
|
15859
15870
|
}), Jt.set({ id: s.option.id }, Promise.resolve(s.option)));
|
|
15860
15871
|
}), i.finalizeStepConfig || (i.finalizeStepConfig = {}), i.finalizeStepConfig.termsMarkdown = i.finalizeStepConfig.termsMarkdown || i.partner.termsMarkdown;
|
|
15861
15872
|
}), a;
|
|
@@ -15901,17 +15912,17 @@ class rd {
|
|
|
15901
15912
|
} catch (a) {
|
|
15902
15913
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15903
15914
|
}
|
|
15904
|
-
}, this.options = t, this.options.applicationKey && Rr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 27.2.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15915
|
+
}, 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.31456104-bd13-593d-93cf-06c301698749"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15905
15916
|
}
|
|
15906
15917
|
configure(t) {
|
|
15907
|
-
|
|
15918
|
+
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);
|
|
15908
15919
|
}
|
|
15909
15920
|
/**
|
|
15910
15921
|
* @returns The asset manager allows for common operations related to assets
|
|
15911
15922
|
* and the Spiff Commerce platform.
|
|
15912
15923
|
*/
|
|
15913
15924
|
getAssetManager() {
|
|
15914
|
-
return
|
|
15925
|
+
return L;
|
|
15915
15926
|
}
|
|
15916
15927
|
getCurrencyCode() {
|
|
15917
15928
|
if (this.currencyCode === void 0)
|
|
@@ -15979,7 +15990,7 @@ class rd {
|
|
|
15979
15990
|
* @throws An error if the transaction is not found.
|
|
15980
15991
|
*/
|
|
15981
15992
|
async authenticateTransactionFromLocalStorage(t) {
|
|
15982
|
-
var d, A, u, h,
|
|
15993
|
+
var d, A, u, h, g, m;
|
|
15983
15994
|
const e = b.getShadowGraphqlClient(), a = await e.query({
|
|
15984
15995
|
query: Mi,
|
|
15985
15996
|
errorPolicy: "all",
|
|
@@ -16005,7 +16016,7 @@ class rd {
|
|
|
16005
16016
|
var S, y;
|
|
16006
16017
|
return (y = (S = w.bundle) == null ? void 0 : S.transactions) == null ? void 0 : y.some((E) => E.id === t);
|
|
16007
16018
|
}
|
|
16008
|
-
)) || ((
|
|
16019
|
+
)) || ((m = (g = this.customer) == null ? void 0 : g.stakeholders) == null ? void 0 : m.find(
|
|
16009
16020
|
(w) => {
|
|
16010
16021
|
var S;
|
|
16011
16022
|
return ((S = w.transaction) == null ? void 0 : S.id) === t;
|
|
@@ -16111,7 +16122,7 @@ class rd {
|
|
|
16111
16122
|
return !1;
|
|
16112
16123
|
const n = JSON.parse(e), i = (/* @__PURE__ */ new Date()).getTime() / 1e3;
|
|
16113
16124
|
if (!n.ExpiresIn || n.ExpiresIn < i - parseInt(t)) {
|
|
16114
|
-
const l = await
|
|
16125
|
+
const l = await Ut.refreshTokens();
|
|
16115
16126
|
if (l != null && l.AuthenticationResult)
|
|
16116
16127
|
localStorage.setItem("last-refreshed-cognito-tokens", `${(/* @__PURE__ */ new Date()).getTime() / 1e3}`), n.AccessToken = l.AuthenticationResult.AccessToken, localStorage.setItem("cognito-tokens", JSON.stringify(n));
|
|
16117
16128
|
else
|
|
@@ -16136,14 +16147,14 @@ class rd {
|
|
|
16136
16147
|
variables: {
|
|
16137
16148
|
emailAddress: t
|
|
16138
16149
|
}
|
|
16139
|
-
}), await
|
|
16150
|
+
}), await Ut.generateCode(t);
|
|
16140
16151
|
}
|
|
16141
16152
|
/**
|
|
16142
16153
|
* Verify an email code to log in as a Spiff user.
|
|
16143
16154
|
* Always returns true if it doesn't throw.
|
|
16144
16155
|
*/
|
|
16145
16156
|
async verifyCode(t, e) {
|
|
16146
|
-
const a = (await this.getIntegration()).partner.id || "", n = await
|
|
16157
|
+
const a = (await this.getIntegration()).partner.id || "", n = await Ut.verifyCode(t, e, a);
|
|
16147
16158
|
if (n != null && n.AuthenticationResult) {
|
|
16148
16159
|
localStorage.setItem("last-refreshed-cognito-tokens", `${(/* @__PURE__ */ new Date()).getTime() / 1e3}`), localStorage.setItem("cognito-tokens", JSON.stringify(n.AuthenticationResult)), localStorage.setItem("cognito-email", t);
|
|
16149
16160
|
const s = (await b.getShadowGraphqlClient().query({
|
|
@@ -16173,7 +16184,7 @@ class rd {
|
|
|
16173
16184
|
throw new Error("No token data in storage.");
|
|
16174
16185
|
const a = JSON.parse(e), n = (/* @__PURE__ */ new Date()).getTime() / 1e3, i = !(a != null && a.AccessToken) || Wt(a.AccessToken);
|
|
16175
16186
|
if (!a.ExpiresIn || a.ExpiresIn < n - parseInt(t) || i) {
|
|
16176
|
-
const s = await
|
|
16187
|
+
const s = await Ut.refreshTokens();
|
|
16177
16188
|
if (s != null && s.AuthenticationResult)
|
|
16178
16189
|
localStorage.setItem("last-refreshed-cognito-tokens", `${(/* @__PURE__ */ new Date()).getTime() / 1e3}`), a.AccessToken = s.AuthenticationResult.AccessToken, localStorage.setItem("cognito-tokens", JSON.stringify(a));
|
|
16179
16190
|
else
|
|
@@ -16204,7 +16215,7 @@ class rd {
|
|
|
16204
16215
|
mutation: Ws(((d = (c = a == null ? void 0 : a.graphql) == null ? void 0 : c.productCollection) == null ? void 0 : d.eagerFetchProducts) || !1),
|
|
16205
16216
|
variables: {
|
|
16206
16217
|
collectionId: t,
|
|
16207
|
-
initialMetadata: e ? Object.entries(e).map((
|
|
16218
|
+
initialMetadata: e ? Object.entries(e).map((g, m) => ({ key: g[0], value: g[1] })) : void 0,
|
|
16208
16219
|
marketplaceThemeInstallId: this.marketplaceThemeInstallId,
|
|
16209
16220
|
marketplaceThemeInstallConfigurationId: this.marketplaceThemeInstallConfigurationId
|
|
16210
16221
|
},
|
|
@@ -16230,7 +16241,7 @@ class rd {
|
|
|
16230
16241
|
* @returns A bundle to be used for grouping and operating on large amounts of workflow experiences.
|
|
16231
16242
|
*/
|
|
16232
16243
|
async getExistingBundle(t, e, a, n) {
|
|
16233
|
-
var h,
|
|
16244
|
+
var h, g, m, p, f, C, w, S, y, E, B;
|
|
16234
16245
|
const i = N.getMap("bundleOwnerIds"), s = i == null ? void 0 : i.get(t), o = {};
|
|
16235
16246
|
try {
|
|
16236
16247
|
const I = await this.loggedInBearerToken();
|
|
@@ -16242,9 +16253,9 @@ class rd {
|
|
|
16242
16253
|
const l = {
|
|
16243
16254
|
bundleOwnerId: s,
|
|
16244
16255
|
...o,
|
|
16245
|
-
...(
|
|
16256
|
+
...(g = n == null ? void 0 : n.graphql) == null ? void 0 : g.additionalHeaders
|
|
16246
16257
|
}, c = await b.getShadowGraphqlClient().query({
|
|
16247
|
-
query:
|
|
16258
|
+
query: Ls(((p = (m = n == null ? void 0 : n.graphql) == null ? void 0 : m.productCollection) == null ? void 0 : p.eagerFetchProducts) || !1),
|
|
16248
16259
|
variables: {
|
|
16249
16260
|
id: t
|
|
16250
16261
|
},
|
|
@@ -16272,19 +16283,19 @@ class rd {
|
|
|
16272
16283
|
* @returns A bundle to be used for grouping and operating on large amounts of workflow experiences.
|
|
16273
16284
|
*/
|
|
16274
16285
|
async duplicateBundle(t, e, a, n) {
|
|
16275
|
-
var h,
|
|
16286
|
+
var h, g, m, p, f, C, w, S;
|
|
16276
16287
|
const i = (h = N.getMap("bundleOwnerIds")) == null ? void 0 : h.get(t), s = {};
|
|
16277
16288
|
try {
|
|
16278
16289
|
const y = await this.loggedInBearerToken();
|
|
16279
16290
|
s.Authorization = `Bearer ${y}`;
|
|
16280
16291
|
} catch {
|
|
16281
|
-
const B = ((
|
|
16292
|
+
const B = ((g = Object.entries(localStorage).find(([D, x]) => D.startsWith("CognitoIdentityServiceProvider") && D.endsWith("idToken"))) == null ? void 0 : g[0]) || "", I = localStorage.getItem(B);
|
|
16282
16293
|
I && !Wt(I) && (s.Authorization = `Bearer ${I}`);
|
|
16283
16294
|
}
|
|
16284
16295
|
const o = {
|
|
16285
16296
|
bundleOwnerId: i,
|
|
16286
16297
|
...s,
|
|
16287
|
-
...(
|
|
16298
|
+
...(m = n == null ? void 0 : n.graphql) == null ? void 0 : m.additionalHeaders
|
|
16288
16299
|
}, c = (C = (await b.getShadowGraphqlClient().mutate({
|
|
16289
16300
|
mutation: js(((f = (p = n == null ? void 0 : n.graphql) == null ? void 0 : p.productCollection) == null ? void 0 : f.eagerFetchProducts) || !1),
|
|
16290
16301
|
variables: {
|
|
@@ -16343,7 +16354,7 @@ class rd {
|
|
|
16343
16354
|
if (!this.customer)
|
|
16344
16355
|
throw new Error("Customer not authenticated.");
|
|
16345
16356
|
const t = await b.getShadowGraphqlClient().query({
|
|
16346
|
-
query:
|
|
16357
|
+
query: Us,
|
|
16347
16358
|
variables: {
|
|
16348
16359
|
id: this.customer.id
|
|
16349
16360
|
},
|
|
@@ -16440,11 +16451,11 @@ class rd {
|
|
|
16440
16451
|
), c = Fa(o, 10), d = Fa(l, 10), A = (await Promise.all([
|
|
16441
16452
|
...c.map(n),
|
|
16442
16453
|
...d.map(i)
|
|
16443
|
-
])).flat(), u = [...new Set(A.map((y) => y.workflowId))], h = await er(u, e),
|
|
16454
|
+
])).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) => {
|
|
16444
16455
|
var tt;
|
|
16445
|
-
const { transaction: E, workflowId: B, readOnly: I, index: D } = y, x =
|
|
16446
|
-
!
|
|
16447
|
-
const T =
|
|
16456
|
+
const { transaction: E, workflowId: B, readOnly: I, index: D } = y, x = g.get(B), k = t[D];
|
|
16457
|
+
!m.get(E.id) && E.transactionOwnerId && m.set(E.id, E.transactionOwnerId);
|
|
16458
|
+
const T = m.get(E.id) || void 0, nt = new bl({
|
|
16448
16459
|
onMutate: () => ({ context: { transactionOwnerId: T, bundleOwnerId: e == null ? void 0 : e.bundleOwnerId } }),
|
|
16449
16460
|
onQuery: () => ({ context: { transactionOwnerId: T, bundleOwnerId: e == null ? void 0 : e.bundleOwnerId } })
|
|
16450
16461
|
}), R = {
|
|
@@ -16453,7 +16464,7 @@ class rd {
|
|
|
16453
16464
|
layouts: [],
|
|
16454
16465
|
singleVariantsRenderable: (tt = k == null ? void 0 : k.workflowConfiguration) == null ? void 0 : tt.singleVariantsRenderable,
|
|
16455
16466
|
stateMutationFunc: I ? async () => {
|
|
16456
|
-
throw new
|
|
16467
|
+
throw new z("State mutation is forbidden in read only mode!");
|
|
16457
16468
|
} : async (H) => this.updateTransactionState({
|
|
16458
16469
|
...H,
|
|
16459
16470
|
context: { transactionOwnerId: T, bundleOwnerId: e == null ? void 0 : e.bundleOwnerId }
|
|
@@ -16465,10 +16476,10 @@ class rd {
|
|
|
16465
16476
|
};
|
|
16466
16477
|
if (k.type === "transaction" && E.workflowState) {
|
|
16467
16478
|
const H = JSON.parse(E.workflowState);
|
|
16468
|
-
R.layouts = Object.values(H.layouts || {}).map((ft) => ft.layout), await
|
|
16479
|
+
R.layouts = Object.values(H.layouts || {}).map((ft) => ft.layout), await Ga(H), R.reloadedState = H;
|
|
16469
16480
|
} else if (!I && k.workflowState) {
|
|
16470
16481
|
const H = JSON.parse(k.workflowState);
|
|
16471
|
-
R.layouts = Object.values(H.layouts || {}).map((ft) => ft.layout), await
|
|
16482
|
+
R.layouts = Object.values(H.layouts || {}).map((ft) => ft.layout), await Ga(H), R.reloadedState = H;
|
|
16472
16483
|
} else
|
|
16473
16484
|
R.layouts = Fl(
|
|
16474
16485
|
R.transaction,
|
|
@@ -16478,7 +16489,7 @@ class rd {
|
|
|
16478
16489
|
R.layouts
|
|
16479
16490
|
), R.delayWorkflowStateSync = !0, { experienceOptions: R, index: D, options: k };
|
|
16480
16491
|
}), f = await Promise.all(p);
|
|
16481
|
-
N.setMap("transactionOwnerIds",
|
|
16492
|
+
N.setMap("transactionOwnerIds", m);
|
|
16482
16493
|
const w = f.sort((y, E) => y.index - E.index).map(async (y) => {
|
|
16483
16494
|
const { experienceOptions: E, options: B } = y, I = new Oo(this, E);
|
|
16484
16495
|
return await I.getWorkflowManager().getInitializationPromise(), B.type !== "transaction" && this.customer && await I.attachCustomerDetails({ email: this.customer.emailAddress }), I;
|
|
@@ -16755,7 +16766,7 @@ class Tl {
|
|
|
16755
16766
|
if (!n || !this.frameData)
|
|
16756
16767
|
return;
|
|
16757
16768
|
if (this.frameData.length !== t.length)
|
|
16758
|
-
throw new
|
|
16769
|
+
throw new z(
|
|
16759
16770
|
"Frame data and offsets are not the same length. This is a bug. Please report it."
|
|
16760
16771
|
);
|
|
16761
16772
|
if (!this.offsets.some((s, o) => !(t[o].x === s.x && t[o].y === s.y && t[o].zoom === s.zoom)) && !a) {
|
|
@@ -16799,9 +16810,9 @@ class Tl {
|
|
|
16799
16810
|
*/
|
|
16800
16811
|
updateFrameOffsets(t, e, a, n, i) {
|
|
16801
16812
|
if (!a || a.length === 0 || a.some((o) => !o))
|
|
16802
|
-
throw new
|
|
16813
|
+
throw new z("Frame data not set. This is a bug");
|
|
16803
16814
|
if (!this.workflowManager)
|
|
16804
|
-
throw new
|
|
16815
|
+
throw new z("No workflow manager set, cannot update offsets.");
|
|
16805
16816
|
const s = this.workflowManager.getCommandDispatcher();
|
|
16806
16817
|
this.targetElements.forEach((o, l) => {
|
|
16807
16818
|
s(
|
|
@@ -17073,7 +17084,7 @@ class Ql extends it {
|
|
|
17073
17084
|
const e = await this.getOriginalImageSelection();
|
|
17074
17085
|
if (!e)
|
|
17075
17086
|
throw new Error("You must supply an image selection before attempting to remove the background.");
|
|
17076
|
-
const a = await
|
|
17087
|
+
const a = await L.removeBackgroundFromAsset(e);
|
|
17077
17088
|
t && await wt.selectImage(this.step, a, this.manager, !1);
|
|
17078
17089
|
const n = ((i = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : i.framePatternData) || {};
|
|
17079
17090
|
return this.manager.updateStorage(this.step.stepName, {
|
|
@@ -17132,13 +17143,13 @@ class Ql extends it {
|
|
|
17132
17143
|
var e, a;
|
|
17133
17144
|
const t = (a = (e = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : e.framePatternData) == null ? void 0 : a.originalAssetKey;
|
|
17134
17145
|
if (t)
|
|
17135
|
-
return
|
|
17146
|
+
return L.getLocalOrFromServer(t);
|
|
17136
17147
|
}
|
|
17137
17148
|
async getBackgroundRemovedImageSelection() {
|
|
17138
17149
|
var e, a;
|
|
17139
17150
|
const t = (a = (e = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : e.framePatternData) == null ? void 0 : a.backgroundRemovedAssetKey;
|
|
17140
17151
|
if (t)
|
|
17141
|
-
return
|
|
17152
|
+
return L.getLocalOrFromServer(t);
|
|
17142
17153
|
}
|
|
17143
17154
|
hasOriginalImageSelection() {
|
|
17144
17155
|
var t, e;
|
|
@@ -17235,7 +17246,7 @@ const Rl = v`
|
|
|
17235
17246
|
workflowViewerLink
|
|
17236
17247
|
}
|
|
17237
17248
|
}
|
|
17238
|
-
`,
|
|
17249
|
+
`, Ll = v`
|
|
17239
17250
|
query GetCustomerBundles($id: String!, $limit: Int!, $offset: Int!) {
|
|
17240
17251
|
customerBundlesFeed(id: $id, limit: $limit, offset: $offset) {
|
|
17241
17252
|
items {
|
|
@@ -17250,7 +17261,7 @@ const Rl = v`
|
|
|
17250
17261
|
total
|
|
17251
17262
|
}
|
|
17252
17263
|
}
|
|
17253
|
-
`,
|
|
17264
|
+
`, Ul = v`
|
|
17254
17265
|
query GetTransactionsForBundle($id: String!) {
|
|
17255
17266
|
bundles(ids: [$id]) {
|
|
17256
17267
|
id
|
|
@@ -17278,14 +17289,14 @@ const Rl = v`
|
|
|
17278
17289
|
name
|
|
17279
17290
|
}
|
|
17280
17291
|
}
|
|
17281
|
-
`,
|
|
17292
|
+
`, Gl = v`
|
|
17282
17293
|
mutation DuplicateBundle($id: String!, $template: Boolean!) {
|
|
17283
17294
|
bundleDuplicate(id: $id, template: $template) {
|
|
17284
17295
|
id
|
|
17285
17296
|
workflowViewerLink
|
|
17286
17297
|
}
|
|
17287
17298
|
}
|
|
17288
|
-
`,
|
|
17299
|
+
`, zl = v`
|
|
17289
17300
|
query GetBundleTemplates($id: String!, $limit: Int!, $offset: Int!) {
|
|
17290
17301
|
customerBundlesFeed(id: $id, limit: $limit, offset: $offset, template: true) {
|
|
17291
17302
|
items {
|
|
@@ -17314,7 +17325,7 @@ const Rl = v`
|
|
|
17314
17325
|
name: t
|
|
17315
17326
|
}
|
|
17316
17327
|
}), ud = async (r, t) => await b.getShadowGraphqlClient().mutate({
|
|
17317
|
-
mutation:
|
|
17328
|
+
mutation: Gl,
|
|
17318
17329
|
errorPolicy: "all",
|
|
17319
17330
|
variables: {
|
|
17320
17331
|
id: r,
|
|
@@ -17327,14 +17338,14 @@ const Rl = v`
|
|
|
17327
17338
|
id: r,
|
|
17328
17339
|
template: t
|
|
17329
17340
|
}
|
|
17330
|
-
}),
|
|
17341
|
+
}), gd = async (r) => (await b.getShadowGraphqlClient().query({
|
|
17331
17342
|
query: Rl,
|
|
17332
17343
|
errorPolicy: "all",
|
|
17333
17344
|
variables: {
|
|
17334
17345
|
email: r
|
|
17335
17346
|
}
|
|
17336
|
-
})).data.customer,
|
|
17337
|
-
query:
|
|
17347
|
+
})).data.customer, md = async (r, t, e) => await b.getShadowGraphqlClient().query({
|
|
17348
|
+
query: Ll,
|
|
17338
17349
|
errorPolicy: "all",
|
|
17339
17350
|
fetchPolicy: "no-cache",
|
|
17340
17351
|
variables: {
|
|
@@ -17343,7 +17354,7 @@ const Rl = v`
|
|
|
17343
17354
|
limit: t
|
|
17344
17355
|
}
|
|
17345
17356
|
}), pd = async (r, t) => await b.getShadowGraphqlClient().query({
|
|
17346
|
-
query:
|
|
17357
|
+
query: Ul,
|
|
17347
17358
|
errorPolicy: "all",
|
|
17348
17359
|
fetchPolicy: "no-cache",
|
|
17349
17360
|
variables: {
|
|
@@ -17421,7 +17432,7 @@ const Rl = v`
|
|
|
17421
17432
|
}, yd = async (r, t, e) => {
|
|
17422
17433
|
var n;
|
|
17423
17434
|
const a = await b.getShadowGraphqlClient().query({
|
|
17424
|
-
query:
|
|
17435
|
+
query: zl,
|
|
17425
17436
|
errorPolicy: "all",
|
|
17426
17437
|
fetchPolicy: "no-cache",
|
|
17427
17438
|
variables: {
|
|
@@ -17645,7 +17656,7 @@ export {
|
|
|
17645
17656
|
Zl as AddressValidationJobStatus,
|
|
17646
17657
|
Xl as AddressValidationResultConfirmationLevel,
|
|
17647
17658
|
ad as ArrayInput,
|
|
17648
|
-
|
|
17659
|
+
G as AspectType,
|
|
17649
17660
|
vt as AssetNotFoundError,
|
|
17650
17661
|
Ce as AssetType,
|
|
17651
17662
|
Jc as BringForwardCommand,
|
|
@@ -17659,7 +17670,7 @@ export {
|
|
|
17659
17670
|
jl as ConversionDataType,
|
|
17660
17671
|
Wl as ConversionLocation,
|
|
17661
17672
|
W as CreateElementCommand,
|
|
17662
|
-
|
|
17673
|
+
Ln as CreateLayoutCommand,
|
|
17663
17674
|
Bt as DeleteElementCommand,
|
|
17664
17675
|
Eo as DigitalContentStepHandle,
|
|
17665
17676
|
el as FileUploadGlobalPropertyHandle,
|
|
@@ -17675,12 +17686,12 @@ export {
|
|
|
17675
17686
|
Ql as FrameStepHandle,
|
|
17676
17687
|
Ia as GlobalPropertyHandle,
|
|
17677
17688
|
$ as GroupCommand,
|
|
17678
|
-
|
|
17689
|
+
mo as IllustrationStepHandle,
|
|
17679
17690
|
Re as InformationMessageType,
|
|
17680
17691
|
vo as InformationStepHandle,
|
|
17681
17692
|
Ka as IntegrationProduct,
|
|
17682
17693
|
vr as IntegrationType,
|
|
17683
|
-
|
|
17694
|
+
Gc as LayoutElementFactory,
|
|
17684
17695
|
M as LayoutElementType,
|
|
17685
17696
|
J as LayoutNotFoundError,
|
|
17686
17697
|
Ht as LayoutRenderingPurpose,
|
|
@@ -17689,7 +17700,7 @@ export {
|
|
|
17689
17700
|
cd as MockWorkflowManager,
|
|
17690
17701
|
fo as ModelStepHandle,
|
|
17691
17702
|
Bo as ModuleStepHandle,
|
|
17692
|
-
|
|
17703
|
+
zc as MoveCommand,
|
|
17693
17704
|
tr as ObjectInput,
|
|
17694
17705
|
Sl as ObjectInputType,
|
|
17695
17706
|
Xn as OptionGlobalPropertyHandle,
|
|
@@ -17723,15 +17734,15 @@ export {
|
|
|
17723
17734
|
So as TextStepHandle,
|
|
17724
17735
|
ul as Transform,
|
|
17725
17736
|
Al as TransformCollection,
|
|
17726
|
-
|
|
17737
|
+
z as UnhandledBehaviorError,
|
|
17727
17738
|
Br as UnitOfMeasurement,
|
|
17728
17739
|
Hc as UpdateImageSourceCommand,
|
|
17729
17740
|
st as Variant,
|
|
17730
17741
|
Ro as WorkflowExperienceEventType,
|
|
17731
17742
|
Oo as WorkflowExperienceImpl,
|
|
17732
|
-
|
|
17743
|
+
L as assetService,
|
|
17733
17744
|
Kr as browserColorToHex,
|
|
17734
|
-
|
|
17745
|
+
Uc as cmPerPixel,
|
|
17735
17746
|
Fo as createDesign,
|
|
17736
17747
|
Oc as currentDirection,
|
|
17737
17748
|
bc as dataUrlFromExternalUrl,
|
|
@@ -17743,7 +17754,7 @@ export {
|
|
|
17743
17754
|
hd as duplicateTransaction,
|
|
17744
17755
|
at as fetchAsString,
|
|
17745
17756
|
Fc as findAngle,
|
|
17746
|
-
|
|
17757
|
+
U as findElement,
|
|
17747
17758
|
Dc as findPmsColors,
|
|
17748
17759
|
Vt as frameDataCache,
|
|
17749
17760
|
wt as frameStepService,
|
|
@@ -17756,8 +17767,8 @@ export {
|
|
|
17756
17767
|
xc as getAxisAlignedBoundingBox,
|
|
17757
17768
|
Ml as getBoundedOffsets,
|
|
17758
17769
|
od as getBundleThemeConfiguration,
|
|
17759
|
-
|
|
17760
|
-
|
|
17770
|
+
gd as getCustomer,
|
|
17771
|
+
md as getCustomerBundles,
|
|
17761
17772
|
$c as getElementVertices,
|
|
17762
17773
|
Qe as getFrameData,
|
|
17763
17774
|
_c as getGlobalPropertyStateForBundle,
|
|
@@ -17781,14 +17792,14 @@ export {
|
|
|
17781
17792
|
nd as getWorkflow,
|
|
17782
17793
|
er as getWorkflows,
|
|
17783
17794
|
b as graphQlManager,
|
|
17784
|
-
|
|
17795
|
+
me as illustrationStepService,
|
|
17785
17796
|
kc as isCloseToValue,
|
|
17786
17797
|
Nt as loadFont,
|
|
17787
17798
|
Pc as matchHexToPms,
|
|
17788
|
-
|
|
17799
|
+
Gn as materialStepService,
|
|
17789
17800
|
cl as metafieldManager,
|
|
17790
|
-
|
|
17791
|
-
|
|
17801
|
+
Lc as mmPerPixel,
|
|
17802
|
+
zn as modelStepService,
|
|
17792
17803
|
Ca as modifySVGColors,
|
|
17793
17804
|
Wn as moduleStepService,
|
|
17794
17805
|
dd as nameBundle,
|
|
@@ -17802,15 +17813,15 @@ export {
|
|
|
17802
17813
|
Hn as questionStepService,
|
|
17803
17814
|
Bc as registerFetchImplementation,
|
|
17804
17815
|
Ec as registerWindowImplementation,
|
|
17805
|
-
|
|
17816
|
+
Ga as rehydrateSerializedLayout,
|
|
17806
17817
|
qr as rgbToPms,
|
|
17807
17818
|
le as rotateAroundPoint,
|
|
17808
17819
|
pa as sanitizeSvgTree,
|
|
17809
17820
|
$r as setBearerAuthenticationToken,
|
|
17810
|
-
|
|
17811
|
-
|
|
17821
|
+
mn as setCanvasModule,
|
|
17822
|
+
Gt as shapeStepService,
|
|
17812
17823
|
hs as shortenUrl,
|
|
17813
|
-
|
|
17824
|
+
gt as spiffCoreConfiguration,
|
|
17814
17825
|
Xc as stepAspectValuesToDesignInputSteps,
|
|
17815
17826
|
Oa as svgColorValueToDefinition,
|
|
17816
17827
|
On as svgStringDimensions,
|