@quidgest/ui 0.16.29 → 0.16.30
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/json/api.json +2 -1
- package/dist/ui.esm.js +184 -182
- package/dist/ui.js +4 -4
- package/dist/ui.min.js +44 -44
- package/dist/ui.scss +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts +1 -0
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.vue.js +8 -8
- package/esm/components/QBadgeIndicator/index.d.ts +3 -0
- package/esm/components/QBadgeIndicator/index.d.ts.map +1 -1
- package/esm/components/QDivider/QDivider.d.ts.map +1 -1
- package/esm/components/QDivider/QDivider.vue.js +41 -45
- package/package.json +1 -1
package/dist/ui.esm.js
CHANGED
|
@@ -3,7 +3,7 @@ var Ao = (t, e, a) => e in t ? Mo(t, e, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var be = (t, e, a) => Ao(t, typeof e != "symbol" ? e + "" : e, a);
|
|
4
4
|
import { getCurrentInstance as $l, computed as $, ref as X, toValue as ta, provide as xl, inject as ja, unref as u, isRef as fn, watch as Ce, defineComponent as ce, mergeModels as Ie, toRef as qe, useModel as Fe, createElementBlock as w, openBlock as m, normalizeClass as ie, renderSlot as q, normalizeStyle as Ye, withModifiers as dt, createCommentVNode as R, createElementVNode as ee, createVNode as ye, createTextVNode as et, toDisplayString as $e, useAttrs as Dl, createBlock as se, resolveDynamicComponent as aa, withCtx as H, Fragment as we, h as pn, mergeProps as De, withKeys as mn, normalizeProps as Re, guardReactiveProps as He, useSlots as Wt, onMounted as Ge, onUnmounted as $t, renderList as Ve, nextTick as Xe, useTemplateRef as Xa, createSlots as ze, withDirectives as Ft, vModelDynamic as Co, vModelText as Tl, useId as Po, readonly as qo, customRef as So, getCurrentScope as zr, onScopeDispose as Ml, shallowRef as rl, reactive as Zt, onBeforeUnmount as Qr, Teleport as Wr, Transition as Yt, render as lr, onBeforeUpdate as Io, vShow as cn, resolveComponent as Oo, vModelCheckbox as Eo, toHandlers as Ro, watchEffect as Lo, TransitionGroup as Bo } from "vue";
|
|
5
5
|
/*!
|
|
6
|
-
* Quidgest UI v0.16.
|
|
6
|
+
* Quidgest UI v0.16.30
|
|
7
7
|
* (c) 2025 Quidgest - Consultores de Gestão, S.A.
|
|
8
8
|
* Released under the MIT License.
|
|
9
9
|
*/
|
|
@@ -79,7 +79,7 @@ const sl = {
|
|
|
79
79
|
onDanger: "#ffffff",
|
|
80
80
|
onInfo: "#ffffff",
|
|
81
81
|
onNeutral: "#000000"
|
|
82
|
-
},
|
|
82
|
+
}, Jg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
83
83
|
__proto__: null,
|
|
84
84
|
defaultDarkColorScheme: ol,
|
|
85
85
|
defaultLightColorScheme: sl
|
|
@@ -1106,7 +1106,7 @@ const Ii = /* @__PURE__ */ ce({
|
|
|
1106
1106
|
id: {},
|
|
1107
1107
|
class: {},
|
|
1108
1108
|
content: {},
|
|
1109
|
-
color: {},
|
|
1109
|
+
color: { default: "highlight" },
|
|
1110
1110
|
placement: { default: "top-right" }
|
|
1111
1111
|
},
|
|
1112
1112
|
setup(t) {
|
|
@@ -13131,7 +13131,7 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
13131
13131
|
onLeave: () => s(c.id)
|
|
13132
13132
|
}), null, 16, ["inline", "onLeave"]))), 128));
|
|
13133
13133
|
}
|
|
13134
|
-
}), yo = _e(wh), kh = _e(_h), $h = { class: "q-divider__label" },
|
|
13134
|
+
}), yo = _e(wh), kh = _e(_h), $h = ["id"], xh = { class: "q-divider__label" }, Dh = /* @__PURE__ */ ce({
|
|
13135
13135
|
__name: "QDivider",
|
|
13136
13136
|
props: {
|
|
13137
13137
|
id: {},
|
|
@@ -13146,29 +13146,31 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
13146
13146
|
{
|
|
13147
13147
|
"q-divider--inset": e.inset,
|
|
13148
13148
|
"q-divider--labeled": a.value
|
|
13149
|
-
}
|
|
13149
|
+
},
|
|
13150
|
+
e.class
|
|
13150
13151
|
]);
|
|
13151
13152
|
return (l, r) => (m(), w("div", {
|
|
13153
|
+
id: e.id,
|
|
13152
13154
|
class: ie(n.value),
|
|
13153
13155
|
role: "separator"
|
|
13154
13156
|
}, [
|
|
13155
13157
|
a.value ? (m(), w(we, { key: 0 }, [
|
|
13156
13158
|
r[0] || (r[0] = ee("div", { class: "q-divider__line" }, null, -1)),
|
|
13157
|
-
ee("span",
|
|
13159
|
+
ee("span", xh, [
|
|
13158
13160
|
q(l.$slots, "default")
|
|
13159
13161
|
]),
|
|
13160
13162
|
r[1] || (r[1] = ee("div", { class: "q-divider__line" }, null, -1))
|
|
13161
13163
|
], 64)) : R("", !0)
|
|
13162
|
-
],
|
|
13164
|
+
], 10, $h));
|
|
13163
13165
|
}
|
|
13164
|
-
}),
|
|
13166
|
+
}), Th = _e(Dh), Mh = {
|
|
13165
13167
|
expand: {
|
|
13166
13168
|
icon: "chevron-right"
|
|
13167
13169
|
}
|
|
13168
|
-
},
|
|
13170
|
+
}, Ah = {
|
|
13169
13171
|
key: 0,
|
|
13170
13172
|
class: "q-dropdown-menu__extra"
|
|
13171
|
-
},
|
|
13173
|
+
}, Ch = /* @__PURE__ */ ce({
|
|
13172
13174
|
__name: "QDropdownMenuContent",
|
|
13173
13175
|
props: /* @__PURE__ */ Ie({
|
|
13174
13176
|
id: {},
|
|
@@ -13185,7 +13187,7 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
13185
13187
|
delay: { default: 500 },
|
|
13186
13188
|
trigger: { default: "hover" },
|
|
13187
13189
|
depth: { default: 0 },
|
|
13188
|
-
icons: { default: () =>
|
|
13190
|
+
icons: { default: () => Mh },
|
|
13189
13191
|
offset: { default: 0 },
|
|
13190
13192
|
crossOffset: { default: -5 }
|
|
13191
13193
|
}, {
|
|
@@ -13300,7 +13302,7 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
13300
13302
|
var V;
|
|
13301
13303
|
return [
|
|
13302
13304
|
q(U.$slots, "item.append", { item: E }, () => [
|
|
13303
|
-
E.extraInfo ? (m(), w("span",
|
|
13305
|
+
E.extraInfo ? (m(), w("span", Ah, $e(E.extraInfo), 1)) : R("", !0)
|
|
13304
13306
|
]),
|
|
13305
13307
|
((V = E.items) == null ? void 0 : V.length) > 0 ? (m(), w(we, { key: 0 }, [
|
|
13306
13308
|
ye(u(We), Re(He(a.icons.expand)), null, 16),
|
|
@@ -13331,7 +13333,7 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
13331
13333
|
}, 8, ["id", "modelValue", "anchor", "appearance", "inline", "delay", "offset", "cross-offset", "placement", "transition", "class"]);
|
|
13332
13334
|
};
|
|
13333
13335
|
}
|
|
13334
|
-
}),
|
|
13336
|
+
}), Ph = /* @__PURE__ */ ce({
|
|
13335
13337
|
inheritAttrs: !1,
|
|
13336
13338
|
__name: "QDropdownMenu",
|
|
13337
13339
|
props: /* @__PURE__ */ Ie({
|
|
@@ -13360,13 +13362,13 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
13360
13362
|
function r(s) {
|
|
13361
13363
|
n("select", s);
|
|
13362
13364
|
}
|
|
13363
|
-
return (s, o) => (m(), se(
|
|
13365
|
+
return (s, o) => (m(), se(Ch, De(a, {
|
|
13364
13366
|
modelValue: l.value,
|
|
13365
13367
|
"onUpdate:modelValue": o[0] || (o[0] = (i) => l.value = i),
|
|
13366
13368
|
onSelect: r
|
|
13367
13369
|
}), null, 16, ["modelValue"]));
|
|
13368
13370
|
}
|
|
13369
|
-
}),
|
|
13371
|
+
}), qh = _e(Ph), Sh = {
|
|
13370
13372
|
remove: {
|
|
13371
13373
|
icon: "close"
|
|
13372
13374
|
},
|
|
@@ -13382,7 +13384,7 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
13382
13384
|
empty: {
|
|
13383
13385
|
icon: "diameter-variant"
|
|
13384
13386
|
}
|
|
13385
|
-
},
|
|
13387
|
+
}, Ih = {
|
|
13386
13388
|
dropHereOr: "Drop here or",
|
|
13387
13389
|
chooseFile: "Choose file",
|
|
13388
13390
|
preview: "Preview",
|
|
@@ -13390,7 +13392,7 @@ const ah = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
13390
13392
|
remove: "Remove attached file",
|
|
13391
13393
|
empty: "No document attached"
|
|
13392
13394
|
};
|
|
13393
|
-
function
|
|
13395
|
+
function Oh(t, e = {}) {
|
|
13394
13396
|
const {
|
|
13395
13397
|
onDrop: a,
|
|
13396
13398
|
onDragOver: n,
|
|
@@ -13448,7 +13450,7 @@ function Ih(t, e = {}) {
|
|
|
13448
13450
|
disable: U
|
|
13449
13451
|
};
|
|
13450
13452
|
}
|
|
13451
|
-
function
|
|
13453
|
+
function Eh(t) {
|
|
13452
13454
|
const e = new FileReader();
|
|
13453
13455
|
e.onload = () => {
|
|
13454
13456
|
const a = t.type || "application/octet-stream", n = new Blob([e.result], { type: a }), l = Object.assign(document.createElement("a"), {
|
|
@@ -13461,22 +13463,22 @@ function Oh(t) {
|
|
|
13461
13463
|
}, 100);
|
|
13462
13464
|
}, e.readAsArrayBuffer(t);
|
|
13463
13465
|
}
|
|
13464
|
-
const
|
|
13466
|
+
const Rh = ["id", "accept", "required", "readonly", "disabled"], Lh = {
|
|
13465
13467
|
key: 0,
|
|
13466
13468
|
class: "q-file-input__drop-area"
|
|
13467
|
-
},
|
|
13469
|
+
}, Bh = {
|
|
13468
13470
|
key: 1,
|
|
13469
13471
|
class: "q-file-input__file-details"
|
|
13470
|
-
},
|
|
13472
|
+
}, Nh = { class: "q-file-input__attached-file" }, Vh = {
|
|
13471
13473
|
key: 0,
|
|
13472
13474
|
class: "q-file-input__preview q-file-input__image-preview"
|
|
13473
|
-
},
|
|
13475
|
+
}, Fh = ["src", "alt"], Yh = { class: "q-file-input__file-meta" }, zh = { class: "q-file-input__file-name" }, Qh = { class: "q-file-input__file-type" }, Wh = {
|
|
13474
13476
|
key: 0,
|
|
13475
13477
|
class: "q-file-input__action-buttons"
|
|
13476
|
-
},
|
|
13478
|
+
}, Hh = {
|
|
13477
13479
|
key: 2,
|
|
13478
13480
|
class: "q-file-input__empty-container"
|
|
13479
|
-
},
|
|
13481
|
+
}, Uh = /* @__PURE__ */ ce({
|
|
13480
13482
|
inheritAttrs: !1,
|
|
13481
13483
|
__name: "QFileUpload",
|
|
13482
13484
|
props: /* @__PURE__ */ Ie({
|
|
@@ -13490,8 +13492,8 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
|
|
|
13490
13492
|
disabled: { type: Boolean },
|
|
13491
13493
|
invalid: { type: Boolean },
|
|
13492
13494
|
accept: {},
|
|
13493
|
-
icons: { default: () =>
|
|
13494
|
-
texts: { default: () =>
|
|
13495
|
+
icons: { default: () => Sh },
|
|
13496
|
+
texts: { default: () => Ih }
|
|
13495
13497
|
}, {
|
|
13496
13498
|
modelValue: {},
|
|
13497
13499
|
modelModifiers: {}
|
|
@@ -13515,7 +13517,7 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
|
|
|
13515
13517
|
(U = L == null ? void 0 : L.files) != null && U[0] && (a.value = L.files[0]);
|
|
13516
13518
|
}
|
|
13517
13519
|
function c() {
|
|
13518
|
-
a.value &&
|
|
13520
|
+
a.value && Eh(a.value);
|
|
13519
13521
|
}
|
|
13520
13522
|
function p() {
|
|
13521
13523
|
a.value = void 0, s.value && (s.value.value = "");
|
|
@@ -13528,7 +13530,7 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
|
|
|
13528
13530
|
const v = X(null), h = $(() => Array.isArray(e.accept) ? e.accept : e.accept ? e.accept.split(",").map((T) => T.trim()) : []), _ = $(() => {
|
|
13529
13531
|
var T;
|
|
13530
13532
|
return (T = h.value) == null ? void 0 : T.join(",");
|
|
13531
|
-
}), k = $(() => l.value && !a.value), { isOverDropZone: A, isValid: M } =
|
|
13533
|
+
}), k = $(() => l.value && !a.value), { isOverDropZone: A, isValid: M } = Oh(v, {
|
|
13532
13534
|
onDrop: d,
|
|
13533
13535
|
accept: h,
|
|
13534
13536
|
enabled: k
|
|
@@ -13565,31 +13567,31 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
|
|
|
13565
13567
|
required: e.required,
|
|
13566
13568
|
readonly: e.readonly,
|
|
13567
13569
|
disabled: e.disabled
|
|
13568
|
-
}, T.$attrs, { onChange: i }), null, 16,
|
|
13569
|
-
!a.value && l.value ? (m(), w("div",
|
|
13570
|
+
}, T.$attrs, { onChange: i }), null, 16, Rh),
|
|
13571
|
+
!a.value && l.value ? (m(), w("div", Lh, [
|
|
13570
13572
|
ye(u(We), Re(He(e.icons.upload)), null, 16),
|
|
13571
13573
|
ee("span", null, $e(e.texts.dropHereOr), 1),
|
|
13572
13574
|
ye(u(mt), {
|
|
13573
13575
|
label: e.texts.chooseFile,
|
|
13574
13576
|
onClick: o
|
|
13575
13577
|
}, null, 8, ["label"])
|
|
13576
|
-
])) : a.value ? (m(), w("div",
|
|
13577
|
-
ee("div",
|
|
13578
|
-
r.value ? (m(), w("div",
|
|
13578
|
+
])) : a.value ? (m(), w("div", Bh, [
|
|
13579
|
+
ee("div", Nh, [
|
|
13580
|
+
r.value ? (m(), w("div", Vh, [
|
|
13579
13581
|
ee("img", {
|
|
13580
13582
|
src: r.value,
|
|
13581
13583
|
alt: e.texts.preview
|
|
13582
|
-
}, null, 8,
|
|
13584
|
+
}, null, 8, Fh)
|
|
13583
13585
|
])) : (m(), se(u(We), De({
|
|
13584
13586
|
key: 1,
|
|
13585
13587
|
class: "q-file-input__preview"
|
|
13586
13588
|
}, e.icons.file), null, 16)),
|
|
13587
|
-
ee("div",
|
|
13588
|
-
ee("span",
|
|
13589
|
-
ee("span",
|
|
13589
|
+
ee("div", Yh, [
|
|
13590
|
+
ee("span", zh, $e(a.value.name), 1),
|
|
13591
|
+
ee("span", Qh, $e(a.value.type), 1)
|
|
13590
13592
|
])
|
|
13591
13593
|
]),
|
|
13592
|
-
l.value ? (m(), w("div",
|
|
13594
|
+
l.value ? (m(), w("div", Wh, [
|
|
13593
13595
|
ye(u(mt), {
|
|
13594
13596
|
title: e.texts.download,
|
|
13595
13597
|
borderless: "",
|
|
@@ -13611,7 +13613,7 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
|
|
|
13611
13613
|
_: 1
|
|
13612
13614
|
}, 8, ["title"])
|
|
13613
13615
|
])) : R("", !0)
|
|
13614
|
-
])) : (m(), w("div",
|
|
13616
|
+
])) : (m(), w("div", Hh, [
|
|
13615
13617
|
ye(u(We), Re(He(e.icons.empty)), null, 16),
|
|
13616
13618
|
et(" " + $e(e.texts.empty), 1)
|
|
13617
13619
|
]))
|
|
@@ -13628,7 +13630,7 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
|
|
|
13628
13630
|
} : void 0
|
|
13629
13631
|
]), 1032, ["for", "label", "size", "readonly", "disabled", "required", "invalid"]));
|
|
13630
13632
|
}
|
|
13631
|
-
}),
|
|
13633
|
+
}), jh = _e(Uh), Xh = /* @__PURE__ */ ce({
|
|
13632
13634
|
__name: "QCol",
|
|
13633
13635
|
props: {
|
|
13634
13636
|
cols: {},
|
|
@@ -13662,7 +13664,7 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
|
|
|
13662
13664
|
q(l.$slots, "default")
|
|
13663
13665
|
], 2));
|
|
13664
13666
|
}
|
|
13665
|
-
}),
|
|
13667
|
+
}), Kh = /* @__PURE__ */ ce({
|
|
13666
13668
|
__name: "QContainer",
|
|
13667
13669
|
props: {
|
|
13668
13670
|
fluid: { type: Boolean }
|
|
@@ -13675,7 +13677,7 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
|
|
|
13675
13677
|
q(n.$slots, "default")
|
|
13676
13678
|
], 2));
|
|
13677
13679
|
}
|
|
13678
|
-
}),
|
|
13680
|
+
}), Gh = /* @__PURE__ */ ce({
|
|
13679
13681
|
__name: "QRow",
|
|
13680
13682
|
props: {
|
|
13681
13683
|
gutter: { default: 16 },
|
|
@@ -13700,22 +13702,22 @@ const Eh = ["id", "accept", "required", "readonly", "disabled"], Rh = {
|
|
|
13700
13702
|
q(l.$slots, "default")
|
|
13701
13703
|
], 6));
|
|
13702
13704
|
}
|
|
13703
|
-
}),
|
|
13705
|
+
}), Zh = (t, e) => {
|
|
13704
13706
|
const a = t.__vccOpts || t;
|
|
13705
13707
|
for (const [n, l] of e)
|
|
13706
13708
|
a[n] = l;
|
|
13707
13709
|
return a;
|
|
13708
|
-
},
|
|
13709
|
-
function
|
|
13710
|
-
return m(), w("div",
|
|
13710
|
+
}, Jh = {}, ey = { class: "q-spacer" };
|
|
13711
|
+
function ty(t, e) {
|
|
13712
|
+
return m(), w("div", ey);
|
|
13711
13713
|
}
|
|
13712
|
-
const
|
|
13714
|
+
const ay = /* @__PURE__ */ Zh(Jh, [["render", ty]]), Va = _e(Xh), _l = _e(Kh), kl = _e(Gh), ny = _e(ay), ly = {
|
|
13713
13715
|
key: 0,
|
|
13714
13716
|
class: "q-input-group__prepend"
|
|
13715
|
-
},
|
|
13717
|
+
}, ry = { key: 0 }, sy = {
|
|
13716
13718
|
key: 1,
|
|
13717
13719
|
class: "q-input-group__append"
|
|
13718
|
-
},
|
|
13720
|
+
}, oy = { key: 0 }, iy = /* @__PURE__ */ ce({
|
|
13719
13721
|
__name: "QInputGroup",
|
|
13720
13722
|
props: {
|
|
13721
13723
|
id: {},
|
|
@@ -13751,15 +13753,15 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
13751
13753
|
q(a.$slots, "label.append")
|
|
13752
13754
|
]),
|
|
13753
13755
|
default: H(() => [
|
|
13754
|
-
a.$slots.prepend || e.prependIcon ? (m(), w("div",
|
|
13755
|
-
e.prependIcon ? (m(), w("span",
|
|
13756
|
+
a.$slots.prepend || e.prependIcon ? (m(), w("div", ly, [
|
|
13757
|
+
e.prependIcon ? (m(), w("span", ry, [
|
|
13756
13758
|
ye(u(We), Re(He(e.prependIcon)), null, 16)
|
|
13757
13759
|
])) : R("", !0),
|
|
13758
13760
|
q(a.$slots, "prepend")
|
|
13759
13761
|
])) : R("", !0),
|
|
13760
13762
|
q(a.$slots, "default"),
|
|
13761
|
-
a.$slots.append || e.appendIcon ? (m(), w("div",
|
|
13762
|
-
e.appendIcon ? (m(), w("span",
|
|
13763
|
+
a.$slots.append || e.appendIcon ? (m(), w("div", sy, [
|
|
13764
|
+
e.appendIcon ? (m(), w("span", oy, [
|
|
13763
13765
|
ye(u(We), Re(He(e.appendIcon)), null, 16)
|
|
13764
13766
|
])) : R("", !0),
|
|
13765
13767
|
q(a.$slots, "append")
|
|
@@ -13776,7 +13778,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
13776
13778
|
} : void 0
|
|
13777
13779
|
]), 1032, ["id", "class", "label", "required", "size", "invalid"]));
|
|
13778
13780
|
}
|
|
13779
|
-
}),
|
|
13781
|
+
}), uy = _e(iy), dy = ["id"], cy = /* @__PURE__ */ ce({
|
|
13780
13782
|
__name: "QLineLoader",
|
|
13781
13783
|
props: {
|
|
13782
13784
|
id: {},
|
|
@@ -13796,9 +13798,9 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
13796
13798
|
id: e.id,
|
|
13797
13799
|
class: ie(["q-line-loader", { "q-line-loader--rounded": e.rounded }, e.class]),
|
|
13798
13800
|
style: Ye(a.value)
|
|
13799
|
-
}, null, 14,
|
|
13801
|
+
}, null, 14, dy));
|
|
13800
13802
|
}
|
|
13801
|
-
}),
|
|
13803
|
+
}), fy = _e(cy), py = ["id"], my = { class: "q-meter__labels" }, vy = { class: "q-meter__track" }, hy = /* @__PURE__ */ ce({
|
|
13802
13804
|
__name: "QMeter",
|
|
13803
13805
|
props: /* @__PURE__ */ Ie({
|
|
13804
13806
|
id: {},
|
|
@@ -13829,7 +13831,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
13829
13831
|
id: e.id,
|
|
13830
13832
|
class: ie(["q-meter", e.class])
|
|
13831
13833
|
}, [
|
|
13832
|
-
ee("div",
|
|
13834
|
+
ee("div", my, [
|
|
13833
13835
|
ye(u(zt), {
|
|
13834
13836
|
label: e.label
|
|
13835
13837
|
}, null, 8, ["label"]),
|
|
@@ -13838,36 +13840,36 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
13838
13840
|
class: "q-meter__value-label"
|
|
13839
13841
|
}, null, 8, ["label"])
|
|
13840
13842
|
]),
|
|
13841
|
-
ee("div",
|
|
13843
|
+
ee("div", vy, [
|
|
13842
13844
|
ee("div", {
|
|
13843
13845
|
class: "q-meter__fill",
|
|
13844
13846
|
style: Ye(r.value)
|
|
13845
13847
|
}, null, 4)
|
|
13846
13848
|
])
|
|
13847
|
-
], 10,
|
|
13849
|
+
], 10, py));
|
|
13848
13850
|
}
|
|
13849
|
-
}), go = _e(
|
|
13851
|
+
}), go = _e(hy), yy = {
|
|
13850
13852
|
show: {
|
|
13851
13853
|
icon: "eye"
|
|
13852
13854
|
},
|
|
13853
13855
|
hide: {
|
|
13854
13856
|
icon: "eye-off"
|
|
13855
13857
|
}
|
|
13856
|
-
},
|
|
13858
|
+
}, gy = { class: "q-password-field__messages" }, bo = /* @__PURE__ */ ce({
|
|
13857
13859
|
__name: "QPasswordFieldMessages",
|
|
13858
13860
|
props: {
|
|
13859
13861
|
messages: {}
|
|
13860
13862
|
},
|
|
13861
13863
|
setup(t) {
|
|
13862
13864
|
const e = t;
|
|
13863
|
-
return (a, n) => (m(), w("ul",
|
|
13865
|
+
return (a, n) => (m(), w("ul", gy, [
|
|
13864
13866
|
(m(!0), w(we, null, Ve(e.messages, (l) => (m(), w("li", { key: l }, $e(l), 1))), 128))
|
|
13865
13867
|
]));
|
|
13866
13868
|
}
|
|
13867
|
-
}),
|
|
13869
|
+
}), by = { class: "q-password-field__meter" }, wy = {
|
|
13868
13870
|
key: 0,
|
|
13869
13871
|
class: "q-password-field__meter-score"
|
|
13870
|
-
},
|
|
13872
|
+
}, _y = /* @__PURE__ */ ce({
|
|
13871
13873
|
inheritAttrs: !1,
|
|
13872
13874
|
__name: "QPasswordFieldMeterOverlay",
|
|
13873
13875
|
props: /* @__PURE__ */ Ie({
|
|
@@ -13929,8 +13931,8 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
13929
13931
|
default: H(() => {
|
|
13930
13932
|
var s;
|
|
13931
13933
|
return [
|
|
13932
|
-
ee("div",
|
|
13933
|
-
n.value ? (m(), w("div",
|
|
13934
|
+
ee("div", by, [
|
|
13935
|
+
n.value ? (m(), w("div", wy, [
|
|
13934
13936
|
ye(u(go), {
|
|
13935
13937
|
"model-value": e.score,
|
|
13936
13938
|
max: 1,
|
|
@@ -13948,7 +13950,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
13948
13950
|
_: 1
|
|
13949
13951
|
}, 8, ["modelValue", "anchor"]));
|
|
13950
13952
|
}
|
|
13951
|
-
}),
|
|
13953
|
+
}), ky = /* @__PURE__ */ ce({
|
|
13952
13954
|
inheritAttrs: !1,
|
|
13953
13955
|
__name: "QPasswordField",
|
|
13954
13956
|
props: /* @__PURE__ */ Ie({
|
|
@@ -13967,7 +13969,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
13967
13969
|
meter: { type: Boolean },
|
|
13968
13970
|
meterLevels: {},
|
|
13969
13971
|
rules: {},
|
|
13970
|
-
icons: { default: () =>
|
|
13972
|
+
icons: { default: () => yy }
|
|
13971
13973
|
}, {
|
|
13972
13974
|
modelValue: {},
|
|
13973
13975
|
modelModifiers: {},
|
|
@@ -14074,7 +14076,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14074
14076
|
key: "2"
|
|
14075
14077
|
} : void 0
|
|
14076
14078
|
]), 1040, ["id", "modelValue", "class", "type", "placeholder", "disabled", "readonly", "required", "label", "size", "invalid"]),
|
|
14077
|
-
e.meter && e.meterLevels && i.value ? (m(), se(
|
|
14079
|
+
e.meter && e.meterLevels && i.value ? (m(), se(_y, {
|
|
14078
14080
|
key: 0,
|
|
14079
14081
|
modelValue: r.value,
|
|
14080
14082
|
"onUpdate:modelValue": _[1] || (_[1] = (M) => r.value = M),
|
|
@@ -14086,10 +14088,10 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14086
14088
|
], 64);
|
|
14087
14089
|
};
|
|
14088
14090
|
}
|
|
14089
|
-
}),
|
|
14091
|
+
}), $y = _e(ky), xy = { class: "q-popover__content" }, Dy = {
|
|
14090
14092
|
key: 0,
|
|
14091
14093
|
class: "q-popover__header"
|
|
14092
|
-
},
|
|
14094
|
+
}, Ty = { class: "q-popover__title" }, My = ["innerHTML"], Ay = { key: 1 }, Cy = /* @__PURE__ */ ce({
|
|
14093
14095
|
inheritAttrs: !1,
|
|
14094
14096
|
__name: "QPopover",
|
|
14095
14097
|
props: /* @__PURE__ */ Ie({
|
|
@@ -14125,11 +14127,11 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14125
14127
|
placement: e.placement
|
|
14126
14128
|
}, {
|
|
14127
14129
|
default: H(() => [
|
|
14128
|
-
ee("div",
|
|
14129
|
-
e.title || n.$slots.header ? (m(), w("div",
|
|
14130
|
+
ee("div", xy, [
|
|
14131
|
+
e.title || n.$slots.header ? (m(), w("div", Dy, [
|
|
14130
14132
|
n.$slots.header ? q(n.$slots, "header", { key: 0 }) : (m(), w(we, { key: 1 }, [
|
|
14131
14133
|
q(n.$slots, "header.prepend"),
|
|
14132
|
-
ee("h4",
|
|
14134
|
+
ee("h4", Ty, $e(e.title), 1),
|
|
14133
14135
|
q(n.$slots, "header.append")
|
|
14134
14136
|
], 64))
|
|
14135
14137
|
])) : R("", !0),
|
|
@@ -14137,14 +14139,14 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14137
14139
|
e.html ? (m(), w("span", {
|
|
14138
14140
|
key: 0,
|
|
14139
14141
|
innerHTML: e.text
|
|
14140
|
-
}, null, 8,
|
|
14142
|
+
}, null, 8, My)) : (m(), w("span", Ay, $e(e.text), 1))
|
|
14141
14143
|
])
|
|
14142
14144
|
])
|
|
14143
14145
|
]),
|
|
14144
14146
|
_: 3
|
|
14145
14147
|
}, 8, ["id", "modelValue", "class", "anchor", "arrow", "attach", "inline", "disabled", "placement"]));
|
|
14146
14148
|
}
|
|
14147
|
-
}),
|
|
14149
|
+
}), Py = _e(Cy), wo = {
|
|
14148
14150
|
emptyMessage: "Select a field to view details."
|
|
14149
14151
|
}, _o = {
|
|
14150
14152
|
open: {
|
|
@@ -14153,7 +14155,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14153
14155
|
close: {
|
|
14154
14156
|
icon: "plus-box"
|
|
14155
14157
|
}
|
|
14156
|
-
},
|
|
14158
|
+
}, qy = ["id"], Sy = { class: "q-property-list__table" }, Iy = /* @__PURE__ */ ce({
|
|
14157
14159
|
__name: "QPropertyList",
|
|
14158
14160
|
props: {
|
|
14159
14161
|
id: {},
|
|
@@ -14227,7 +14229,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14227
14229
|
class: ie(i.value),
|
|
14228
14230
|
onFocusout: p
|
|
14229
14231
|
}, [
|
|
14230
|
-
ee("table",
|
|
14232
|
+
ee("table", Sy, [
|
|
14231
14233
|
M[0] || (M[0] = ee("thead", { class: "q-property-list__header" }, [
|
|
14232
14234
|
ee("tr", null, [
|
|
14233
14235
|
ee("th", { colspan: "2" })
|
|
@@ -14275,12 +14277,12 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14275
14277
|
]),
|
|
14276
14278
|
_: 3
|
|
14277
14279
|
}, 8, ["field", "texts"]))
|
|
14278
|
-
], 42,
|
|
14280
|
+
], 42, qy));
|
|
14279
14281
|
}
|
|
14280
|
-
}),
|
|
14282
|
+
}), Oy = ["id", "data-group"], Ey = {
|
|
14281
14283
|
key: 0,
|
|
14282
14284
|
class: "q-property-list-field__container"
|
|
14283
|
-
},
|
|
14285
|
+
}, Ry = /* @__PURE__ */ ce({
|
|
14284
14286
|
__name: "QPropertyListRow",
|
|
14285
14287
|
props: /* @__PURE__ */ Ie({
|
|
14286
14288
|
id: {},
|
|
@@ -14332,7 +14334,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14332
14334
|
onClick: dt(d, ["prevent", "stop"])
|
|
14333
14335
|
}, [
|
|
14334
14336
|
q(h.$slots, "default", {}, () => [
|
|
14335
|
-
a.field.component ? (m(), w("div",
|
|
14337
|
+
a.field.component ? (m(), w("div", Ey, [
|
|
14336
14338
|
(m(), se(aa(a.field.component), De(p.value, {
|
|
14337
14339
|
modelValue: l.value,
|
|
14338
14340
|
"onUpdate:modelValue": [
|
|
@@ -14343,9 +14345,9 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14343
14345
|
])) : R("", !0)
|
|
14344
14346
|
])
|
|
14345
14347
|
])
|
|
14346
|
-
], 42,
|
|
14348
|
+
], 42, Oy));
|
|
14347
14349
|
}
|
|
14348
|
-
}),
|
|
14350
|
+
}), Ly = ["id", "aria-labelledby"], By = ["id"], Ny = { class: "q-property-list-group__content" }, Vy = /* @__PURE__ */ ce({
|
|
14349
14351
|
__name: "QPropertyListGroup",
|
|
14350
14352
|
props: {
|
|
14351
14353
|
id: {},
|
|
@@ -14378,7 +14380,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14378
14380
|
id: u(r),
|
|
14379
14381
|
colspan: "2"
|
|
14380
14382
|
}, [
|
|
14381
|
-
ee("div",
|
|
14383
|
+
ee("div", Ny, [
|
|
14382
14384
|
a.noToggle ? R("", !0) : (m(), se(u(mt), {
|
|
14383
14385
|
key: 0,
|
|
14384
14386
|
variant: "text",
|
|
@@ -14391,13 +14393,13 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14391
14393
|
})),
|
|
14392
14394
|
et(" " + $e(a.title), 1)
|
|
14393
14395
|
])
|
|
14394
|
-
], 8,
|
|
14395
|
-
], 10,
|
|
14396
|
+
], 8, By)
|
|
14397
|
+
], 10, Ly));
|
|
14396
14398
|
}
|
|
14397
|
-
}),
|
|
14399
|
+
}), Fy = ["id"], Yy = { class: "q-property-list-panel__label" }, zy = { class: "q-property-list-panel__description" }, Qy = {
|
|
14398
14400
|
key: 1,
|
|
14399
14401
|
class: "q-property-list-panel__empty"
|
|
14400
|
-
},
|
|
14402
|
+
}, Wy = /* @__PURE__ */ ce({
|
|
14401
14403
|
__name: "QPropertyListPanel",
|
|
14402
14404
|
props: {
|
|
14403
14405
|
id: {},
|
|
@@ -14413,12 +14415,12 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14413
14415
|
class: ie(["q-property-list-panel", e.class])
|
|
14414
14416
|
}, [
|
|
14415
14417
|
e.field ? q(a.$slots, "default", { key: 0 }, () => [
|
|
14416
|
-
ee("div",
|
|
14417
|
-
ee("div",
|
|
14418
|
-
]) : (m(), w("div",
|
|
14419
|
-
], 10,
|
|
14418
|
+
ee("div", Yy, $e(e.field.label), 1),
|
|
14419
|
+
ee("div", zy, $e(e.field.description), 1)
|
|
14420
|
+
]) : (m(), w("div", Qy, $e(e.texts.emptyMessage), 1))
|
|
14421
|
+
], 10, Fy));
|
|
14420
14422
|
}
|
|
14421
|
-
}),
|
|
14423
|
+
}), Hy = _e(Iy), ko = _e(Ry), $o = _e(Vy), xo = _e(Wy), Uy = ["id", "checked", "name", "value", "disabled"], jy = /* @__PURE__ */ ce({
|
|
14422
14424
|
inheritAttrs: !1,
|
|
14423
14425
|
__name: "QRadioButton",
|
|
14424
14426
|
props: {
|
|
@@ -14472,7 +14474,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14472
14474
|
}, s.$attrs, {
|
|
14473
14475
|
onChange: o[0] || (o[0] = //@ts-ignore
|
|
14474
14476
|
(...i) => u(n).toggle && u(n).toggle(...i))
|
|
14475
|
-
}), null, 16,
|
|
14477
|
+
}), null, 16, Uy),
|
|
14476
14478
|
e.labelPlacement === "end" ? q(s.$slots, "default", { key: 0 }) : R("", !0)
|
|
14477
14479
|
]),
|
|
14478
14480
|
_: 2
|
|
@@ -14486,10 +14488,10 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14486
14488
|
} : void 0
|
|
14487
14489
|
]), 1032, ["for", "class", "label"]));
|
|
14488
14490
|
}
|
|
14489
|
-
}),
|
|
14491
|
+
}), Xy = ["id"], Ky = {
|
|
14490
14492
|
key: 1,
|
|
14491
14493
|
class: "q-field__extras"
|
|
14492
|
-
},
|
|
14494
|
+
}, Gy = /* @__PURE__ */ ce({
|
|
14493
14495
|
inheritAttrs: !1,
|
|
14494
14496
|
__name: "QRadioGroup",
|
|
14495
14497
|
props: /* @__PURE__ */ Ie({
|
|
@@ -14550,29 +14552,29 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14550
14552
|
style: o.value
|
|
14551
14553
|
}, i.$attrs), [
|
|
14552
14554
|
q(i.$slots, "default")
|
|
14553
|
-
], 16,
|
|
14554
|
-
i.$slots.extras ? (m(), w("div",
|
|
14555
|
+
], 16, Xy),
|
|
14556
|
+
i.$slots.extras ? (m(), w("div", Ky, [
|
|
14555
14557
|
q(i.$slots, "extras")
|
|
14556
14558
|
])) : R("", !0)
|
|
14557
14559
|
], 2));
|
|
14558
14560
|
}
|
|
14559
|
-
}),
|
|
14561
|
+
}), Zy = _e(jy), Jy = _e(Gy), eg = {
|
|
14560
14562
|
...Mn,
|
|
14561
14563
|
placeholder: "Choose...",
|
|
14562
14564
|
showOptions: "Show options"
|
|
14563
|
-
},
|
|
14565
|
+
}, tg = {
|
|
14564
14566
|
...Tn,
|
|
14565
14567
|
...El
|
|
14566
|
-
},
|
|
14568
|
+
}, ag = {
|
|
14567
14569
|
key: 0,
|
|
14568
14570
|
class: "q-select__value"
|
|
14569
|
-
},
|
|
14571
|
+
}, ng = {
|
|
14570
14572
|
key: 1,
|
|
14571
14573
|
class: "q-select__placeholder"
|
|
14572
|
-
},
|
|
14574
|
+
}, lg = ["id", "tabindex", "aria-keyshortcuts"], rg = ["data-key"], sg = {
|
|
14573
14575
|
key: 0,
|
|
14574
14576
|
class: "q-select__loader"
|
|
14575
|
-
},
|
|
14577
|
+
}, og = /* @__PURE__ */ ce({
|
|
14576
14578
|
inheritAttrs: !1,
|
|
14577
14579
|
__name: "QSelect",
|
|
14578
14580
|
props: /* @__PURE__ */ Ie({
|
|
@@ -14593,8 +14595,8 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14593
14595
|
emptyValue: {},
|
|
14594
14596
|
itemValue: { default: "key" },
|
|
14595
14597
|
itemLabel: { default: "label" },
|
|
14596
|
-
icons: { default: () =>
|
|
14597
|
-
texts: { default: () =>
|
|
14598
|
+
icons: { default: () => tg },
|
|
14599
|
+
texts: { default: () => eg }
|
|
14598
14600
|
}, {
|
|
14599
14601
|
modelValue: {},
|
|
14600
14602
|
modelModifiers: {}
|
|
@@ -14713,11 +14715,11 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14713
14715
|
}, 8, ["aria-label", "disabled"]))
|
|
14714
14716
|
]),
|
|
14715
14717
|
default: H(() => [
|
|
14716
|
-
c.value ? (m(), w("span",
|
|
14718
|
+
c.value ? (m(), w("span", ng, [
|
|
14717
14719
|
!a.readonly && !a.disabled ? (m(), w(we, { key: 0 }, [
|
|
14718
14720
|
et($e(a.texts.placeholder), 1)
|
|
14719
14721
|
], 64)) : R("", !0)
|
|
14720
|
-
])) : (m(), w("span",
|
|
14722
|
+
])) : (m(), w("span", ag, $e(d.value), 1)),
|
|
14721
14723
|
Ft(ee("input", De({
|
|
14722
14724
|
id: `${a.id}_input`
|
|
14723
14725
|
}, I.$attrs, {
|
|
@@ -14729,7 +14731,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14729
14731
|
tabindex: a.disabled ? -1 : 0,
|
|
14730
14732
|
"aria-keyshortcuts": v.value && !c.value ? "Delete" : void 0,
|
|
14731
14733
|
onKeydown: L
|
|
14732
|
-
}), null, 16,
|
|
14734
|
+
}), null, 16, lg), [
|
|
14733
14735
|
[Tl, d.value]
|
|
14734
14736
|
])
|
|
14735
14737
|
]),
|
|
@@ -14780,7 +14782,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14780
14782
|
onKeydown: dt(T, ["stop"])
|
|
14781
14783
|
}, [
|
|
14782
14784
|
q(I.$slots, "body.prepend"),
|
|
14783
|
-
a.loading ? (m(), w("div",
|
|
14785
|
+
a.loading ? (m(), w("div", sg, [
|
|
14784
14786
|
ye(u(Ka), { size: 24 })
|
|
14785
14787
|
])) : (m(), se(u(Cn), {
|
|
14786
14788
|
key: 1,
|
|
@@ -14802,14 +14804,14 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14802
14804
|
_: 3
|
|
14803
14805
|
}, 8, ["required", "model-value", "items", "groups", "item-label", "item-value"])),
|
|
14804
14806
|
q(I.$slots, "body.append")
|
|
14805
|
-
], 40,
|
|
14807
|
+
], 40, rg)
|
|
14806
14808
|
]),
|
|
14807
14809
|
_: 3
|
|
14808
14810
|
}, 8, ["modelValue", "inline", "anchor"])
|
|
14809
14811
|
], 64);
|
|
14810
14812
|
};
|
|
14811
14813
|
}
|
|
14812
|
-
}),
|
|
14814
|
+
}), ig = _e(og), ug = /* @__PURE__ */ ce({
|
|
14813
14815
|
__name: "QToggle",
|
|
14814
14816
|
props: /* @__PURE__ */ Ie({
|
|
14815
14817
|
id: {},
|
|
@@ -14845,7 +14847,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14845
14847
|
_: 3
|
|
14846
14848
|
}, 16, ["class", "aria-pressed"]));
|
|
14847
14849
|
}
|
|
14848
|
-
}), nr = _e(
|
|
14850
|
+
}), nr = _e(ug), dg = { class: "q-sidebar__items" }, cg = /* @__PURE__ */ ce({
|
|
14849
14851
|
__name: "QSidebarAnchor",
|
|
14850
14852
|
props: /* @__PURE__ */ Ie({
|
|
14851
14853
|
panels: {},
|
|
@@ -14893,7 +14895,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14893
14895
|
class: "q-sidebar-anchor",
|
|
14894
14896
|
style: Ye({ width: a.anchorWidth + "px" })
|
|
14895
14897
|
}, [
|
|
14896
|
-
ee("div",
|
|
14898
|
+
ee("div", dg, [
|
|
14897
14899
|
ee("div", {
|
|
14898
14900
|
class: "q-sidebar__indicator",
|
|
14899
14901
|
style: Ye(r.value)
|
|
@@ -14924,19 +14926,19 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14924
14926
|
])
|
|
14925
14927
|
], 4));
|
|
14926
14928
|
}
|
|
14927
|
-
}),
|
|
14929
|
+
}), fg = {
|
|
14928
14930
|
ref: "panel",
|
|
14929
14931
|
class: "q-sidebar-panel"
|
|
14930
|
-
},
|
|
14932
|
+
}, pg = { class: "q-sidebar-panel__header" }, mg = {
|
|
14931
14933
|
key: 0,
|
|
14932
14934
|
class: "q-sidebar-panel__title"
|
|
14933
|
-
},
|
|
14935
|
+
}, vg = { class: "q-sidebar-panel__content" }, hg = {
|
|
14934
14936
|
key: 0,
|
|
14935
14937
|
class: "q-sidebar-panel__footer"
|
|
14936
|
-
},
|
|
14938
|
+
}, yg = {
|
|
14937
14939
|
key: 0,
|
|
14938
14940
|
class: "q-sidebar-panel__grip"
|
|
14939
|
-
},
|
|
14941
|
+
}, gg = /* @__PURE__ */ ce({
|
|
14940
14942
|
__name: "QSidebarPanel",
|
|
14941
14943
|
props: {
|
|
14942
14944
|
title: {},
|
|
@@ -14966,18 +14968,18 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14966
14968
|
function d() {
|
|
14967
14969
|
a.resizable && (document.removeEventListener("mousemove", c), document.removeEventListener("mouseup", p), document.body.style.userSelect = "");
|
|
14968
14970
|
}
|
|
14969
|
-
return $t(d), (v, h) => (m(), w("div",
|
|
14970
|
-
ee("div",
|
|
14971
|
+
return $t(d), (v, h) => (m(), w("div", fg, [
|
|
14972
|
+
ee("div", pg, [
|
|
14971
14973
|
q(v.$slots, "header", {}, () => [
|
|
14972
14974
|
q(v.$slots, "header.prepend"),
|
|
14973
|
-
a.title ? (m(), w("h3",
|
|
14975
|
+
a.title ? (m(), w("h3", mg, $e(a.title), 1)) : R("", !0),
|
|
14974
14976
|
q(v.$slots, "header.append")
|
|
14975
14977
|
])
|
|
14976
14978
|
]),
|
|
14977
|
-
ee("div",
|
|
14979
|
+
ee("div", vg, [
|
|
14978
14980
|
q(v.$slots, "content")
|
|
14979
14981
|
]),
|
|
14980
|
-
v.$slots.footer ? (m(), w("div",
|
|
14982
|
+
v.$slots.footer ? (m(), w("div", hg, [
|
|
14981
14983
|
q(v.$slots, "footer")
|
|
14982
14984
|
])) : R("", !0),
|
|
14983
14985
|
v.resizable ? (m(), w("div", {
|
|
@@ -14986,11 +14988,11 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
14986
14988
|
"data-testid": "q-sidebar-panel-handle",
|
|
14987
14989
|
onMousedown: i
|
|
14988
14990
|
}, [
|
|
14989
|
-
v.showGrip ? (m(), w("div",
|
|
14991
|
+
v.showGrip ? (m(), w("div", yg)) : R("", !0)
|
|
14990
14992
|
], 34)) : R("", !0)
|
|
14991
14993
|
], 512));
|
|
14992
14994
|
}
|
|
14993
|
-
}),
|
|
14995
|
+
}), bg = /* @__PURE__ */ ce({
|
|
14994
14996
|
__name: "QSidebar",
|
|
14995
14997
|
props: /* @__PURE__ */ Ie({
|
|
14996
14998
|
panels: {},
|
|
@@ -15054,7 +15056,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15054
15056
|
class: ie(p.value),
|
|
15055
15057
|
style: Ye({ width: c.value })
|
|
15056
15058
|
}, [
|
|
15057
|
-
ye(
|
|
15059
|
+
ye(cg, {
|
|
15058
15060
|
modelValue: l.value,
|
|
15059
15061
|
"onUpdate:modelValue": T[0] || (T[0] = (L) => l.value = L),
|
|
15060
15062
|
panels: a.panels,
|
|
@@ -15074,7 +15076,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15074
15076
|
onAfterLeave: A
|
|
15075
15077
|
}, {
|
|
15076
15078
|
default: H(() => [
|
|
15077
|
-
l.value && s.value ? (m(), se(
|
|
15079
|
+
l.value && s.value ? (m(), se(gg, {
|
|
15078
15080
|
key: 0,
|
|
15079
15081
|
"show-grip": "",
|
|
15080
15082
|
title: s.value.title,
|
|
@@ -15128,13 +15130,13 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15128
15130
|
}, 8, ["name"])
|
|
15129
15131
|
], 6));
|
|
15130
15132
|
}
|
|
15131
|
-
}),
|
|
15133
|
+
}), wg = _e(bg), _g = ["id", "aria-checked", "disabled"], kg = { class: "q-switch__labels" }, $g = {
|
|
15132
15134
|
class: "q-switch__label q-switch__label--off",
|
|
15133
15135
|
"aria-hidden": "true"
|
|
15134
|
-
},
|
|
15136
|
+
}, xg = {
|
|
15135
15137
|
class: "q-switch__label q-switch__label--on",
|
|
15136
15138
|
"aria-hidden": "true"
|
|
15137
|
-
},
|
|
15139
|
+
}, Dg = /* @__PURE__ */ ce({
|
|
15138
15140
|
inheritAttrs: !1,
|
|
15139
15141
|
__name: "QSwitch",
|
|
15140
15142
|
props: /* @__PURE__ */ Ie({
|
|
@@ -15204,16 +15206,16 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15204
15206
|
role: "switch",
|
|
15205
15207
|
"aria-checked": a.value,
|
|
15206
15208
|
disabled: e.disabled
|
|
15207
|
-
}, c.$attrs, { onInput: n }), null, 16,
|
|
15209
|
+
}, c.$attrs, { onInput: n }), null, 16, _g), [
|
|
15208
15210
|
[Eo, a.value]
|
|
15209
15211
|
]),
|
|
15210
|
-
ee("div",
|
|
15211
|
-
ee("span",
|
|
15212
|
+
ee("div", kg, [
|
|
15213
|
+
ee("span", $g, [
|
|
15212
15214
|
e.showStateLabels ? (m(), w(we, { key: 0 }, [
|
|
15213
15215
|
et($e(e.falseLabel), 1)
|
|
15214
15216
|
], 64)) : R("", !0)
|
|
15215
15217
|
]),
|
|
15216
|
-
ee("span",
|
|
15218
|
+
ee("span", xg, [
|
|
15217
15219
|
e.showStateLabels ? (m(), w(we, { key: 0 }, [
|
|
15218
15220
|
et($e(e.trueLabel), 1)
|
|
15219
15221
|
], 64)) : R("", !0)
|
|
@@ -15222,7 +15224,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15222
15224
|
], 6)
|
|
15223
15225
|
]));
|
|
15224
15226
|
}
|
|
15225
|
-
}),
|
|
15227
|
+
}), Tg = _e(Dg), Mg = ["id", "required", "placeholder", "readonly", "disabled", "maxlength", "rows", "cols", "resize", "wrap"], Ag = /* @__PURE__ */ ce({
|
|
15226
15228
|
inheritAttrs: !1,
|
|
15227
15229
|
__name: "QTextArea",
|
|
15228
15230
|
props: /* @__PURE__ */ Ie({
|
|
@@ -15293,7 +15295,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15293
15295
|
cols: e.cols,
|
|
15294
15296
|
resize: e.resize,
|
|
15295
15297
|
wrap: e.wrap
|
|
15296
|
-
}, c.$attrs, Ro(s.value, !0)), null, 16,
|
|
15298
|
+
}, c.$attrs, Ro(s.value, !0)), null, 16, Mg), [
|
|
15297
15299
|
[Tl, n.value]
|
|
15298
15300
|
])
|
|
15299
15301
|
]),
|
|
@@ -15322,7 +15324,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15322
15324
|
} : void 0
|
|
15323
15325
|
]), 1032, ["class", "for", "label", "size", "readonly", "disabled", "required"]));
|
|
15324
15326
|
}
|
|
15325
|
-
}),
|
|
15327
|
+
}), Cg = _e(Ag), Pg = ["id"], qg = /* @__PURE__ */ ce({
|
|
15326
15328
|
__name: "QThemeProvider",
|
|
15327
15329
|
props: {
|
|
15328
15330
|
id: {},
|
|
@@ -15347,13 +15349,13 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15347
15349
|
class: ie(["q-theme-provider", u(a), e.class])
|
|
15348
15350
|
}, [
|
|
15349
15351
|
q(o.$slots, "default")
|
|
15350
|
-
], 10,
|
|
15352
|
+
], 10, Pg));
|
|
15351
15353
|
}
|
|
15352
|
-
}),
|
|
15354
|
+
}), Sg = _e(qg), Ig = {
|
|
15353
15355
|
close: {
|
|
15354
15356
|
icon: "close"
|
|
15355
15357
|
}
|
|
15356
|
-
},
|
|
15358
|
+
}, Og = { class: "q-toast__title" }, Eg = /* @__PURE__ */ ce({
|
|
15357
15359
|
__name: "QToast",
|
|
15358
15360
|
props: {
|
|
15359
15361
|
id: {},
|
|
@@ -15365,7 +15367,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15365
15367
|
elevation: { default: "medium" },
|
|
15366
15368
|
variant: { default: "tonal" },
|
|
15367
15369
|
timeout: { default: 5e3 },
|
|
15368
|
-
icons: { default: () =>
|
|
15370
|
+
icons: { default: () => Ig }
|
|
15369
15371
|
},
|
|
15370
15372
|
emits: ["dismiss"],
|
|
15371
15373
|
setup(t, { emit: e }) {
|
|
@@ -15480,7 +15482,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15480
15482
|
default: H(() => [
|
|
15481
15483
|
ye(u(Va), null, {
|
|
15482
15484
|
default: H(() => [
|
|
15483
|
-
ee("div",
|
|
15485
|
+
ee("div", Og, [
|
|
15484
15486
|
k.$slots["title.prepend"] ? q(k.$slots, "title.prepend", { key: 0 }) : R("", !0),
|
|
15485
15487
|
ee("h4", null, $e(a.title), 1),
|
|
15486
15488
|
k.$slots["title.append"] ? q(k.$slots, "title.append", { key: 1 }) : R("", !0)
|
|
@@ -15517,7 +15519,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15517
15519
|
} : void 0
|
|
15518
15520
|
]), 1032, ["id", "elevation", "width", "class", "style"]));
|
|
15519
15521
|
}
|
|
15520
|
-
}),
|
|
15522
|
+
}), Rg = /* @__PURE__ */ ce({
|
|
15521
15523
|
__name: "QToaster",
|
|
15522
15524
|
props: {
|
|
15523
15525
|
id: {},
|
|
@@ -15551,7 +15553,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15551
15553
|
_: 1
|
|
15552
15554
|
}, 8, ["id", "class", "data-placement"]));
|
|
15553
15555
|
}
|
|
15554
|
-
}), Do = _e(
|
|
15556
|
+
}), Do = _e(Eg), Lg = _e(Rg), Bg = /* @__PURE__ */ ce({
|
|
15555
15557
|
__name: "QToggleGroup",
|
|
15556
15558
|
props: /* @__PURE__ */ Ie({
|
|
15557
15559
|
id: {},
|
|
@@ -15592,7 +15594,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15592
15594
|
_: 3
|
|
15593
15595
|
}, 8, ["id", "class", "block", "elevated"]));
|
|
15594
15596
|
}
|
|
15595
|
-
}),
|
|
15597
|
+
}), Ng = /* @__PURE__ */ ce({
|
|
15596
15598
|
__name: "QToggleGroupItem",
|
|
15597
15599
|
props: {
|
|
15598
15600
|
id: {},
|
|
@@ -15627,7 +15629,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15627
15629
|
_: 3
|
|
15628
15630
|
}, 16, ["model-value", "onUpdate:modelValue"]));
|
|
15629
15631
|
}
|
|
15630
|
-
}),
|
|
15632
|
+
}), Vg = _e(Bg), Fg = _e(Ng), Yg = { class: "q-tooltip__content" }, zg = ["innerHTML"], Qg = /* @__PURE__ */ ce({
|
|
15631
15633
|
__name: "QTooltip",
|
|
15632
15634
|
props: /* @__PURE__ */ Ie({
|
|
15633
15635
|
id: {},
|
|
@@ -15693,13 +15695,13 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15693
15695
|
onLeave: s
|
|
15694
15696
|
}, {
|
|
15695
15697
|
default: H(() => [
|
|
15696
|
-
ee("div",
|
|
15698
|
+
ee("div", Yg, [
|
|
15697
15699
|
q(c.$slots, "default", {}, () => [
|
|
15698
15700
|
e.icon ? (m(), se(u(We), Re(De({ key: 0 }, e.icon)), null, 16)) : R("", !0),
|
|
15699
15701
|
e.html ? (m(), w("span", {
|
|
15700
15702
|
key: 1,
|
|
15701
15703
|
innerHTML: e.text
|
|
15702
|
-
}, null, 8,
|
|
15704
|
+
}, null, 8, zg)) : (m(), w(we, { key: 2 }, [
|
|
15703
15705
|
et($e(e.text), 1)
|
|
15704
15706
|
], 64))
|
|
15705
15707
|
])
|
|
@@ -15709,7 +15711,7 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15709
15711
|
}, 8, ["id", "modelValue", "anchor", "appearance", "arrow", "attach", "inline", "class", "delay", "disabled", "placement", "trigger"])
|
|
15710
15712
|
], 64));
|
|
15711
15713
|
}
|
|
15712
|
-
}),
|
|
15714
|
+
}), Wg = _e(Qg), Hg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
15713
15715
|
__proto__: null,
|
|
15714
15716
|
QAccordion: Oi,
|
|
15715
15717
|
QAccordionItem: Ei,
|
|
@@ -15732,60 +15734,60 @@ const ty = /* @__PURE__ */ Gh(Zh, [["render", ey]]), Va = _e(jh), _l = _e(Xh), k
|
|
|
15732
15734
|
QDialog: yo,
|
|
15733
15735
|
QDialogProvider: kh,
|
|
15734
15736
|
QDismissibleLayer: us,
|
|
15735
|
-
QDivider:
|
|
15736
|
-
QDropdownMenu:
|
|
15737
|
+
QDivider: Th,
|
|
15738
|
+
QDropdownMenu: qh,
|
|
15737
15739
|
QField: ma,
|
|
15738
|
-
QFileUpload:
|
|
15740
|
+
QFileUpload: jh,
|
|
15739
15741
|
QFocusTrap: hs,
|
|
15740
15742
|
QIcon: We,
|
|
15741
15743
|
QIconFont: es,
|
|
15742
15744
|
QIconImg: ts,
|
|
15743
15745
|
QIconSvg: as,
|
|
15744
|
-
QInputGroup:
|
|
15746
|
+
QInputGroup: uy,
|
|
15745
15747
|
QLabel: zt,
|
|
15746
|
-
QLineLoader:
|
|
15748
|
+
QLineLoader: fy,
|
|
15747
15749
|
QList: Cn,
|
|
15748
15750
|
QListItem: ss,
|
|
15749
15751
|
QListItemGroup: os,
|
|
15750
15752
|
QMeter: go,
|
|
15751
15753
|
QOverlay: na,
|
|
15752
|
-
QPasswordField:
|
|
15753
|
-
QPopover:
|
|
15754
|
-
QPropertyList:
|
|
15754
|
+
QPasswordField: $y,
|
|
15755
|
+
QPopover: Py,
|
|
15756
|
+
QPropertyList: Hy,
|
|
15755
15757
|
QPropertyListGroup: $o,
|
|
15756
15758
|
QPropertyListPanel: xo,
|
|
15757
15759
|
QPropertyListRow: ko,
|
|
15758
|
-
QRadioButton:
|
|
15759
|
-
QRadioGroup:
|
|
15760
|
+
QRadioButton: Zy,
|
|
15761
|
+
QRadioGroup: Jy,
|
|
15760
15762
|
QRow: kl,
|
|
15761
|
-
QSelect:
|
|
15762
|
-
QSidebar:
|
|
15763
|
+
QSelect: ig,
|
|
15764
|
+
QSidebar: wg,
|
|
15763
15765
|
QSkeletonLoader: _a,
|
|
15764
|
-
QSpacer:
|
|
15766
|
+
QSpacer: ny,
|
|
15765
15767
|
QSpinnerLoader: Ka,
|
|
15766
|
-
QSwitch:
|
|
15767
|
-
QTextArea:
|
|
15768
|
+
QSwitch: Tg,
|
|
15769
|
+
QTextArea: Cg,
|
|
15768
15770
|
QTextField: Za,
|
|
15769
|
-
QThemeProvider:
|
|
15771
|
+
QThemeProvider: Sg,
|
|
15770
15772
|
QToast: Do,
|
|
15771
|
-
QToaster:
|
|
15773
|
+
QToaster: Lg,
|
|
15772
15774
|
QToggle: nr,
|
|
15773
|
-
QToggleGroup:
|
|
15774
|
-
QToggleGroupItem:
|
|
15775
|
-
QTooltip:
|
|
15775
|
+
QToggleGroup: Vg,
|
|
15776
|
+
QToggleGroupItem: Fg,
|
|
15777
|
+
QTooltip: Wg
|
|
15776
15778
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
15777
|
-
function
|
|
15779
|
+
function Ug(t = {}) {
|
|
15778
15780
|
return { install: (a) => {
|
|
15779
15781
|
const n = t.components || {};
|
|
15780
15782
|
for (const s in n)
|
|
15781
15783
|
a.component(s, n[s]);
|
|
15782
15784
|
const l = t.defaults || {};
|
|
15783
|
-
a.provide(Cl, X(l)),
|
|
15785
|
+
a.provide(Cl, X(l)), jg(a, t.themes);
|
|
15784
15786
|
const r = Ju();
|
|
15785
|
-
a.provide(is, r),
|
|
15787
|
+
a.provide(is, r), Xg(a);
|
|
15786
15788
|
} };
|
|
15787
15789
|
}
|
|
15788
|
-
function
|
|
15790
|
+
function jg(t, e) {
|
|
15789
15791
|
const a = [];
|
|
15790
15792
|
let n;
|
|
15791
15793
|
if (e)
|
|
@@ -15814,23 +15816,23 @@ function Ug(t, e) {
|
|
|
15814
15816
|
}
|
|
15815
15817
|
if (n) {
|
|
15816
15818
|
const l = X(n), r = Zr(l, a);
|
|
15817
|
-
Jo(a), Ce(r.class,
|
|
15819
|
+
Jo(a), Ce(r.class, Kg, { immediate: !0 }), t.provide(Il, r);
|
|
15818
15820
|
}
|
|
15819
15821
|
}
|
|
15820
|
-
function
|
|
15822
|
+
function Xg(t) {
|
|
15821
15823
|
const e = Rv();
|
|
15822
15824
|
t.provide(io, e);
|
|
15823
15825
|
}
|
|
15824
|
-
function
|
|
15826
|
+
function Kg(t) {
|
|
15825
15827
|
const e = document.documentElement, n = Array.from(e.classList).filter((l) => !l.startsWith("q-theme"));
|
|
15826
15828
|
e.className = n.join(" "), e.classList.add(t);
|
|
15827
15829
|
}
|
|
15828
|
-
const
|
|
15830
|
+
const eb = (t = {}) => Ug({ components: Hg, ...t });
|
|
15829
15831
|
export {
|
|
15830
|
-
|
|
15831
|
-
|
|
15832
|
+
Hg as components,
|
|
15833
|
+
eb as createFramework,
|
|
15832
15834
|
ei as provideTheme,
|
|
15833
|
-
|
|
15835
|
+
Jg as templates,
|
|
15834
15836
|
Ov as useDialog,
|
|
15835
15837
|
Ga as useTheme,
|
|
15836
15838
|
Ev as useToast
|