@poni/adjutant-ui 0.0.109 → 0.0.110
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/AdjUploadFile-pH85-z6c.cjs +1 -0
- package/dist/{AdjUploadFile-hEC_M0bi.js → AdjUploadFile-ybsqFMEo.js} +25 -25
- package/dist/adjutant-ui.css +1 -0
- package/dist/components.cjs +1 -1
- package/dist/components.js +14 -14
- package/dist/constructor.cjs +2 -2
- package/dist/constructor.js +244 -244
- package/package.json +12 -12
- package/dist/AdjUploadFile-CyQywon3.cjs +0 -1
- package/dist/style.css +0 -1
package/dist/constructor.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as w, useCssVars as F, ref as D, openBlock as a, createElementBlock as
|
|
2
|
-
import { g as R, m as
|
|
1
|
+
import { defineComponent as w, useCssVars as F, ref as D, openBlock as a, createElementBlock as s, normalizeClass as f, withModifiers as z, createElementVNode as d, normalizeStyle as ie, toDisplayString as $, createCommentVNode as j, createBlock as N, createVNode as _, Transition as H, withCtx as q, withDirectives as B, vShow as P, Fragment as k, renderList as y, computed as I, watch as ee, unref as oe, useTemplateRef as J, getCurrentInstance as ne, onMounted as de } from "vue";
|
|
2
|
+
import { g as R, m as Y, _ as C, k as L, e as te, A as ue, c as re, j as O, d as ce, i as me, n as pe, o as _e, h as ve, f as Z, a as he, b as G } from "./AdjUploadFile-ybsqFMEo.js";
|
|
3
3
|
import { useWindowSize as ge, useMemoize as fe, useWindowScroll as je, useDebounceFn as ke, useElementSize as be } from "@vueuse/core";
|
|
4
4
|
const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
5
5
|
key: 0,
|
|
@@ -42,13 +42,13 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
42
42
|
emits: ["click", "clickZoom", "clickDetail", "clickClose", "clickPlus"],
|
|
43
43
|
setup(g, { emit: u }) {
|
|
44
44
|
F((t) => ({
|
|
45
|
-
"
|
|
45
|
+
"7c0e61de": t.width
|
|
46
46
|
}));
|
|
47
47
|
const o = u, n = D(!1);
|
|
48
48
|
function l(t) {
|
|
49
49
|
n.value = t;
|
|
50
50
|
}
|
|
51
|
-
return (t, e) => (a(),
|
|
51
|
+
return (t, e) => (a(), s("div", {
|
|
52
52
|
class: f(["adj-image-item", {
|
|
53
53
|
"adj-image-item_hovered": n.value,
|
|
54
54
|
"adj-image-item_checked": t.checked,
|
|
@@ -61,30 +61,30 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
61
61
|
d("div", $e, [
|
|
62
62
|
d("img", {
|
|
63
63
|
class: "adj-top__image",
|
|
64
|
-
style:
|
|
64
|
+
style: ie({ aspectRatio: t.aspectRatio }),
|
|
65
65
|
src: t.image,
|
|
66
66
|
alt: t.name
|
|
67
67
|
}, null, 12, ye),
|
|
68
|
-
t.hints.length > 0 ? (a(),
|
|
68
|
+
t.hints.length > 0 ? (a(), s("div", Ve, [
|
|
69
69
|
d("div", we, [
|
|
70
70
|
d("div", Ce, $(t.hints[0]), 1),
|
|
71
71
|
d("div", Ae, $(t.hints[1]), 1)
|
|
72
72
|
])
|
|
73
73
|
])) : j("", !0),
|
|
74
74
|
d("div", Ie, [
|
|
75
|
-
t.labelSale ? (a(),
|
|
76
|
-
t.labelNew ? (a(),
|
|
77
|
-
t.labelCmyk ? (a(),
|
|
75
|
+
t.labelSale ? (a(), s("div", Te, "Sale")) : j("", !0),
|
|
76
|
+
t.labelNew ? (a(), s("div", Se, "NEW")) : j("", !0),
|
|
77
|
+
t.labelCmyk ? (a(), s("div", De, "CMYK")) : j("", !0)
|
|
78
78
|
]),
|
|
79
|
-
t.buttonClose ? (a(),
|
|
79
|
+
t.buttonClose ? (a(), s("div", {
|
|
80
80
|
key: 1,
|
|
81
81
|
class: "adj-square adj-square_close",
|
|
82
82
|
onClick: e[0] || (e[0] = z((r) => t.$emit("clickClose"), ["stop"]))
|
|
83
83
|
}, e[8] || (e[8] = [
|
|
84
84
|
d("i", { className: "icon-close" }, null, -1)
|
|
85
85
|
]))) : j("", !0),
|
|
86
|
-
t.labelQuantity ? (a(),
|
|
87
|
-
t.buttonPlus ? (a(),
|
|
86
|
+
t.labelQuantity ? (a(), s("div", Le, $(t.quantity), 1)) : j("", !0),
|
|
87
|
+
t.buttonPlus ? (a(), s("div", {
|
|
88
88
|
key: 3,
|
|
89
89
|
class: "adj-square adj-square_plus",
|
|
90
90
|
onClick: e[1] || (e[1] = z((r) => t.$emit("clickPlus"), ["stop"]))
|
|
@@ -110,7 +110,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
110
110
|
_(H, { name: "adj-fade" }, {
|
|
111
111
|
default: q(() => [
|
|
112
112
|
B(d("div", Ne, [
|
|
113
|
-
_(
|
|
113
|
+
_(Y)
|
|
114
114
|
], 512), [
|
|
115
115
|
[P, t.checked]
|
|
116
116
|
])
|
|
@@ -122,7 +122,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
122
122
|
d("div", {
|
|
123
123
|
class: f(["adj-bottom__title adj-text-16", { "adj-bottom__title_center": t.centerName }])
|
|
124
124
|
}, $(t.name), 3),
|
|
125
|
-
(a(!0),
|
|
125
|
+
(a(!0), s(k, null, y(t.subnames, (r, c) => (a(), s("div", {
|
|
126
126
|
key: c,
|
|
127
127
|
class: "adj-bottom__subtitle adj-text-13",
|
|
128
128
|
innerHTML: r
|
|
@@ -130,7 +130,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
130
130
|
])
|
|
131
131
|
], 34));
|
|
132
132
|
}
|
|
133
|
-
}), Q = /* @__PURE__ */ C(Me, [["__scopeId", "data-v-
|
|
133
|
+
}), Q = /* @__PURE__ */ C(Me, [["__scopeId", "data-v-5139b794"]]), Re = { class: "adj-blocks" }, Be = /* @__PURE__ */ w({
|
|
134
134
|
__name: "AdjBlocks",
|
|
135
135
|
props: {
|
|
136
136
|
modelValue: {},
|
|
@@ -169,10 +169,10 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
169
169
|
width: "60%"
|
|
170
170
|
}
|
|
171
171
|
];
|
|
172
|
-
return (o, n) => (a(),
|
|
173
|
-
o.items.length > 0 ? (a(!0),
|
|
172
|
+
return (o, n) => (a(), s("div", Re, [
|
|
173
|
+
o.items.length > 0 ? (a(!0), s(k, { key: 0 }, y(o.items, (l, t) => {
|
|
174
174
|
var e;
|
|
175
|
-
return a(),
|
|
175
|
+
return a(), s("div", {
|
|
176
176
|
class: "adj-blocks__item",
|
|
177
177
|
key: t
|
|
178
178
|
}, [
|
|
@@ -191,7 +191,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
191
191
|
onClickDetail: (r) => o.$emit("clickDetail", l)
|
|
192
192
|
}, null, 8, ["id", "image", "name", "subnames", "checked", "labelNew", "labelSale", "onClick", "onClickZoom", "onClickDetail"])
|
|
193
193
|
]);
|
|
194
|
-
}), 128)) : (a(!0),
|
|
194
|
+
}), 128)) : (a(!0), s(k, { key: 1 }, y(o.skeletonQty, (l) => (a(), s("div", {
|
|
195
195
|
key: l,
|
|
196
196
|
class: "adj-blocks__item"
|
|
197
197
|
}, [
|
|
@@ -199,7 +199,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
199
199
|
]))), 128))
|
|
200
200
|
]));
|
|
201
201
|
}
|
|
202
|
-
}),
|
|
202
|
+
}), za = /* @__PURE__ */ C(Be, [["__scopeId", "data-v-ea34b6d7"]]), Pe = { class: "adj-top" }, Ue = ["src", "alt"], Ee = ["src"], Fe = { class: "adj-top__check" }, He = { class: "adj-top__icon-buttons" }, Qe = { class: "adj-bottom" }, We = { class: "adj-bottom__title adj-text-16" }, Oe = /* @__PURE__ */ w({
|
|
203
203
|
__name: "AdjCoverItem",
|
|
204
204
|
props: {
|
|
205
205
|
id: {},
|
|
@@ -217,7 +217,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
217
217
|
emits: ["click", "switchCorner"],
|
|
218
218
|
setup(g, { emit: u }) {
|
|
219
219
|
F((v) => ({
|
|
220
|
-
"
|
|
220
|
+
"319eea1f": v.width
|
|
221
221
|
}));
|
|
222
222
|
const o = g, n = u, l = D(!1);
|
|
223
223
|
let t = null;
|
|
@@ -229,16 +229,16 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
229
229
|
}
|
|
230
230
|
function m() {
|
|
231
231
|
t = window.setTimeout(() => {
|
|
232
|
-
l.value ? V() :
|
|
232
|
+
l.value ? V() : i();
|
|
233
233
|
}, r.value);
|
|
234
234
|
}
|
|
235
235
|
function V() {
|
|
236
236
|
e.value < o.images.length - 1 ? (e.value++, m()) : t = null;
|
|
237
237
|
}
|
|
238
|
-
function
|
|
238
|
+
function i() {
|
|
239
239
|
e.value > 0 ? (e.value--, m()) : t = null;
|
|
240
240
|
}
|
|
241
|
-
return (v, h) => (a(),
|
|
241
|
+
return (v, h) => (a(), s("div", {
|
|
242
242
|
class: f(["adj-cover-item", {
|
|
243
243
|
"adj-cover-item_hovered": l.value,
|
|
244
244
|
"adj-cover-item_checked": v.checked,
|
|
@@ -254,7 +254,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
254
254
|
src: c.value,
|
|
255
255
|
alt: v.name
|
|
256
256
|
}, null, 8, Ue),
|
|
257
|
-
(a(!0),
|
|
257
|
+
(a(!0), s(k, null, y(v.images, (T) => B((a(), s("img", {
|
|
258
258
|
class: "adj-top__image-cache",
|
|
259
259
|
key: T,
|
|
260
260
|
src: T
|
|
@@ -264,7 +264,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
264
264
|
_(H, { name: "adj-fade" }, {
|
|
265
265
|
default: q(() => [
|
|
266
266
|
B(d("div", Fe, [
|
|
267
|
-
_(
|
|
267
|
+
_(Y)
|
|
268
268
|
], 512), [
|
|
269
269
|
[P, v.checked]
|
|
270
270
|
])
|
|
@@ -301,7 +301,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
301
301
|
])
|
|
302
302
|
], 34));
|
|
303
303
|
}
|
|
304
|
-
}), K = /* @__PURE__ */ C(Oe, [["__scopeId", "data-v-
|
|
304
|
+
}), K = /* @__PURE__ */ C(Oe, [["__scopeId", "data-v-df44148d"]]), Ze = { class: "adj-laminates" }, Ge = /* @__PURE__ */ w({
|
|
305
305
|
__name: "AdjLaminates",
|
|
306
306
|
props: {
|
|
307
307
|
modelValue: {},
|
|
@@ -314,10 +314,10 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
314
314
|
{ aspectRatio: "0.66", width: "65%" },
|
|
315
315
|
{ marginTop: "20px", height: "26px", width: "120px" }
|
|
316
316
|
];
|
|
317
|
-
return (l, t) => (a(),
|
|
318
|
-
l.items.length > 0 ? (a(!0),
|
|
317
|
+
return (l, t) => (a(), s("div", Ze, [
|
|
318
|
+
l.items.length > 0 ? (a(!0), s(k, { key: 0 }, y(l.items, (e) => {
|
|
319
319
|
var r;
|
|
320
|
-
return a(),
|
|
320
|
+
return a(), s("div", {
|
|
321
321
|
key: e.id,
|
|
322
322
|
class: "adj-laminates__item"
|
|
323
323
|
}, [
|
|
@@ -331,7 +331,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
331
331
|
onClick: (c) => o("update:modelValue", e)
|
|
332
332
|
}, null, 8, ["id", "name", "checked", "images", "modelValue", "onClick"])
|
|
333
333
|
]);
|
|
334
|
-
}), 128)) : (a(!0),
|
|
334
|
+
}), 128)) : (a(!0), s(k, { key: 1 }, y(l.skeletonQty, (e) => (a(), s("div", {
|
|
335
335
|
key: e,
|
|
336
336
|
class: "adj-laminates__item"
|
|
337
337
|
}, [
|
|
@@ -342,7 +342,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
342
342
|
]))), 128))
|
|
343
343
|
]));
|
|
344
344
|
}
|
|
345
|
-
}),
|
|
345
|
+
}), Ma = /* @__PURE__ */ C(Ge, [["__scopeId", "data-v-e1646930"]]), Ye = { class: "adj-materials" }, Ke = /* @__PURE__ */ w({
|
|
346
346
|
__name: "AdjMaterials",
|
|
347
347
|
props: {
|
|
348
348
|
modelValue: {},
|
|
@@ -371,10 +371,10 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
371
371
|
width: "90%"
|
|
372
372
|
}
|
|
373
373
|
];
|
|
374
|
-
return (o, n) => (a(),
|
|
375
|
-
o.items.length > 0 ? (a(!0),
|
|
374
|
+
return (o, n) => (a(), s("div", Ye, [
|
|
375
|
+
o.items.length > 0 ? (a(!0), s(k, { key: 0 }, y(o.items, (l, t) => {
|
|
376
376
|
var e;
|
|
377
|
-
return a(),
|
|
377
|
+
return a(), s("div", {
|
|
378
378
|
class: "adj-materials__item",
|
|
379
379
|
key: t
|
|
380
380
|
}, [
|
|
@@ -395,7 +395,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
395
395
|
onClickDetail: (r) => o.$emit("clickDetail", l)
|
|
396
396
|
}, null, 8, ["id", "image", "name", "subnames", "hints", "checked", "labelNew", "labelCmyk", "labelSale", "onClick", "onClickDetail"])
|
|
397
397
|
]);
|
|
398
|
-
}), 128)) : (a(!0),
|
|
398
|
+
}), 128)) : (a(!0), s(k, { key: 1 }, y(o.skeletonQty, (l) => (a(), s("div", {
|
|
399
399
|
key: l,
|
|
400
400
|
class: "adj-materials__item"
|
|
401
401
|
}, [
|
|
@@ -403,7 +403,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
403
403
|
]))), 128))
|
|
404
404
|
]));
|
|
405
405
|
}
|
|
406
|
-
}),
|
|
406
|
+
}), Ra = /* @__PURE__ */ C(Ke, [["__scopeId", "data-v-df098769"]]), Je = { class: "adj-cover-group-item" }, Xe = /* @__PURE__ */ w({
|
|
407
407
|
__name: "AdjCoverGroupItem",
|
|
408
408
|
props: {
|
|
409
409
|
modelValue: {},
|
|
@@ -435,7 +435,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
435
435
|
var c;
|
|
436
436
|
return ((c = o.modelValue) == null ? void 0 : c.id) === e.value.id;
|
|
437
437
|
});
|
|
438
|
-
return (c, p) => (a(),
|
|
438
|
+
return (c, p) => (a(), s("div", Je, [
|
|
439
439
|
_(K, {
|
|
440
440
|
id: e.value.id,
|
|
441
441
|
name: e.value.name,
|
|
@@ -452,7 +452,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
452
452
|
}, null, 8, ["id", "name", "hintHtml", "showCornerSwitcher", "roundedCorner", "duration", "checked", "images", "modelValue", "width"])
|
|
453
453
|
]));
|
|
454
454
|
}
|
|
455
|
-
}), xe = { class: "adj-models" },
|
|
455
|
+
}), xe = /* @__PURE__ */ C(Xe, [["__scopeId", "data-v-b6a5f078"]]), et = { class: "adj-models" }, tt = /* @__PURE__ */ w({
|
|
456
456
|
__name: "AdjModels",
|
|
457
457
|
props: {
|
|
458
458
|
modelValue: {},
|
|
@@ -463,18 +463,18 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
463
463
|
emits: ["update:modelValue"],
|
|
464
464
|
setup(g, { emit: u }) {
|
|
465
465
|
const o = u;
|
|
466
|
-
return (n, l) => (a(),
|
|
467
|
-
n.groupItems.length > 0 ? (a(!0),
|
|
466
|
+
return (n, l) => (a(), s("div", et, [
|
|
467
|
+
n.groupItems.length > 0 ? (a(!0), s(k, { key: 0 }, y(n.groupItems, (t, e) => (a(), s("div", {
|
|
468
468
|
class: "adj-models__item",
|
|
469
469
|
key: e
|
|
470
470
|
}, [
|
|
471
|
-
_(
|
|
471
|
+
_(xe, {
|
|
472
472
|
modelValue: n.modelValue,
|
|
473
473
|
items: t,
|
|
474
474
|
duration: n.duration,
|
|
475
475
|
"onUpdate:modelValue": l[0] || (l[0] = (r) => o("update:modelValue", r))
|
|
476
476
|
}, null, 8, ["modelValue", "items", "duration"])
|
|
477
|
-
]))), 128)) : (a(!0),
|
|
477
|
+
]))), 128)) : (a(!0), s(k, { key: 1 }, y(n.skeletonQty, (t) => (a(), s("div", {
|
|
478
478
|
key: t,
|
|
479
479
|
class: "adj-models__item"
|
|
480
480
|
}, [
|
|
@@ -488,7 +488,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
488
488
|
]))), 128))
|
|
489
489
|
]));
|
|
490
490
|
}
|
|
491
|
-
}),
|
|
491
|
+
}), Ba = /* @__PURE__ */ C(tt, [["__scopeId", "data-v-bada22ea"]]), at = { class: "adj-navigator-item__top" }, lt = { key: 0 }, st = /* @__PURE__ */ w({
|
|
492
492
|
__name: "AdjNavigatorItem",
|
|
493
493
|
props: {
|
|
494
494
|
id: {},
|
|
@@ -507,21 +507,21 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
507
507
|
function l() {
|
|
508
508
|
!o.loading && o.squareDesign !== "disabled" && n("click");
|
|
509
509
|
}
|
|
510
|
-
return (t, e) => (a(),
|
|
510
|
+
return (t, e) => (a(), s("div", {
|
|
511
511
|
class: f(["adj-navigator-item", {
|
|
512
512
|
"adj-navigator-item_disabled": t.squareDesign === "disabled",
|
|
513
513
|
"adj-navigator-item_loading": t.loading
|
|
514
514
|
}]),
|
|
515
515
|
onClick: l
|
|
516
516
|
}, [
|
|
517
|
-
d("div",
|
|
517
|
+
d("div", at, [
|
|
518
518
|
d("div", {
|
|
519
519
|
class: f(["adj-navigator-item__line", `adj-navigator-item__line_${t.leftLineDesign}`])
|
|
520
520
|
}, null, 2),
|
|
521
521
|
d("div", {
|
|
522
522
|
class: f(["adj-navigator-item__square", `adj-navigator-item__square_${t.squareDesign}`])
|
|
523
523
|
}, [
|
|
524
|
-
t.squareType === "id" ? (a(),
|
|
524
|
+
t.squareType === "id" ? (a(), s("span", lt, $(t.id), 1)) : (a(), s("i", {
|
|
525
525
|
key: 1,
|
|
526
526
|
class: f(t.squareType)
|
|
527
527
|
}, null, 2))
|
|
@@ -530,19 +530,19 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
530
530
|
class: f(["adj-navigator-item__line", `adj-navigator-item__line_${t.rightLineDesign}`])
|
|
531
531
|
}, null, 2)
|
|
532
532
|
]),
|
|
533
|
-
t.showLabel ? (a(),
|
|
533
|
+
t.showLabel ? (a(), s("div", {
|
|
534
534
|
key: 0,
|
|
535
535
|
class: f(["adj-navigator-item__label", `adj-navigator-item__label_${t.squareDesign}`])
|
|
536
536
|
}, $(t.label), 3)) : j("", !0)
|
|
537
537
|
], 2));
|
|
538
538
|
}
|
|
539
|
-
}), it = /* @__PURE__ */ C(
|
|
539
|
+
}), it = /* @__PURE__ */ C(st, [["__scopeId", "data-v-cb770205"]]), ot = {
|
|
540
540
|
key: 0,
|
|
541
541
|
class: "adj-navigator-wrapper"
|
|
542
|
-
},
|
|
542
|
+
}, nt = {
|
|
543
543
|
key: 0,
|
|
544
544
|
class: "adj-navigator-wrapper__item-title"
|
|
545
|
-
},
|
|
545
|
+
}, dt = /* @__PURE__ */ w({
|
|
546
546
|
__name: "AdjNavigatorWrapper",
|
|
547
547
|
props: {
|
|
548
548
|
items: {},
|
|
@@ -571,12 +571,12 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
571
571
|
return o.value >= 780 ? e = u.items : e = l(u.items), n(e), e;
|
|
572
572
|
}
|
|
573
573
|
);
|
|
574
|
-
return (e, r) => e.items.length > 0 ? (a(),
|
|
575
|
-
(a(!0),
|
|
574
|
+
return (e, r) => e.items.length > 0 ? (a(), s("div", ot, [
|
|
575
|
+
(a(!0), s(k, null, y(t.value, (c) => (a(), s("div", {
|
|
576
576
|
key: c.step,
|
|
577
577
|
class: "adj-navigator-wrapper__item"
|
|
578
578
|
}, [
|
|
579
|
-
"title" in c ? (a(),
|
|
579
|
+
"title" in c ? (a(), s("div", nt, $(c.title), 1)) : (a(), N(it, {
|
|
580
580
|
key: 1,
|
|
581
581
|
id: c.id,
|
|
582
582
|
step: c.step,
|
|
@@ -592,10 +592,10 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
592
592
|
]))), 128))
|
|
593
593
|
])) : j("", !0);
|
|
594
594
|
}
|
|
595
|
-
}), X = /* @__PURE__ */ C(
|
|
595
|
+
}), X = /* @__PURE__ */ C(dt, [["__scopeId", "data-v-f629fed3"]]), ut = { class: "adj-navigator" }, rt = {
|
|
596
596
|
key: 0,
|
|
597
597
|
class: "adj-navigator__fixed"
|
|
598
|
-
},
|
|
598
|
+
}, ct = { class: "adj-navigator__inline" }, mt = /* @__PURE__ */ w({
|
|
599
599
|
__name: "AdjNavigator",
|
|
600
600
|
props: {
|
|
601
601
|
items: {},
|
|
@@ -605,11 +605,11 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
605
605
|
emits: ["click"],
|
|
606
606
|
setup(g) {
|
|
607
607
|
F((n) => ({
|
|
608
|
-
"
|
|
608
|
+
"4ef2be83": n.mobileMarginTop
|
|
609
609
|
}));
|
|
610
610
|
const { y: u } = je(), o = I(() => u.value > 90);
|
|
611
|
-
return (n, l) => (a(),
|
|
612
|
-
o.value ? (a(),
|
|
611
|
+
return (n, l) => (a(), s("div", ut, [
|
|
612
|
+
o.value ? (a(), s("div", rt, [
|
|
613
613
|
_(X, {
|
|
614
614
|
items: n.items,
|
|
615
615
|
showLabel: !1,
|
|
@@ -617,7 +617,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
617
617
|
onClick: l[0] || (l[0] = (t) => n.$emit("click", t))
|
|
618
618
|
}, null, 8, ["items", "loading"])
|
|
619
619
|
])) : j("", !0),
|
|
620
|
-
d("div",
|
|
620
|
+
d("div", ct, [
|
|
621
621
|
_(X, {
|
|
622
622
|
items: n.items,
|
|
623
623
|
showLabel: !0,
|
|
@@ -627,10 +627,10 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
627
627
|
])
|
|
628
628
|
]));
|
|
629
629
|
}
|
|
630
|
-
}),
|
|
630
|
+
}), Pa = /* @__PURE__ */ C(mt, [["__scopeId", "data-v-6ed23d20"]]), pt = { class: "adj-personalizations" }, _t = { class: "adj-personalizations__items" }, vt = {
|
|
631
631
|
key: 0,
|
|
632
632
|
class: "adj-personalizations__item"
|
|
633
|
-
},
|
|
633
|
+
}, ht = /* @__PURE__ */ w({
|
|
634
634
|
__name: "AdjPersonalizations",
|
|
635
635
|
props: {
|
|
636
636
|
modelValue: { default: () => ({}) },
|
|
@@ -665,12 +665,12 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
665
665
|
checked: c
|
|
666
666
|
};
|
|
667
667
|
}));
|
|
668
|
-
return (l, t) => (a(),
|
|
669
|
-
d("div",
|
|
670
|
-
l.items.length > 0 ? (a(!0),
|
|
668
|
+
return (l, t) => (a(), s("div", pt, [
|
|
669
|
+
d("div", _t, [
|
|
670
|
+
l.items.length > 0 ? (a(!0), s(k, { key: 0 }, y(n.value, (e, r) => (a(), s(k, {
|
|
671
671
|
key: e.idNum
|
|
672
672
|
}, [
|
|
673
|
-
e.hidden !== !0 ? (a(),
|
|
673
|
+
e.hidden !== !0 ? (a(), s("div", vt, [
|
|
674
674
|
_(Q, {
|
|
675
675
|
id: e.idNum,
|
|
676
676
|
image: e.image,
|
|
@@ -687,7 +687,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
687
687
|
onClickPlus: (c) => l.$emit("clickPlus", l.items[r])
|
|
688
688
|
}, null, 8, ["id", "image", "name", "buttonClose", "buttonPlus", "labelQuantity", "quantity", "checked", "onClick", "onClickClose", "onClickPlus"])
|
|
689
689
|
])) : j("", !0)
|
|
690
|
-
], 64))), 128)) : (a(!0),
|
|
690
|
+
], 64))), 128)) : (a(!0), s(k, { key: 1 }, y(l.skeletonQty, (e) => (a(), s("div", {
|
|
691
691
|
key: e,
|
|
692
692
|
class: "adj-personalizations__item"
|
|
693
693
|
}, [
|
|
@@ -699,7 +699,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
699
699
|
])
|
|
700
700
|
]));
|
|
701
701
|
}
|
|
702
|
-
}),
|
|
702
|
+
}), Ua = /* @__PURE__ */ C(ht, [["__scopeId", "data-v-a441339a"]]), gt = { class: "adj-input__field" }, ft = ["value", "disabled"], jt = /* @__PURE__ */ w({
|
|
703
703
|
__name: "AdjInputNumber",
|
|
704
704
|
props: {
|
|
705
705
|
modelValue: { default: 0 },
|
|
@@ -727,12 +727,12 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
727
727
|
let p = Number(r);
|
|
728
728
|
p < o.min && (p = o.min), p > o.max && (p = o.max), c.target.value = p, o.modelValue != p && n("update:modelValue", p);
|
|
729
729
|
}
|
|
730
|
-
return (r, c) => (a(),
|
|
730
|
+
return (r, c) => (a(), s("div", {
|
|
731
731
|
class: f(["adj-input", {
|
|
732
732
|
"adj-input_disabled": r.disabled
|
|
733
733
|
}])
|
|
734
734
|
}, [
|
|
735
|
-
d("div",
|
|
735
|
+
d("div", gt, [
|
|
736
736
|
d("input", {
|
|
737
737
|
ref: "inp",
|
|
738
738
|
class: "adj-input__input",
|
|
@@ -741,18 +741,18 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
741
741
|
type: "number",
|
|
742
742
|
onChange: c[0] || (c[0] = (p) => e(p.target.value, p)),
|
|
743
743
|
onInput: c[1] || (c[1] = (p) => oe(t)(p.target.value, p))
|
|
744
|
-
}, null, 40,
|
|
744
|
+
}, null, 40, ft)
|
|
745
745
|
])
|
|
746
746
|
], 2));
|
|
747
747
|
}
|
|
748
|
-
}), ae = /* @__PURE__ */ C(
|
|
748
|
+
}), ae = /* @__PURE__ */ C(jt, [["__scopeId", "data-v-fe9cd851"]]), kt = {
|
|
749
749
|
key: 0,
|
|
750
750
|
class: "adj-select-image-wrapper",
|
|
751
751
|
ref: "refElement"
|
|
752
|
-
},
|
|
752
|
+
}, bt = ["onClick"], $t = ["onMouseenter"], yt = ["src", "alt"], Vt = { class: "adj-select-image__check2" }, wt = { class: "adj-select-image__check" }, Ct = { class: "adj-select-image-item__title adj-text-13" }, At = { key: 1 }, It = {
|
|
753
753
|
key: 2,
|
|
754
754
|
class: "adj-shadow"
|
|
755
|
-
},
|
|
755
|
+
}, Tt = { class: "adj-text-14" }, St = { class: "adj-select-image__hint" }, Dt = /* @__PURE__ */ w({
|
|
756
756
|
__name: "AdjSelectImage",
|
|
757
757
|
props: {
|
|
758
758
|
modelValue: {},
|
|
@@ -765,10 +765,10 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
765
765
|
emits: ["update:modelValue"],
|
|
766
766
|
setup(g) {
|
|
767
767
|
F((b) => ({
|
|
768
|
-
|
|
769
|
-
"
|
|
770
|
-
"
|
|
771
|
-
|
|
768
|
+
"712085a6": r.value,
|
|
769
|
+
"2e13830e": i.value,
|
|
770
|
+
"35cdc763": v.value,
|
|
771
|
+
d3e33834: h.value
|
|
772
772
|
}));
|
|
773
773
|
const u = g, o = J("refElement"), { height: n } = be(o), l = I(() => {
|
|
774
774
|
let b = [
|
|
@@ -788,7 +788,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
788
788
|
function e() {
|
|
789
789
|
t.value = !t.value;
|
|
790
790
|
}
|
|
791
|
-
const r = I(() => u.design === "text" ? "unset" : t.value ? n.value + 20 + "px" : "122px"), c = I(() => n.value > 75), p = J("refRoot"), m = D(""), V = D(""),
|
|
791
|
+
const r = I(() => u.design === "text" ? "unset" : t.value ? n.value + 20 + "px" : "122px"), c = I(() => n.value > 75), p = J("refRoot"), m = D(""), V = D(""), i = D("0px"), v = D("0px"), h = D("none"), T = I(() => {
|
|
792
792
|
var A;
|
|
793
793
|
const b = ne();
|
|
794
794
|
return (A = b == null ? void 0 : b.type) == null ? void 0 : A.__hmrId;
|
|
@@ -796,8 +796,8 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
796
796
|
function M() {
|
|
797
797
|
const b = document.getElementsByClassName(m.value);
|
|
798
798
|
if (b.length > 0) {
|
|
799
|
-
const A = b[0], { left: S, top: W } = A.getBoundingClientRect(), E = A.offsetWidth,
|
|
800
|
-
v.value = S + (E - 120) / 2 + "px",
|
|
799
|
+
const A = b[0], { left: S, top: W } = A.getBoundingClientRect(), E = A.offsetWidth, se = A.offsetHeight;
|
|
800
|
+
v.value = S + (E - 120) / 2 + "px", i.value = W + se + 13 + "px";
|
|
801
801
|
}
|
|
802
802
|
}
|
|
803
803
|
function U(b, A) {
|
|
@@ -811,13 +811,13 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
811
811
|
window.addEventListener("scroll", M), window.addEventListener("resize", M);
|
|
812
812
|
const b = (A = p.value) == null ? void 0 : A.parentNode;
|
|
813
813
|
b && b.addEventListener("scroll", M);
|
|
814
|
-
}), (b, A) => (a(),
|
|
814
|
+
}), (b, A) => (a(), s(k, null, [
|
|
815
815
|
d("div", {
|
|
816
816
|
class: f(["adj-select-image", `adj-select-image_${b.design}`]),
|
|
817
817
|
ref: "refRoot"
|
|
818
818
|
}, [
|
|
819
|
-
b.items.length > 0 ? (a(),
|
|
820
|
-
(a(!0),
|
|
819
|
+
b.items.length > 0 ? (a(), s("div", kt, [
|
|
820
|
+
(a(!0), s(k, null, y(b.items, (S, W) => (a(), s("div", {
|
|
821
821
|
class: f([
|
|
822
822
|
"adj-select-image-item",
|
|
823
823
|
{ "adj-select-image-item_checked": S.id === b.modelValue.id }
|
|
@@ -833,12 +833,12 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
833
833
|
d("img", {
|
|
834
834
|
src: S.image,
|
|
835
835
|
alt: S.name
|
|
836
|
-
}, null, 8,
|
|
836
|
+
}, null, 8, yt),
|
|
837
837
|
_(H, { name: "adj-fade" }, {
|
|
838
838
|
default: q(() => [
|
|
839
|
-
B(d("div",
|
|
840
|
-
d("div",
|
|
841
|
-
_(
|
|
839
|
+
B(d("div", Vt, [
|
|
840
|
+
d("div", wt, [
|
|
841
|
+
_(Y)
|
|
842
842
|
])
|
|
843
843
|
], 512), [
|
|
844
844
|
[P, S.id === b.modelValue.id]
|
|
@@ -846,11 +846,11 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
846
846
|
]),
|
|
847
847
|
_: 2
|
|
848
848
|
}, 1024)
|
|
849
|
-
], 42,
|
|
850
|
-
d("div",
|
|
851
|
-
], 10,
|
|
852
|
-
], 512)) : (a(),
|
|
853
|
-
(a(!0),
|
|
849
|
+
], 42, $t),
|
|
850
|
+
d("div", Ct, $(S.name), 1)
|
|
851
|
+
], 10, bt))), 128))
|
|
852
|
+
], 512)) : (a(), s("div", At, [
|
|
853
|
+
(a(!0), s(k, null, y(b.skeletonQty, (S) => (a(), s("div", {
|
|
854
854
|
key: S,
|
|
855
855
|
class: "adj-select-image-item"
|
|
856
856
|
}, [
|
|
@@ -860,17 +860,17 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
860
860
|
}, null, 8, ["loaders"])
|
|
861
861
|
]))), 128))
|
|
862
862
|
])),
|
|
863
|
-
b.design === "image" && !t.value && c.value ? (a(),
|
|
863
|
+
b.design === "image" && !t.value && c.value ? (a(), s("div", It)) : j("", !0)
|
|
864
864
|
], 2),
|
|
865
|
-
b.design === "image" && c.value ? (a(),
|
|
865
|
+
b.design === "image" && c.value ? (a(), s("div", {
|
|
866
866
|
key: 0,
|
|
867
867
|
class: f(["adj-select-image__expand", { "adj-expand": t.value }]),
|
|
868
868
|
onClick: e
|
|
869
869
|
}, [
|
|
870
|
-
d("span",
|
|
870
|
+
d("span", Tt, $(t.value ? b.foldText : b.expandText), 1),
|
|
871
871
|
A[1] || (A[1] = d("i", { class: "adj-select-image__expand-icon icon-arrow-down" }, null, -1))
|
|
872
872
|
], 2)) : j("", !0),
|
|
873
|
-
d("div",
|
|
873
|
+
d("div", St, [
|
|
874
874
|
_(ue, {
|
|
875
875
|
dark: !1,
|
|
876
876
|
horizontalPosition: "center",
|
|
@@ -881,43 +881,43 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
881
881
|
])
|
|
882
882
|
], 64));
|
|
883
883
|
}
|
|
884
|
-
}), x = /* @__PURE__ */ C(
|
|
884
|
+
}), x = /* @__PURE__ */ C(Dt, [["__scopeId", "data-v-d9041942"]]), Lt = { class: "adj-personalization-configurator-elements adj-element" }, Nt = { class: "adj-element__item" }, qt = {
|
|
885
885
|
key: 0,
|
|
886
886
|
class: "adj-item"
|
|
887
|
-
},
|
|
887
|
+
}, zt = {
|
|
888
888
|
key: 1,
|
|
889
889
|
class: "adj-item"
|
|
890
|
-
},
|
|
890
|
+
}, Mt = { class: "adj-item__title adj-text-14" }, Rt = {
|
|
891
891
|
key: 2,
|
|
892
892
|
class: "adj-item"
|
|
893
|
-
},
|
|
893
|
+
}, Bt = { class: "adj-item__title" }, Pt = {
|
|
894
894
|
key: 3,
|
|
895
895
|
class: "adj-item"
|
|
896
|
-
},
|
|
896
|
+
}, Ut = { class: "adj-item__title" }, Et = {
|
|
897
897
|
key: 4,
|
|
898
898
|
class: "adj-item"
|
|
899
|
-
},
|
|
899
|
+
}, Ft = { class: "adj-item__title" }, Ht = {
|
|
900
900
|
key: 5,
|
|
901
901
|
class: "adj-item"
|
|
902
|
-
},
|
|
902
|
+
}, Qt = { class: "adj-item__title" }, Wt = {
|
|
903
903
|
key: 6,
|
|
904
904
|
class: "adj-item adj-item_selectImage"
|
|
905
|
-
},
|
|
905
|
+
}, Ot = {
|
|
906
906
|
key: 0,
|
|
907
907
|
class: "adj-item adj-item_selectImage-title"
|
|
908
|
-
},
|
|
908
|
+
}, Zt = { class: "adj-item__title" }, Gt = {
|
|
909
909
|
key: 7,
|
|
910
910
|
class: "adj-item"
|
|
911
911
|
}, Yt = {
|
|
912
912
|
key: 8,
|
|
913
913
|
class: "adj-item"
|
|
914
|
-
},
|
|
914
|
+
}, Kt = { class: "adj-item__title" }, Jt = {
|
|
915
915
|
key: 9,
|
|
916
916
|
class: "adj-item"
|
|
917
|
-
},
|
|
917
|
+
}, Xt = {
|
|
918
918
|
key: 10,
|
|
919
919
|
class: "adj-item"
|
|
920
|
-
},
|
|
920
|
+
}, xt = /* @__PURE__ */ w({
|
|
921
921
|
__name: "AdjPersonalizationConfiguratorElements",
|
|
922
922
|
props: {
|
|
923
923
|
items: {},
|
|
@@ -933,9 +933,9 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
933
933
|
n("update:modelValue", { ...o.modelValue, [m]: V });
|
|
934
934
|
}
|
|
935
935
|
function t(m, V) {
|
|
936
|
-
return "id" in m ? V.filter((
|
|
936
|
+
return "id" in m ? V.filter((i) => {
|
|
937
937
|
var v;
|
|
938
|
-
return ((v =
|
|
938
|
+
return ((v = i == null ? void 0 : i.textureRef) == null ? void 0 : v.id) === m.id;
|
|
939
939
|
}) : V;
|
|
940
940
|
}
|
|
941
941
|
const e = I(() => o.items.map((m, V) => m.template !== "selectImage" ? [] : t(
|
|
@@ -943,16 +943,16 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
943
943
|
m.values
|
|
944
944
|
)));
|
|
945
945
|
function r(m) {
|
|
946
|
-
return m.reduce((
|
|
946
|
+
return m.reduce((i, v) => {
|
|
947
947
|
var T;
|
|
948
|
-
return (T = v == null ? void 0 : v.textureRef) != null && T.id &&
|
|
948
|
+
return (T = v == null ? void 0 : v.textureRef) != null && T.id && i.findIndex((M) => {
|
|
949
949
|
var U;
|
|
950
950
|
return M.id === ((U = v == null ? void 0 : v.textureRef) == null ? void 0 : U.id);
|
|
951
|
-
}) === -1 &&
|
|
951
|
+
}) === -1 && i.push({
|
|
952
952
|
id: v.textureRef.id,
|
|
953
953
|
name: v.textureRef.name
|
|
954
|
-
}),
|
|
955
|
-
}, []).sort((
|
|
954
|
+
}), i;
|
|
955
|
+
}, []).sort((i, v) => i.name > v.name ? 1 : -1);
|
|
956
956
|
}
|
|
957
957
|
const c = I(() => o.items.map((m) => m.template !== "selectImage" ? [] : r(m.values))), p = D([]);
|
|
958
958
|
return ee(
|
|
@@ -962,80 +962,80 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
962
962
|
m.length !== p.value.length && (p.value = m);
|
|
963
963
|
},
|
|
964
964
|
{ immediate: !0 }
|
|
965
|
-
), (m, V) => (a(),
|
|
966
|
-
(a(!0),
|
|
967
|
-
key:
|
|
965
|
+
), (m, V) => (a(), s("div", Lt, [
|
|
966
|
+
(a(!0), s(k, null, y(m.items, (i, v) => (a(), s(k, {
|
|
967
|
+
key: i.id
|
|
968
968
|
}, [
|
|
969
|
-
d("div",
|
|
970
|
-
|
|
969
|
+
d("div", Nt, [
|
|
970
|
+
i.template === "checkbox" ? (a(), s("div", qt, [
|
|
971
971
|
V[0] || (V[0] = d("div", { class: "adj-item__title" }, null, -1)),
|
|
972
972
|
d("div", {
|
|
973
|
-
class: f(["adj-item__component", `adj-item__component_${
|
|
973
|
+
class: f(["adj-item__component", `adj-item__component_${i.template}`])
|
|
974
974
|
}, [
|
|
975
975
|
_(re, {
|
|
976
|
-
items:
|
|
977
|
-
title:
|
|
978
|
-
modelValue: m.modelValue[
|
|
979
|
-
"onUpdate:modelValue": (h) => l(
|
|
976
|
+
items: i.values,
|
|
977
|
+
title: i.name,
|
|
978
|
+
modelValue: m.modelValue[i.id],
|
|
979
|
+
"onUpdate:modelValue": (h) => l(i.id, h)
|
|
980
980
|
}, null, 8, ["items", "title", "modelValue", "onUpdate:modelValue"])
|
|
981
981
|
], 2)
|
|
982
|
-
])) :
|
|
983
|
-
d("div",
|
|
982
|
+
])) : i.template === "inputNumber" ? (a(), s("div", zt, [
|
|
983
|
+
d("div", Mt, $(i.name), 1),
|
|
984
984
|
d("div", {
|
|
985
|
-
class: f(["adj-item__component", `adj-item__component_${
|
|
985
|
+
class: f(["adj-item__component", `adj-item__component_${i.template}`])
|
|
986
986
|
}, [
|
|
987
987
|
_(ae, {
|
|
988
|
-
max:
|
|
989
|
-
min:
|
|
988
|
+
max: i.values[0].max,
|
|
989
|
+
min: i.values[0].min,
|
|
990
990
|
debounceTime: 2e3,
|
|
991
|
-
modelValue: m.modelValue[
|
|
992
|
-
"onUpdate:modelValue": (h) => l(
|
|
991
|
+
modelValue: m.modelValue[i.id].value,
|
|
992
|
+
"onUpdate:modelValue": (h) => l(i.id, { ...m.modelValue[i.id], value: h })
|
|
993
993
|
}, null, 8, ["max", "min", "modelValue", "onUpdate:modelValue"])
|
|
994
994
|
], 2)
|
|
995
|
-
])) :
|
|
996
|
-
d("div",
|
|
995
|
+
])) : i.template === "number" ? (a(), s("div", Rt, [
|
|
996
|
+
d("div", Bt, $(i.name), 1),
|
|
997
997
|
d("div", {
|
|
998
|
-
class: f(["adj-item__component", `adj-item__component_${
|
|
999
|
-
}, $(
|
|
1000
|
-
])) :
|
|
1001
|
-
d("div",
|
|
998
|
+
class: f(["adj-item__component", `adj-item__component_${i.template}`])
|
|
999
|
+
}, $(i.values[0].value), 3)
|
|
1000
|
+
])) : i.template === "selectModern" ? (a(), s("div", Pt, [
|
|
1001
|
+
d("div", Ut, $(i.name), 1),
|
|
1002
1002
|
d("div", {
|
|
1003
|
-
class: f(["adj-item__component", `adj-item__component_${
|
|
1003
|
+
class: f(["adj-item__component", `adj-item__component_${i.template}`])
|
|
1004
1004
|
}, [
|
|
1005
1005
|
_(O, {
|
|
1006
1006
|
design: "text",
|
|
1007
|
-
items:
|
|
1008
|
-
modelValue: m.modelValue[
|
|
1009
|
-
"onUpdate:modelValue": (h) => l(
|
|
1007
|
+
items: i.values,
|
|
1008
|
+
modelValue: m.modelValue[i.id],
|
|
1009
|
+
"onUpdate:modelValue": (h) => l(i.id, h)
|
|
1010
1010
|
}, null, 8, ["items", "modelValue", "onUpdate:modelValue"])
|
|
1011
1011
|
], 2)
|
|
1012
|
-
])) :
|
|
1013
|
-
d("div",
|
|
1012
|
+
])) : i.template === "selectModernBackground" ? (a(), s("div", Et, [
|
|
1013
|
+
d("div", Ft, $(i.name), 1),
|
|
1014
1014
|
d("div", {
|
|
1015
|
-
class: f(["adj-item__component", `adj-item__component_${
|
|
1015
|
+
class: f(["adj-item__component", `adj-item__component_${i.template}`])
|
|
1016
1016
|
}, [
|
|
1017
1017
|
_(O, {
|
|
1018
1018
|
design: "background",
|
|
1019
|
-
items:
|
|
1020
|
-
modelValue: m.modelValue[
|
|
1021
|
-
"onUpdate:modelValue": (h) => l(
|
|
1019
|
+
items: i.values,
|
|
1020
|
+
modelValue: m.modelValue[i.id],
|
|
1021
|
+
"onUpdate:modelValue": (h) => l(i.id, h)
|
|
1022
1022
|
}, null, 8, ["items", "modelValue", "onUpdate:modelValue"])
|
|
1023
1023
|
], 2)
|
|
1024
|
-
])) :
|
|
1025
|
-
d("div",
|
|
1024
|
+
])) : i.template === "selectModernImage" ? (a(), s("div", Ht, [
|
|
1025
|
+
d("div", Qt, $(i.name), 1),
|
|
1026
1026
|
d("div", {
|
|
1027
|
-
class: f(["adj-item__component", `adj-item__component_${
|
|
1027
|
+
class: f(["adj-item__component", `adj-item__component_${i.template}`])
|
|
1028
1028
|
}, [
|
|
1029
1029
|
_(O, {
|
|
1030
1030
|
design: "image",
|
|
1031
|
-
items:
|
|
1032
|
-
modelValue: m.modelValue[
|
|
1033
|
-
"onUpdate:modelValue": (h) => l(
|
|
1031
|
+
items: i.values,
|
|
1032
|
+
modelValue: m.modelValue[i.id],
|
|
1033
|
+
"onUpdate:modelValue": (h) => l(i.id, h)
|
|
1034
1034
|
}, null, 8, ["items", "modelValue", "onUpdate:modelValue"])
|
|
1035
1035
|
], 2)
|
|
1036
|
-
])) :
|
|
1037
|
-
c.value[v].length > 0 ? (a(),
|
|
1038
|
-
d("div",
|
|
1036
|
+
])) : i.template === "selectImage" ? (a(), s("div", Wt, [
|
|
1037
|
+
c.value[v].length > 0 ? (a(), s("div", Ot, [
|
|
1038
|
+
d("div", Zt, $(i.name), 1),
|
|
1039
1039
|
_(ce, {
|
|
1040
1040
|
items: c.value[v],
|
|
1041
1041
|
modelValue: p.value[v],
|
|
@@ -1045,70 +1045,70 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1045
1045
|
}, null, 8, ["items", "modelValue", "onUpdate:modelValue", "title"])
|
|
1046
1046
|
])) : j("", !0),
|
|
1047
1047
|
d("div", {
|
|
1048
|
-
class: f(["adj-item__component", `adj-item__component_${
|
|
1048
|
+
class: f(["adj-item__component", `adj-item__component_${i.template}`])
|
|
1049
1049
|
}, [
|
|
1050
1050
|
_(x, {
|
|
1051
1051
|
design: "image",
|
|
1052
1052
|
items: e.value[v],
|
|
1053
|
-
modelValue: m.modelValue[
|
|
1053
|
+
modelValue: m.modelValue[i.id],
|
|
1054
1054
|
expandText: m.expandTextAdjSelectImage,
|
|
1055
1055
|
foldText: m.foldTextAdjSelectImage,
|
|
1056
|
-
"onUpdate:modelValue": (h) => l(
|
|
1056
|
+
"onUpdate:modelValue": (h) => l(i.id, h)
|
|
1057
1057
|
}, null, 8, ["items", "modelValue", "expandText", "foldText", "onUpdate:modelValue"])
|
|
1058
1058
|
], 2)
|
|
1059
|
-
])) :
|
|
1059
|
+
])) : i.template === "selectImageText" ? (a(), s("div", Gt, [
|
|
1060
1060
|
d("div", {
|
|
1061
|
-
class: f(["adj-item__component", `adj-item__component_${
|
|
1061
|
+
class: f(["adj-item__component", `adj-item__component_${i.template}`])
|
|
1062
1062
|
}, [
|
|
1063
1063
|
_(x, {
|
|
1064
1064
|
design: "text",
|
|
1065
|
-
items:
|
|
1066
|
-
modelValue: m.modelValue[
|
|
1067
|
-
"onUpdate:modelValue": (h) => l(
|
|
1065
|
+
items: i.values,
|
|
1066
|
+
modelValue: m.modelValue[i.id],
|
|
1067
|
+
"onUpdate:modelValue": (h) => l(i.id, h)
|
|
1068
1068
|
}, null, 8, ["items", "modelValue", "onUpdate:modelValue"])
|
|
1069
1069
|
], 2)
|
|
1070
|
-
])) :
|
|
1071
|
-
d("div",
|
|
1070
|
+
])) : i.template === "radio" ? (a(), s("div", Yt, [
|
|
1071
|
+
d("div", Kt, $(i.name), 1),
|
|
1072
1072
|
d("div", {
|
|
1073
|
-
class: f(["adj-item__component", `adj-item__component_${
|
|
1073
|
+
class: f(["adj-item__component", `adj-item__component_${i.template}`])
|
|
1074
1074
|
}, [
|
|
1075
1075
|
_(me, {
|
|
1076
|
-
items:
|
|
1077
|
-
modelValue: m.modelValue[
|
|
1078
|
-
"onUpdate:modelValue": (h) => l(
|
|
1076
|
+
items: i.values,
|
|
1077
|
+
modelValue: m.modelValue[i.id],
|
|
1078
|
+
"onUpdate:modelValue": (h) => l(i.id, h)
|
|
1079
1079
|
}, null, 8, ["items", "modelValue", "onUpdate:modelValue"])
|
|
1080
1080
|
], 2)
|
|
1081
|
-
])) :
|
|
1081
|
+
])) : i.template === "tabs" ? (a(), s("div", Jt, [
|
|
1082
1082
|
d("div", {
|
|
1083
|
-
class: f(["adj-item__component", `adj-item__component_${
|
|
1083
|
+
class: f(["adj-item__component", `adj-item__component_${i.template}`])
|
|
1084
1084
|
}, [
|
|
1085
1085
|
_(pe, {
|
|
1086
|
-
items:
|
|
1087
|
-
modelValue: m.modelValue[
|
|
1088
|
-
"onUpdate:modelValue": (h) => l(
|
|
1086
|
+
items: i.values,
|
|
1087
|
+
modelValue: m.modelValue[i.id],
|
|
1088
|
+
"onUpdate:modelValue": (h) => l(i.id, h)
|
|
1089
1089
|
}, null, 8, ["items", "modelValue", "onUpdate:modelValue"])
|
|
1090
1090
|
], 2)
|
|
1091
|
-
])) :
|
|
1091
|
+
])) : i.template === "upload" ? (a(), s("div", Xt, [
|
|
1092
1092
|
V[1] || (V[1] = d("div", { class: "adj-item__title" }, null, -1)),
|
|
1093
1093
|
d("div", {
|
|
1094
|
-
class: f(["adj-item__component", `adj-item__component_${
|
|
1094
|
+
class: f(["adj-item__component", `adj-item__component_${i.template}`])
|
|
1095
1095
|
}, [
|
|
1096
1096
|
_(_e, {
|
|
1097
|
-
text:
|
|
1098
|
-
modelValue: m.modelValue[
|
|
1099
|
-
"onUpdate:modelValue": (h) => l(
|
|
1097
|
+
text: i.name,
|
|
1098
|
+
modelValue: m.modelValue[i.id],
|
|
1099
|
+
"onUpdate:modelValue": (h) => l(i.id, h)
|
|
1100
1100
|
}, null, 8, ["text", "modelValue", "onUpdate:modelValue"])
|
|
1101
1101
|
], 2)
|
|
1102
1102
|
])) : j("", !0)
|
|
1103
1103
|
]),
|
|
1104
|
-
!
|
|
1104
|
+
!i.hideHr && v < m.items.length - 1 ? (a(), s("div", {
|
|
1105
1105
|
key: 0,
|
|
1106
|
-
class: f(`adj-${["selectImageText", "tabs"].includes(
|
|
1106
|
+
class: f(`adj-${["selectImageText", "tabs"].includes(i.template) ? "solid" : "dashed"}`)
|
|
1107
1107
|
}, null, 2)) : j("", !0)
|
|
1108
1108
|
], 64))), 128))
|
|
1109
1109
|
]));
|
|
1110
1110
|
}
|
|
1111
|
-
}),
|
|
1111
|
+
}), ea = /* @__PURE__ */ C(xt, [["__scopeId", "data-v-45772f86"]]), ta = { class: "adj-personalization-configurator" }, aa = { class: "adj-personalization-modal" }, la = { class: "adj-personalization-modal__header adj-personalization-header adj-effect-overlay-light" }, sa = { class: "adj-personalization-header__title adj-title-h3" }, ia = { class: "adj-personalization-header__close" }, oa = { class: "adj-personalization-modal__body adj-personalization-body" }, na = ["onClick"], da = { class: "adj-miltititle__caret" }, ua = { class: "adj-miltititle__delete" }, ra = { class: "adj-items" }, ca = { class: "adj-personalization-modal__footer adj-personalization-footer" }, ma = /* @__PURE__ */ w({
|
|
1112
1112
|
__name: "AdjPersonalizationConfigurator",
|
|
1113
1113
|
props: {
|
|
1114
1114
|
id: {},
|
|
@@ -1125,16 +1125,16 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1125
1125
|
emits: ["clickClose", "clickSave", "clickAddPersonalization", "clickDeletePersonalization", "update:modelValue", "update:activeModelAndItemId"],
|
|
1126
1126
|
setup(g, { emit: u }) {
|
|
1127
1127
|
const o = u;
|
|
1128
|
-
return (n, l) => (a(),
|
|
1128
|
+
return (n, l) => (a(), s("div", ta, [
|
|
1129
1129
|
_(ve, {
|
|
1130
1130
|
show: !0,
|
|
1131
1131
|
width: "570px",
|
|
1132
1132
|
hideClose: ""
|
|
1133
1133
|
}, {
|
|
1134
1134
|
default: q(() => [
|
|
1135
|
-
d("div",
|
|
1136
|
-
d("div",
|
|
1137
|
-
d("div",
|
|
1135
|
+
d("div", aa, [
|
|
1136
|
+
d("div", la, [
|
|
1137
|
+
d("div", sa, $(n.name), 1),
|
|
1138
1138
|
d("div", ia, [
|
|
1139
1139
|
_(Z, {
|
|
1140
1140
|
iconName: "icon-close",
|
|
@@ -1145,19 +1145,19 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1145
1145
|
})
|
|
1146
1146
|
])
|
|
1147
1147
|
]),
|
|
1148
|
-
d("div",
|
|
1148
|
+
d("div", oa, [
|
|
1149
1149
|
_(he, {
|
|
1150
1150
|
class: "adj-window__body",
|
|
1151
1151
|
maxHeight: "100%"
|
|
1152
1152
|
}, {
|
|
1153
1153
|
default: q(() => [
|
|
1154
|
-
(a(!0),
|
|
1155
|
-
n.modelsAndItems.length > 1 ? (a(),
|
|
1154
|
+
(a(!0), s(k, null, y(n.modelsAndItems, (t, e) => (a(), s(k, { key: e }, [
|
|
1155
|
+
n.modelsAndItems.length > 1 ? (a(), s("div", {
|
|
1156
1156
|
key: 0,
|
|
1157
1157
|
class: "adj-miltititle",
|
|
1158
1158
|
onClick: (r) => o("update:activeModelAndItemId", e)
|
|
1159
1159
|
}, [
|
|
1160
|
-
d("div",
|
|
1160
|
+
d("div", da, [
|
|
1161
1161
|
_(Z, {
|
|
1162
1162
|
iconName: `icon-arrow-${n.activeModelAndItemId === e ? "down" : "right"}`,
|
|
1163
1163
|
size: 24,
|
|
@@ -1168,7 +1168,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1168
1168
|
d("div", {
|
|
1169
1169
|
class: f(["adj-miltititle__title adj-text-16-bold", { "adj-miltititle__title_active": n.activeModelAndItemId === e }])
|
|
1170
1170
|
}, $(n.name) + " " + $(e + 1), 3),
|
|
1171
|
-
d("div",
|
|
1171
|
+
d("div", ua, [
|
|
1172
1172
|
_(Z, {
|
|
1173
1173
|
iconName: "icon-close",
|
|
1174
1174
|
size: 24,
|
|
@@ -1177,11 +1177,11 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1177
1177
|
onClick: (r) => o("clickDeletePersonalization", e)
|
|
1178
1178
|
}, null, 8, ["onClick"])
|
|
1179
1179
|
])
|
|
1180
|
-
], 8,
|
|
1180
|
+
], 8, na)) : j("", !0),
|
|
1181
1181
|
_(H, { name: "adj-popup-pers" }, {
|
|
1182
1182
|
default: q(() => [
|
|
1183
|
-
B(d("div",
|
|
1184
|
-
_(
|
|
1183
|
+
B(d("div", ra, [
|
|
1184
|
+
_(ea, {
|
|
1185
1185
|
items: t.items,
|
|
1186
1186
|
modelValue: t.modelValue,
|
|
1187
1187
|
expandTextAdjSelectImage: n.expandTextAdjSelectImage,
|
|
@@ -1200,8 +1200,8 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1200
1200
|
_: 1
|
|
1201
1201
|
})
|
|
1202
1202
|
]),
|
|
1203
|
-
d("div",
|
|
1204
|
-
_(
|
|
1203
|
+
d("div", ca, [
|
|
1204
|
+
_(G, {
|
|
1205
1205
|
title: n.titleSave,
|
|
1206
1206
|
size: "small",
|
|
1207
1207
|
design: "primary",
|
|
@@ -1209,7 +1209,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1209
1209
|
iconLeft: "icon-done-circle",
|
|
1210
1210
|
onClick: l[1] || (l[1] = (t) => o("clickSave"))
|
|
1211
1211
|
}, null, 8, ["title"]),
|
|
1212
|
-
n.multiple ? (a(), N(
|
|
1212
|
+
n.multiple ? (a(), N(G, {
|
|
1213
1213
|
key: 0,
|
|
1214
1214
|
title: n.titleAdd,
|
|
1215
1215
|
size: "small",
|
|
@@ -1225,22 +1225,22 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1225
1225
|
})
|
|
1226
1226
|
]));
|
|
1227
1227
|
}
|
|
1228
|
-
}),
|
|
1228
|
+
}), Ea = /* @__PURE__ */ C(ma, [["__scopeId", "data-v-4f435ac5"]]), pa = { class: "adj-pricebar-wrapper" }, _a = { class: "adj-price__text" }, va = {
|
|
1229
1229
|
key: 0,
|
|
1230
1230
|
class: "adj-price__qty"
|
|
1231
|
-
},
|
|
1231
|
+
}, ha = {
|
|
1232
1232
|
key: 1,
|
|
1233
1233
|
class: "adj-price__dots"
|
|
1234
|
-
},
|
|
1234
|
+
}, ga = {
|
|
1235
1235
|
key: 2,
|
|
1236
1236
|
class: "adj-price__text"
|
|
1237
|
-
},
|
|
1237
|
+
}, fa = { class: "adj-price__hint" }, ja = {
|
|
1238
1238
|
key: 3,
|
|
1239
1239
|
class: "adj-price__dots"
|
|
1240
|
-
},
|
|
1240
|
+
}, ka = {
|
|
1241
1241
|
key: 4,
|
|
1242
1242
|
class: "adj-price__text adj-price__text_lowercase"
|
|
1243
|
-
},
|
|
1243
|
+
}, ba = /* @__PURE__ */ w({
|
|
1244
1244
|
__name: "AdjPricebarWrapper",
|
|
1245
1245
|
props: {
|
|
1246
1246
|
items: {},
|
|
@@ -1248,13 +1248,13 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1248
1248
|
},
|
|
1249
1249
|
emits: ["update:quantity"],
|
|
1250
1250
|
setup(g) {
|
|
1251
|
-
return (u, o) => (a(),
|
|
1252
|
-
(a(!0),
|
|
1251
|
+
return (u, o) => (a(), s("div", pa, [
|
|
1252
|
+
(a(!0), s(k, null, y(u.items, (n) => (a(), s("div", {
|
|
1253
1253
|
key: n.id,
|
|
1254
1254
|
class: f(`adj-price adj-price_${n.id}`)
|
|
1255
1255
|
}, [
|
|
1256
|
-
d("div",
|
|
1257
|
-
n.id == "edition" ? (a(),
|
|
1256
|
+
d("div", _a, $(n.labelLeft), 1),
|
|
1257
|
+
n.id == "edition" ? (a(), s("div", va, [
|
|
1258
1258
|
_(ae, {
|
|
1259
1259
|
modelValue: u.quantity,
|
|
1260
1260
|
min: 20,
|
|
@@ -1263,9 +1263,9 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1263
1263
|
"onUpdate:modelValue": o[0] || (o[0] = (l) => u.$emit("update:quantity", l))
|
|
1264
1264
|
}, null, 8, ["modelValue"])
|
|
1265
1265
|
])) : j("", !0),
|
|
1266
|
-
n.id != "discounts" ? (a(),
|
|
1267
|
-
n.id != "discounts" ? (a(),
|
|
1268
|
-
d("div",
|
|
1266
|
+
n.id != "discounts" ? (a(), s("div", ha)) : j("", !0),
|
|
1267
|
+
n.id != "discounts" ? (a(), s("div", ga, $(n.labelRight), 1)) : j("", !0),
|
|
1268
|
+
d("div", fa, [
|
|
1269
1269
|
_(te, {
|
|
1270
1270
|
html: n.hint,
|
|
1271
1271
|
"horizontal-position": "right",
|
|
@@ -1278,12 +1278,12 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1278
1278
|
_: 2
|
|
1279
1279
|
}, 1032, ["html"])
|
|
1280
1280
|
]),
|
|
1281
|
-
n.id == "discounts" ? (a(),
|
|
1282
|
-
n.id == "discounts" ? (a(),
|
|
1281
|
+
n.id == "discounts" ? (a(), s("div", ja)) : j("", !0),
|
|
1282
|
+
n.id == "discounts" ? (a(), s("div", ka, $(n.labelRight), 1)) : j("", !0)
|
|
1283
1283
|
], 2))), 128))
|
|
1284
1284
|
]));
|
|
1285
1285
|
}
|
|
1286
|
-
}),
|
|
1286
|
+
}), $a = /* @__PURE__ */ C(ba, [["__scopeId", "data-v-06c3097b"]]), ya = { class: "adj-pricebar" }, Va = /* @__PURE__ */ w({
|
|
1287
1287
|
__name: "AdjPricebar",
|
|
1288
1288
|
props: {
|
|
1289
1289
|
labelOne: {},
|
|
@@ -1336,15 +1336,15 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1336
1336
|
hint: u.hintDiscounts
|
|
1337
1337
|
}), l;
|
|
1338
1338
|
});
|
|
1339
|
-
return (l, t) => (a(),
|
|
1340
|
-
_(
|
|
1339
|
+
return (l, t) => (a(), s("div", ya, [
|
|
1340
|
+
_($a, {
|
|
1341
1341
|
quantity: l.quantity,
|
|
1342
1342
|
items: n.value,
|
|
1343
1343
|
"onUpdate:quantity": t[0] || (t[0] = (e) => l.$emit("update:quantity", e))
|
|
1344
1344
|
}, null, 8, ["quantity", "items"])
|
|
1345
1345
|
]));
|
|
1346
1346
|
}
|
|
1347
|
-
}),
|
|
1347
|
+
}), Fa = /* @__PURE__ */ C(Va, [["__scopeId", "data-v-60487b43"]]), wa = { class: "adj-products" }, Ca = { class: "adj-products_wrapper" }, Aa = /* @__PURE__ */ w({
|
|
1348
1348
|
__name: "AdjProducts",
|
|
1349
1349
|
props: {
|
|
1350
1350
|
items: {},
|
|
@@ -1354,9 +1354,9 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1354
1354
|
emits: ["click"],
|
|
1355
1355
|
setup(g, { emit: u }) {
|
|
1356
1356
|
const o = u;
|
|
1357
|
-
return (n, l) => (a(),
|
|
1358
|
-
d("div",
|
|
1359
|
-
n.items.length > 0 ? (a(!0),
|
|
1357
|
+
return (n, l) => (a(), s("div", wa, [
|
|
1358
|
+
d("div", Ca, [
|
|
1359
|
+
n.items.length > 0 ? (a(!0), s(k, { key: 0 }, y(n.items, (t) => (a(), s("div", {
|
|
1360
1360
|
key: t.id,
|
|
1361
1361
|
class: "adj-products__item"
|
|
1362
1362
|
}, [
|
|
@@ -1371,7 +1371,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1371
1371
|
modelValue: t,
|
|
1372
1372
|
onClick: (e) => o("click", t)
|
|
1373
1373
|
}, null, 8, ["id", "name", "hintHtml", "duration", "images", "modelValue", "onClick"])
|
|
1374
|
-
]))), 128)) : (a(!0),
|
|
1374
|
+
]))), 128)) : (a(!0), s(k, { key: 1 }, y(n.skeletonQty, (t) => (a(), s("div", {
|
|
1375
1375
|
key: t,
|
|
1376
1376
|
class: "adj-products__item"
|
|
1377
1377
|
}, [
|
|
@@ -1386,7 +1386,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1386
1386
|
])
|
|
1387
1387
|
]));
|
|
1388
1388
|
}
|
|
1389
|
-
}),
|
|
1389
|
+
}), Ha = /* @__PURE__ */ C(Aa, [["__scopeId", "data-v-f290b0cd"]]), Ia = { class: "adj-stitchings" }, Ta = { class: "adj-stitchings__groups" }, Sa = { class: "adj-stitchings__items" }, Da = /* @__PURE__ */ w({
|
|
1390
1390
|
__name: "AdjStitchings",
|
|
1391
1391
|
props: {
|
|
1392
1392
|
modelValue: {},
|
|
@@ -1419,24 +1419,24 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1419
1419
|
}
|
|
1420
1420
|
return null;
|
|
1421
1421
|
});
|
|
1422
|
-
return (t, e) => (a(),
|
|
1423
|
-
d("div",
|
|
1424
|
-
t.groups.length > 0 ? (a(!0),
|
|
1422
|
+
return (t, e) => (a(), s("div", Ia, [
|
|
1423
|
+
d("div", Ta, [
|
|
1424
|
+
t.groups.length > 0 ? (a(!0), s(k, { key: 0 }, y(t.groups, (r) => {
|
|
1425
1425
|
var c;
|
|
1426
|
-
return a(), N(
|
|
1426
|
+
return a(), N(G, {
|
|
1427
1427
|
title: r.name,
|
|
1428
1428
|
size: "small",
|
|
1429
1429
|
design: r.id === ((c = l.value) == null ? void 0 : c.id) ? "alternative-active" : "alternative",
|
|
1430
1430
|
onClick: (p) => t.$emit("update:modelValue", r.items[0])
|
|
1431
1431
|
}, null, 8, ["title", "design", "onClick"]);
|
|
1432
|
-
}), 256)) : (a(),
|
|
1432
|
+
}), 256)) : (a(), s(k, { key: 1 }, y(4, (r) => d("div", { key: r }, [
|
|
1433
1433
|
_(L, { loaders: o })
|
|
1434
1434
|
])), 64))
|
|
1435
1435
|
]),
|
|
1436
|
-
d("div",
|
|
1437
|
-
t.groups.length > 0 && l.value ? (a(!0),
|
|
1436
|
+
d("div", Sa, [
|
|
1437
|
+
t.groups.length > 0 && l.value ? (a(!0), s(k, { key: 0 }, y(l.value.items, (r, c) => {
|
|
1438
1438
|
var p;
|
|
1439
|
-
return a(),
|
|
1439
|
+
return a(), s("div", {
|
|
1440
1440
|
class: "adj-stitchings__item",
|
|
1441
1441
|
key: c
|
|
1442
1442
|
}, [
|
|
@@ -1449,7 +1449,7 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1449
1449
|
onClick: (m) => t.$emit("update:modelValue", r)
|
|
1450
1450
|
}, null, 8, ["id", "image", "name", "checked", "onClick"])
|
|
1451
1451
|
]);
|
|
1452
|
-
}), 128)) : (a(!0),
|
|
1452
|
+
}), 128)) : (a(!0), s(k, { key: 1 }, y(t.skeletonQty, (r) => (a(), s("div", {
|
|
1453
1453
|
key: r,
|
|
1454
1454
|
class: "adj-stitchings__item"
|
|
1455
1455
|
}, [
|
|
@@ -1458,16 +1458,16 @@ const $e = { class: "adj-top" }, ye = ["src", "alt"], Ve = {
|
|
|
1458
1458
|
])
|
|
1459
1459
|
]));
|
|
1460
1460
|
}
|
|
1461
|
-
}),
|
|
1461
|
+
}), Qa = /* @__PURE__ */ C(Da, [["__scopeId", "data-v-246cb806"]]);
|
|
1462
1462
|
export {
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1463
|
+
za as AdjBlocks,
|
|
1464
|
+
Ma as AdjLaminates,
|
|
1465
|
+
Ra as AdjMaterials,
|
|
1466
|
+
Ba as AdjModels,
|
|
1467
|
+
Pa as AdjNavigator,
|
|
1468
|
+
Ea as AdjPersonalizationConfigurator,
|
|
1469
|
+
Ua as AdjPersonalizations,
|
|
1470
|
+
Fa as AdjPricebar,
|
|
1471
|
+
Ha as AdjProducts,
|
|
1472
|
+
Qa as AdjStitchings
|
|
1473
1473
|
};
|