@spiffcommerce/core 27.3.0-beta.6900ae7a-a6b0-5e73-9fc6-0dec4847e8e9 → 27.3.0-beta.77788c0a-992c-57e3-a34f-017b6df07c6c
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 +474 -470
- 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);
|
|
@@ -13772,7 +13788,9 @@ class sl extends Ia {
|
|
|
13772
13788
|
await this.applyTextSelection(e, t);
|
|
13773
13789
|
}
|
|
13774
13790
|
async applyTextSelection(t, e) {
|
|
13775
|
-
const
|
|
13791
|
+
const a = this.getSharedSteps(e);
|
|
13792
|
+
console.log(`LOG: applying text selection to ${a.length} steps`);
|
|
13793
|
+
const n = a.map((i) => {
|
|
13776
13794
|
i.setText(t);
|
|
13777
13795
|
});
|
|
13778
13796
|
await Promise.all(n);
|
|
@@ -13793,7 +13811,7 @@ class tr extends Ia {
|
|
|
13793
13811
|
return n.id === ((s = (i = this.optionResource) == null ? void 0 : i.defaultVariant) == null ? void 0 : s.id);
|
|
13794
13812
|
}
|
|
13795
13813
|
);
|
|
13796
|
-
|
|
13814
|
+
t && await this.selectVariant(new st(t));
|
|
13797
13815
|
}
|
|
13798
13816
|
/**
|
|
13799
13817
|
* Gets the currently selected variant, or undefined if no variant is selected.
|
|
@@ -13967,7 +13985,7 @@ class cl {
|
|
|
13967
13985
|
return (a = this.globalPropertyState.aspects.find((n) => n.name === t && n.channel === e)) == null ? void 0 : a.storage;
|
|
13968
13986
|
}
|
|
13969
13987
|
async setAspect(t, e, a, n) {
|
|
13970
|
-
if (!this.globalPropertyState)
|
|
13988
|
+
if (console.log(`LOG: setting aspect ${t} to ${e}`), !this.globalPropertyState)
|
|
13971
13989
|
throw new Error("Global property state not initialized");
|
|
13972
13990
|
if (!this.configuration)
|
|
13973
13991
|
throw new Error("Global property configuration not linked to the state manager.");
|
|
@@ -13976,7 +13994,7 @@ class cl {
|
|
|
13976
13994
|
throw new Error(`Failed to find configuration aspect with name: ${t}`);
|
|
13977
13995
|
const s = St(this.globalPropertyState), o = this.globalPropertyState.aspects.filter((l) => l.name === t);
|
|
13978
13996
|
if (o.length > 0)
|
|
13979
|
-
if (n) {
|
|
13997
|
+
if (console.log("LOG: setting aspect if case"), n) {
|
|
13980
13998
|
const l = o.find((c) => c.channel === n);
|
|
13981
13999
|
if (l)
|
|
13982
14000
|
l.value = e, l.type = i.type, l.channel = n, a !== void 0 && (l.storage = a !== null ? a : void 0);
|
|
@@ -13994,18 +14012,19 @@ class cl {
|
|
|
13994
14012
|
});
|
|
13995
14013
|
}
|
|
13996
14014
|
} else {
|
|
14015
|
+
console.log("LOG: setting aspect if case no channel");
|
|
13997
14016
|
const l = o[0];
|
|
13998
|
-
l.value = e, l.type = i.type, a !== void 0 && (l.storage = a !== null ? a : void 0);
|
|
14017
|
+
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
14018
|
}
|
|
14000
14019
|
else
|
|
14001
|
-
this.globalPropertyState.aspects.push({
|
|
14020
|
+
console.log("LOG: setting aspect else case"), this.globalPropertyState.aspects.push({
|
|
14002
14021
|
name: t,
|
|
14003
14022
|
value: e,
|
|
14004
14023
|
type: i.type,
|
|
14005
14024
|
storage: a !== null ? a : void 0,
|
|
14006
14025
|
channel: n
|
|
14007
14026
|
});
|
|
14008
|
-
await this.updateGlobalPropertyState(), await this.onGlobalPropertyStateChange(s, this.globalPropertyState);
|
|
14027
|
+
await this.updateGlobalPropertyState(), await this.onGlobalPropertyStateChange(s, this.globalPropertyState), console.log("LOG: setting aspect end");
|
|
14009
14028
|
}
|
|
14010
14029
|
async setAspectStorage(t, e, a) {
|
|
14011
14030
|
if (!this.globalPropertyState)
|
|
@@ -14040,22 +14059,22 @@ class cl {
|
|
|
14040
14059
|
throw new Error("Global property state not initialized");
|
|
14041
14060
|
console.log(`LOG: setting state ${this.globalPropertyState.id} with ${this.globalPropertyState.aspects.length} aspects`), console.trace();
|
|
14042
14061
|
const t = await B.getShadowGraphqlClient().mutate({
|
|
14043
|
-
mutation:
|
|
14062
|
+
mutation: Us,
|
|
14044
14063
|
variables: {
|
|
14045
14064
|
id: this.globalPropertyState.id,
|
|
14046
14065
|
aspects: this.globalPropertyState.aspects.map((n) => {
|
|
14047
14066
|
let i = n.type && n.storage ? {} : void 0;
|
|
14048
14067
|
if (i)
|
|
14049
14068
|
switch (n.type) {
|
|
14050
|
-
case
|
|
14069
|
+
case j.FileUpload: {
|
|
14051
14070
|
i.fileUpload = n.storage;
|
|
14052
14071
|
break;
|
|
14053
14072
|
}
|
|
14054
|
-
case
|
|
14073
|
+
case j.Option: {
|
|
14055
14074
|
i.option = n.storage;
|
|
14056
14075
|
break;
|
|
14057
14076
|
}
|
|
14058
|
-
case
|
|
14077
|
+
case j.ColorOption: {
|
|
14059
14078
|
i = n.storage;
|
|
14060
14079
|
break;
|
|
14061
14080
|
}
|
|
@@ -14084,7 +14103,7 @@ class cl {
|
|
|
14084
14103
|
async createGlobalPropertyState() {
|
|
14085
14104
|
var e, a;
|
|
14086
14105
|
const t = await B.getShadowGraphqlClient().mutate({
|
|
14087
|
-
mutation:
|
|
14106
|
+
mutation: Ls,
|
|
14088
14107
|
variables: {
|
|
14089
14108
|
bundleId: this.bundleId
|
|
14090
14109
|
},
|
|
@@ -14327,7 +14346,7 @@ class er {
|
|
|
14327
14346
|
async filterProducts(t, e, a, n) {
|
|
14328
14347
|
var l, c;
|
|
14329
14348
|
const i = await B.getShadowGraphqlClient().query({
|
|
14330
|
-
query:
|
|
14349
|
+
query: qs,
|
|
14331
14350
|
errorPolicy: "all",
|
|
14332
14351
|
variables: {
|
|
14333
14352
|
id: this.getId(),
|
|
@@ -14367,7 +14386,7 @@ class er {
|
|
|
14367
14386
|
};
|
|
14368
14387
|
}
|
|
14369
14388
|
const o = new AbortController(), { signal: l } = o, c = B.getShadowGraphqlClient().watchQuery({
|
|
14370
|
-
query:
|
|
14389
|
+
query: Hs,
|
|
14371
14390
|
variables: {
|
|
14372
14391
|
id: this.getId(),
|
|
14373
14392
|
limit: e,
|
|
@@ -14716,42 +14735,23 @@ const wl = v`
|
|
|
14716
14735
|
`;
|
|
14717
14736
|
class Je {
|
|
14718
14737
|
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 = (
|
|
14738
|
+
var l, c, d;
|
|
14739
|
+
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);
|
|
14740
|
+
const o = (c = this.productCollection) == null ? void 0 : c.globalPropertyConfiguration;
|
|
14722
14741
|
this.globalConfigurationPropertyId = o == null ? void 0 : o.id, this.globalPropertyStateManager = new cl(
|
|
14723
14742
|
this.id,
|
|
14724
14743
|
this.ownerId,
|
|
14725
14744
|
o,
|
|
14726
14745
|
this.checkConditionalHandlesChanged.bind(this),
|
|
14727
14746
|
s
|
|
14728
|
-
), this.globalPropertyHandleService = new rl(this), this.setPreviewService(a)
|
|
14729
|
-
|
|
14730
|
-
if (s != null && s.readonly) {
|
|
14731
|
-
console.log("Bundle is read-only."), u([]);
|
|
14732
|
-
return;
|
|
14733
|
-
}
|
|
14734
|
-
this.globalPropertyHandleService.getHandles().then((m) => {
|
|
14735
|
-
console.log(`Setting default global variants for ${m.length} handles.`);
|
|
14736
|
-
const g = m.map((p) => {
|
|
14737
|
-
if (p.getType() === z.ColorOption || p.getType() === z.Option) {
|
|
14738
|
-
const f = p;
|
|
14739
|
-
if (this.globalPropertyStateManager.getGlobalPropertyState())
|
|
14740
|
-
return f.initDefaultVariant();
|
|
14741
|
-
console.log("Attempted to set global default variant before state was initialized.");
|
|
14742
|
-
}
|
|
14743
|
-
});
|
|
14744
|
-
Promise.all(g).then(u).catch(h);
|
|
14745
|
-
});
|
|
14746
|
-
});
|
|
14747
|
-
this.initializationPromise = Promise.all([
|
|
14748
|
-
this.loadExistingWorkflowExperiences(((A = e.transactions) == null ? void 0 : A.map((u) => u.id)) || [], {
|
|
14747
|
+
), this.globalPropertyHandleService = new rl(this), this.setPreviewService(a), this.initializationPromise = Promise.all([
|
|
14748
|
+
this.loadExistingWorkflowExperiences(((d = e.transactions) == null ? void 0 : d.map((A) => A.id)) || [], {
|
|
14749
14749
|
...n,
|
|
14750
14750
|
bundleOwnerId: i
|
|
14751
14751
|
}),
|
|
14752
14752
|
this.globalPropertyStateManager.getInitializationPromise()
|
|
14753
|
-
])
|
|
14754
|
-
console.error(`Bundle initialization failed: ${
|
|
14753
|
+
]), this.initializationPromise.catch((A) => {
|
|
14754
|
+
console.error(`Bundle initialization failed: ${A}`);
|
|
14755
14755
|
});
|
|
14756
14756
|
}
|
|
14757
14757
|
getTemplate() {
|
|
@@ -14864,11 +14864,15 @@ class Je {
|
|
|
14864
14864
|
async applyGlobalPropertyState(t) {
|
|
14865
14865
|
var a;
|
|
14866
14866
|
const e = await this.globalPropertyHandleService.getHandles();
|
|
14867
|
+
for (const n of t.aspects) {
|
|
14868
|
+
const i = n == null ? void 0 : n.name;
|
|
14869
|
+
this.getGlobalPropertyStateManager().setAspect(i, n.value), console.log(`LOG: setting aspect ${i} to ${n.value}`);
|
|
14870
|
+
}
|
|
14867
14871
|
for (const n of t.aspects) {
|
|
14868
14872
|
const i = n == null ? void 0 : n.name, s = e.find((o) => o.getName() === i);
|
|
14869
14873
|
if (s)
|
|
14870
14874
|
switch (n.type) {
|
|
14871
|
-
case
|
|
14875
|
+
case j.FileUpload: {
|
|
14872
14876
|
const o = s, l = await ve([n.value]);
|
|
14873
14877
|
l.length > 0 && await o.selectImage(l[0]);
|
|
14874
14878
|
const c = (a = n.storage) == null ? void 0 : a.colors;
|
|
@@ -14880,21 +14884,21 @@ class Je {
|
|
|
14880
14884
|
}
|
|
14881
14885
|
break;
|
|
14882
14886
|
}
|
|
14883
|
-
case
|
|
14887
|
+
case j.ColorOption: {
|
|
14884
14888
|
const o = s;
|
|
14885
|
-
if (n.type ===
|
|
14889
|
+
if (n.type === j.ColorOption) {
|
|
14886
14890
|
const c = o.getAllVariants().find((d) => d.getId() === n.value);
|
|
14887
14891
|
c && await o.selectVariant(c);
|
|
14888
14892
|
} else
|
|
14889
14893
|
o.setCustomColor(n.value);
|
|
14890
14894
|
break;
|
|
14891
14895
|
}
|
|
14892
|
-
case
|
|
14896
|
+
case j.Option: {
|
|
14893
14897
|
const o = s, c = o.getAllVariants().find((d) => d.getId() === n.value);
|
|
14894
14898
|
c && await o.selectVariant(c);
|
|
14895
14899
|
break;
|
|
14896
14900
|
}
|
|
14897
|
-
case
|
|
14901
|
+
case j.Text: {
|
|
14898
14902
|
await s.setText(n.value);
|
|
14899
14903
|
break;
|
|
14900
14904
|
}
|
|
@@ -14905,7 +14909,7 @@ class Je {
|
|
|
14905
14909
|
return this.globalPropertyStateManager;
|
|
14906
14910
|
}
|
|
14907
14911
|
async getGlobalPropertyTotalSubunits() {
|
|
14908
|
-
return (await this.globalPropertyHandleService.getHandles()).filter((a) => a.getType() ===
|
|
14912
|
+
return (await this.globalPropertyHandleService.getHandles()).filter((a) => a.getType() === j.Option).map((a) => {
|
|
14909
14913
|
var n;
|
|
14910
14914
|
return ((n = a.getCurrentVariant()) == null ? void 0 : n.getPrice()) || 0;
|
|
14911
14915
|
}).reduce((a, n) => a + n, 0);
|
|
@@ -14924,7 +14928,7 @@ class Je {
|
|
|
14924
14928
|
const c = (e = this.getGlobalPropertyConfiguration()) == null ? void 0 : e.aspects.find(
|
|
14925
14929
|
(d) => d.name === l
|
|
14926
14930
|
);
|
|
14927
|
-
if (c && c.type ===
|
|
14931
|
+
if (c && c.type === j.ColorOption) {
|
|
14928
14932
|
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(
|
|
14929
14933
|
this.getWorkflowExperiences(),
|
|
14930
14934
|
this.globalConfigurationPropertyId || "",
|
|
@@ -15766,7 +15770,7 @@ const Dl = v`
|
|
|
15766
15770
|
}
|
|
15767
15771
|
}
|
|
15768
15772
|
`;
|
|
15769
|
-
class
|
|
15773
|
+
class xl {
|
|
15770
15774
|
constructor(t, e = B.getShadowGraphqlClient.bind(B)) {
|
|
15771
15775
|
this.options = t, this.client = e;
|
|
15772
15776
|
}
|
|
@@ -15795,7 +15799,7 @@ class Fl {
|
|
|
15795
15799
|
});
|
|
15796
15800
|
}
|
|
15797
15801
|
}
|
|
15798
|
-
class
|
|
15802
|
+
class Fl {
|
|
15799
15803
|
init(t, e, a) {
|
|
15800
15804
|
this.cognitoClient = new wr({ region: e }), this.spiffRegion = t, this.userPoolClientId = a;
|
|
15801
15805
|
}
|
|
@@ -15847,7 +15851,7 @@ class xl {
|
|
|
15847
15851
|
));
|
|
15848
15852
|
}
|
|
15849
15853
|
}
|
|
15850
|
-
const
|
|
15854
|
+
const Ut = new Fl();
|
|
15851
15855
|
class kl {
|
|
15852
15856
|
/**
|
|
15853
15857
|
* Returns a formatted string representing a given amount with desired currency.
|
|
@@ -15942,8 +15946,8 @@ const Tl = async (r, t) => {
|
|
|
15942
15946
|
return a.forEach((i) => {
|
|
15943
15947
|
i.steps.forEach((s) => {
|
|
15944
15948
|
var o, l, c;
|
|
15945
|
-
delete s.data.__typename, (o = s.option) != null && o.id && ((l = s.option.defaultVariant) != null && l.asset &&
|
|
15946
|
-
d.asset &&
|
|
15949
|
+
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) => {
|
|
15950
|
+
d.asset && L.cacheAsset(d.asset), d.thumbnail && L.cacheAsset(d.thumbnail), d.material && L.cacheMaterial(d.material);
|
|
15947
15951
|
}), Jt.set({ id: s.option.id }, Promise.resolve(s.option)));
|
|
15948
15952
|
}), i.finalizeStepConfig || (i.finalizeStepConfig = {}), i.finalizeStepConfig.termsMarkdown = i.finalizeStepConfig.termsMarkdown || i.partner.termsMarkdown;
|
|
15949
15953
|
}), a;
|
|
@@ -15989,26 +15993,26 @@ class Ad {
|
|
|
15989
15993
|
} catch (a) {
|
|
15990
15994
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15991
15995
|
}
|
|
15992
|
-
}, this.options = t, this.options.applicationKey &&
|
|
15996
|
+
}, 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.bede7ce6-52a6-5080-9553-55bc825401dc"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15993
15997
|
}
|
|
15994
15998
|
configure(t) {
|
|
15995
|
-
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 &&
|
|
15999
|
+
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);
|
|
15996
16000
|
}
|
|
15997
16001
|
/**
|
|
15998
16002
|
* @returns The asset manager allows for common operations related to assets
|
|
15999
16003
|
* and the Spiff Commerce platform.
|
|
16000
16004
|
*/
|
|
16001
16005
|
getAssetManager() {
|
|
16002
|
-
return
|
|
16006
|
+
return L;
|
|
16003
16007
|
}
|
|
16004
16008
|
getFlowService() {
|
|
16005
|
-
if (!
|
|
16009
|
+
if (!Ur())
|
|
16006
16010
|
throw new Error("Application key required to use Flow Service.");
|
|
16007
16011
|
return new El();
|
|
16008
16012
|
}
|
|
16009
16013
|
async getCurrencyContext(t) {
|
|
16010
16014
|
const a = (await this.getIntegration()).partner.currencyCode, i = await B.getShadowGraphqlClient().query({
|
|
16011
|
-
query:
|
|
16015
|
+
query: Gi,
|
|
16012
16016
|
errorPolicy: "all",
|
|
16013
16017
|
fetchPolicy: "cache-first",
|
|
16014
16018
|
variables: {
|
|
@@ -16206,7 +16210,7 @@ class Ad {
|
|
|
16206
16210
|
return !1;
|
|
16207
16211
|
const n = JSON.parse(e), i = (/* @__PURE__ */ new Date()).getTime() / 1e3;
|
|
16208
16212
|
if (!n.ExpiresIn || n.ExpiresIn < i - parseInt(t)) {
|
|
16209
|
-
const l = await
|
|
16213
|
+
const l = await Ut.refreshTokens();
|
|
16210
16214
|
if (l != null && l.AuthenticationResult)
|
|
16211
16215
|
localStorage.setItem("last-refreshed-cognito-tokens", `${(/* @__PURE__ */ new Date()).getTime() / 1e3}`), n.AccessToken = l.AuthenticationResult.AccessToken, localStorage.setItem("cognito-tokens", JSON.stringify(n));
|
|
16212
16216
|
else
|
|
@@ -16231,14 +16235,14 @@ class Ad {
|
|
|
16231
16235
|
variables: {
|
|
16232
16236
|
emailAddress: t
|
|
16233
16237
|
}
|
|
16234
|
-
}), await
|
|
16238
|
+
}), await Ut.generateCode(t);
|
|
16235
16239
|
}
|
|
16236
16240
|
/**
|
|
16237
16241
|
* Verify an email code to log in as a Spiff user.
|
|
16238
16242
|
* Always returns true if it doesn't throw.
|
|
16239
16243
|
*/
|
|
16240
16244
|
async verifyCode(t, e) {
|
|
16241
|
-
const a = (await this.getIntegration()).partner.id || "", n = await
|
|
16245
|
+
const a = (await this.getIntegration()).partner.id || "", n = await Ut.verifyCode(t, e, a);
|
|
16242
16246
|
if (n != null && n.AuthenticationResult) {
|
|
16243
16247
|
localStorage.setItem("last-refreshed-cognito-tokens", `${(/* @__PURE__ */ new Date()).getTime() / 1e3}`), localStorage.setItem("cognito-tokens", JSON.stringify(n.AuthenticationResult)), localStorage.setItem("cognito-email", t);
|
|
16244
16248
|
const s = (await B.getShadowGraphqlClient().query({
|
|
@@ -16268,7 +16272,7 @@ class Ad {
|
|
|
16268
16272
|
throw new Error("No token data in storage.");
|
|
16269
16273
|
const a = JSON.parse(e), n = (/* @__PURE__ */ new Date()).getTime() / 1e3, i = !(a != null && a.AccessToken) || Wt(a.AccessToken);
|
|
16270
16274
|
if (!a.ExpiresIn || a.ExpiresIn < n - parseInt(t) || i) {
|
|
16271
|
-
const s = await
|
|
16275
|
+
const s = await Ut.refreshTokens();
|
|
16272
16276
|
if (s != null && s.AuthenticationResult)
|
|
16273
16277
|
localStorage.setItem("last-refreshed-cognito-tokens", `${(/* @__PURE__ */ new Date()).getTime() / 1e3}`), a.AccessToken = s.AuthenticationResult.AccessToken, localStorage.setItem("cognito-tokens", JSON.stringify(a));
|
|
16274
16278
|
else
|
|
@@ -16331,7 +16335,7 @@ class Ad {
|
|
|
16331
16335
|
const I = await this.loggedInBearerToken();
|
|
16332
16336
|
o.Authorization = `Bearer ${I}`;
|
|
16333
16337
|
} catch {
|
|
16334
|
-
const
|
|
16338
|
+
const x = ((h = Object.entries(localStorage).find(([T, nt]) => T.startsWith("CognitoIdentityServiceProvider") && T.endsWith("idToken"))) == null ? void 0 : h[0]) || "", k = localStorage.getItem(x);
|
|
16335
16339
|
k && !Wt(k) && (o.Authorization = `Bearer ${k}`);
|
|
16336
16340
|
}
|
|
16337
16341
|
const l = {
|
|
@@ -16339,7 +16343,7 @@ class Ad {
|
|
|
16339
16343
|
...o,
|
|
16340
16344
|
...(m = n == null ? void 0 : n.graphql) == null ? void 0 : m.additionalHeaders
|
|
16341
16345
|
}, c = await B.getShadowGraphqlClient().query({
|
|
16342
|
-
query:
|
|
16346
|
+
query: zs(((p = (g = n == null ? void 0 : n.graphql) == null ? void 0 : g.productCollection) == null ? void 0 : p.eagerFetchProducts) || !1),
|
|
16343
16347
|
variables: {
|
|
16344
16348
|
id: t
|
|
16345
16349
|
},
|
|
@@ -16477,7 +16481,7 @@ class Ad {
|
|
|
16477
16481
|
if (t.length === 0)
|
|
16478
16482
|
throw new ut("No options provided!");
|
|
16479
16483
|
const a = B.getShadowGraphqlClient(), n = async (y) => {
|
|
16480
|
-
var D,
|
|
16484
|
+
var D, x, k;
|
|
16481
16485
|
if (y.length === 0)
|
|
16482
16486
|
return [];
|
|
16483
16487
|
const E = y.map((T) => T.option.transactionId), b = await a.query({
|
|
@@ -16489,7 +16493,7 @@ class Ad {
|
|
|
16489
16493
|
fetchPolicy: "no-cache"
|
|
16490
16494
|
}), I = b.data.transactions;
|
|
16491
16495
|
if (I.length !== y.length) {
|
|
16492
|
-
const T = ((
|
|
16496
|
+
const T = ((x = (D = b.errors) == null ? void 0 : D[0]) == null ? void 0 : x.message) || "Unknown error";
|
|
16493
16497
|
throw new ut(`Not all transactions were found: ${T}`);
|
|
16494
16498
|
}
|
|
16495
16499
|
return !this.activeIntegration && ((k = I[0].integrationProduct) != null && k.integration) && (this.activeIntegration = Promise.resolve(I[0].integrationProduct.integration)), I.map((T, nt) => {
|
|
@@ -16502,7 +16506,7 @@ class Ad {
|
|
|
16502
16506
|
};
|
|
16503
16507
|
});
|
|
16504
16508
|
}, i = async (y) => {
|
|
16505
|
-
var I, D,
|
|
16509
|
+
var I, D, x;
|
|
16506
16510
|
if (y.length === 0)
|
|
16507
16511
|
return [];
|
|
16508
16512
|
const E = await a.mutate({
|
|
@@ -16523,7 +16527,7 @@ class Ad {
|
|
|
16523
16527
|
fetchPolicy: "no-cache"
|
|
16524
16528
|
}), b = (I = E.data) == null ? void 0 : I.transactionCreateMany;
|
|
16525
16529
|
if (!b || b.length === 0) {
|
|
16526
|
-
const k = ((
|
|
16530
|
+
const k = ((x = (D = E.errors) == null ? void 0 : D[0]) == null ? void 0 : x.message) || "Unknown error";
|
|
16527
16531
|
throw new ut(`Failed to create transactions: ${k}`);
|
|
16528
16532
|
}
|
|
16529
16533
|
return b.map((k, T) => ({
|
|
@@ -16534,14 +16538,14 @@ class Ad {
|
|
|
16534
16538
|
}));
|
|
16535
16539
|
}, s = t.map((y, E) => ({ option: y, index: E })), o = s.filter((y) => y.option.type === "transaction"), l = s.filter(
|
|
16536
16540
|
(y) => y.option.type === "integration" || y.option.type === "external"
|
|
16537
|
-
), c =
|
|
16541
|
+
), c = Fa(o, 10), d = Fa(l, 10), A = (await Promise.all([
|
|
16538
16542
|
...c.map(n),
|
|
16539
16543
|
...d.map(i)
|
|
16540
16544
|
])).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) => {
|
|
16541
16545
|
var tt;
|
|
16542
|
-
const { transaction: E, workflowId: b, readOnly: I, index: D } = y,
|
|
16546
|
+
const { transaction: E, workflowId: b, readOnly: I, index: D } = y, x = m.get(b), k = t[D];
|
|
16543
16547
|
!g.get(E.id) && E.transactionOwnerId && g.set(E.id, E.transactionOwnerId);
|
|
16544
|
-
const T = g.get(E.id) || void 0, nt = new
|
|
16548
|
+
const T = g.get(E.id) || void 0, nt = new xl({
|
|
16545
16549
|
onMutate: () => ({ context: { transactionOwnerId: T, bundleOwnerId: e == null ? void 0 : e.bundleOwnerId } }),
|
|
16546
16550
|
onQuery: () => ({ context: { transactionOwnerId: T, bundleOwnerId: e == null ? void 0 : e.bundleOwnerId } })
|
|
16547
16551
|
}), R = {
|
|
@@ -16551,21 +16555,21 @@ class Ad {
|
|
|
16551
16555
|
singleVariantsRenderable: (tt = k == null ? void 0 : k.workflowConfiguration) == null ? void 0 : tt.singleVariantsRenderable,
|
|
16552
16556
|
stateMutationFunc: I ? async () => {
|
|
16553
16557
|
throw new G("State mutation is forbidden in read only mode!");
|
|
16554
|
-
} : async (
|
|
16555
|
-
...
|
|
16558
|
+
} : async (q) => this.updateTransactionState({
|
|
16559
|
+
...q,
|
|
16556
16560
|
context: { transactionOwnerId: T, bundleOwnerId: e == null ? void 0 : e.bundleOwnerId }
|
|
16557
16561
|
}),
|
|
16558
16562
|
graphQlClient: () => nt,
|
|
16559
16563
|
readOnly: I,
|
|
16560
|
-
workflow:
|
|
16564
|
+
workflow: x,
|
|
16561
16565
|
isReloadedTransaction: k.type === "transaction"
|
|
16562
16566
|
};
|
|
16563
16567
|
if (k.type === "transaction" && E.workflowState) {
|
|
16564
|
-
const
|
|
16565
|
-
R.layouts = Object.values(
|
|
16568
|
+
const q = JSON.parse(E.workflowState);
|
|
16569
|
+
R.layouts = Object.values(q.layouts || {}).map((ft) => ft.layout), await za(q), R.reloadedState = q;
|
|
16566
16570
|
} else if (!I && k.workflowState) {
|
|
16567
|
-
const
|
|
16568
|
-
R.layouts = Object.values(
|
|
16571
|
+
const q = JSON.parse(k.workflowState);
|
|
16572
|
+
R.layouts = Object.values(q.layouts || {}).map((ft) => ft.layout), await za(q), R.reloadedState = q;
|
|
16569
16573
|
} else
|
|
16570
16574
|
R.layouts = Rl(
|
|
16571
16575
|
R.transaction,
|
|
@@ -16687,7 +16691,7 @@ const Ol = async (r, t) => (await B.getShadowGraphqlClient().query({
|
|
|
16687
16691
|
}, md = async (r) => {
|
|
16688
16692
|
var e, a, n;
|
|
16689
16693
|
return (n = (a = (e = (await B.getShadowGraphqlClient().query({
|
|
16690
|
-
query:
|
|
16694
|
+
query: Ui,
|
|
16691
16695
|
errorPolicy: "all",
|
|
16692
16696
|
variables: {
|
|
16693
16697
|
id: r
|
|
@@ -16696,7 +16700,7 @@ const Ol = async (r, t) => (await B.getShadowGraphqlClient().query({
|
|
|
16696
16700
|
}, gd = async (r) => {
|
|
16697
16701
|
var e, a, n;
|
|
16698
16702
|
return (n = (a = (e = (await B.getShadowGraphqlClient().query({
|
|
16699
|
-
query:
|
|
16703
|
+
query: Li,
|
|
16700
16704
|
errorPolicy: "all",
|
|
16701
16705
|
variables: {
|
|
16702
16706
|
id: r
|
|
@@ -16717,7 +16721,7 @@ function $l(r, t, e, a) {
|
|
|
16717
16721
|
function he(r, t, e) {
|
|
16718
16722
|
return Math.min(Math.max(r, t), e);
|
|
16719
16723
|
}
|
|
16720
|
-
class
|
|
16724
|
+
class Ll {
|
|
16721
16725
|
constructor(t, e) {
|
|
16722
16726
|
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 = {
|
|
16723
16727
|
useThreshold: !1,
|
|
@@ -17101,12 +17105,12 @@ class pd {
|
|
|
17101
17105
|
return [];
|
|
17102
17106
|
}
|
|
17103
17107
|
}
|
|
17104
|
-
var
|
|
17108
|
+
var Ul = /* @__PURE__ */ ((r) => (r.SelectFrame = "SelectFrame", r.SelectImage = "SelectImage", r.Position = "Position", r))(Ul || {});
|
|
17105
17109
|
class Vl extends it {
|
|
17106
17110
|
constructor(t, e, a) {
|
|
17107
17111
|
super(t, e, a);
|
|
17108
17112
|
const n = e.data;
|
|
17109
|
-
this.frameService = new
|
|
17113
|
+
this.frameService = new Ll(n.forceImageCover, n.initialZoomLevel), this.frameService.connectWorkflowManager(t, e.stepName);
|
|
17110
17114
|
}
|
|
17111
17115
|
selectVariant(t) {
|
|
17112
17116
|
const e = this.manager.getRegionElements(this.step.stepName);
|
|
@@ -17170,7 +17174,7 @@ class Vl extends it {
|
|
|
17170
17174
|
const e = await this.getOriginalImageSelection();
|
|
17171
17175
|
if (!e)
|
|
17172
17176
|
throw new Error("You must supply an image selection before attempting to remove the background.");
|
|
17173
|
-
const a = await
|
|
17177
|
+
const a = await L.removeBackgroundFromAsset(e);
|
|
17174
17178
|
t && await wt.selectImage(this.step, a, this.manager, !1);
|
|
17175
17179
|
const n = ((i = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : i.framePatternData) || {};
|
|
17176
17180
|
return this.manager.updateStorage(this.step.stepName, {
|
|
@@ -17229,13 +17233,13 @@ class Vl extends it {
|
|
|
17229
17233
|
var e, a;
|
|
17230
17234
|
const t = (a = (e = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : e.framePatternData) == null ? void 0 : a.originalAssetKey;
|
|
17231
17235
|
if (t)
|
|
17232
|
-
return
|
|
17236
|
+
return L.getLocalOrFromServer(t);
|
|
17233
17237
|
}
|
|
17234
17238
|
async getBackgroundRemovedImageSelection() {
|
|
17235
17239
|
var e, a;
|
|
17236
17240
|
const t = (a = (e = this.manager.getStepStorage(this.step.stepName)) == null ? void 0 : e.framePatternData) == null ? void 0 : a.backgroundRemovedAssetKey;
|
|
17237
17241
|
if (t)
|
|
17238
|
-
return
|
|
17242
|
+
return L.getLocalOrFromServer(t);
|
|
17239
17243
|
}
|
|
17240
17244
|
hasOriginalImageSelection() {
|
|
17241
17245
|
var t, e;
|
|
@@ -17275,7 +17279,7 @@ class Vl extends it {
|
|
|
17275
17279
|
return this.manager.getStepStorage(this.step.stepName);
|
|
17276
17280
|
}
|
|
17277
17281
|
}
|
|
17278
|
-
const
|
|
17282
|
+
const Gl = v`
|
|
17279
17283
|
query GetLoggedInCustomer($email: String!) {
|
|
17280
17284
|
customer(emailAddress: $email) {
|
|
17281
17285
|
id
|
|
@@ -17318,7 +17322,7 @@ const zl = v`
|
|
|
17318
17322
|
total
|
|
17319
17323
|
}
|
|
17320
17324
|
}
|
|
17321
|
-
`,
|
|
17325
|
+
`, zl = v`
|
|
17322
17326
|
mutation SetTransactionDesignName($id: String!, $name: String!) {
|
|
17323
17327
|
transactionUpdate(id: $id, designName: $name) {
|
|
17324
17328
|
id
|
|
@@ -17347,7 +17351,7 @@ const zl = v`
|
|
|
17347
17351
|
total
|
|
17348
17352
|
}
|
|
17349
17353
|
}
|
|
17350
|
-
`,
|
|
17354
|
+
`, ql = v`
|
|
17351
17355
|
query GetTransactionsForBundle($id: String!) {
|
|
17352
17356
|
bundles(ids: [$id]) {
|
|
17353
17357
|
id
|
|
@@ -17368,7 +17372,7 @@ const zl = v`
|
|
|
17368
17372
|
}
|
|
17369
17373
|
}
|
|
17370
17374
|
}
|
|
17371
|
-
`,
|
|
17375
|
+
`, Hl = v`
|
|
17372
17376
|
mutation SetBundleName($id: String!, $name: String!) {
|
|
17373
17377
|
bundleUpdate(id: $id, name: $name) {
|
|
17374
17378
|
id
|
|
@@ -17396,7 +17400,7 @@ const zl = v`
|
|
|
17396
17400
|
}
|
|
17397
17401
|
}
|
|
17398
17402
|
`, fd = async (r, t, e) => await B.getShadowGraphqlClient().mutate({
|
|
17399
|
-
mutation:
|
|
17403
|
+
mutation: Hl,
|
|
17400
17404
|
errorPolicy: "all",
|
|
17401
17405
|
variables: {
|
|
17402
17406
|
id: r,
|
|
@@ -17404,7 +17408,7 @@ const zl = v`
|
|
|
17404
17408
|
},
|
|
17405
17409
|
context: e
|
|
17406
17410
|
}), Cd = async (r, t) => await B.getShadowGraphqlClient().mutate({
|
|
17407
|
-
mutation:
|
|
17411
|
+
mutation: zl,
|
|
17408
17412
|
errorPolicy: "all",
|
|
17409
17413
|
variables: {
|
|
17410
17414
|
id: r,
|
|
@@ -17425,7 +17429,7 @@ const zl = v`
|
|
|
17425
17429
|
template: t
|
|
17426
17430
|
}
|
|
17427
17431
|
}), Sd = async (r) => (await B.getShadowGraphqlClient().query({
|
|
17428
|
-
query:
|
|
17432
|
+
query: Gl,
|
|
17429
17433
|
errorPolicy: "all",
|
|
17430
17434
|
variables: {
|
|
17431
17435
|
email: r
|
|
@@ -17440,7 +17444,7 @@ const zl = v`
|
|
|
17440
17444
|
limit: t
|
|
17441
17445
|
}
|
|
17442
17446
|
}), Ed = async (r, t) => await B.getShadowGraphqlClient().query({
|
|
17443
|
-
query:
|
|
17447
|
+
query: ql,
|
|
17444
17448
|
errorPolicy: "all",
|
|
17445
17449
|
fetchPolicy: "no-cache",
|
|
17446
17450
|
variables: {
|
|
@@ -17635,7 +17639,7 @@ const ir = v`
|
|
|
17635
17639
|
}
|
|
17636
17640
|
missingComponentTypes
|
|
17637
17641
|
}
|
|
17638
|
-
`,
|
|
17642
|
+
`, xa = v`
|
|
17639
17643
|
${ir}
|
|
17640
17644
|
fragment AddressValidationJobFields on AddressValidationJob {
|
|
17641
17645
|
id
|
|
@@ -17648,14 +17652,14 @@ const ir = v`
|
|
|
17648
17652
|
}
|
|
17649
17653
|
}
|
|
17650
17654
|
`, tc = v`
|
|
17651
|
-
${
|
|
17655
|
+
${xa}
|
|
17652
17656
|
query GetAddressValidationJobs($ids: [String!]!) {
|
|
17653
17657
|
addressValidationJobs(ids: $ids) {
|
|
17654
17658
|
...AddressValidationJobFields
|
|
17655
17659
|
}
|
|
17656
17660
|
}
|
|
17657
17661
|
`, ec = v`
|
|
17658
|
-
${
|
|
17662
|
+
${xa}
|
|
17659
17663
|
query GetRecipientsWithAddressValidationJobs($ids: [String!]!) {
|
|
17660
17664
|
recipients(ids: $ids) {
|
|
17661
17665
|
id
|
|
@@ -17672,7 +17676,7 @@ const ir = v`
|
|
|
17672
17676
|
}
|
|
17673
17677
|
}
|
|
17674
17678
|
`, nc = v`
|
|
17675
|
-
${
|
|
17679
|
+
${xa}
|
|
17676
17680
|
mutation BatchValidateRecipientAddress($ids: [String!]!) {
|
|
17677
17681
|
recipientValidateBatch(ids: $ids) {
|
|
17678
17682
|
...AddressValidationJobFields
|
|
@@ -17698,7 +17702,7 @@ const Dd = async (r) => {
|
|
|
17698
17702
|
if (n)
|
|
17699
17703
|
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;
|
|
17700
17704
|
});
|
|
17701
|
-
},
|
|
17705
|
+
}, xd = async (r) => {
|
|
17702
17706
|
var e;
|
|
17703
17707
|
return (e = (await B.getShadowGraphqlClient().query({
|
|
17704
17708
|
query: tc,
|
|
@@ -17708,7 +17712,7 @@ const Dd = async (r) => {
|
|
|
17708
17712
|
ids: r
|
|
17709
17713
|
}
|
|
17710
17714
|
})).data) == null ? void 0 : e.addressValidationJobs;
|
|
17711
|
-
},
|
|
17715
|
+
}, Fd = async (r) => {
|
|
17712
17716
|
var e, a;
|
|
17713
17717
|
return (e = r.getWorkflowManager().getTransaction().recipient) != null && e.id ? (a = (await B.getShadowGraphqlClient().mutate({
|
|
17714
17718
|
mutation: ac,
|
|
@@ -17742,7 +17746,7 @@ export {
|
|
|
17742
17746
|
ic as AddressValidationJobStatus,
|
|
17743
17747
|
rc as AddressValidationResultConfirmationLevel,
|
|
17744
17748
|
cd as ArrayInput,
|
|
17745
|
-
|
|
17749
|
+
j as AspectType,
|
|
17746
17750
|
vt as AssetNotFoundError,
|
|
17747
17751
|
Ce as AssetType,
|
|
17748
17752
|
ad as BringForwardCommand,
|
|
@@ -17755,7 +17759,7 @@ export {
|
|
|
17755
17759
|
ls as CommandContext,
|
|
17756
17760
|
_l as ConversionDataType,
|
|
17757
17761
|
Kl as ConversionLocation,
|
|
17758
|
-
|
|
17762
|
+
z as CreateElementCommand,
|
|
17759
17763
|
Vn as CreateLayoutCommand,
|
|
17760
17764
|
Ml as CurrencyContext,
|
|
17761
17765
|
kl as CurrencyService,
|
|
@@ -17769,8 +17773,8 @@ export {
|
|
|
17769
17773
|
ds as FontColorCommand,
|
|
17770
17774
|
As as FontSizeCommand,
|
|
17771
17775
|
ja as FontSourceCommand,
|
|
17772
|
-
|
|
17773
|
-
|
|
17776
|
+
Ll as FrameService,
|
|
17777
|
+
Ul as FrameStep,
|
|
17774
17778
|
Vl as FrameStepHandle,
|
|
17775
17779
|
Ia as GlobalPropertyHandle,
|
|
17776
17780
|
$ as GroupCommand,
|
|
@@ -17782,7 +17786,7 @@ export {
|
|
|
17782
17786
|
Jc as LayoutElementFactory,
|
|
17783
17787
|
M as LayoutElementType,
|
|
17784
17788
|
J as LayoutNotFoundError,
|
|
17785
|
-
|
|
17789
|
+
qt as LayoutRenderingPurpose,
|
|
17786
17790
|
yo as MaterialStepHandle,
|
|
17787
17791
|
Se as MisconfigurationError,
|
|
17788
17792
|
pd as MockWorkflowManager,
|
|
@@ -17793,7 +17797,7 @@ export {
|
|
|
17793
17797
|
Bl as ObjectInputType,
|
|
17794
17798
|
tr as OptionGlobalPropertyHandle,
|
|
17795
17799
|
ye as OptionNotFoundError,
|
|
17796
|
-
|
|
17800
|
+
xt as ParseError,
|
|
17797
17801
|
vo as PictureStepHandle,
|
|
17798
17802
|
Ir as ProductCameraRig,
|
|
17799
17803
|
er as ProductCollection,
|
|
@@ -17802,11 +17806,11 @@ export {
|
|
|
17802
17806
|
Jt as PromiseCache,
|
|
17803
17807
|
kn as PromiseQueue,
|
|
17804
17808
|
Eo as QuestionStepHandle,
|
|
17805
|
-
|
|
17809
|
+
Fn as QueueablePromise,
|
|
17806
17810
|
Xc as ResizeCommand,
|
|
17807
|
-
|
|
17811
|
+
Ht as ResourceNotFoundError,
|
|
17808
17812
|
_c as RotateCommand,
|
|
17809
|
-
|
|
17813
|
+
H as ScaleAxis,
|
|
17810
17814
|
nd as SendBackwardsCommand,
|
|
17811
17815
|
bo as ShapeStepHandle,
|
|
17812
17816
|
br as ShareActionType,
|
|
@@ -17826,23 +17830,23 @@ export {
|
|
|
17826
17830
|
Pr as UnitOfMeasurement,
|
|
17827
17831
|
Zc as UpdateImageSourceCommand,
|
|
17828
17832
|
st as Variant,
|
|
17829
|
-
|
|
17833
|
+
Uo as WorkflowExperienceEventType,
|
|
17830
17834
|
Vo as WorkflowExperienceImpl,
|
|
17831
|
-
|
|
17835
|
+
L as assetService,
|
|
17832
17836
|
Zr as browserColorToHex,
|
|
17833
|
-
|
|
17837
|
+
Hc as cmPerPixel,
|
|
17834
17838
|
No as createDesign,
|
|
17835
17839
|
Wc as currentDirection,
|
|
17836
17840
|
Mc as dataUrlFromExternalUrl,
|
|
17837
17841
|
Ye as designService,
|
|
17838
17842
|
pe as determineCorrectFontSizeAndLines,
|
|
17839
|
-
|
|
17843
|
+
zn as digitalContentStepService,
|
|
17840
17844
|
dt as domParser,
|
|
17841
17845
|
wd as duplicateBundle,
|
|
17842
17846
|
yd as duplicateTransaction,
|
|
17843
17847
|
at as fetchAsString,
|
|
17844
17848
|
Oc as findAngle,
|
|
17845
|
-
|
|
17849
|
+
U as findElement,
|
|
17846
17850
|
Qc as findPmsColors,
|
|
17847
17851
|
Vt as frameDataCache,
|
|
17848
17852
|
wt as frameStepService,
|
|
@@ -17850,7 +17854,7 @@ export {
|
|
|
17850
17854
|
Xo as generateCommands,
|
|
17851
17855
|
lt as generateSVGWithUnknownColors,
|
|
17852
17856
|
sd as generateStateFromDesignInputSteps,
|
|
17853
|
-
|
|
17857
|
+
xd as getAddressValidationJobs,
|
|
17854
17858
|
Me as getAttributesFromArrayBuffer,
|
|
17855
17859
|
Rc as getAxisAlignedBoundingBox,
|
|
17856
17860
|
$l as getBoundedOffsets,
|
|
@@ -17861,20 +17865,20 @@ export {
|
|
|
17861
17865
|
Qe as getFrameData,
|
|
17862
17866
|
rd as getGlobalPropertyStateForBundle,
|
|
17863
17867
|
Ol as getIntegration,
|
|
17864
|
-
|
|
17868
|
+
Gc as getNEPoint,
|
|
17865
17869
|
Vc as getNWPoint,
|
|
17866
17870
|
Bd as getOrderedTransactions,
|
|
17867
17871
|
hd as getOverrideThemeConfiguration,
|
|
17868
|
-
|
|
17872
|
+
Uc as getPointOfRotation,
|
|
17869
17873
|
od as getProductCollections,
|
|
17870
|
-
|
|
17874
|
+
zc as getSEPoint,
|
|
17871
17875
|
Sa as getSvgElement,
|
|
17872
17876
|
Pd as getTemplateBundles,
|
|
17873
17877
|
Id as getTemplateTransactions,
|
|
17874
17878
|
ud as getTransaction,
|
|
17875
17879
|
gd as getTransactionThemeConfiguration,
|
|
17876
17880
|
Ed as getTransactionsForBundle,
|
|
17877
|
-
|
|
17881
|
+
Lc as getTrueCoordinates,
|
|
17878
17882
|
bd as getUnorderedTransactions,
|
|
17879
17883
|
Dd as getValidationJobsForWorkflowExperiences,
|
|
17880
17884
|
dd as getWorkflow,
|
|
@@ -17886,37 +17890,37 @@ export {
|
|
|
17886
17890
|
Nc as matchHexToPms,
|
|
17887
17891
|
Wn as materialStepService,
|
|
17888
17892
|
hl as metafieldManager,
|
|
17889
|
-
|
|
17893
|
+
qc as mmPerPixel,
|
|
17890
17894
|
jn as modelStepService,
|
|
17891
17895
|
Ca as modifySVGColors,
|
|
17892
|
-
|
|
17896
|
+
qn as moduleStepService,
|
|
17893
17897
|
fd as nameBundle,
|
|
17894
17898
|
Cd as nameTransaction,
|
|
17895
17899
|
Y as optionService,
|
|
17896
17900
|
Yc as outlineFontsInSvg,
|
|
17897
17901
|
At as patternImageDataCache,
|
|
17898
17902
|
N as persistenceService,
|
|
17899
|
-
|
|
17903
|
+
Hn as pictureStepService,
|
|
17900
17904
|
Tc as pmsToRgb,
|
|
17901
17905
|
Yn as questionStepService,
|
|
17902
17906
|
kc as registerFetchImplementation,
|
|
17903
|
-
|
|
17904
|
-
|
|
17907
|
+
Fc as registerWindowImplementation,
|
|
17908
|
+
za as rehydrateSerializedLayout,
|
|
17905
17909
|
Kr as rgbToPms,
|
|
17906
17910
|
le as rotateAroundPoint,
|
|
17907
17911
|
pa as sanitizeSvgTree,
|
|
17908
17912
|
Vr as setBearerAuthenticationToken,
|
|
17909
17913
|
fn as setCanvasModule,
|
|
17910
|
-
|
|
17914
|
+
Gt as shapeStepService,
|
|
17911
17915
|
fs as shortenUrl,
|
|
17912
17916
|
mt as spiffCoreConfiguration,
|
|
17913
17917
|
id as stepAspectValuesToDesignInputSteps,
|
|
17914
17918
|
$a as svgColorValueToDefinition,
|
|
17915
|
-
|
|
17919
|
+
Ln as svgStringDimensions,
|
|
17916
17920
|
ha as svgToDataUrl,
|
|
17917
|
-
|
|
17921
|
+
W as textStepService,
|
|
17918
17922
|
Ps as toast,
|
|
17919
|
-
|
|
17923
|
+
Fd as validateWorkflowExperienceRecipient,
|
|
17920
17924
|
kd as validateWorkflowExperienceRecipients,
|
|
17921
17925
|
Bt as xmlSerializer
|
|
17922
17926
|
};
|