@win2win/shared-ui 0.2.20 → 0.2.21
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/components/widgets/linvermedia-product-card/LinvermediaProductCard.vue.d.ts.map +1 -1
- package/dist/components/widgets/linvermedia-product-card/mock-products.d.ts +1457 -0
- package/dist/components/widgets/linvermedia-product-card/mock-products.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/w2w-shared-ui.js +269 -268
- package/dist/w2w-shared-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/w2w-shared-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computed as z, markRaw as p2, defineComponent as
|
|
1
|
+
import { computed as z, markRaw as p2, defineComponent as Cl, h as k, createBlock as Fl, openBlock as J, Transition as Fc, withCtx as kl, withDirectives as M0, createElementVNode as A, normalizeClass as CZ, createVNode as xl, createElementBlock as r, createCommentVNode as Ll, toDisplayString as el, vShow as HW, ref as B, renderSlot as Rc, getCurrentInstance as mZ, unref as Wl, onBeforeUnmount as jZ, reactive as I2, onDeactivated as rm, watch as Il, KeepAlive as dV, onMounted as Sc, onBeforeMount as it, createSlots as vm, Fragment as lZ, renderList as LZ, withModifiers as PW, normalizeStyle as $l, toRefs as cd, mergeModels as dd, useModel as bd, resolveComponent as Qm, toRaw as pd, onBeforeUpdate as o2, inject as md, nextTick as wZ, onActivated as R2, mergeProps as bV, createTextVNode as fl, onUnmounted as S2, Teleport as mV, onUpdated as uV, resolveDynamicComponent as st, useSlots as WV, normalizeProps as tV, guardReactiveProps as GV, provide as wW } from "vue";
|
|
2
2
|
import { defineStore as iV } from "pinia";
|
|
3
3
|
const BW = {
|
|
4
4
|
xs: 18,
|
|
@@ -35,7 +35,7 @@ function Hm(l, c, b, m) {
|
|
|
35
35
|
}), l;
|
|
36
36
|
}
|
|
37
37
|
function WZ(l) {
|
|
38
|
-
return p2(
|
|
38
|
+
return p2(Cl(l));
|
|
39
39
|
}
|
|
40
40
|
function Nt(l) {
|
|
41
41
|
return p2(l);
|
|
@@ -72,7 +72,7 @@ const Pm = WZ({
|
|
|
72
72
|
}), sV = { class: "text-center" }, NV = {
|
|
73
73
|
key: 0,
|
|
74
74
|
class: "q-mt-md"
|
|
75
|
-
}, MV = /* @__PURE__ */
|
|
75
|
+
}, MV = /* @__PURE__ */ Cl({
|
|
76
76
|
__name: "SectionSpinner",
|
|
77
77
|
props: {
|
|
78
78
|
fixed: { type: Boolean, default: !1 },
|
|
@@ -80,7 +80,7 @@ const Pm = WZ({
|
|
|
80
80
|
text: {}
|
|
81
81
|
},
|
|
82
82
|
setup(l) {
|
|
83
|
-
return (c, b) => (J(),
|
|
83
|
+
return (c, b) => (J(), Fl(Fc, { name: "fade" }, {
|
|
84
84
|
default: kl(() => [
|
|
85
85
|
M0(A("div", {
|
|
86
86
|
class: CZ(["spinner-container", { fixed: c.fixed }])
|
|
@@ -90,7 +90,7 @@ const Pm = WZ({
|
|
|
90
90
|
size: "40px",
|
|
91
91
|
color: "black"
|
|
92
92
|
}),
|
|
93
|
-
c.text ? (J(), r("div", NV,
|
|
93
|
+
c.text ? (J(), r("div", NV, el(c.text), 1)) : Ll("", !0)
|
|
94
94
|
])
|
|
95
95
|
], 2), [
|
|
96
96
|
[HW, c.loading]
|
|
@@ -113,7 +113,7 @@ const Pm = WZ({
|
|
|
113
113
|
}, nV = {
|
|
114
114
|
key: 0,
|
|
115
115
|
class: "card-footer"
|
|
116
|
-
}, hV = /* @__PURE__ */
|
|
116
|
+
}, hV = /* @__PURE__ */ Cl({
|
|
117
117
|
__name: "Card",
|
|
118
118
|
props: {
|
|
119
119
|
title: {},
|
|
@@ -141,9 +141,9 @@ const Pm = WZ({
|
|
|
141
141
|
m.value ? (J(), r("div", YV, [
|
|
142
142
|
A("div", {
|
|
143
143
|
class: CZ(["text-accent-1 ww-semi-bold", u.titleClass])
|
|
144
|
-
},
|
|
144
|
+
}, el(m.value), 3),
|
|
145
145
|
Rc(u.$slots, "indicator", {}, void 0, !0)
|
|
146
|
-
])) :
|
|
146
|
+
])) : Ll("", !0),
|
|
147
147
|
Rc(u.$slots, "title", {}, void 0, !0),
|
|
148
148
|
A("div", XV, [
|
|
149
149
|
Rc(u.$slots, "actions", {}, void 0, !0)
|
|
@@ -152,8 +152,8 @@ const Pm = WZ({
|
|
|
152
152
|
Rc(u.$slots, "default", {}, void 0, !0),
|
|
153
153
|
u.$slots.footer ? (J(), r("div", nV, [
|
|
154
154
|
Rc(u.$slots, "footer", {}, void 0, !0)
|
|
155
|
-
])) :
|
|
156
|
-
])) :
|
|
155
|
+
])) : Ll("", !0)
|
|
156
|
+
])) : Ll("", !0)
|
|
157
157
|
], 2));
|
|
158
158
|
}
|
|
159
159
|
}), J2 = /* @__PURE__ */ tZ(hV, [["__scopeId", "data-v-2d3dd405"]]);
|
|
@@ -1908,7 +1908,7 @@ const aT = ["top", "right", "bottom", "left"], nT = ["regular", "flat", "outline
|
|
|
1908
1908
|
}), yT = {
|
|
1909
1909
|
class: "q-pa-lg flex-center items-center",
|
|
1910
1910
|
style: { width: "100%", height: "100%" }
|
|
1911
|
-
}, VT = { class: "stack flex-center" }, TT = { class: "text-grey-8" }, LT = /* @__PURE__ */
|
|
1911
|
+
}, VT = { class: "stack flex-center" }, TT = { class: "text-grey-8" }, LT = /* @__PURE__ */ Cl({
|
|
1912
1912
|
__name: "GeneratingError",
|
|
1913
1913
|
props: {
|
|
1914
1914
|
text: { default: "Generación de imagen fallida" }
|
|
@@ -1920,7 +1920,7 @@ const aT = ["top", "right", "bottom", "left"], nT = ["regular", "flat", "outline
|
|
|
1920
1920
|
size: "xl",
|
|
1921
1921
|
name: "sym_o_error"
|
|
1922
1922
|
}),
|
|
1923
|
-
A("div", TT,
|
|
1923
|
+
A("div", TT, el(c.text), 1)
|
|
1924
1924
|
])
|
|
1925
1925
|
]));
|
|
1926
1926
|
}
|
|
@@ -1942,7 +1942,7 @@ const aT = ["top", "right", "bottom", "left"], nT = ["regular", "flat", "outline
|
|
|
1942
1942
|
}), pT = {
|
|
1943
1943
|
class: "q-pa-lg flex-center items-center",
|
|
1944
1944
|
style: { width: "100%", height: "100%" }
|
|
1945
|
-
}, IT = { class: "stack flex-center" }, oT = { class: "text-grey-8" }, RT = /* @__PURE__ */
|
|
1945
|
+
}, IT = { class: "stack flex-center" }, oT = { class: "text-grey-8" }, RT = /* @__PURE__ */ Cl({
|
|
1946
1946
|
__name: "GeneratingLoader",
|
|
1947
1947
|
props: {
|
|
1948
1948
|
text: { default: "Generando contenido..." }
|
|
@@ -1954,11 +1954,11 @@ const aT = ["top", "right", "bottom", "left"], nT = ["regular", "flat", "outline
|
|
|
1954
1954
|
color: "primary",
|
|
1955
1955
|
size: "xl"
|
|
1956
1956
|
}),
|
|
1957
|
-
A("div", oT,
|
|
1957
|
+
A("div", oT, el(c.text), 1)
|
|
1958
1958
|
])
|
|
1959
1959
|
]));
|
|
1960
1960
|
}
|
|
1961
|
-
}), ST = ["src"], wT = { key: 1 }, H2 = /* @__PURE__ */
|
|
1961
|
+
}), ST = ["src"], wT = { key: 1 }, H2 = /* @__PURE__ */ Cl({
|
|
1962
1962
|
__name: "DynamicCarousel",
|
|
1963
1963
|
props: {
|
|
1964
1964
|
items: {},
|
|
@@ -1969,7 +1969,7 @@ const aT = ["top", "right", "bottom", "left"], nT = ["regular", "flat", "outline
|
|
|
1969
1969
|
const c = B(null), b = B(1), m = B(!1), u = B(!1), t = (G) => G.location ? G.location : "";
|
|
1970
1970
|
return (G, s) => {
|
|
1971
1971
|
var M, a;
|
|
1972
|
-
return (M = G.items) != null && M.length ? (J(),
|
|
1972
|
+
return (M = G.items) != null && M.length ? (J(), Fl(Wl(hT), {
|
|
1973
1973
|
key: 0,
|
|
1974
1974
|
onMouseover: s[2] || (s[2] = (N) => u.value = !0),
|
|
1975
1975
|
onMouseleave: s[3] || (s[3] = (N) => u.value = !1),
|
|
@@ -1988,20 +1988,20 @@ const aT = ["top", "right", "bottom", "left"], nT = ["regular", "flat", "outline
|
|
|
1988
1988
|
ref: c
|
|
1989
1989
|
}, vm({
|
|
1990
1990
|
default: kl(() => [
|
|
1991
|
-
(J(!0), r(lZ, null, LZ(G.items, (N, h) => (J(),
|
|
1991
|
+
(J(!0), r(lZ, null, LZ(G.items, (N, h) => (J(), Fl(tT, {
|
|
1992
1992
|
key: h,
|
|
1993
1993
|
name: h + 1,
|
|
1994
1994
|
"img-src": t(N),
|
|
1995
1995
|
style: { overflow: "hidden", "background-color": "white" }
|
|
1996
1996
|
}, {
|
|
1997
1997
|
default: kl(() => [
|
|
1998
|
-
N.estado === 0 ? (J(),
|
|
1998
|
+
N.estado === 0 ? (J(), Fl(LT, { key: 0 })) : N.estado === 2 ? (J(), Fl(RT, { key: 1 })) : N.tipo === "video" ? (J(), r("video", {
|
|
1999
1999
|
key: 2,
|
|
2000
2000
|
src: N.location,
|
|
2001
2001
|
autoplay: "",
|
|
2002
2002
|
loop: "",
|
|
2003
2003
|
style: { width: "100%", height: "100%" }
|
|
2004
|
-
}, " Your browser does not support the video tag. ", 8, ST)) :
|
|
2004
|
+
}, " Your browser does not support the video tag. ", 8, ST)) : Ll("", !0)
|
|
2005
2005
|
]),
|
|
2006
2006
|
_: 2
|
|
2007
2007
|
}, 1032, ["name", "img-src"]))), 128))
|
|
@@ -2047,7 +2047,7 @@ const aT = ["top", "right", "bottom", "left"], nT = ["regular", "flat", "outline
|
|
|
2047
2047
|
]));
|
|
2048
2048
|
};
|
|
2049
2049
|
}
|
|
2050
|
-
}), xT = /* @__PURE__ */
|
|
2050
|
+
}), xT = /* @__PURE__ */ Cl({
|
|
2051
2051
|
__name: "IndicatorColor",
|
|
2052
2052
|
props: {
|
|
2053
2053
|
color: {}
|
|
@@ -2062,7 +2062,7 @@ const aT = ["top", "right", "bottom", "left"], nT = ["regular", "flat", "outline
|
|
|
2062
2062
|
style: $l(b.value)
|
|
2063
2063
|
}, null, 6));
|
|
2064
2064
|
}
|
|
2065
|
-
}), P2 = /* @__PURE__ */ tZ(xT, [["__scopeId", "data-v-f7a2cee7"]]), DT = { class: "flex no-wrap text-no-wrap items-center justify-start" }, JT = /* @__PURE__ */
|
|
2065
|
+
}), P2 = /* @__PURE__ */ tZ(xT, [["__scopeId", "data-v-f7a2cee7"]]), DT = { class: "flex no-wrap text-no-wrap items-center justify-start" }, JT = /* @__PURE__ */ Cl({
|
|
2066
2066
|
__name: "StateIndicator",
|
|
2067
2067
|
props: {
|
|
2068
2068
|
state: { default: 0 },
|
|
@@ -2090,7 +2090,7 @@ const aT = ["top", "right", "bottom", "left"], nT = ["regular", "flat", "outline
|
|
|
2090
2090
|
A("span", {
|
|
2091
2091
|
style: $l(h.sm ? "font-size: 12px" : ""),
|
|
2092
2092
|
class: CZ(`indicator-label ${h.textClassName}`)
|
|
2093
|
-
},
|
|
2093
|
+
}, el(a.value), 7)
|
|
2094
2094
|
]));
|
|
2095
2095
|
}
|
|
2096
2096
|
}), B2 = /* @__PURE__ */ tZ(JT, [["__scopeId", "data-v-2acb571b"]]);
|
|
@@ -2116,7 +2116,7 @@ Im.exports;
|
|
|
2116
2116
|
["partial", Q],
|
|
2117
2117
|
["partialRight", _],
|
|
2118
2118
|
["rearg", tl]
|
|
2119
|
-
], il = "[object Arguments]", Ml = "[object Array]",
|
|
2119
|
+
], il = "[object Arguments]", Ml = "[object Array]", zl = "[object AsyncFunction]", vl = "[object Boolean]", Gl = "[object Date]", IZ = "[object DOMException]", rZ = "[object Error]", yc = "[object Function]", BZ = "[object GeneratorFunction]", OZ = "[object Map]", lc = "[object Number]", Oc = "[object Null]", fZ = "[object Object]", td = "[object Promise]", Ob = "[object Proxy]", Vc = "[object RegExp]", aZ = "[object Set]", oZ = "[object String]", Tc = "[object Symbol]", lb = "[object Undefined]", jd = "[object WeakMap]", V0 = "[object WeakSet]", Kc = "[object ArrayBuffer]", Gd = "[object DataView]", Zb = "[object Float32Array]", Lc = "[object Float64Array]", wc = "[object Int8Array]", id = "[object Int16Array]", Kb = "[object Int32Array]", kd = "[object Uint8Array]", cb = "[object Uint8ClampedArray]", db = "[object Uint16Array]", bb = "[object Uint32Array]", T0 = /\b__p \+= '';/g, L0 = /\b(__p \+=) '' \+/g, e0 = /(__e\(.*?\)|\b__t\)) \+\n'';/g, z0 = /&(?:amp|lt|gt|quot|#39);/g, p0 = /[&<>"']/g, I0 = RegExp(z0.source), su = RegExp(p0.source), o0 = /<%-([\s\S]+?)%>/g, mb = /<%([\s\S]+?)%>/g, sd = /<%=([\s\S]+?)%>/g, Nd = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, Nu = /^\w*$/, Mu = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, gb = /[\\^$.*+?()[\]{}|]/g, Yu = RegExp(gb.source), Eb = /^\s+/, Xu = /\s/, au = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, nu = /\{\n\/\* \[wrapped with (.+)\] \*/, hu = /,? & /, Md = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, Yd = /[()=,{}\[\]\/\s]/, gc = /\\(\\)?/g, Xd = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, ub = /\w*$/, yu = /^[-+]0x[0-9a-f]+$/i, R0 = /^0b[01]+$/i, S0 = /^\[object .+?Constructor\]$/, w0 = /^0o[0-7]+$/i, x0 = /^(?:0|[1-9]\d*)$/, I = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, sl = /($^)/, Xl = /['\n\r\u2028\u2029\\]/g, Ol = "\\ud800-\\udfff", dZ = "\\u0300-\\u036f", YZ = "\\ufe20-\\ufe2f", bZ = "\\u20d0-\\u20ff", NZ = dZ + YZ + bZ, Ec = "\\u2700-\\u27bf", wt = "a-z\\xdf-\\xf6\\xf8-\\xff", qN = "\\xac\\xb1\\xd7\\xf7", $N = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", lM = "\\u2000-\\u206f", ZM = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", xt = "A-Z\\xc0-\\xd6\\xd8-\\xde", Dt = "\\ufe0e\\ufe0f", Jt = qN + $N + lM + ZM, Vu = "['’]", cM = "[" + Ol + "]", jt = "[" + Jt + "]", D0 = "[" + NZ + "]", kt = "\\d+", dM = "[" + Ec + "]", Ut = "[" + wt + "]", Ft = "[^" + Ol + Jt + kt + Ec + wt + xt + "]", Tu = "\\ud83c[\\udffb-\\udfff]", bM = "(?:" + D0 + "|" + Tu + ")", Ct = "[^" + Ol + "]", Lu = "(?:\\ud83c[\\udde6-\\uddff]){2}", eu = "[\\ud800-\\udbff][\\udc00-\\udfff]", Wb = "[" + xt + "]", Ot = "\\u200d", Kt = "(?:" + Ut + "|" + Ft + ")", mM = "(?:" + Wb + "|" + Ft + ")", gt = "(?:" + Vu + "(?:d|ll|m|re|s|t|ve))?", Et = "(?:" + Vu + "(?:D|LL|M|RE|S|T|VE))?", rt = bM + "?", vt = "[" + Dt + "]?", uM = "(?:" + Ot + "(?:" + [Ct, Lu, eu].join("|") + ")" + vt + rt + ")*", WM = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", tM = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", Qt = vt + rt + uM, GM = "(?:" + [dM, Lu, eu].join("|") + ")" + Qt, iM = "(?:" + [Ct + D0 + "?", D0, Lu, eu, cM].join("|") + ")", sM = RegExp(Vu, "g"), NM = RegExp(D0, "g"), zu = RegExp(Tu + "(?=" + Tu + ")|" + iM + Qt, "g"), MM = RegExp([
|
|
2120
2120
|
Wb + "?" + Ut + "+" + gt + "(?=" + [jt, Wb, "$"].join("|") + ")",
|
|
2121
2121
|
mM + "+" + Et + "(?=" + [jt, Wb + Kt, "$"].join("|") + ")",
|
|
2122
2122
|
Wb + "?" + Kt + "+" + gt,
|
|
@@ -2125,7 +2125,7 @@ Im.exports;
|
|
|
2125
2125
|
WM,
|
|
2126
2126
|
kt,
|
|
2127
2127
|
GM
|
|
2128
|
-
].join("|"), "g"), YM = RegExp("[" + Ot +
|
|
2128
|
+
].join("|"), "g"), YM = RegExp("[" + Ot + Ol + NZ + Dt + "]"), XM = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/, aM = [
|
|
2129
2129
|
"Array",
|
|
2130
2130
|
"Buffer",
|
|
2131
2131
|
"DataView",
|
|
@@ -5029,7 +5029,7 @@ Im.exports;
|
|
|
5029
5029
|
if (!XZ(Z))
|
|
5030
5030
|
return !1;
|
|
5031
5031
|
var d = vZ(Z);
|
|
5032
|
-
return d == yc || d == BZ || d ==
|
|
5032
|
+
return d == yc || d == BZ || d == zl || d == Ob;
|
|
5033
5033
|
}
|
|
5034
5034
|
function ki(Z) {
|
|
5035
5035
|
return typeof Z == "number" && Z == Kl(Z);
|
|
@@ -6875,7 +6875,7 @@ const _T = Nt(
|
|
|
6875
6875
|
}), $T = { class: "card-select-container" }, lL = ["onClick"], ZL = { class: "check" }, cL = {
|
|
6876
6876
|
class: "row justify-center items-center",
|
|
6877
6877
|
style: { height: "100%" }
|
|
6878
|
-
}, dL = ["onClick"], bL = /* @__PURE__ */
|
|
6878
|
+
}, dL = ["onClick"], bL = /* @__PURE__ */ Cl({
|
|
6879
6879
|
__name: "CardsSelectControl",
|
|
6880
6880
|
props: /* @__PURE__ */ dd({
|
|
6881
6881
|
control: {}
|
|
@@ -6910,10 +6910,10 @@ const _T = Nt(
|
|
|
6910
6910
|
return (s, M) => {
|
|
6911
6911
|
const a = Qm("ControlLabel");
|
|
6912
6912
|
return J(), r(lZ, null, [
|
|
6913
|
-
Wl(m).label ? (J(),
|
|
6913
|
+
Wl(m).label ? (J(), Fl(a, {
|
|
6914
6914
|
key: 0,
|
|
6915
6915
|
label: Wl(m).label
|
|
6916
|
-
}, null, 8, ["label"])) :
|
|
6916
|
+
}, null, 8, ["label"])) : Ll("", !0),
|
|
6917
6917
|
A("div", $T, [
|
|
6918
6918
|
(J(!0), r(lZ, null, LZ(Wl(m).options, (N, h) => (J(), r(lZ, { key: h }, [
|
|
6919
6919
|
N.image ? (J(), r("div", {
|
|
@@ -6930,11 +6930,11 @@ const _T = Nt(
|
|
|
6930
6930
|
}, null, 8, ["src"]),
|
|
6931
6931
|
A("div", ZL, [
|
|
6932
6932
|
A("div", cL, [
|
|
6933
|
-
G(N) ? (J(),
|
|
6933
|
+
G(N) ? (J(), Fl(VZ, {
|
|
6934
6934
|
key: 0,
|
|
6935
6935
|
name: "check",
|
|
6936
6936
|
size: "25px"
|
|
6937
|
-
})) :
|
|
6937
|
+
})) : Ll("", !0)
|
|
6938
6938
|
])
|
|
6939
6939
|
])
|
|
6940
6940
|
], 10, lL)) : (J(), r("div", {
|
|
@@ -6942,7 +6942,7 @@ const _T = Nt(
|
|
|
6942
6942
|
class: CZ(`card-option ${t(N)}`),
|
|
6943
6943
|
onClick: () => u(N)
|
|
6944
6944
|
}, [
|
|
6945
|
-
A("span", null,
|
|
6945
|
+
A("span", null, el(N.label), 1)
|
|
6946
6946
|
], 10, dL))
|
|
6947
6947
|
], 64))), 128))
|
|
6948
6948
|
])
|
|
@@ -7146,7 +7146,7 @@ const uL = () => k("div", {
|
|
|
7146
7146
|
}
|
|
7147
7147
|
return zN("checkbox", b);
|
|
7148
7148
|
}
|
|
7149
|
-
}), IN = /* @__PURE__ */
|
|
7149
|
+
}), IN = /* @__PURE__ */ Cl({
|
|
7150
7150
|
__name: "SimpleCheckbox",
|
|
7151
7151
|
props: /* @__PURE__ */ dd({
|
|
7152
7152
|
control: {}
|
|
@@ -7157,7 +7157,7 @@ const uL = () => k("div", {
|
|
|
7157
7157
|
emits: ["update:modelValue"],
|
|
7158
7158
|
setup(l) {
|
|
7159
7159
|
const c = bd(l, "modelValue");
|
|
7160
|
-
return (b, m) => (J(),
|
|
7160
|
+
return (b, m) => (J(), Fl(pN, {
|
|
7161
7161
|
outlined: "",
|
|
7162
7162
|
label: b.control.label,
|
|
7163
7163
|
color: "green-10",
|
|
@@ -7197,7 +7197,7 @@ const uL = () => k("div", {
|
|
|
7197
7197
|
}
|
|
7198
7198
|
return zN("toggle", c);
|
|
7199
7199
|
}
|
|
7200
|
-
}), tL = /* @__PURE__ */
|
|
7200
|
+
}), tL = /* @__PURE__ */ Cl({
|
|
7201
7201
|
__name: "SimpleSwitch",
|
|
7202
7202
|
props: /* @__PURE__ */ dd({
|
|
7203
7203
|
control: {}
|
|
@@ -7208,7 +7208,7 @@ const uL = () => k("div", {
|
|
|
7208
7208
|
emits: ["update:modelValue"],
|
|
7209
7209
|
setup(l) {
|
|
7210
7210
|
const c = bd(l, "modelValue");
|
|
7211
|
-
return (b, m) => (J(),
|
|
7211
|
+
return (b, m) => (J(), Fl(WL, {
|
|
7212
7212
|
falseValue: 0,
|
|
7213
7213
|
trueValue: 1,
|
|
7214
7214
|
outlined: "",
|
|
@@ -7831,10 +7831,10 @@ function zL(l, c, b, m) {
|
|
|
7831
7831
|
S !== null && (R = S.slice(1).join(""));
|
|
7832
7832
|
const $ = [], ll = pl.length;
|
|
7833
7833
|
for (let il = 0, Ml = R; il < ll; il++) {
|
|
7834
|
-
const
|
|
7835
|
-
if (
|
|
7834
|
+
const zl = pl[il].exec(Ml);
|
|
7835
|
+
if (zl === null)
|
|
7836
7836
|
break;
|
|
7837
|
-
Ml = Ml.slice(
|
|
7837
|
+
Ml = Ml.slice(zl.shift().length), $.push(...zl);
|
|
7838
7838
|
}
|
|
7839
7839
|
return $.length !== 0 ? $.join("") : R;
|
|
7840
7840
|
}, u = j.map((R) => typeof R == "string" ? R : eZ).join(""), t = u.split(eZ).join(K);
|
|
@@ -8170,8 +8170,8 @@ const xN = WZ({
|
|
|
8170
8170
|
requestAnimationFrame(() => {
|
|
8171
8171
|
const S = h.value;
|
|
8172
8172
|
if (S !== null) {
|
|
8173
|
-
const $ = S.parentNode.style, { scrollTop: ll } = S, { overflowY: il, maxHeight: Ml } = u.platform.is.firefox === !0 ? {} : window.getComputedStyle(S),
|
|
8174
|
-
|
|
8173
|
+
const $ = S.parentNode.style, { scrollTop: ll } = S, { overflowY: il, maxHeight: Ml } = u.platform.is.firefox === !0 ? {} : window.getComputedStyle(S), zl = il !== void 0 && il !== "scroll";
|
|
8174
|
+
zl === !0 && (S.style.overflowY = "hidden"), $.marginBottom = S.scrollHeight - 1 + "px", S.style.height = "1px", S.style.height = S.scrollHeight + "px", zl === !0 && (S.style.overflowY = parseInt(Ml, 10) < S.scrollHeight ? "auto" : "hidden"), $.marginBottom = "", S.scrollTop = ll;
|
|
8175
8175
|
}
|
|
8176
8176
|
});
|
|
8177
8177
|
}
|
|
@@ -8297,7 +8297,7 @@ const xN = WZ({
|
|
|
8297
8297
|
style: u.value
|
|
8298
8298
|
}, TZ(c.default));
|
|
8299
8299
|
}
|
|
8300
|
-
}), JL = /* @__PURE__ */
|
|
8300
|
+
}), JL = /* @__PURE__ */ Cl({
|
|
8301
8301
|
__name: "IndicatorColor",
|
|
8302
8302
|
props: {
|
|
8303
8303
|
color: {}
|
|
@@ -8312,7 +8312,7 @@ const xN = WZ({
|
|
|
8312
8312
|
style: $l(b.value)
|
|
8313
8313
|
}, null, 6));
|
|
8314
8314
|
}
|
|
8315
|
-
}), jL = /* @__PURE__ */ tZ(JL, [["__scopeId", "data-v-86ec13f1"]]), kL = /* @__PURE__ */
|
|
8315
|
+
}), jL = /* @__PURE__ */ tZ(JL, [["__scopeId", "data-v-86ec13f1"]]), kL = /* @__PURE__ */ Cl({
|
|
8316
8316
|
__name: "Field",
|
|
8317
8317
|
props: {
|
|
8318
8318
|
sm: { type: Boolean },
|
|
@@ -8336,8 +8336,8 @@ const xN = WZ({
|
|
|
8336
8336
|
A("div", {
|
|
8337
8337
|
class: CZ([u.dense ? "dense-text" : "text"]),
|
|
8338
8338
|
style: $l({ fontSize: u.sm ? "11px" : "" })
|
|
8339
|
-
},
|
|
8340
|
-
u.loading ? (J(),
|
|
8339
|
+
}, el(u.label), 7),
|
|
8340
|
+
u.loading ? (J(), Fl(DL, {
|
|
8341
8341
|
key: 0,
|
|
8342
8342
|
type: "rect",
|
|
8343
8343
|
width: "100px",
|
|
@@ -8346,21 +8346,21 @@ const xN = WZ({
|
|
|
8346
8346
|
key: 1,
|
|
8347
8347
|
class: CZ([`font-bold text-accent-1 row items-center ${u.dense ? "dense-text" : "text"} `, { text: u.colouredLabel, badgeClass: m.value }])
|
|
8348
8348
|
}, [
|
|
8349
|
-
u.indicatorColor ? (J(),
|
|
8349
|
+
u.indicatorColor ? (J(), Fl(jL, {
|
|
8350
8350
|
key: 0,
|
|
8351
8351
|
color: u.indicatorColor,
|
|
8352
8352
|
class: "q-mr-xs"
|
|
8353
|
-
}, null, 8, ["color"])) :
|
|
8353
|
+
}, null, 8, ["color"])) : Ll("", !0),
|
|
8354
8354
|
A("div", {
|
|
8355
8355
|
style: $l({ fontSize: u.sm ? "11px" : "" })
|
|
8356
|
-
},
|
|
8356
|
+
}, el(b.value), 5)
|
|
8357
8357
|
], 2))
|
|
8358
8358
|
], 2));
|
|
8359
8359
|
}
|
|
8360
8360
|
}), UL = /* @__PURE__ */ tZ(kL, [["__scopeId", "data-v-a10936e1"]]), FL = { key: 0 }, CL = {
|
|
8361
8361
|
key: 0,
|
|
8362
8362
|
class: "text-weight-bold text-deep-orange"
|
|
8363
|
-
}, OL = { style: { "font-size": "16px", "padding-top": "1.5rem" } }, KL = /* @__PURE__ */
|
|
8363
|
+
}, OL = { style: { "font-size": "16px", "padding-top": "1.5rem" } }, KL = /* @__PURE__ */ Cl({
|
|
8364
8364
|
__name: "WinInput",
|
|
8365
8365
|
props: /* @__PURE__ */ dd({
|
|
8366
8366
|
name: {},
|
|
@@ -8439,13 +8439,13 @@ const xN = WZ({
|
|
|
8439
8439
|
const G = z(() => {
|
|
8440
8440
|
if (u.fieldFormat) return u.fieldFormat;
|
|
8441
8441
|
});
|
|
8442
|
-
return (s, M) => s.useFieldOnReadonly && s.readonly ? (J(),
|
|
8442
|
+
return (s, M) => s.useFieldOnReadonly && s.readonly ? (J(), Fl(UL, {
|
|
8443
8443
|
key: 0,
|
|
8444
8444
|
label: s.label || "",
|
|
8445
8445
|
value: b.value ?? "~",
|
|
8446
8446
|
format: G.value,
|
|
8447
8447
|
bordered: !0
|
|
8448
|
-
}, null, 8, ["label", "value", "format"])) : (J(),
|
|
8448
|
+
}, null, 8, ["label", "value", "format"])) : (J(), Fl(Wu, {
|
|
8449
8449
|
key: 1,
|
|
8450
8450
|
class: "glass-card q-py-sm q-px-md",
|
|
8451
8451
|
style: $l({ height: s.dense ? "auto" : s.height })
|
|
@@ -8462,9 +8462,9 @@ const xN = WZ({
|
|
|
8462
8462
|
}), vm({
|
|
8463
8463
|
label: kl(() => [
|
|
8464
8464
|
s.label ? (J(), r("div", FL, [
|
|
8465
|
-
fl(
|
|
8466
|
-
s.required && !s.readonly ? (J(), r("span", CL, "*")) :
|
|
8467
|
-
])) :
|
|
8465
|
+
fl(el(s.label) + " ", 1),
|
|
8466
|
+
s.required && !s.readonly ? (J(), r("span", CL, "*")) : Ll("", !0)
|
|
8467
|
+
])) : Ll("", !0)
|
|
8468
8468
|
]),
|
|
8469
8469
|
_: 2
|
|
8470
8470
|
}, [
|
|
@@ -8479,7 +8479,7 @@ const xN = WZ({
|
|
|
8479
8479
|
name: "append",
|
|
8480
8480
|
fn: kl(() => [
|
|
8481
8481
|
Rc(s.$slots, "append", {}, () => [
|
|
8482
|
-
A("span", OL,
|
|
8482
|
+
A("span", OL, el(s.percentage ? "%" : ""), 1)
|
|
8483
8483
|
], !0)
|
|
8484
8484
|
]),
|
|
8485
8485
|
key: "1"
|
|
@@ -8492,18 +8492,18 @@ const xN = WZ({
|
|
|
8492
8492
|
}), gL = /* @__PURE__ */ tZ(KL, [["__scopeId", "data-v-5593318f"]]), EL = {
|
|
8493
8493
|
class: "ww-subtitle text-center q-mb-md text-grey-9",
|
|
8494
8494
|
style: { "font-weight": "600" }
|
|
8495
|
-
}, rL = /* @__PURE__ */
|
|
8495
|
+
}, rL = /* @__PURE__ */ Cl({
|
|
8496
8496
|
__name: "ControlLabel",
|
|
8497
8497
|
props: {
|
|
8498
8498
|
label: {}
|
|
8499
8499
|
},
|
|
8500
8500
|
setup(l) {
|
|
8501
|
-
return (c, b) => (J(), r("div", EL,
|
|
8501
|
+
return (c, b) => (J(), r("div", EL, el(c.label), 1));
|
|
8502
8502
|
}
|
|
8503
8503
|
}), vL = {
|
|
8504
8504
|
style: { "max-width": "400px" },
|
|
8505
8505
|
class: "text-center"
|
|
8506
|
-
}, QL = { style: { "font-size": "16px" } }, HL = { style: { "font-size": "16px" } }, PL = /* @__PURE__ */
|
|
8506
|
+
}, QL = { style: { "font-size": "16px" } }, HL = { style: { "font-size": "16px" } }, PL = /* @__PURE__ */ Cl({
|
|
8507
8507
|
__name: "InputControl",
|
|
8508
8508
|
props: /* @__PURE__ */ dd({
|
|
8509
8509
|
control: {},
|
|
@@ -8522,10 +8522,10 @@ const xN = WZ({
|
|
|
8522
8522
|
var t;
|
|
8523
8523
|
(t = b.value) == null || t.focus();
|
|
8524
8524
|
}), (t, G) => (J(), r("div", vL, [
|
|
8525
|
-
!t.innerLabel && t.control.label ? (J(),
|
|
8525
|
+
!t.innerLabel && t.control.label ? (J(), Fl(rL, {
|
|
8526
8526
|
key: 0,
|
|
8527
8527
|
label: t.control.label
|
|
8528
|
-
}, null, 8, ["label"])) :
|
|
8528
|
+
}, null, 8, ["label"])) : Ll("", !0),
|
|
8529
8529
|
xl(gL, {
|
|
8530
8530
|
modelValue: u.value,
|
|
8531
8531
|
"onUpdate:modelValue": G[0] || (G[0] = (s) => u.value = s),
|
|
@@ -8539,21 +8539,21 @@ const xN = WZ({
|
|
|
8539
8539
|
t.control.prefix ? {
|
|
8540
8540
|
name: "prepend",
|
|
8541
8541
|
fn: kl(() => [
|
|
8542
|
-
A("span", QL,
|
|
8542
|
+
A("span", QL, el(t.control.prefix), 1)
|
|
8543
8543
|
]),
|
|
8544
8544
|
key: "0"
|
|
8545
8545
|
} : void 0,
|
|
8546
8546
|
t.control.suffix ? {
|
|
8547
8547
|
name: "append",
|
|
8548
8548
|
fn: kl(() => [
|
|
8549
|
-
A("span", HL,
|
|
8549
|
+
A("span", HL, el(t.control.suffix), 1)
|
|
8550
8550
|
]),
|
|
8551
8551
|
key: "1"
|
|
8552
8552
|
} : void 0
|
|
8553
8553
|
]), 1032, ["modelValue", "mask", "label", "inputStyle"])
|
|
8554
8554
|
]));
|
|
8555
8555
|
}
|
|
8556
|
-
}), FW = /* @__PURE__ */ tZ(PL, [["__scopeId", "data-v-8f5284d3"]]), BL = { class: "buttons-container" }, fL = { class: "lt-md" }, AL = { class: "row justify-between q-my-md q-px-md" }, _L = { key: 1 }, qL = /* @__PURE__ */
|
|
8556
|
+
}), FW = /* @__PURE__ */ tZ(PL, [["__scopeId", "data-v-8f5284d3"]]), BL = { class: "buttons-container" }, fL = { class: "lt-md" }, AL = { class: "row justify-between q-my-md q-px-md" }, _L = { key: 1 }, qL = /* @__PURE__ */ Cl({
|
|
8557
8557
|
__name: "NavigationButtons",
|
|
8558
8558
|
props: {
|
|
8559
8559
|
currentStep: {},
|
|
@@ -8565,7 +8565,7 @@ const xN = WZ({
|
|
|
8565
8565
|
const c = l, b = z(() => c.currentStep + 1);
|
|
8566
8566
|
return (m, u) => (J(), r(lZ, null, [
|
|
8567
8567
|
A("div", BL, [
|
|
8568
|
-
b.value > 1 ? (J(),
|
|
8568
|
+
b.value > 1 ? (J(), Fl(pZ, {
|
|
8569
8569
|
key: 0,
|
|
8570
8570
|
style: { position: "absolute", left: "25px", cursor: "pointer" },
|
|
8571
8571
|
size: "26px",
|
|
@@ -8582,8 +8582,8 @@ const xN = WZ({
|
|
|
8582
8582
|
})
|
|
8583
8583
|
]),
|
|
8584
8584
|
_: 1
|
|
8585
|
-
})) :
|
|
8586
|
-
b.value !== m.stepsCount ? (J(),
|
|
8585
|
+
})) : Ll("", !0),
|
|
8586
|
+
b.value !== m.stepsCount ? (J(), Fl(pZ, {
|
|
8587
8587
|
key: 1,
|
|
8588
8588
|
style: { position: "absolute", right: "25px", cursor: "pointer" },
|
|
8589
8589
|
size: "26px",
|
|
@@ -8601,11 +8601,11 @@ const xN = WZ({
|
|
|
8601
8601
|
})
|
|
8602
8602
|
]),
|
|
8603
8603
|
_: 1
|
|
8604
|
-
}, 8, ["disable"])) :
|
|
8604
|
+
}, 8, ["disable"])) : Ll("", !0)
|
|
8605
8605
|
]),
|
|
8606
8606
|
A("div", fL, [
|
|
8607
8607
|
A("div", AL, [
|
|
8608
|
-
b.value > 1 && b.value < m.stepsCount ? (J(),
|
|
8608
|
+
b.value > 1 && b.value < m.stepsCount ? (J(), Fl(pZ, {
|
|
8609
8609
|
key: 0,
|
|
8610
8610
|
color: "info",
|
|
8611
8611
|
class: "q-px-md-xl q-py-sm q-mr-sm win-btn win-btn-primary",
|
|
@@ -8619,7 +8619,7 @@ const xN = WZ({
|
|
|
8619
8619
|
_: 1,
|
|
8620
8620
|
__: [4]
|
|
8621
8621
|
})) : (J(), r("div", _L)),
|
|
8622
|
-
b.value < m.stepsCount ? (J(),
|
|
8622
|
+
b.value < m.stepsCount ? (J(), Fl(pZ, {
|
|
8623
8623
|
key: 2,
|
|
8624
8624
|
color: "info",
|
|
8625
8625
|
class: "q-px-xl q-py-sm q-ml-sm win-btn win-btn-primary",
|
|
@@ -8633,7 +8633,7 @@ const xN = WZ({
|
|
|
8633
8633
|
])),
|
|
8634
8634
|
_: 1,
|
|
8635
8635
|
__: [5]
|
|
8636
|
-
}, 8, ["disable"])) :
|
|
8636
|
+
}, 8, ["disable"])) : Ll("", !0)
|
|
8637
8637
|
])
|
|
8638
8638
|
])
|
|
8639
8639
|
], 64));
|
|
@@ -9532,11 +9532,11 @@ const z5 = WZ({
|
|
|
9532
9532
|
}
|
|
9533
9533
|
G === void 0 && (G = Il(
|
|
9534
9534
|
() => N.screen.width + "|" + N.screen.height + "|" + l.self + "|" + l.anchor + "|" + N.lang.rtl,
|
|
9535
|
-
|
|
9535
|
+
zl
|
|
9536
9536
|
)), l.noFocus !== !0 && document.activeElement.blur(), o(() => {
|
|
9537
|
-
|
|
9537
|
+
zl(), l.noFocus !== !0 && Tl();
|
|
9538
9538
|
}), C(() => {
|
|
9539
|
-
N.platform.is.ios === !0 && (s = l.autoClose, h.value.click()),
|
|
9539
|
+
N.platform.is.ios === !0 && (s = l.autoClose, h.value.click()), zl(), K(!0), b("show", Gl);
|
|
9540
9540
|
}, l.transitionDuration);
|
|
9541
9541
|
}
|
|
9542
9542
|
function R(Gl) {
|
|
@@ -9549,7 +9549,7 @@ const z5 = WZ({
|
|
|
9549
9549
|
t = void 0, G !== void 0 && (G(), G = void 0), (Gl === !0 || V.value === !0) && (Zt(il), _(), Dm(dl), Sm(Ml)), Gl !== !0 && (u = null);
|
|
9550
9550
|
}
|
|
9551
9551
|
function $() {
|
|
9552
|
-
(f.value !== null || l.scrollTarget !== void 0) && (g.value = UN(f.value, l.scrollTarget), Q(g.value,
|
|
9552
|
+
(f.value !== null || l.scrollTarget !== void 0) && (g.value = UN(f.value, l.scrollTarget), Q(g.value, zl));
|
|
9553
9553
|
}
|
|
9554
9554
|
function ll(Gl) {
|
|
9555
9555
|
s !== !0 ? (i5(a, Gl), b("click", Gl)) : s = !1;
|
|
@@ -9560,7 +9560,7 @@ const z5 = WZ({
|
|
|
9560
9560
|
function Ml(Gl) {
|
|
9561
9561
|
l.noEscDismiss !== !0 && (b("escapeKey"), E(Gl));
|
|
9562
9562
|
}
|
|
9563
|
-
function
|
|
9563
|
+
function zl() {
|
|
9564
9564
|
Rt({
|
|
9565
9565
|
targetEl: h.value,
|
|
9566
9566
|
offset: l.offset,
|
|
@@ -9595,7 +9595,7 @@ const z5 = WZ({
|
|
|
9595
9595
|
}, TZ(c.default)) : null
|
|
9596
9596
|
);
|
|
9597
9597
|
}
|
|
9598
|
-
return jZ(S), Object.assign(a, { focus: Tl, updatePosition:
|
|
9598
|
+
return jZ(S), Object.assign(a, { focus: Tl, updatePosition: zl }), D;
|
|
9599
9599
|
}
|
|
9600
9600
|
});
|
|
9601
9601
|
function p5(l, c, b) {
|
|
@@ -9757,10 +9757,10 @@ const w5 = {
|
|
|
9757
9757
|
a = l.noRefocus === !1 && document.activeElement !== null ? document.activeElement : null, Tl(l.maximized), g(), s.value = !0, l.noFocus !== !0 ? ((il = document.activeElement) == null || il.blur(), o(cl)) : e(), y(() => {
|
|
9758
9758
|
if (u.proxy.$q.platform.is.ios === !0) {
|
|
9759
9759
|
if (l.seamless !== !0 && document.activeElement) {
|
|
9760
|
-
const { top: Ml, bottom:
|
|
9761
|
-
Ml > 0 &&
|
|
9760
|
+
const { top: Ml, bottom: zl } = document.activeElement.getBoundingClientRect(), { innerHeight: vl } = window, Gl = window.visualViewport !== void 0 ? window.visualViewport.height : vl;
|
|
9761
|
+
Ml > 0 && zl > Gl / 2 && (document.scrollingElement.scrollTop = Math.min(
|
|
9762
9762
|
document.scrollingElement.scrollHeight - Gl,
|
|
9763
|
-
|
|
9763
|
+
zl >= vl ? 1 / 0 : Math.ceil(document.scrollingElement.scrollTop + zl - Gl / 2)
|
|
9764
9764
|
)), document.activeElement.scrollIntoView();
|
|
9765
9765
|
}
|
|
9766
9766
|
h = !0, t.value.click(), h = !1;
|
|
@@ -10025,14 +10025,14 @@ function k5({
|
|
|
10025
10025
|
);
|
|
10026
10026
|
return;
|
|
10027
10027
|
}
|
|
10028
|
-
let Ml = 0,
|
|
10029
|
-
if (
|
|
10030
|
-
|
|
10028
|
+
let Ml = 0, zl = S.scrollStart - S.offsetStart, vl = zl;
|
|
10029
|
+
if (zl <= ll && zl + S.scrollViewSize >= y.value)
|
|
10030
|
+
zl -= y.value, Ml = g.value.from, vl = zl;
|
|
10031
10031
|
else
|
|
10032
|
-
for (let Gl = 0;
|
|
10033
|
-
|
|
10034
|
-
for (;
|
|
10035
|
-
|
|
10032
|
+
for (let Gl = 0; zl >= V[Gl] && Ml < $; Gl++)
|
|
10033
|
+
zl -= V[Gl], Ml += oc;
|
|
10034
|
+
for (; zl > 0 && Ml < $; )
|
|
10035
|
+
zl -= T[Ml], zl > -S.scrollViewSize ? (Ml++, vl = zl) : vl = T[Ml] + zl;
|
|
10036
10036
|
D(
|
|
10037
10037
|
R,
|
|
10038
10038
|
S,
|
|
@@ -10041,11 +10041,11 @@ function k5({
|
|
|
10041
10041
|
);
|
|
10042
10042
|
}
|
|
10043
10043
|
function D(R, S, $, ll, il) {
|
|
10044
|
-
const Ml = typeof il == "string" && il.indexOf("-force") !== -1,
|
|
10044
|
+
const Ml = typeof il == "string" && il.indexOf("-force") !== -1, zl = Ml === !0 ? il.replace("-force", "") : il, vl = zl !== void 0 ? zl : "start";
|
|
10045
10045
|
let Gl = Math.max(0, $ - e.value[vl]), IZ = Gl + e.value.total;
|
|
10046
10046
|
IZ > l.value && (IZ = l.value, Gl = Math.max(0, IZ - e.value.total)), a = S.scrollStart;
|
|
10047
10047
|
const rZ = Gl !== g.value.from || IZ !== g.value.to;
|
|
10048
|
-
if (rZ === !1 &&
|
|
10048
|
+
if (rZ === !1 && zl === void 0) {
|
|
10049
10049
|
ul($);
|
|
10050
10050
|
return;
|
|
10051
10051
|
}
|
|
@@ -10053,7 +10053,7 @@ function k5({
|
|
|
10053
10053
|
rZ === !0 && BZ !== null && BZ !== yc && BZ.contains(yc) === !0 && (BZ.addEventListener("focusout", j), setTimeout(() => {
|
|
10054
10054
|
BZ == null || BZ.removeEventListener("focusout", j);
|
|
10055
10055
|
})), J5(BZ, $ - Gl);
|
|
10056
|
-
const OZ =
|
|
10056
|
+
const OZ = zl !== void 0 ? T.slice(Gl, $).reduce(pb, 0) : 0;
|
|
10057
10057
|
if (rZ === !0) {
|
|
10058
10058
|
const lc = IZ >= g.value.from && Gl <= g.value.to ? g.value.to : IZ;
|
|
10059
10059
|
g.value = { from: Gl, to: lc }, y.value = u0(V, T, 0, Gl), o.value = u0(V, T, IZ, l.value), requestAnimationFrame(() => {
|
|
@@ -10065,9 +10065,9 @@ function k5({
|
|
|
10065
10065
|
rZ === !0 && dl(Gl);
|
|
10066
10066
|
const lc = T.slice(Gl, $).reduce(pb, 0), Oc = lc + S.offsetStart + y.value, fZ = Oc + T[$];
|
|
10067
10067
|
let td = Oc + ll;
|
|
10068
|
-
if (
|
|
10068
|
+
if (zl !== void 0) {
|
|
10069
10069
|
const Ob = lc - OZ, Vc = S.scrollStart + Ob;
|
|
10070
|
-
td = Ml !== !0 && Vc < Oc && fZ < Vc + S.scrollViewSize ? Vc :
|
|
10070
|
+
td = Ml !== !0 && Vc < Oc && fZ < Vc + S.scrollViewSize ? Vc : zl === "end" ? fZ - S.scrollViewSize : Oc - (zl === "start" ? 0 : Math.round((S.scrollViewSize - T[$]) / 2));
|
|
10071
10071
|
}
|
|
10072
10072
|
a = td, c2(
|
|
10073
10073
|
R,
|
|
@@ -10084,11 +10084,11 @@ function k5({
|
|
|
10084
10084
|
S.children,
|
|
10085
10085
|
(Gl) => Gl.classList && Gl.classList.contains("q-virtual-scroll--skip") === !1
|
|
10086
10086
|
), ll = $.length, il = t.virtualScrollHorizontal === !0 ? (Gl) => Gl.getBoundingClientRect().width : (Gl) => Gl.offsetHeight;
|
|
10087
|
-
let Ml = R,
|
|
10087
|
+
let Ml = R, zl, vl;
|
|
10088
10088
|
for (let Gl = 0; Gl < ll; ) {
|
|
10089
|
-
for (
|
|
10090
|
-
|
|
10091
|
-
vl =
|
|
10089
|
+
for (zl = il($[Gl]), Gl++; Gl < ll && $[Gl].classList.contains("q-virtual-scroll--with-prev") === !0; )
|
|
10090
|
+
zl += il($[Gl]), Gl++;
|
|
10091
|
+
vl = zl - T[Ml], vl !== 0 && (T[Ml] += vl, V[Math.floor(Ml / oc)] += vl), Ml++;
|
|
10092
10092
|
}
|
|
10093
10093
|
}
|
|
10094
10094
|
}
|
|
@@ -10106,11 +10106,11 @@ function k5({
|
|
|
10106
10106
|
const il = Math.floor((l.value - 1) / oc);
|
|
10107
10107
|
V = [];
|
|
10108
10108
|
for (let Ml = 0; Ml <= il; Ml++) {
|
|
10109
|
-
let
|
|
10109
|
+
let zl = 0;
|
|
10110
10110
|
const vl = Math.min((Ml + 1) * oc, l.value);
|
|
10111
10111
|
for (let Gl = Ml * oc; Gl < vl; Gl++)
|
|
10112
|
-
|
|
10113
|
-
V.push(
|
|
10112
|
+
zl += T[Gl];
|
|
10113
|
+
V.push(zl);
|
|
10114
10114
|
}
|
|
10115
10115
|
N = -1, a = void 0, y.value = u0(V, T, 0, g.value.from), o.value = u0(V, T, g.value.to, l.value), R >= 0 ? (dl(g.value.from), wZ(() => {
|
|
10116
10116
|
K(R);
|
|
@@ -10118,9 +10118,9 @@ function k5({
|
|
|
10118
10118
|
}
|
|
10119
10119
|
function bl(R) {
|
|
10120
10120
|
if (R === void 0 && typeof window < "u") {
|
|
10121
|
-
const
|
|
10122
|
-
|
|
10123
|
-
|
|
10121
|
+
const zl = c();
|
|
10122
|
+
zl != null && zl.nodeType !== 8 && (R = EW(
|
|
10123
|
+
zl,
|
|
10124
10124
|
b(),
|
|
10125
10125
|
C.value,
|
|
10126
10126
|
O.value,
|
|
@@ -10352,8 +10352,8 @@ const vN = WZ({
|
|
|
10352
10352
|
}), R = Vt(), S = z(() => {
|
|
10353
10353
|
const I = l.mapOptions === !0 && l.multiple !== !0, sl = l.modelValue !== void 0 && (l.modelValue !== null || I === !0) ? l.multiple === !0 && Array.isArray(l.modelValue) ? l.modelValue : [l.modelValue] : [];
|
|
10354
10354
|
if (l.mapOptions === !0 && Array.isArray(l.options) === !0) {
|
|
10355
|
-
const Xl = l.mapOptions === !0 && T !== void 0 ? T : [],
|
|
10356
|
-
return l.modelValue === null && I === !0 ?
|
|
10355
|
+
const Xl = l.mapOptions === !0 && T !== void 0 ? T : [], Ol = sl.map((dZ) => Kb(dZ, Xl));
|
|
10356
|
+
return l.modelValue === null && I === !0 ? Ol.filter((dZ) => dZ !== null) : Ol;
|
|
10357
10357
|
}
|
|
10358
10358
|
return sl;
|
|
10359
10359
|
}), $ = z(() => {
|
|
@@ -10365,7 +10365,7 @@ const vN = WZ({
|
|
|
10365
10365
|
}), ll = z(() => l.optionsDark === null ? R.isDark.value : l.optionsDark), il = z(() => X0(S.value)), Ml = z(() => {
|
|
10366
10366
|
let I = "q-field__input q-placeholder col";
|
|
10367
10367
|
return l.hideSelected === !0 || S.value.length === 0 ? [I, l.inputClass] : (I += " q-field__input--padding", l.inputClass === void 0 ? I : [I, l.inputClass]);
|
|
10368
|
-
}),
|
|
10368
|
+
}), zl = z(
|
|
10369
10369
|
() => (l.virtualScrollHorizontal === !0 ? "q-virtual-scroll--horizontal" : "") + (l.popupContentClass ? " " + l.popupContentClass : "")
|
|
10370
10370
|
), vl = z(() => D.value === 0), Gl = z(
|
|
10371
10371
|
() => S.value.map((I) => oZ.value(I)).join(", ")
|
|
@@ -10396,8 +10396,8 @@ const vN = WZ({
|
|
|
10396
10396
|
if (D.value === 0)
|
|
10397
10397
|
return [];
|
|
10398
10398
|
const { from: I, to: sl } = j.value;
|
|
10399
|
-
return l.options.slice(I, sl).map((Xl,
|
|
10400
|
-
const dZ = Tc.value(Xl) === !0, YZ = kd(Xl) === !0, bZ = I +
|
|
10399
|
+
return l.options.slice(I, sl).map((Xl, Ol) => {
|
|
10400
|
+
const dZ = Tc.value(Xl) === !0, YZ = kd(Xl) === !0, bZ = I + Ol, NZ = {
|
|
10401
10401
|
clickable: !0,
|
|
10402
10402
|
active: YZ,
|
|
10403
10403
|
activeClass: Vc.value,
|
|
@@ -10480,8 +10480,8 @@ const vN = WZ({
|
|
|
10480
10480
|
return;
|
|
10481
10481
|
}
|
|
10482
10482
|
if (sl === !0 && kd(I) === !0 || l.maxValues !== void 0 && l.modelValue.length >= l.maxValues) return;
|
|
10483
|
-
const
|
|
10484
|
-
b("add", { index:
|
|
10483
|
+
const Ol = l.modelValue.slice();
|
|
10484
|
+
b("add", { index: Ol.length, value: Xl }), Ol.push(Xl), b("update:modelValue", Ol);
|
|
10485
10485
|
}
|
|
10486
10486
|
function Lc(I, sl) {
|
|
10487
10487
|
var YZ;
|
|
@@ -10500,15 +10500,15 @@ const vN = WZ({
|
|
|
10500
10500
|
b("add", { index: 0, value: bZ }), b("update:modelValue", l.multiple === !0 ? [bZ] : bZ);
|
|
10501
10501
|
return;
|
|
10502
10502
|
}
|
|
10503
|
-
const
|
|
10503
|
+
const Ol = l.modelValue.slice(), dZ = lb.value.findIndex((bZ) => qc(bZ, Xl));
|
|
10504
10504
|
if (dZ !== -1)
|
|
10505
|
-
b("remove", { index: dZ, value:
|
|
10505
|
+
b("remove", { index: dZ, value: Ol.splice(dZ, 1)[0] });
|
|
10506
10506
|
else {
|
|
10507
|
-
if (l.maxValues !== void 0 &&
|
|
10507
|
+
if (l.maxValues !== void 0 && Ol.length >= l.maxValues) return;
|
|
10508
10508
|
const bZ = l.emitValue === !0 ? Xl : I;
|
|
10509
|
-
b("add", { index:
|
|
10509
|
+
b("add", { index: Ol.length, value: bZ }), Ol.push(bZ);
|
|
10510
10510
|
}
|
|
10511
|
-
b("update:modelValue",
|
|
10511
|
+
b("update:modelValue", Ol);
|
|
10512
10512
|
}
|
|
10513
10513
|
function wc(I) {
|
|
10514
10514
|
if (u.platform.is.desktop !== !0) return;
|
|
@@ -10532,7 +10532,7 @@ const vN = WZ({
|
|
|
10532
10532
|
}
|
|
10533
10533
|
}
|
|
10534
10534
|
function Kb(I, sl) {
|
|
10535
|
-
const Xl = (
|
|
10535
|
+
const Xl = (Ol) => qc(aZ.value(Ol), I);
|
|
10536
10536
|
return l.options.find(Xl) || sl.find(Xl) || I;
|
|
10537
10537
|
}
|
|
10538
10538
|
function kd(I) {
|
|
@@ -10552,11 +10552,11 @@ const vN = WZ({
|
|
|
10552
10552
|
return;
|
|
10553
10553
|
}
|
|
10554
10554
|
if (I.target.value = "", h !== null && (clearTimeout(h), h = null), V !== null && (clearTimeout(V), V = null), Xd(), typeof sl == "string" && sl.length !== 0) {
|
|
10555
|
-
const Xl = sl.toLocaleLowerCase(),
|
|
10555
|
+
const Xl = sl.toLocaleLowerCase(), Ol = (YZ) => {
|
|
10556
10556
|
const bZ = l.options.find((NZ) => String(YZ.value(NZ)).toLocaleLowerCase() === Xl);
|
|
10557
10557
|
return bZ === void 0 ? !1 : (S.value.indexOf(bZ) === -1 ? Lc(bZ) : gc(), !0);
|
|
10558
10558
|
}, dZ = (YZ) => {
|
|
10559
|
-
|
|
10559
|
+
Ol(aZ) !== !0 && YZ !== !0 && Ol(oZ) !== !0 && Nd(sl, !0, () => dZ(!0));
|
|
10560
10560
|
};
|
|
10561
10561
|
dZ();
|
|
10562
10562
|
} else
|
|
@@ -10592,8 +10592,8 @@ const vN = WZ({
|
|
|
10592
10592
|
s.value + (I.keyCode === 33 ? -1 : 1) * cl.value.view
|
|
10593
10593
|
)
|
|
10594
10594
|
), id(I.keyCode === 33 ? 1 : -1, l.multiple)), (I.keyCode === 38 || I.keyCode === 40) && (sZ(I), id(I.keyCode === 38 ? -1 : 1, l.multiple));
|
|
10595
|
-
const
|
|
10596
|
-
if ((U === void 0 || g < Date.now()) && (U = ""),
|
|
10595
|
+
const Ol = D.value;
|
|
10596
|
+
if ((U === void 0 || g < Date.now()) && (U = ""), Ol > 0 && l.useInput !== !0 && I.key !== void 0 && I.key.length === 1 && I.altKey === !1 && I.ctrlKey === !1 && I.metaKey === !1 && (I.keyCode !== 32 || U.length !== 0)) {
|
|
10597
10597
|
t.value !== !0 && Yd(I);
|
|
10598
10598
|
const dZ = I.key.toLocaleLowerCase(), YZ = U.length === 1 && U[0] === dZ;
|
|
10599
10599
|
g = Date.now() + 1500, YZ === !1 && (sZ(I), U += dZ);
|
|
@@ -10601,7 +10601,7 @@ const vN = WZ({
|
|
|
10601
10601
|
let NZ = s.value;
|
|
10602
10602
|
if (YZ === !0 || NZ < 0 || bZ.test(oZ.value(l.options[NZ])) !== !0)
|
|
10603
10603
|
do
|
|
10604
|
-
NZ = b2(NZ + 1, -1,
|
|
10604
|
+
NZ = b2(NZ + 1, -1, Ol - 1);
|
|
10605
10605
|
while (NZ !== s.value && (Tc.value(l.options[NZ]) === !0 || bZ.test(oZ.value(l.options[NZ])) !== !0));
|
|
10606
10606
|
s.value !== NZ && wZ(() => {
|
|
10607
10607
|
wc(NZ), Tl(NZ), NZ >= 0 && l.useInput === !0 && l.fillInput === !0 && mb(oZ.value(l.options[NZ]), !0);
|
|
@@ -10609,7 +10609,7 @@ const vN = WZ({
|
|
|
10609
10609
|
return;
|
|
10610
10610
|
}
|
|
10611
10611
|
if (!(I.keyCode !== 13 && (I.keyCode !== 32 || l.useInput === !0 || U !== "") && (I.keyCode !== 9 || Xl === !1))) {
|
|
10612
|
-
if (I.keyCode !== 9 && sZ(I), s.value !== -1 && s.value <
|
|
10612
|
+
if (I.keyCode !== 9 && sZ(I), s.value !== -1 && s.value < Ol) {
|
|
10613
10613
|
Lc(l.options[s.value]);
|
|
10614
10614
|
return;
|
|
10615
10615
|
}
|
|
@@ -10673,7 +10673,7 @@ const vN = WZ({
|
|
|
10673
10673
|
return c["before-options"] !== void 0 && (sl = c["before-options"]().concat(sl)), kc(c["after-options"], sl);
|
|
10674
10674
|
}
|
|
10675
10675
|
function su(I, sl) {
|
|
10676
|
-
const Xl = sl === !0 ? { ...OZ.value, ...R.splitAttrs.attributes.value } : void 0,
|
|
10676
|
+
const Xl = sl === !0 ? { ...OZ.value, ...R.splitAttrs.attributes.value } : void 0, Ol = {
|
|
10677
10677
|
ref: sl === !0 ? _ : void 0,
|
|
10678
10678
|
key: "i_t",
|
|
10679
10679
|
class: Ml.value,
|
|
@@ -10690,7 +10690,7 @@ const vN = WZ({
|
|
|
10690
10690
|
readonly: l.readonly === !0,
|
|
10691
10691
|
...jd.value
|
|
10692
10692
|
};
|
|
10693
|
-
return I !== !0 && y === !0 && (Array.isArray(
|
|
10693
|
+
return I !== !0 && y === !0 && (Array.isArray(Ol.class) === !0 ? Ol.class = [...Ol.class, "no-pointer-events"] : Ol.class += " no-pointer-events"), k("input", Ol);
|
|
10694
10694
|
}
|
|
10695
10695
|
function o0(I) {
|
|
10696
10696
|
h !== null && (clearTimeout(h), h = null), V !== null && (clearTimeout(V), V = null), !(I && I.target && I.target.qComposing === !0) && (mb(I.target.value || ""), o = !0, C = M.value, R.focused.value !== !0 && (y !== !0 || a.value === !0) && R.focus(), l.onFilter !== void 0 && (h = setTimeout(() => {
|
|
@@ -10708,14 +10708,14 @@ const vN = WZ({
|
|
|
10708
10708
|
function Nd(I, sl, Xl) {
|
|
10709
10709
|
if (l.onFilter === void 0 || sl !== !0 && R.focused.value !== !0) return;
|
|
10710
10710
|
R.innerLoading.value === !0 ? b("filterAbort") : (R.innerLoading.value = !0, N.value = !0), I !== "" && l.multiple !== !0 && S.value.length !== 0 && o !== !0 && I === oZ.value(S.value[0]) && (I = "");
|
|
10711
|
-
const
|
|
10711
|
+
const Ol = setTimeout(() => {
|
|
10712
10712
|
t.value === !0 && (t.value = !1);
|
|
10713
10713
|
}, 10);
|
|
10714
|
-
e !== null && clearTimeout(e), e =
|
|
10714
|
+
e !== null && clearTimeout(e), e = Ol, b(
|
|
10715
10715
|
"filter",
|
|
10716
10716
|
I,
|
|
10717
10717
|
(dZ, YZ) => {
|
|
10718
|
-
(sl === !0 || R.focused.value === !0) && e ===
|
|
10718
|
+
(sl === !0 || R.focused.value === !0) && e === Ol && (clearTimeout(e), typeof dZ == "function" && dZ(), N.value = !1, wZ(() => {
|
|
10719
10719
|
R.innerLoading.value = !1, R.editable.value === !0 && (sl === !0 ? t.value === !0 && gc() : t.value === !0 ? ub(!0) : t.value = !0), typeof YZ == "function" && wZ(() => {
|
|
10720
10720
|
YZ(m);
|
|
10721
10721
|
}), typeof Xl == "function" && wZ(() => {
|
|
@@ -10724,14 +10724,14 @@ const vN = WZ({
|
|
|
10724
10724
|
}));
|
|
10725
10725
|
},
|
|
10726
10726
|
() => {
|
|
10727
|
-
R.focused.value === !0 && e ===
|
|
10727
|
+
R.focused.value === !0 && e === Ol && (clearTimeout(e), R.innerLoading.value = !1, N.value = !1), t.value === !0 && (t.value = !1);
|
|
10728
10728
|
}
|
|
10729
10729
|
);
|
|
10730
10730
|
}
|
|
10731
10731
|
function Nu() {
|
|
10732
10732
|
return k(z5, {
|
|
10733
10733
|
ref: f,
|
|
10734
|
-
class:
|
|
10734
|
+
class: zl.value,
|
|
10735
10735
|
style: l.popupContentStyle,
|
|
10736
10736
|
modelValue: t.value,
|
|
10737
10737
|
fit: l.menuShrink !== !0,
|
|
@@ -10796,7 +10796,7 @@ const vN = WZ({
|
|
|
10796
10796
|
return t.value === !0 && I.push(
|
|
10797
10797
|
k("div", {
|
|
10798
10798
|
ref: E,
|
|
10799
|
-
class:
|
|
10799
|
+
class: zl.value + " scroll",
|
|
10800
10800
|
style: l.popupContentStyle,
|
|
10801
10801
|
...lc.value,
|
|
10802
10802
|
onClick: Wc,
|
|
@@ -10853,7 +10853,7 @@ const vN = WZ({
|
|
|
10853
10853
|
if (I === !0) {
|
|
10854
10854
|
if (S.value.length !== 0) {
|
|
10855
10855
|
const Xl = aZ.value(S.value[0]);
|
|
10856
|
-
sl = l.options.findIndex((
|
|
10856
|
+
sl = l.options.findIndex((Ol) => qc(aZ.value(Ol), Xl));
|
|
10857
10857
|
}
|
|
10858
10858
|
bl(sl);
|
|
10859
10859
|
}
|
|
@@ -10969,10 +10969,10 @@ const vN = WZ({
|
|
|
10969
10969
|
}, dZ)
|
|
10970
10970
|
);
|
|
10971
10971
|
}
|
|
10972
|
-
const
|
|
10972
|
+
const Ol = l.useInput === !0 || Xl !== !0 ? void 0 : R.splitAttrs.attributes.value;
|
|
10973
10973
|
return k("div", {
|
|
10974
10974
|
class: "q-field__native row items-center",
|
|
10975
|
-
...
|
|
10975
|
+
...Ol,
|
|
10976
10976
|
...R.splitAttrs.listeners.value
|
|
10977
10977
|
}, sl);
|
|
10978
10978
|
},
|
|
@@ -10984,7 +10984,7 @@ const vN = WZ({
|
|
|
10984
10984
|
] : null
|
|
10985
10985
|
}), Tt(R);
|
|
10986
10986
|
}
|
|
10987
|
-
}), C5 = /* @__PURE__ */
|
|
10987
|
+
}), C5 = /* @__PURE__ */ Cl({
|
|
10988
10988
|
__name: "SelectControl",
|
|
10989
10989
|
props: /* @__PURE__ */ dd({
|
|
10990
10990
|
control: {}
|
|
@@ -11034,10 +11034,10 @@ const vN = WZ({
|
|
|
11034
11034
|
return (h, V) => {
|
|
11035
11035
|
const T = Qm("ControlLabel");
|
|
11036
11036
|
return J(), r(lZ, null, [
|
|
11037
|
-
h.control.label ? (J(),
|
|
11037
|
+
h.control.label ? (J(), Fl(T, {
|
|
11038
11038
|
key: 0,
|
|
11039
11039
|
label: h.control.label
|
|
11040
|
-
}, null, 8, ["label"])) :
|
|
11040
|
+
}, null, 8, ["label"])) : Ll("", !0),
|
|
11041
11041
|
xl(Wu, { class: "q-card win-card row items-center q-px-md" }, {
|
|
11042
11042
|
default: kl(() => [
|
|
11043
11043
|
xl(vN, {
|
|
@@ -11067,7 +11067,7 @@ const vN = WZ({
|
|
|
11067
11067
|
}), O5 = /* @__PURE__ */ tZ(C5, [["__scopeId", "data-v-fa1749f7"]]), K5 = {
|
|
11068
11068
|
class: "text-center",
|
|
11069
11069
|
style: { width: "100%" }
|
|
11070
|
-
}, g5 = { class: "text-center text-weight-medium" }, E5 = { class: "question-title" }, r5 = /* @__PURE__ */
|
|
11070
|
+
}, g5 = { class: "text-center text-weight-medium" }, E5 = { class: "question-title" }, r5 = /* @__PURE__ */ Cl({
|
|
11071
11071
|
__name: "StepHeader",
|
|
11072
11072
|
props: {
|
|
11073
11073
|
formGroup: {},
|
|
@@ -11075,8 +11075,8 @@ const vN = WZ({
|
|
|
11075
11075
|
},
|
|
11076
11076
|
setup(l) {
|
|
11077
11077
|
return (c, b) => (J(), r("div", K5, [
|
|
11078
|
-
A("div", g5,
|
|
11079
|
-
A("div", E5,
|
|
11078
|
+
A("div", g5, el(c.formGroup.order + 1) + "/" + el(c.stepsCount), 1),
|
|
11079
|
+
A("div", E5, el(c.formGroup.title || ""), 1)
|
|
11080
11080
|
]));
|
|
11081
11081
|
}
|
|
11082
11082
|
});
|
|
@@ -11196,7 +11196,7 @@ const v5 = {
|
|
|
11196
11196
|
}, f5 = {
|
|
11197
11197
|
class: "form-container flex column items-center q-px-md",
|
|
11198
11198
|
style: { width: "100vw" }
|
|
11199
|
-
}, A5 = /* @__PURE__ */
|
|
11199
|
+
}, A5 = /* @__PURE__ */ Cl({
|
|
11200
11200
|
__name: "MultipleFormGroups",
|
|
11201
11201
|
props: {
|
|
11202
11202
|
index: {}
|
|
@@ -11249,7 +11249,7 @@ const v5 = {
|
|
|
11249
11249
|
(J(!0), r(lZ, null, LZ(Wl(m), (V) => (J(), r(lZ, {
|
|
11250
11250
|
key: V.id
|
|
11251
11251
|
}, [
|
|
11252
|
-
G.value === V.order ? (J(),
|
|
11252
|
+
G.value === V.order ? (J(), Fl(qT, {
|
|
11253
11253
|
key: 0,
|
|
11254
11254
|
transition: "slide-left",
|
|
11255
11255
|
style: { height: "75%", width: "100vw" },
|
|
@@ -11262,7 +11262,7 @@ const v5 = {
|
|
|
11262
11262
|
key: y
|
|
11263
11263
|
}, [
|
|
11264
11264
|
(J(!0), r(lZ, null, LZ(T.controls, (o, e) => (J(), r("div", { key: e }, [
|
|
11265
|
-
(J(),
|
|
11265
|
+
(J(), Fl(st(a(o.controlType)), {
|
|
11266
11266
|
control: o,
|
|
11267
11267
|
modelValue: T.controls[e].value,
|
|
11268
11268
|
"onUpdate:modelValue": [(C) => T.controls[e].value = C, (C) => Wl(u)(o, V.id)]
|
|
@@ -11272,7 +11272,7 @@ const v5 = {
|
|
|
11272
11272
|
])
|
|
11273
11273
|
]),
|
|
11274
11274
|
_: 2
|
|
11275
|
-
}, 1024)) :
|
|
11275
|
+
}, 1024)) : Ll("", !0)
|
|
11276
11276
|
], 64))), 128)),
|
|
11277
11277
|
xl($L, {
|
|
11278
11278
|
currentStep: G.value,
|
|
@@ -11284,9 +11284,9 @@ const v5 = {
|
|
|
11284
11284
|
])
|
|
11285
11285
|
])
|
|
11286
11286
|
])
|
|
11287
|
-
])) :
|
|
11287
|
+
])) : Ll("", !0);
|
|
11288
11288
|
}
|
|
11289
|
-
}), _5 = /* @__PURE__ */ tZ(A5, [["__scopeId", "data-v-2d9dca33"]]), q5 = { style: { "font-size": "16px", "padding-top": "1rem" } }, $5 = { style: { "font-size": "16px", "padding-top": "1rem" } }, le = /* @__PURE__ */
|
|
11289
|
+
}), _5 = /* @__PURE__ */ tZ(A5, [["__scopeId", "data-v-2d9dca33"]]), q5 = { style: { "font-size": "16px", "padding-top": "1rem" } }, $5 = { style: { "font-size": "16px", "padding-top": "1rem" } }, le = /* @__PURE__ */ Cl({
|
|
11290
11290
|
__name: "SimpleInput",
|
|
11291
11291
|
props: /* @__PURE__ */ dd({
|
|
11292
11292
|
control: {},
|
|
@@ -11301,7 +11301,7 @@ const v5 = {
|
|
|
11301
11301
|
var u;
|
|
11302
11302
|
return (u = b.control.controlType) == null ? void 0 : u.split("_")[1];
|
|
11303
11303
|
});
|
|
11304
|
-
return (u, t) => (J(),
|
|
11304
|
+
return (u, t) => (J(), Fl(Wu, { class: "q-px-md win-card" }, {
|
|
11305
11305
|
default: kl(() => [
|
|
11306
11306
|
xl(xN, {
|
|
11307
11307
|
borderless: "",
|
|
@@ -11317,14 +11317,14 @@ const v5 = {
|
|
|
11317
11317
|
u.control.prefix ? {
|
|
11318
11318
|
name: "prepend",
|
|
11319
11319
|
fn: kl(() => [
|
|
11320
|
-
A("span", q5,
|
|
11320
|
+
A("span", q5, el(u.control.prefix), 1)
|
|
11321
11321
|
]),
|
|
11322
11322
|
key: "0"
|
|
11323
11323
|
} : void 0,
|
|
11324
11324
|
u.control.suffix ? {
|
|
11325
11325
|
name: "append",
|
|
11326
11326
|
fn: kl(() => [
|
|
11327
|
-
A("span", $5,
|
|
11327
|
+
A("span", $5, el(u.control.suffix), 1)
|
|
11328
11328
|
]),
|
|
11329
11329
|
key: "1"
|
|
11330
11330
|
} : void 0
|
|
@@ -11333,7 +11333,7 @@ const v5 = {
|
|
|
11333
11333
|
_: 1
|
|
11334
11334
|
}));
|
|
11335
11335
|
}
|
|
11336
|
-
}), vW = /* @__PURE__ */ tZ(le, [["__scopeId", "data-v-bd5dfdca"]]), u2 = /* @__PURE__ */
|
|
11336
|
+
}), vW = /* @__PURE__ */ tZ(le, [["__scopeId", "data-v-bd5dfdca"]]), u2 = /* @__PURE__ */ Cl({
|
|
11337
11337
|
__name: "SimpleSelect",
|
|
11338
11338
|
props: /* @__PURE__ */ dd({
|
|
11339
11339
|
control: {}
|
|
@@ -11344,7 +11344,7 @@ const v5 = {
|
|
|
11344
11344
|
emits: ["update:modelValue"],
|
|
11345
11345
|
setup(l) {
|
|
11346
11346
|
const c = bd(l, "modelValue");
|
|
11347
|
-
return (b, m) => (J(),
|
|
11347
|
+
return (b, m) => (J(), Fl(Wu, { class: "q-px-md win-card" }, {
|
|
11348
11348
|
default: kl(() => [
|
|
11349
11349
|
xl(vN, {
|
|
11350
11350
|
borderless: "",
|
|
@@ -11366,7 +11366,7 @@ const v5 = {
|
|
|
11366
11366
|
}, ce = { class: "question-title text-center q-py-sm" }, de = { class: "form-steps-container bg-grey-1" }, be = {
|
|
11367
11367
|
class: "form-container",
|
|
11368
11368
|
style: { height: "100%" }
|
|
11369
|
-
}, me = { class: "row items-center" }, ue = { class: "col-12 row" }, We = /* @__PURE__ */
|
|
11369
|
+
}, me = { class: "row items-center" }, ue = { class: "col-12 row" }, We = /* @__PURE__ */ Cl({
|
|
11370
11370
|
__name: "SingleFormGroup",
|
|
11371
11371
|
props: {
|
|
11372
11372
|
index: {}
|
|
@@ -11402,7 +11402,7 @@ const v5 = {
|
|
|
11402
11402
|
}
|
|
11403
11403
|
const s = Cb();
|
|
11404
11404
|
return Sc(() => s.setOnLastSubstep(!0)), (M, a) => Wl(b) ? (J(), r("div", Ze, [
|
|
11405
|
-
A("div", ce,
|
|
11405
|
+
A("div", ce, el(Wl(b)[0].title), 1),
|
|
11406
11406
|
A("div", de, [
|
|
11407
11407
|
A("div", be, [
|
|
11408
11408
|
A("div", me, [
|
|
@@ -11417,7 +11417,7 @@ const v5 = {
|
|
|
11417
11417
|
class: CZ(`col-xs-12 col-sm q-pa-xs ${t(Wl(b)[0].controls).length > 1 ? "col-md-6 col-12" : "col-12"}`),
|
|
11418
11418
|
key: T
|
|
11419
11419
|
}, [
|
|
11420
|
-
(J(),
|
|
11420
|
+
(J(), Fl(st(u(V.controlType)), {
|
|
11421
11421
|
control: V,
|
|
11422
11422
|
modelValue: V.value,
|
|
11423
11423
|
"onUpdate:modelValue": [(y) => V.value = y, (y) => Wl(m)(V, Wl(b)[0].id)],
|
|
@@ -11429,7 +11429,7 @@ const v5 = {
|
|
|
11429
11429
|
])
|
|
11430
11430
|
])
|
|
11431
11431
|
])
|
|
11432
|
-
])) :
|
|
11432
|
+
])) : Ll("", !0);
|
|
11433
11433
|
}
|
|
11434
11434
|
}), te = /* @__PURE__ */ tZ(We, [["__scopeId", "data-v-a8cd1002"]]), Ge = { class: "buttons-container" }, ie = { class: "max-container" }, se = {
|
|
11435
11435
|
key: 0,
|
|
@@ -11440,7 +11440,7 @@ const v5 = {
|
|
|
11440
11440
|
}, ae = {
|
|
11441
11441
|
key: 1,
|
|
11442
11442
|
class: "text-black"
|
|
11443
|
-
}, ne = /* @__PURE__ */
|
|
11443
|
+
}, ne = /* @__PURE__ */ Cl({
|
|
11444
11444
|
__name: "StepsNavigationButtons",
|
|
11445
11445
|
emits: ["submit"],
|
|
11446
11446
|
setup(l, { emit: c }) {
|
|
@@ -11480,9 +11480,9 @@ const v5 = {
|
|
|
11480
11480
|
_: 1
|
|
11481
11481
|
}, 8, ["modelValue"])
|
|
11482
11482
|
])
|
|
11483
|
-
])) :
|
|
11483
|
+
])) : Ll("", !0),
|
|
11484
11484
|
A("div", Me, [
|
|
11485
|
-
Wl(u) > 1 ? (J(),
|
|
11485
|
+
Wl(u) > 1 ? (J(), Fl(pZ, {
|
|
11486
11486
|
key: 0,
|
|
11487
11487
|
color: "info",
|
|
11488
11488
|
class: "q-px-xl q-py-sm q-mr-sm win-btn win-btn-primary bg-white",
|
|
@@ -11497,7 +11497,7 @@ const v5 = {
|
|
|
11497
11497
|
__: [6]
|
|
11498
11498
|
}, 8, ["onClick"])) : (J(), r("div", Ye)),
|
|
11499
11499
|
A("div", null, [
|
|
11500
|
-
!Wl(G) && Wl(s) ? (J(),
|
|
11500
|
+
!Wl(G) && Wl(s) ? (J(), Fl(pZ, {
|
|
11501
11501
|
key: 0,
|
|
11502
11502
|
color: "green",
|
|
11503
11503
|
class: "q-px-xl q-py-sm q-ml-sm win-btn win-btn-primary bg-white",
|
|
@@ -11513,13 +11513,13 @@ const v5 = {
|
|
|
11513
11513
|
]))) : (J(), r("span", ae, " Siguiente "))
|
|
11514
11514
|
]),
|
|
11515
11515
|
_: 1
|
|
11516
|
-
}, 8, ["disable"])) :
|
|
11516
|
+
}, 8, ["disable"])) : Ll("", !0)
|
|
11517
11517
|
])
|
|
11518
11518
|
])
|
|
11519
11519
|
])
|
|
11520
11520
|
]));
|
|
11521
11521
|
}
|
|
11522
|
-
}), he = /* @__PURE__ */ tZ(ne, [["__scopeId", "data-v-ea1ef607"]]), ye = /* @__PURE__ */
|
|
11522
|
+
}), he = /* @__PURE__ */ tZ(ne, [["__scopeId", "data-v-ea1ef607"]]), ye = /* @__PURE__ */ Cl({
|
|
11523
11523
|
__name: "DynamicForm",
|
|
11524
11524
|
props: {
|
|
11525
11525
|
forms: {}
|
|
@@ -11539,12 +11539,12 @@ const v5 = {
|
|
|
11539
11539
|
A("div", null, [
|
|
11540
11540
|
Rc(M.$slots, "header"),
|
|
11541
11541
|
(J(!0), r(lZ, null, LZ(Wl(t).formSteps, (N, h) => (J(), r(lZ, { key: h }, [
|
|
11542
|
-
G(N) ? M0((J(),
|
|
11542
|
+
G(N) ? M0((J(), Fl(te, {
|
|
11543
11543
|
key: 0,
|
|
11544
11544
|
index: h
|
|
11545
11545
|
}, null, 8, ["index"])), [
|
|
11546
11546
|
[HW, Wl(t).currentStep === h + 1]
|
|
11547
|
-
]) : M0((J(),
|
|
11547
|
+
]) : M0((J(), Fl(_5, {
|
|
11548
11548
|
key: 1,
|
|
11549
11549
|
index: h,
|
|
11550
11550
|
onOnLastStep: a[0] || (a[0] = (V) => u.value = V)
|
|
@@ -11556,7 +11556,7 @@ const v5 = {
|
|
|
11556
11556
|
xl(he, { onSubmit: s })
|
|
11557
11557
|
], 64));
|
|
11558
11558
|
}
|
|
11559
|
-
}), Ve = /* @__PURE__ */
|
|
11559
|
+
}), Ve = /* @__PURE__ */ Cl({
|
|
11560
11560
|
__name: "TestUi",
|
|
11561
11561
|
setup(l) {
|
|
11562
11562
|
const c = B("Test W2W UI!");
|
|
@@ -11565,10 +11565,10 @@ const v5 = {
|
|
|
11565
11565
|
src: "https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Vue.js_Logo_2.svg/640px-Vue.js_Logo_2.svg.png",
|
|
11566
11566
|
alt: ""
|
|
11567
11567
|
}, null, -1)),
|
|
11568
|
-
A("h1", null,
|
|
11568
|
+
A("h1", null, el(c.value), 1)
|
|
11569
11569
|
], 64));
|
|
11570
11570
|
}
|
|
11571
|
-
}), Te = /* @__PURE__ */
|
|
11571
|
+
}), Te = /* @__PURE__ */ Cl({
|
|
11572
11572
|
__name: "DomSection",
|
|
11573
11573
|
props: {
|
|
11574
11574
|
section: {}
|
|
@@ -11614,7 +11614,7 @@ const v5 = {
|
|
|
11614
11614
|
})
|
|
11615
11615
|
], -1), Re = [
|
|
11616
11616
|
oe
|
|
11617
|
-
], Se = /* @__PURE__ */
|
|
11617
|
+
], Se = /* @__PURE__ */ Cl({
|
|
11618
11618
|
__name: "pdf-vue3",
|
|
11619
11619
|
props: {
|
|
11620
11620
|
src: { default: void 0 },
|
|
@@ -11699,9 +11699,9 @@ const v5 = {
|
|
|
11699
11699
|
}
|
|
11700
11700
|
const Ml = a.value[ll].value[0];
|
|
11701
11701
|
var S = il.getViewport({ scale: 1 }), $ = (Ml.parentNode.clientWidth - 4) / S.width;
|
|
11702
|
-
const
|
|
11702
|
+
const zl = Ml.getContext("2d"), vl = il.getViewport({ scale: $ * G.value });
|
|
11703
11703
|
Ml.width = vl.width, Ml.height = vl.height, e.value[ll] = R += vl.height / G.value + s.value, await il.render({
|
|
11704
|
-
canvasContext:
|
|
11704
|
+
canvasContext: zl,
|
|
11705
11705
|
viewport: vl
|
|
11706
11706
|
});
|
|
11707
11707
|
} catch (il) {
|
|
@@ -11760,7 +11760,7 @@ const v5 = {
|
|
|
11760
11760
|
let nl;
|
|
11761
11761
|
const ul = (R) => 1 - Math.pow(1 - R, 3), Tl = () => {
|
|
11762
11762
|
const R = C.value.scrollTop, S = performance.now(), $ = (ll) => {
|
|
11763
|
-
const il = ll - S, Ml = Math.min(il / 500, 1),
|
|
11763
|
+
const il = ll - S, Ml = Math.min(il / 500, 1), zl = ul(Ml), vl = R * (1 - zl);
|
|
11764
11764
|
C.value.scrollTo(0, vl), Ml < 1 && (nl = requestAnimationFrame($));
|
|
11765
11765
|
};
|
|
11766
11766
|
cancelAnimationFrame(nl), requestAnimationFrame($);
|
|
@@ -11823,7 +11823,7 @@ const v5 = {
|
|
|
11823
11823
|
backgroundColor: m.progressColor
|
|
11824
11824
|
}])
|
|
11825
11825
|
}, null, 4))
|
|
11826
|
-
])) :
|
|
11826
|
+
])) : Ll("", !0),
|
|
11827
11827
|
m.showPageTooltip ? (J(), r("div", pe, [
|
|
11828
11828
|
Wl(M).pageTooltip ? Rc(R.$slots, "pageTooltip", {
|
|
11829
11829
|
key: 0,
|
|
@@ -11832,8 +11832,8 @@ const v5 = {
|
|
|
11832
11832
|
}) : (J(), r("div", {
|
|
11833
11833
|
key: 1,
|
|
11834
11834
|
style: $l([{ padding: "4px 8px", background: "rgba(0, 0, 0, 0.5)", color: "#ffffff", "font-size": "16px", "border-radius": "6px", display: "inline-block", transition: "opacity 0.3s" }, { opacity: tl.value && T.value > 0 ? "1" : "0" }])
|
|
11835
|
-
},
|
|
11836
|
-
])) :
|
|
11835
|
+
}, el(y.value) + "/" + el(T.value), 5))
|
|
11836
|
+
])) : Ll("", !0),
|
|
11837
11837
|
m.showBackToTopBtn ? (J(), r("div", {
|
|
11838
11838
|
key: 2,
|
|
11839
11839
|
class: "pdf-vue3-backToTopBtn",
|
|
@@ -11847,10 +11847,10 @@ const v5 = {
|
|
|
11847
11847
|
key: 0,
|
|
11848
11848
|
scrollOffset: o.value
|
|
11849
11849
|
}) : (J(), r("div", Ie, Re))
|
|
11850
|
-
], 4)) :
|
|
11850
|
+
], 4)) : Ll("", !0)
|
|
11851
11851
|
]));
|
|
11852
11852
|
}
|
|
11853
|
-
}), we = { class: "actions no-print" }, xe = /* @__PURE__ */
|
|
11853
|
+
}), we = { class: "actions no-print" }, xe = /* @__PURE__ */ Cl({
|
|
11854
11854
|
__name: "PdfContainer",
|
|
11855
11855
|
props: {
|
|
11856
11856
|
pdf: {}
|
|
@@ -11909,7 +11909,7 @@ const v5 = {
|
|
|
11909
11909
|
ref_key: "signaturePad",
|
|
11910
11910
|
ref: b
|
|
11911
11911
|
}, null, 512)
|
|
11912
|
-
], 4)) :
|
|
11912
|
+
], 4)) : Ll("", !0),
|
|
11913
11913
|
A("div", we, [
|
|
11914
11914
|
xl(pZ, {
|
|
11915
11915
|
size: "lg",
|
|
@@ -11945,7 +11945,7 @@ function Je(l, c, b) {
|
|
|
11945
11945
|
const je = { class: "card" }, ke = {
|
|
11946
11946
|
key: 0,
|
|
11947
11947
|
class: "card-header"
|
|
11948
|
-
}, Ue = ["contenteditable"], Fe = { class: "card-content" }, Ce = ["contenteditable"], Oe = ["contenteditable"], Ke = /* @__PURE__ */
|
|
11948
|
+
}, Ue = ["contenteditable"], Fe = { class: "card-content" }, Ce = ["contenteditable"], Oe = ["contenteditable"], Ke = /* @__PURE__ */ Cl({
|
|
11949
11949
|
__name: "Card",
|
|
11950
11950
|
props: {
|
|
11951
11951
|
card: {},
|
|
@@ -11969,8 +11969,8 @@ const je = { class: "card" }, ke = {
|
|
|
11969
11969
|
t.card.title ? (J(), r("h3", {
|
|
11970
11970
|
key: 0,
|
|
11971
11971
|
contenteditable: Wl(u)
|
|
11972
|
-
},
|
|
11973
|
-
])) :
|
|
11972
|
+
}, el(t.card.title), 9, Ue)) : Ll("", !0)
|
|
11973
|
+
])) : Ll("", !0),
|
|
11974
11974
|
A("div", Fe, [
|
|
11975
11975
|
(J(!0), r(lZ, null, LZ(t.card.fields, (s, M) => (J(), r("div", {
|
|
11976
11976
|
key: M,
|
|
@@ -11979,11 +11979,11 @@ const je = { class: "card" }, ke = {
|
|
|
11979
11979
|
A("span", {
|
|
11980
11980
|
contenteditable: Wl(u),
|
|
11981
11981
|
class: "field-label"
|
|
11982
|
-
},
|
|
11982
|
+
}, el(s.label), 9, Ce),
|
|
11983
11983
|
A("span", {
|
|
11984
11984
|
contenteditable: Wl(u),
|
|
11985
11985
|
class: "field-value"
|
|
11986
|
-
},
|
|
11986
|
+
}, el(b(s)), 9, Oe)
|
|
11987
11987
|
]))), 128))
|
|
11988
11988
|
])
|
|
11989
11989
|
]));
|
|
@@ -12002,7 +12002,7 @@ function iu(l, c = {}) {
|
|
|
12002
12002
|
const b = md("data"), m = z(() => b.value[l] || c), u = z(() => b.value.global || {}), t = z(() => ({ ...u.value, ...m.value }));
|
|
12003
12003
|
return { sectionData: m, globalData: u, data: t };
|
|
12004
12004
|
}
|
|
12005
|
-
const Qe = /* @__PURE__ */
|
|
12005
|
+
const Qe = /* @__PURE__ */ Cl({
|
|
12006
12006
|
__name: "CardGridSection",
|
|
12007
12007
|
props: {
|
|
12008
12008
|
styles: {},
|
|
@@ -12017,7 +12017,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12017
12017
|
class: "card-section",
|
|
12018
12018
|
style: $l(((t = m.styles) == null ? void 0 : t.cssRaw) || "")
|
|
12019
12019
|
}, [
|
|
12020
|
-
(J(!0), r(lZ, null, LZ(m.content.cards, (G, s) => (J(),
|
|
12020
|
+
(J(!0), r(lZ, null, LZ(m.content.cards, (G, s) => (J(), Fl(ve, {
|
|
12021
12021
|
key: s,
|
|
12022
12022
|
card: G,
|
|
12023
12023
|
data: Wl(b)
|
|
@@ -12029,7 +12029,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12029
12029
|
"card-section": "_card-section_1xfbl_2"
|
|
12030
12030
|
}, Pe = {
|
|
12031
12031
|
$style: He
|
|
12032
|
-
}, Be = /* @__PURE__ */ tZ(Qe, [["__cssModules", Pe]]), fe = ["src", "alt"], Ae = /* @__PURE__ */
|
|
12032
|
+
}, Be = /* @__PURE__ */ tZ(Qe, [["__cssModules", Pe]]), fe = ["src", "alt"], Ae = /* @__PURE__ */ Cl({
|
|
12033
12033
|
__name: "ImageSection",
|
|
12034
12034
|
props: {
|
|
12035
12035
|
styles: {},
|
|
@@ -12157,7 +12157,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12157
12157
|
}, Q);
|
|
12158
12158
|
};
|
|
12159
12159
|
}
|
|
12160
|
-
}), Zz = { class: "section" }, cz = { class: "q-py-md-lg q-my-md q-px-xs row justify-center items-center" }, dz = /* @__PURE__ */
|
|
12160
|
+
}), Zz = { class: "section" }, cz = { class: "q-py-md-lg q-my-md q-px-xs row justify-center items-center" }, dz = /* @__PURE__ */ Cl({
|
|
12161
12161
|
__name: "RadioButtonsSection",
|
|
12162
12162
|
props: {
|
|
12163
12163
|
styles: {},
|
|
@@ -12204,7 +12204,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12204
12204
|
}, sz = ["src"], Nz = { class: "flex justify-end q-mt-sm no-print" }, Mz = {
|
|
12205
12205
|
key: 1,
|
|
12206
12206
|
class: "flex justify-center q-pa-lg"
|
|
12207
|
-
}, Yz = /* @__PURE__ */
|
|
12207
|
+
}, Yz = /* @__PURE__ */ Cl({
|
|
12208
12208
|
__name: "SignatureSection",
|
|
12209
12209
|
props: {
|
|
12210
12210
|
styles: {},
|
|
@@ -12291,7 +12291,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12291
12291
|
A("div", Nz, [
|
|
12292
12292
|
xl(pZ, { onClick: V }, {
|
|
12293
12293
|
default: kl(() => [
|
|
12294
|
-
fl(
|
|
12294
|
+
fl(el(G.value ? "Volver a firmar" : "Firmar"), 1)
|
|
12295
12295
|
]),
|
|
12296
12296
|
_: 1
|
|
12297
12297
|
})
|
|
@@ -12301,7 +12301,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12301
12301
|
]);
|
|
12302
12302
|
};
|
|
12303
12303
|
}
|
|
12304
|
-
}), Xz = /* @__PURE__ */ tZ(Yz, [["__scopeId", "data-v-c526bed6"]]), az = ["contenteditable"], nz = ["contenteditable"], hz = "#f5f5f5", yz = /* @__PURE__ */
|
|
12304
|
+
}), Xz = /* @__PURE__ */ tZ(Yz, [["__scopeId", "data-v-c526bed6"]]), az = ["contenteditable"], nz = ["contenteditable"], hz = "#f5f5f5", yz = /* @__PURE__ */ Cl({
|
|
12305
12305
|
__name: "TableSection",
|
|
12306
12306
|
props: {
|
|
12307
12307
|
styles: {},
|
|
@@ -12322,7 +12322,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12322
12322
|
key: a.key,
|
|
12323
12323
|
style: $l({ textAlign: a.align || "left" }),
|
|
12324
12324
|
contenteditable: Wl(t)
|
|
12325
|
-
},
|
|
12325
|
+
}, el(a.header), 13, az))), 128))
|
|
12326
12326
|
])
|
|
12327
12327
|
]),
|
|
12328
12328
|
A("tbody", null, [
|
|
@@ -12338,7 +12338,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12338
12338
|
textAlign: h.align || "left"
|
|
12339
12339
|
}),
|
|
12340
12340
|
contenteditable: Wl(t)
|
|
12341
|
-
},
|
|
12341
|
+
}, el(a[h.key]), 13, nz))), 128))
|
|
12342
12342
|
], 4))), 128))
|
|
12343
12343
|
])
|
|
12344
12344
|
], 4);
|
|
@@ -12521,7 +12521,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12521
12521
|
}, pz = { class: "add-btn" }, Iz = ["contenteditable"], oz = ["contenteditable"], Rz = { class: "p-container" }, Sz = ["contenteditable"], wz = {
|
|
12522
12522
|
key: 0,
|
|
12523
12523
|
class: "remove-btn no-print"
|
|
12524
|
-
}, xz = /* @__PURE__ */
|
|
12524
|
+
}, xz = /* @__PURE__ */ Cl({
|
|
12525
12525
|
__name: "TextSection",
|
|
12526
12526
|
props: {
|
|
12527
12527
|
styles: {},
|
|
@@ -12590,7 +12590,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12590
12590
|
_: 1
|
|
12591
12591
|
})
|
|
12592
12592
|
])
|
|
12593
|
-
])) :
|
|
12593
|
+
])) : Ll("", !0),
|
|
12594
12594
|
A("div", {
|
|
12595
12595
|
style: $l(((T = h.styles) == null ? void 0 : T.cssRaw) || "")
|
|
12596
12596
|
}, [
|
|
@@ -12601,19 +12601,19 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12601
12601
|
key: 0,
|
|
12602
12602
|
contenteditable: Wl(t),
|
|
12603
12603
|
style: $l(O || {})
|
|
12604
|
-
},
|
|
12604
|
+
}, el(G(o, null)), 13, Iz)) : Ll("", !0),
|
|
12605
12605
|
y === "subtitle" ? (J(), r("h2", {
|
|
12606
12606
|
key: 1,
|
|
12607
12607
|
contenteditable: Wl(t),
|
|
12608
12608
|
style: $l(O || {})
|
|
12609
|
-
},
|
|
12609
|
+
}, el(G(o, null)), 13, oz)) : Ll("", !0),
|
|
12610
12610
|
y === "paragraph" ? (J(!0), r(lZ, { key: 2 }, LZ(C ? Wl(b)[C] : [null], (g) => (J(), r("div", Rz, [
|
|
12611
12611
|
(J(!0), r(lZ, null, LZ(N(
|
|
12612
12612
|
G(o, g, C)
|
|
12613
12613
|
), (Q) => (J(), r("p", {
|
|
12614
12614
|
contenteditable: Wl(t),
|
|
12615
12615
|
style: $l(O || {})
|
|
12616
|
-
},
|
|
12616
|
+
}, el(Q), 13, Sz))), 256)),
|
|
12617
12617
|
Wl(t) ? (J(), r("div", wz, [
|
|
12618
12618
|
xl(pZ, {
|
|
12619
12619
|
size: "sm",
|
|
@@ -12634,8 +12634,8 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12634
12634
|
]),
|
|
12635
12635
|
_: 2
|
|
12636
12636
|
}, 1032, ["onClick"])
|
|
12637
|
-
])) :
|
|
12638
|
-
]))), 256)) :
|
|
12637
|
+
])) : Ll("", !0)
|
|
12638
|
+
]))), 256)) : Ll("", !0)
|
|
12639
12639
|
], 4))), 256))
|
|
12640
12640
|
], 4)
|
|
12641
12641
|
]);
|
|
@@ -12649,7 +12649,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12649
12649
|
"no-print": "_no-print_besae_41"
|
|
12650
12650
|
}, jz = {
|
|
12651
12651
|
$style: Jz
|
|
12652
|
-
}, kz = /* @__PURE__ */ tZ(xz, [["__cssModules", jz]]), Uz = /* @__PURE__ */
|
|
12652
|
+
}, kz = /* @__PURE__ */ tZ(xz, [["__cssModules", jz]]), Uz = /* @__PURE__ */ Cl({
|
|
12653
12653
|
__name: "SectionWrapper",
|
|
12654
12654
|
props: {
|
|
12655
12655
|
section: {}
|
|
@@ -12667,9 +12667,9 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12667
12667
|
styles: c.section.styles,
|
|
12668
12668
|
id: c.section.idDocLaySection
|
|
12669
12669
|
}));
|
|
12670
|
-
return (t, G) => (J(),
|
|
12670
|
+
return (t, G) => (J(), Fl(st(b[m.value]), tV(GV(u.value)), null, 16));
|
|
12671
12671
|
}
|
|
12672
|
-
}), Fz = /* @__PURE__ */
|
|
12672
|
+
}), Fz = /* @__PURE__ */ Cl({
|
|
12673
12673
|
__name: "SectionsContainer",
|
|
12674
12674
|
props: /* @__PURE__ */ dd({
|
|
12675
12675
|
layout: {},
|
|
@@ -12703,14 +12703,14 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12703
12703
|
class: "sections-container",
|
|
12704
12704
|
style: $l(Wl(s))
|
|
12705
12705
|
}, [
|
|
12706
|
-
N.pdf ? (J(),
|
|
12706
|
+
N.pdf ? (J(), Fl(De, {
|
|
12707
12707
|
key: 0,
|
|
12708
12708
|
pdf: N.pdf
|
|
12709
12709
|
}, null, 8, ["pdf"])) : (J(!0), r(lZ, { key: 1 }, LZ(G.value, ({ type: V, section: T }) => (J(), r(lZ, null, [
|
|
12710
|
-
V === "default" ? (J(),
|
|
12710
|
+
V === "default" ? (J(), Fl(Uz, {
|
|
12711
12711
|
key: 0,
|
|
12712
12712
|
section: T
|
|
12713
|
-
}, null, 8, ["section"])) : (J(),
|
|
12713
|
+
}, null, 8, ["section"])) : (J(), Fl(Te, {
|
|
12714
12714
|
key: 1,
|
|
12715
12715
|
section: T
|
|
12716
12716
|
}, null, 8, ["section"]))
|
|
@@ -12764,7 +12764,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12764
12764
|
"aria-label": l.label
|
|
12765
12765
|
}, kc(c.default, l.label !== void 0 ? [l.label] : []));
|
|
12766
12766
|
}
|
|
12767
|
-
}), rz = { class: "text-caption" }, vz = /* @__PURE__ */
|
|
12767
|
+
}), rz = { class: "text-caption" }, vz = /* @__PURE__ */ Cl({
|
|
12768
12768
|
__name: "ProductPrice",
|
|
12769
12769
|
props: {
|
|
12770
12770
|
product: {},
|
|
@@ -12800,24 +12800,24 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12800
12800
|
Wl(m) === "small" ? "" : "text-h6",
|
|
12801
12801
|
"text-grey-7"
|
|
12802
12802
|
])
|
|
12803
|
-
},
|
|
12803
|
+
}, el(Wl(xZ.toCurrency)(M.value)), 3)) : Ll("", !0),
|
|
12804
12804
|
A("div", {
|
|
12805
12805
|
class: CZ(Wl(m) === "small" ? "price" : "text-h4")
|
|
12806
12806
|
}, [
|
|
12807
|
-
fl(
|
|
12808
|
-
N.value ? (J(),
|
|
12807
|
+
fl(el(s.value) + " ", 1),
|
|
12808
|
+
N.value ? (J(), Fl(BN, {
|
|
12809
12809
|
key: 0,
|
|
12810
12810
|
class: CZ([Wl(m), "font-bold"]),
|
|
12811
12811
|
align: "middle",
|
|
12812
12812
|
color: "red"
|
|
12813
12813
|
}, {
|
|
12814
12814
|
default: kl(() => [
|
|
12815
|
-
fl(
|
|
12815
|
+
fl(el(N.value) + "% OFF ", 1)
|
|
12816
12816
|
]),
|
|
12817
12817
|
_: 1
|
|
12818
|
-
}, 8, ["class"])) :
|
|
12818
|
+
}, 8, ["class"])) : Ll("", !0)
|
|
12819
12819
|
], 2),
|
|
12820
|
-
A("span", rz,
|
|
12820
|
+
A("span", rz, el(G.value ? "IVA incluido" : "IVA no incluido"), 1)
|
|
12821
12821
|
]));
|
|
12822
12822
|
}
|
|
12823
12823
|
}), Qz = /* @__PURE__ */ tZ(vz, [["__scopeId", "data-v-f7f88ff3"]]), Hz = { class: "q-pl-xs" }, Pz = {
|
|
@@ -12861,7 +12861,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
12861
12861
|
}, np = { class: "q-pl-xs text-grey-8" }, hp = { key: 0 }, yp = {
|
|
12862
12862
|
key: 1,
|
|
12863
12863
|
class: "text-black row items-center"
|
|
12864
|
-
}, Vp = { class: "q-pl-xs text-grey-8" }, Tp = /* @__PURE__ */
|
|
12864
|
+
}, Vp = { class: "q-pl-xs text-grey-8" }, Tp = /* @__PURE__ */ Cl({
|
|
12865
12865
|
__name: "ProductProps",
|
|
12866
12866
|
props: {
|
|
12867
12867
|
productProps: {},
|
|
@@ -13005,17 +13005,17 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13005
13005
|
size: "xs",
|
|
13006
13006
|
name: bl.icon
|
|
13007
13007
|
}, null, 8, ["name"]),
|
|
13008
|
-
A("span", Hz,
|
|
13008
|
+
A("span", Hz, el(bl.value), 1),
|
|
13009
13009
|
xl(Um, null, {
|
|
13010
13010
|
default: kl(() => [
|
|
13011
|
-
fl(
|
|
13011
|
+
fl(el(bl.label), 1)
|
|
13012
13012
|
]),
|
|
13013
13013
|
_: 2
|
|
13014
13014
|
}, 1024)
|
|
13015
13015
|
])
|
|
13016
13016
|
], 2))), 128))
|
|
13017
13017
|
], 4),
|
|
13018
|
-
h.lite ?
|
|
13018
|
+
h.lite ? Ll("", !0) : (J(), r(lZ, { key: 0 }, [
|
|
13019
13019
|
(T = Wl(b)) != null && T.consumo_maximo_w || (y = Wl(b)) != null && y.consumo_medio_w ? (J(), r("div", Pz, [
|
|
13020
13020
|
(o = Wl(b)) != null && o.consumo_medio_w ? (J(), r("div", Bz, [
|
|
13021
13021
|
xl(VZ, {
|
|
@@ -13026,9 +13026,9 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13026
13026
|
}),
|
|
13027
13027
|
A("div", null, [
|
|
13028
13028
|
V[0] || (V[0] = fl(" Consumo medio: ")),
|
|
13029
|
-
A("span", fz,
|
|
13029
|
+
A("span", fz, el((e = Wl(b)) == null ? void 0 : e.consumo_medio_w), 1)
|
|
13030
13030
|
])
|
|
13031
|
-
])) :
|
|
13031
|
+
])) : Ll("", !0),
|
|
13032
13032
|
(C = Wl(b)) != null && C.consumo_maximo_w ? (J(), r("div", Az, [
|
|
13033
13033
|
xl(VZ, {
|
|
13034
13034
|
color: "green",
|
|
@@ -13038,43 +13038,43 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13038
13038
|
}),
|
|
13039
13039
|
A("div", null, [
|
|
13040
13040
|
V[1] || (V[1] = fl(" Consumo máximo: ")),
|
|
13041
|
-
A("span", _z,
|
|
13041
|
+
A("span", _z, el((O = Wl(b)) == null ? void 0 : O.consumo_maximo_w), 1)
|
|
13042
13042
|
])
|
|
13043
|
-
])) :
|
|
13044
|
-
])) :
|
|
13043
|
+
])) : Ll("", !0)
|
|
13044
|
+
])) : Ll("", !0),
|
|
13045
13045
|
A("div", qz, [
|
|
13046
13046
|
N.value ? (J(), r("div", $z, [
|
|
13047
13047
|
V[2] || (V[2] = fl(" Distancia recomendada: ")),
|
|
13048
|
-
A("span", lp, "a partir de " +
|
|
13049
|
-
])) :
|
|
13048
|
+
A("span", lp, "a partir de " + el(N.value) + " m", 1)
|
|
13049
|
+
])) : Ll("", !0),
|
|
13050
13050
|
(U = Wl(b)) != null && U.serie ? (J(), r("div", Zp, [
|
|
13051
13051
|
V[3] || (V[3] = fl(" Serie: ")),
|
|
13052
|
-
A("span", cp,
|
|
13053
|
-
])) :
|
|
13052
|
+
A("span", cp, el(G("serie")), 1)
|
|
13053
|
+
])) : Ll("", !0),
|
|
13054
13054
|
(g = Wl(b)) != null && g.material ? (J(), r("div", dp, [
|
|
13055
13055
|
V[4] || (V[4] = fl(" Material: ")),
|
|
13056
|
-
A("span", bp,
|
|
13057
|
-
])) :
|
|
13056
|
+
A("span", bp, el(G("material")), 1)
|
|
13057
|
+
])) : Ll("", !0),
|
|
13058
13058
|
(Q = Wl(b)) != null && Q.usos_habituales && Wl(_l.isArray)((_ = Wl(b)) == null ? void 0 : _.usos_habituales) ? (J(), r("div", mp, [
|
|
13059
13059
|
V[5] || (V[5] = fl(" Usos habituales: ")),
|
|
13060
|
-
A("span", up,
|
|
13061
|
-
])) :
|
|
13060
|
+
A("span", up, el(G("usos_habituales")), 1)
|
|
13061
|
+
])) : Ll("", !0),
|
|
13062
13062
|
(f = Wl(b)) != null && f.propositos_generales && Wl(_l.isArray)((tl = Wl(b)) == null ? void 0 : tl.propositos_generales) ? (J(), r("div", Wp, [
|
|
13063
13063
|
V[6] || (V[6] = fl(" Propositos generales: ")),
|
|
13064
|
-
A("span", tp,
|
|
13065
|
-
])) :
|
|
13064
|
+
A("span", tp, el(G("propositos_generales")), 1)
|
|
13065
|
+
])) : Ll("", !0),
|
|
13066
13066
|
(E = Wl(b)) != null && E.controladoras_compatibles && Wl(_l.isArray)((K = Wl(b)) == null ? void 0 : K.controladoras_compatibles) ? (J(), r("div", Gp, [
|
|
13067
13067
|
V[7] || (V[7] = fl(" Controladoras compatibles: ")),
|
|
13068
|
-
A("span", ip,
|
|
13069
|
-
])) :
|
|
13068
|
+
A("span", ip, el(G("controladoras_compatibles")), 1)
|
|
13069
|
+
])) : Ll("", !0),
|
|
13070
13070
|
(Zl = Wl(b)) != null && Zl.tipo_de_instalacion ? (J(), r("div", sp, [
|
|
13071
13071
|
V[8] || (V[8] = fl(" Tipo de instalación: ")),
|
|
13072
|
-
A("span", Np,
|
|
13073
|
-
])) :
|
|
13072
|
+
A("span", Np, el(G("tipo_de_instalacion")), 1)
|
|
13073
|
+
])) : Ll("", !0),
|
|
13074
13074
|
(D = Wl(b)) != null && D.tipo_servicio ? (J(), r("div", Mp, [
|
|
13075
13075
|
V[9] || (V[9] = fl(" Conexiones y acceso a componentes: ")),
|
|
13076
|
-
A("span", Yp,
|
|
13077
|
-
])) :
|
|
13076
|
+
A("span", Yp, el(G("tipo_servicio")), 1)
|
|
13077
|
+
])) : Ll("", !0)
|
|
13078
13078
|
]),
|
|
13079
13079
|
A("div", Xp, [
|
|
13080
13080
|
((dl = Wl(b)) == null ? void 0 : dl.gob) == "si" ? (J(), r("div", ap, [
|
|
@@ -13085,40 +13085,40 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13085
13085
|
}),
|
|
13086
13086
|
A("div", np, [
|
|
13087
13087
|
V[10] || (V[10] = fl(" GOB ")),
|
|
13088
|
-
((j = Wl(b)) == null ? void 0 : j.gob) == "si" ? (J(), r("span", hp, " (mayor resistencia a golpes, humedad y polvo.)")) :
|
|
13088
|
+
((j = Wl(b)) == null ? void 0 : j.gob) == "si" ? (J(), r("span", hp, " (mayor resistencia a golpes, humedad y polvo.)")) : Ll("", !0)
|
|
13089
13089
|
])
|
|
13090
|
-
])) :
|
|
13090
|
+
])) : Ll("", !0),
|
|
13091
13091
|
(cl = Wl(b)) != null && cl.proteccion_ip ? (J(), r("div", yp, [
|
|
13092
13092
|
xl(VZ, {
|
|
13093
13093
|
color: "yellow-9",
|
|
13094
13094
|
style: { "font-size": "20px" },
|
|
13095
13095
|
name: "sym_o_verified_user"
|
|
13096
13096
|
}),
|
|
13097
|
-
A("div", Vp,
|
|
13098
|
-
])) :
|
|
13097
|
+
A("div", Vp, el(G("proteccion_ip")), 1)
|
|
13098
|
+
])) : Ll("", !0)
|
|
13099
13099
|
])
|
|
13100
13100
|
], 64))
|
|
13101
13101
|
]);
|
|
13102
13102
|
};
|
|
13103
13103
|
}
|
|
13104
|
-
}), Lp = /* @__PURE__ */
|
|
13104
|
+
}), Lp = /* @__PURE__ */ Cl({
|
|
13105
13105
|
__name: "ProductTag",
|
|
13106
13106
|
props: {
|
|
13107
13107
|
tag: {}
|
|
13108
13108
|
},
|
|
13109
13109
|
setup(l) {
|
|
13110
|
-
return (c, b) => c.tag ? (J(),
|
|
13110
|
+
return (c, b) => c.tag ? (J(), Fl(Rm, {
|
|
13111
13111
|
key: 0,
|
|
13112
13112
|
class: "tag",
|
|
13113
13113
|
size: "12px"
|
|
13114
13114
|
}, {
|
|
13115
13115
|
default: kl(() => [
|
|
13116
|
-
fl(
|
|
13116
|
+
fl(el(c.tag), 1)
|
|
13117
13117
|
]),
|
|
13118
13118
|
_: 1
|
|
13119
|
-
})) :
|
|
13119
|
+
})) : Ll("", !0);
|
|
13120
13120
|
}
|
|
13121
|
-
}), ep = /* @__PURE__ */ tZ(Lp, [["__scopeId", "data-v-5789d084"]]), zp = /* @__PURE__ */
|
|
13121
|
+
}), ep = /* @__PURE__ */ tZ(Lp, [["__scopeId", "data-v-5789d084"]]), zp = /* @__PURE__ */ Cl({
|
|
13122
13122
|
__name: "PublicToggleButton",
|
|
13123
13123
|
props: {
|
|
13124
13124
|
public: { type: Boolean },
|
|
@@ -13127,7 +13127,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13127
13127
|
emits: ["change-public"],
|
|
13128
13128
|
setup(l, { emit: c }) {
|
|
13129
13129
|
const b = c, m = B(!1), u = () => b("change-public");
|
|
13130
|
-
return (t, G) => (J(),
|
|
13130
|
+
return (t, G) => (J(), Fl(pZ, {
|
|
13131
13131
|
onClick: PW(u, ["stop"]),
|
|
13132
13132
|
loading: m.value,
|
|
13133
13133
|
size: t.size || "12px",
|
|
@@ -13140,7 +13140,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13140
13140
|
default: kl(() => [
|
|
13141
13141
|
xl(Um, null, {
|
|
13142
13142
|
default: kl(() => [
|
|
13143
|
-
fl(
|
|
13143
|
+
fl(el(t.public ? "Visible al público" : "Privado"), 1)
|
|
13144
13144
|
]),
|
|
13145
13145
|
_: 1
|
|
13146
13146
|
})
|
|
@@ -13184,7 +13184,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13184
13184
|
}, Ep = { key: 1 }, rp = {
|
|
13185
13185
|
key: 0,
|
|
13186
13186
|
class: "row justify-between items-end"
|
|
13187
|
-
}, vp = /* @__PURE__ */
|
|
13187
|
+
}, vp = /* @__PURE__ */ Cl({
|
|
13188
13188
|
__name: "LinvermediaProductCard",
|
|
13189
13189
|
props: {
|
|
13190
13190
|
data: {},
|
|
@@ -13219,7 +13219,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13219
13219
|
)) || [];
|
|
13220
13220
|
}
|
|
13221
13221
|
);
|
|
13222
|
-
return (O, U) => Wl(u) ? (J(),
|
|
13222
|
+
return (O, U) => Wl(u) ? (J(), Fl(J2, {
|
|
13223
13223
|
key: 0,
|
|
13224
13224
|
class: "card-custom",
|
|
13225
13225
|
loading: O.fetching,
|
|
@@ -13228,7 +13228,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13228
13228
|
footer: kl(() => {
|
|
13229
13229
|
var g;
|
|
13230
13230
|
return [
|
|
13231
|
-
a.value ?
|
|
13231
|
+
a.value ? Ll("", !0) : (J(), r("div", rp, [
|
|
13232
13232
|
xl(pZ, {
|
|
13233
13233
|
color: "primary",
|
|
13234
13234
|
"no-caps": "",
|
|
@@ -13240,22 +13240,22 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13240
13240
|
default: kl(() => {
|
|
13241
13241
|
var Q;
|
|
13242
13242
|
return [
|
|
13243
|
-
Wl(s) ? (J(),
|
|
13243
|
+
Wl(s) ? (J(), Fl(BN, {
|
|
13244
13244
|
key: 0,
|
|
13245
13245
|
color: "red",
|
|
13246
13246
|
floating: ""
|
|
13247
13247
|
}, {
|
|
13248
13248
|
default: kl(() => [
|
|
13249
|
-
fl(
|
|
13249
|
+
fl(el(Wl(s)), 1)
|
|
13250
13250
|
]),
|
|
13251
13251
|
_: 1
|
|
13252
|
-
})) :
|
|
13253
|
-
fl(" " +
|
|
13252
|
+
})) : Ll("", !0),
|
|
13253
|
+
fl(" " + el((Q = M.value.PROPS) != null && Q.a_medida ? "Cotizar ahora" : "Agregar al carrito"), 1)
|
|
13254
13254
|
];
|
|
13255
13255
|
}),
|
|
13256
13256
|
_: 1
|
|
13257
13257
|
}),
|
|
13258
|
-
(g = M.value.PROPS) != null && g.a_medida ? (J(),
|
|
13258
|
+
(g = M.value.PROPS) != null && g.a_medida ? (J(), Fl(Rm, {
|
|
13259
13259
|
key: 0,
|
|
13260
13260
|
size: "12px",
|
|
13261
13261
|
color: "white",
|
|
@@ -13267,7 +13267,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13267
13267
|
])),
|
|
13268
13268
|
_: 1,
|
|
13269
13269
|
__: [5]
|
|
13270
|
-
})) :
|
|
13270
|
+
})) : Ll("", !0)
|
|
13271
13271
|
]))
|
|
13272
13272
|
];
|
|
13273
13273
|
}),
|
|
@@ -13276,12 +13276,12 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13276
13276
|
return [
|
|
13277
13277
|
A("div", op, [
|
|
13278
13278
|
A("div", Rp, [
|
|
13279
|
-
A("div", Sp,
|
|
13279
|
+
A("div", Sp, el(V.value), 1),
|
|
13280
13280
|
A("div", wp, [
|
|
13281
|
-
(J(!0), r(lZ, null, LZ(y.value, (_) => (J(),
|
|
13281
|
+
(J(!0), r(lZ, null, LZ(y.value, (_) => (J(), Fl(ep, { tag: _ }, null, 8, ["tag"]))), 256))
|
|
13282
13282
|
]),
|
|
13283
13283
|
A("div", xp, [
|
|
13284
|
-
fl(
|
|
13284
|
+
fl(el((g = e.value) != null && g.length ? o.value : 0) + "/" + el(((Q = e.value) == null ? void 0 : Q.length) || 0) + " ", 1),
|
|
13285
13285
|
xl(VZ, {
|
|
13286
13286
|
name: "sym_o_image",
|
|
13287
13287
|
size: "sm",
|
|
@@ -13302,7 +13302,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13302
13302
|
payload: { id: M.value.ID_PRODUCTO }
|
|
13303
13303
|
}))
|
|
13304
13304
|
}, null, 8, ["public"])
|
|
13305
|
-
])) :
|
|
13305
|
+
])) : Ll("", !0)
|
|
13306
13306
|
]),
|
|
13307
13307
|
xl(gz, null, {
|
|
13308
13308
|
default: kl(() => {
|
|
@@ -13310,22 +13310,22 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13310
13310
|
return [
|
|
13311
13311
|
A("div", null, [
|
|
13312
13312
|
A("div", Jp, [
|
|
13313
|
-
A("div", jp,
|
|
13314
|
-
M.value.R_ESTADO ? (J(),
|
|
13313
|
+
A("div", jp, el(N.value), 1),
|
|
13314
|
+
M.value.R_ESTADO ? (J(), Fl(B2, {
|
|
13315
13315
|
key: 0,
|
|
13316
13316
|
label: (_ = M.value.R_ESTADO) == null ? void 0 : _.NAME,
|
|
13317
13317
|
color: (f = M.value.R_ESTADO) == null ? void 0 : f.COLOR
|
|
13318
|
-
}, null, 8, ["label", "color"])) :
|
|
13318
|
+
}, null, 8, ["label", "color"])) : Ll("", !0)
|
|
13319
13319
|
]),
|
|
13320
|
-
a.value && M.value.PROPS.sku ? (J(), r("div", kp, " SKU: " +
|
|
13320
|
+
a.value && M.value.PROPS.sku ? (J(), r("div", kp, " SKU: " + el(M.value.PROPS.sku), 1)) : Ll("", !0),
|
|
13321
13321
|
A("div", Up, [
|
|
13322
13322
|
xl(Qz, {
|
|
13323
13323
|
product: M.value,
|
|
13324
13324
|
size: "small"
|
|
13325
13325
|
}, null, 8, ["product"]),
|
|
13326
|
-
A("div", Fp,
|
|
13326
|
+
A("div", Fp, el(Wl(pp)((tl = M.value.PROPS) == null ? void 0 : tl.ubicacion)), 1),
|
|
13327
13327
|
A("div", Cp, [
|
|
13328
|
-
(E = M.value.PROPS) != null && E.a_medida ? (J(),
|
|
13328
|
+
(E = M.value.PROPS) != null && E.a_medida ? (J(), Fl(Rm, {
|
|
13329
13329
|
key: 0,
|
|
13330
13330
|
color: "blue-grey-10",
|
|
13331
13331
|
"text-color": "white",
|
|
@@ -13336,7 +13336,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13336
13336
|
])),
|
|
13337
13337
|
_: 1,
|
|
13338
13338
|
__: [3]
|
|
13339
|
-
})) :
|
|
13339
|
+
})) : Ll("", !0)
|
|
13340
13340
|
])
|
|
13341
13341
|
])
|
|
13342
13342
|
]),
|
|
@@ -13347,7 +13347,7 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13347
13347
|
style: $l({ backgroundColor: T[K] || "#ccc" }),
|
|
13348
13348
|
class: "color-circle"
|
|
13349
13349
|
}, null, 4))), 128))
|
|
13350
|
-
])) :
|
|
13350
|
+
])) : Ll("", !0),
|
|
13351
13351
|
A("div", gp, [
|
|
13352
13352
|
h.value ? (J(), r("span", {
|
|
13353
13353
|
key: 0,
|
|
@@ -13356,16 +13356,17 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13356
13356
|
lineClamp: O.descriptionLines,
|
|
13357
13357
|
WebkitLineClamp: O.descriptionLines
|
|
13358
13358
|
})
|
|
13359
|
-
},
|
|
13359
|
+
}, el(h.value || "~"), 5)) : (J(), r("span", Ep, U[4] || (U[4] = [
|
|
13360
13360
|
A("i", null, "Sin descripción", -1)
|
|
13361
13361
|
])))
|
|
13362
13362
|
]),
|
|
13363
|
-
|
|
13363
|
+
M.value.PROPS ? (J(), Fl(Tp, {
|
|
13364
|
+
key: 1,
|
|
13364
13365
|
gama: M.value.R_GAMA,
|
|
13365
13366
|
"product-props": M.value.PROPS,
|
|
13366
13367
|
lite: !0,
|
|
13367
13368
|
"hidden-props": Wl(G)
|
|
13368
|
-
}, null, 8, ["gama", "product-props", "hidden-props"])
|
|
13369
|
+
}, null, 8, ["gama", "product-props", "hidden-props"])) : Ll("", !0)
|
|
13369
13370
|
])
|
|
13370
13371
|
];
|
|
13371
13372
|
}),
|
|
@@ -13374,9 +13375,9 @@ const Qe = /* @__PURE__ */ Fl({
|
|
|
13374
13375
|
];
|
|
13375
13376
|
}),
|
|
13376
13377
|
_: 1
|
|
13377
|
-
}, 8, ["loading", "style"])) :
|
|
13378
|
+
}, 8, ["loading", "style"])) : Ll("", !0);
|
|
13378
13379
|
}
|
|
13379
|
-
}), Qp = /* @__PURE__ */ tZ(vp, [["__scopeId", "data-v-
|
|
13380
|
+
}), Qp = /* @__PURE__ */ tZ(vp, [["__scopeId", "data-v-fa11453f"]]), Hp = {
|
|
13380
13381
|
isPublic: !0,
|
|
13381
13382
|
data: null,
|
|
13382
13383
|
fetching: !1,
|