@spiffcommerce/core 27.3.0-beta.bd38fc6f-f81f-5c38-8ccf-685f95a01f87 → 27.3.0-beta.bede7ce6-52a6-5080-9553-55bc825401dc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +50 -50
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +470 -472
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11,10 +11,10 @@ import St from "lodash.clonedeep";
|
|
|
11
11
|
import { toString as ln } from "qrcode";
|
|
12
12
|
import pr from "svg-path-bbox";
|
|
13
13
|
import { parse as Xe } from "opentype.js";
|
|
14
|
-
import { jsx as
|
|
14
|
+
import { jsx as F, jsxs as ct, Fragment as zt } from "preact/jsx-runtime";
|
|
15
15
|
import fr from "handlebars";
|
|
16
16
|
import { dataUriToBuffer as Cr } from "data-uri-to-buffer";
|
|
17
|
-
import
|
|
17
|
+
import Fa from "lodash.chunk";
|
|
18
18
|
import { CognitoIdentityProviderClient as wr, InitiateAuthCommand as ka, RespondToAuthChallengeCommand as yr } from "@aws-sdk/client-cognito-identity-provider";
|
|
19
19
|
import Sr from "dinero.js";
|
|
20
20
|
import * as Ma from "currency-codes";
|
|
@@ -23,7 +23,7 @@ import { split as Ze } from "unicode-default-word-boundary";
|
|
|
23
23
|
import dn from "lodash.debounce";
|
|
24
24
|
import "fs";
|
|
25
25
|
import "path";
|
|
26
|
-
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 || {}),
|
|
26
|
+
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 || {}), j = /* @__PURE__ */ ((r) => (r.FileUpload = "FileUpload", r.Option = "Option", r.ColorOption = "ColorOption", r.Text = "Text", r))(j || {}), 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 || {}), vr = /* @__PURE__ */ ((r) => (r.Color = "Color", r.Colors = "Colors", r.Selection = "Selection", r.Selections = "Selections", r.Text = "Text", r.Upload = "Upload", r))(vr || {}), qt = /* @__PURE__ */ ((r) => (r.ThreeD = "ThreeD", r.FreeDesign = "FreeDesign", r.Print = "Print", r))(qt || {}), M = /* @__PURE__ */ ((r) => (r.Frame = "frame", r.Group = "group", r.Image = "image", r.Pattern = "pattern", r.Illustration = "illustration", r.Textbox = "textbox", r))(M || {}), Er = /* @__PURE__ */ ((r) => (r.Default = "Default", r.FirstTransaction = "FirstTransaction", r.OneToOne = "OneToOne", r))(Er || {}), br = /* @__PURE__ */ ((r) => (r.Hyperlink = "Hyperlink", r.Edit = "Edit", r.Approve = "Approve", r))(br || {}), Br = /* @__PURE__ */ ((r) => (r.Hub = "Hub", r.Shopify = "Shopify", r))(Br || {}), ua = /* @__PURE__ */ ((r) => (r.BackgroundRemover = "BackgroundRemover", r.ConversionAccelerator = "Conversion Accelerator", r.ProcessBuilder = "ProcessBuilder", r))(ua || {}), Ir = /* @__PURE__ */ ((r) => (r[r.Orbit = 0] = "Orbit", r[r.Pan = 1] = "Pan", r))(Ir || {}), we = /* @__PURE__ */ ((r) => (r.Owner = "Owner", r.Approver = "Approver", r.Editor = "Editor", r.Viewer = "Viewer", r))(we || {}), Mt = /* @__PURE__ */ ((r) => (r.Autosize = "Autosize", r.Traditional = "Traditional", r))(Mt || {}), H = /* @__PURE__ */ ((r) => (r[r.North = 0] = "North", r[r.Northeast = 1] = "Northeast", r[r.East = 2] = "East", r[r.Southeast = 3] = "Southeast", r[r.South = 4] = "South", r[r.Southwest = 5] = "Southwest", r[r.West = 6] = "West", r[r.Northwest = 7] = "Northwest", r))(H || {}), Pr = /* @__PURE__ */ ((r) => (r.Pixel = "px", r.Millimeter = "mm", r.Centimeter = "cm", r))(Pr || {});
|
|
27
27
|
class An extends Error {
|
|
28
28
|
constructor(t) {
|
|
29
29
|
super(t), this.name = this.constructor.name;
|
|
@@ -49,7 +49,7 @@ class vt extends _t {
|
|
|
49
49
|
super(`Asset not found for variant: ${t.name}`), this.variant = t;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
class
|
|
52
|
+
class Ht extends _t {
|
|
53
53
|
constructor(t) {
|
|
54
54
|
super(`Resource not found for asset: ${t.name}`), this.asset = t;
|
|
55
55
|
}
|
|
@@ -69,7 +69,7 @@ class G extends De {
|
|
|
69
69
|
super(`Unhandled Behavior Encountered: ${t}`);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
class
|
|
72
|
+
class xt extends De {
|
|
73
73
|
constructor(t) {
|
|
74
74
|
super(`Parsing Error: ${t}`);
|
|
75
75
|
}
|
|
@@ -79,7 +79,7 @@ class ut extends De {
|
|
|
79
79
|
super(`Client Error: ${t}`);
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
|
-
class
|
|
82
|
+
class xe extends De {
|
|
83
83
|
constructor(t) {
|
|
84
84
|
super(`Resource Generation Failed: ${t}`);
|
|
85
85
|
}
|
|
@@ -127,14 +127,14 @@ class Ta {
|
|
|
127
127
|
this.set(t, a);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
-
const
|
|
130
|
+
const xr = () => {
|
|
131
131
|
try {
|
|
132
132
|
return localStorage ? new Dr() : new Ta();
|
|
133
133
|
} catch {
|
|
134
134
|
return console.warn("Local storage was unavilable due to browser security settings. Using in-memory storage instead."), new Ta();
|
|
135
135
|
}
|
|
136
|
-
}, N =
|
|
137
|
-
class
|
|
136
|
+
}, N = xr();
|
|
137
|
+
class Fr {
|
|
138
138
|
constructor() {
|
|
139
139
|
this.defaultServerUrl = "https://api.au.spiffcommerce.com", this.defaultServicesApiUrl = "https://services.au.spiffcommerce.com", this.defaultHubUrl = "https://hub.au.spiffcommerce.com", this.serverUrl = this.defaultServerUrl, this.servicesApiUrl = this.defaultServicesApiUrl, this.hubUrl = this.defaultHubUrl, this.serverUrlCallbacks = [];
|
|
140
140
|
}
|
|
@@ -160,9 +160,9 @@ class xr {
|
|
|
160
160
|
this.serverUrlCallbacks.push(t);
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
|
-
const mt = new
|
|
163
|
+
const mt = new Fr();
|
|
164
164
|
let ta, ea;
|
|
165
|
-
function
|
|
165
|
+
function Fc(r) {
|
|
166
166
|
ta = r;
|
|
167
167
|
}
|
|
168
168
|
function kc(r) {
|
|
@@ -209,7 +209,7 @@ const un = /* @__PURE__ */ new Map(), Na = /* @__PURE__ */ new Map(), Qa = /* @_
|
|
|
209
209
|
return new DOMParser();
|
|
210
210
|
const r = Xt();
|
|
211
211
|
return new r.DOMParser();
|
|
212
|
-
}, Tr = () => Tt([typeof DOMParser]) ? DOMParser : Xt().DOMParser,
|
|
212
|
+
}, Tr = () => Tt([typeof DOMParser]) ? DOMParser : Xt().DOMParser, Fe = (r, t) => new Promise((e, a) => {
|
|
213
213
|
t ? hn(r).then(e).catch(a) : rt(r).then((n) => {
|
|
214
214
|
n.arrayBuffer().then(e).catch(a);
|
|
215
215
|
}).catch((n) => {
|
|
@@ -292,24 +292,24 @@ const un = /* @__PURE__ */ new Map(), Na = /* @__PURE__ */ new Map(), Qa = /* @_
|
|
|
292
292
|
}, a.readAsDataURL(r);
|
|
293
293
|
});
|
|
294
294
|
let $r, ma;
|
|
295
|
-
const
|
|
295
|
+
const Lr = (r) => {
|
|
296
296
|
ma = r;
|
|
297
|
-
},
|
|
297
|
+
}, Ur = () => ma;
|
|
298
298
|
let pn;
|
|
299
299
|
const Vr = (r) => {
|
|
300
300
|
pn = r;
|
|
301
|
-
},
|
|
301
|
+
}, Gr = () => new Promise((r) => {
|
|
302
302
|
const t = mt.getHubUrl(), e = (a) => {
|
|
303
303
|
a.origin === t && (window.removeEventListener("message", e), r(a.data));
|
|
304
304
|
};
|
|
305
305
|
window.parent !== window && (window.addEventListener("message", e, !1), window.parent.postMessage("ready", t));
|
|
306
|
-
}),
|
|
306
|
+
}), zr = async () => {
|
|
307
307
|
const r = {
|
|
308
308
|
applicationKey: ma,
|
|
309
309
|
customerToken: $r,
|
|
310
310
|
bearer: pn
|
|
311
311
|
};
|
|
312
|
-
return typeof window < "u" && (window.location.href.includes("/workflows/product/") || window.location.href.includes("hub=true")) ? { ...await
|
|
312
|
+
return typeof window < "u" && (window.location.href.includes("/workflows/product/") || window.location.href.includes("hub=true")) ? { ...await Gr(), ...r } : r;
|
|
313
313
|
};
|
|
314
314
|
async function Wr(r, t) {
|
|
315
315
|
const e = mt.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";
|
|
@@ -333,7 +333,7 @@ class jr {
|
|
|
333
333
|
uri: `${mt.getServerUrl()}/graphql`,
|
|
334
334
|
fetch: Wr
|
|
335
335
|
}), e = dr(async (i, s) => {
|
|
336
|
-
const { headers: o } = s, l = o || {}, c = await
|
|
336
|
+
const { headers: o } = s, l = o || {}, c = await zr();
|
|
337
337
|
let d = s.bearer ?? c.bearer;
|
|
338
338
|
if (this.spiffClient)
|
|
339
339
|
try {
|
|
@@ -417,11 +417,11 @@ function ga() {
|
|
|
417
417
|
return $e === void 0 && ($e = Tr()), $e;
|
|
418
418
|
}
|
|
419
419
|
let se = null;
|
|
420
|
-
const
|
|
420
|
+
const qr = (r) => new Promise((t) => {
|
|
421
421
|
if (ke(r) !== "image/jpeg")
|
|
422
422
|
return t(1);
|
|
423
423
|
mr(r).then((a) => t(a || 1)).catch(() => t(1));
|
|
424
|
-
}),
|
|
424
|
+
}), Hr = async () => {
|
|
425
425
|
if (se !== null)
|
|
426
426
|
return !se;
|
|
427
427
|
const t = await Zt("data:image/jpeg;base64,/9j/4QAiRXhpZgAATU0AKgAAAAgAAQESAAMAAAABAAYAAAAAAAD/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/AABEIAAIAAwMBEQACEQEDEQH/xABRAAEAAAAAAAAAAAAAAAAAAAAKEAEBAQADAQEAAAAAAAAAAAAGBQQDCAkCBwEBAAAAAAAAAAAAAAAAAAAAABEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AG8T9NfSMEVMhQvoP3fFiRZ+MTHDifa/95OFSZU5OzRzxkyejv8ciEfhSceSXGjS8eSdLnZc2HDm4M3BxcXwH/9k=");
|
|
@@ -432,11 +432,11 @@ const Hr = (r) => new Promise((t) => {
|
|
|
432
432
|
}, Jr = async (r) => {
|
|
433
433
|
var A;
|
|
434
434
|
const t = await Rr(r), e = await Zt(t), [a, n] = Yr(e);
|
|
435
|
-
if (!await
|
|
435
|
+
if (!await Hr()) {
|
|
436
436
|
const u = gt(a, n);
|
|
437
437
|
return (A = u.getContext("2d")) == null || A.drawImage(e, 0, 0, a, n), u;
|
|
438
438
|
}
|
|
439
|
-
const s = await
|
|
439
|
+
const s = await qr(r), [o, l] = s > 4 ? [n, a] : [a, n], c = gt(o, l), d = c.getContext("2d");
|
|
440
440
|
switch (s) {
|
|
441
441
|
case 2:
|
|
442
442
|
d.translate(o, 0), d.scale(-1, 1);
|
|
@@ -1814,7 +1814,7 @@ const Hr = (r) => new Promise((t) => {
|
|
|
1814
1814
|
"Black 5 C",
|
|
1815
1815
|
"Black 6 C",
|
|
1816
1816
|
"Black 7 C"
|
|
1817
|
-
],
|
|
1817
|
+
], Ft = [
|
|
1818
1818
|
"FEDD00",
|
|
1819
1819
|
"FFD700",
|
|
1820
1820
|
"FE5000",
|
|
@@ -3156,17 +3156,17 @@ const Hr = (r) => new Promise((t) => {
|
|
|
3156
3156
|
"3E2B2E",
|
|
3157
3157
|
"101820",
|
|
3158
3158
|
"3D3935"
|
|
3159
|
-
],
|
|
3159
|
+
], Le = Ft.map((r) => [
|
|
3160
3160
|
parseInt(r.substring(0, 2), 16),
|
|
3161
3161
|
parseInt(r.substring(2, 4), 16),
|
|
3162
3162
|
parseInt(r.substring(4, 6), 16)
|
|
3163
3163
|
]);
|
|
3164
3164
|
function Tc(r) {
|
|
3165
3165
|
const t = Yt.indexOf(r);
|
|
3166
|
-
return t >= 0 ?
|
|
3166
|
+
return t >= 0 ? Ft[t] : "";
|
|
3167
3167
|
}
|
|
3168
3168
|
function Kr(r) {
|
|
3169
|
-
const t =
|
|
3169
|
+
const t = Ft.indexOf(r);
|
|
3170
3170
|
return t >= 0 ? Yt[t] : "";
|
|
3171
3171
|
}
|
|
3172
3172
|
function Nc(r, t = 64) {
|
|
@@ -3178,16 +3178,16 @@ function Nc(r, t = 64) {
|
|
|
3178
3178
|
});
|
|
3179
3179
|
const i = parseInt(r.substring(0, 2), 16), s = parseInt(r.substring(2, 4), 16), o = parseInt(r.substring(4, 6), 16);
|
|
3180
3180
|
let l, c, d;
|
|
3181
|
-
for (let A = 0; A <
|
|
3182
|
-
l =
|
|
3181
|
+
for (let A = 0; A < Ft.length; A++) {
|
|
3182
|
+
l = Le[A][0], c = Le[A][1], d = Le[A][2];
|
|
3183
3183
|
const u = Math.sqrt(Math.pow(i - l, 2) + Math.pow(s - c, 2) + Math.pow(o - d, 2));
|
|
3184
3184
|
a.push(u);
|
|
3185
3185
|
}
|
|
3186
3186
|
for (let A = 0; A < a.length; A++)
|
|
3187
|
-
a[A] <= t && !e.some((u) => u.pms === Yt[A]) && e.push({ pms: Yt[A], hex:
|
|
3187
|
+
a[A] <= t && !e.some((u) => u.pms === Yt[A]) && e.push({ pms: Yt[A], hex: Ft[A], distance: a[A] });
|
|
3188
3188
|
return e.sort((A, u) => A.distance - u.distance);
|
|
3189
3189
|
}
|
|
3190
|
-
const _r = Yt.map((r, t) => ({ pms: r, hex:
|
|
3190
|
+
const _r = Yt.map((r, t) => ({ pms: r, hex: Ft[t] })), Xr = new gr(_r, { keys: ["pms"] });
|
|
3191
3191
|
function Qc(r, t) {
|
|
3192
3192
|
return Xr.search(r, t ? { limit: t } : void 0);
|
|
3193
3193
|
}
|
|
@@ -3678,7 +3678,7 @@ class hi {
|
|
|
3678
3678
|
if (e === "image/svg+xml") {
|
|
3679
3679
|
const a = await t.blob.text(), s = new window.DOMParser().parseFromString(a, "image/svg+xml").documentElement;
|
|
3680
3680
|
if (!s)
|
|
3681
|
-
throw new
|
|
3681
|
+
throw new xt("Failed to read SVG.");
|
|
3682
3682
|
ni(s);
|
|
3683
3683
|
const l = Bt().serializeToString(s);
|
|
3684
3684
|
return {
|
|
@@ -3768,7 +3768,7 @@ const Rt = "persistentAssets", En = class Ct {
|
|
|
3768
3768
|
};
|
|
3769
3769
|
En.callbacks = [];
|
|
3770
3770
|
let It = En;
|
|
3771
|
-
const
|
|
3771
|
+
const La = "bgrmPersistentAssets";
|
|
3772
3772
|
class K {
|
|
3773
3773
|
static has(t) {
|
|
3774
3774
|
return K.getMap().has(t);
|
|
@@ -3795,13 +3795,13 @@ class K {
|
|
|
3795
3795
|
a && (e.delete(a), K.setMap(e));
|
|
3796
3796
|
}
|
|
3797
3797
|
static getMap() {
|
|
3798
|
-
return N.getMap(
|
|
3798
|
+
return N.getMap(La) || /* @__PURE__ */ new Map();
|
|
3799
3799
|
}
|
|
3800
3800
|
static setMap(t) {
|
|
3801
|
-
N.setMap(
|
|
3801
|
+
N.setMap(La, t);
|
|
3802
3802
|
}
|
|
3803
3803
|
}
|
|
3804
|
-
const
|
|
3804
|
+
const L = new hi();
|
|
3805
3805
|
class mi {
|
|
3806
3806
|
constructor() {
|
|
3807
3807
|
this.cache = {}, this.disabled = !1;
|
|
@@ -3889,8 +3889,8 @@ const Jt = new mi(), bn = v`
|
|
|
3889
3889
|
});
|
|
3890
3890
|
return t.data.options.forEach((e) => {
|
|
3891
3891
|
var a, n;
|
|
3892
|
-
(a = e.defaultVariant) != null && a.asset &&
|
|
3893
|
-
i.asset &&
|
|
3892
|
+
(a = e.defaultVariant) != null && a.asset && L.cacheAsset(e.defaultVariant.asset), e.colorProfile && L.cacheAsset(e.colorProfile), (n = e.variants) == null || n.forEach((i) => {
|
|
3893
|
+
i.asset && L.cacheAsset(i.asset), i.thumbnail && L.cacheAsset(i.thumbnail), i.material && L.cacheMaterial(i.material);
|
|
3894
3894
|
});
|
|
3895
3895
|
}), t.data.options;
|
|
3896
3896
|
}, fi = async (r, t) => (await t).find((a) => a.id === r), Ci = async (r) => {
|
|
@@ -4340,7 +4340,7 @@ const Y = new wi(), Bn = v`
|
|
|
4340
4340
|
workflowState
|
|
4341
4341
|
}
|
|
4342
4342
|
}
|
|
4343
|
-
`,
|
|
4343
|
+
`, xn = (r) => v`
|
|
4344
4344
|
${Te}
|
|
4345
4345
|
fragment IntegrationProductFields on IntegrationProduct {
|
|
4346
4346
|
id
|
|
@@ -4424,14 +4424,14 @@ const Y = new wi(), Bn = v`
|
|
|
4424
4424
|
}
|
|
4425
4425
|
}
|
|
4426
4426
|
`, Ii = (r) => v`
|
|
4427
|
-
${
|
|
4427
|
+
${xn(r)}
|
|
4428
4428
|
query GetIntegrationProducts($ids: [String!]!) {
|
|
4429
4429
|
integrationProducts(ids: $ids) {
|
|
4430
4430
|
...IntegrationProductFields
|
|
4431
4431
|
}
|
|
4432
4432
|
}
|
|
4433
4433
|
`, Pi = (r) => v`
|
|
4434
|
-
${
|
|
4434
|
+
${xn(r)}
|
|
4435
4435
|
query GetIntegrationProductFromExternalIds($externalIntegrationId: String!, $externalProductId: String!) {
|
|
4436
4436
|
integrationProductFromExternalIds(
|
|
4437
4437
|
externalIntegrationId: $externalIntegrationId
|
|
@@ -4452,11 +4452,11 @@ const Y = new wi(), Bn = v`
|
|
|
4452
4452
|
}
|
|
4453
4453
|
}
|
|
4454
4454
|
}
|
|
4455
|
-
`,
|
|
4455
|
+
`, xi = v`
|
|
4456
4456
|
mutation FinalizeUpdateTransaction($transactionId: String!) {
|
|
4457
4457
|
transactionFinalizeUpdate(transactionId: $transactionId)
|
|
4458
4458
|
}
|
|
4459
|
-
`,
|
|
4459
|
+
`, Fi = v`
|
|
4460
4460
|
fragment RegionFields on Region {
|
|
4461
4461
|
width
|
|
4462
4462
|
top
|
|
@@ -4580,7 +4580,7 @@ const Y = new wi(), Bn = v`
|
|
|
4580
4580
|
${te(r)}
|
|
4581
4581
|
${wa}
|
|
4582
4582
|
${bn}
|
|
4583
|
-
${
|
|
4583
|
+
${Fi}
|
|
4584
4584
|
${ki}
|
|
4585
4585
|
${Mi}
|
|
4586
4586
|
${Ti}
|
|
@@ -5112,7 +5112,7 @@ const Y = new wi(), Bn = v`
|
|
|
5112
5112
|
...ActiveIntegrationFields
|
|
5113
5113
|
}
|
|
5114
5114
|
}
|
|
5115
|
-
`,
|
|
5115
|
+
`, Li = v`
|
|
5116
5116
|
${Ne}
|
|
5117
5117
|
query ReadTransactionForMarketplaceTheme($id: String!) {
|
|
5118
5118
|
transactions(ids: [$id]) {
|
|
@@ -5121,7 +5121,7 @@ const Y = new wi(), Bn = v`
|
|
|
5121
5121
|
}
|
|
5122
5122
|
}
|
|
5123
5123
|
}
|
|
5124
|
-
`,
|
|
5124
|
+
`, Ui = v`
|
|
5125
5125
|
${Ne}
|
|
5126
5126
|
query ReadBundleForMarketplaceTheme($id: String!) {
|
|
5127
5127
|
bundles(ids: [$id]) {
|
|
@@ -5137,7 +5137,7 @@ const Y = new wi(), Bn = v`
|
|
|
5137
5137
|
internalId
|
|
5138
5138
|
}
|
|
5139
5139
|
}
|
|
5140
|
-
`,
|
|
5140
|
+
`, Gi = v`
|
|
5141
5141
|
query CurrencyConversion($from: String!, $to: String!) {
|
|
5142
5142
|
currencyConversion(from: $from, to: $to) {
|
|
5143
5143
|
rateFrom
|
|
@@ -5145,7 +5145,7 @@ const Y = new wi(), Bn = v`
|
|
|
5145
5145
|
timestamp
|
|
5146
5146
|
}
|
|
5147
5147
|
}
|
|
5148
|
-
`, Ot = [P.SilentIllustration, P.ProductOverlay],
|
|
5148
|
+
`, Ot = [P.SilentIllustration, P.ProductOverlay], zi = async (r) => {
|
|
5149
5149
|
const t = [];
|
|
5150
5150
|
r.introduction && t.push({
|
|
5151
5151
|
name: "Introduction",
|
|
@@ -5217,7 +5217,7 @@ const Y = new wi(), Bn = v`
|
|
|
5217
5217
|
silentSteps: r.silentSteps.filter((a) => yt(a, t))
|
|
5218
5218
|
};
|
|
5219
5219
|
return e.silentSteps.length === 0 && e.renderableSteps.length === 0 ? null : e;
|
|
5220
|
-
}, Dt = (r, t) => r.map((e) => ji(e, t)).filter((e) => e !== null),
|
|
5220
|
+
}, Dt = (r, t) => r.map((e) => ji(e, t)).filter((e) => e !== null), qi = async (r, t, e = !1) => {
|
|
5221
5221
|
var s;
|
|
5222
5222
|
const a = Dt(r, t), n = [];
|
|
5223
5223
|
for (const o of a)
|
|
@@ -5234,7 +5234,7 @@ const Y = new wi(), Bn = v`
|
|
|
5234
5234
|
);
|
|
5235
5235
|
return i;
|
|
5236
5236
|
};
|
|
5237
|
-
class
|
|
5237
|
+
class Fn {
|
|
5238
5238
|
constructor() {
|
|
5239
5239
|
this.timestamp = Date.now();
|
|
5240
5240
|
}
|
|
@@ -5312,7 +5312,7 @@ class kn {
|
|
|
5312
5312
|
const Q = () => {
|
|
5313
5313
|
const r = () => Math.floor((1 + Math.random()) * 65536).toString(16).substring(1);
|
|
5314
5314
|
return r() + r() + "-" + r() + "-" + r() + "-" + r() + "-" + r() + r() + r();
|
|
5315
|
-
},
|
|
5315
|
+
}, Hi = ({
|
|
5316
5316
|
backgroundColor: r,
|
|
5317
5317
|
outlineColor: t,
|
|
5318
5318
|
borderRadius: e,
|
|
@@ -5328,9 +5328,9 @@ const Q = () => {
|
|
|
5328
5328
|
width: u
|
|
5329
5329
|
}) => {
|
|
5330
5330
|
var E;
|
|
5331
|
-
const h = e || 0, m = 2 * ((l == null ? void 0 : l.scale) || 1), g = A || { x: 0, y: 0, width: u, height: i }, p = `${g.x} ${g.y} ${g.width} ${g.height}`, f = Q(), C = a.purpose ===
|
|
5331
|
+
const h = e || 0, m = 2 * ((l == null ? void 0 : l.scale) || 1), g = A || { x: 0, y: 0, width: u, height: i }, p = `${g.x} ${g.y} ${g.width} ${g.height}`, f = Q(), C = a.purpose === qt.FreeDesign && /* @__PURE__ */ F("defs", { children: /* @__PURE__ */ F("clipPath", { id: "viewboxClip", children: /* @__PURE__ */ F("rect", { width: g.width, height: g.height, rx: h }) }) }), w = (E = a.colorProfiles) == null ? void 0 : E.map((b, I) => (
|
|
5332
5332
|
/* @ts-ignore */
|
|
5333
|
-
/* @__PURE__ */
|
|
5333
|
+
/* @__PURE__ */ F("color-profile", { name: b.name, xlinkHref: b.key, children: " " }, I)
|
|
5334
5334
|
)), S = n.map((b) => ({
|
|
5335
5335
|
...b,
|
|
5336
5336
|
_renderingConfiguration: a,
|
|
@@ -5357,7 +5357,7 @@ const Q = () => {
|
|
|
5357
5357
|
children: [
|
|
5358
5358
|
w,
|
|
5359
5359
|
C,
|
|
5360
|
-
!!r && /* @__PURE__ */
|
|
5360
|
+
!!r && /* @__PURE__ */ F(
|
|
5361
5361
|
"rect",
|
|
5362
5362
|
{
|
|
5363
5363
|
id: "layout-background",
|
|
@@ -5367,15 +5367,15 @@ const Q = () => {
|
|
|
5367
5367
|
rx: h
|
|
5368
5368
|
}
|
|
5369
5369
|
),
|
|
5370
|
-
/* @__PURE__ */
|
|
5370
|
+
/* @__PURE__ */ F(
|
|
5371
5371
|
"g",
|
|
5372
5372
|
{
|
|
5373
5373
|
id: "element-group",
|
|
5374
|
-
clipPath: a.purpose ===
|
|
5374
|
+
clipPath: a.purpose === qt.FreeDesign ? "url(#viewboxClip)" : void 0,
|
|
5375
5375
|
children: y.map((b) => On(b)).filter((b) => !!b)
|
|
5376
5376
|
}
|
|
5377
5377
|
),
|
|
5378
|
-
l && /* @__PURE__ */
|
|
5378
|
+
l && /* @__PURE__ */ F(
|
|
5379
5379
|
"rect",
|
|
5380
5380
|
{
|
|
5381
5381
|
x: l.x,
|
|
@@ -5389,7 +5389,7 @@ const Q = () => {
|
|
|
5389
5389
|
}
|
|
5390
5390
|
),
|
|
5391
5391
|
l && /* @__PURE__ */ ct("mask", { id: `viewmask-${f}`, children: [
|
|
5392
|
-
/* @__PURE__ */
|
|
5392
|
+
/* @__PURE__ */ F(
|
|
5393
5393
|
"rect",
|
|
5394
5394
|
{
|
|
5395
5395
|
x: g.x,
|
|
@@ -5399,7 +5399,7 @@ const Q = () => {
|
|
|
5399
5399
|
fill: "black"
|
|
5400
5400
|
}
|
|
5401
5401
|
),
|
|
5402
|
-
/* @__PURE__ */
|
|
5402
|
+
/* @__PURE__ */ F(
|
|
5403
5403
|
"rect",
|
|
5404
5404
|
{
|
|
5405
5405
|
x: l.x,
|
|
@@ -5424,42 +5424,42 @@ const Q = () => {
|
|
|
5424
5424
|
}, Oc = (r, t, e) => {
|
|
5425
5425
|
const a = Math.sqrt(Math.pow(t.x - r.x, 2) + Math.pow(t.y - r.y, 2)), n = Math.sqrt(Math.pow(t.x - e.x, 2) + Math.pow(t.y - e.y, 2)), i = Math.sqrt(Math.pow(e.x - r.x, 2) + Math.pow(e.y - r.y, 2));
|
|
5426
5426
|
return Math.acos((n * n + a * a - i * i) / (2 * n * a)) * (180 / Math.PI);
|
|
5427
|
-
}, pt = (r) => r * (Math.PI / 180), $c = (r, t, e) => Math.abs(r - t) < e,
|
|
5427
|
+
}, pt = (r) => r * (Math.PI / 180), $c = (r, t, e) => Math.abs(r - t) < e, Lc = (r, t, e) => {
|
|
5428
5428
|
const a = Math.sin(pt(e)), n = Math.cos(pt(e));
|
|
5429
5429
|
return {
|
|
5430
5430
|
x: (r.x - t.x) * n - (r.y - t.y) * a + t.x,
|
|
5431
5431
|
y: (r.x - t.x) * a + (r.y - t.y) * n + t.y
|
|
5432
5432
|
};
|
|
5433
|
-
},
|
|
5433
|
+
}, Uc = (r, t) => ({
|
|
5434
5434
|
x: (r.x + t.x) / 2,
|
|
5435
5435
|
y: (r.y + t.y) / 2
|
|
5436
5436
|
}), Vc = (r, t, e, a) => ({
|
|
5437
5437
|
x: r.x + (t == null ? void 0 : t.x) * e,
|
|
5438
5438
|
y: r.y + (t == null ? void 0 : t.y) * a
|
|
5439
|
-
}),
|
|
5439
|
+
}), Gc = (r, t, e, a) => ({
|
|
5440
5440
|
x: r.x + ((t == null ? void 0 : t.x) + (t == null ? void 0 : t.width)) * e,
|
|
5441
5441
|
y: r.y + (t == null ? void 0 : t.y) * a
|
|
5442
|
-
}),
|
|
5442
|
+
}), zc = (r, t, e, a) => ({
|
|
5443
5443
|
x: r.x + ((t == null ? void 0 : t.x) + (t == null ? void 0 : t.width)) * e,
|
|
5444
5444
|
y: r.y + ((t == null ? void 0 : t.y) + (t == null ? void 0 : t.height)) * a
|
|
5445
5445
|
}), Pt = (r) => {
|
|
5446
5446
|
switch (r) {
|
|
5447
|
-
case
|
|
5448
|
-
return
|
|
5449
|
-
case
|
|
5450
|
-
return
|
|
5451
|
-
case
|
|
5452
|
-
return
|
|
5453
|
-
case
|
|
5454
|
-
return
|
|
5455
|
-
case
|
|
5456
|
-
return
|
|
5457
|
-
case
|
|
5458
|
-
return
|
|
5459
|
-
case
|
|
5460
|
-
return
|
|
5461
|
-
case
|
|
5462
|
-
return
|
|
5447
|
+
case H.North:
|
|
5448
|
+
return H.East;
|
|
5449
|
+
case H.East:
|
|
5450
|
+
return H.South;
|
|
5451
|
+
case H.South:
|
|
5452
|
+
return H.West;
|
|
5453
|
+
case H.West:
|
|
5454
|
+
return H.North;
|
|
5455
|
+
case H.Northwest:
|
|
5456
|
+
return H.Northeast;
|
|
5457
|
+
case H.Northeast:
|
|
5458
|
+
return H.Southeast;
|
|
5459
|
+
case H.Southeast:
|
|
5460
|
+
return H.Southwest;
|
|
5461
|
+
case H.Southwest:
|
|
5462
|
+
return H.Northwest;
|
|
5463
5463
|
}
|
|
5464
5464
|
}, Wc = (r, t) => t > 45 && t <= 135 ? Pt(r) : t > 135 && t <= 225 ? Pt(Pt(r)) : t > 225 && t <= 315 ? Pt(Pt(Pt(r))) : r, jc = (r, t = { x: 0, y: 0 }, e = { x: 1, y: 1 }) => {
|
|
5465
5465
|
const a = pt(r.rotation), n = {
|
|
@@ -5491,9 +5491,9 @@ const Q = () => {
|
|
|
5491
5491
|
x: (r.x - t.x) * n - (r.y - t.y) * a + t.x,
|
|
5492
5492
|
y: (r.x - t.x) * a + (r.y - t.y) * n + t.y
|
|
5493
5493
|
};
|
|
5494
|
-
},
|
|
5494
|
+
}, qc = 0.352778, Hc = 0.035277, Mn = (r) => {
|
|
5495
5495
|
const t = r.rotation || 0, e = pt(t), a = Math.cos(e), n = -Math.sin(e);
|
|
5496
|
-
return /* @__PURE__ */
|
|
5496
|
+
return /* @__PURE__ */ F("g", { mask: r.stepName || r.productOverlay ? void 0 : r.mask, children: /* @__PURE__ */ F(
|
|
5497
5497
|
"g",
|
|
5498
5498
|
{
|
|
5499
5499
|
transform: `
|
|
@@ -5502,7 +5502,7 @@ const Q = () => {
|
|
|
5502
5502
|
matrix(${a}, ${-n}, ${n}, ${a}, 0, 0)
|
|
5503
5503
|
matrix(1, 0, 0, 1, ${-r.width / 2}, ${-r.height / 2})
|
|
5504
5504
|
`,
|
|
5505
|
-
children: /* @__PURE__ */
|
|
5505
|
+
children: /* @__PURE__ */ F(
|
|
5506
5506
|
"image",
|
|
5507
5507
|
{
|
|
5508
5508
|
xlinkHref: r.src,
|
|
@@ -5516,8 +5516,8 @@ const Q = () => {
|
|
|
5516
5516
|
}, Tn = (r) => {
|
|
5517
5517
|
var l;
|
|
5518
5518
|
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);
|
|
5519
|
-
return /* @__PURE__ */ ct(
|
|
5520
|
-
/* @__PURE__ */
|
|
5519
|
+
return /* @__PURE__ */ ct(zt, { children: [
|
|
5520
|
+
/* @__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 }) }))() }),
|
|
5521
5521
|
/* @__PURE__ */ ct(
|
|
5522
5522
|
"g",
|
|
5523
5523
|
{
|
|
@@ -5528,7 +5528,7 @@ const Q = () => {
|
|
|
5528
5528
|
matrix(1, 0, 0, 1, ${-r.width / 2}, ${-r.height / 2})
|
|
5529
5529
|
`,
|
|
5530
5530
|
children: [
|
|
5531
|
-
(l = r._renderingConfiguration) != null && l.debug ? /* @__PURE__ */
|
|
5531
|
+
(l = r._renderingConfiguration) != null && l.debug ? /* @__PURE__ */ F(
|
|
5532
5532
|
"rect",
|
|
5533
5533
|
{
|
|
5534
5534
|
stroke: "red",
|
|
@@ -5540,7 +5540,7 @@ const Q = () => {
|
|
|
5540
5540
|
height: r.height
|
|
5541
5541
|
}
|
|
5542
5542
|
) : void 0,
|
|
5543
|
-
s.map((c) => On(c)).filter((c) => !!c).map((c) => /* @__PURE__ */
|
|
5543
|
+
s.map((c) => On(c)).filter((c) => !!c).map((c) => /* @__PURE__ */ F("g", { clipPath: `url(#${t})`, children: c }))
|
|
5544
5544
|
]
|
|
5545
5545
|
}
|
|
5546
5546
|
)
|
|
@@ -5556,9 +5556,9 @@ const Q = () => {
|
|
|
5556
5556
|
return r.pattern.src;
|
|
5557
5557
|
};
|
|
5558
5558
|
if (!a())
|
|
5559
|
-
return /* @__PURE__ */
|
|
5560
|
-
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__ */
|
|
5561
|
-
/* @__PURE__ */
|
|
5559
|
+
return /* @__PURE__ */ F(zt, {});
|
|
5560
|
+
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: [
|
|
5561
|
+
/* @__PURE__ */ F(
|
|
5562
5562
|
"feColorMatrix",
|
|
5563
5563
|
{
|
|
5564
5564
|
type: "matrix",
|
|
@@ -5572,14 +5572,14 @@ const Q = () => {
|
|
|
5572
5572
|
}
|
|
5573
5573
|
),
|
|
5574
5574
|
/* @__PURE__ */ ct("feComponentTransfer", { in: "greyscale", children: [
|
|
5575
|
-
/* @__PURE__ */
|
|
5576
|
-
/* @__PURE__ */
|
|
5577
|
-
/* @__PURE__ */
|
|
5575
|
+
/* @__PURE__ */ F("feFuncR", { type: "discrete", tableValues: n() }),
|
|
5576
|
+
/* @__PURE__ */ F("feFuncG", { type: "discrete", tableValues: n() }),
|
|
5577
|
+
/* @__PURE__ */ F("feFuncB", { type: "discrete", tableValues: n() })
|
|
5578
5578
|
] })
|
|
5579
5579
|
] }) }) }), s = r.rotation || 0, o = pt(s), l = Math.cos(o), c = -Math.sin(o), d = () => {
|
|
5580
|
-
var w, S, y, E, b, I, D,
|
|
5580
|
+
var w, S, y, E, b, I, D, x, k, T;
|
|
5581
5581
|
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, m = ((E = r.pattern) == null ? void 0 : E.height) || 0, g = ((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;
|
|
5582
|
-
return [(
|
|
5582
|
+
return [(x = r.pattern) != null && x.svg ? {
|
|
5583
5583
|
id: `${t}-contents`,
|
|
5584
5584
|
type: M.Illustration,
|
|
5585
5585
|
x: A,
|
|
@@ -5601,15 +5601,15 @@ const Q = () => {
|
|
|
5601
5601
|
src: a()
|
|
5602
5602
|
}];
|
|
5603
5603
|
};
|
|
5604
|
-
return /* @__PURE__ */ ct(
|
|
5604
|
+
return /* @__PURE__ */ ct(zt, { children: [
|
|
5605
5605
|
i(),
|
|
5606
|
-
/* @__PURE__ */
|
|
5606
|
+
/* @__PURE__ */ F(
|
|
5607
5607
|
"g",
|
|
5608
5608
|
{
|
|
5609
5609
|
opacity: r.opacity,
|
|
5610
5610
|
mask: r.stepName ? void 0 : r.mask,
|
|
5611
5611
|
filter: r.useThreshold ? `url(#${e})` : void 0,
|
|
5612
|
-
children: /* @__PURE__ */
|
|
5612
|
+
children: /* @__PURE__ */ F(
|
|
5613
5613
|
"g",
|
|
5614
5614
|
{
|
|
5615
5615
|
transform: `
|
|
@@ -5619,7 +5619,7 @@ const Q = () => {
|
|
|
5619
5619
|
matrix(1, 0, 0, 1, ${-r.width / 2}, ${-r.height / 2})
|
|
5620
5620
|
matrix(${r.scaleX}, 0, 0, ${r.scaleY}, 0, 0)
|
|
5621
5621
|
`,
|
|
5622
|
-
children: /* @__PURE__ */
|
|
5622
|
+
children: /* @__PURE__ */ F(
|
|
5623
5623
|
Tn,
|
|
5624
5624
|
{
|
|
5625
5625
|
id: t,
|
|
@@ -5688,9 +5688,9 @@ class Ji {
|
|
|
5688
5688
|
}), a - n;
|
|
5689
5689
|
}
|
|
5690
5690
|
}
|
|
5691
|
-
const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:",
|
|
5692
|
-
if (
|
|
5693
|
-
return
|
|
5691
|
+
const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Ue = /* @__PURE__ */ new Map(), Nt = async (r) => {
|
|
5692
|
+
if (Ue.has(r))
|
|
5693
|
+
return Ue.get(r);
|
|
5694
5694
|
const e = (async () => {
|
|
5695
5695
|
try {
|
|
5696
5696
|
return Et(r).getFont();
|
|
@@ -5699,12 +5699,12 @@ const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5699
5699
|
const a = gn(r), n = Xe(a);
|
|
5700
5700
|
return ra(r, n), n;
|
|
5701
5701
|
} else {
|
|
5702
|
-
const a = await
|
|
5702
|
+
const a = await Fe(r, !0), n = Xe(a);
|
|
5703
5703
|
return ra(r, n), await Nr(n, r), n;
|
|
5704
5704
|
}
|
|
5705
5705
|
}
|
|
5706
5706
|
})();
|
|
5707
|
-
return
|
|
5707
|
+
return Ue.set(r, e), e;
|
|
5708
5708
|
}, _i = (r) => {
|
|
5709
5709
|
const t = gn(r), e = Xe(t);
|
|
5710
5710
|
return ra(r, e), e;
|
|
@@ -5748,12 +5748,12 @@ const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5748
5748
|
parseInt(u.getAttribute("font-size") ?? "72")
|
|
5749
5749
|
);
|
|
5750
5750
|
b.fill = p, b.stroke = f, b.strokeWidth = parseFloat(C ?? "0");
|
|
5751
|
-
const I = b.toSVG(2),
|
|
5752
|
-
h.appendChild(
|
|
5751
|
+
const I = b.toSVG(2), x = t.parseFromString(I, "image/svg+xml").firstElementChild;
|
|
5752
|
+
h.appendChild(x);
|
|
5753
5753
|
}
|
|
5754
5754
|
return e.querySelectorAll("text").forEach((d) => d.remove()), Bt().serializeToString(a);
|
|
5755
5755
|
}, Ee = (r, t, e, a) => Math.max(es(r.join(`
|
|
5756
|
-
`), e, a), t),
|
|
5756
|
+
`), e, a), t), Ua = (r, t, e, a, n, i) => {
|
|
5757
5757
|
const s = (i || ya) * n.getApproximateHeight(), o = t.split(`
|
|
5758
5758
|
`);
|
|
5759
5759
|
try {
|
|
@@ -5811,7 +5811,7 @@ const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5811
5811
|
var c;
|
|
5812
5812
|
const n = Et(t.fontData.assetUrl), i = n.getFont(), s = t.fontSize / i.unitsPerEm;
|
|
5813
5813
|
if (!e)
|
|
5814
|
-
return
|
|
5814
|
+
return Ua(t, r, t.fontSize, s, n, a);
|
|
5815
5815
|
let o;
|
|
5816
5816
|
if (t.text ? o = t.text.split(`
|
|
5817
5817
|
`) : o = ((c = t.input) == null ? void 0 : c.split(`
|
|
@@ -5828,7 +5828,7 @@ const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5828
5828
|
requiredHeight: t.height,
|
|
5829
5829
|
requiredWidth: Ee(o, t.width, s, n),
|
|
5830
5830
|
fontSize: Xi(o, n, i, t.width, t.height, a)
|
|
5831
|
-
} :
|
|
5831
|
+
} : Ua(t, r, t.fontSize, s, n, a);
|
|
5832
5832
|
}, ts = (r, t, e, a, n) => {
|
|
5833
5833
|
const s = Et(t.assetUrl).getFont();
|
|
5834
5834
|
let o = { ...r };
|
|
@@ -5901,9 +5901,9 @@ const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5901
5901
|
var w;
|
|
5902
5902
|
return r.textFillImage ? `url("#${s}")` : (w = r._renderingConfiguration) != null && w.spotColors && r.fillSpotColorDefinition ? `${r.fill} ${wn(r.fillSpotColorDefinition)}` : r.fill;
|
|
5903
5903
|
};
|
|
5904
|
-
return /* @__PURE__ */ ct(
|
|
5904
|
+
return /* @__PURE__ */ ct(zt, { children: [
|
|
5905
5905
|
/* @__PURE__ */ ct("defs", { children: [
|
|
5906
|
-
r.textFillImage && /* @__PURE__ */
|
|
5906
|
+
r.textFillImage && /* @__PURE__ */ F(
|
|
5907
5907
|
"pattern",
|
|
5908
5908
|
{
|
|
5909
5909
|
id: s,
|
|
@@ -5912,7 +5912,7 @@ const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5912
5912
|
height: r.textFillImage.scale * r.textFillImage.height,
|
|
5913
5913
|
x: 0,
|
|
5914
5914
|
y: 0,
|
|
5915
|
-
children: /* @__PURE__ */
|
|
5915
|
+
children: /* @__PURE__ */ F(
|
|
5916
5916
|
"image",
|
|
5917
5917
|
{
|
|
5918
5918
|
href: r.textFillImage.src,
|
|
@@ -5923,7 +5923,7 @@ const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5923
5923
|
)
|
|
5924
5924
|
}
|
|
5925
5925
|
),
|
|
5926
|
-
/* @__PURE__ */
|
|
5926
|
+
/* @__PURE__ */ F(
|
|
5927
5927
|
"style",
|
|
5928
5928
|
{
|
|
5929
5929
|
type: "text/css",
|
|
@@ -5937,10 +5937,10 @@ const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5937
5937
|
}
|
|
5938
5938
|
}
|
|
5939
5939
|
),
|
|
5940
|
-
r.curved && r.paths ? /* @__PURE__ */
|
|
5940
|
+
r.curved && r.paths ? /* @__PURE__ */ F("path", { id: i, d: r.paths[0] }) : void 0
|
|
5941
5941
|
] }),
|
|
5942
|
-
(C = r._renderingConfiguration) != null && C.debug ? /* @__PURE__ */
|
|
5943
|
-
/* @__PURE__ */
|
|
5942
|
+
(C = r._renderingConfiguration) != null && C.debug ? /* @__PURE__ */ F("rect", { stroke: "blue", fill: "none", x: r.x, y: r.y, width: r.width, height: r.height }) : void 0,
|
|
5943
|
+
/* @__PURE__ */ F("g", { mask: r.stepName ? void 0 : r.mask, children: /* @__PURE__ */ F("g", { transform: `matrix(${a}, ${-n}, ${n}, ${a}, ${o}, ${l})`, children: /* @__PURE__ */ F(
|
|
5944
5944
|
"text",
|
|
5945
5945
|
{
|
|
5946
5946
|
xmlSpace: "preserve",
|
|
@@ -5955,7 +5955,7 @@ const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5955
5955
|
},
|
|
5956
5956
|
stroke: A,
|
|
5957
5957
|
strokeWidth: u,
|
|
5958
|
-
children: r.curved ? /* @__PURE__ */
|
|
5958
|
+
children: r.curved ? /* @__PURE__ */ F(ss, { text: c, curvedPathId: i, align: r.align }) : d.map((w, S) => /* @__PURE__ */ F(
|
|
5959
5959
|
is,
|
|
5960
5960
|
{
|
|
5961
5961
|
align: r.vertical ? "center" : r.align,
|
|
@@ -5986,10 +5986,10 @@ const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
5986
5986
|
const s = (r.amountLines - 1) / 2;
|
|
5987
5987
|
return (r.thisLineIdx - s) * n + r.fontSize / 4;
|
|
5988
5988
|
};
|
|
5989
|
-
return /* @__PURE__ */
|
|
5989
|
+
return /* @__PURE__ */ F("tspan", { textAnchor: Rn(r.align), x: e(), y: `${a()}px`, children: r.text });
|
|
5990
5990
|
}, ss = (r) => {
|
|
5991
5991
|
const t = `#${r.curvedPathId}`;
|
|
5992
|
-
return /* @__PURE__ */
|
|
5992
|
+
return /* @__PURE__ */ F(
|
|
5993
5993
|
"textPath",
|
|
5994
5994
|
{
|
|
5995
5995
|
startOffset: (() => r.align === "left" ? "0%" : r.align === "right" ? "100%" : "50%")(),
|
|
@@ -6002,7 +6002,7 @@ const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
6002
6002
|
}, os = (r) => {
|
|
6003
6003
|
var s, o;
|
|
6004
6004
|
if (r.cachedObjectURL && !((s = r._renderingConfiguration) != null && s.omitCachedFields))
|
|
6005
|
-
return /* @__PURE__ */
|
|
6005
|
+
return /* @__PURE__ */ F(
|
|
6006
6006
|
Mn,
|
|
6007
6007
|
{
|
|
6008
6008
|
id: r.id,
|
|
@@ -6027,7 +6027,7 @@ const Ki = (r) => r.substring(0, 5).toLowerCase().trim() === "data:", Le = /* @_
|
|
|
6027
6027
|
throw new Error(
|
|
6028
6028
|
`Illustration element ${r.id} (stepName ${r.stepName}) lacked svg from src ${r.src} at render time.`
|
|
6029
6029
|
);
|
|
6030
|
-
return /* @__PURE__ */
|
|
6030
|
+
return /* @__PURE__ */ F("g", { mask: r.stepName ? void 0 : r.mask, children: /* @__PURE__ */ F(
|
|
6031
6031
|
"g",
|
|
6032
6032
|
{
|
|
6033
6033
|
transform: i,
|
|
@@ -6135,10 +6135,10 @@ class ls {
|
|
|
6135
6135
|
return { ...t, transaction: e.apply(a) };
|
|
6136
6136
|
}
|
|
6137
6137
|
}
|
|
6138
|
-
const On = (r) => r.type === M.Image ? /* @__PURE__ */
|
|
6138
|
+
const On = (r) => r.type === M.Image ? /* @__PURE__ */ F(Mn, { ...r }, r.id) : r.type === M.Frame ? /* @__PURE__ */ F(Yi, { ...r }, r.id) : r.type === M.Illustration ? /* @__PURE__ */ F(os, { ...r }, r.id) : r.type === M.Textbox ? /* @__PURE__ */ F(rs, { ...r }, r.id) : r.type === M.Group ? /* @__PURE__ */ F(Tn, { ...r }, r.id) : null, Sa = (r, t, e) => {
|
|
6139
6139
|
const a = e.renderingConfiguration, n = a != null && a.removeExcludedElements ? t.filter((i) => !i.excludeFromExport) : t;
|
|
6140
|
-
return /* @__PURE__ */
|
|
6141
|
-
|
|
6140
|
+
return /* @__PURE__ */ F(
|
|
6141
|
+
Hi,
|
|
6142
6142
|
{
|
|
6143
6143
|
preserveAspectRatio: void 0,
|
|
6144
6144
|
elements: n,
|
|
@@ -6185,7 +6185,7 @@ const ae = (r) => {
|
|
|
6185
6185
|
if (r.defaultVariant !== void 0)
|
|
6186
6186
|
return t.find((e) => e.id === r.defaultVariant);
|
|
6187
6187
|
}
|
|
6188
|
-
}, At = /* @__PURE__ */ new Map(), Vt = /* @__PURE__ */ new Map(),
|
|
6188
|
+
}, At = /* @__PURE__ */ new Map(), Vt = /* @__PURE__ */ new Map(), Ge = /* @__PURE__ */ new Map(), $n = async (r, t) => {
|
|
6189
6189
|
if (!t) {
|
|
6190
6190
|
if (!r)
|
|
6191
6191
|
throw new Error("No region or src supplied. Cannot construct frame!");
|
|
@@ -6209,8 +6209,8 @@ const ae = (r) => {
|
|
|
6209
6209
|
throw new Error(`No asset for variant with ID: ${r.frameVariantId}`);
|
|
6210
6210
|
return e;
|
|
6211
6211
|
}, Qe = async (r) => {
|
|
6212
|
-
if (
|
|
6213
|
-
return
|
|
6212
|
+
if (Ge.has(r))
|
|
6213
|
+
return Ge.get(r);
|
|
6214
6214
|
const e = (async () => {
|
|
6215
6215
|
if (Vt.has(r))
|
|
6216
6216
|
return Vt.get(r);
|
|
@@ -6246,7 +6246,7 @@ const ae = (r) => {
|
|
|
6246
6246
|
}
|
|
6247
6247
|
throw new Error("Malformed frame SVG");
|
|
6248
6248
|
})();
|
|
6249
|
-
return
|
|
6249
|
+
return Ge.set(r, e), e;
|
|
6250
6250
|
}, Ea = (r, t, e, a) => {
|
|
6251
6251
|
const n = t.width / t.height, i = r.width / r.height;
|
|
6252
6252
|
let s;
|
|
@@ -6262,7 +6262,7 @@ const ae = (r) => {
|
|
|
6262
6262
|
if (At.has(r))
|
|
6263
6263
|
return At.get(r);
|
|
6264
6264
|
if (r.startsWith("data:image/svg+xml")) {
|
|
6265
|
-
const a = Cr(r), n = new TextDecoder().decode(a.buffer), i =
|
|
6265
|
+
const a = Cr(r), n = new TextDecoder().decode(a.buffer), i = Ln(n), s = {
|
|
6266
6266
|
src: r,
|
|
6267
6267
|
width: i.width,
|
|
6268
6268
|
height: i.height,
|
|
@@ -6279,7 +6279,7 @@ const ae = (r) => {
|
|
|
6279
6279
|
};
|
|
6280
6280
|
return At.set(r, s), s;
|
|
6281
6281
|
} else {
|
|
6282
|
-
const a = await
|
|
6282
|
+
const a = await Fe(r, !0), n = await Me(a), i = {
|
|
6283
6283
|
src: r,
|
|
6284
6284
|
width: n.width,
|
|
6285
6285
|
height: n.height,
|
|
@@ -6289,12 +6289,12 @@ const ae = (r) => {
|
|
|
6289
6289
|
}
|
|
6290
6290
|
}, ba = async (r) => {
|
|
6291
6291
|
const t = await at(r);
|
|
6292
|
-
return
|
|
6293
|
-
},
|
|
6292
|
+
return Ln(t);
|
|
6293
|
+
}, Ga = (r) => r.endsWith("mm") ? Number(r.replace("mm", "")) * 3.7795275591 : r.endsWith("px") ? Number(r.replace("px", "")) : Number(r), Ln = (r) => {
|
|
6294
6294
|
const a = dt().parseFromString(r, "image/svg+xml").querySelector("svg");
|
|
6295
6295
|
if (!a)
|
|
6296
6296
|
throw new Error("No svg tag found, this svg must be malformed!");
|
|
6297
|
-
const n = a.getAttribute("viewBox"), i = a.getAttribute("width"), s = a.getAttribute("height"), o = s && i ? [0, 0,
|
|
6297
|
+
const n = a.getAttribute("viewBox"), i = a.getAttribute("width"), s = a.getAttribute("height"), o = s && i ? [0, 0, Ga(i), Ga(s)] : n == null ? void 0 : n.split(" ").map((l) => Number(l));
|
|
6298
6298
|
if (!o)
|
|
6299
6299
|
throw new Error("No viewbox or width/height values detected on SVG file!");
|
|
6300
6300
|
return {
|
|
@@ -6304,13 +6304,13 @@ const ae = (r) => {
|
|
|
6304
6304
|
}, $t = (r, t) => {
|
|
6305
6305
|
const e = r.layoutState.elements.filter((n) => n.layer === t), a = Math.max(...e.map((n) => n.layerIndex).filter((n) => n !== void 0));
|
|
6306
6306
|
return Math.max(a, 0) + 1;
|
|
6307
|
-
},
|
|
6307
|
+
}, Un = async (r) => new Promise((t) => {
|
|
6308
6308
|
at(r).then((e) => {
|
|
6309
6309
|
t(e);
|
|
6310
6310
|
}).catch((e) => console.error(e));
|
|
6311
|
-
}),
|
|
6312
|
-
if (
|
|
6313
|
-
return
|
|
6311
|
+
}), ze = /* @__PURE__ */ new Map(), Kt = async (r) => {
|
|
6312
|
+
if (ze.has(r))
|
|
6313
|
+
return ze.get(r);
|
|
6314
6314
|
const t = async (n) => new Promise((i, s) => {
|
|
6315
6315
|
try {
|
|
6316
6316
|
if (!(!!URL && !!URL.createObjectURL))
|
|
@@ -6342,8 +6342,8 @@ const ae = (r) => {
|
|
|
6342
6342
|
A.resize(m, m);
|
|
6343
6343
|
return await A.render(), await t(c);
|
|
6344
6344
|
})();
|
|
6345
|
-
return
|
|
6346
|
-
},
|
|
6345
|
+
return ze.set(r, a), a;
|
|
6346
|
+
}, Lt = async (r, t, e, a) => {
|
|
6347
6347
|
const n = r.layoutState.layout.useEditableArea && r.layoutState.layout.editableArea || {
|
|
6348
6348
|
width: r.layoutState.layout.width,
|
|
6349
6349
|
height: r.layoutState.layout.height,
|
|
@@ -6358,14 +6358,14 @@ const ae = (r) => {
|
|
|
6358
6358
|
panelId: r.layoutState.layout.panelId
|
|
6359
6359
|
};
|
|
6360
6360
|
if (e && t === M.Illustration) {
|
|
6361
|
-
const l = await lt(await
|
|
6361
|
+
const l = await lt(await Un(e)), u = dt().parseFromString(l.svg, "image/svg+xml").firstElementChild.getAttribute("viewBox");
|
|
6362
6362
|
if (!u)
|
|
6363
6363
|
throw new Error("SVG missing viewBox.");
|
|
6364
6364
|
const h = o.height, m = u.split(" "), g = parseFloat(m[2]) || 1, p = parseFloat(m[3]) || 1, f = g / p;
|
|
6365
6365
|
o.height = o.width / f, o.top += (h - o.height) / 2;
|
|
6366
6366
|
}
|
|
6367
6367
|
if (e && t === M.Image) {
|
|
6368
|
-
const l = o.height, c = await
|
|
6368
|
+
const l = o.height, c = await Fe(e), d = await Me(c), A = d.width / d.height;
|
|
6369
6369
|
o.height = o.width / A, o.top += (l - o.height) / 2;
|
|
6370
6370
|
}
|
|
6371
6371
|
if (e && t === M.Textbox && (a != null && a.text) && (a != null && a.fontScale)) {
|
|
@@ -6377,7 +6377,7 @@ const ae = (r) => {
|
|
|
6377
6377
|
};
|
|
6378
6378
|
class Jc {
|
|
6379
6379
|
static async getFrame(t, e) {
|
|
6380
|
-
const a = await $n(e.region, e.src), n = await Qe(a), i = e.region || await
|
|
6380
|
+
const a = await $n(e.region, e.src), n = await Qe(a), i = e.region || await Lt(t, M.Frame);
|
|
6381
6381
|
return {
|
|
6382
6382
|
id: Q(),
|
|
6383
6383
|
x: i.left,
|
|
@@ -6403,7 +6403,7 @@ class Jc {
|
|
|
6403
6403
|
};
|
|
6404
6404
|
}
|
|
6405
6405
|
static async getImage(t, e) {
|
|
6406
|
-
const a = e.region || await
|
|
6406
|
+
const a = e.region || await Lt(t, M.Image, e.src);
|
|
6407
6407
|
return {
|
|
6408
6408
|
id: Q(),
|
|
6409
6409
|
src: e.src,
|
|
@@ -6427,7 +6427,7 @@ class Jc {
|
|
|
6427
6427
|
}, l = (i == null ? void 0 : i.text) || a.defaultText || "", c = a.replaceableText ? a.replaceableText.replace("{{}}", l) : l, d = be(c, {
|
|
6428
6428
|
vertical: a.vertical,
|
|
6429
6429
|
uppercase: a.uppercase
|
|
6430
|
-
}), A = e.region || await
|
|
6430
|
+
}), A = e.region || await Lt(t, M.Textbox, n, {
|
|
6431
6431
|
text: d,
|
|
6432
6432
|
fontScale: a.size ? a.size / s.unitsPerEm : void 0
|
|
6433
6433
|
}), u = ee(
|
|
@@ -6493,7 +6493,7 @@ class Jc {
|
|
|
6493
6493
|
</svg>
|
|
6494
6494
|
`, n = {};
|
|
6495
6495
|
n["spiff-fill-shape"] = { browserValue: e.color };
|
|
6496
|
-
const i = e.region || await
|
|
6496
|
+
const i = e.region || await Lt(t, M.Illustration), s = Q();
|
|
6497
6497
|
return {
|
|
6498
6498
|
stepRegion: e.region,
|
|
6499
6499
|
colors: n,
|
|
@@ -6511,7 +6511,7 @@ class Jc {
|
|
|
6511
6511
|
};
|
|
6512
6512
|
}
|
|
6513
6513
|
static async getIllustration(t, e) {
|
|
6514
|
-
const a = e.region || await
|
|
6514
|
+
const a = e.region || await Lt(t, M.Illustration, e.src), n = await lt(await Un(e.src)), i = await Kt(n.svg), s = Q();
|
|
6515
6515
|
return {
|
|
6516
6516
|
cachedObjectURL: i,
|
|
6517
6517
|
stepRegion: e.region,
|
|
@@ -6536,7 +6536,7 @@ class V extends Error {
|
|
|
6536
6536
|
super("Element not found!"), Object.setPrototypeOf(this, V.prototype);
|
|
6537
6537
|
}
|
|
6538
6538
|
}
|
|
6539
|
-
const
|
|
6539
|
+
const U = (r, t) => X(r, t).elements.find((n) => n.id === r), X = (r, t) => {
|
|
6540
6540
|
const e = Object.values(t).find((a) => a.elements.some((n) => n.id === r));
|
|
6541
6541
|
if (!e)
|
|
6542
6542
|
throw new V();
|
|
@@ -6548,7 +6548,7 @@ const L = (r, t) => X(r, t).elements.find((n) => n.id === r), X = (r, t) => {
|
|
|
6548
6548
|
elements: a,
|
|
6549
6549
|
modificationID: Q()
|
|
6550
6550
|
};
|
|
6551
|
-
},
|
|
6551
|
+
}, za = async (r) => {
|
|
6552
6552
|
var a;
|
|
6553
6553
|
const t = [...Object.keys(r.layouts)], e = [...new Set(t)];
|
|
6554
6554
|
for (let n = 0; n < e.length; n++) {
|
|
@@ -6627,7 +6627,7 @@ class Kc extends O {
|
|
|
6627
6627
|
}
|
|
6628
6628
|
apply(t) {
|
|
6629
6629
|
this.oldState = t;
|
|
6630
|
-
const e =
|
|
6630
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6631
6631
|
if (!e.id)
|
|
6632
6632
|
throw new V();
|
|
6633
6633
|
const a = {
|
|
@@ -6650,7 +6650,7 @@ class _c extends O {
|
|
|
6650
6650
|
}
|
|
6651
6651
|
apply(t) {
|
|
6652
6652
|
this.oldState = t;
|
|
6653
|
-
const e =
|
|
6653
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6654
6654
|
if (!e.id)
|
|
6655
6655
|
throw new V();
|
|
6656
6656
|
const a = {
|
|
@@ -6672,7 +6672,7 @@ class Xc extends O {
|
|
|
6672
6672
|
}
|
|
6673
6673
|
apply(t) {
|
|
6674
6674
|
this.oldState = t;
|
|
6675
|
-
const e =
|
|
6675
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6676
6676
|
if (!e.id)
|
|
6677
6677
|
throw new V();
|
|
6678
6678
|
let a = {
|
|
@@ -6723,7 +6723,7 @@ class Vn extends O {
|
|
|
6723
6723
|
};
|
|
6724
6724
|
}
|
|
6725
6725
|
}
|
|
6726
|
-
class
|
|
6726
|
+
class z extends O {
|
|
6727
6727
|
/**
|
|
6728
6728
|
* @param initialParams The initial parameters to be set on this new object
|
|
6729
6729
|
* @param callback An optional callback function to be notified when the object has been instantiated
|
|
@@ -6811,7 +6811,7 @@ class ds extends O {
|
|
|
6811
6811
|
}
|
|
6812
6812
|
apply(t) {
|
|
6813
6813
|
this.oldState = t;
|
|
6814
|
-
const e =
|
|
6814
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6815
6815
|
if (!e.id)
|
|
6816
6816
|
throw new V();
|
|
6817
6817
|
const a = {
|
|
@@ -6835,7 +6835,7 @@ class We extends O {
|
|
|
6835
6835
|
}
|
|
6836
6836
|
apply(t) {
|
|
6837
6837
|
this.oldState = t;
|
|
6838
|
-
const e =
|
|
6838
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6839
6839
|
if (!e.id)
|
|
6840
6840
|
throw new V();
|
|
6841
6841
|
const a = {
|
|
@@ -6857,7 +6857,7 @@ class As extends O {
|
|
|
6857
6857
|
}
|
|
6858
6858
|
apply(t) {
|
|
6859
6859
|
this.oldState = t;
|
|
6860
|
-
const e =
|
|
6860
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6861
6861
|
if (!e.id)
|
|
6862
6862
|
throw new V();
|
|
6863
6863
|
const a = {
|
|
@@ -6879,7 +6879,7 @@ class ja extends O {
|
|
|
6879
6879
|
}
|
|
6880
6880
|
apply(t) {
|
|
6881
6881
|
this.oldState = t;
|
|
6882
|
-
const e =
|
|
6882
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6883
6883
|
if (!e.id)
|
|
6884
6884
|
throw new V();
|
|
6885
6885
|
const a = {
|
|
@@ -6901,7 +6901,7 @@ class us extends O {
|
|
|
6901
6901
|
}
|
|
6902
6902
|
apply(t) {
|
|
6903
6903
|
this.oldState = t;
|
|
6904
|
-
const e =
|
|
6904
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6905
6905
|
if (!e.id)
|
|
6906
6906
|
throw new V();
|
|
6907
6907
|
const a = {
|
|
@@ -6959,7 +6959,7 @@ class ms extends O {
|
|
|
6959
6959
|
}
|
|
6960
6960
|
apply(t) {
|
|
6961
6961
|
this.oldState = t;
|
|
6962
|
-
const e =
|
|
6962
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6963
6963
|
if (!e.id)
|
|
6964
6964
|
throw new V();
|
|
6965
6965
|
const a = {
|
|
@@ -6984,7 +6984,7 @@ class Zc extends O {
|
|
|
6984
6984
|
}
|
|
6985
6985
|
apply(t) {
|
|
6986
6986
|
this.oldState = t;
|
|
6987
|
-
const e =
|
|
6987
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
6988
6988
|
if (!e.id)
|
|
6989
6989
|
throw new V();
|
|
6990
6990
|
const a = {
|
|
@@ -7006,7 +7006,7 @@ class gs extends O {
|
|
|
7006
7006
|
}
|
|
7007
7007
|
apply(t) {
|
|
7008
7008
|
this.oldState = t;
|
|
7009
|
-
const e =
|
|
7009
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
7010
7010
|
if (!e.id)
|
|
7011
7011
|
throw new V();
|
|
7012
7012
|
const a = X(e.id, Object.values(t.layouts)), n = Z(ee(e, this.text, e), a);
|
|
@@ -7025,7 +7025,7 @@ class je extends O {
|
|
|
7025
7025
|
}
|
|
7026
7026
|
apply(t) {
|
|
7027
7027
|
this.oldState = t;
|
|
7028
|
-
const e =
|
|
7028
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
7029
7029
|
if (!e.id)
|
|
7030
7030
|
throw new V();
|
|
7031
7031
|
const a = {
|
|
@@ -7048,7 +7048,7 @@ class oa extends O {
|
|
|
7048
7048
|
}
|
|
7049
7049
|
apply(t) {
|
|
7050
7050
|
this.oldState = t;
|
|
7051
|
-
const e =
|
|
7051
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
7052
7052
|
if (!e.id)
|
|
7053
7053
|
throw new V();
|
|
7054
7054
|
const a = e.colors || {}, n = a[this.className];
|
|
@@ -7080,7 +7080,7 @@ class ps extends O {
|
|
|
7080
7080
|
}
|
|
7081
7081
|
apply(t) {
|
|
7082
7082
|
this.oldState = t;
|
|
7083
|
-
const e =
|
|
7083
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
7084
7084
|
if (!e.id)
|
|
7085
7085
|
throw new V();
|
|
7086
7086
|
const a = {
|
|
@@ -7105,7 +7105,7 @@ class td extends O {
|
|
|
7105
7105
|
super(), this.id = t;
|
|
7106
7106
|
}
|
|
7107
7107
|
apply(t) {
|
|
7108
|
-
if (this.oldState = t, !
|
|
7108
|
+
if (this.oldState = t, !U(this.id, Object.values(t.layouts)).id)
|
|
7109
7109
|
throw new V();
|
|
7110
7110
|
const a = Object.values(t.layouts).find((s) => s.elements.find((o) => o.id === this.id));
|
|
7111
7111
|
if (!a)
|
|
@@ -7135,7 +7135,7 @@ class ed extends O {
|
|
|
7135
7135
|
}
|
|
7136
7136
|
apply(t) {
|
|
7137
7137
|
this.oldState = t;
|
|
7138
|
-
const e =
|
|
7138
|
+
const e = U(this.id, Object.values(t.layouts));
|
|
7139
7139
|
if (!e.id)
|
|
7140
7140
|
throw new V();
|
|
7141
7141
|
const a = Object.values(t.layouts).find((o) => o.elements.find((l) => l.id === this.id));
|
|
@@ -7165,7 +7165,7 @@ class ad extends O {
|
|
|
7165
7165
|
super(), this.id = t;
|
|
7166
7166
|
}
|
|
7167
7167
|
apply(t) {
|
|
7168
|
-
if (this.oldState = t, !
|
|
7168
|
+
if (this.oldState = t, !U(this.id, Object.values(t.layouts)).id)
|
|
7169
7169
|
throw new V();
|
|
7170
7170
|
const a = Object.values(t.layouts).find((l) => l.elements.find((c) => c.id === this.id));
|
|
7171
7171
|
if (!a)
|
|
@@ -7192,7 +7192,7 @@ class nd extends O {
|
|
|
7192
7192
|
super(), this.id = t;
|
|
7193
7193
|
}
|
|
7194
7194
|
apply(t) {
|
|
7195
|
-
if (this.oldState = t, !
|
|
7195
|
+
if (this.oldState = t, !U(this.id, Object.values(t.layouts)).id)
|
|
7196
7196
|
throw new V();
|
|
7197
7197
|
const a = Object.values(t.layouts).find((l) => l.elements.find((c) => c.id === this.id));
|
|
7198
7198
|
if (!a)
|
|
@@ -7211,7 +7211,7 @@ class nd extends O {
|
|
|
7211
7211
|
};
|
|
7212
7212
|
}
|
|
7213
7213
|
}
|
|
7214
|
-
class
|
|
7214
|
+
class qa {
|
|
7215
7215
|
constructor(t, e, a) {
|
|
7216
7216
|
this.processRegion = async (n) => {
|
|
7217
7217
|
var l, c, d, A;
|
|
@@ -7251,7 +7251,7 @@ class Ha {
|
|
|
7251
7251
|
id: h.id,
|
|
7252
7252
|
region: n
|
|
7253
7253
|
},
|
|
7254
|
-
command: new
|
|
7254
|
+
command: new z(h, i)
|
|
7255
7255
|
};
|
|
7256
7256
|
} else {
|
|
7257
7257
|
const u = this.configuration.type === P.SilentIllustration ? (A = this.configuration.data.asset) == null ? void 0 : A.fileLink : s, m = await lt(await (async () => new Promise((p, f) => {
|
|
@@ -7286,7 +7286,7 @@ class Ha {
|
|
|
7286
7286
|
id: g.id,
|
|
7287
7287
|
region: n
|
|
7288
7288
|
},
|
|
7289
|
-
command: new
|
|
7289
|
+
command: new z(g, i)
|
|
7290
7290
|
};
|
|
7291
7291
|
}
|
|
7292
7292
|
}, this.configuration = t, this.layouts = e, this.product = a || void 0;
|
|
@@ -7323,10 +7323,10 @@ const fs = async (r) => {
|
|
|
7323
7323
|
}
|
|
7324
7324
|
})).json()).shortUrl;
|
|
7325
7325
|
} catch (e) {
|
|
7326
|
-
throw console.error(e), new
|
|
7326
|
+
throw console.error(e), new xe("Failed to shorten URL, see console.");
|
|
7327
7327
|
}
|
|
7328
7328
|
};
|
|
7329
|
-
class
|
|
7329
|
+
class Gn {
|
|
7330
7330
|
async poll() {
|
|
7331
7331
|
try {
|
|
7332
7332
|
if (await this.predicate()) {
|
|
@@ -7373,12 +7373,12 @@ class Cs {
|
|
|
7373
7373
|
const h = (await ve([e]))[0], m = (p = (g = h == null ? void 0 : h.versions) == null ? void 0 : g.find((f) => f.name === "mpeg4")) == null ? void 0 : p.link;
|
|
7374
7374
|
return { asset: h, link: m };
|
|
7375
7375
|
}, s = await new Promise((h, m) => {
|
|
7376
|
-
new
|
|
7376
|
+
new Gn(
|
|
7377
7377
|
async () => !!(await i()).link,
|
|
7378
7378
|
async () => {
|
|
7379
7379
|
const g = await i();
|
|
7380
7380
|
if (!g.link || !g.link)
|
|
7381
|
-
throw new
|
|
7381
|
+
throw new Ht(g.asset);
|
|
7382
7382
|
h({
|
|
7383
7383
|
rel: "mpeg4",
|
|
7384
7384
|
href: g.link
|
|
@@ -7396,7 +7396,7 @@ class Cs {
|
|
|
7396
7396
|
l.searchParams.append("video", btoa(JSON.stringify([s]))), l.pathname = l.pathname + (l.pathname.slice(-1) === "/" ? "" : "/");
|
|
7397
7397
|
const c = l.toString();
|
|
7398
7398
|
if (c.length >= 2e3)
|
|
7399
|
-
throw new
|
|
7399
|
+
throw new xe("Cannot create QR code, URL too long.");
|
|
7400
7400
|
const d = await fs(c);
|
|
7401
7401
|
if (!n.data || !n.data.regions)
|
|
7402
7402
|
throw new Se(n, "Missing regions.");
|
|
@@ -7421,7 +7421,7 @@ class Cs {
|
|
|
7421
7421
|
throw new Error("Region not found");
|
|
7422
7422
|
if (!A || !d)
|
|
7423
7423
|
throw new Error("Neither a region or layout found!");
|
|
7424
|
-
return new
|
|
7424
|
+
return new z(
|
|
7425
7425
|
{
|
|
7426
7426
|
stepRegion: d,
|
|
7427
7427
|
stepName: n,
|
|
@@ -7441,7 +7441,7 @@ class Cs {
|
|
|
7441
7441
|
} };
|
|
7442
7442
|
}
|
|
7443
7443
|
}
|
|
7444
|
-
const
|
|
7444
|
+
const zn = new Cs();
|
|
7445
7445
|
class Be {
|
|
7446
7446
|
constructor() {
|
|
7447
7447
|
this.frameSourceSvg = async (t, e) => {
|
|
@@ -7453,7 +7453,7 @@ class Be {
|
|
|
7453
7453
|
const n = a.fileLink;
|
|
7454
7454
|
if (n)
|
|
7455
7455
|
return at(n, !0);
|
|
7456
|
-
throw new
|
|
7456
|
+
throw new Ht(a);
|
|
7457
7457
|
};
|
|
7458
7458
|
}
|
|
7459
7459
|
async init(t, e, a) {
|
|
@@ -7467,7 +7467,7 @@ class Be {
|
|
|
7467
7467
|
const s = e.getWorkflowExperience().getBundle();
|
|
7468
7468
|
if (s && t.globalPropertyAspectConfigurations) {
|
|
7469
7469
|
const o = s.getGlobalPropertyStateManager(), l = t.globalPropertyAspectConfigurations[0], c = o.getAspectStorage(l.aspectName);
|
|
7470
|
-
c && c.originalAssetKey && (i = (await
|
|
7470
|
+
c && c.originalAssetKey && (i = (await L.getLocalOrFromServer(c.originalAssetKey)).fileLink);
|
|
7471
7471
|
}
|
|
7472
7472
|
if (t.option && t.option.variants && t.option.variants.length > 0) {
|
|
7473
7473
|
const o = t.option, l = Y.getDefaultVariant(o);
|
|
@@ -7563,21 +7563,21 @@ class Be {
|
|
|
7563
7563
|
const o = e.fileLink || "";
|
|
7564
7564
|
return o.endsWith(".pdf") || o.endsWith(".eps") || o.endsWith(".ai") ? new Promise((c) => {
|
|
7565
7565
|
a.addPoller(
|
|
7566
|
-
new
|
|
7566
|
+
new Gn(
|
|
7567
7567
|
async () => {
|
|
7568
7568
|
var h;
|
|
7569
|
-
const A = (h = (await
|
|
7569
|
+
const A = (h = (await L.getFromServer(e.key || "")).versions) == null ? void 0 : h.find((m) => m.name === "svg");
|
|
7570
7570
|
return A ? (await rt(A.link)).status === 200 : !1;
|
|
7571
7571
|
},
|
|
7572
7572
|
() => {
|
|
7573
|
-
|
|
7573
|
+
L.getLocalOrFromServer(e.key || "").then((d) => {
|
|
7574
7574
|
this.loadPatternFromAsset(d, t, a, n).then(
|
|
7575
7575
|
c
|
|
7576
7576
|
);
|
|
7577
7577
|
});
|
|
7578
7578
|
},
|
|
7579
7579
|
() => {
|
|
7580
|
-
throw new
|
|
7580
|
+
throw new xe("Failed to resolve transcoded PDF");
|
|
7581
7581
|
}
|
|
7582
7582
|
)
|
|
7583
7583
|
);
|
|
@@ -7594,7 +7594,7 @@ class Be {
|
|
|
7594
7594
|
s && (s.command && n.getCommandDispatcher()(s.command), s.followup && await s.followup());
|
|
7595
7595
|
}
|
|
7596
7596
|
getCreateElementCommand(t, e, a, n) {
|
|
7597
|
-
return new
|
|
7597
|
+
return new z(
|
|
7598
7598
|
{
|
|
7599
7599
|
id: t,
|
|
7600
7600
|
type: M.Frame,
|
|
@@ -7639,7 +7639,7 @@ class Be {
|
|
|
7639
7639
|
};
|
|
7640
7640
|
At.set(t, A), e.setPatternData(A, a);
|
|
7641
7641
|
} else {
|
|
7642
|
-
const s = await
|
|
7642
|
+
const s = await Fe(t, !0), o = await Me(s), l = {
|
|
7643
7643
|
src: t,
|
|
7644
7644
|
width: o.width,
|
|
7645
7645
|
height: o.height,
|
|
@@ -7797,7 +7797,7 @@ class Be {
|
|
|
7797
7797
|
const a = t.fileLink;
|
|
7798
7798
|
if (a)
|
|
7799
7799
|
return a;
|
|
7800
|
-
throw new
|
|
7800
|
+
throw new Ht(t);
|
|
7801
7801
|
}
|
|
7802
7802
|
async loadPatternFromAsset(t, e, a, n) {
|
|
7803
7803
|
var c, d;
|
|
@@ -7838,7 +7838,7 @@ class ws {
|
|
|
7838
7838
|
});
|
|
7839
7839
|
}
|
|
7840
7840
|
getCreateElementCommand(t, e, a, n) {
|
|
7841
|
-
return new
|
|
7841
|
+
return new z(
|
|
7842
7842
|
{
|
|
7843
7843
|
stepRegion: e,
|
|
7844
7844
|
stepName: n.stepName,
|
|
@@ -7865,7 +7865,7 @@ class ws {
|
|
|
7865
7865
|
if (a.length === 0)
|
|
7866
7866
|
return [];
|
|
7867
7867
|
try {
|
|
7868
|
-
return
|
|
7868
|
+
return U(
|
|
7869
7869
|
a[0].id,
|
|
7870
7870
|
e.getAllLayoutData()
|
|
7871
7871
|
).colors;
|
|
@@ -7950,7 +7950,7 @@ class ws {
|
|
|
7950
7950
|
var h, m;
|
|
7951
7951
|
if (e.length === 0)
|
|
7952
7952
|
return;
|
|
7953
|
-
const s =
|
|
7953
|
+
const s = U(
|
|
7954
7954
|
e[0].id,
|
|
7955
7955
|
n().map((g) => g.layoutState)
|
|
7956
7956
|
), o = { ...s.colors }, l = {};
|
|
@@ -8002,7 +8002,7 @@ class ws {
|
|
|
8002
8002
|
throw new vt(e);
|
|
8003
8003
|
const l = o.fileLink;
|
|
8004
8004
|
if (!l)
|
|
8005
|
-
throw new
|
|
8005
|
+
throw new Ht(o);
|
|
8006
8006
|
const c = await lt(await this.getIllustrationBody(l)), d = await Kt(c.svg), A = (C) => {
|
|
8007
8007
|
const w = i.getLayouts().find((y) => y.panelId === C.panelId);
|
|
8008
8008
|
if (!w)
|
|
@@ -8042,7 +8042,7 @@ class ws {
|
|
|
8042
8042
|
const y = {};
|
|
8043
8043
|
(((S = o.assetConfiguration) == null ? void 0 : S.channelNumbers) || []).forEach((b) => {
|
|
8044
8044
|
var D;
|
|
8045
|
-
const I = C.find((
|
|
8045
|
+
const I = C.find((x) => x.channelNumber === b.number);
|
|
8046
8046
|
I && (y[`${b.id.replace(/\W/g, "")}`] = { browserValue: ((D = I == null ? void 0 : I.variant) == null ? void 0 : D.color) || "" });
|
|
8047
8047
|
}), await this.changeColors(
|
|
8048
8048
|
t,
|
|
@@ -8058,7 +8058,7 @@ class ws {
|
|
|
8058
8058
|
const I = y[0], D = E[0];
|
|
8059
8059
|
await this.changeColors(
|
|
8060
8060
|
t,
|
|
8061
|
-
u.map((
|
|
8061
|
+
u.map((x) => x.regionElement),
|
|
8062
8062
|
i,
|
|
8063
8063
|
() => i.getCommandContext().getAllLayouts(),
|
|
8064
8064
|
/* @__PURE__ */ new Map([[D, I.variant.color]])
|
|
@@ -8281,7 +8281,7 @@ class vs {
|
|
|
8281
8281
|
return console.error(`Can not find layout for region: ${u.panelId}`), null;
|
|
8282
8282
|
const f = [];
|
|
8283
8283
|
return h && f.push(new bt(m)), f.push(
|
|
8284
|
-
new
|
|
8284
|
+
new z(
|
|
8285
8285
|
{
|
|
8286
8286
|
stepRegion: u,
|
|
8287
8287
|
stepName: t.stepName,
|
|
@@ -8353,7 +8353,7 @@ class vs {
|
|
|
8353
8353
|
return n(""), { input: e, helperData: {} };
|
|
8354
8354
|
}
|
|
8355
8355
|
}
|
|
8356
|
-
const
|
|
8356
|
+
const qn = new vs();
|
|
8357
8357
|
class Es {
|
|
8358
8358
|
async init(t, e, a) {
|
|
8359
8359
|
const n = t.option;
|
|
@@ -8409,7 +8409,7 @@ class Es {
|
|
|
8409
8409
|
const m = Q();
|
|
8410
8410
|
return {
|
|
8411
8411
|
regionElement: { id: m, region: A },
|
|
8412
|
-
command: new
|
|
8412
|
+
command: new z(
|
|
8413
8413
|
{
|
|
8414
8414
|
stepName: t.stepName,
|
|
8415
8415
|
stepRegion: A,
|
|
@@ -8445,7 +8445,7 @@ class Es {
|
|
|
8445
8445
|
};
|
|
8446
8446
|
}
|
|
8447
8447
|
}
|
|
8448
|
-
const
|
|
8448
|
+
const Hn = new Es();
|
|
8449
8449
|
class bs {
|
|
8450
8450
|
async init(t, e, a) {
|
|
8451
8451
|
const n = t.option;
|
|
@@ -8639,7 +8639,7 @@ class Bs {
|
|
|
8639
8639
|
return {
|
|
8640
8640
|
id: C,
|
|
8641
8641
|
region: h,
|
|
8642
|
-
command: new
|
|
8642
|
+
command: new z(
|
|
8643
8643
|
{
|
|
8644
8644
|
stepRegion: h,
|
|
8645
8645
|
stepName: t.stepName,
|
|
@@ -8677,7 +8677,7 @@ class Bs {
|
|
|
8677
8677
|
}
|
|
8678
8678
|
}
|
|
8679
8679
|
}
|
|
8680
|
-
const
|
|
8680
|
+
const Gt = new Bs();
|
|
8681
8681
|
class Is {
|
|
8682
8682
|
constructor() {
|
|
8683
8683
|
this.latestToast = null, this.toastType = null, this.toastCallbacks = [];
|
|
@@ -8703,7 +8703,7 @@ class Is {
|
|
|
8703
8703
|
);
|
|
8704
8704
|
}
|
|
8705
8705
|
}
|
|
8706
|
-
const Ps = new Is(),
|
|
8706
|
+
const Ps = new Is(), qe = (r, t, e, a, n) => {
|
|
8707
8707
|
if (t.some((d) => d == null))
|
|
8708
8708
|
throw new Error(`Failed to autosize lines: ${t.join(", ")}`);
|
|
8709
8709
|
let i = t.map((d) => d.split(`
|
|
@@ -8735,19 +8735,19 @@ const Ps = new Is(), He = (r, t, e, a, n) => {
|
|
|
8735
8735
|
const o = Et(t.assetUrl), l = o.getFont();
|
|
8736
8736
|
if (n.size) {
|
|
8737
8737
|
const u = r / l.unitsPerEm;
|
|
8738
|
-
return [i, s] =
|
|
8738
|
+
return [i, s] = qe(e, a, r, u, o), [n.size, i, s];
|
|
8739
8739
|
}
|
|
8740
8740
|
const c = 6;
|
|
8741
8741
|
let d = c - Ve;
|
|
8742
8742
|
if (a.length > 0) {
|
|
8743
8743
|
let u = a, h = 0;
|
|
8744
8744
|
for (; (!n.maxSize || d <= n.maxSize) && u; )
|
|
8745
|
-
d += Ve, h = d / l.unitsPerEm, [u, s] =
|
|
8745
|
+
d += Ve, h = d / l.unitsPerEm, [u, s] = qe(e, a, d, h, o);
|
|
8746
8746
|
}
|
|
8747
8747
|
d > c && (d -= Ve), n.minSize && d < n.minSize && (d = n.minSize);
|
|
8748
8748
|
const A = d / l.unitsPerEm;
|
|
8749
|
-
return [i, s] =
|
|
8750
|
-
},
|
|
8749
|
+
return [i, s] = qe(e, a, d, A, o), [d, i, s];
|
|
8750
|
+
}, He = 30;
|
|
8751
8751
|
class Ie extends Error {
|
|
8752
8752
|
constructor(t) {
|
|
8753
8753
|
super(t), Object.setPrototypeOf(this, new.target.prototype), this.name = Ie.name;
|
|
@@ -8760,7 +8760,7 @@ class Pe extends Error {
|
|
|
8760
8760
|
super(t), Object.setPrototypeOf(this, new.target.prototype), this.name = Pe.name;
|
|
8761
8761
|
}
|
|
8762
8762
|
}
|
|
8763
|
-
class
|
|
8763
|
+
class xs {
|
|
8764
8764
|
constructor() {
|
|
8765
8765
|
this.cachedColors = /* @__PURE__ */ new Map(), this.cachedStrokeColors = /* @__PURE__ */ new Map(), this.filterUnsupportedCharacters = (t, e) => {
|
|
8766
8766
|
let a = t.replace(
|
|
@@ -8794,12 +8794,14 @@ class Fs {
|
|
|
8794
8794
|
}
|
|
8795
8795
|
async init(t, e, a) {
|
|
8796
8796
|
var i, s, o, l;
|
|
8797
|
+
console.log(`LOG: text step init for ${t.stepTitle} (${t.stepName})`);
|
|
8797
8798
|
const n = t.option;
|
|
8798
8799
|
if (!n)
|
|
8799
8800
|
return null;
|
|
8800
8801
|
if (a)
|
|
8801
|
-
await this.reload(t, e, a);
|
|
8802
|
+
console.log(`LOG: text step init reload (${t.stepName})`), await this.reload(t, e, a);
|
|
8802
8803
|
else {
|
|
8804
|
+
console.log(`LOG: text step init new (${t.stepName})`);
|
|
8803
8805
|
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 ? {
|
|
8804
8806
|
src: A.src,
|
|
8805
8807
|
height: A.height,
|
|
@@ -8814,7 +8816,7 @@ class Fs {
|
|
|
8814
8816
|
if (p && t.globalPropertyAspectConfigurations) {
|
|
8815
8817
|
const C = (s = p.getGlobalPropertyConfiguration()) == null ? void 0 : s.aspects, w = C == null ? void 0 : C.find((S) => {
|
|
8816
8818
|
var y;
|
|
8817
|
-
return S.type ===
|
|
8819
|
+
return S.type === j.Text && ((y = t.globalPropertyAspectConfigurations) == null ? void 0 : y.map((E) => E.aspectName).includes(S.name));
|
|
8818
8820
|
});
|
|
8819
8821
|
if (w) {
|
|
8820
8822
|
const y = p.getGlobalPropertyStateManager().getAspect(w.name);
|
|
@@ -8835,7 +8837,7 @@ class Fs {
|
|
|
8835
8837
|
});
|
|
8836
8838
|
const f = Y.getDefaultVariant(n);
|
|
8837
8839
|
if (f)
|
|
8838
|
-
return this.selectVariantCommand(
|
|
8840
|
+
return console.log(`LOG: text step init default (${t.stepName})`), this.selectVariantCommand(
|
|
8839
8841
|
t,
|
|
8840
8842
|
f,
|
|
8841
8843
|
{ text: g },
|
|
@@ -8849,10 +8851,10 @@ class Fs {
|
|
|
8849
8851
|
m
|
|
8850
8852
|
);
|
|
8851
8853
|
}
|
|
8852
|
-
return null;
|
|
8854
|
+
return console.log(`LOG: text step init end (${t.stepName})`), null;
|
|
8853
8855
|
}
|
|
8854
8856
|
findLayoutElements(t, e) {
|
|
8855
|
-
return t.getRegionElements(e.stepName).map((i) =>
|
|
8857
|
+
return t.getRegionElements(e.stepName).map((i) => U(i.id, t.getAllLayoutData()));
|
|
8856
8858
|
}
|
|
8857
8859
|
/**
|
|
8858
8860
|
* Get the colors that can be used for a given text step.
|
|
@@ -9048,21 +9050,23 @@ class Fs {
|
|
|
9048
9050
|
a.serializableWorkflow.steps
|
|
9049
9051
|
), o = Object.values(a.layouts).map((m) => m.elements).flat().filter((m) => m.stepName === t.stepName), l = t.option;
|
|
9050
9052
|
if (n != null && n.selectedVariants) {
|
|
9053
|
+
console.log("LOG: text reload a");
|
|
9051
9054
|
const m = n.selectedVariants[0].id;
|
|
9052
9055
|
if (l && m) {
|
|
9053
9056
|
const g = (c = l.variants) == null ? void 0 : c.find((p) => p.id === m);
|
|
9054
9057
|
if (g) {
|
|
9058
|
+
console.log("LOG: text reload a variant");
|
|
9055
9059
|
const p = await this.fontDataFromVariant(g), f = o.map((y) => ({ id: y.id, region: y.stepRegion })), C = (d = n.storage) == null ? void 0 : d.color;
|
|
9056
9060
|
let w = (A = n.storage) == null ? void 0 : A.text;
|
|
9057
9061
|
const S = e.getWorkflowExperience().getBundle();
|
|
9058
9062
|
if (S && t.globalPropertyAspectConfigurations) {
|
|
9059
9063
|
const y = (u = S.getGlobalPropertyConfiguration()) == null ? void 0 : u.aspects, E = y == null ? void 0 : y.find((b) => {
|
|
9060
9064
|
var I;
|
|
9061
|
-
return b.type ===
|
|
9065
|
+
return b.type === j.Text && ((I = t.globalPropertyAspectConfigurations) == null ? void 0 : I.map((D) => D.aspectName).includes(b.name));
|
|
9062
9066
|
});
|
|
9063
9067
|
if (E) {
|
|
9064
9068
|
const I = S.getGlobalPropertyStateManager().getAspect(E.name);
|
|
9065
|
-
I && (w = I);
|
|
9069
|
+
I && (console.log("LOG: text reload a variant found aspect text"), w = I);
|
|
9066
9070
|
}
|
|
9067
9071
|
}
|
|
9068
9072
|
if (await e.setSelectionsAndElements(
|
|
@@ -9075,6 +9079,7 @@ class Fs {
|
|
|
9075
9079
|
e.getCommandDispatcher()(E);
|
|
9076
9080
|
}
|
|
9077
9081
|
), o.length === 0 && l) {
|
|
9082
|
+
console.log("LOG: text reload a variant no elements");
|
|
9078
9083
|
const y = Y.getDefaultVariant(l);
|
|
9079
9084
|
if (y) {
|
|
9080
9085
|
const E = await this.selectVariantCommand(
|
|
@@ -9091,7 +9096,8 @@ class Fs {
|
|
|
9091
9096
|
e.getCommandDispatcher()(E.command);
|
|
9092
9097
|
}
|
|
9093
9098
|
} else {
|
|
9094
|
-
|
|
9099
|
+
console.log("LOG: text reload a variant yes elements");
|
|
9100
|
+
const { command: y } = W.updateInputText(
|
|
9095
9101
|
w || "",
|
|
9096
9102
|
o,
|
|
9097
9103
|
t,
|
|
@@ -9102,18 +9108,23 @@ class Fs {
|
|
|
9102
9108
|
}
|
|
9103
9109
|
}
|
|
9104
9110
|
} else {
|
|
9111
|
+
console.log("LOG: text reload b");
|
|
9105
9112
|
const m = e.getWorkflowExperience().getBundle();
|
|
9106
9113
|
if (m && t.globalPropertyAspectConfigurations) {
|
|
9114
|
+
console.log("LOG: text reload found bundle");
|
|
9107
9115
|
const g = (h = m.getGlobalPropertyConfiguration()) == null ? void 0 : h.aspects, p = g == null ? void 0 : g.find((f) => {
|
|
9108
9116
|
var C;
|
|
9109
|
-
return f.type ===
|
|
9117
|
+
return f.type === j.Text && ((C = t.globalPropertyAspectConfigurations) == null ? void 0 : C.map((w) => w.aspectName).includes(f.name));
|
|
9110
9118
|
});
|
|
9111
9119
|
if (p) {
|
|
9120
|
+
console.log(`LOG: text reload found aspect ${p.name}`);
|
|
9112
9121
|
const C = m.getGlobalPropertyStateManager().getAspect(p.name);
|
|
9113
9122
|
if (C)
|
|
9114
|
-
if (o.length === 0 && l) {
|
|
9123
|
+
if (console.log("LOG: text reload b found aspect text"), o.length === 0 && l) {
|
|
9124
|
+
console.log("LOG: text reload b variant no elements");
|
|
9115
9125
|
const w = Y.getDefaultVariant(l);
|
|
9116
9126
|
if (w) {
|
|
9127
|
+
console.log("LOG: text reload b variant default");
|
|
9117
9128
|
const S = await this.selectVariantCommand(
|
|
9118
9129
|
t,
|
|
9119
9130
|
w,
|
|
@@ -9128,7 +9139,8 @@ class Fs {
|
|
|
9128
9139
|
e.getCommandDispatcher()(S.command);
|
|
9129
9140
|
}
|
|
9130
9141
|
} else {
|
|
9131
|
-
|
|
9142
|
+
console.log("LOG: text reload b variant yes elements");
|
|
9143
|
+
const { command: w } = W.updateInputText(
|
|
9132
9144
|
C,
|
|
9133
9145
|
o,
|
|
9134
9146
|
t,
|
|
@@ -9138,6 +9150,7 @@ class Fs {
|
|
|
9138
9150
|
}
|
|
9139
9151
|
}
|
|
9140
9152
|
}
|
|
9153
|
+
console.log("LOG: text reload b end");
|
|
9141
9154
|
}
|
|
9142
9155
|
}
|
|
9143
9156
|
getDefaultColorVariant(t) {
|
|
@@ -9168,7 +9181,7 @@ class Fs {
|
|
|
9168
9181
|
throw new vt(t);
|
|
9169
9182
|
const a = e.fileLink;
|
|
9170
9183
|
if (!a)
|
|
9171
|
-
throw new
|
|
9184
|
+
throw new Ht(e);
|
|
9172
9185
|
const n = await Nt(a);
|
|
9173
9186
|
return {
|
|
9174
9187
|
assetUrl: a,
|
|
@@ -9192,7 +9205,7 @@ class Fs {
|
|
|
9192
9205
|
}
|
|
9193
9206
|
const m = await this.changeInputTextWithRegion(
|
|
9194
9207
|
t,
|
|
9195
|
-
t.data.size ||
|
|
9208
|
+
t.data.size || He,
|
|
9196
9209
|
A,
|
|
9197
9210
|
a.text || "",
|
|
9198
9211
|
a,
|
|
@@ -9217,7 +9230,7 @@ class Fs {
|
|
|
9217
9230
|
i
|
|
9218
9231
|
), m = await this.changeInputTextWithRegion(
|
|
9219
9232
|
t,
|
|
9220
|
-
t.data.size ||
|
|
9233
|
+
t.data.size || He,
|
|
9221
9234
|
A,
|
|
9222
9235
|
((u = h[0]) == null ? void 0 : u.newElement.input) || a.text || t.data.defaultText || "",
|
|
9223
9236
|
a,
|
|
@@ -9279,7 +9292,7 @@ class Fs {
|
|
|
9279
9292
|
stepName: t,
|
|
9280
9293
|
align: this.textAlign(a),
|
|
9281
9294
|
fill: i.color ? i.color : w,
|
|
9282
|
-
fontSize: a.size ||
|
|
9295
|
+
fontSize: a.size || He,
|
|
9283
9296
|
fontData: n,
|
|
9284
9297
|
id: m,
|
|
9285
9298
|
layer: A.layer,
|
|
@@ -9316,12 +9329,12 @@ class Fs {
|
|
|
9316
9329
|
{ size: a.size, minSize: a.minSize, maxSize: a.maxSize }
|
|
9317
9330
|
);
|
|
9318
9331
|
E.set(S.id, I), b.set(S.id, D);
|
|
9319
|
-
const
|
|
9332
|
+
const x = a.curved || a.vertical ? l : (D || []).join(`
|
|
9320
9333
|
`);
|
|
9321
9334
|
y.push(
|
|
9322
|
-
this.generateTextChangeCommandsForRegion(I, a, S.id,
|
|
9335
|
+
this.generateTextChangeCommandsForRegion(I, a, S.id, x)
|
|
9323
9336
|
);
|
|
9324
|
-
const k = new
|
|
9337
|
+
const k = new z(S, h);
|
|
9325
9338
|
return {
|
|
9326
9339
|
regionElement: { id: m, region: A },
|
|
9327
9340
|
commands: [k, ...y],
|
|
@@ -9409,8 +9422,8 @@ class Fs {
|
|
|
9409
9422
|
return new $(C);
|
|
9410
9423
|
}
|
|
9411
9424
|
}
|
|
9412
|
-
const
|
|
9413
|
-
class
|
|
9425
|
+
const W = new xs();
|
|
9426
|
+
class Fs {
|
|
9414
9427
|
}
|
|
9415
9428
|
const ks = "data:application/octet-stream;base64,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DOYNZA3mDlQOyg88D54QEBCGEQARchHsEmIS1BOWFAwUghTwFWIV1BaiFxQXkhgEGMYZdBomGtQbfhwYHL4dYB3+HpgfPh/oIJYhPCHmIpQjRiPsJJolSCXuJpQnQifoKJIpRAAmAAn/8QAK//sADP/7AA3/+wAO//sAD//7ABD/+wAR//sAEv/7ABP/+wAU//sAFf/xABb/8QAZ//sAHf/2AB7/+wAf//sAIP/xACH/+wAi//sAI//7ACT/+wAl//EAJv/2ACf/8QAo//sAKf/2ACr/+wAr//sALP/sAC3/7AAu/+IAL//dADD/9gAx/+wAMv/7ADP/+wA0//YAKwAG//EACP/nAAn/4gAK/9MAC//iAAz/9gAN/+IADv/sAA//4gAQ/9gAEf/iABL/1QAT//EAFP/nABX/8QAW/9gAMf/TADL/pgAz//MANP/nADX/8QA2//EAN//7ADj/7gA5//YAOv/7ADv/2AA8//EAPf/2AD7/9gA///EAQP/sAEH/+wBC/+wAQ//xAET/7ABF/+wARv/2AEf/3QBI/90ASf/EAEr/zgBL//YAKwAG//YAB//2AAn/3QAL/+wADP/sAA3/8QAO//YAD//sABD/8QAR/+wAEv/iABP/5wAU/+wAFf/dABb/7AAX/78AMf/YADL/sAAz/+IANP/iADX/8QA2/+cAN//xADj/3QA5/+wAOv/2ADv/4gA8//EAPf/xAD7/8QA///YAQP/YAEH/9gBC/+cAQ//sAET/7ABF/+wARv/xAEf/zgBI/9MASf/OAEr/zgBL/+wAKgAG//YAB//iAAj/4gAK/+IADP/dAA3/ugAO/+IAD//iABD/5wAR/+IAEv/dABP/yQAU/90AFf+mABb/0wAx/5gAMv/YADP/4gA0/9MANf/xADb/7AA3/+wAOP/iADn/7AA6//EAO//dADz/5wA9/+wAPv/sAD//5wBA/9gAQf/sAEL/zgBD/+wARP/YAEX/tQBG/90AR/+hAEj/oQBJ/8QASv+DAEv/7AAqAAb/8QAH/90ACP/YAAn/oQAL/8kADP/iAA3/sAAO/+cAD//YABD/4gAR/90AEv/bABP/4gAU/+IAFf/TABb/5wAg/+QAMf/nADL/3AAz//QANP/rADX/9AA2//IAN//4ADj/8AA5//QAOv/1ADv/7AA8/+oAPf/7AD7/9wA///IAQP/tAEH/+wBC/+IAQ//2AET/4wBF/7YARv/vAEf/pgBK/6MAS//yACYAB//TAAj/8QAK/84ADP/dAA3/9gAO//EAD//dABD/pgAR/8kAEv+6ABP/7AAU/90AFf/OADH/xAAy/5IAM//sADT/3QA1/+cANv/xADf/9gA4/90AO/9WADz/5wA9//EAPv/sAD//5wBA/84AQf/dAEL/0wBD/+cARP/nAEX/5wBG/+cAR//dAEj/2ABJ/7oASv/JAEv/4gAsAAb/+wAH//sACP/xAAn/zgAK/+cAC//dAAz/9gAN/9gADv/tAA//7AAQ/+kAEf/rABL/3QAT/90AFP/hABX/3QAW/90AMf/nADL/vwAz/+cANP/nADX/8QA2//EAN//sADj/5wA5//YAOv/2ADv/4gA8//EAPf/2AD7/+wA///sAQP/2AEH/+wBC/+wAQ//7AET/7ABF/9MARv/7AEf/yQBI/84ASf+wAEr/xABL/+cADgAG//sACf/xAAv/7AAN//sADv/7AA8AAAAR//EAEv/0ABP/9gAU//EAFf/xABb/7AAx//YAQP/2ACkABv/7AAf/9gAI//sACf/iAAr/5wAL/+wADP/vAA3/3QAO//sAD//qABD/8QAR/+wAEv/nABP/8QAU/+cAFf/iABb/7AAx/+cAMv/vADP//AA0/+cANf/7ADb//gA4//EAOf/8ADr//AA7/+kAPP/6AD3//QA+//4AP//7AEL/6gBD//0ARP/2AEX/7ABG//EAR//YAEj/4gBJ/+wASv/LAEv//AAsAAb/+wAH//EACP/2AAn/0wAK/+IAC//JAAz/5wAN/90ADv/iAA//7AAQ/+cAEf/sABL/3QAT/9MAFP/iABX/zgAW/+cAMf/YADL/xAAz/+wANP/dADX/6AA2//EAN//xADj/4wA5//EAOv/2ADv/7AA8/+wAPf/sAD7/9gA//+wAQP/iAEH/8QBC/90AQ//nAET/5wBF/8QARv/mAEf/xABI/8kASf+1AEr/rQBL/+IALAAG//sAB//7AAj/9gAJ/9MACv/2AAv/ugAM/+kADf/dAA7/9gAP/+wAEP/2ABH/8AAS//EAE//2ABT/5wAV/9gAFv/sADH/vwAy/9UAM//eADT/3wA1//EANv/xADf/9gA4/+IAOf/xADr/9gA7/+wAPP/xAD3/9gA+//EAP//2AED/2ABB//EAQv/nAEP/9gBE/+cARf/TAEb/8QBH/9gASP/YAEn/xgBK/78AS//xACsABv/7AAf/9gAI/+wACf/TAAr/5wAL/90ADP/lAA3/zgAO/90AD//dABD/7AAR/+IAEv/iABP/2AAU/+IAFf/JABb/5wAx/90AMv/EADP/6wA0/+EANf/wADb/8AA4/9wAOf/dADr/7AA7/9gAPP/sAD3/5wA+/+wAP//iAED/0wBB/+IAQv/YAEP/4gBE/84ARf/JAEb/4gBH/8kASP/OAEn/vwBK/8kAS//TACwABv/7AAf/3wAI/+cACf+wAAr/4wAL/8kADP/dAA3/xwAO/+cAD//dABD/7AAR/+cAEv/iABP/yQAU/9cAFf+/ABb/4gAa/+kAMf/YADL/uwAz/+EANP/dADb/6wA3//MAOP/lADn/8QA6//IAO//eADz/5wA9/+4APv/zAD//8ABA/+IAQf/2AEL/6gBD//YARP/kAEX/zABG/+8AR/+0AEj/uwBJ/64ASv+vAEv/5QAsAAb/+wAH/90ACP/nAAn/4gAK/9MAC//nAAz/3QAN//YADv/eAA//3QAQ/7AAEf/OABL/sAAT//sAFP/dABX/0wAW/9MAMf/iADL/iAAz//YANP/OADX/9gA2//EAN//xADj/0wA5//YAOv/zADv/gAA8//EAPf/7AD7/+wA///YAQP/OAEH/7gBC/84AQ//2AET/2ABF//sARv/2AEf/5wBI/+cASf/TAEr/4gBL/+wALAAG//sAB//2AAj/8QAJ/9gACv/nAAv/3QAM/+IADf/dAA7/4gAP/+IAEP/nABH/5wAS/9gAE//YABT/3QAV/84AFv/sADH/5wAy/78AM//nADT/2AA1/+cANv/nADf/7AA4/90AOf/sADr/7AA7/+cAPP/sAD3/8QA+/+wAP//xAED/4gBB//EAQv/dAEP/5wBE/+IARf/YAEb/5wBH/78ASP/HAEn/sABK/7UAS//dACsABv/xAAf/8QAI/+IACf/dAAr/0wAL/+IADP/iAA3/3QAO/+cAD//dABD/zgAR/9MAEv/EABP/0wAU/84AFv/dADH/4gAy/6EAM//jADT/3QA1/+wANv/sADf/5wA4/90AOf/nADr/8QA7/78APP/xAD3/9gA+/+wAP//nAED/3QBB/+cAQv/nAEP/5wBE/+IARf/OAEb/3QBH/8QASP/JAEn/lwBK/7oAS//YACkABv/sAAf/0wAI/90ACf/OAAr/3QAM/90ADf/EAA7/5wAP/9gAEP/YABH/3QAS/9MAE//YABT/4gAV/90AMf/sADL/wAAz/+8ANP/kADX/6wA2//AAN//2ADj/5AA5//EAOv/uADv/1gA8//QAPf/2AD7/8QA///AAQP/dAEH/7ABD/+gARP/YAEX/1QBG/+wAR/+3AEj/wwBJ/7UASv+wAEv/5gAeAAf/zgAi/+4AI//5ACT/7wAy/9AAM//pADT/sQA1/+sANv/nADf/5gA4/7oAOf/vADr/9wA7/9AAPP/sAD3/6wA+/+YAP//sAED/uwBB/+kAQv+7AEP/5ABE/9QARf+6AEb/0ABH/34ASP+SAEn/zQBK/5sAS//nABwAF//RACT//wAy/9EAM//uADT/5wA1/+8ANv/3ADf/7gA4/+gAOf/3ADr/+wA7/9oAPP/vAD3/9wA+/+4AP//vAED/4QBB//cAQv/nAEP/7wBE/+4ARf/QAEb/9wBH/8EASP/MAEn/wwBK/7sAS//nABwAF//QABv/+QAy/8EAM//zADT/6wA1//sANv/zADf/+wA4/+8AOf/zADr//gA7/+EAPP/vAD3/9wA+//kAP//3AED/4gBB//kAQv/jAEP/8wBE/+YARf/VAEb/+QBH/84ASP/JAEn/twBK/8EAS//rAB8ABv/7ABL/3wAX/8kAJf/5ACv/7wAy/7oAM//zADT/6wA1/+8ANv/uADf/8wA4/+oAOf/vADr/7wA7/9QAPP/5AD3//gA+//EAP//vAED/4wBB//MAQv/mAEP/7gBE/+cARf/XAEb/6wBH/8kASP/JAEn/twBK/7cAS//nACAABv/7ACQAAgAl/+8AJ//5AC3//gAv//4AMv/oADP//QA0/+sANf/7ADb/+gA3//sAOP/jADn/9wA6//oAO//kADz//wA9//0APv/+AD8AAABA/+gAQf/7AEL/6ABD//sARP/sAEX/8QBG//sAR//qAEj/6wBJ/+cASv/qAEv/+QAbAAb/+wAl/+8AMv+5ADP/+wA0/+8ANf/7ADb/+wA3//0AOP/vADn/+wA6AAAAO/+7ADz//gA9//4APv/7AED/7ABB//4AQv/nAEP/+QBE//kARf/7AEb/+QBH//MASP/rAEn/4gBK/+8AS//7AB0ABv/2ABf/zgAl/+8AMv+3ADP/9wA0/+sANf/3ADb/8QA3//kAOP/uADn/8wA6//sAO//YADz/8wA9/+4APv/3AD//8wBA/+MAQf/3AEL/6QBD/+8ARP/nAEX/1ABG/+8AR//JAEj/zABJ/6YASv/JAEv/3AAcAAb/+wAX//MAJf/7ADL/6wAz//4ANP/uADX/+wA2//4AN//+ADj/8wA5//0AOv/+ADv/7gA8//4APf/+AD7/+wA///4AQP/uAEL/9wBD//4ARP/+AEX/+QBG//4AR//uAEj/9wBJ/+4ASv/zAEv//gAYAAb/+wAx//YAMv/rADP//wA0//MANf//ADYAAQA3//8AOP/zADv/6AA8//4APf/+AD4AAQBA/+4AQf//AEL/8wBD//4ARP/4AEX//QBH/+wASP/3AEn/7ABK//EASwABABwABv/2ABf/4QAy/8oAM//9ADT/+QA1//4ANv/7ADf//gA4//MAOf/+ADr//wA7/+EAPP/7AD3//gA+//4AP//+AED/7wBB//4AQv/zAEP//gBE//sARf/7AEb//gBH/+8ASP/5AEn/2gBK//oAS//+AB0ABv/nABf/5wAx/7AAMv/hADP/7gA0/7QANf/rADb/5wA3/+4AOP+sADn/6wA6//kAO/+3ADz/6gA9/+8APv/nAD//5wBA/6wAQf/uAEL/rgBD/+cARP+8AEX/3ABG/9oAR//cAEj/0QBJ/9oASv/RAEv/7wAeAAb/9gAX//cAI//9ADH/vwAy/+4AM//5ADT/2gA1//4ANv/3ADf/+wA4/9oAOf/3ADr/+wA7/+cAPP/7AD3/+QA+//cAP//5AED/1ABB//sAQv/cAEP/9wBE/+8ARf/JAEb/6wBH/8QASP++AEn/5wBK/8EAS//+ABwAF//7ADH/7AAy/+QAM//+ADT/7gA1//4ANgAAADf//QA4//cAOf/7ADr//gA7/+4APP/+AD3//gA+//0AP//7AED/7wBB//4AQv/uAEP//gBE//cARf/7AEb/+QBH/+gASP/vAEn/6wBK/+gAS//+AB4ABv/7ABf/8wAa//4AHf/3ACX/9wAq//4AMf/2ADL/5AAz//0ANP/zADX/+wA2//4AN//+ADj/+QA7/+4APf/+AD7/+wA///4AQP/2AEH/+gBC/+4AQ//7AET/+QBF//sARv/+AEf/8wBI/+8ASf/zAEr/6wBL//4AHQAG//EAJP/3ADH/7AAy/7sAM//sADT/4wA1/+8ANv/vADf/9wA4/+QAOf/qADr/9wA7/98APP/vAD3/9wA+/+sAP//uAED/4wBB/+4AQv/mAEP/7wBE/+IARf/VAEb/7gBH/8MASP/GAEn/uwBK/7oAS//fABwABv/sACT//gAy/54AM//rADT/6gA1//EANv/rADf/9wA4/+MAOf/oADr/9wA7/64APP/sAD3/8QA+/+wAP//sAED/4QBB//MAQv/oAEP/5ABE/9gARf/kAEb/7gBH/9EASP/QAEn/uwBK/8QAS//zADAAF//3ABj//wAZ/+kAGv//ABv//QAc//4AHf/pAB7/+wAf//8AIP/iACH//gAi//8AI//+ACT//wAl/+IAJ//uACj//gAp/+cAKv/hACv/+QAs/8MALf/QAC7/5AAv/8wAMP//ADL/4QAz//4ANP/jADX/9wA3//kAOP/fADn/9wA7/+IAPP/5AD3/+gA+//EAP//6AED/2gBB/+8AQv/aAET/7wBF/9cARv/qAEf/xgBI/7sASf/qAEr/tABL//sAHQAG/+cAF//oACT/+gAy/+IAM//xADT/zAA1/+8ANv/sADf/+gA4/8wAOf/3ADr/8wA7/8kAPP/uAD3/7wA+/+wAP//rAED/yQBB//cAQv/MAEP/+ABE/9QARf/KAEb/2gBH/8EASP/EAEn/4gBK/7cAS//vAB0ABv/xABv/+QAl/+4AMv+8ADP/7wA0/9wANf/zADb/6AA3//cAOP/hADn/5gA6//MAO//aADz/6QA9//MAPv/pAD//6wBA/+MAQf/3AEL/2gBD/+kARP/rAEX/1ABG/+kAR//JAEj/zABJ/7QASv+7AEv/5wAbAAb/9gAy/6YAM//9ADT/0wA1//oANv/+ADf//QA4/9UAOf/3ADr//wA7/7kAPP/6AD3//gA+//sAP//7AED/0ABB//oAQv/XAEP/+QBE/+IARf/zAEb/9wBH/+8ASP/vAEn/6gBK/+cAS//6ABwABv/7ACQAAgAy/9UAM//7ADT/7wA1//cANv/9ADf//wA4/+4AOf/7ADr//wA7/+sAPP/+AD3//gA+//0AP//6AED/7gBB//sAQv/sAEP/+wBE/+8ARf/7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ABX/3QAx//YAMv+5ADP/+AA0/+MANf/3ADb/+AA3//kAOP/iADn/+gA6//0AO//OADz//QA9//4APv/5AD///ABA/+YAQv/jAEP/9wBE/+YARf/vAEb//gBH/+cASP/vAEn/0QBK/+YAS//9ACgAB//2AAj/4gAJ/90ACv/sAAv/4gAM/+gADf/iAA7/9QAP/+gAEP/dABH/4AAS/+YAE//OABT/4gAV/90AJP/7ADH/9gAy/8EAM//vADT/3wA2//QAN//4ADj/4wA5/+kAOv/6ADv/0QA8/+YAPf/zAD7/6QA///EAQP/qAEL/3ABD/+gARP/fAEb/+ABH/7sASP+7AEn/rwBK/68AS//jACcACP/xAAn/7AAK//gADP/2AA7/9wAP//YAEP/xABH/5wAS/+cAE//xABT/7AAV/+UAMf/2ADL/6AAz//kANP/qADX/+wA2//oAN//7ADj/6wA5//cAOv//ADv/4wA8//sAPf/+AD7/+wA///oAQP/sAEH/+gBC/+MAQ//5AET/7wBF/+oARv/7AEf/4wBI/+wASf/jAEr/6gBL//4AJgAH//sACP/7AAn/5wAK//oADP/2AA7/9gAP//YAEP/xABH/8QAS//IAE//xABT/5wAV//EAMv/nADP/+wA0//EANf/9ADb//gA3//4AOP/uADn/+wA6//4AO//oAD0AAAA+//sAP//+AED/7wBB//4AQv/qAEP//wBE//EARf/3AEb/+wBH/+YASP/3AEn/2gBK/+QAS//7ACkAB//2AAj/9gAJ/90ACv/yAAz/8QAO//EAD//wABD/6gAR/+wAEv/mABP/9AAU/+wAFf/rABf/zgAx//YAMv/OADP/7wA0/+oANf/5ADb//gA3//0AOP/oADn/+QA6//0AO//YADz//gA9//8APv/6AD//+QBA/+4AQf/5AEL/4wBD//gARP/qAEX/+QBG//oAR//pAEj/6QBJ/9UASv/rAEv/+gAqAAf/sgAI/8kACf+wAAr/ugAL/7UADP+1AA3/3QAO/+QAD/+6ABD/sgAR/7UAEv+xABP/4gAU/6sAFf+mADH/lwAy/9oAM//jADT/qwA1/+IANv/iADf/4wA4/5oAOf/XADr/7gA7/7QAPP/kAD3/6wA+/+4AP//mAED/rQBB/+8AQv+qAEP/6gBE/74ARf/XAEb/2gBH/9AASP/SAEn/1QBK/80AS//qACsAB//nAAj/8QAJ/6YACv/sAAv/nAAM/90ADf+6AA7/9gAP/+IAEP/sABH/3QAS/9oAE//sABT/3QAV/8QAJP/+ADH/pgAy/+sAM//vADT/ygA1//0ANv/zADf/+wA4/9MAOf/vADr/+wA7/9gAPP/3AD3/9wA+//EAP//7AED/1QBB//cAQv/PAEP/8wBE/+YARf+7AEb/5wBH/7UASP/JAEn/2gBK/6UAS//zACkAB//2AAn/7AAK//kAC//sAAz/9gAO//oAD//2ABD/7AAR/+cAEv/vABP/9gAU//EAFf/sABcAAQAx/+YAMv/pADP/+QA0/+oANf/zADb/+wA3//oAOP/nADn/9wA6//4AO//uADz/+QA9//oAPv/7AD//+QBA/+8AQf/3AEL/6QBD//oARP/sAEX/8wBG//gAR//pAEj/6QBJ/+MASv/nAEv//QAqAAf/9gAI//sACf/sAAr/9wAL/+wADP/7AA7/+gAP//EAEP/2ABH/7AAS//EAE//2ABT/9gAV/+QAFwABADH/8QAy/+kAM//3ADT/6QA1//kANv/5ADf/+QA4/+8AOf/6ADr//gA7/+8APP/7AD3/+gA+//oAP//4AED/7wBB//sAQv/rAEP//QBE/+8ARf/3AEb/+gBH/+4ASP/rAEn/4QBK/+wAS//5ACsAB//xAAj/4gAJ/9gACv/sAAv/2AAM//YADf/iAA7/8QAP/90AEP/iABH/0wAS/+IAE//JABT/4gAV/94AJP/7ADH/3QAy/7QAM//pADT/4QA1/+wANv/vADf/6gA4/+IAOf/qADr/+gA7/9oAPP/pAD3/6wA+/+wAP//pAED/4QBB/+sAQv/cAEP/6wBE/+IARf/JAEb/7gBH/7wASP/BAEn/pgBK/7UAS//kACwAB//iAAj/5wAJ/+IACv/OAAv/2AAM/+cADf/nAA7/8AAP/90AEP+6ABH/xAAS/9cAE//XABT/2AAV/9gAG//3ACT/+wAx/+IAMv+gADP/6QA0/+MANf/mADb/7wA3/+sAOP/aADn/6AA6//YAO/+xADz/6wA9/+4APv/oAD//7wBA/9oAQf/oAEL/1wBD/+MARP/aAEX/2ABG/+cAR//PAEj/yQBJ/7kASv/BAEv/6AApAAf/8QAI/+wACf/OAAr/6gAL/84ADP/nAA3/2AAO//YAD//fABD/4gAR/9gAEv/lABP/5wAU/+IAFf/YADH/4gAy/+cAM//3ADT/2gA1//gANv/5ADf/+wA4/9wAOf/3ADr//gA7/+MAPP/3AD3//QA+//cAP//3AED/1QBC/9UAQ//9AET/6QBF/+EARv/pAEf/ugBI/8QASf/aAEr/wgBL//sAKwAH/8kACP/YAAn/xAAK/9MAC/+/AAz/yQAN/9gADv/nAA//xAAQ/7oAEf+1ABL/wQAT/9gAFP+6ABX/vwAk//sAMf+/ADL/2gAz/+gANP/KADX/6QA2/+kAN//oADj/xgA5/+QAOv/nADv/uQA8/+wAPf/uAD7/6QA//+cAQP/GAEH/7ABC/8kAQ//mAET/2ABF/84ARv/VAEf/wQBI/7wASf/GAEr/tABL/+8AKwAH//EACP/2AAn/yQAK/+oAC//TAAz/3QAN/+cADv/sAA//4gAQ/+IAEf/YABL/3wAT/90AFP/dABX/2AAk//sAMf/nADL/xgAz//MANP/iADX/7wA2/+4AN//3ADj/4wA5/+kAOv/vADv/1wA8/+4APf/zAD7/6gA//+0AQP/kAEH/9wBC/98AQ//qAET/5wBF/9AARv/vAEf/yQBI/9AASf/PAEr/xABL/+8AKQAH/+cACP/sAAn/5wAK/+kAC//dAAz/2AAO/+wAD//XABD/qwAR/8kAEv/AABP/9gAU/9MAFf/OADH/2AAy/7AAM//5ADT/2gA1//0ANv/6ADf//gA4/98AOf/3ADr//QA7/8YAPP/7AD3//gA+//gAP//4AED/1QBB//0AQv/VAEP/+ABE/+MARf/zAEb/+QBH/+4ASP/zAEn/4gBK/+cAS//zACkACP/2AAn/5wAK//QAC//sAAz/+wAN//4ADv/2AA//5QAQ/+wAEf/nABL/8wAT//EAFP/nABX/3QAx/+QAMv/KADP/+QA0/+wANf/6ADb/+gA3//sAOP/vADn/+gA6AAAAO//hADz//wA9//0APv/5AD///gBA/+wAQf/7AEL/7ABD//sARP/vAEX/9wBG//sAR//zAEj/6gBJ/+EASv/jAEv/+wArAAf/zgAI/84ACf/YAAr/ygAL/9gADP/JAA3/+wAO/9kAD//JABD/ogAR/7oAEv+5ABP/5wAU/8QAFf+9ACT/+wAx/7oAMv+FADP/+wA0/7sANf/qADb/6wA3/+wAOP++ADn/5gA6/+8AO/+iADz/6AA9/+oAPv/sAD//7wBA/8MAQf/mAEL/uwBD/+YARP/KAEX/6QBG/+8AR//jAEj/3wBJ/9MASv/hAEv/6wApAAf/zgAI/84ACf/TAAv/2AAM/84ADv/eAA//xAAQ/7AAEf/TABL/sQAT/+wAFP/FABX/yQAk//sAMf/JADL/lQAz//MANP/BADX/+QA2//MAN//3ADj/xgA5//sAOv/3ADv/pQA8/+8APf/+AD7/7gA//+oAQP/DAEH/7gBC/8QAQ//vAET/0ABF/+4ARv/uAEf/6QBI/+QASf/aAEr/5gBL//cAKgAH/8QACP/OAAn/pgAL/7oADP+rAA3/3QAO/+cAD/+5ABD/twAR/8QAEv+zABP/0wAU/7AAFf+cACT/+wAx/6EAMv/aADP/4wA0/7cANf/4ADb/4wA3//0AOP+3ADn/7gA6/+8AO/+7ADz/7gA9//EAPv/jAD//6ABA/7oAQf/zAEL/uQBD/+sARP/OAEX/3wBG/+EAR//aAEj/2ABJ/9gASv/MAEv/7gAsAAf/yQAI/84ACf/JAAr/wgAL/8kADP/JAA3//gAO/8kAD/+6ABD/jQAR/7oAEv+gABP/4gAU/7UAFf+6AB7/8QAk//sAMf+1ADL/lwAz/+8ANP+7ADX/5gA2/+4AN//uADj/uQA5/+gAOv/3ADv/hAA8/+8APf/sAD7/7AA//+oAQP+6AEH/7ABC/7kAQ//pAET/ygBF/+8ARv/vAEf/6ABI/+kASf/fAEr/5ABL//EAJgAH//YACf/iAAr/7AAL/+cADP/iAA3//wAO//UAD//nABD/7AAR/+IAEv/gABP/7AAU/90AFf/TADH/4gAy/+sAM//+ADT/6AA1//4ANgAEADf//wA4/9wAOf/6ADv/5gA8//8APf//AD///QBA/+MAQf//AEMAAABE/+8ARf/4AEb/+wBH//cASP/rAEn/6QBK/+kAS//9AAIAAQAGAEsAAAAAAAAAAQAAAADUGBYRAAAAANmXsTQAAAAA2ZexNA==", et = (r) => Mr("http://www.w3.org/2000/svg", r), Ms = (r, t) => {
|
|
9416
9429
|
const e = et("rect");
|
|
@@ -9444,7 +9457,7 @@ function Rs(r, t, e, a) {
|
|
|
9444
9457
|
const n = e / r, i = a / t;
|
|
9445
9458
|
return n > 1 && i > 1 ? Math.min(n, i) : n > 1 && i < 1 ? i : n < 1 && i > 1 ? n : Math.min(n, i);
|
|
9446
9459
|
}
|
|
9447
|
-
const
|
|
9460
|
+
const Ha = {
|
|
9448
9461
|
m: ["x", "y"],
|
|
9449
9462
|
z: [],
|
|
9450
9463
|
l: ["x", "y"],
|
|
@@ -9474,7 +9487,7 @@ class Os {
|
|
|
9474
9487
|
const n = (i) => {
|
|
9475
9488
|
const s = [], o = i.relative ? i.type : i.type.toUpperCase();
|
|
9476
9489
|
let l = e !== o;
|
|
9477
|
-
const c =
|
|
9490
|
+
const c = Ha[i.type];
|
|
9478
9491
|
l && (s.push(o), e = o);
|
|
9479
9492
|
for (const d of c) {
|
|
9480
9493
|
const A = i[d];
|
|
@@ -9487,7 +9500,7 @@ class Os {
|
|
|
9487
9500
|
u = (A * 100 | 0) / 100;
|
|
9488
9501
|
break;
|
|
9489
9502
|
default:
|
|
9490
|
-
throw new
|
|
9503
|
+
throw new xt("Failed to encode path.");
|
|
9491
9504
|
}
|
|
9492
9505
|
l || s.push(" "), s.push(u), l = !1;
|
|
9493
9506
|
}
|
|
@@ -9499,14 +9512,14 @@ class Os {
|
|
|
9499
9512
|
const e = /([mzlhvcsqta])([^mzlhvcsqta]*)/gi, a = /-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/gi, n = [];
|
|
9500
9513
|
let i;
|
|
9501
9514
|
for (e.lastIndex = 0; i = e.exec(t); ) {
|
|
9502
|
-
const s = i[1].toLowerCase(), o = (i[2].match(a) || []).map(parseFloat), l = s === i[1], c =
|
|
9515
|
+
const s = i[1].toLowerCase(), o = (i[2].match(a) || []).map(parseFloat), l = s === i[1], c = Ha[s];
|
|
9503
9516
|
if (o.length < c.length)
|
|
9504
|
-
throw new
|
|
9517
|
+
throw new xt(
|
|
9505
9518
|
`Path type "${s}" given ${o.length} arguments, expected ${c.length}.`
|
|
9506
9519
|
);
|
|
9507
9520
|
if (c.length > 0) {
|
|
9508
9521
|
if (o.length % c.length !== 0)
|
|
9509
|
-
throw new
|
|
9522
|
+
throw new xt(
|
|
9510
9523
|
`Path type "${s}" given ${o.length} arguments, not divisible by ${c.length}`
|
|
9511
9524
|
);
|
|
9512
9525
|
for (let d = 0; d < o.length / c.length; d++) {
|
|
@@ -9531,7 +9544,7 @@ class Os {
|
|
|
9531
9544
|
if (o in i && l in i) {
|
|
9532
9545
|
const c = [i[o], i[l]], d = e(c);
|
|
9533
9546
|
if (d.length < 2)
|
|
9534
|
-
throw new
|
|
9547
|
+
throw new xt("Transformer must return at least 2 points.");
|
|
9535
9548
|
i[o] = d[0], i[l] = d[1];
|
|
9536
9549
|
}
|
|
9537
9550
|
}
|
|
@@ -9554,7 +9567,7 @@ class Os {
|
|
|
9554
9567
|
}
|
|
9555
9568
|
}
|
|
9556
9569
|
}
|
|
9557
|
-
class $s extends
|
|
9570
|
+
class $s extends Fs {
|
|
9558
9571
|
constructor() {
|
|
9559
9572
|
super(...arguments), this.moduleName = "Vegemite";
|
|
9560
9573
|
}
|
|
@@ -9623,7 +9636,7 @@ const ne = v`
|
|
|
9623
9636
|
}
|
|
9624
9637
|
}
|
|
9625
9638
|
}
|
|
9626
|
-
`,
|
|
9639
|
+
`, Ls = v`
|
|
9627
9640
|
${ne}
|
|
9628
9641
|
mutation CreateGlobalPropertyState($bundleId: String!) {
|
|
9629
9642
|
globalPropertyStateCreate(bundleId: $bundleId) {
|
|
@@ -9633,7 +9646,7 @@ const ne = v`
|
|
|
9633
9646
|
}
|
|
9634
9647
|
}
|
|
9635
9648
|
}
|
|
9636
|
-
`,
|
|
9649
|
+
`, Us = v`
|
|
9637
9650
|
${ne}
|
|
9638
9651
|
mutation UpdateGlobalPropertyState($id: String!, $aspects: [GlobalPropertyStateAspectInput]!) {
|
|
9639
9652
|
globalPropertyStateUpdate(id: $id, aspects: $aspects) {
|
|
@@ -9660,7 +9673,7 @@ const ne = v`
|
|
|
9660
9673
|
variables: {
|
|
9661
9674
|
bundleId: r
|
|
9662
9675
|
}
|
|
9663
|
-
})).data.globalPropertyState,
|
|
9676
|
+
})).data.globalPropertyState, Gs = v`
|
|
9664
9677
|
${Te}
|
|
9665
9678
|
fragment ProductFields on Product {
|
|
9666
9679
|
id
|
|
@@ -9706,7 +9719,7 @@ const ne = v`
|
|
|
9706
9719
|
}
|
|
9707
9720
|
}
|
|
9708
9721
|
`, Ba = v`
|
|
9709
|
-
${
|
|
9722
|
+
${Gs}
|
|
9710
9723
|
fragment ProductCollectionProductFields on ProductCollectionProduct {
|
|
9711
9724
|
id
|
|
9712
9725
|
productId
|
|
@@ -9773,7 +9786,7 @@ const ne = v`
|
|
|
9773
9786
|
}
|
|
9774
9787
|
}
|
|
9775
9788
|
}
|
|
9776
|
-
`,
|
|
9789
|
+
`, zs = (r) => v`
|
|
9777
9790
|
${ne}
|
|
9778
9791
|
${re(r)}
|
|
9779
9792
|
query GetBundle($id: String!) {
|
|
@@ -9901,7 +9914,7 @@ const ne = v`
|
|
|
9901
9914
|
}
|
|
9902
9915
|
}
|
|
9903
9916
|
}
|
|
9904
|
-
`,
|
|
9917
|
+
`, qs = v`
|
|
9905
9918
|
query GetProductCollectionForFilteredProducts(
|
|
9906
9919
|
$id: String!
|
|
9907
9920
|
$filters: ProductCollectionProductFilterInput
|
|
@@ -9924,7 +9937,7 @@ const ne = v`
|
|
|
9924
9937
|
}
|
|
9925
9938
|
}
|
|
9926
9939
|
}
|
|
9927
|
-
`,
|
|
9940
|
+
`, Hs = v`
|
|
9928
9941
|
${Ba}
|
|
9929
9942
|
query GetProductCollectionForProductsFeed(
|
|
9930
9943
|
$id: String!
|
|
@@ -10274,7 +10287,7 @@ const ne = v`
|
|
|
10274
10287
|
`;
|
|
10275
10288
|
var Re = /* @__PURE__ */ ((r) => (r.Error = "Error", r.Warning = "Warning", r.Info = "Info", r))(Re || {});
|
|
10276
10289
|
const fo = 1e3;
|
|
10277
|
-
class Ja extends
|
|
10290
|
+
class Ja extends Fn {
|
|
10278
10291
|
constructor(t) {
|
|
10279
10292
|
super(), this.createdAt = /* @__PURE__ */ new Date(), this.update = t;
|
|
10280
10293
|
}
|
|
@@ -10291,12 +10304,14 @@ class Co {
|
|
|
10291
10304
|
var w;
|
|
10292
10305
|
this.workflowStatePromiseQueue = new kn(1), this.initialized = !1, this.readOnly = !1, this.isReloadedTransaction = !1, this.singleVariantsRenderable = !1, this.stepTags = {}, this.renderLayouts = () => {
|
|
10293
10306
|
var E;
|
|
10294
|
-
if (!this.previewService)
|
|
10307
|
+
if (console.log("LOG: rendering layouts"), !this.previewService)
|
|
10295
10308
|
return;
|
|
10296
10309
|
const S = this.getCommandContext().getAllLayouts(), y = (E = this.getLayoutPreviewService()) == null ? void 0 : E.getAll();
|
|
10297
|
-
if (y)
|
|
10310
|
+
if (y) {
|
|
10311
|
+
console.log(`LOG: ${y.size} layouts to render`);
|
|
10298
10312
|
for (const [, b] of y)
|
|
10299
10313
|
b.render(S);
|
|
10314
|
+
}
|
|
10300
10315
|
}, this.experience = t, this.client = e, this.updateTransaction = o, this.graphQlClient = l, this.commandContext = s, this.reloadedState = h, this.transaction = c, this.readOnly = m, this.singleVariantsRenderable = f, this.confirmedDesign = !1, this.editedSteps = {}, this.informationResults = [], this.mandatorySteps = {}, this.pendingUpdates = [], this.selectionCost = 0, this.workflow = a, this.stepSpecificServices = {}, this.profanityFilter = n, this.pollers = [], this.allScenes = [], this.layouts = i, this.product = d, this.previewService = A, this.modelContainer = g, this.stepElements = {}, this.stepInitialised = {}, this.stepMetadata = {}, this.stepSelections = {}, this.storage = {}, this.validationErrors = { steps: /* @__PURE__ */ new Map() }, this.confirmCallbacks = [], this.editedCallbacks = [], this.elementsCallbacks = [], this.informationResultCallbacks = [], this.initCallbacks = [], this.mandatoryCallbacks = [], this.makingAdjustmentsCallback = [], this.metadataCallbacks = [], this.selectionCallbacks = [], this.stepSpecificStorageCallbacks = {}, this.storageCallbacks = [], this.validationCallbacks = [], this.recipientCallbacks = [], this.currentAdjustingStepId = "", this.renderableContextService = u, (w = this.renderableContextService) == null || w.setWorkflowManager(this), this.isReloadedTransaction = p, this.workflow.steps.forEach((S) => {
|
|
10301
10316
|
this.stepTags[S.stepName] = S.tags ?? [];
|
|
10302
10317
|
}), C && (this.workflowStatePromiseQueue.enabled = !1), this.initializationPromise = this.initializeDefaultWorkflowState(a), this.initializationPromise.then(() => {
|
|
@@ -10401,7 +10416,7 @@ class Co {
|
|
|
10401
10416
|
};
|
|
10402
10417
|
this.reloadedState && this.reloadedState.serializableWorkflow.steps.forEach((o) => {
|
|
10403
10418
|
this.storage[o.stepName] = o.storage || {};
|
|
10404
|
-
}), this.allScenes = await
|
|
10419
|
+
}), this.allScenes = await zi(t);
|
|
10405
10420
|
const n = Dt(this.allScenes, this.stepSelections).map((o) => o.silentSteps).flat(), { stepElements: i, commands: s } = await this.stepElementsForIntroducedSilentSteps(n, !!this.reloadedState);
|
|
10406
10421
|
this.commandContext.apply(new $(s), !0), this.stepElements = { ...this.stepElements, ...i }, await this.ensureStepsAreLoaded(), !this.isReloadedTransaction && this.updateStateWithServer(), this.renderLayouts(), this.reloadedState && e();
|
|
10407
10422
|
}
|
|
@@ -10770,10 +10785,10 @@ class Co {
|
|
|
10770
10785
|
return Promise.resolve({ stepElements: {}, commands: [] });
|
|
10771
10786
|
const n = async (c, d, A) => {
|
|
10772
10787
|
if (c.type === P.SilentIllustration) {
|
|
10773
|
-
const u = await new
|
|
10788
|
+
const u = await new qa(c, d).trigger();
|
|
10774
10789
|
return { step: c, results: u };
|
|
10775
10790
|
} else if (c.type === P.ProductOverlay) {
|
|
10776
|
-
const u = await new
|
|
10791
|
+
const u = await new qa(
|
|
10777
10792
|
c,
|
|
10778
10793
|
d,
|
|
10779
10794
|
A
|
|
@@ -10902,12 +10917,13 @@ class Co {
|
|
|
10902
10917
|
}
|
|
10903
10918
|
async ensureStepsAreLoaded() {
|
|
10904
10919
|
const e = Dt(this.allScenes, this.stepSelections).map((l) => l.renderableSteps), a = [], n = e.flat();
|
|
10920
|
+
console.log("LOG: ensuring steps are loaded");
|
|
10905
10921
|
for (const l of n)
|
|
10906
10922
|
if (!this.stepInitialised[l.stepName])
|
|
10907
10923
|
switch (this.stepInitialised[l.stepName] = !0, l.type) {
|
|
10908
10924
|
case P.DigitalContent:
|
|
10909
10925
|
a.push(
|
|
10910
|
-
|
|
10926
|
+
zn.init(
|
|
10911
10927
|
l,
|
|
10912
10928
|
this,
|
|
10913
10929
|
this.reloadedState
|
|
@@ -10934,12 +10950,12 @@ class Co {
|
|
|
10934
10950
|
this.stepSpecificServices[l.stepName] = {
|
|
10935
10951
|
module: await Jn(l.data.module)
|
|
10936
10952
|
}, a.push(
|
|
10937
|
-
|
|
10953
|
+
qn.init(l, this, this.reloadedState)
|
|
10938
10954
|
);
|
|
10939
10955
|
break;
|
|
10940
10956
|
case P.Picture:
|
|
10941
10957
|
a.push(
|
|
10942
|
-
|
|
10958
|
+
Hn.init(l, this, this.reloadedState)
|
|
10943
10959
|
);
|
|
10944
10960
|
break;
|
|
10945
10961
|
case P.Question:
|
|
@@ -10948,10 +10964,10 @@ class Co {
|
|
|
10948
10964
|
);
|
|
10949
10965
|
break;
|
|
10950
10966
|
case P.Shape:
|
|
10951
|
-
a.push(
|
|
10967
|
+
a.push(Gt.init(l, this, this.reloadedState));
|
|
10952
10968
|
break;
|
|
10953
10969
|
case P.Text:
|
|
10954
|
-
a.push(
|
|
10970
|
+
a.push(W.init(l, this, this.reloadedState));
|
|
10955
10971
|
break;
|
|
10956
10972
|
}
|
|
10957
10973
|
const i = (await Promise.allSettled(a)).map((l) => {
|
|
@@ -11011,7 +11027,7 @@ class Co {
|
|
|
11011
11027
|
this.validationCallbacks.forEach((t) => t(this.validationErrors));
|
|
11012
11028
|
}
|
|
11013
11029
|
traversableScenes() {
|
|
11014
|
-
return
|
|
11030
|
+
return qi(this.allScenes, this.stepSelections, this.singleVariantsRenderable);
|
|
11015
11031
|
}
|
|
11016
11032
|
}
|
|
11017
11033
|
class st {
|
|
@@ -11258,7 +11274,7 @@ class wo extends it {
|
|
|
11258
11274
|
const t = this.manager.getRegionElements(this.step.stepName) || [];
|
|
11259
11275
|
if (t.length === 0)
|
|
11260
11276
|
return;
|
|
11261
|
-
const a =
|
|
11277
|
+
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) || [];
|
|
11262
11278
|
if (s.length !== 0) {
|
|
11263
11279
|
const l = {};
|
|
11264
11280
|
return s.forEach((c) => {
|
|
@@ -11344,7 +11360,7 @@ class vo extends it {
|
|
|
11344
11360
|
* @returns A promise that can be awaited to ensure the new image asset has been updated on the design.
|
|
11345
11361
|
*/
|
|
11346
11362
|
selectVariant(t) {
|
|
11347
|
-
return
|
|
11363
|
+
return Hn.selectVariant(
|
|
11348
11364
|
this.step,
|
|
11349
11365
|
t.getResource(),
|
|
11350
11366
|
this.manager,
|
|
@@ -11375,7 +11391,7 @@ class bo extends it {
|
|
|
11375
11391
|
}
|
|
11376
11392
|
selectVariant(t) {
|
|
11377
11393
|
const e = t.getResource();
|
|
11378
|
-
return
|
|
11394
|
+
return Gt.selectVariant(
|
|
11379
11395
|
this.step,
|
|
11380
11396
|
{
|
|
11381
11397
|
fill: e.color,
|
|
@@ -11393,7 +11409,7 @@ class bo extends it {
|
|
|
11393
11409
|
* @deprecated The shape step can now pass through colors returned by getColors via selectVariant. Please swap setColor for selectVariant.
|
|
11394
11410
|
*/
|
|
11395
11411
|
setColor(t) {
|
|
11396
|
-
return
|
|
11412
|
+
return Gt.selectVariant(
|
|
11397
11413
|
this.step,
|
|
11398
11414
|
t,
|
|
11399
11415
|
this.manager.getRegionElements(this.step.stepName) || [],
|
|
@@ -11405,7 +11421,7 @@ class bo extends it {
|
|
|
11405
11421
|
* @returns A list of color definitions that are currently applied to the illustration.
|
|
11406
11422
|
*/
|
|
11407
11423
|
getColors() {
|
|
11408
|
-
return
|
|
11424
|
+
return Gt.availableColours(this.step);
|
|
11409
11425
|
}
|
|
11410
11426
|
/**
|
|
11411
11427
|
* Allows for setting a custom color when the custom variant is selected. Will
|
|
@@ -11413,7 +11429,7 @@ class bo extends it {
|
|
|
11413
11429
|
*/
|
|
11414
11430
|
setCustomColor(t) {
|
|
11415
11431
|
var e, a;
|
|
11416
|
-
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()}`),
|
|
11432
|
+
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);
|
|
11417
11433
|
}
|
|
11418
11434
|
getCustomColor() {
|
|
11419
11435
|
var e, a, n;
|
|
@@ -11433,7 +11449,7 @@ class Bo extends it {
|
|
|
11433
11449
|
* @param variant The font variant to use.
|
|
11434
11450
|
*/
|
|
11435
11451
|
async selectVariant(t) {
|
|
11436
|
-
|
|
11452
|
+
W.selectVariant(
|
|
11437
11453
|
this.step,
|
|
11438
11454
|
t.getResource(),
|
|
11439
11455
|
this.manager,
|
|
@@ -11460,7 +11476,7 @@ class Bo extends it {
|
|
|
11460
11476
|
* @returns A list of colors that can be used to fill the text.
|
|
11461
11477
|
*/
|
|
11462
11478
|
getAvailableFillColors() {
|
|
11463
|
-
return this.step.data.colorPickerEnabled ?
|
|
11479
|
+
return this.step.data.colorPickerEnabled ? W.availableFillColors(this.step) : [];
|
|
11464
11480
|
}
|
|
11465
11481
|
/**
|
|
11466
11482
|
* Changes the fill of text related to this step to the new fill value.
|
|
@@ -11468,7 +11484,7 @@ class Bo extends it {
|
|
|
11468
11484
|
*/
|
|
11469
11485
|
async setFillColor(t) {
|
|
11470
11486
|
const e = this.manager.getRegionElements(this.step.stepName);
|
|
11471
|
-
await
|
|
11487
|
+
await W.changeFillColor(this.step, t, e, this.manager);
|
|
11472
11488
|
}
|
|
11473
11489
|
/**
|
|
11474
11490
|
* Gets the color currently applied to the element.
|
|
@@ -11478,23 +11494,23 @@ class Bo extends it {
|
|
|
11478
11494
|
return ((t = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : t.color) || "#000000";
|
|
11479
11495
|
}
|
|
11480
11496
|
getAvailableFillImages() {
|
|
11481
|
-
return
|
|
11497
|
+
return W.availableFillImages(this.step);
|
|
11482
11498
|
}
|
|
11483
11499
|
async setFillImage(t) {
|
|
11484
11500
|
const e = this.manager.getRegionElements(this.step.stepName);
|
|
11485
|
-
await
|
|
11501
|
+
await W.changeFillImage(this.step, t, e, this.manager);
|
|
11486
11502
|
}
|
|
11487
11503
|
getFillImage() {
|
|
11488
11504
|
var t;
|
|
11489
11505
|
return (t = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : t.fillImage;
|
|
11490
11506
|
}
|
|
11491
11507
|
getAlignment() {
|
|
11492
|
-
const t =
|
|
11508
|
+
const t = W.findLayoutElements(this.manager, this.step);
|
|
11493
11509
|
return t == null ? void 0 : t[0].align;
|
|
11494
11510
|
}
|
|
11495
11511
|
setAlignment(t) {
|
|
11496
11512
|
const e = this.manager.getRegionElements(this.step.stepName);
|
|
11497
|
-
|
|
11513
|
+
W.changeAlignment(this.step, t, e, this.manager);
|
|
11498
11514
|
}
|
|
11499
11515
|
/**
|
|
11500
11516
|
* When true & the step has replaceable text configured the user will be
|
|
@@ -11519,21 +11535,21 @@ class Bo extends it {
|
|
|
11519
11535
|
const e = {
|
|
11520
11536
|
input: t,
|
|
11521
11537
|
helperData: {}
|
|
11522
|
-
}, a =
|
|
11538
|
+
}, a = W.findLayoutElements(this.manager, this.step), n = W.filterUnsupportedCharacters(t, (d = a[0]) == null ? void 0 : d.fontData), i = !!this.step.data && !!this.step.data.maxLength && n.length > this.step.data.maxLength;
|
|
11523
11539
|
i || (e.input = n);
|
|
11524
11540
|
const s = a.length <= 0, o = s ? { inputText: n, text: n } : { inputText: n };
|
|
11525
11541
|
this.manager.updateStorage(this.step.stepName, o);
|
|
11526
|
-
const l = this.manager.getStepStorage(this.step.stepName), c =
|
|
11542
|
+
const l = this.manager.getStepStorage(this.step.stepName), c = W.getProcessedInput(
|
|
11527
11543
|
n,
|
|
11528
11544
|
this.step.data,
|
|
11529
11545
|
(l == null ? void 0 : l.customiseAllText) ?? !1
|
|
11530
11546
|
);
|
|
11531
|
-
if (s)
|
|
11547
|
+
if (console.log(`LOG: setting text to ${a.length} regions`), s)
|
|
11532
11548
|
i || this.manager.updateMetadata(this.step.stepName, {
|
|
11533
11549
|
text: c
|
|
11534
11550
|
});
|
|
11535
11551
|
else {
|
|
11536
|
-
const { command: A, errorData: u, helperData: h } =
|
|
11552
|
+
const { command: A, errorData: u, helperData: h } = W.updateInputText(
|
|
11537
11553
|
n,
|
|
11538
11554
|
a,
|
|
11539
11555
|
this.step,
|
|
@@ -11572,8 +11588,8 @@ class Bo extends it {
|
|
|
11572
11588
|
if (!(t != null && t.defaultCleared) && this.step.data.deleteDefaultOnFocus) {
|
|
11573
11589
|
const e = this.setText("");
|
|
11574
11590
|
this.manager.updateStorage(this.step.stepName, { defaultCleared: !0, inputText: "" });
|
|
11575
|
-
const a =
|
|
11576
|
-
return
|
|
11591
|
+
const a = W.findLayoutElements(this.manager, this.step);
|
|
11592
|
+
return W.updateInputText("", a, this.step, this.manager), e;
|
|
11577
11593
|
}
|
|
11578
11594
|
}
|
|
11579
11595
|
hasColorPicker() {
|
|
@@ -11610,7 +11626,7 @@ class Bo extends it {
|
|
|
11610
11626
|
* @returns A list of colors that can be used for the text's outline.
|
|
11611
11627
|
*/
|
|
11612
11628
|
getAvailableStrokeColors() {
|
|
11613
|
-
return this.step.data.strokeEnabled ?
|
|
11629
|
+
return this.step.data.strokeEnabled ? W.availableStrokeColors(this.step) : [];
|
|
11614
11630
|
}
|
|
11615
11631
|
getStrokeColor() {
|
|
11616
11632
|
var t, e;
|
|
@@ -11622,7 +11638,7 @@ class Bo extends it {
|
|
|
11622
11638
|
*/
|
|
11623
11639
|
async setStrokeColor(t) {
|
|
11624
11640
|
const e = this.manager.getRegionElements(this.step.stepName);
|
|
11625
|
-
await
|
|
11641
|
+
await W.changeStrokeColor(this.step, t, e, this.manager);
|
|
11626
11642
|
}
|
|
11627
11643
|
}
|
|
11628
11644
|
class Io extends it {
|
|
@@ -11657,7 +11673,7 @@ class Po extends it {
|
|
|
11657
11673
|
* @returns The final URL string for the QR code.
|
|
11658
11674
|
*/
|
|
11659
11675
|
async selectVideo(t) {
|
|
11660
|
-
return
|
|
11676
|
+
return zn.regenerateQRCode(
|
|
11661
11677
|
this.manager.getRegionElements(this.step.stepName),
|
|
11662
11678
|
t.key,
|
|
11663
11679
|
this.manager,
|
|
@@ -11695,7 +11711,7 @@ class Do extends it {
|
|
|
11695
11711
|
return ((t = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : t.text) || "";
|
|
11696
11712
|
}
|
|
11697
11713
|
setText(t) {
|
|
11698
|
-
|
|
11714
|
+
qn.changeText(this.step, t, this.manager, (e) => {
|
|
11699
11715
|
if (e) {
|
|
11700
11716
|
const a = [
|
|
11701
11717
|
...this.manager.getInformationResults(),
|
|
@@ -11768,7 +11784,7 @@ const _n = v`
|
|
|
11768
11784
|
externalProductVariantId
|
|
11769
11785
|
}
|
|
11770
11786
|
}
|
|
11771
|
-
`,
|
|
11787
|
+
`, xo = v`
|
|
11772
11788
|
${_n}
|
|
11773
11789
|
mutation CreateDesign(
|
|
11774
11790
|
$name: String!
|
|
@@ -11800,7 +11816,7 @@ const _n = v`
|
|
|
11800
11816
|
}
|
|
11801
11817
|
}
|
|
11802
11818
|
}
|
|
11803
|
-
`,
|
|
11819
|
+
`, Fo = v`
|
|
11804
11820
|
${_n}
|
|
11805
11821
|
mutation CreateDesigns($inputs: [DesignCreateInput]!) {
|
|
11806
11822
|
designCreateMany(inputs: $inputs) {
|
|
@@ -11833,7 +11849,7 @@ const ko = async (r, t) => {
|
|
|
11833
11849
|
c && !Wt(c) && (e.Authorization = `Bearer ${c}`);
|
|
11834
11850
|
}
|
|
11835
11851
|
return (i = (await B.getShadowGraphqlClient().mutate({
|
|
11836
|
-
mutation:
|
|
11852
|
+
mutation: xo,
|
|
11837
11853
|
errorPolicy: "all",
|
|
11838
11854
|
fetchPolicy: "no-cache",
|
|
11839
11855
|
variables: {
|
|
@@ -11864,7 +11880,7 @@ const ko = async (r, t) => {
|
|
|
11864
11880
|
c && !Wt(c) && (e.Authorization = `Bearer ${c}`);
|
|
11865
11881
|
}
|
|
11866
11882
|
return (i = (await B.getShadowGraphqlClient().mutate({
|
|
11867
|
-
mutation:
|
|
11883
|
+
mutation: Fo,
|
|
11868
11884
|
errorPolicy: "all",
|
|
11869
11885
|
fetchPolicy: "no-cache",
|
|
11870
11886
|
variables: {
|
|
@@ -11970,13 +11986,13 @@ const ko = async (r, t) => {
|
|
|
11970
11986
|
if (c !== void 0)
|
|
11971
11987
|
return c;
|
|
11972
11988
|
await r.outstandingRequestsPromise();
|
|
11973
|
-
const
|
|
11989
|
+
const x = (N.getMap("transactionOwnerIds") || /* @__PURE__ */ new Map()).get(n.id), T = await B.getShadowGraphqlClient().query({
|
|
11974
11990
|
query: Dn,
|
|
11975
11991
|
variables: { ids: [n.id] },
|
|
11976
11992
|
fetchPolicy: "no-cache",
|
|
11977
11993
|
errorPolicy: "all",
|
|
11978
11994
|
context: {
|
|
11979
|
-
transactionOwnerId:
|
|
11995
|
+
transactionOwnerId: x
|
|
11980
11996
|
}
|
|
11981
11997
|
}), nt = (R = T.data) == null ? void 0 : R.transactions[0].workflowState;
|
|
11982
11998
|
return T.errors ? (T.errors.forEach((tt) => {
|
|
@@ -11984,43 +12000,43 @@ const ko = async (r, t) => {
|
|
|
11984
12000
|
}), null) : nt ?? null;
|
|
11985
12001
|
})() || (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"));
|
|
11986
12002
|
const u = r.getPreviewService(), h = (I = t == null ? void 0 : t.finalizeStepConfig) == null ? void 0 : I.lookAtAnimation, m = u && t.showModelOnFinishStep && !!h, g = l && ca(l, t, !0), p = l && ca(l, t, !1), f = async (D) => {
|
|
11987
|
-
const
|
|
12003
|
+
const x = {};
|
|
11988
12004
|
let k = 0;
|
|
11989
12005
|
if (Object.keys(i).length > 0)
|
|
11990
12006
|
for (const T of Object.keys(i)) {
|
|
11991
12007
|
const nt = i[T], R = t.steps.find((tt) => tt.stepName === T);
|
|
11992
12008
|
for (let tt = 0; tt < nt.selections.length; ++tt) {
|
|
11993
|
-
const
|
|
12009
|
+
const q = nt.selections[tt];
|
|
11994
12010
|
if (R && (!D || R.option && (R.option.variants || []).length > 1 && !R.data.hideSelectionInCart && !R.data.hideSelectionsInCart)) {
|
|
11995
12011
|
const ft = R.stepTitle;
|
|
11996
|
-
|
|
11997
|
-
id:
|
|
11998
|
-
name:
|
|
11999
|
-
priceModifier:
|
|
12000
|
-
}) :
|
|
12012
|
+
x[ft] ? x[ft].push({
|
|
12013
|
+
id: q.id || "",
|
|
12014
|
+
name: q.name,
|
|
12015
|
+
priceModifier: q.priceModifier
|
|
12016
|
+
}) : x[ft] = [
|
|
12001
12017
|
{
|
|
12002
|
-
id:
|
|
12003
|
-
name:
|
|
12004
|
-
priceModifier:
|
|
12018
|
+
id: q.id || "",
|
|
12019
|
+
name: q.name,
|
|
12020
|
+
priceModifier: q.priceModifier
|
|
12005
12021
|
}
|
|
12006
12022
|
];
|
|
12007
12023
|
}
|
|
12008
|
-
k +=
|
|
12024
|
+
k += q.priceModifier;
|
|
12009
12025
|
}
|
|
12010
12026
|
}
|
|
12011
|
-
return [
|
|
12027
|
+
return [x, k];
|
|
12012
12028
|
}, [C] = await f(!0), w = Object.fromEntries(
|
|
12013
|
-
Object.keys(C).map((D) => [D, C[D].map((
|
|
12029
|
+
Object.keys(C).map((D) => [D, C[D].map((x) => x.id)])
|
|
12014
12030
|
), [S] = await f(!1), y = Object.fromEntries(
|
|
12015
12031
|
Object.keys(S).map((D) => [
|
|
12016
12032
|
D,
|
|
12017
|
-
S[D].map((
|
|
12033
|
+
S[D].map((x) => x.id)
|
|
12018
12034
|
])
|
|
12019
12035
|
);
|
|
12020
12036
|
let E = await o(m, n.id);
|
|
12021
12037
|
if (E) {
|
|
12022
12038
|
const D = await (await rt(E)).blob();
|
|
12023
|
-
E = (await
|
|
12039
|
+
E = (await L.uploadAsset(
|
|
12024
12040
|
{ name: `${n.id}-preview-image.png`, blob: D },
|
|
12025
12041
|
Ce.Image,
|
|
12026
12042
|
!0,
|
|
@@ -12031,9 +12047,9 @@ const ko = async (r, t) => {
|
|
|
12031
12047
|
designDetails: (() => {
|
|
12032
12048
|
const D = {
|
|
12033
12049
|
name: s,
|
|
12034
|
-
layouts: e.map((
|
|
12035
|
-
index:
|
|
12036
|
-
panelId:
|
|
12050
|
+
layouts: e.map((x) => ({
|
|
12051
|
+
index: x.index,
|
|
12052
|
+
panelId: x.panelId
|
|
12037
12053
|
})),
|
|
12038
12054
|
workflowId: t.id,
|
|
12039
12055
|
transactionId: n.id,
|
|
@@ -12041,16 +12057,16 @@ const ko = async (r, t) => {
|
|
|
12041
12057
|
previewImage: E
|
|
12042
12058
|
};
|
|
12043
12059
|
if (p) {
|
|
12044
|
-
const
|
|
12060
|
+
const x = [];
|
|
12045
12061
|
for (const [k, T] of Object.entries(p))
|
|
12046
|
-
|
|
12047
|
-
D.metadata =
|
|
12062
|
+
x.push({ key: k, value: T });
|
|
12063
|
+
D.metadata = x;
|
|
12048
12064
|
}
|
|
12049
12065
|
if (w) {
|
|
12050
|
-
const
|
|
12066
|
+
const x = [];
|
|
12051
12067
|
for (const [k, T] of Object.entries(y))
|
|
12052
|
-
|
|
12053
|
-
D.selectedVariants =
|
|
12068
|
+
x.push({ key: k, ids: T });
|
|
12069
|
+
D.selectedVariants = x;
|
|
12054
12070
|
}
|
|
12055
12071
|
return D;
|
|
12056
12072
|
})(),
|
|
@@ -12240,14 +12256,14 @@ const Ye = new Ro(), Oo = v`
|
|
|
12240
12256
|
id
|
|
12241
12257
|
}
|
|
12242
12258
|
}
|
|
12243
|
-
`,
|
|
12259
|
+
`, Lo = v`
|
|
12244
12260
|
mutation AddOrganizationToTransaction($transactionId: String!, $organizationName: String!) {
|
|
12245
12261
|
organizationAttachToTransaction(transactionId: $transactionId, organizationName: $organizationName) {
|
|
12246
12262
|
id
|
|
12247
12263
|
}
|
|
12248
12264
|
}
|
|
12249
12265
|
`;
|
|
12250
|
-
var
|
|
12266
|
+
var Uo = /* @__PURE__ */ ((r) => (r.QuantityChanged = "QuantityChanged", r.PriceBreakChanged = "PriceBreakChanged", r))(Uo || {});
|
|
12251
12267
|
class Vo {
|
|
12252
12268
|
constructor(t, e) {
|
|
12253
12269
|
var n;
|
|
@@ -12325,7 +12341,7 @@ class Vo {
|
|
|
12325
12341
|
}
|
|
12326
12342
|
async attachOrganization(t) {
|
|
12327
12343
|
await this.graphQlClient().mutate({
|
|
12328
|
-
mutation:
|
|
12344
|
+
mutation: Lo,
|
|
12329
12345
|
variables: {
|
|
12330
12346
|
transactionId: this.getWorkflowManager().getTransaction().id,
|
|
12331
12347
|
organizationName: t
|
|
@@ -12375,10 +12391,10 @@ class Vo {
|
|
|
12375
12391
|
height: d.layoutState.layout.height
|
|
12376
12392
|
}, u = this.commandContext.getLayoutById(d.layoutState.layout.id), h = s.getContext("2d");
|
|
12377
12393
|
if (!h)
|
|
12378
|
-
throw new
|
|
12394
|
+
throw new xe("Failed to obtain 2D context for preview image creation");
|
|
12379
12395
|
const m = Sa(u.layoutState.layout, u.layoutState.elements, {
|
|
12380
12396
|
renderingConfiguration: {
|
|
12381
|
-
purpose:
|
|
12397
|
+
purpose: qt.Print,
|
|
12382
12398
|
region: { left: A.x, top: A.y, width: A.width, height: A.height },
|
|
12383
12399
|
templatingContext: this.workflowManager.getTemplatingContext()
|
|
12384
12400
|
}
|
|
@@ -12588,7 +12604,7 @@ class Vo {
|
|
|
12588
12604
|
async onDesignFinished(t, e = !0) {
|
|
12589
12605
|
const a = this.workflowManager.getTransaction();
|
|
12590
12606
|
return a.completed ? (await this.graphQlClient().mutate({
|
|
12591
|
-
mutation:
|
|
12607
|
+
mutation: xi,
|
|
12592
12608
|
variables: {
|
|
12593
12609
|
transactionId: a.id
|
|
12594
12610
|
}
|
|
@@ -12676,7 +12692,7 @@ class Vo {
|
|
|
12676
12692
|
(this.eventCallbacks.get(t) || []).forEach((e) => e(this));
|
|
12677
12693
|
}
|
|
12678
12694
|
}
|
|
12679
|
-
const
|
|
12695
|
+
const Go = [
|
|
12680
12696
|
"altGlyph",
|
|
12681
12697
|
"circle",
|
|
12682
12698
|
"ellipse",
|
|
@@ -12688,7 +12704,7 @@ const zo = [
|
|
|
12688
12704
|
"textPath",
|
|
12689
12705
|
"tref",
|
|
12690
12706
|
"tspan"
|
|
12691
|
-
],
|
|
12707
|
+
], zo = async (r, t, e) => {
|
|
12692
12708
|
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);
|
|
12693
12709
|
o.searchParams.append("video", Ra(JSON.stringify([{ href: i }]))), o.pathname = o.pathname + (o.pathname.slice(-1) === "/" ? "" : "/");
|
|
12694
12710
|
const l = o.toString(), d = `data:image/svg+xml;base64,${Ra(await ln(l, { type: "svg" }))}`, A = (h) => {
|
|
@@ -12696,7 +12712,7 @@ const zo = [
|
|
|
12696
12712
|
if (!m)
|
|
12697
12713
|
throw new J(h);
|
|
12698
12714
|
const g = Q();
|
|
12699
|
-
return new
|
|
12715
|
+
return new z(
|
|
12700
12716
|
{
|
|
12701
12717
|
id: g,
|
|
12702
12718
|
src: d,
|
|
@@ -12736,7 +12752,7 @@ const zo = [
|
|
|
12736
12752
|
a.data.forceImageCover
|
|
12737
12753
|
);
|
|
12738
12754
|
return [
|
|
12739
|
-
new
|
|
12755
|
+
new z(
|
|
12740
12756
|
{
|
|
12741
12757
|
id: u,
|
|
12742
12758
|
path: A.path,
|
|
@@ -12793,16 +12809,16 @@ const zo = [
|
|
|
12793
12809
|
pa(m);
|
|
12794
12810
|
const g = {};
|
|
12795
12811
|
kt(m, (b) => {
|
|
12796
|
-
|
|
12812
|
+
Go.includes(b.tagName) && !b.attributes.getNamedItem("fill") && b.setAttribute("fill", "#000000");
|
|
12797
12813
|
const I = b.attributes.getNamedItem("fill");
|
|
12798
12814
|
if (I && I.value !== "none") {
|
|
12799
|
-
const
|
|
12800
|
-
b.classList.add(T), g[T] = { browserValue:
|
|
12815
|
+
const x = I.value, T = `spiff-fill-${x.replace(/\W/g, "")}`;
|
|
12816
|
+
b.classList.add(T), g[T] = { browserValue: x };
|
|
12801
12817
|
}
|
|
12802
12818
|
const D = b.attributes.getNamedItem("stroke");
|
|
12803
12819
|
if (D && D.value !== "none") {
|
|
12804
|
-
const
|
|
12805
|
-
b.classList.add(T), g[T] = { browserValue:
|
|
12820
|
+
const x = D.value, T = `spiff-stroke-${x.replace(/\W/g, "")}`;
|
|
12821
|
+
b.classList.add(T), g[T] = { browserValue: x };
|
|
12806
12822
|
}
|
|
12807
12823
|
});
|
|
12808
12824
|
const f = Bt().serializeToString(m), C = n.colors;
|
|
@@ -12815,11 +12831,11 @@ const zo = [
|
|
|
12815
12831
|
}
|
|
12816
12832
|
}
|
|
12817
12833
|
const w = (b) => {
|
|
12818
|
-
const I = r.find((
|
|
12834
|
+
const I = r.find((x) => x.panelId === b.panelId);
|
|
12819
12835
|
if (!I)
|
|
12820
12836
|
throw new J(b);
|
|
12821
12837
|
const D = Q();
|
|
12822
|
-
return new
|
|
12838
|
+
return new z(
|
|
12823
12839
|
{
|
|
12824
12840
|
colors: g,
|
|
12825
12841
|
id: D,
|
|
@@ -12842,13 +12858,13 @@ const zo = [
|
|
|
12842
12858
|
} catch (b) {
|
|
12843
12859
|
return console.error(b), [];
|
|
12844
12860
|
}
|
|
12845
|
-
},
|
|
12861
|
+
}, qo = async (r, t, e) => {
|
|
12846
12862
|
const a = await Jn(e.data.module), n = t.data, i = (o, l) => {
|
|
12847
12863
|
const c = r.find((A) => A.panelId === l.panelId);
|
|
12848
12864
|
if (!c)
|
|
12849
12865
|
throw new J(l);
|
|
12850
12866
|
const d = Q();
|
|
12851
|
-
return new
|
|
12867
|
+
return new z(
|
|
12852
12868
|
{
|
|
12853
12869
|
colors: {},
|
|
12854
12870
|
id: d,
|
|
@@ -12872,7 +12888,7 @@ const zo = [
|
|
|
12872
12888
|
} catch (o) {
|
|
12873
12889
|
return console.error(o), [];
|
|
12874
12890
|
}
|
|
12875
|
-
},
|
|
12891
|
+
}, Ho = async (r, t, e, a) => {
|
|
12876
12892
|
var d, A;
|
|
12877
12893
|
const n = e.data, i = a.option;
|
|
12878
12894
|
if (!i)
|
|
@@ -12891,7 +12907,7 @@ const zo = [
|
|
|
12891
12907
|
if (!h)
|
|
12892
12908
|
throw new J(u);
|
|
12893
12909
|
const m = Q();
|
|
12894
|
-
return new
|
|
12910
|
+
return new z(
|
|
12895
12911
|
{
|
|
12896
12912
|
id: m,
|
|
12897
12913
|
src: o,
|
|
@@ -12948,7 +12964,7 @@ const zo = [
|
|
|
12948
12964
|
/>
|
|
12949
12965
|
</svg>
|
|
12950
12966
|
`, m = { "spiff-fill-shape": { browserValue: s.color || "#000000" } }, g = Q();
|
|
12951
|
-
return new
|
|
12967
|
+
return new z(
|
|
12952
12968
|
{
|
|
12953
12969
|
colors: m,
|
|
12954
12970
|
id: g,
|
|
@@ -12999,7 +13015,7 @@ const zo = [
|
|
|
12999
13015
|
excludeFromExport: t.data.excludeFromPrint,
|
|
13000
13016
|
preserveAspectRatio: "none"
|
|
13001
13017
|
};
|
|
13002
|
-
a.push(new
|
|
13018
|
+
a.push(new z(A, d));
|
|
13003
13019
|
});
|
|
13004
13020
|
} catch (c) {
|
|
13005
13021
|
console.error(c);
|
|
@@ -13008,7 +13024,7 @@ const zo = [
|
|
|
13008
13024
|
const c = await at(i, !0), d = (A) => {
|
|
13009
13025
|
const u = /<svg.*?<\/svg>/s, h = A.match(u) || [], m = (h == null ? void 0 : h.length) > 0 ? h[0] : "", f = dt().parseFromString(m, "image/svg+xml").firstElementChild;
|
|
13010
13026
|
if (!f)
|
|
13011
|
-
throw new
|
|
13027
|
+
throw new xt("Failed to read SVG.");
|
|
13012
13028
|
return pa(f), Bt().serializeToString(f);
|
|
13013
13029
|
};
|
|
13014
13030
|
l.forEach((A) => {
|
|
@@ -13034,7 +13050,7 @@ const zo = [
|
|
|
13034
13050
|
productOverlay: t.type === P.ProductOverlay ? !0 : void 0,
|
|
13035
13051
|
excludeFromExport: t.data.excludeFromPrint
|
|
13036
13052
|
};
|
|
13037
|
-
a.push(new
|
|
13053
|
+
a.push(new z(h, u));
|
|
13038
13054
|
});
|
|
13039
13055
|
}
|
|
13040
13056
|
return a;
|
|
@@ -13113,7 +13129,7 @@ const zo = [
|
|
|
13113
13129
|
}
|
|
13114
13130
|
);
|
|
13115
13131
|
n.push(
|
|
13116
|
-
new
|
|
13132
|
+
new z(
|
|
13117
13133
|
{
|
|
13118
13134
|
...C,
|
|
13119
13135
|
fontSize: w,
|
|
@@ -13124,7 +13140,7 @@ const zo = [
|
|
|
13124
13140
|
)
|
|
13125
13141
|
);
|
|
13126
13142
|
} else
|
|
13127
|
-
n.push(new
|
|
13143
|
+
n.push(new z(C, f));
|
|
13128
13144
|
}
|
|
13129
13145
|
return n;
|
|
13130
13146
|
}, _o = (r, t) => r.conditions ? r.conditions.every((e) => {
|
|
@@ -13144,7 +13160,7 @@ const zo = [
|
|
|
13144
13160
|
switch (o.type) {
|
|
13145
13161
|
case P.DigitalContent:
|
|
13146
13162
|
n.push(
|
|
13147
|
-
...await
|
|
13163
|
+
...await zo(e, s, o)
|
|
13148
13164
|
);
|
|
13149
13165
|
break;
|
|
13150
13166
|
case P.Frame:
|
|
@@ -13164,11 +13180,11 @@ const zo = [
|
|
|
13164
13180
|
);
|
|
13165
13181
|
break;
|
|
13166
13182
|
case P.Module:
|
|
13167
|
-
n.push(...await
|
|
13183
|
+
n.push(...await qo(e, s, o));
|
|
13168
13184
|
break;
|
|
13169
13185
|
case P.Picture:
|
|
13170
13186
|
n.push(
|
|
13171
|
-
...await
|
|
13187
|
+
...await Ho(e, i, s, o)
|
|
13172
13188
|
);
|
|
13173
13189
|
break;
|
|
13174
13190
|
case P.Shape:
|
|
@@ -13299,7 +13315,7 @@ class al {
|
|
|
13299
13315
|
);
|
|
13300
13316
|
}
|
|
13301
13317
|
}
|
|
13302
|
-
class nl extends
|
|
13318
|
+
class nl extends Fn {
|
|
13303
13319
|
constructor(t, e, a, n, i, s) {
|
|
13304
13320
|
super(), this.layoutId = t, this.ctx = e, this.nonPOTSupport = a, this.onRender = n, this.layouts = i, this.getWorkflowManager = s;
|
|
13305
13321
|
}
|
|
@@ -13352,7 +13368,7 @@ class nl extends xn {
|
|
|
13352
13368
|
l = i.width, c = i.height;
|
|
13353
13369
|
const d = Sa(t.layoutState.layout, e, {
|
|
13354
13370
|
renderingConfiguration: {
|
|
13355
|
-
purpose:
|
|
13371
|
+
purpose: qt.ThreeD,
|
|
13356
13372
|
templatingContext: (m = (h = this.getWorkflowManager) == null ? void 0 : h.call(this)) == null ? void 0 : m.getTemplatingContext()
|
|
13357
13373
|
}
|
|
13358
13374
|
}), A = mn(d), u = await Aa.from(this.ctx, A, {
|
|
@@ -13434,19 +13450,19 @@ class rl {
|
|
|
13434
13450
|
}
|
|
13435
13451
|
async createHandle(t) {
|
|
13436
13452
|
switch (t.type) {
|
|
13437
|
-
case
|
|
13453
|
+
case j.FileUpload:
|
|
13438
13454
|
return new il(this.bundle, t).initialize();
|
|
13439
|
-
case
|
|
13455
|
+
case j.ColorOption:
|
|
13440
13456
|
return new Ka(
|
|
13441
13457
|
this.bundle,
|
|
13442
13458
|
t,
|
|
13443
13459
|
t.entityId ? await Y.getOption(t.entityId) : void 0
|
|
13444
13460
|
);
|
|
13445
|
-
case
|
|
13461
|
+
case j.Option: {
|
|
13446
13462
|
const e = t.entityId ? await Y.getOption(t.entityId) : void 0;
|
|
13447
13463
|
return (e == null ? void 0 : e.type) === "Color" ? new Ka(this.bundle, t, e) : new tr(this.bundle, t, e);
|
|
13448
13464
|
}
|
|
13449
|
-
case
|
|
13465
|
+
case j.Text:
|
|
13450
13466
|
return new sl(this.bundle, t);
|
|
13451
13467
|
default:
|
|
13452
13468
|
throw new Error("Unhandled Global Property Aspect Type");
|
|
@@ -13574,7 +13590,7 @@ class il extends Ia {
|
|
|
13574
13590
|
const e = await this.getOriginalImage();
|
|
13575
13591
|
if (!e)
|
|
13576
13592
|
throw new Error("You must supply an image selection before attempting to remove the background.");
|
|
13577
|
-
const a = this.bundle.getGlobalPropertyStateManager(), n = await
|
|
13593
|
+
const a = this.bundle.getGlobalPropertyStateManager(), n = await L.removeBackgroundFromAsset(e), s = {
|
|
13578
13594
|
...a.getAspectStorage(this.property.name),
|
|
13579
13595
|
backgroundRemovedAssetKey: n.key,
|
|
13580
13596
|
useOriginalAsset: !t
|
|
@@ -13594,7 +13610,7 @@ class il extends Ia {
|
|
|
13594
13610
|
async getImage() {
|
|
13595
13611
|
const t = this.getStateValue();
|
|
13596
13612
|
if (t)
|
|
13597
|
-
return
|
|
13613
|
+
return L.getLocalOrFromServer(t);
|
|
13598
13614
|
}
|
|
13599
13615
|
async getImageWithColors() {
|
|
13600
13616
|
var t, e;
|
|
@@ -13607,7 +13623,7 @@ class il extends Ia {
|
|
|
13607
13623
|
async getOriginalImage() {
|
|
13608
13624
|
const t = this.bundle.getGlobalPropertyStateManager().getAspectStorage(this.property.name);
|
|
13609
13625
|
if (t != null && t.originalAssetKey)
|
|
13610
|
-
return
|
|
13626
|
+
return L.getLocalOrFromServer(t.originalAssetKey);
|
|
13611
13627
|
}
|
|
13612
13628
|
/**
|
|
13613
13629
|
* Retrieves the version of the image selection that has the background removed, if one exists.
|
|
@@ -13616,7 +13632,7 @@ class il extends Ia {
|
|
|
13616
13632
|
async getBackgroundRemovedImage() {
|
|
13617
13633
|
const t = this.bundle.getGlobalPropertyStateManager().getAspectStorage(this.property.name);
|
|
13618
13634
|
if (t != null && t.backgroundRemovedAssetKey)
|
|
13619
|
-
return
|
|
13635
|
+
return L.getLocalOrFromServer(t.backgroundRemovedAssetKey);
|
|
13620
13636
|
}
|
|
13621
13637
|
getUseOriginalImage() {
|
|
13622
13638
|
var t;
|
|
@@ -13652,7 +13668,7 @@ class il extends Ia {
|
|
|
13652
13668
|
const e = this.getStateValue();
|
|
13653
13669
|
if (!e)
|
|
13654
13670
|
return;
|
|
13655
|
-
const a = await
|
|
13671
|
+
const a = await L.getLocalOrFromServer(e);
|
|
13656
13672
|
if (!a)
|
|
13657
13673
|
return;
|
|
13658
13674
|
await this.applyImageSelection(a, t, !1, !0);
|
|
@@ -13760,10 +13776,7 @@ class sl extends Ia {
|
|
|
13760
13776
|
* Set the text.
|
|
13761
13777
|
*/
|
|
13762
13778
|
async setText(t) {
|
|
13763
|
-
await
|
|
13764
|
-
this.bundle.getGlobalPropertyStateManager().setAspect(this.property.name, t),
|
|
13765
|
-
this.applyTextSelection(t)
|
|
13766
|
-
]);
|
|
13779
|
+
console.log(`LOG: global setting text ${t}`), await this.bundle.getGlobalPropertyStateManager().setAspect(this.property.name, t), await this.applyTextSelection(t);
|
|
13767
13780
|
}
|
|
13768
13781
|
async applyGlobalState(t) {
|
|
13769
13782
|
const e = this.getStateValue();
|
|
@@ -13772,7 +13785,9 @@ class sl extends Ia {
|
|
|
13772
13785
|
await this.applyTextSelection(e, t);
|
|
13773
13786
|
}
|
|
13774
13787
|
async applyTextSelection(t, e) {
|
|
13775
|
-
const
|
|
13788
|
+
const a = this.getSharedSteps(e);
|
|
13789
|
+
console.log(`LOG: applying text selection to ${a.length} steps`);
|
|
13790
|
+
const n = a.map((i) => {
|
|
13776
13791
|
i.setText(t);
|
|
13777
13792
|
});
|
|
13778
13793
|
await Promise.all(n);
|
|
@@ -13967,7 +13982,7 @@ class cl {
|
|
|
13967
13982
|
return (a = this.globalPropertyState.aspects.find((n) => n.name === t && n.channel === e)) == null ? void 0 : a.storage;
|
|
13968
13983
|
}
|
|
13969
13984
|
async setAspect(t, e, a, n) {
|
|
13970
|
-
if (!this.globalPropertyState)
|
|
13985
|
+
if (console.log(`LOG: setting aspect ${t} to ${e}`), !this.globalPropertyState)
|
|
13971
13986
|
throw new Error("Global property state not initialized");
|
|
13972
13987
|
if (!this.configuration)
|
|
13973
13988
|
throw new Error("Global property configuration not linked to the state manager.");
|
|
@@ -13976,7 +13991,7 @@ class cl {
|
|
|
13976
13991
|
throw new Error(`Failed to find configuration aspect with name: ${t}`);
|
|
13977
13992
|
const s = St(this.globalPropertyState), o = this.globalPropertyState.aspects.filter((l) => l.name === t);
|
|
13978
13993
|
if (o.length > 0)
|
|
13979
|
-
if (n) {
|
|
13994
|
+
if (console.log("LOG: setting aspect if case"), n) {
|
|
13980
13995
|
const l = o.find((c) => c.channel === n);
|
|
13981
13996
|
if (l)
|
|
13982
13997
|
l.value = e, l.type = i.type, l.channel = n, a !== void 0 && (l.storage = a !== null ? a : void 0);
|
|
@@ -13994,18 +14009,19 @@ class cl {
|
|
|
13994
14009
|
});
|
|
13995
14010
|
}
|
|
13996
14011
|
} else {
|
|
14012
|
+
console.log("LOG: setting aspect if case no channel");
|
|
13997
14013
|
const l = o[0];
|
|
13998
|
-
l.value = e, l.type = i.type, a !== void 0 && (l.storage = a !== null ? a : void 0);
|
|
14014
|
+
l.value = e, l.type = i.type, a !== void 0 && (console.log("LOG: setting aspect if case no channel storage"), l.storage = a !== null ? a : void 0);
|
|
13999
14015
|
}
|
|
14000
14016
|
else
|
|
14001
|
-
this.globalPropertyState.aspects.push({
|
|
14017
|
+
console.log("LOG: setting aspect else case"), this.globalPropertyState.aspects.push({
|
|
14002
14018
|
name: t,
|
|
14003
14019
|
value: e,
|
|
14004
14020
|
type: i.type,
|
|
14005
14021
|
storage: a !== null ? a : void 0,
|
|
14006
14022
|
channel: n
|
|
14007
14023
|
});
|
|
14008
|
-
await this.updateGlobalPropertyState(), await this.onGlobalPropertyStateChange(s, this.globalPropertyState);
|
|
14024
|
+
await this.updateGlobalPropertyState(), await this.onGlobalPropertyStateChange(s, this.globalPropertyState), console.log("LOG: setting aspect end");
|
|
14009
14025
|
}
|
|
14010
14026
|
async setAspectStorage(t, e, a) {
|
|
14011
14027
|
if (!this.globalPropertyState)
|
|
@@ -14040,22 +14056,22 @@ class cl {
|
|
|
14040
14056
|
throw new Error("Global property state not initialized");
|
|
14041
14057
|
console.log(`LOG: setting state ${this.globalPropertyState.id} with ${this.globalPropertyState.aspects.length} aspects`), console.trace();
|
|
14042
14058
|
const t = await B.getShadowGraphqlClient().mutate({
|
|
14043
|
-
mutation:
|
|
14059
|
+
mutation: Us,
|
|
14044
14060
|
variables: {
|
|
14045
14061
|
id: this.globalPropertyState.id,
|
|
14046
14062
|
aspects: this.globalPropertyState.aspects.map((n) => {
|
|
14047
14063
|
let i = n.type && n.storage ? {} : void 0;
|
|
14048
14064
|
if (i)
|
|
14049
14065
|
switch (n.type) {
|
|
14050
|
-
case
|
|
14066
|
+
case j.FileUpload: {
|
|
14051
14067
|
i.fileUpload = n.storage;
|
|
14052
14068
|
break;
|
|
14053
14069
|
}
|
|
14054
|
-
case
|
|
14070
|
+
case j.Option: {
|
|
14055
14071
|
i.option = n.storage;
|
|
14056
14072
|
break;
|
|
14057
14073
|
}
|
|
14058
|
-
case
|
|
14074
|
+
case j.ColorOption: {
|
|
14059
14075
|
i = n.storage;
|
|
14060
14076
|
break;
|
|
14061
14077
|
}
|
|
@@ -14084,7 +14100,7 @@ class cl {
|
|
|
14084
14100
|
async createGlobalPropertyState() {
|
|
14085
14101
|
var e, a;
|
|
14086
14102
|
const t = await B.getShadowGraphqlClient().mutate({
|
|
14087
|
-
mutation:
|
|
14103
|
+
mutation: Ls,
|
|
14088
14104
|
variables: {
|
|
14089
14105
|
bundleId: this.bundleId
|
|
14090
14106
|
},
|
|
@@ -14327,7 +14343,7 @@ class er {
|
|
|
14327
14343
|
async filterProducts(t, e, a, n) {
|
|
14328
14344
|
var l, c;
|
|
14329
14345
|
const i = await B.getShadowGraphqlClient().query({
|
|
14330
|
-
query:
|
|
14346
|
+
query: qs,
|
|
14331
14347
|
errorPolicy: "all",
|
|
14332
14348
|
variables: {
|
|
14333
14349
|
id: this.getId(),
|
|
@@ -14367,7 +14383,7 @@ class er {
|
|
|
14367
14383
|
};
|
|
14368
14384
|
}
|
|
14369
14385
|
const o = new AbortController(), { signal: l } = o, c = B.getShadowGraphqlClient().watchQuery({
|
|
14370
|
-
query:
|
|
14386
|
+
query: Hs,
|
|
14371
14387
|
variables: {
|
|
14372
14388
|
id: this.getId(),
|
|
14373
14389
|
limit: e,
|
|
@@ -14716,41 +14732,23 @@ const wl = v`
|
|
|
14716
14732
|
`;
|
|
14717
14733
|
class Je {
|
|
14718
14734
|
constructor(t, e, a, n, i, s) {
|
|
14719
|
-
var c, d
|
|
14720
|
-
this.workflowExperiences = [], this.eventEmitter = new Cl(), 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(((
|
|
14721
|
-
const o = (
|
|
14735
|
+
var l, c, d;
|
|
14736
|
+
this.workflowExperiences = [], this.eventEmitter = new Cl(), 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(((l = e.metadata) == null ? void 0 : l.map((A) => [A.key, A.value])) || []), this.completed = e.completed ?? !1, this.productCollection = e.productCollection, this.bundleStateManager = new dl(e.bundleStateData);
|
|
14737
|
+
const o = (c = this.productCollection) == null ? void 0 : c.globalPropertyConfiguration;
|
|
14722
14738
|
this.globalConfigurationPropertyId = o == null ? void 0 : o.id, this.globalPropertyStateManager = new cl(
|
|
14723
14739
|
this.id,
|
|
14724
14740
|
this.ownerId,
|
|
14725
14741
|
o,
|
|
14726
14742
|
this.checkConditionalHandlesChanged.bind(this),
|
|
14727
14743
|
s
|
|
14728
|
-
), this.globalPropertyHandleService = new rl(this), this.setPreviewService(a)
|
|
14729
|
-
|
|
14730
|
-
if (s != null && s.readonly) {
|
|
14731
|
-
u([]);
|
|
14732
|
-
return;
|
|
14733
|
-
}
|
|
14734
|
-
console.log("Setting default global variants."), this.globalPropertyHandleService.getHandles().then((m) => {
|
|
14735
|
-
const g = m.map((p) => {
|
|
14736
|
-
if (p.getType() === z.ColorOption || p.getType() === z.Option) {
|
|
14737
|
-
const f = p;
|
|
14738
|
-
if (this.globalPropertyStateManager.getGlobalPropertyState())
|
|
14739
|
-
return f.initDefaultVariant();
|
|
14740
|
-
console.log("Attempted to set global default variant before state was initialized.");
|
|
14741
|
-
}
|
|
14742
|
-
});
|
|
14743
|
-
Promise.all(g).then(u).catch(h);
|
|
14744
|
-
});
|
|
14745
|
-
});
|
|
14746
|
-
this.initializationPromise = Promise.all([
|
|
14747
|
-
this.loadExistingWorkflowExperiences(((A = e.transactions) == null ? void 0 : A.map((u) => u.id)) || [], {
|
|
14744
|
+
), this.globalPropertyHandleService = new rl(this), this.setPreviewService(a), this.initializationPromise = Promise.all([
|
|
14745
|
+
this.loadExistingWorkflowExperiences(((d = e.transactions) == null ? void 0 : d.map((A) => A.id)) || [], {
|
|
14748
14746
|
...n,
|
|
14749
14747
|
bundleOwnerId: i
|
|
14750
14748
|
}),
|
|
14751
14749
|
this.globalPropertyStateManager.getInitializationPromise()
|
|
14752
|
-
])
|
|
14753
|
-
console.error(`Bundle initialization failed: ${
|
|
14750
|
+
]), this.initializationPromise.catch((A) => {
|
|
14751
|
+
console.error(`Bundle initialization failed: ${A}`);
|
|
14754
14752
|
});
|
|
14755
14753
|
}
|
|
14756
14754
|
getTemplate() {
|
|
@@ -14867,7 +14865,7 @@ class Je {
|
|
|
14867
14865
|
const i = n == null ? void 0 : n.name, s = e.find((o) => o.getName() === i);
|
|
14868
14866
|
if (s)
|
|
14869
14867
|
switch (n.type) {
|
|
14870
|
-
case
|
|
14868
|
+
case j.FileUpload: {
|
|
14871
14869
|
const o = s, l = await ve([n.value]);
|
|
14872
14870
|
l.length > 0 && await o.selectImage(l[0]);
|
|
14873
14871
|
const c = (a = n.storage) == null ? void 0 : a.colors;
|
|
@@ -14879,21 +14877,21 @@ class Je {
|
|
|
14879
14877
|
}
|
|
14880
14878
|
break;
|
|
14881
14879
|
}
|
|
14882
|
-
case
|
|
14880
|
+
case j.ColorOption: {
|
|
14883
14881
|
const o = s;
|
|
14884
|
-
if (n.type ===
|
|
14882
|
+
if (n.type === j.ColorOption) {
|
|
14885
14883
|
const c = o.getAllVariants().find((d) => d.getId() === n.value);
|
|
14886
14884
|
c && await o.selectVariant(c);
|
|
14887
14885
|
} else
|
|
14888
14886
|
o.setCustomColor(n.value);
|
|
14889
14887
|
break;
|
|
14890
14888
|
}
|
|
14891
|
-
case
|
|
14889
|
+
case j.Option: {
|
|
14892
14890
|
const o = s, c = o.getAllVariants().find((d) => d.getId() === n.value);
|
|
14893
14891
|
c && await o.selectVariant(c);
|
|
14894
14892
|
break;
|
|
14895
14893
|
}
|
|
14896
|
-
case
|
|
14894
|
+
case j.Text: {
|
|
14897
14895
|
await s.setText(n.value);
|
|
14898
14896
|
break;
|
|
14899
14897
|
}
|
|
@@ -14904,7 +14902,7 @@ class Je {
|
|
|
14904
14902
|
return this.globalPropertyStateManager;
|
|
14905
14903
|
}
|
|
14906
14904
|
async getGlobalPropertyTotalSubunits() {
|
|
14907
|
-
return (await this.globalPropertyHandleService.getHandles()).filter((a) => a.getType() ===
|
|
14905
|
+
return (await this.globalPropertyHandleService.getHandles()).filter((a) => a.getType() === j.Option).map((a) => {
|
|
14908
14906
|
var n;
|
|
14909
14907
|
return ((n = a.getCurrentVariant()) == null ? void 0 : n.getPrice()) || 0;
|
|
14910
14908
|
}).reduce((a, n) => a + n, 0);
|
|
@@ -14923,7 +14921,7 @@ class Je {
|
|
|
14923
14921
|
const c = (e = this.getGlobalPropertyConfiguration()) == null ? void 0 : e.aspects.find(
|
|
14924
14922
|
(d) => d.name === l
|
|
14925
14923
|
);
|
|
14926
|
-
if (c && c.type ===
|
|
14924
|
+
if (c && c.type === j.ColorOption) {
|
|
14927
14925
|
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 = ll(
|
|
14928
14926
|
this.getWorkflowExperiences(),
|
|
14929
14927
|
this.globalConfigurationPropertyId || "",
|
|
@@ -15765,7 +15763,7 @@ const Dl = v`
|
|
|
15765
15763
|
}
|
|
15766
15764
|
}
|
|
15767
15765
|
`;
|
|
15768
|
-
class
|
|
15766
|
+
class xl {
|
|
15769
15767
|
constructor(t, e = B.getShadowGraphqlClient.bind(B)) {
|
|
15770
15768
|
this.options = t, this.client = e;
|
|
15771
15769
|
}
|
|
@@ -15794,7 +15792,7 @@ class Fl {
|
|
|
15794
15792
|
});
|
|
15795
15793
|
}
|
|
15796
15794
|
}
|
|
15797
|
-
class
|
|
15795
|
+
class Fl {
|
|
15798
15796
|
init(t, e, a) {
|
|
15799
15797
|
this.cognitoClient = new wr({ region: e }), this.spiffRegion = t, this.userPoolClientId = a;
|
|
15800
15798
|
}
|
|
@@ -15846,7 +15844,7 @@ class xl {
|
|
|
15846
15844
|
));
|
|
15847
15845
|
}
|
|
15848
15846
|
}
|
|
15849
|
-
const
|
|
15847
|
+
const Ut = new Fl();
|
|
15850
15848
|
class kl {
|
|
15851
15849
|
/**
|
|
15852
15850
|
* Returns a formatted string representing a given amount with desired currency.
|
|
@@ -15941,8 +15939,8 @@ const Tl = async (r, t) => {
|
|
|
15941
15939
|
return a.forEach((i) => {
|
|
15942
15940
|
i.steps.forEach((s) => {
|
|
15943
15941
|
var o, l, c;
|
|
15944
|
-
delete s.data.__typename, (o = s.option) != null && o.id && ((l = s.option.defaultVariant) != null && l.asset &&
|
|
15945
|
-
d.asset &&
|
|
15942
|
+
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) => {
|
|
15943
|
+
d.asset && L.cacheAsset(d.asset), d.thumbnail && L.cacheAsset(d.thumbnail), d.material && L.cacheMaterial(d.material);
|
|
15946
15944
|
}), Jt.set({ id: s.option.id }, Promise.resolve(s.option)));
|
|
15947
15945
|
}), i.finalizeStepConfig || (i.finalizeStepConfig = {}), i.finalizeStepConfig.termsMarkdown = i.finalizeStepConfig.termsMarkdown || i.partner.termsMarkdown;
|
|
15948
15946
|
}), a;
|
|
@@ -15988,26 +15986,26 @@ class Ad {
|
|
|
15988
15986
|
} catch (a) {
|
|
15989
15987
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15990
15988
|
}
|
|
15991
|
-
}, this.options = t, this.options.applicationKey &&
|
|
15989
|
+
}, this.options = t, this.options.applicationKey && Lr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 27.3.0-beta.39cbc175-4d16-5eeb-9cf8-4e8442e4f73d"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15992
15990
|
}
|
|
15993
15991
|
configure(t) {
|
|
15994
|
-
mt.setHubUrl(t.hubUrl), mt.setServerUrl(t.serverUrl), mt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, this.userPoolClientId = t.userPoolClientId, this.userPoolRegion = t.userPoolRegion, this.spiffRegion = t.spiffRegion, t.bearerAuthenticationToken && Vr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId &&
|
|
15992
|
+
mt.setHubUrl(t.hubUrl), mt.setServerUrl(t.serverUrl), mt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, this.userPoolClientId = t.userPoolClientId, this.userPoolRegion = t.userPoolRegion, this.spiffRegion = t.spiffRegion, t.bearerAuthenticationToken && Vr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Ut.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
15995
15993
|
}
|
|
15996
15994
|
/**
|
|
15997
15995
|
* @returns The asset manager allows for common operations related to assets
|
|
15998
15996
|
* and the Spiff Commerce platform.
|
|
15999
15997
|
*/
|
|
16000
15998
|
getAssetManager() {
|
|
16001
|
-
return
|
|
15999
|
+
return L;
|
|
16002
16000
|
}
|
|
16003
16001
|
getFlowService() {
|
|
16004
|
-
if (!
|
|
16002
|
+
if (!Ur())
|
|
16005
16003
|
throw new Error("Application key required to use Flow Service.");
|
|
16006
16004
|
return new El();
|
|
16007
16005
|
}
|
|
16008
16006
|
async getCurrencyContext(t) {
|
|
16009
16007
|
const a = (await this.getIntegration()).partner.currencyCode, i = await B.getShadowGraphqlClient().query({
|
|
16010
|
-
query:
|
|
16008
|
+
query: Gi,
|
|
16011
16009
|
errorPolicy: "all",
|
|
16012
16010
|
fetchPolicy: "cache-first",
|
|
16013
16011
|
variables: {
|
|
@@ -16205,7 +16203,7 @@ class Ad {
|
|
|
16205
16203
|
return !1;
|
|
16206
16204
|
const n = JSON.parse(e), i = (/* @__PURE__ */ new Date()).getTime() / 1e3;
|
|
16207
16205
|
if (!n.ExpiresIn || n.ExpiresIn < i - parseInt(t)) {
|
|
16208
|
-
const l = await
|
|
16206
|
+
const l = await Ut.refreshTokens();
|
|
16209
16207
|
if (l != null && l.AuthenticationResult)
|
|
16210
16208
|
localStorage.setItem("last-refreshed-cognito-tokens", `${(/* @__PURE__ */ new Date()).getTime() / 1e3}`), n.AccessToken = l.AuthenticationResult.AccessToken, localStorage.setItem("cognito-tokens", JSON.stringify(n));
|
|
16211
16209
|
else
|
|
@@ -16230,14 +16228,14 @@ class Ad {
|
|
|
16230
16228
|
variables: {
|
|
16231
16229
|
emailAddress: t
|
|
16232
16230
|
}
|
|
16233
|
-
}), await
|
|
16231
|
+
}), await Ut.generateCode(t);
|
|
16234
16232
|
}
|
|
16235
16233
|
/**
|
|
16236
16234
|
* Verify an email code to log in as a Spiff user.
|
|
16237
16235
|
* Always returns true if it doesn't throw.
|
|
16238
16236
|
*/
|
|
16239
16237
|
async verifyCode(t, e) {
|
|
16240
|
-
const a = (await this.getIntegration()).partner.id || "", n = await
|
|
16238
|
+
const a = (await this.getIntegration()).partner.id || "", n = await Ut.verifyCode(t, e, a);
|
|
16241
16239
|
if (n != null && n.AuthenticationResult) {
|
|
16242
16240
|
localStorage.setItem("last-refreshed-cognito-tokens", `${(/* @__PURE__ */ new Date()).getTime() / 1e3}`), localStorage.setItem("cognito-tokens", JSON.stringify(n.AuthenticationResult)), localStorage.setItem("cognito-email", t);
|
|
16243
16241
|
const s = (await B.getShadowGraphqlClient().query({
|
|
@@ -16267,7 +16265,7 @@ class Ad {
|
|
|
16267
16265
|
throw new Error("No token data in storage.");
|
|
16268
16266
|
const a = JSON.parse(e), n = (/* @__PURE__ */ new Date()).getTime() / 1e3, i = !(a != null && a.AccessToken) || Wt(a.AccessToken);
|
|
16269
16267
|
if (!a.ExpiresIn || a.ExpiresIn < n - parseInt(t) || i) {
|
|
16270
|
-
const s = await
|
|
16268
|
+
const s = await Ut.refreshTokens();
|
|
16271
16269
|
if (s != null && s.AuthenticationResult)
|
|
16272
16270
|
localStorage.setItem("last-refreshed-cognito-tokens", `${(/* @__PURE__ */ new Date()).getTime() / 1e3}`), a.AccessToken = s.AuthenticationResult.AccessToken, localStorage.setItem("cognito-tokens", JSON.stringify(a));
|
|
16273
16271
|
else
|
|
@@ -16330,7 +16328,7 @@ class Ad {
|
|
|
16330
16328
|
const I = await this.loggedInBearerToken();
|
|
16331
16329
|
o.Authorization = `Bearer ${I}`;
|
|
16332
16330
|
} catch {
|
|
16333
|
-
const
|
|
16331
|
+
const x = ((h = Object.entries(localStorage).find(([T, nt]) => T.startsWith("CognitoIdentityServiceProvider") && T.endsWith("idToken"))) == null ? void 0 : h[0]) || "", k = localStorage.getItem(x);
|
|
16334
16332
|
k && !Wt(k) && (o.Authorization = `Bearer ${k}`);
|
|
16335
16333
|
}
|
|
16336
16334
|
const l = {
|
|
@@ -16338,7 +16336,7 @@ class Ad {
|
|
|
16338
16336
|
...o,
|
|
16339
16337
|
...(m = n == null ? void 0 : n.graphql) == null ? void 0 : m.additionalHeaders
|
|
16340
16338
|
}, c = await B.getShadowGraphqlClient().query({
|
|
16341
|
-
query:
|
|
16339
|
+
query: zs(((p = (g = n == null ? void 0 : n.graphql) == null ? void 0 : g.productCollection) == null ? void 0 : p.eagerFetchProducts) || !1),
|
|
16342
16340
|
variables: {
|
|
16343
16341
|
id: t
|
|
16344
16342
|
},
|
|
@@ -16476,7 +16474,7 @@ class Ad {
|
|
|
16476
16474
|
if (t.length === 0)
|
|
16477
16475
|
throw new ut("No options provided!");
|
|
16478
16476
|
const a = B.getShadowGraphqlClient(), n = async (y) => {
|
|
16479
|
-
var D,
|
|
16477
|
+
var D, x, k;
|
|
16480
16478
|
if (y.length === 0)
|
|
16481
16479
|
return [];
|
|
16482
16480
|
const E = y.map((T) => T.option.transactionId), b = await a.query({
|
|
@@ -16488,7 +16486,7 @@ class Ad {
|
|
|
16488
16486
|
fetchPolicy: "no-cache"
|
|
16489
16487
|
}), I = b.data.transactions;
|
|
16490
16488
|
if (I.length !== y.length) {
|
|
16491
|
-
const T = ((
|
|
16489
|
+
const T = ((x = (D = b.errors) == null ? void 0 : D[0]) == null ? void 0 : x.message) || "Unknown error";
|
|
16492
16490
|
throw new ut(`Not all transactions were found: ${T}`);
|
|
16493
16491
|
}
|
|
16494
16492
|
return !this.activeIntegration && ((k = I[0].integrationProduct) != null && k.integration) && (this.activeIntegration = Promise.resolve(I[0].integrationProduct.integration)), I.map((T, nt) => {
|
|
@@ -16501,7 +16499,7 @@ class Ad {
|
|
|
16501
16499
|
};
|
|
16502
16500
|
});
|
|
16503
16501
|
}, i = async (y) => {
|
|
16504
|
-
var I, D,
|
|
16502
|
+
var I, D, x;
|
|
16505
16503
|
if (y.length === 0)
|
|
16506
16504
|
return [];
|
|
16507
16505
|
const E = await a.mutate({
|
|
@@ -16522,7 +16520,7 @@ class Ad {
|
|
|
16522
16520
|
fetchPolicy: "no-cache"
|
|
16523
16521
|
}), b = (I = E.data) == null ? void 0 : I.transactionCreateMany;
|
|
16524
16522
|
if (!b || b.length === 0) {
|
|
16525
|
-
const k = ((
|
|
16523
|
+
const k = ((x = (D = E.errors) == null ? void 0 : D[0]) == null ? void 0 : x.message) || "Unknown error";
|
|
16526
16524
|
throw new ut(`Failed to create transactions: ${k}`);
|
|
16527
16525
|
}
|
|
16528
16526
|
return b.map((k, T) => ({
|
|
@@ -16533,14 +16531,14 @@ class Ad {
|
|
|
16533
16531
|
}));
|
|
16534
16532
|
}, s = t.map((y, E) => ({ option: y, index: E })), o = s.filter((y) => y.option.type === "transaction"), l = s.filter(
|
|
16535
16533
|
(y) => y.option.type === "integration" || y.option.type === "external"
|
|
16536
|
-
), c =
|
|
16534
|
+
), c = Fa(o, 10), d = Fa(l, 10), A = (await Promise.all([
|
|
16537
16535
|
...c.map(n),
|
|
16538
16536
|
...d.map(i)
|
|
16539
16537
|
])).flat(), u = [...new Set(A.map((y) => y.workflowId))], h = await nr(u, e), m = new Map(h.map((y) => [y.id, y])), g = N.getMap("transactionOwnerIds") || /* @__PURE__ */ new Map(), p = A.map(async (y) => {
|
|
16540
16538
|
var tt;
|
|
16541
|
-
const { transaction: E, workflowId: b, readOnly: I, index: D } = y,
|
|
16539
|
+
const { transaction: E, workflowId: b, readOnly: I, index: D } = y, x = m.get(b), k = t[D];
|
|
16542
16540
|
!g.get(E.id) && E.transactionOwnerId && g.set(E.id, E.transactionOwnerId);
|
|
16543
|
-
const T = g.get(E.id) || void 0, nt = new
|
|
16541
|
+
const T = g.get(E.id) || void 0, nt = new xl({
|
|
16544
16542
|
onMutate: () => ({ context: { transactionOwnerId: T, bundleOwnerId: e == null ? void 0 : e.bundleOwnerId } }),
|
|
16545
16543
|
onQuery: () => ({ context: { transactionOwnerId: T, bundleOwnerId: e == null ? void 0 : e.bundleOwnerId } })
|
|
16546
16544
|
}), R = {
|
|
@@ -16550,21 +16548,21 @@ class Ad {
|
|
|
16550
16548
|
singleVariantsRenderable: (tt = k == null ? void 0 : k.workflowConfiguration) == null ? void 0 : tt.singleVariantsRenderable,
|
|
16551
16549
|
stateMutationFunc: I ? async () => {
|
|
16552
16550
|
throw new G("State mutation is forbidden in read only mode!");
|
|
16553
|
-
} : async (
|
|
16554
|
-
...
|
|
16551
|
+
} : async (q) => this.updateTransactionState({
|
|
16552
|
+
...q,
|
|
16555
16553
|
context: { transactionOwnerId: T, bundleOwnerId: e == null ? void 0 : e.bundleOwnerId }
|
|
16556
16554
|
}),
|
|
16557
16555
|
graphQlClient: () => nt,
|
|
16558
16556
|
readOnly: I,
|
|
16559
|
-
workflow:
|
|
16557
|
+
workflow: x,
|
|
16560
16558
|
isReloadedTransaction: k.type === "transaction"
|
|
16561
16559
|
};
|
|
16562
16560
|
if (k.type === "transaction" && E.workflowState) {
|
|
16563
|
-
const
|
|
16564
|
-
R.layouts = Object.values(
|
|
16561
|
+
const q = JSON.parse(E.workflowState);
|
|
16562
|
+
R.layouts = Object.values(q.layouts || {}).map((ft) => ft.layout), await za(q), R.reloadedState = q;
|
|
16565
16563
|
} else if (!I && k.workflowState) {
|
|
16566
|
-
const
|
|
16567
|
-
R.layouts = Object.values(
|
|
16564
|
+
const q = JSON.parse(k.workflowState);
|
|
16565
|
+
R.layouts = Object.values(q.layouts || {}).map((ft) => ft.layout), await za(q), R.reloadedState = q;
|
|
16568
16566
|
} else
|
|
16569
16567
|
R.layouts = Rl(
|
|
16570
16568
|
R.transaction,
|
|
@@ -16686,7 +16684,7 @@ const Ol = async (r, t) => (await B.getShadowGraphqlClient().query({
|
|
|
16686
16684
|
}, md = async (r) => {
|
|
16687
16685
|
var e, a, n;
|
|
16688
16686
|
return (n = (a = (e = (await B.getShadowGraphqlClient().query({
|
|
16689
|
-
query:
|
|
16687
|
+
query: Ui,
|
|
16690
16688
|
errorPolicy: "all",
|
|
16691
16689
|
variables: {
|
|
16692
16690
|
id: r
|
|
@@ -16695,7 +16693,7 @@ const Ol = async (r, t) => (await B.getShadowGraphqlClient().query({
|
|
|
16695
16693
|
}, gd = async (r) => {
|
|
16696
16694
|
var e, a, n;
|
|
16697
16695
|
return (n = (a = (e = (await B.getShadowGraphqlClient().query({
|
|
16698
|
-
query:
|
|
16696
|
+
query: Li,
|
|
16699
16697
|
errorPolicy: "all",
|
|
16700
16698
|
variables: {
|
|
16701
16699
|
id: r
|
|
@@ -16716,7 +16714,7 @@ function $l(r, t, e, a) {
|
|
|
16716
16714
|
function he(r, t, e) {
|
|
16717
16715
|
return Math.min(Math.max(r, t), e);
|
|
16718
16716
|
}
|
|
16719
|
-
class
|
|
16717
|
+
class Ll {
|
|
16720
16718
|
constructor(t, e) {
|
|
16721
16719
|
this.minZoomScale = [0.03], this.maxZoomScale = [20], this._debouncedUpdateFrameOffsets = dn(this.updateFrameOffsets, 200), this.targetElements = [], this.onFrameDataChangeListeners = [], this.onZoomChangeListeners = [], this.forceImageCover = t, this.initialZoom = e, this.thresholdSettings = {
|
|
16722
16720
|
useThreshold: !1,
|
|
@@ -17100,12 +17098,12 @@ class pd {
|
|
|
17100
17098
|
return [];
|
|
17101
17099
|
}
|
|
17102
17100
|
}
|
|
17103
|
-
var
|
|
17101
|
+
var Ul = /* @__PURE__ */ ((r) => (r.SelectFrame = "SelectFrame", r.SelectImage = "SelectImage", r.Position = "Position", r))(Ul || {});
|
|
17104
17102
|
class Vl extends it {
|
|
17105
17103
|
constructor(t, e, a) {
|
|
17106
17104
|
super(t, e, a);
|
|
17107
17105
|
const n = e.data;
|
|
17108
|
-
this.frameService = new
|
|
17106
|
+
this.frameService = new Ll(n.forceImageCover, n.initialZoomLevel), this.frameService.connectWorkflowManager(t, e.stepName);
|
|
17109
17107
|
}
|
|
17110
17108
|
selectVariant(t) {
|
|
17111
17109
|
const e = this.manager.getRegionElements(this.step.stepName);
|
|
@@ -17169,7 +17167,7 @@ class Vl extends it {
|
|
|
17169
17167
|
const e = await this.getOriginalImageSelection();
|
|
17170
17168
|
if (!e)
|
|
17171
17169
|
throw new Error("You must supply an image selection before attempting to remove the background.");
|
|
17172
|
-
const a = await
|
|
17170
|
+
const a = await L.removeBackgroundFromAsset(e);
|
|
17173
17171
|
t && await wt.selectImage(this.step, a, this.manager, !1);
|
|
17174
17172
|
const n = ((i = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : i.framePatternData) || {};
|
|
17175
17173
|
return this.manager.updateStorage(this.step.stepName, {
|
|
@@ -17228,13 +17226,13 @@ class Vl extends it {
|
|
|
17228
17226
|
var e, a;
|
|
17229
17227
|
const t = (a = (e = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : e.framePatternData) == null ? void 0 : a.originalAssetKey;
|
|
17230
17228
|
if (t)
|
|
17231
|
-
return
|
|
17229
|
+
return L.getLocalOrFromServer(t);
|
|
17232
17230
|
}
|
|
17233
17231
|
async getBackgroundRemovedImageSelection() {
|
|
17234
17232
|
var e, a;
|
|
17235
17233
|
const t = (a = (e = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : e.framePatternData) == null ? void 0 : a.backgroundRemovedAssetKey;
|
|
17236
17234
|
if (t)
|
|
17237
|
-
return
|
|
17235
|
+
return L.getLocalOrFromServer(t);
|
|
17238
17236
|
}
|
|
17239
17237
|
hasOriginalImageSelection() {
|
|
17240
17238
|
var t, e;
|
|
@@ -17274,7 +17272,7 @@ class Vl extends it {
|
|
|
17274
17272
|
return this.manager.getStepStorage(this.step.stepName);
|
|
17275
17273
|
}
|
|
17276
17274
|
}
|
|
17277
|
-
const
|
|
17275
|
+
const Gl = v`
|
|
17278
17276
|
query GetLoggedInCustomer($email: String!) {
|
|
17279
17277
|
customer(emailAddress: $email) {
|
|
17280
17278
|
id
|
|
@@ -17317,7 +17315,7 @@ const zl = v`
|
|
|
17317
17315
|
total
|
|
17318
17316
|
}
|
|
17319
17317
|
}
|
|
17320
|
-
`,
|
|
17318
|
+
`, zl = v`
|
|
17321
17319
|
mutation SetTransactionDesignName($id: String!, $name: String!) {
|
|
17322
17320
|
transactionUpdate(id: $id, designName: $name) {
|
|
17323
17321
|
id
|
|
@@ -17346,7 +17344,7 @@ const zl = v`
|
|
|
17346
17344
|
total
|
|
17347
17345
|
}
|
|
17348
17346
|
}
|
|
17349
|
-
`,
|
|
17347
|
+
`, ql = v`
|
|
17350
17348
|
query GetTransactionsForBundle($id: String!) {
|
|
17351
17349
|
bundles(ids: [$id]) {
|
|
17352
17350
|
id
|
|
@@ -17367,7 +17365,7 @@ const zl = v`
|
|
|
17367
17365
|
}
|
|
17368
17366
|
}
|
|
17369
17367
|
}
|
|
17370
|
-
`,
|
|
17368
|
+
`, Hl = v`
|
|
17371
17369
|
mutation SetBundleName($id: String!, $name: String!) {
|
|
17372
17370
|
bundleUpdate(id: $id, name: $name) {
|
|
17373
17371
|
id
|
|
@@ -17395,7 +17393,7 @@ const zl = v`
|
|
|
17395
17393
|
}
|
|
17396
17394
|
}
|
|
17397
17395
|
`, fd = async (r, t, e) => await B.getShadowGraphqlClient().mutate({
|
|
17398
|
-
mutation:
|
|
17396
|
+
mutation: Hl,
|
|
17399
17397
|
errorPolicy: "all",
|
|
17400
17398
|
variables: {
|
|
17401
17399
|
id: r,
|
|
@@ -17403,7 +17401,7 @@ const zl = v`
|
|
|
17403
17401
|
},
|
|
17404
17402
|
context: e
|
|
17405
17403
|
}), Cd = async (r, t) => await B.getShadowGraphqlClient().mutate({
|
|
17406
|
-
mutation:
|
|
17404
|
+
mutation: zl,
|
|
17407
17405
|
errorPolicy: "all",
|
|
17408
17406
|
variables: {
|
|
17409
17407
|
id: r,
|
|
@@ -17424,7 +17422,7 @@ const zl = v`
|
|
|
17424
17422
|
template: t
|
|
17425
17423
|
}
|
|
17426
17424
|
}), Sd = async (r) => (await B.getShadowGraphqlClient().query({
|
|
17427
|
-
query:
|
|
17425
|
+
query: Gl,
|
|
17428
17426
|
errorPolicy: "all",
|
|
17429
17427
|
variables: {
|
|
17430
17428
|
email: r
|
|
@@ -17439,7 +17437,7 @@ const zl = v`
|
|
|
17439
17437
|
limit: t
|
|
17440
17438
|
}
|
|
17441
17439
|
}), Ed = async (r, t) => await B.getShadowGraphqlClient().query({
|
|
17442
|
-
query:
|
|
17440
|
+
query: ql,
|
|
17443
17441
|
errorPolicy: "all",
|
|
17444
17442
|
fetchPolicy: "no-cache",
|
|
17445
17443
|
variables: {
|
|
@@ -17634,7 +17632,7 @@ const ir = v`
|
|
|
17634
17632
|
}
|
|
17635
17633
|
missingComponentTypes
|
|
17636
17634
|
}
|
|
17637
|
-
`,
|
|
17635
|
+
`, xa = v`
|
|
17638
17636
|
${ir}
|
|
17639
17637
|
fragment AddressValidationJobFields on AddressValidationJob {
|
|
17640
17638
|
id
|
|
@@ -17647,14 +17645,14 @@ const ir = v`
|
|
|
17647
17645
|
}
|
|
17648
17646
|
}
|
|
17649
17647
|
`, tc = v`
|
|
17650
|
-
${
|
|
17648
|
+
${xa}
|
|
17651
17649
|
query GetAddressValidationJobs($ids: [String!]!) {
|
|
17652
17650
|
addressValidationJobs(ids: $ids) {
|
|
17653
17651
|
...AddressValidationJobFields
|
|
17654
17652
|
}
|
|
17655
17653
|
}
|
|
17656
17654
|
`, ec = v`
|
|
17657
|
-
${
|
|
17655
|
+
${xa}
|
|
17658
17656
|
query GetRecipientsWithAddressValidationJobs($ids: [String!]!) {
|
|
17659
17657
|
recipients(ids: $ids) {
|
|
17660
17658
|
id
|
|
@@ -17671,7 +17669,7 @@ const ir = v`
|
|
|
17671
17669
|
}
|
|
17672
17670
|
}
|
|
17673
17671
|
`, nc = v`
|
|
17674
|
-
${
|
|
17672
|
+
${xa}
|
|
17675
17673
|
mutation BatchValidateRecipientAddress($ids: [String!]!) {
|
|
17676
17674
|
recipientValidateBatch(ids: $ids) {
|
|
17677
17675
|
...AddressValidationJobFields
|
|
@@ -17697,7 +17695,7 @@ const Dd = async (r) => {
|
|
|
17697
17695
|
if (n)
|
|
17698
17696
|
return (l = (o = (s = e.data) == null ? void 0 : s.recipients) == null ? void 0 : o.find((c) => c.id === n)) == null ? void 0 : l.addressValidationJob;
|
|
17699
17697
|
});
|
|
17700
|
-
},
|
|
17698
|
+
}, xd = async (r) => {
|
|
17701
17699
|
var e;
|
|
17702
17700
|
return (e = (await B.getShadowGraphqlClient().query({
|
|
17703
17701
|
query: tc,
|
|
@@ -17707,7 +17705,7 @@ const Dd = async (r) => {
|
|
|
17707
17705
|
ids: r
|
|
17708
17706
|
}
|
|
17709
17707
|
})).data) == null ? void 0 : e.addressValidationJobs;
|
|
17710
|
-
},
|
|
17708
|
+
}, Fd = async (r) => {
|
|
17711
17709
|
var e, a;
|
|
17712
17710
|
return (e = r.getWorkflowManager().getTransaction().recipient) != null && e.id ? (a = (await B.getShadowGraphqlClient().mutate({
|
|
17713
17711
|
mutation: ac,
|
|
@@ -17741,7 +17739,7 @@ export {
|
|
|
17741
17739
|
ic as AddressValidationJobStatus,
|
|
17742
17740
|
rc as AddressValidationResultConfirmationLevel,
|
|
17743
17741
|
cd as ArrayInput,
|
|
17744
|
-
|
|
17742
|
+
j as AspectType,
|
|
17745
17743
|
vt as AssetNotFoundError,
|
|
17746
17744
|
Ce as AssetType,
|
|
17747
17745
|
ad as BringForwardCommand,
|
|
@@ -17754,7 +17752,7 @@ export {
|
|
|
17754
17752
|
ls as CommandContext,
|
|
17755
17753
|
_l as ConversionDataType,
|
|
17756
17754
|
Kl as ConversionLocation,
|
|
17757
|
-
|
|
17755
|
+
z as CreateElementCommand,
|
|
17758
17756
|
Vn as CreateLayoutCommand,
|
|
17759
17757
|
Ml as CurrencyContext,
|
|
17760
17758
|
kl as CurrencyService,
|
|
@@ -17768,8 +17766,8 @@ export {
|
|
|
17768
17766
|
ds as FontColorCommand,
|
|
17769
17767
|
As as FontSizeCommand,
|
|
17770
17768
|
ja as FontSourceCommand,
|
|
17771
|
-
|
|
17772
|
-
|
|
17769
|
+
Ll as FrameService,
|
|
17770
|
+
Ul as FrameStep,
|
|
17773
17771
|
Vl as FrameStepHandle,
|
|
17774
17772
|
Ia as GlobalPropertyHandle,
|
|
17775
17773
|
$ as GroupCommand,
|
|
@@ -17781,7 +17779,7 @@ export {
|
|
|
17781
17779
|
Jc as LayoutElementFactory,
|
|
17782
17780
|
M as LayoutElementType,
|
|
17783
17781
|
J as LayoutNotFoundError,
|
|
17784
|
-
|
|
17782
|
+
qt as LayoutRenderingPurpose,
|
|
17785
17783
|
yo as MaterialStepHandle,
|
|
17786
17784
|
Se as MisconfigurationError,
|
|
17787
17785
|
pd as MockWorkflowManager,
|
|
@@ -17792,7 +17790,7 @@ export {
|
|
|
17792
17790
|
Bl as ObjectInputType,
|
|
17793
17791
|
tr as OptionGlobalPropertyHandle,
|
|
17794
17792
|
ye as OptionNotFoundError,
|
|
17795
|
-
|
|
17793
|
+
xt as ParseError,
|
|
17796
17794
|
vo as PictureStepHandle,
|
|
17797
17795
|
Ir as ProductCameraRig,
|
|
17798
17796
|
er as ProductCollection,
|
|
@@ -17801,11 +17799,11 @@ export {
|
|
|
17801
17799
|
Jt as PromiseCache,
|
|
17802
17800
|
kn as PromiseQueue,
|
|
17803
17801
|
Eo as QuestionStepHandle,
|
|
17804
|
-
|
|
17802
|
+
Fn as QueueablePromise,
|
|
17805
17803
|
Xc as ResizeCommand,
|
|
17806
|
-
|
|
17804
|
+
Ht as ResourceNotFoundError,
|
|
17807
17805
|
_c as RotateCommand,
|
|
17808
|
-
|
|
17806
|
+
H as ScaleAxis,
|
|
17809
17807
|
nd as SendBackwardsCommand,
|
|
17810
17808
|
bo as ShapeStepHandle,
|
|
17811
17809
|
br as ShareActionType,
|
|
@@ -17825,23 +17823,23 @@ export {
|
|
|
17825
17823
|
Pr as UnitOfMeasurement,
|
|
17826
17824
|
Zc as UpdateImageSourceCommand,
|
|
17827
17825
|
st as Variant,
|
|
17828
|
-
|
|
17826
|
+
Uo as WorkflowExperienceEventType,
|
|
17829
17827
|
Vo as WorkflowExperienceImpl,
|
|
17830
|
-
|
|
17828
|
+
L as assetService,
|
|
17831
17829
|
Zr as browserColorToHex,
|
|
17832
|
-
|
|
17830
|
+
Hc as cmPerPixel,
|
|
17833
17831
|
No as createDesign,
|
|
17834
17832
|
Wc as currentDirection,
|
|
17835
17833
|
Mc as dataUrlFromExternalUrl,
|
|
17836
17834
|
Ye as designService,
|
|
17837
17835
|
pe as determineCorrectFontSizeAndLines,
|
|
17838
|
-
|
|
17836
|
+
zn as digitalContentStepService,
|
|
17839
17837
|
dt as domParser,
|
|
17840
17838
|
wd as duplicateBundle,
|
|
17841
17839
|
yd as duplicateTransaction,
|
|
17842
17840
|
at as fetchAsString,
|
|
17843
17841
|
Oc as findAngle,
|
|
17844
|
-
|
|
17842
|
+
U as findElement,
|
|
17845
17843
|
Qc as findPmsColors,
|
|
17846
17844
|
Vt as frameDataCache,
|
|
17847
17845
|
wt as frameStepService,
|
|
@@ -17849,7 +17847,7 @@ export {
|
|
|
17849
17847
|
Xo as generateCommands,
|
|
17850
17848
|
lt as generateSVGWithUnknownColors,
|
|
17851
17849
|
sd as generateStateFromDesignInputSteps,
|
|
17852
|
-
|
|
17850
|
+
xd as getAddressValidationJobs,
|
|
17853
17851
|
Me as getAttributesFromArrayBuffer,
|
|
17854
17852
|
Rc as getAxisAlignedBoundingBox,
|
|
17855
17853
|
$l as getBoundedOffsets,
|
|
@@ -17860,20 +17858,20 @@ export {
|
|
|
17860
17858
|
Qe as getFrameData,
|
|
17861
17859
|
rd as getGlobalPropertyStateForBundle,
|
|
17862
17860
|
Ol as getIntegration,
|
|
17863
|
-
|
|
17861
|
+
Gc as getNEPoint,
|
|
17864
17862
|
Vc as getNWPoint,
|
|
17865
17863
|
Bd as getOrderedTransactions,
|
|
17866
17864
|
hd as getOverrideThemeConfiguration,
|
|
17867
|
-
|
|
17865
|
+
Uc as getPointOfRotation,
|
|
17868
17866
|
od as getProductCollections,
|
|
17869
|
-
|
|
17867
|
+
zc as getSEPoint,
|
|
17870
17868
|
Sa as getSvgElement,
|
|
17871
17869
|
Pd as getTemplateBundles,
|
|
17872
17870
|
Id as getTemplateTransactions,
|
|
17873
17871
|
ud as getTransaction,
|
|
17874
17872
|
gd as getTransactionThemeConfiguration,
|
|
17875
17873
|
Ed as getTransactionsForBundle,
|
|
17876
|
-
|
|
17874
|
+
Lc as getTrueCoordinates,
|
|
17877
17875
|
bd as getUnorderedTransactions,
|
|
17878
17876
|
Dd as getValidationJobsForWorkflowExperiences,
|
|
17879
17877
|
dd as getWorkflow,
|
|
@@ -17885,37 +17883,37 @@ export {
|
|
|
17885
17883
|
Nc as matchHexToPms,
|
|
17886
17884
|
Wn as materialStepService,
|
|
17887
17885
|
hl as metafieldManager,
|
|
17888
|
-
|
|
17886
|
+
qc as mmPerPixel,
|
|
17889
17887
|
jn as modelStepService,
|
|
17890
17888
|
Ca as modifySVGColors,
|
|
17891
|
-
|
|
17889
|
+
qn as moduleStepService,
|
|
17892
17890
|
fd as nameBundle,
|
|
17893
17891
|
Cd as nameTransaction,
|
|
17894
17892
|
Y as optionService,
|
|
17895
17893
|
Yc as outlineFontsInSvg,
|
|
17896
17894
|
At as patternImageDataCache,
|
|
17897
17895
|
N as persistenceService,
|
|
17898
|
-
|
|
17896
|
+
Hn as pictureStepService,
|
|
17899
17897
|
Tc as pmsToRgb,
|
|
17900
17898
|
Yn as questionStepService,
|
|
17901
17899
|
kc as registerFetchImplementation,
|
|
17902
|
-
|
|
17903
|
-
|
|
17900
|
+
Fc as registerWindowImplementation,
|
|
17901
|
+
za as rehydrateSerializedLayout,
|
|
17904
17902
|
Kr as rgbToPms,
|
|
17905
17903
|
le as rotateAroundPoint,
|
|
17906
17904
|
pa as sanitizeSvgTree,
|
|
17907
17905
|
Vr as setBearerAuthenticationToken,
|
|
17908
17906
|
fn as setCanvasModule,
|
|
17909
|
-
|
|
17907
|
+
Gt as shapeStepService,
|
|
17910
17908
|
fs as shortenUrl,
|
|
17911
17909
|
mt as spiffCoreConfiguration,
|
|
17912
17910
|
id as stepAspectValuesToDesignInputSteps,
|
|
17913
17911
|
$a as svgColorValueToDefinition,
|
|
17914
|
-
|
|
17912
|
+
Ln as svgStringDimensions,
|
|
17915
17913
|
ha as svgToDataUrl,
|
|
17916
|
-
|
|
17914
|
+
W as textStepService,
|
|
17917
17915
|
Ps as toast,
|
|
17918
|
-
|
|
17916
|
+
Fd as validateWorkflowExperienceRecipient,
|
|
17919
17917
|
kd as validateWorkflowExperienceRecipients,
|
|
17920
17918
|
Bt as xmlSerializer
|
|
17921
17919
|
};
|