@validol4ik/uikit 0.7.0 → 0.7.3

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.
Files changed (33) hide show
  1. package/dist/{AppButtonCopy-BAsaHaa4.js → AppButtonCopy-BiINPcGV.js} +1 -1
  2. package/dist/{AppButtonCopy-Dyb9GEq2.cjs → AppButtonCopy-CF4gM6Vq.cjs} +1 -1
  3. package/dist/AppSelect-BTYfDOxZ.js +2302 -0
  4. package/dist/AppSelect-Cqe1_ktM.cjs +1 -0
  5. package/dist/DropdownButton-6Hdgx4O7.js +285 -0
  6. package/dist/DropdownButton-rQuDxHty.cjs +1 -0
  7. package/dist/QMenu-BMHBzPuP.cjs +1 -0
  8. package/dist/{QMenu-CFrDqWMF.js → QMenu-CHfaaKhO.js} +234 -247
  9. package/dist/index-DLgdVg4z.js +1670 -0
  10. package/dist/index-DgJr5_Pb.cjs +1 -0
  11. package/dist/kl.woff +0 -0
  12. package/dist/style.css +1 -1
  13. package/dist/types/components/buttons/AppButton/types.d.ts +1 -0
  14. package/dist/types/components/buttons/DropdownButton/types.d.ts +2 -1
  15. package/dist/types/components/constants.d.ts +3 -0
  16. package/dist/types/components/form/AppSelect/AppSelect.vue.d.ts +4 -0
  17. package/dist/types/components/form/AppSelect/types.d.ts +1 -0
  18. package/dist/types/components/menu/PopupItem/PopupItem.vue.d.ts +22 -0
  19. package/dist/types/components/menu/PopupItem/types.d.ts +23 -0
  20. package/dist/types/components/types.d.ts +1 -1
  21. package/dist/types/index.d.ts +7 -2
  22. package/dist/types/types/types.d.ts +1 -0
  23. package/dist/uikit.cjs +1 -1
  24. package/dist/uikit.es.js +11 -10
  25. package/package.json +7 -1
  26. package/dist/AppSelect-5p3euh6R.cjs +0 -1
  27. package/dist/AppSelect-WIENN4a-.js +0 -2524
  28. package/dist/DropdownButton-BL00UPY1.cjs +0 -1
  29. package/dist/DropdownButton-DUUK14vz.js +0 -313
  30. package/dist/QMenu-DtmHqodr.cjs +0 -1
  31. package/dist/index-CheOtzui.js +0 -1319
  32. package/dist/index-d12F-Rqz.cjs +0 -1
  33. /package/dist/types/{components/AppIcon/quasarBoot.d.ts → bootFiles/iconSet.d.ts} +0 -0
@@ -1,2524 +0,0 @@
1
- import { ref as O, computed as r, h as c, getCurrentInstance as se, toRaw as Oe, onBeforeUpdate as ol, inject as Ol, watch as G, onMounted as nl, onBeforeUnmount as Ae, nextTick as ve, onDeactivated as ul, onActivated as il, Transition as Ct, onBeforeMount as Ml, onUpdated as Ll, defineComponent as $l, createElementBlock as fe, openBlock as ae, normalizeClass as et, createCommentVNode as Me, createVNode as je, toDisplayString as Ke, unref as Hl, withCtx as ge, mergeProps as Pl, createBlock as $t, createElementVNode as mt, createTextVNode as gt, Fragment as tt, withModifiers as Dl } from "vue";
2
- import { u as al, a as rt, b as st, d as rl, e as sl, h as be, s as ne, c as ye, Q as _e, f as jl, g as Kl, i as cl, j as Nl, p as he, k as Ql, l as Ul, m as Wl, R as Xl, n as qe, o as Yl, q as Zl, r as Jl, t as Gl, v as Le, S as eo, _ as to } from "./index-CheOtzui.js";
3
- import { a as dl, u as lo, r as oo, g as no, b as uo, h as io, c as ao, d as ro, e as so, f as co, i as fo, j as vo, k as mo, l as go, m as Ht, n as ho, Q as po } from "./QMenu-CFrDqWMF.js";
4
- import { b as bo, c as xe, r as Pt, a as yo } from "./focusout-DjvPXP_b.js";
5
- function So(e, l) {
6
- const t = O(null), n = r(() => e.disable === !0 ? null : c("span", {
7
- ref: t,
8
- class: "no-outline",
9
- tabindex: -1
10
- }));
11
- function d(u) {
12
- const a = l.value;
13
- (u == null ? void 0 : u.qAvoidFocus) !== !0 && ((u == null ? void 0 : u.type.indexOf("key")) === 0 ? document.activeElement !== a && (a == null ? void 0 : a.contains(document.activeElement)) === !0 && a.focus() : t.value !== null && (u === void 0 || (a == null ? void 0 : a.contains(u.target)) === !0) && t.value.focus());
14
- }
15
- return {
16
- refocusTargetEl: n,
17
- refocusTarget: d
18
- };
19
- }
20
- const fl = {
21
- name: String
22
- };
23
- function wo(e = {}) {
24
- return (l, t, n) => {
25
- l[t](
26
- c("input", {
27
- class: "hidden" + (n || ""),
28
- ...e.value
29
- })
30
- );
31
- };
32
- }
33
- function Co(e) {
34
- return r(() => e.name || e.for);
35
- }
36
- const ko = {
37
- xs: 30,
38
- sm: 35,
39
- md: 40,
40
- lg: 50,
41
- xl: 60
42
- }, qo = {
43
- ...rt,
44
- ...al,
45
- ...fl,
46
- modelValue: {
47
- required: !0,
48
- default: null
49
- },
50
- val: {},
51
- trueValue: { default: !0 },
52
- falseValue: { default: !1 },
53
- indeterminateValue: { default: null },
54
- checkedIcon: String,
55
- uncheckedIcon: String,
56
- indeterminateIcon: String,
57
- toggleOrder: {
58
- type: String,
59
- validator: (e) => e === "tf" || e === "ft"
60
- },
61
- toggleIndeterminate: Boolean,
62
- label: String,
63
- leftLabel: Boolean,
64
- color: String,
65
- keepColor: Boolean,
66
- dense: Boolean,
67
- disable: Boolean,
68
- tabindex: [String, Number]
69
- }, Vo = ["update:modelValue"];
70
- function xo(e, l) {
71
- const { props: t, slots: n, emit: d, proxy: u } = se(), { $q: a } = u, p = st(t, a), b = O(null), { refocusTargetEl: x, refocusTarget: v } = So(t, b), C = rl(t, ko), k = r(
72
- () => t.val !== void 0 && Array.isArray(t.modelValue)
73
- ), s = r(() => {
74
- const V = Oe(t.val);
75
- return k.value === !0 ? t.modelValue.findIndex((X) => Oe(X) === V) : -1;
76
- }), y = r(() => k.value === !0 ? s.value !== -1 : Oe(t.modelValue) === Oe(t.trueValue)), q = r(() => k.value === !0 ? s.value === -1 : Oe(t.modelValue) === Oe(t.falseValue)), S = r(
77
- () => y.value === !1 && q.value === !1
78
- ), $ = r(() => t.disable === !0 ? -1 : t.tabindex || 0), j = r(
79
- () => `q-${e} cursor-pointer no-outline row inline no-wrap items-center` + (t.disable === !0 ? " disabled" : "") + (p.value === !0 ? ` q-${e}--dark` : "") + (t.dense === !0 ? ` q-${e}--dense` : "") + (t.leftLabel === !0 ? " reverse" : "")
80
- ), _ = r(() => {
81
- const V = y.value === !0 ? "truthy" : q.value === !0 ? "falsy" : "indet", X = t.color !== void 0 && (t.keepColor === !0 || q.value !== !0) ? ` text-${t.color}` : "";
82
- return `q-${e}__inner relative-position non-selectable q-${e}__inner--${V}${X}`;
83
- }), M = r(() => {
84
- const V = { type: "checkbox" };
85
- return t.name !== void 0 && Object.assign(V, {
86
- // see https://vuejs.org/guide/extras/render-function.html#creating-vnodes (.prop)
87
- ".checked": y.value,
88
- "^checked": y.value === !0 ? "checked" : void 0,
89
- name: t.name,
90
- value: k.value === !0 ? t.val : t.trueValue
91
- }), V;
92
- }), Y = wo(M), R = r(() => {
93
- const V = {
94
- tabindex: $.value,
95
- role: "checkbox",
96
- "aria-label": t.label,
97
- "aria-checked": S.value === !0 ? "mixed" : y.value === !0 ? "true" : "false"
98
- };
99
- return t.disable === !0 && (V["aria-disabled"] = "true"), V;
100
- });
101
- function L(V) {
102
- V !== void 0 && (ne(V), v(V)), t.disable !== !0 && d("update:modelValue", H(), V);
103
- }
104
- function H() {
105
- if (k.value === !0) {
106
- if (y.value === !0) {
107
- const V = t.modelValue.slice();
108
- return V.splice(s.value, 1), V;
109
- }
110
- return t.modelValue.concat([t.val]);
111
- }
112
- if (y.value === !0) {
113
- if (t.toggleOrder !== "ft" || t.toggleIndeterminate === !1)
114
- return t.falseValue;
115
- } else if (q.value === !0) {
116
- if (t.toggleOrder === "ft" || t.toggleIndeterminate === !1)
117
- return t.trueValue;
118
- } else
119
- return t.toggleOrder !== "ft" ? t.trueValue : t.falseValue;
120
- return t.indeterminateValue;
121
- }
122
- function le(V) {
123
- (V.keyCode === 13 || V.keyCode === 32) && ne(V);
124
- }
125
- function W(V) {
126
- (V.keyCode === 13 || V.keyCode === 32) && L(V);
127
- }
128
- const oe = l(y, S);
129
- return Object.assign(u, { toggle: L }), () => {
130
- const V = oe();
131
- t.disable !== !0 && Y(
132
- V,
133
- "unshift",
134
- ` q-${e}__native absolute q-ma-none q-pa-none`
135
- );
136
- const X = [
137
- c("div", {
138
- class: _.value,
139
- style: C.value,
140
- "aria-hidden": "true"
141
- }, V)
142
- ];
143
- x.value !== null && X.push(x.value);
144
- const ue = t.label !== void 0 ? sl(n.default, [t.label]) : be(n.default);
145
- return ue !== void 0 && X.push(
146
- c("div", {
147
- class: `q-${e}__label q-anchor--skip`
148
- }, ue)
149
- ), c("div", {
150
- ref: b,
151
- class: j.value,
152
- ...R.value,
153
- onClick: L,
154
- onKeydown: le,
155
- onKeyup: W
156
- }, X);
157
- };
158
- }
159
- const _o = () => c("div", {
160
- key: "svg",
161
- class: "q-checkbox__bg absolute"
162
- }, [
163
- c("svg", {
164
- class: "q-checkbox__svg fit absolute-full",
165
- viewBox: "0 0 24 24"
166
- }, [
167
- c("path", {
168
- class: "q-checkbox__truthy",
169
- fill: "none",
170
- d: "M1.73,12.91 8.1,19.28 22.79,4.59"
171
- }),
172
- c("path", {
173
- class: "q-checkbox__indet",
174
- d: "M4,14H20V10H4"
175
- })
176
- ])
177
- ]), Ao = ye({
178
- name: "QCheckbox",
179
- props: qo,
180
- emits: Vo,
181
- setup(e) {
182
- const l = _o();
183
- function t(n, d) {
184
- const u = r(
185
- () => (n.value === !0 ? e.checkedIcon : d.value === !0 ? e.indeterminateIcon : e.uncheckedIcon) || null
186
- );
187
- return () => u.value !== null ? [
188
- c("div", {
189
- key: "icon",
190
- class: "q-checkbox__icon-container absolute-full flex flex-center no-wrap"
191
- }, [
192
- c(_e, {
193
- class: "q-checkbox__icon",
194
- name: u.value
195
- })
196
- ])
197
- ] : [l];
198
- }
199
- return xo("checkbox", t);
200
- }
201
- }), it = ye({
202
- name: "QItemSection",
203
- props: {
204
- avatar: Boolean,
205
- thumbnail: Boolean,
206
- side: Boolean,
207
- top: Boolean,
208
- noWrap: Boolean
209
- },
210
- setup(e, { slots: l }) {
211
- const t = r(
212
- () => `q-item__section column q-item__section--${e.avatar === !0 || e.side === !0 || e.thumbnail === !0 ? "side" : "main"}` + (e.top === !0 ? " q-item__section--top justify-start" : " justify-center") + (e.avatar === !0 ? " q-item__section--avatar" : "") + (e.thumbnail === !0 ? " q-item__section--thumbnail" : "") + (e.noWrap === !0 ? " q-item__section--nowrap" : "")
213
- );
214
- return () => c("div", { class: t.value }, be(l.default));
215
- }
216
- }), vl = ye({
217
- name: "QItemLabel",
218
- props: {
219
- overline: Boolean,
220
- caption: Boolean,
221
- header: Boolean,
222
- lines: [Number, String]
223
- },
224
- setup(e, { slots: l }) {
225
- const t = r(() => parseInt(e.lines, 10)), n = r(
226
- () => "q-item__label" + (e.overline === !0 ? " q-item__label--overline text-overline" : "") + (e.caption === !0 ? " q-item__label--caption text-caption" : "") + (e.header === !0 ? " q-item__label--header" : "") + (t.value === 1 ? " ellipsis" : "")
227
- ), d = r(() => e.lines !== void 0 && t.value > 1 ? {
228
- overflow: "hidden",
229
- display: "-webkit-box",
230
- "-webkit-box-orient": "vertical",
231
- "-webkit-line-clamp": t.value
232
- } : null);
233
- return () => c("div", {
234
- style: d.value,
235
- class: n.value
236
- }, be(l.default));
237
- }
238
- }), ml = ye({
239
- name: "QItem",
240
- props: {
241
- ...rt,
242
- ...jl,
243
- tag: {
244
- type: String,
245
- default: "div"
246
- },
247
- active: {
248
- type: Boolean,
249
- default: null
250
- },
251
- clickable: Boolean,
252
- dense: Boolean,
253
- insetLevel: Number,
254
- tabindex: [String, Number],
255
- focused: Boolean,
256
- manualFocus: Boolean
257
- },
258
- emits: ["click", "keyup"],
259
- setup(e, { slots: l, emit: t }) {
260
- const { proxy: { $q: n } } = se(), d = st(e, n), { hasLink: u, linkAttrs: a, linkClass: p, linkTag: b, navigateOnClick: x } = Kl(), v = O(null), C = O(null), k = r(
261
- () => e.clickable === !0 || u.value === !0 || e.tag === "label"
262
- ), s = r(
263
- () => e.disable !== !0 && k.value === !0
264
- ), y = r(
265
- () => "q-item q-item-type row no-wrap" + (e.dense === !0 ? " q-item--dense" : "") + (d.value === !0 ? " q-item--dark" : "") + (u.value === !0 && e.active === null ? p.value : e.active === !0 ? ` q-item--active${e.activeClass !== void 0 ? ` ${e.activeClass}` : ""}` : "") + (e.disable === !0 ? " disabled" : "") + (s.value === !0 ? " q-item--clickable q-link cursor-pointer " + (e.manualFocus === !0 ? "q-manual-focusable" : "q-focusable q-hoverable") + (e.focused === !0 ? " q-manual-focusable--focused" : "") : "")
266
- ), q = r(() => e.insetLevel === void 0 ? null : {
267
- ["padding" + (n.lang.rtl === !0 ? "Right" : "Left")]: 16 + e.insetLevel * 56 + "px"
268
- });
269
- function S(_) {
270
- s.value === !0 && (C.value !== null && _.qAvoidFocus !== !0 && (_.qKeyEvent !== !0 && document.activeElement === v.value ? C.value.focus() : document.activeElement === C.value && v.value.focus()), x(_));
271
- }
272
- function $(_) {
273
- if (s.value === !0 && cl(_, [13, 32]) === !0) {
274
- ne(_), _.qKeyEvent = !0;
275
- const M = new MouseEvent("click", _);
276
- M.qKeyEvent = !0, v.value.dispatchEvent(M);
277
- }
278
- t("keyup", _);
279
- }
280
- function j() {
281
- const _ = Nl(l.default, []);
282
- return s.value === !0 && _.unshift(
283
- c("div", { class: "q-focus-helper", tabindex: -1, ref: C })
284
- ), _;
285
- }
286
- return () => {
287
- const _ = {
288
- ref: v,
289
- class: y.value,
290
- style: q.value,
291
- role: "listitem",
292
- onClick: S,
293
- onKeyup: $
294
- };
295
- return s.value === !0 ? (_.tabindex = e.tabindex || "0", Object.assign(_, a.value)) : k.value === !0 && (_["aria-disabled"] = "true"), c(
296
- b.value,
297
- _,
298
- j()
299
- );
300
- };
301
- }
302
- }), Dt = (e) => e ? !0 : "Обовʼязкове поле", jt = /^on[A-Z]/;
303
- function Bo() {
304
- const { attrs: e, vnode: l } = se(), t = {
305
- listeners: O({}),
306
- attributes: O({})
307
- };
308
- function n() {
309
- const d = {}, u = {};
310
- for (const a in e)
311
- a !== "class" && a !== "style" && jt.test(a) === !1 && (d[a] = e[a]);
312
- for (const a in l.props)
313
- jt.test(a) === !0 && (u[a] = l.props[a]);
314
- t.attributes.value = d, t.listeners.value = u;
315
- }
316
- return ol(n), n(), t;
317
- }
318
- const Eo = "_q_fo_";
319
- function zo({ validate: e, resetValidation: l, requiresQForm: t }) {
320
- const n = Ol(Eo, !1);
321
- if (n !== !1) {
322
- const { props: d, proxy: u } = se();
323
- Object.assign(u, { validate: e, resetValidation: l }), G(() => d.disable, (a) => {
324
- a === !0 ? (typeof l == "function" && l(), n.unbindComponent(u)) : n.bindComponent(u);
325
- }), nl(() => {
326
- d.disable !== !0 && n.bindComponent(u);
327
- }), Ae(() => {
328
- d.disable !== !0 && n.unbindComponent(u);
329
- });
330
- } else t === !0 && console.error("Parent QForm not found on useFormChild()!");
331
- }
332
- const Kt = /^#[0-9a-fA-F]{3}([0-9a-fA-F]{3})?$/, Nt = /^#[0-9a-fA-F]{4}([0-9a-fA-F]{4})?$/, Qt = /^#([0-9a-fA-F]{3}|[0-9a-fA-F]{4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/, lt = /^rgb\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5])\)$/, ot = /^rgba\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),(0|0\.[0-9]+[1-9]|0\.[1-9]+|1)\)$/, ht = {
333
- date: (e) => /^-?[\d]+\/[0-1]\d\/[0-3]\d$/.test(e),
334
- time: (e) => /^([0-1]?\d|2[0-3]):[0-5]\d$/.test(e),
335
- fulltime: (e) => /^([0-1]?\d|2[0-3]):[0-5]\d:[0-5]\d$/.test(e),
336
- timeOrFulltime: (e) => /^([0-1]?\d|2[0-3]):[0-5]\d(:[0-5]\d)?$/.test(e),
337
- // -- RFC 5322 --
338
- // -- Added in v2.6.6 --
339
- // This is a basic helper validation.
340
- // For something more complex (like RFC 822) you should write and use your own rule.
341
- // We won't be accepting PRs to enhance the one below because of the reason above.
342
- // eslint-disable-next-line
343
- email: (e) => /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e),
344
- hexColor: (e) => Kt.test(e),
345
- hexaColor: (e) => Nt.test(e),
346
- hexOrHexaColor: (e) => Qt.test(e),
347
- rgbColor: (e) => lt.test(e),
348
- rgbaColor: (e) => ot.test(e),
349
- rgbOrRgbaColor: (e) => lt.test(e) || ot.test(e),
350
- hexOrRgbColor: (e) => Kt.test(e) || lt.test(e),
351
- hexaOrRgbaColor: (e) => Nt.test(e) || ot.test(e),
352
- anyColor: (e) => Qt.test(e) || lt.test(e) || ot.test(e)
353
- };
354
- function gl(e, l = 250, t) {
355
- let n = null;
356
- function d() {
357
- const u = arguments, a = () => {
358
- n = null, e.apply(this, u);
359
- };
360
- n !== null ? clearTimeout(n) : t === !0 && e.apply(this, u), n = setTimeout(a, l);
361
- }
362
- return d.cancel = () => {
363
- n !== null && clearTimeout(n);
364
- }, d;
365
- }
366
- const Ro = [!0, !1, "ondemand"], Fo = {
367
- modelValue: {},
368
- error: {
369
- type: Boolean,
370
- default: null
371
- },
372
- errorMessage: String,
373
- noErrorIcon: Boolean,
374
- rules: Array,
375
- reactiveRules: Boolean,
376
- lazyRules: {
377
- type: [Boolean, String],
378
- default: !1,
379
- // statement unneeded but avoids future vue implementation changes
380
- validator: (e) => Ro.includes(e)
381
- }
382
- };
383
- function Io(e, l) {
384
- const { props: t, proxy: n } = se(), d = O(!1), u = O(null), a = O(!1);
385
- zo({ validate: q, resetValidation: y });
386
- let p = 0, b;
387
- const x = r(
388
- () => t.rules !== void 0 && t.rules !== null && t.rules.length !== 0
389
- ), v = r(() => t.disable !== !0 && x.value === !0 && l.value === !1), C = r(
390
- () => t.error === !0 || d.value === !0
391
- ), k = r(() => typeof t.errorMessage == "string" && t.errorMessage.length !== 0 ? t.errorMessage : u.value);
392
- G(() => t.modelValue, () => {
393
- a.value = !0, v.value === !0 && t.lazyRules === !1 && S();
394
- });
395
- function s() {
396
- t.lazyRules !== "ondemand" && v.value === !0 && a.value === !0 && S();
397
- }
398
- G(() => t.reactiveRules, ($) => {
399
- $ === !0 ? b === void 0 && (b = G(() => t.rules, s, { immediate: !0, deep: !0 })) : b !== void 0 && (b(), b = void 0);
400
- }, { immediate: !0 }), G(() => t.lazyRules, s), G(e, ($) => {
401
- $ === !0 ? a.value = !0 : v.value === !0 && t.lazyRules !== "ondemand" && S();
402
- });
403
- function y() {
404
- p++, l.value = !1, a.value = !1, d.value = !1, u.value = null, S.cancel();
405
- }
406
- function q($ = t.modelValue) {
407
- if (t.disable === !0 || x.value === !1)
408
- return !0;
409
- const j = ++p, _ = l.value !== !0 ? () => {
410
- a.value = !0;
411
- } : () => {
412
- }, M = (R, L) => {
413
- R === !0 && _(), d.value = R, u.value = L || null, l.value = !1;
414
- }, Y = [];
415
- for (let R = 0; R < t.rules.length; R++) {
416
- const L = t.rules[R];
417
- let H;
418
- if (typeof L == "function" ? H = L($, ht) : typeof L == "string" && ht[L] !== void 0 && (H = ht[L]($)), H === !1 || typeof H == "string")
419
- return M(!0, H), !1;
420
- H !== !0 && H !== void 0 && Y.push(H);
421
- }
422
- return Y.length === 0 ? (M(!1), !0) : (l.value = !0, Promise.all(Y).then(
423
- (R) => {
424
- if (R === void 0 || Array.isArray(R) === !1 || R.length === 0)
425
- return j === p && M(!1), !0;
426
- const L = R.find((H) => H === !1 || typeof H == "string");
427
- return j === p && M(L !== void 0, L), L === void 0;
428
- },
429
- (R) => (j === p && (console.error(R), M(!0)), !1)
430
- ));
431
- }
432
- const S = gl(q, 0);
433
- return Ae(() => {
434
- b == null || b(), S.cancel();
435
- }), Object.assign(n, { resetValidation: y, validate: q }), bo(n, "hasError", () => C.value), {
436
- isDirtyModel: a,
437
- hasRules: x,
438
- hasError: C,
439
- errorMessage: k,
440
- validate: q,
441
- resetValidation: y
442
- };
443
- }
444
- function kt(e) {
445
- return e != null && ("" + e).length !== 0;
446
- }
447
- const To = {
448
- ...rt,
449
- ...Fo,
450
- label: String,
451
- stackLabel: Boolean,
452
- hint: String,
453
- hideHint: Boolean,
454
- prefix: String,
455
- suffix: String,
456
- labelColor: String,
457
- color: String,
458
- bgColor: String,
459
- filled: Boolean,
460
- outlined: Boolean,
461
- borderless: Boolean,
462
- standout: [Boolean, String],
463
- square: Boolean,
464
- loading: Boolean,
465
- labelSlot: Boolean,
466
- bottomSlots: Boolean,
467
- hideBottomSpace: Boolean,
468
- rounded: Boolean,
469
- dense: Boolean,
470
- itemAligned: Boolean,
471
- counter: Boolean,
472
- clearable: Boolean,
473
- clearIcon: String,
474
- disable: Boolean,
475
- readonly: Boolean,
476
- autofocus: Boolean,
477
- for: String
478
- }, qt = {
479
- ...To,
480
- maxlength: [Number, String]
481
- }, hl = ["update:modelValue", "clear", "focus", "blur"];
482
- function pl({ requiredForAttr: e = !0, tagProp: l, changeEvent: t = !1 } = {}) {
483
- const { props: n, proxy: d } = se(), u = st(n, d.$q), a = lo({
484
- required: e,
485
- getValue: () => n.for
486
- });
487
- return {
488
- requiredForAttr: e,
489
- changeEvent: t,
490
- tag: l === !0 ? r(() => n.tag) : { value: "label" },
491
- isDark: u,
492
- editable: r(
493
- () => n.disable !== !0 && n.readonly !== !0
494
- ),
495
- innerLoading: O(!1),
496
- focused: O(!1),
497
- hasPopupOpen: !1,
498
- splitAttrs: Bo(),
499
- targetUid: a,
500
- rootRef: O(null),
501
- targetRef: O(null),
502
- controlRef: O(null)
503
- /**
504
- * user supplied additionals:
505
-
506
- * innerValue - computed
507
- * floatingLabel - computed
508
- * inputRef - computed
509
-
510
- * fieldClass - computed
511
- * hasShadow - computed
512
-
513
- * controlEvents - Object with fn(e)
514
-
515
- * getControl - fn
516
- * getInnerAppend - fn
517
- * getControlChild - fn
518
- * getShadowControl - fn
519
- * showPopup - fn
520
- */
521
- };
522
- }
523
- function bl(e) {
524
- const { props: l, emit: t, slots: n, attrs: d, proxy: u } = se(), { $q: a } = u;
525
- let p = null;
526
- e.hasValue === void 0 && (e.hasValue = r(() => kt(l.modelValue))), e.emitValue === void 0 && (e.emitValue = (h) => {
527
- t("update:modelValue", h);
528
- }), e.controlEvents === void 0 && (e.controlEvents = {
529
- onFocusin: le,
530
- onFocusout: W
531
- }), Object.assign(e, {
532
- clearValue: oe,
533
- onControlFocusin: le,
534
- onControlFocusout: W,
535
- focus: L
536
- }), e.computedCounter === void 0 && (e.computedCounter = r(() => {
537
- if (l.counter !== !1) {
538
- const h = typeof l.modelValue == "string" || typeof l.modelValue == "number" ? ("" + l.modelValue).length : Array.isArray(l.modelValue) === !0 ? l.modelValue.length : 0, A = l.maxlength !== void 0 ? l.maxlength : l.maxValues;
539
- return h + (A !== void 0 ? " / " + A : "");
540
- }
541
- }));
542
- const {
543
- isDirtyModel: b,
544
- hasRules: x,
545
- hasError: v,
546
- errorMessage: C,
547
- resetValidation: k
548
- } = Io(e.focused, e.innerLoading), s = e.floatingLabel !== void 0 ? r(() => l.stackLabel === !0 || e.focused.value === !0 || e.floatingLabel.value === !0) : r(() => l.stackLabel === !0 || e.focused.value === !0 || e.hasValue.value === !0), y = r(
549
- () => l.bottomSlots === !0 || l.hint !== void 0 || x.value === !0 || l.counter === !0 || l.error !== null
550
- ), q = r(() => l.filled === !0 ? "filled" : l.outlined === !0 ? "outlined" : l.borderless === !0 ? "borderless" : l.standout ? "standout" : "standard"), S = r(
551
- () => `q-field row no-wrap items-start q-field--${q.value}` + (e.fieldClass !== void 0 ? ` ${e.fieldClass.value}` : "") + (l.rounded === !0 ? " q-field--rounded" : "") + (l.square === !0 ? " q-field--square" : "") + (s.value === !0 ? " q-field--float" : "") + (j.value === !0 ? " q-field--labeled" : "") + (l.dense === !0 ? " q-field--dense" : "") + (l.itemAligned === !0 ? " q-field--item-aligned q-item-type" : "") + (e.isDark.value === !0 ? " q-field--dark" : "") + (e.getControl === void 0 ? " q-field--auto-height" : "") + (e.focused.value === !0 ? " q-field--focused" : "") + (v.value === !0 ? " q-field--error" : "") + (v.value === !0 || e.focused.value === !0 ? " q-field--highlighted" : "") + (l.hideBottomSpace !== !0 && y.value === !0 ? " q-field--with-bottom" : "") + (l.disable === !0 ? " q-field--disabled" : l.readonly === !0 ? " q-field--readonly" : "")
552
- ), $ = r(
553
- () => "q-field__control relative-position row no-wrap" + (l.bgColor !== void 0 ? ` bg-${l.bgColor}` : "") + (v.value === !0 ? " text-negative" : typeof l.standout == "string" && l.standout.length !== 0 && e.focused.value === !0 ? ` ${l.standout}` : l.color !== void 0 ? ` text-${l.color}` : "")
554
- ), j = r(
555
- () => l.labelSlot === !0 || l.label !== void 0
556
- ), _ = r(
557
- () => "q-field__label no-pointer-events absolute ellipsis" + (l.labelColor !== void 0 && v.value !== !0 ? ` text-${l.labelColor}` : "")
558
- ), M = r(() => ({
559
- id: e.targetUid.value,
560
- editable: e.editable.value,
561
- focused: e.focused.value,
562
- floatingLabel: s.value,
563
- modelValue: l.modelValue,
564
- emitValue: e.emitValue
565
- })), Y = r(() => {
566
- const h = {};
567
- return e.targetUid.value && (h.for = e.targetUid.value), l.disable === !0 && (h["aria-disabled"] = "true"), h;
568
- });
569
- function R() {
570
- var Z;
571
- const h = document.activeElement;
572
- let A = (Z = e.targetRef) == null ? void 0 : Z.value;
573
- A && (h === null || h.id !== e.targetUid.value) && (A.hasAttribute("tabindex") === !0 || (A = A.querySelector("[tabindex]")), A !== h && (A == null || A.focus({ preventScroll: !0 })));
574
- }
575
- function L() {
576
- dl(R);
577
- }
578
- function H() {
579
- oo(R);
580
- const h = document.activeElement;
581
- h !== null && e.rootRef.value.contains(h) && h.blur();
582
- }
583
- function le(h) {
584
- p !== null && (clearTimeout(p), p = null), e.editable.value === !0 && e.focused.value === !1 && (e.focused.value = !0, t("focus", h));
585
- }
586
- function W(h, A) {
587
- p !== null && clearTimeout(p), p = setTimeout(() => {
588
- p = null, !(document.hasFocus() === !0 && (e.hasPopupOpen === !0 || e.controlRef === void 0 || e.controlRef.value === null || e.controlRef.value.contains(document.activeElement) !== !1)) && (e.focused.value === !0 && (e.focused.value = !1, t("blur", h)), A == null || A());
589
- });
590
- }
591
- function oe(h) {
592
- var A;
593
- ne(h), a.platform.is.mobile !== !0 ? (((A = e.targetRef) == null ? void 0 : A.value) || e.rootRef.value).focus() : e.rootRef.value.contains(document.activeElement) === !0 && document.activeElement.blur(), l.type === "file" && (e.inputRef.value.value = null), t("update:modelValue", null), e.changeEvent === !0 && t("change", null), t("clear", l.modelValue), ve(() => {
594
- const Z = b.value;
595
- k(), b.value = Z;
596
- });
597
- }
598
- function V(h) {
599
- [13, 32].includes(h.keyCode) && oe(h);
600
- }
601
- function X() {
602
- const h = [];
603
- return n.prepend !== void 0 && h.push(
604
- c("div", {
605
- class: "q-field__prepend q-field__marginal row no-wrap items-center",
606
- key: "prepend",
607
- onClick: he
608
- }, n.prepend())
609
- ), h.push(
610
- c("div", {
611
- class: "q-field__control-container col relative-position row no-wrap q-anchor--skip"
612
- }, ue())
613
- ), v.value === !0 && l.noErrorIcon === !1 && h.push(
614
- U("error", [
615
- c(_e, { name: a.iconSet.field.error, color: "negative" })
616
- ])
617
- ), l.loading === !0 || e.innerLoading.value === !0 ? h.push(
618
- U(
619
- "inner-loading-append",
620
- n.loading !== void 0 ? n.loading() : [c(Ql, { color: l.color })]
621
- )
622
- ) : l.clearable === !0 && e.hasValue.value === !0 && e.editable.value === !0 && h.push(
623
- U("inner-clearable-append", [
624
- c(_e, {
625
- class: "q-field__focusable-action",
626
- name: l.clearIcon || a.iconSet.field.clear,
627
- tabindex: 0,
628
- role: "button",
629
- "aria-hidden": "false",
630
- "aria-label": a.lang.label.clear,
631
- onKeyup: V,
632
- onClick: oe
633
- })
634
- ])
635
- ), n.append !== void 0 && h.push(
636
- c("div", {
637
- class: "q-field__append q-field__marginal row no-wrap items-center",
638
- key: "append",
639
- onClick: he
640
- }, n.append())
641
- ), e.getInnerAppend !== void 0 && h.push(
642
- U("inner-append", e.getInnerAppend())
643
- ), e.getControlChild !== void 0 && h.push(
644
- e.getControlChild()
645
- ), h;
646
- }
647
- function ue() {
648
- const h = [];
649
- return l.prefix !== void 0 && l.prefix !== null && h.push(
650
- c("div", {
651
- class: "q-field__prefix no-pointer-events row items-center"
652
- }, l.prefix)
653
- ), e.getShadowControl !== void 0 && e.hasShadow.value === !0 && h.push(
654
- e.getShadowControl()
655
- ), j.value === !0 && h.push(
656
- c("div", {
657
- class: _.value
658
- }, be(n.label, l.label))
659
- ), e.getControl !== void 0 ? h.push(e.getControl()) : n.rawControl !== void 0 ? h.push(n.rawControl()) : n.control !== void 0 && h.push(
660
- c("div", {
661
- ref: e.targetRef,
662
- class: "q-field__native row",
663
- tabindex: -1,
664
- ...e.splitAttrs.attributes.value,
665
- "data-autofocus": l.autofocus === !0 || void 0
666
- }, n.control(M.value))
667
- ), l.suffix !== void 0 && l.suffix !== null && h.push(
668
- c("div", {
669
- class: "q-field__suffix no-pointer-events row items-center"
670
- }, l.suffix)
671
- ), h.concat(be(n.default));
672
- }
673
- function J() {
674
- let h, A;
675
- v.value === !0 ? C.value !== null ? (h = [c("div", { role: "alert" }, C.value)], A = `q--slot-error-${C.value}`) : (h = be(n.error), A = "q--slot-error") : (l.hideHint !== !0 || e.focused.value === !0) && (l.hint !== void 0 ? (h = [c("div", l.hint)], A = `q--slot-hint-${l.hint}`) : (h = be(n.hint), A = "q--slot-hint"));
676
- const Z = l.counter === !0 || n.counter !== void 0;
677
- if (l.hideBottomSpace === !0 && Z === !1 && h === void 0) return;
678
- const i = c("div", {
679
- key: A,
680
- class: "q-field__messages col"
681
- }, h);
682
- return c("div", {
683
- class: "q-field__bottom row items-start q-field__bottom--" + (l.hideBottomSpace !== !0 ? "animated" : "stale"),
684
- onClick: he
685
- }, [
686
- l.hideBottomSpace === !0 ? i : c(Ct, { name: "q-transition--field-message" }, () => i),
687
- Z === !0 ? c("div", {
688
- class: "q-field__counter"
689
- }, n.counter !== void 0 ? n.counter() : e.computedCounter.value) : null
690
- ]);
691
- }
692
- function U(h, A) {
693
- return A === null ? null : c("div", {
694
- key: h,
695
- class: "q-field__append q-field__marginal row no-wrap items-center q-anchor--skip"
696
- }, A);
697
- }
698
- let ce = !1;
699
- return ul(() => {
700
- ce = !0;
701
- }), il(() => {
702
- ce === !0 && l.autofocus === !0 && u.focus();
703
- }), l.autofocus === !0 && nl(() => {
704
- u.focus();
705
- }), Ae(() => {
706
- p !== null && clearTimeout(p);
707
- }), Object.assign(u, { focus: L, blur: H }), function() {
708
- const A = e.getControl === void 0 && n.control === void 0 ? {
709
- ...e.splitAttrs.attributes.value,
710
- "data-autofocus": l.autofocus === !0 || void 0,
711
- ...Y.value
712
- } : Y.value;
713
- return c(e.tag.value, {
714
- ref: e.rootRef,
715
- class: [
716
- S.value,
717
- d.class
718
- ],
719
- style: d.style,
720
- ...A
721
- }, [
722
- n.before !== void 0 ? c("div", {
723
- class: "q-field__before q-field__marginal row no-wrap items-center",
724
- onClick: he
725
- }, n.before()) : null,
726
- c("div", {
727
- class: "q-field__inner relative-position col self-stretch"
728
- }, [
729
- c("div", {
730
- ref: e.controlRef,
731
- class: $.value,
732
- tabindex: -1,
733
- ...e.controlEvents
734
- }, X()),
735
- y.value === !0 ? J() : null
736
- ]),
737
- n.after !== void 0 ? c("div", {
738
- class: "q-field__after q-field__marginal row no-wrap items-center",
739
- onClick: he
740
- }, n.after()) : null
741
- ]);
742
- };
743
- }
744
- const Oo = ye({
745
- name: "QField",
746
- inheritAttrs: !1,
747
- props: {
748
- ...qt,
749
- tag: {
750
- type: String,
751
- default: "label"
752
- }
753
- },
754
- emits: hl,
755
- setup() {
756
- return bl(
757
- pl({ tagProp: !0 })
758
- );
759
- }
760
- }), Mo = {
761
- xs: 8,
762
- sm: 10,
763
- md: 14,
764
- lg: 20,
765
- xl: 24
766
- }, Lo = ye({
767
- name: "QChip",
768
- props: {
769
- ...rt,
770
- ...al,
771
- dense: Boolean,
772
- icon: String,
773
- iconRight: String,
774
- iconRemove: String,
775
- iconSelected: String,
776
- label: [String, Number],
777
- color: String,
778
- textColor: String,
779
- modelValue: {
780
- type: Boolean,
781
- default: !0
782
- },
783
- selected: {
784
- type: Boolean,
785
- default: null
786
- },
787
- square: Boolean,
788
- outline: Boolean,
789
- clickable: Boolean,
790
- removable: Boolean,
791
- removeAriaLabel: String,
792
- tabindex: [String, Number],
793
- disable: Boolean,
794
- ripple: {
795
- type: [Boolean, Object],
796
- default: !0
797
- }
798
- },
799
- emits: ["update:modelValue", "update:selected", "remove", "click"],
800
- setup(e, { slots: l, emit: t }) {
801
- const { proxy: { $q: n } } = se(), d = st(e, n), u = rl(e, Mo), a = r(() => e.selected === !0 || e.icon !== void 0), p = r(() => e.selected === !0 ? e.iconSelected || n.iconSet.chip.selected : e.icon), b = r(() => e.iconRemove || n.iconSet.chip.remove), x = r(
802
- () => e.disable === !1 && (e.clickable === !0 || e.selected !== null)
803
- ), v = r(() => {
804
- const S = e.outline === !0 && e.color || e.textColor;
805
- return "q-chip row inline no-wrap items-center" + (e.outline === !1 && e.color !== void 0 ? ` bg-${e.color}` : "") + (S ? ` text-${S} q-chip--colored` : "") + (e.disable === !0 ? " disabled" : "") + (e.dense === !0 ? " q-chip--dense" : "") + (e.outline === !0 ? " q-chip--outline" : "") + (e.selected === !0 ? " q-chip--selected" : "") + (x.value === !0 ? " q-chip--clickable cursor-pointer non-selectable q-hoverable" : "") + (e.square === !0 ? " q-chip--square" : "") + (d.value === !0 ? " q-chip--dark q-dark" : "");
806
- }), C = r(() => {
807
- const S = e.disable === !0 ? { tabindex: -1, "aria-disabled": "true" } : { tabindex: e.tabindex || 0 }, $ = {
808
- ...S,
809
- role: "button",
810
- "aria-hidden": "false",
811
- "aria-label": e.removeAriaLabel || n.lang.label.remove
812
- };
813
- return { chip: S, remove: $ };
814
- });
815
- function k(S) {
816
- S.keyCode === 13 && s(S);
817
- }
818
- function s(S) {
819
- e.disable || (t("update:selected", !e.selected), t("click", S));
820
- }
821
- function y(S) {
822
- (S.keyCode === void 0 || S.keyCode === 13) && (ne(S), e.disable === !1 && (t("update:modelValue", !1), t("remove")));
823
- }
824
- function q() {
825
- const S = [];
826
- x.value === !0 && S.push(
827
- c("div", { class: "q-focus-helper" })
828
- ), a.value === !0 && S.push(
829
- c(_e, {
830
- class: "q-chip__icon q-chip__icon--left",
831
- name: p.value
832
- })
833
- );
834
- const $ = e.label !== void 0 ? [c("div", { class: "ellipsis" }, [e.label])] : void 0;
835
- return S.push(
836
- c("div", {
837
- class: "q-chip__content col row no-wrap items-center q-anchor--skip"
838
- }, Wl(l.default, $))
839
- ), e.iconRight && S.push(
840
- c(_e, {
841
- class: "q-chip__icon q-chip__icon--right",
842
- name: e.iconRight
843
- })
844
- ), e.removable === !0 && S.push(
845
- c(_e, {
846
- class: "q-chip__icon q-chip__icon--remove cursor-pointer",
847
- name: b.value,
848
- ...C.value.remove,
849
- onClick: y,
850
- onKeyup: y
851
- })
852
- ), S;
853
- }
854
- return () => {
855
- if (e.modelValue === !1) return;
856
- const S = {
857
- class: v.value,
858
- style: u.value
859
- };
860
- return x.value === !0 && Object.assign(
861
- S,
862
- C.value.chip,
863
- { onClick: s, onKeyup: k }
864
- ), Ul(
865
- "div",
866
- S,
867
- q(),
868
- "ripple",
869
- e.ripple !== !1 && e.disable !== !0,
870
- () => [[Xl, e.ripple]]
871
- );
872
- };
873
- }
874
- });
875
- function $o(e, l, t) {
876
- function n() {
877
- }
878
- return Ae(() => {
879
- e.value === !0 && void 0;
880
- }), {
881
- removeFromHistory: n,
882
- addToHistory() {
883
- }
884
- };
885
- }
886
- let Ne = 0, pt, bt, Ue, yt = !1, Ut, Wt, Xt, Ve = null;
887
- function Ho(e) {
888
- Po(e) && ne(e);
889
- }
890
- function Po(e) {
891
- if (e.target === document.body || e.target.classList.contains("q-layout__backdrop"))
892
- return !0;
893
- const l = Yl(e), t = e.shiftKey && !e.deltaX, n = !t && Math.abs(e.deltaX) <= Math.abs(e.deltaY), d = t || n ? e.deltaY : e.deltaX;
894
- for (let u = 0; u < l.length; u++) {
895
- const a = l[u];
896
- if (io(a, n))
897
- return n ? d < 0 && a.scrollTop === 0 ? !0 : d > 0 && a.scrollTop + a.clientHeight === a.scrollHeight : d < 0 && a.scrollLeft === 0 ? !0 : d > 0 && a.scrollLeft + a.clientWidth === a.scrollWidth;
898
- }
899
- return !0;
900
- }
901
- function Yt(e) {
902
- e.target === document && (document.scrollingElement.scrollTop = document.scrollingElement.scrollTop);
903
- }
904
- function nt(e) {
905
- yt !== !0 && (yt = !0, requestAnimationFrame(() => {
906
- yt = !1;
907
- const { height: l } = e.target, { clientHeight: t, scrollTop: n } = document.scrollingElement;
908
- (Ue === void 0 || l !== window.innerHeight) && (Ue = t - l, document.scrollingElement.scrollTop = n), n > Ue && (document.scrollingElement.scrollTop -= Math.ceil((n - Ue) / 8));
909
- }));
910
- }
911
- function Zt(e) {
912
- const l = document.body, t = window.visualViewport !== void 0;
913
- if (e === "add") {
914
- const { overflowY: n, overflowX: d } = window.getComputedStyle(l);
915
- pt = no(window), bt = uo(window), Ut = l.style.left, Wt = l.style.top, Xt = window.location.href, l.style.left = `-${pt}px`, l.style.top = `-${bt}px`, d !== "hidden" && (d === "scroll" || l.scrollWidth > window.innerWidth) && l.classList.add("q-body--force-scrollbar-x"), n !== "hidden" && (n === "scroll" || l.scrollHeight > window.innerHeight) && l.classList.add("q-body--force-scrollbar-y"), l.classList.add("q-body--prevent-scroll"), document.qScrollPrevented = !0, xe.is.ios === !0 && (t === !0 ? (window.scrollTo(0, 0), window.visualViewport.addEventListener("resize", nt, qe.passiveCapture), window.visualViewport.addEventListener("scroll", nt, qe.passiveCapture), window.scrollTo(0, 0)) : window.addEventListener("scroll", Yt, qe.passiveCapture));
916
- }
917
- xe.is.desktop === !0 && xe.is.mac === !0 && window[`${e}EventListener`]("wheel", Ho, qe.notPassive), e === "remove" && (xe.is.ios === !0 && (t === !0 ? (window.visualViewport.removeEventListener("resize", nt, qe.passiveCapture), window.visualViewport.removeEventListener("scroll", nt, qe.passiveCapture)) : window.removeEventListener("scroll", Yt, qe.passiveCapture)), l.classList.remove("q-body--prevent-scroll"), l.classList.remove("q-body--force-scrollbar-x"), l.classList.remove("q-body--force-scrollbar-y"), document.qScrollPrevented = !1, l.style.left = Ut, l.style.top = Wt, window.location.href === Xt && window.scrollTo(pt, bt), Ue = void 0);
918
- }
919
- function Do(e) {
920
- let l = "add";
921
- if (e === !0) {
922
- if (Ne++, Ve !== null) {
923
- clearTimeout(Ve), Ve = null;
924
- return;
925
- }
926
- if (Ne > 1) return;
927
- } else {
928
- if (Ne === 0 || (Ne--, Ne > 0)) return;
929
- if (l = "remove", xe.is.ios === !0 && xe.is.nativeMobile === !0) {
930
- Ve !== null && clearTimeout(Ve), Ve = setTimeout(() => {
931
- Zt(l), Ve = null;
932
- }, 100);
933
- return;
934
- }
935
- }
936
- Zt(l);
937
- }
938
- function jo() {
939
- let e;
940
- return {
941
- preventBodyScroll(l) {
942
- l !== e && (e !== void 0 || l === !0) && (e = l, Do(l));
943
- }
944
- };
945
- }
946
- let ut = 0;
947
- const Ko = {
948
- standard: "fixed-full flex-center",
949
- top: "fixed-top justify-center",
950
- bottom: "fixed-bottom justify-center",
951
- right: "fixed-right items-center",
952
- left: "fixed-left items-center"
953
- }, Jt = {
954
- standard: ["scale", "scale"],
955
- top: ["slide-down", "slide-up"],
956
- bottom: ["slide-up", "slide-down"],
957
- right: ["slide-left", "slide-right"],
958
- left: ["slide-right", "slide-left"]
959
- }, No = ye({
960
- name: "QDialog",
961
- inheritAttrs: !1,
962
- props: {
963
- ...so,
964
- ...ro,
965
- transitionShow: String,
966
- // override useTransitionProps
967
- transitionHide: String,
968
- // override useTransitionProps
969
- persistent: Boolean,
970
- autoClose: Boolean,
971
- allowFocusOutside: Boolean,
972
- noEscDismiss: Boolean,
973
- noBackdropDismiss: Boolean,
974
- noRouteDismiss: Boolean,
975
- noRefocus: Boolean,
976
- noFocus: Boolean,
977
- noShake: Boolean,
978
- seamless: Boolean,
979
- maximized: Boolean,
980
- fullWidth: Boolean,
981
- fullHeight: Boolean,
982
- square: Boolean,
983
- backdropFilter: String,
984
- position: {
985
- type: String,
986
- default: "standard",
987
- validator: (e) => ["standard", "top", "bottom", "left", "right"].includes(e)
988
- }
989
- },
990
- emits: [
991
- ...ao,
992
- "shake",
993
- "click",
994
- "escapeKey"
995
- ],
996
- setup(e, { slots: l, emit: t, attrs: n }) {
997
- const d = se(), u = O(null), a = O(!1), p = O(!1);
998
- let b = null, x = null, v, C;
999
- const k = r(
1000
- () => e.persistent !== !0 && e.noRouteDismiss !== !0 && e.seamless !== !0
1001
- ), { preventBodyScroll: s } = jo(), { registerTimeout: y } = co(), { registerTick: q, removeTick: S } = fo(), { transitionProps: $, transitionStyle: j } = vo(
1002
- e,
1003
- () => Jt[e.position][0],
1004
- () => Jt[e.position][1]
1005
- ), _ = r(() => j.value + (e.backdropFilter !== void 0 ? `;backdrop-filter:${e.backdropFilter};-webkit-backdrop-filter:${e.backdropFilter}` : "")), { showPortal: M, hidePortal: Y, portalIsAccessible: R, renderPortal: L } = mo(
1006
- d,
1007
- u,
1008
- z,
1009
- "dialog"
1010
- ), { hide: H } = go({
1011
- showing: a,
1012
- hideOnRouteChange: k,
1013
- handleShow: X,
1014
- handleHide: ue,
1015
- processOnMount: !0
1016
- });
1017
- $o(a);
1018
- const le = r(
1019
- () => `q-dialog__inner flex no-pointer-events q-dialog__inner--${e.maximized === !0 ? "maximized" : "minimized"} q-dialog__inner--${e.position} ${Ko[e.position]}` + (p.value === !0 ? " q-dialog__inner--animating" : "") + (e.fullWidth === !0 ? " q-dialog__inner--fullwidth" : "") + (e.fullHeight === !0 ? " q-dialog__inner--fullheight" : "") + (e.square === !0 ? " q-dialog__inner--square" : "")
1020
- ), W = r(() => a.value === !0 && e.seamless !== !0), oe = r(() => e.autoClose === !0 ? { onClick: Z } : {}), V = r(() => [
1021
- `q-dialog fullscreen no-pointer-events q-dialog--${W.value === !0 ? "modal" : "seamless"}`,
1022
- n.class
1023
- ]);
1024
- G(() => e.maximized, (w) => {
1025
- a.value === !0 && A(w);
1026
- }), G(W, (w) => {
1027
- s(w), w === !0 ? (yo(m), ho(ce)) : (Pt(m), Ht(ce));
1028
- });
1029
- function X(w) {
1030
- var F;
1031
- x = e.noRefocus === !1 && document.activeElement !== null ? document.activeElement : null, A(e.maximized), M(), p.value = !0, e.noFocus !== !0 ? ((F = document.activeElement) == null || F.blur(), q(J)) : S(), y(() => {
1032
- if (d.proxy.$q.platform.is.ios === !0) {
1033
- if (e.seamless !== !0 && document.activeElement) {
1034
- const { top: I, bottom: E } = document.activeElement.getBoundingClientRect(), { innerHeight: K } = window, B = window.visualViewport !== void 0 ? window.visualViewport.height : K;
1035
- I > 0 && E > B / 2 && (document.scrollingElement.scrollTop = Math.min(
1036
- document.scrollingElement.scrollHeight - B,
1037
- E >= K ? 1 / 0 : Math.ceil(document.scrollingElement.scrollTop + E - B / 2)
1038
- )), document.activeElement.scrollIntoView();
1039
- }
1040
- C = !0, u.value.click(), C = !1;
1041
- }
1042
- M(!0), p.value = !1, t("show", w);
1043
- }, e.transitionDuration);
1044
- }
1045
- function ue(w) {
1046
- S(), h(!0), p.value = !0, Y(), x !== null && ((((w == null ? void 0 : w.type.indexOf("key")) === 0 ? x.closest('[tabindex]:not([tabindex^="-"])') : void 0) || x).focus(), x = null), y(() => {
1047
- Y(!0), p.value = !1, t("hide", w);
1048
- }, e.transitionDuration);
1049
- }
1050
- function J(w) {
1051
- dl(() => {
1052
- let F = u.value;
1053
- if (F !== null) {
1054
- if (w !== void 0) {
1055
- const I = F.querySelector(w);
1056
- if (I !== null) {
1057
- I.focus({ preventScroll: !0 });
1058
- return;
1059
- }
1060
- }
1061
- F.contains(document.activeElement) !== !0 && (F = F.querySelector("[autofocus][tabindex], [data-autofocus][tabindex]") || F.querySelector("[autofocus] [tabindex], [data-autofocus] [tabindex]") || F.querySelector("[autofocus], [data-autofocus]") || F, F.focus({ preventScroll: !0 }));
1062
- }
1063
- });
1064
- }
1065
- function U(w) {
1066
- w && typeof w.focus == "function" ? w.focus({ preventScroll: !0 }) : J(), t("shake");
1067
- const F = u.value;
1068
- F !== null && (F.classList.remove("q-animate--scale"), F.classList.add("q-animate--scale"), b !== null && clearTimeout(b), b = setTimeout(() => {
1069
- b = null, u.value !== null && (F.classList.remove("q-animate--scale"), J());
1070
- }, 170));
1071
- }
1072
- function ce() {
1073
- e.seamless !== !0 && (e.persistent === !0 || e.noEscDismiss === !0 ? e.maximized !== !0 && e.noShake !== !0 && U() : (t("escapeKey"), H()));
1074
- }
1075
- function h(w) {
1076
- b !== null && (clearTimeout(b), b = null), (w === !0 || a.value === !0) && (A(!1), e.seamless !== !0 && (s(!1), Pt(m), Ht(ce))), w !== !0 && (x = null);
1077
- }
1078
- function A(w) {
1079
- w === !0 ? v !== !0 && (ut < 1 && document.body.classList.add("q-body--dialog"), ut++, v = !0) : v === !0 && (ut < 2 && document.body.classList.remove("q-body--dialog"), ut--, v = !1);
1080
- }
1081
- function Z(w) {
1082
- C !== !0 && (H(w), t("click", w));
1083
- }
1084
- function i(w) {
1085
- e.persistent !== !0 && e.noBackdropDismiss !== !0 ? H(w) : e.noShake !== !0 && U();
1086
- }
1087
- function m(w) {
1088
- e.allowFocusOutside !== !0 && R.value === !0 && Zl(u.value, w.target) !== !0 && J('[tabindex]:not([tabindex="-1"])');
1089
- }
1090
- Object.assign(d.proxy, {
1091
- // expose public methods
1092
- focus: J,
1093
- shake: U,
1094
- // private but needed by QSelect
1095
- __updateRefocusTarget(w) {
1096
- x = w || null;
1097
- }
1098
- }), Ae(h);
1099
- function z() {
1100
- return c("div", {
1101
- role: "dialog",
1102
- "aria-modal": W.value === !0 ? "true" : "false",
1103
- ...n,
1104
- class: V.value
1105
- }, [
1106
- c(Ct, {
1107
- name: "q-transition--fade",
1108
- appear: !0
1109
- }, () => W.value === !0 ? c("div", {
1110
- class: "q-dialog__backdrop fixed-full",
1111
- style: _.value,
1112
- "aria-hidden": "true",
1113
- tabindex: -1,
1114
- onClick: i
1115
- }) : null),
1116
- c(
1117
- Ct,
1118
- $.value,
1119
- () => a.value === !0 ? c("div", {
1120
- ref: u,
1121
- class: le.value,
1122
- style: j.value,
1123
- tabindex: -1,
1124
- ...oe.value
1125
- }, be(l.default)) : null
1126
- )
1127
- ]);
1128
- }
1129
- return L;
1130
- }
1131
- });
1132
- let at = !1;
1133
- {
1134
- const e = document.createElement("div");
1135
- e.setAttribute("dir", "rtl"), Object.assign(e.style, {
1136
- width: "1px",
1137
- height: "1px",
1138
- overflow: "auto"
1139
- });
1140
- const l = document.createElement("div");
1141
- Object.assign(l.style, {
1142
- width: "1000px",
1143
- height: "1px"
1144
- }), document.body.appendChild(e), e.appendChild(l), e.scrollLeft = -1e3, at = e.scrollLeft >= 0, e.remove();
1145
- }
1146
- const re = 1e3, Qo = [
1147
- "start",
1148
- "center",
1149
- "end",
1150
- "start-force",
1151
- "center-force",
1152
- "end-force"
1153
- ], yl = Array.prototype.filter, Uo = window.getComputedStyle(document.body).overflowAnchor === void 0 ? Jl : function(e, l) {
1154
- e !== null && (e._qOverflowAnimationFrame !== void 0 && cancelAnimationFrame(e._qOverflowAnimationFrame), e._qOverflowAnimationFrame = requestAnimationFrame(() => {
1155
- if (e === null) return;
1156
- e._qOverflowAnimationFrame = void 0;
1157
- const t = e.children || [];
1158
- yl.call(t, (d) => d.dataset && d.dataset.qVsAnchor !== void 0).forEach((d) => {
1159
- delete d.dataset.qVsAnchor;
1160
- });
1161
- const n = t[l];
1162
- n != null && n.dataset && (n.dataset.qVsAnchor = "");
1163
- }));
1164
- };
1165
- function $e(e, l) {
1166
- return e + l;
1167
- }
1168
- function St(e, l, t, n, d, u, a, p) {
1169
- const b = e === window ? document.scrollingElement || document.documentElement : e, x = d === !0 ? "offsetWidth" : "offsetHeight", v = {
1170
- scrollStart: 0,
1171
- scrollViewSize: -a - p,
1172
- scrollMaxSize: 0,
1173
- offsetStart: -a,
1174
- offsetEnd: -p
1175
- };
1176
- if (d === !0 ? (e === window ? (v.scrollStart = window.pageXOffset || window.scrollX || document.body.scrollLeft || 0, v.scrollViewSize += document.documentElement.clientWidth) : (v.scrollStart = b.scrollLeft, v.scrollViewSize += b.clientWidth), v.scrollMaxSize = b.scrollWidth, u === !0 && (v.scrollStart = (at === !0 ? v.scrollMaxSize - v.scrollViewSize : 0) - v.scrollStart)) : (e === window ? (v.scrollStart = window.pageYOffset || window.scrollY || document.body.scrollTop || 0, v.scrollViewSize += document.documentElement.clientHeight) : (v.scrollStart = b.scrollTop, v.scrollViewSize += b.clientHeight), v.scrollMaxSize = b.scrollHeight), t !== null)
1177
- for (let C = t.previousElementSibling; C !== null; C = C.previousElementSibling)
1178
- C.classList.contains("q-virtual-scroll--skip") === !1 && (v.offsetStart += C[x]);
1179
- if (n !== null)
1180
- for (let C = n.nextElementSibling; C !== null; C = C.nextElementSibling)
1181
- C.classList.contains("q-virtual-scroll--skip") === !1 && (v.offsetEnd += C[x]);
1182
- if (l !== e) {
1183
- const C = b.getBoundingClientRect(), k = l.getBoundingClientRect();
1184
- d === !0 ? (v.offsetStart += k.left - C.left, v.offsetEnd -= k.width) : (v.offsetStart += k.top - C.top, v.offsetEnd -= k.height), e !== window && (v.offsetStart += v.scrollStart), v.offsetEnd += v.scrollMaxSize - v.offsetStart;
1185
- }
1186
- return v;
1187
- }
1188
- function Gt(e, l, t, n) {
1189
- l === "end" && (l = (e === window ? document.body : e)[t === !0 ? "scrollWidth" : "scrollHeight"]), e === window ? t === !0 ? (n === !0 && (l = (at === !0 ? document.body.scrollWidth - document.documentElement.clientWidth : 0) - l), window.scrollTo(l, window.pageYOffset || window.scrollY || document.body.scrollTop || 0)) : window.scrollTo(window.pageXOffset || window.scrollX || document.body.scrollLeft || 0, l) : t === !0 ? (n === !0 && (l = (at === !0 ? e.scrollWidth - e.offsetWidth : 0) - l), e.scrollLeft = l) : e.scrollTop = l;
1190
- }
1191
- function Qe(e, l, t, n) {
1192
- if (t >= n)
1193
- return 0;
1194
- const d = l.length, u = Math.floor(t / re), a = Math.floor((n - 1) / re) + 1;
1195
- let p = e.slice(u, a).reduce($e, 0);
1196
- return t % re !== 0 && (p -= l.slice(u * re, t).reduce($e, 0)), n % re !== 0 && n !== d && (p -= l.slice(n, a * re).reduce($e, 0)), p;
1197
- }
1198
- const Wo = {
1199
- virtualScrollSliceSize: {
1200
- type: [Number, String],
1201
- default: 10
1202
- },
1203
- virtualScrollSliceRatioBefore: {
1204
- type: [Number, String],
1205
- default: 1
1206
- },
1207
- virtualScrollSliceRatioAfter: {
1208
- type: [Number, String],
1209
- default: 1
1210
- },
1211
- virtualScrollItemSize: {
1212
- type: [Number, String],
1213
- default: 24
1214
- },
1215
- virtualScrollStickySizeStart: {
1216
- type: [Number, String],
1217
- default: 0
1218
- },
1219
- virtualScrollStickySizeEnd: {
1220
- type: [Number, String],
1221
- default: 0
1222
- },
1223
- tableColspan: [Number, String]
1224
- }, el = {
1225
- virtualScrollHorizontal: Boolean,
1226
- onVirtualScroll: Function,
1227
- ...Wo
1228
- };
1229
- function Xo({
1230
- virtualScrollLength: e,
1231
- getVirtualScrollTarget: l,
1232
- getVirtualScrollEl: t,
1233
- virtualScrollItemSizeComputed: n
1234
- // optional
1235
- }) {
1236
- const d = se(), { props: u, emit: a, proxy: p } = d, { $q: b } = p;
1237
- let x, v, C, k = [], s;
1238
- const y = O(0), q = O(0), S = O({}), $ = O(null), j = O(null), _ = O(null), M = O({ from: 0, to: 0 }), Y = r(() => u.tableColspan !== void 0 ? u.tableColspan : 100);
1239
- n === void 0 && (n = r(() => u.virtualScrollItemSize));
1240
- const R = r(() => n.value + ";" + u.virtualScrollHorizontal), L = r(
1241
- () => R.value + ";" + u.virtualScrollSliceRatioBefore + ";" + u.virtualScrollSliceRatioAfter
1242
- );
1243
- G(L, () => {
1244
- U();
1245
- }), G(R, H);
1246
- function H() {
1247
- J(v, !0);
1248
- }
1249
- function le(i) {
1250
- J(i === void 0 ? v : i);
1251
- }
1252
- function W(i, m) {
1253
- const z = l();
1254
- if (z == null || z.nodeType === 8) return;
1255
- const w = St(
1256
- z,
1257
- t(),
1258
- $.value,
1259
- j.value,
1260
- u.virtualScrollHorizontal,
1261
- b.lang.rtl,
1262
- u.virtualScrollStickySizeStart,
1263
- u.virtualScrollStickySizeEnd
1264
- );
1265
- C !== w.scrollViewSize && U(w.scrollViewSize), V(
1266
- z,
1267
- w,
1268
- Math.min(e.value - 1, Math.max(0, parseInt(i, 10) || 0)),
1269
- 0,
1270
- Qo.indexOf(m) !== -1 ? m : v !== -1 && i > v ? "end" : "start"
1271
- );
1272
- }
1273
- function oe() {
1274
- const i = l();
1275
- if (i == null || i.nodeType === 8) return;
1276
- const m = St(
1277
- i,
1278
- t(),
1279
- $.value,
1280
- j.value,
1281
- u.virtualScrollHorizontal,
1282
- b.lang.rtl,
1283
- u.virtualScrollStickySizeStart,
1284
- u.virtualScrollStickySizeEnd
1285
- ), z = e.value - 1, w = m.scrollMaxSize - m.offsetStart - m.offsetEnd - q.value;
1286
- if (x === m.scrollStart) return;
1287
- if (m.scrollMaxSize <= 0) {
1288
- V(i, m, 0, 0);
1289
- return;
1290
- }
1291
- C !== m.scrollViewSize && U(m.scrollViewSize), X(M.value.from);
1292
- const F = Math.floor(m.scrollMaxSize - Math.max(m.scrollViewSize, m.offsetEnd) - Math.min(s[z], m.scrollViewSize / 2));
1293
- if (F > 0 && Math.ceil(m.scrollStart) >= F) {
1294
- V(
1295
- i,
1296
- m,
1297
- z,
1298
- m.scrollMaxSize - m.offsetEnd - k.reduce($e, 0)
1299
- );
1300
- return;
1301
- }
1302
- let I = 0, E = m.scrollStart - m.offsetStart, K = E;
1303
- if (E <= w && E + m.scrollViewSize >= y.value)
1304
- E -= y.value, I = M.value.from, K = E;
1305
- else
1306
- for (let B = 0; E >= k[B] && I < z; B++)
1307
- E -= k[B], I += re;
1308
- for (; E > 0 && I < z; )
1309
- E -= s[I], E > -m.scrollViewSize ? (I++, K = E) : K = s[I] + E;
1310
- V(
1311
- i,
1312
- m,
1313
- I,
1314
- K
1315
- );
1316
- }
1317
- function V(i, m, z, w, F) {
1318
- const I = typeof F == "string" && F.indexOf("-force") !== -1, E = I === !0 ? F.replace("-force", "") : F, K = E !== void 0 ? E : "start";
1319
- let B = Math.max(0, z - S.value[K]), ee = B + S.value.total;
1320
- ee > e.value && (ee = e.value, B = Math.max(0, ee - S.value.total)), x = m.scrollStart;
1321
- const me = B !== M.value.from || ee !== M.value.to;
1322
- if (me === !1 && E === void 0) {
1323
- h(z);
1324
- return;
1325
- }
1326
- const { activeElement: We } = document, ie = _.value;
1327
- me === !0 && ie !== null && ie !== We && ie.contains(We) === !0 && (ie.addEventListener("focusout", ue), setTimeout(() => {
1328
- ie == null || ie.removeEventListener("focusout", ue);
1329
- })), Uo(ie, z - B);
1330
- const Xe = E !== void 0 ? s.slice(B, z).reduce($e, 0) : 0;
1331
- if (me === !0) {
1332
- const Se = ee >= M.value.from && B <= M.value.to ? M.value.to : ee;
1333
- M.value = { from: B, to: Se }, y.value = Qe(k, s, 0, B), q.value = Qe(k, s, ee, e.value), requestAnimationFrame(() => {
1334
- M.value.to !== ee && x === m.scrollStart && (M.value = { from: M.value.from, to: ee }, q.value = Qe(k, s, ee, e.value));
1335
- });
1336
- }
1337
- requestAnimationFrame(() => {
1338
- if (x !== m.scrollStart) return;
1339
- me === !0 && X(B);
1340
- const Se = s.slice(B, z).reduce($e, 0), we = Se + m.offsetStart + y.value, Ye = we + s[z];
1341
- let He = we + w;
1342
- if (E !== void 0) {
1343
- const ct = Se - Xe, Pe = m.scrollStart + ct;
1344
- He = I !== !0 && Pe < we && Ye < Pe + m.scrollViewSize ? Pe : E === "end" ? Ye - m.scrollViewSize : we - (E === "start" ? 0 : Math.round((m.scrollViewSize - s[z]) / 2));
1345
- }
1346
- x = He, Gt(
1347
- i,
1348
- He,
1349
- u.virtualScrollHorizontal,
1350
- b.lang.rtl
1351
- ), h(z);
1352
- });
1353
- }
1354
- function X(i) {
1355
- const m = _.value;
1356
- if (m) {
1357
- const z = yl.call(
1358
- m.children,
1359
- (B) => B.classList && B.classList.contains("q-virtual-scroll--skip") === !1
1360
- ), w = z.length, F = u.virtualScrollHorizontal === !0 ? (B) => B.getBoundingClientRect().width : (B) => B.offsetHeight;
1361
- let I = i, E, K;
1362
- for (let B = 0; B < w; ) {
1363
- for (E = F(z[B]), B++; B < w && z[B].classList.contains("q-virtual-scroll--with-prev") === !0; )
1364
- E += F(z[B]), B++;
1365
- K = E - s[I], K !== 0 && (s[I] += K, k[Math.floor(I / re)] += K), I++;
1366
- }
1367
- }
1368
- }
1369
- function ue() {
1370
- var i;
1371
- (i = _.value) == null || i.focus();
1372
- }
1373
- function J(i, m) {
1374
- const z = 1 * n.value;
1375
- (m === !0 || Array.isArray(s) === !1) && (s = []);
1376
- const w = s.length;
1377
- s.length = e.value;
1378
- for (let I = e.value - 1; I >= w; I--)
1379
- s[I] = z;
1380
- const F = Math.floor((e.value - 1) / re);
1381
- k = [];
1382
- for (let I = 0; I <= F; I++) {
1383
- let E = 0;
1384
- const K = Math.min((I + 1) * re, e.value);
1385
- for (let B = I * re; B < K; B++)
1386
- E += s[B];
1387
- k.push(E);
1388
- }
1389
- v = -1, x = void 0, y.value = Qe(k, s, 0, M.value.from), q.value = Qe(k, s, M.value.to, e.value), i >= 0 ? (X(M.value.from), ve(() => {
1390
- W(i);
1391
- })) : A();
1392
- }
1393
- function U(i) {
1394
- if (i === void 0 && typeof window < "u") {
1395
- const E = l();
1396
- E != null && E.nodeType !== 8 && (i = St(
1397
- E,
1398
- t(),
1399
- $.value,
1400
- j.value,
1401
- u.virtualScrollHorizontal,
1402
- b.lang.rtl,
1403
- u.virtualScrollStickySizeStart,
1404
- u.virtualScrollStickySizeEnd
1405
- ).scrollViewSize);
1406
- }
1407
- C = i;
1408
- const m = parseFloat(u.virtualScrollSliceRatioBefore) || 0, z = parseFloat(u.virtualScrollSliceRatioAfter) || 0, w = 1 + m + z, F = i === void 0 || i <= 0 ? 1 : Math.ceil(i / n.value), I = Math.max(
1409
- 1,
1410
- F,
1411
- Math.ceil((u.virtualScrollSliceSize > 0 ? u.virtualScrollSliceSize : 10) / w)
1412
- );
1413
- S.value = {
1414
- total: Math.ceil(I * w),
1415
- start: Math.ceil(I * m),
1416
- center: Math.ceil(I * (0.5 + m)),
1417
- end: Math.ceil(I * (1 + m)),
1418
- view: F
1419
- };
1420
- }
1421
- function ce(i, m) {
1422
- const z = u.virtualScrollHorizontal === !0 ? "width" : "height", w = {
1423
- ["--q-virtual-scroll-item-" + z]: n.value + "px"
1424
- };
1425
- return [
1426
- i === "tbody" ? c(i, {
1427
- class: "q-virtual-scroll__padding",
1428
- key: "before",
1429
- ref: $
1430
- }, [
1431
- c("tr", [
1432
- c("td", {
1433
- style: { [z]: `${y.value}px`, ...w },
1434
- colspan: Y.value
1435
- })
1436
- ])
1437
- ]) : c(i, {
1438
- class: "q-virtual-scroll__padding",
1439
- key: "before",
1440
- ref: $,
1441
- style: { [z]: `${y.value}px`, ...w }
1442
- }),
1443
- c(i, {
1444
- class: "q-virtual-scroll__content",
1445
- key: "content",
1446
- ref: _,
1447
- tabindex: -1
1448
- }, m.flat()),
1449
- i === "tbody" ? c(i, {
1450
- class: "q-virtual-scroll__padding",
1451
- key: "after",
1452
- ref: j
1453
- }, [
1454
- c("tr", [
1455
- c("td", {
1456
- style: { [z]: `${q.value}px`, ...w },
1457
- colspan: Y.value
1458
- })
1459
- ])
1460
- ]) : c(i, {
1461
- class: "q-virtual-scroll__padding",
1462
- key: "after",
1463
- ref: j,
1464
- style: { [z]: `${q.value}px`, ...w }
1465
- })
1466
- ];
1467
- }
1468
- function h(i) {
1469
- v !== i && (u.onVirtualScroll !== void 0 && a("virtualScroll", {
1470
- index: i,
1471
- from: M.value.from,
1472
- to: M.value.to - 1,
1473
- direction: i < v ? "decrease" : "increase",
1474
- ref: p
1475
- }), v = i);
1476
- }
1477
- U();
1478
- const A = gl(
1479
- oe,
1480
- b.platform.is.ios === !0 ? 120 : 35
1481
- );
1482
- Ml(() => {
1483
- U();
1484
- });
1485
- let Z = !1;
1486
- return ul(() => {
1487
- Z = !0;
1488
- }), il(() => {
1489
- if (Z !== !0) return;
1490
- const i = l();
1491
- x !== void 0 && i !== void 0 && i !== null && i.nodeType !== 8 ? Gt(
1492
- i,
1493
- x,
1494
- u.virtualScrollHorizontal,
1495
- b.lang.rtl
1496
- ) : W(v);
1497
- }), Ae(() => {
1498
- A.cancel();
1499
- }), Object.assign(p, { scrollTo: W, reset: H, refresh: le }), {
1500
- virtualScrollSliceRange: M,
1501
- virtualScrollSliceSizeComputed: S,
1502
- setVirtualScrollSize: U,
1503
- onVirtualScrollEvt: A,
1504
- localResetVirtualScroll: J,
1505
- padVirtualScroll: ce,
1506
- scrollTo: W,
1507
- reset: H,
1508
- refresh: le
1509
- };
1510
- }
1511
- const Yo = /[\u3000-\u303f\u3040-\u309f\u30a0-\u30ff\uff00-\uff9f\u4e00-\u9faf\u3400-\u4dbf]/, Zo = /[\u4e00-\u9fff\u3400-\u4dbf\u{20000}-\u{2a6df}\u{2a700}-\u{2b73f}\u{2b740}-\u{2b81f}\u{2b820}-\u{2ceaf}\uf900-\ufaff\u3300-\u33ff\ufe30-\ufe4f\uf900-\ufaff\u{2f800}-\u{2fa1f}]/u, Jo = /[\u3131-\u314e\u314f-\u3163\uac00-\ud7a3]/, Go = /[a-z0-9_ -]$/i;
1512
- function en(e) {
1513
- return function(t) {
1514
- if (t.type === "compositionend" || t.type === "change") {
1515
- if (t.target.qComposing !== !0) return;
1516
- t.target.qComposing = !1, e(t);
1517
- } else t.type === "compositionupdate" && t.target.qComposing !== !0 && typeof t.data == "string" && (xe.is.firefox === !0 ? Go.test(t.data) === !1 : Yo.test(t.data) === !0 || Zo.test(t.data) === !0 || Jo.test(t.data) === !0) === !0 && (t.target.qComposing = !0);
1518
- };
1519
- }
1520
- function pe(e, l) {
1521
- if (e === l)
1522
- return !0;
1523
- if (e !== null && l !== null && typeof e == "object" && typeof l == "object") {
1524
- if (e.constructor !== l.constructor)
1525
- return !1;
1526
- let t, n;
1527
- if (e.constructor === Array) {
1528
- if (t = e.length, t !== l.length)
1529
- return !1;
1530
- for (n = t; n-- !== 0; )
1531
- if (pe(e[n], l[n]) !== !0)
1532
- return !1;
1533
- return !0;
1534
- }
1535
- if (e.constructor === Map) {
1536
- if (e.size !== l.size)
1537
- return !1;
1538
- let u = e.entries();
1539
- for (n = u.next(); n.done !== !0; ) {
1540
- if (l.has(n.value[0]) !== !0)
1541
- return !1;
1542
- n = u.next();
1543
- }
1544
- for (u = e.entries(), n = u.next(); n.done !== !0; ) {
1545
- if (pe(n.value[1], l.get(n.value[0])) !== !0)
1546
- return !1;
1547
- n = u.next();
1548
- }
1549
- return !0;
1550
- }
1551
- if (e.constructor === Set) {
1552
- if (e.size !== l.size)
1553
- return !1;
1554
- const u = e.entries();
1555
- for (n = u.next(); n.done !== !0; ) {
1556
- if (l.has(n.value[0]) !== !0)
1557
- return !1;
1558
- n = u.next();
1559
- }
1560
- return !0;
1561
- }
1562
- if (e.buffer != null && e.buffer.constructor === ArrayBuffer) {
1563
- if (t = e.length, t !== l.length)
1564
- return !1;
1565
- for (n = t; n-- !== 0; )
1566
- if (e[n] !== l[n])
1567
- return !1;
1568
- return !0;
1569
- }
1570
- if (e.constructor === RegExp)
1571
- return e.source === l.source && e.flags === l.flags;
1572
- if (e.valueOf !== Object.prototype.valueOf)
1573
- return e.valueOf() === l.valueOf();
1574
- if (e.toString !== Object.prototype.toString)
1575
- return e.toString() === l.toString();
1576
- const d = Object.keys(e).filter((u) => e[u] !== void 0);
1577
- if (t = d.length, t !== Object.keys(l).filter((u) => l[u] !== void 0).length)
1578
- return !1;
1579
- for (n = t; n-- !== 0; ) {
1580
- const u = d[n];
1581
- if (pe(e[u], l[u]) !== !0)
1582
- return !1;
1583
- }
1584
- return !0;
1585
- }
1586
- return e !== e && l !== l;
1587
- }
1588
- function tl(e, l, t) {
1589
- if (t <= l)
1590
- return l;
1591
- const n = t - l + 1;
1592
- let d = l + (e - l) % n;
1593
- return d < l && (d = n + d), d === 0 ? 0 : d;
1594
- }
1595
- const ll = (e) => ["add", "add-unique", "toggle"].includes(e), tn = ".*+?^${}()|[]\\", ln = Object.keys(qt);
1596
- function wt(e, l) {
1597
- if (typeof e == "function") return e;
1598
- const t = e !== void 0 ? e : l;
1599
- return (n) => n !== null && typeof n == "object" && t in n ? n[t] : n;
1600
- }
1601
- const on = ye({
1602
- name: "QSelect",
1603
- inheritAttrs: !1,
1604
- props: {
1605
- ...el,
1606
- ...fl,
1607
- ...qt,
1608
- // override of useFieldProps > modelValue
1609
- modelValue: {
1610
- required: !0
1611
- },
1612
- multiple: Boolean,
1613
- displayValue: [String, Number],
1614
- displayValueHtml: Boolean,
1615
- dropdownIcon: String,
1616
- options: {
1617
- type: Array,
1618
- default: () => []
1619
- },
1620
- optionValue: [Function, String],
1621
- optionLabel: [Function, String],
1622
- optionDisable: [Function, String],
1623
- hideSelected: Boolean,
1624
- hideDropdownIcon: Boolean,
1625
- fillInput: Boolean,
1626
- maxValues: [Number, String],
1627
- optionsDense: Boolean,
1628
- optionsDark: {
1629
- type: Boolean,
1630
- default: null
1631
- },
1632
- optionsSelectedClass: String,
1633
- optionsHtml: Boolean,
1634
- optionsCover: Boolean,
1635
- menuShrink: Boolean,
1636
- menuAnchor: String,
1637
- menuSelf: String,
1638
- menuOffset: Array,
1639
- popupContentClass: String,
1640
- popupContentStyle: [String, Array, Object],
1641
- popupNoRouteDismiss: Boolean,
1642
- useInput: Boolean,
1643
- useChips: Boolean,
1644
- newValueMode: {
1645
- type: String,
1646
- validator: ll
1647
- },
1648
- mapOptions: Boolean,
1649
- emitValue: Boolean,
1650
- disableTabSelection: Boolean,
1651
- inputDebounce: {
1652
- type: [Number, String],
1653
- default: 500
1654
- },
1655
- inputClass: [Array, String, Object],
1656
- inputStyle: [Array, String, Object],
1657
- tabindex: {
1658
- type: [String, Number],
1659
- default: 0
1660
- },
1661
- autocomplete: String,
1662
- transitionShow: {},
1663
- transitionHide: {},
1664
- transitionDuration: {},
1665
- behavior: {
1666
- type: String,
1667
- validator: (e) => ["default", "menu", "dialog"].includes(e),
1668
- default: "default"
1669
- },
1670
- // override of useVirtualScrollProps > virtualScrollItemSize (no default)
1671
- virtualScrollItemSize: el.virtualScrollItemSize.type,
1672
- onNewValue: Function,
1673
- onFilter: Function
1674
- },
1675
- emits: [
1676
- ...hl,
1677
- "add",
1678
- "remove",
1679
- "inputValue",
1680
- "keyup",
1681
- "keypress",
1682
- "keydown",
1683
- "popupShow",
1684
- "popupHide",
1685
- "filterAbort"
1686
- ],
1687
- setup(e, { slots: l, emit: t }) {
1688
- const { proxy: n } = se(), { $q: d } = n, u = O(!1), a = O(!1), p = O(-1), b = O(""), x = O(!1), v = O(!1);
1689
- let C = null, k = null, s, y, q, S = null, $, j, _, M;
1690
- const Y = O(null), R = O(null), L = O(null), H = O(null), le = O(null), W = Co(e), oe = en(It), V = r(() => Array.isArray(e.options) ? e.options.length : 0), X = r(() => e.virtualScrollItemSize === void 0 ? e.optionsDense === !0 ? 24 : 48 : e.virtualScrollItemSize), {
1691
- virtualScrollSliceRange: ue,
1692
- virtualScrollSliceSizeComputed: J,
1693
- localResetVirtualScroll: U,
1694
- padVirtualScroll: ce,
1695
- onVirtualScrollEvt: h,
1696
- scrollTo: A,
1697
- setVirtualScrollSize: Z
1698
- } = Xo({
1699
- virtualScrollLength: V,
1700
- getVirtualScrollTarget: kl,
1701
- getVirtualScrollEl: Rt,
1702
- virtualScrollItemSizeComputed: X
1703
- }), i = pl(), m = r(() => {
1704
- const o = e.mapOptions === !0 && e.multiple !== !0, f = e.modelValue !== void 0 && (e.modelValue !== null || o === !0) ? e.multiple === !0 && Array.isArray(e.modelValue) ? e.modelValue : [e.modelValue] : [];
1705
- if (e.mapOptions === !0 && Array.isArray(e.options) === !0) {
1706
- const g = e.mapOptions === !0 && s !== void 0 ? s : [], T = f.map((P) => Cl(P, g));
1707
- return e.modelValue === null && o === !0 ? T.filter((P) => P !== null) : T;
1708
- }
1709
- return f;
1710
- }), z = r(() => {
1711
- const o = {};
1712
- return ln.forEach((f) => {
1713
- const g = e[f];
1714
- g !== void 0 && (o[f] = g);
1715
- }), o;
1716
- }), w = r(() => e.optionsDark === null ? i.isDark.value : e.optionsDark), F = r(() => kt(m.value)), I = r(() => {
1717
- let o = "q-field__input q-placeholder col";
1718
- return e.hideSelected === !0 || m.value.length === 0 ? [o, e.inputClass] : (o += " q-field__input--padding", e.inputClass === void 0 ? o : [o, e.inputClass]);
1719
- }), E = r(
1720
- () => (e.virtualScrollHorizontal === !0 ? "q-virtual-scroll--horizontal" : "") + (e.popupContentClass ? " " + e.popupContentClass : "")
1721
- ), K = r(() => V.value === 0), B = r(
1722
- () => m.value.map((o) => te.value(o)).join(", ")
1723
- ), ee = r(() => e.displayValue !== void 0 ? e.displayValue : B.value), me = r(() => e.optionsHtml === !0 ? () => !0 : (o) => (o == null ? void 0 : o.html) === !0), We = r(() => e.displayValueHtml === !0 || e.displayValue === void 0 && (e.optionsHtml === !0 || m.value.some(me.value))), ie = r(() => i.focused.value === !0 ? e.tabindex : -1), Xe = r(() => {
1724
- const o = {
1725
- tabindex: e.tabindex,
1726
- role: "combobox",
1727
- "aria-label": e.label,
1728
- "aria-readonly": e.readonly === !0 ? "true" : "false",
1729
- "aria-autocomplete": e.useInput === !0 ? "list" : "none",
1730
- "aria-expanded": u.value === !0 ? "true" : "false",
1731
- "aria-controls": `${i.targetUid.value}_lb`
1732
- };
1733
- return p.value >= 0 && (o["aria-activedescendant"] = `${i.targetUid.value}_${p.value}`), o;
1734
- }), Se = r(() => ({
1735
- id: `${i.targetUid.value}_lb`,
1736
- role: "listbox",
1737
- "aria-multiselectable": e.multiple === !0 ? "true" : "false"
1738
- })), we = r(() => m.value.map((o, f) => ({
1739
- index: f,
1740
- opt: o,
1741
- html: me.value(o),
1742
- selected: !0,
1743
- removeAtIndex: wl,
1744
- toggleOption: Ce,
1745
- tabindex: ie.value
1746
- }))), Ye = r(() => {
1747
- if (V.value === 0)
1748
- return [];
1749
- const { from: o, to: f } = ue.value;
1750
- return e.options.slice(o, f).map((g, T) => {
1751
- const P = Be.value(g) === !0, N = ft(g) === !0, D = o + T, Q = {
1752
- clickable: !0,
1753
- active: N,
1754
- activeClass: Pe.value,
1755
- manualFocus: !0,
1756
- focused: !1,
1757
- disable: P,
1758
- tabindex: -1,
1759
- dense: e.optionsDense,
1760
- dark: w.value,
1761
- role: "option",
1762
- "aria-selected": N === !0 ? "true" : "false",
1763
- id: `${i.targetUid.value}_${D}`,
1764
- onClick: () => {
1765
- Ce(g);
1766
- }
1767
- };
1768
- return P !== !0 && (p.value === D && (Q.focused = !0), d.platform.is.desktop === !0 && (Q.onMousemove = () => {
1769
- u.value === !0 && Ee(D);
1770
- })), {
1771
- index: D,
1772
- opt: g,
1773
- html: me.value(g),
1774
- label: te.value(g),
1775
- selected: Q.active,
1776
- focused: Q.focused,
1777
- toggleOption: Ce,
1778
- setOptionIndex: Ee,
1779
- itemProps: Q
1780
- };
1781
- });
1782
- }), He = r(() => e.dropdownIcon !== void 0 ? e.dropdownIcon : d.iconSet.arrow.dropdown), ct = r(
1783
- () => e.optionsCover === !1 && e.outlined !== !0 && e.standout !== !0 && e.borderless !== !0 && e.rounded !== !0
1784
- ), Pe = r(() => e.optionsSelectedClass !== void 0 ? e.optionsSelectedClass : e.color !== void 0 ? `text-${e.color}` : ""), de = r(() => wt(e.optionValue, "value")), te = r(() => wt(e.optionLabel, "label")), Be = r(() => wt(e.optionDisable, "disable")), Ze = r(() => m.value.map(de.value)), Sl = r(() => {
1785
- const o = {
1786
- onInput: It,
1787
- // Safari < 10.2 & UIWebView doesn't fire compositionend when
1788
- // switching focus before confirming composition choice
1789
- // this also fixes the issue where some browsers e.g. iOS Chrome
1790
- // fires "change" instead of "input" on autocomplete.
1791
- onChange: oe,
1792
- onKeydown: zt,
1793
- onKeyup: Bt,
1794
- onKeypress: Et,
1795
- onFocus: _t,
1796
- onClick(f) {
1797
- y === !0 && Le(f);
1798
- }
1799
- };
1800
- return o.onCompositionstart = o.onCompositionupdate = o.onCompositionend = oe, o;
1801
- });
1802
- G(m, (o) => {
1803
- s = o, e.useInput === !0 && e.fillInput === !0 && e.multiple !== !0 && i.innerLoading.value !== !0 && (a.value !== !0 && u.value !== !0 || F.value !== !0) && (q !== !0 && Ie(), (a.value === !0 || u.value === !0) && ze(""));
1804
- }, { immediate: !0 }), G(() => e.fillInput, Ie), G(u, vt), G(V, Tl);
1805
- function Vt(o) {
1806
- return e.emitValue === !0 ? de.value(o) : o;
1807
- }
1808
- function dt(o) {
1809
- if (o !== -1 && o < m.value.length)
1810
- if (e.multiple === !0) {
1811
- const f = e.modelValue.slice();
1812
- t("remove", { index: o, value: f.splice(o, 1)[0] }), t("update:modelValue", f);
1813
- } else
1814
- t("update:modelValue", null);
1815
- }
1816
- function wl(o) {
1817
- dt(o), i.focus();
1818
- }
1819
- function xt(o, f) {
1820
- const g = Vt(o);
1821
- if (e.multiple !== !0) {
1822
- e.fillInput === !0 && De(
1823
- te.value(o),
1824
- !0,
1825
- !0
1826
- ), t("update:modelValue", g);
1827
- return;
1828
- }
1829
- if (m.value.length === 0) {
1830
- t("add", { index: 0, value: g }), t("update:modelValue", e.multiple === !0 ? [g] : g);
1831
- return;
1832
- }
1833
- if (f === !0 && ft(o) === !0 || e.maxValues !== void 0 && e.modelValue.length >= e.maxValues) return;
1834
- const T = e.modelValue.slice();
1835
- t("add", { index: T.length, value: g }), T.push(g), t("update:modelValue", T);
1836
- }
1837
- function Ce(o, f) {
1838
- var N;
1839
- if (i.editable.value !== !0 || o === void 0 || Be.value(o) === !0) return;
1840
- const g = de.value(o);
1841
- if (e.multiple !== !0) {
1842
- f !== !0 && (De(
1843
- e.fillInput === !0 ? te.value(o) : "",
1844
- !0,
1845
- !0
1846
- ), ke()), (N = R.value) == null || N.focus(), (m.value.length === 0 || pe(de.value(m.value[0]), g) !== !0) && t("update:modelValue", e.emitValue === !0 ? g : o);
1847
- return;
1848
- }
1849
- if ((y !== !0 || x.value === !0) && i.focus(), _t(), m.value.length === 0) {
1850
- const D = e.emitValue === !0 ? g : o;
1851
- t("add", { index: 0, value: D }), t("update:modelValue", e.multiple === !0 ? [D] : D);
1852
- return;
1853
- }
1854
- const T = e.modelValue.slice(), P = Ze.value.findIndex((D) => pe(D, g));
1855
- if (P !== -1)
1856
- t("remove", { index: P, value: T.splice(P, 1)[0] });
1857
- else {
1858
- if (e.maxValues !== void 0 && T.length >= e.maxValues) return;
1859
- const D = e.emitValue === !0 ? g : o;
1860
- t("add", { index: T.length, value: D }), T.push(D);
1861
- }
1862
- t("update:modelValue", T);
1863
- }
1864
- function Ee(o) {
1865
- if (d.platform.is.desktop !== !0) return;
1866
- const f = o !== -1 && o < V.value ? o : -1;
1867
- p.value !== f && (p.value = f);
1868
- }
1869
- function Je(o = 1, f) {
1870
- if (u.value === !0) {
1871
- let g = p.value;
1872
- do
1873
- g = tl(
1874
- g + o,
1875
- -1,
1876
- V.value - 1
1877
- );
1878
- while (g !== -1 && g !== p.value && Be.value(e.options[g]) === !0);
1879
- p.value !== g && (Ee(g), A(g), f !== !0 && e.useInput === !0 && e.fillInput === !0 && Ge(
1880
- g >= 0 ? te.value(e.options[g]) : $,
1881
- !0
1882
- ));
1883
- }
1884
- }
1885
- function Cl(o, f) {
1886
- const g = (T) => pe(de.value(T), o);
1887
- return e.options.find(g) || f.find(g) || o;
1888
- }
1889
- function ft(o) {
1890
- const f = de.value(o);
1891
- return Ze.value.find((g) => pe(g, f)) !== void 0;
1892
- }
1893
- function _t(o) {
1894
- e.useInput === !0 && R.value !== null && (o === void 0 || R.value === o.target && o.target.value === B.value) && R.value.select();
1895
- }
1896
- function At(o) {
1897
- cl(o, 27) === !0 && u.value === !0 && (Le(o), ke(), Ie()), t("keyup", o);
1898
- }
1899
- function Bt(o) {
1900
- const { value: f } = o.target;
1901
- if (o.keyCode !== void 0) {
1902
- At(o);
1903
- return;
1904
- }
1905
- if (o.target.value = "", C !== null && (clearTimeout(C), C = null), k !== null && (clearTimeout(k), k = null), Ie(), typeof f == "string" && f.length !== 0) {
1906
- const g = f.toLocaleLowerCase(), T = (N) => {
1907
- const D = e.options.find((Q) => String(N.value(Q)).toLocaleLowerCase() === g);
1908
- return D === void 0 ? !1 : (m.value.indexOf(D) === -1 ? Ce(D) : ke(), !0);
1909
- }, P = (N) => {
1910
- T(de) !== !0 && N !== !0 && T(te) !== !0 && ze(f, !0, () => P(!0));
1911
- };
1912
- P();
1913
- } else
1914
- i.clearValue(o);
1915
- }
1916
- function Et(o) {
1917
- t("keypress", o);
1918
- }
1919
- function zt(o) {
1920
- if (t("keydown", o), Gl(o) === !0) return;
1921
- const f = b.value.length !== 0 && (e.newValueMode !== void 0 || e.onNewValue !== void 0), g = o.shiftKey !== !0 && e.disableTabSelection !== !0 && e.multiple !== !0 && (p.value !== -1 || f === !0);
1922
- if (o.keyCode === 27) {
1923
- he(o);
1924
- return;
1925
- }
1926
- if (o.keyCode === 9 && g === !1) {
1927
- Re();
1928
- return;
1929
- }
1930
- if (o.target === void 0 || o.target.id !== i.targetUid.value || i.editable.value !== !0) return;
1931
- if (o.keyCode === 40 && i.innerLoading.value !== !0 && u.value === !1) {
1932
- ne(o), Fe();
1933
- return;
1934
- }
1935
- if (o.keyCode === 8 && (e.useChips === !0 || e.clearable === !0) && e.hideSelected !== !0 && b.value.length === 0) {
1936
- e.multiple === !0 && Array.isArray(e.modelValue) === !0 ? dt(e.modelValue.length - 1) : e.multiple !== !0 && e.modelValue !== null && t("update:modelValue", null);
1937
- return;
1938
- }
1939
- (o.keyCode === 35 || o.keyCode === 36) && (typeof b.value != "string" || b.value.length === 0) && (ne(o), p.value = -1, Je(o.keyCode === 36 ? 1 : -1, e.multiple)), (o.keyCode === 33 || o.keyCode === 34) && J.value !== void 0 && (ne(o), p.value = Math.max(
1940
- -1,
1941
- Math.min(
1942
- V.value,
1943
- p.value + (o.keyCode === 33 ? -1 : 1) * J.value.view
1944
- )
1945
- ), Je(o.keyCode === 33 ? 1 : -1, e.multiple)), (o.keyCode === 38 || o.keyCode === 40) && (ne(o), Je(o.keyCode === 38 ? -1 : 1, e.multiple));
1946
- const T = V.value;
1947
- if ((_ === void 0 || M < Date.now()) && (_ = ""), T > 0 && e.useInput !== !0 && o.key !== void 0 && o.key.length === 1 && o.altKey === !1 && o.ctrlKey === !1 && o.metaKey === !1 && (o.keyCode !== 32 || _.length !== 0)) {
1948
- u.value !== !0 && Fe(o);
1949
- const P = o.key.toLocaleLowerCase(), N = _.length === 1 && _[0] === P;
1950
- M = Date.now() + 1500, N === !1 && (ne(o), _ += P);
1951
- const D = new RegExp("^" + _.split("").map((Te) => tn.indexOf(Te) !== -1 ? "\\" + Te : Te).join(".*"), "i");
1952
- let Q = p.value;
1953
- if (N === !0 || Q < 0 || D.test(te.value(e.options[Q])) !== !0)
1954
- do
1955
- Q = tl(Q + 1, -1, T - 1);
1956
- while (Q !== p.value && (Be.value(e.options[Q]) === !0 || D.test(te.value(e.options[Q])) !== !0));
1957
- p.value !== Q && ve(() => {
1958
- Ee(Q), A(Q), Q >= 0 && e.useInput === !0 && e.fillInput === !0 && Ge(te.value(e.options[Q]), !0);
1959
- });
1960
- return;
1961
- }
1962
- if (!(o.keyCode !== 13 && (o.keyCode !== 32 || e.useInput === !0 || _ !== "") && (o.keyCode !== 9 || g === !1))) {
1963
- if (o.keyCode !== 9 && ne(o), p.value !== -1 && p.value < T) {
1964
- Ce(e.options[p.value]);
1965
- return;
1966
- }
1967
- if (f === !0) {
1968
- const P = (N, D) => {
1969
- var Te;
1970
- if (D) {
1971
- if (ll(D) !== !0) return;
1972
- } else
1973
- D = e.newValueMode;
1974
- if (De("", e.multiple !== !0, !0), N == null) return;
1975
- (D === "toggle" ? Ce : xt)(N, D === "add-unique"), e.multiple !== !0 && ((Te = R.value) == null || Te.focus(), ke());
1976
- };
1977
- if (e.onNewValue !== void 0 ? t("newValue", b.value, P) : P(b.value), e.multiple !== !0) return;
1978
- }
1979
- u.value === !0 ? Re() : i.innerLoading.value !== !0 && Fe();
1980
- }
1981
- }
1982
- function Rt() {
1983
- return y === !0 ? le.value : L.value !== null && L.value.contentEl !== null ? L.value.contentEl : void 0;
1984
- }
1985
- function kl() {
1986
- return Rt();
1987
- }
1988
- function ql() {
1989
- return e.hideSelected === !0 ? [] : l["selected-item"] !== void 0 ? we.value.map((o) => l["selected-item"](o)).slice() : l.selected !== void 0 ? [].concat(l.selected()) : e.useChips === !0 ? we.value.map((o, f) => c(Lo, {
1990
- key: "option-" + f,
1991
- removable: i.editable.value === !0 && Be.value(o.opt) !== !0,
1992
- dense: !0,
1993
- textColor: e.color,
1994
- tabindex: ie.value,
1995
- onRemove() {
1996
- o.removeAtIndex(f);
1997
- }
1998
- }, () => c("span", {
1999
- class: "ellipsis",
2000
- [o.html === !0 ? "innerHTML" : "textContent"]: te.value(o.opt)
2001
- }))) : [
2002
- c("span", {
2003
- class: "ellipsis",
2004
- [We.value === !0 ? "innerHTML" : "textContent"]: ee.value
2005
- })
2006
- ];
2007
- }
2008
- function Ft() {
2009
- if (K.value === !0)
2010
- return l["no-option"] !== void 0 ? l["no-option"]({ inputValue: b.value }) : void 0;
2011
- const o = l.option !== void 0 ? l.option : (g) => c(ml, {
2012
- key: g.index,
2013
- ...g.itemProps
2014
- }, () => c(
2015
- it,
2016
- () => c(
2017
- vl,
2018
- () => c("span", {
2019
- [g.html === !0 ? "innerHTML" : "textContent"]: g.label
2020
- })
2021
- )
2022
- ));
2023
- let f = ce("div", Ye.value.map(o));
2024
- return l["before-options"] !== void 0 && (f = l["before-options"]().concat(f)), sl(l["after-options"], f);
2025
- }
2026
- function Vl(o, f) {
2027
- const g = f === !0 ? { ...Xe.value, ...i.splitAttrs.attributes.value } : void 0, T = {
2028
- ref: f === !0 ? R : void 0,
2029
- key: "i_t",
2030
- class: I.value,
2031
- style: e.inputStyle,
2032
- value: b.value !== void 0 ? b.value : "",
2033
- // required for Android in order to show ENTER key when in form
2034
- type: "search",
2035
- ...g,
2036
- id: f === !0 ? i.targetUid.value : void 0,
2037
- maxlength: e.maxlength,
2038
- autocomplete: e.autocomplete,
2039
- "data-autofocus": o === !0 || e.autofocus === !0 || void 0,
2040
- disabled: e.disable === !0,
2041
- readonly: e.readonly === !0,
2042
- ...Sl.value
2043
- };
2044
- return o !== !0 && y === !0 && (Array.isArray(T.class) === !0 ? T.class = [...T.class, "no-pointer-events"] : T.class += " no-pointer-events"), c("input", T);
2045
- }
2046
- function It(o) {
2047
- C !== null && (clearTimeout(C), C = null), k !== null && (clearTimeout(k), k = null), !(o && o.target && o.target.qComposing === !0) && (Ge(o.target.value || ""), q = !0, $ = b.value, i.focused.value !== !0 && (y !== !0 || x.value === !0) && i.focus(), e.onFilter !== void 0 && (C = setTimeout(() => {
2048
- C = null, ze(b.value);
2049
- }, e.inputDebounce)));
2050
- }
2051
- function Ge(o, f) {
2052
- b.value !== o && (b.value = o, f === !0 || e.inputDebounce === 0 || e.inputDebounce === "0" ? t("inputValue", o) : k = setTimeout(() => {
2053
- k = null, t("inputValue", o);
2054
- }, e.inputDebounce));
2055
- }
2056
- function De(o, f, g) {
2057
- q = g !== !0, e.useInput === !0 && (Ge(o, !0), (f === !0 || g !== !0) && ($ = o), f !== !0 && ze(o));
2058
- }
2059
- function ze(o, f, g) {
2060
- if (e.onFilter === void 0 || f !== !0 && i.focused.value !== !0) return;
2061
- i.innerLoading.value === !0 ? t("filterAbort") : (i.innerLoading.value = !0, v.value = !0), o !== "" && e.multiple !== !0 && m.value.length !== 0 && q !== !0 && o === te.value(m.value[0]) && (o = "");
2062
- const T = setTimeout(() => {
2063
- u.value === !0 && (u.value = !1);
2064
- }, 10);
2065
- S !== null && clearTimeout(S), S = T, t(
2066
- "filter",
2067
- o,
2068
- (P, N) => {
2069
- (f === !0 || i.focused.value === !0) && S === T && (clearTimeout(S), typeof P == "function" && P(), v.value = !1, ve(() => {
2070
- i.innerLoading.value = !1, i.editable.value === !0 && (f === !0 ? u.value === !0 && ke() : u.value === !0 ? vt(!0) : u.value = !0), typeof N == "function" && ve(() => {
2071
- N(n);
2072
- }), typeof g == "function" && ve(() => {
2073
- g(n);
2074
- });
2075
- }));
2076
- },
2077
- () => {
2078
- i.focused.value === !0 && S === T && (clearTimeout(S), i.innerLoading.value = !1, v.value = !1), u.value === !0 && (u.value = !1);
2079
- }
2080
- );
2081
- }
2082
- function xl() {
2083
- return c(po, {
2084
- ref: L,
2085
- class: E.value,
2086
- style: e.popupContentStyle,
2087
- modelValue: u.value,
2088
- fit: e.menuShrink !== !0,
2089
- cover: e.optionsCover === !0 && K.value !== !0 && e.useInput !== !0,
2090
- anchor: e.menuAnchor,
2091
- self: e.menuSelf,
2092
- offset: e.menuOffset,
2093
- dark: w.value,
2094
- noParentEvent: !0,
2095
- noRefocus: !0,
2096
- noFocus: !0,
2097
- noRouteDismiss: e.popupNoRouteDismiss,
2098
- square: ct.value,
2099
- transitionShow: e.transitionShow,
2100
- transitionHide: e.transitionHide,
2101
- transitionDuration: e.transitionDuration,
2102
- separateClosePopup: !0,
2103
- ...Se.value,
2104
- onScrollPassive: h,
2105
- onBeforeShow: Ot,
2106
- onBeforeHide: _l,
2107
- onShow: Al
2108
- }, Ft);
2109
- }
2110
- function _l(o) {
2111
- Mt(o), Re();
2112
- }
2113
- function Al() {
2114
- Z();
2115
- }
2116
- function Bl(o) {
2117
- var f;
2118
- Le(o), (f = R.value) == null || f.focus(), x.value = !0, window.scrollTo(window.pageXOffset || window.scrollX || document.body.scrollLeft || 0, 0);
2119
- }
2120
- function El(o) {
2121
- Le(o), ve(() => {
2122
- x.value = !1;
2123
- });
2124
- }
2125
- function zl() {
2126
- const o = [
2127
- c(Oo, {
2128
- class: `col-auto ${i.fieldClass.value}`,
2129
- ...z.value,
2130
- for: i.targetUid.value,
2131
- dark: w.value,
2132
- square: !0,
2133
- loading: v.value,
2134
- itemAligned: !1,
2135
- filled: !0,
2136
- stackLabel: b.value.length !== 0,
2137
- ...i.splitAttrs.listeners.value,
2138
- onFocus: Bl,
2139
- onBlur: El
2140
- }, {
2141
- ...l,
2142
- rawControl: () => i.getControl(!0),
2143
- before: void 0,
2144
- after: void 0
2145
- })
2146
- ];
2147
- return u.value === !0 && o.push(
2148
- c("div", {
2149
- ref: le,
2150
- class: E.value + " scroll",
2151
- style: e.popupContentStyle,
2152
- ...Se.value,
2153
- onClick: he,
2154
- onScrollPassive: h
2155
- }, Ft())
2156
- ), c(No, {
2157
- ref: H,
2158
- modelValue: a.value,
2159
- position: e.useInput === !0 ? "top" : void 0,
2160
- transitionShow: j,
2161
- transitionHide: e.transitionHide,
2162
- transitionDuration: e.transitionDuration,
2163
- noRouteDismiss: e.popupNoRouteDismiss,
2164
- onBeforeShow: Ot,
2165
- onBeforeHide: Rl,
2166
- onHide: Fl,
2167
- onShow: Il
2168
- }, () => c("div", {
2169
- class: "q-select__dialog" + (w.value === !0 ? " q-select__dialog--dark q-dark" : "") + (x.value === !0 ? " q-select__dialog--focused" : "")
2170
- }, o));
2171
- }
2172
- function Rl(o) {
2173
- Mt(o), H.value !== null && H.value.__updateRefocusTarget(
2174
- i.rootRef.value.querySelector(".q-field__native > [tabindex]:last-child")
2175
- ), i.focused.value = !1;
2176
- }
2177
- function Fl(o) {
2178
- ke(), i.focused.value === !1 && t("blur", o), Ie();
2179
- }
2180
- function Il() {
2181
- const o = document.activeElement;
2182
- (o === null || o.id !== i.targetUid.value) && R.value !== null && R.value !== o && R.value.focus(), Z();
2183
- }
2184
- function Re() {
2185
- a.value !== !0 && (p.value = -1, u.value === !0 && (u.value = !1), i.focused.value === !1 && (S !== null && (clearTimeout(S), S = null), i.innerLoading.value === !0 && (t("filterAbort"), i.innerLoading.value = !1, v.value = !1)));
2186
- }
2187
- function Fe(o) {
2188
- i.editable.value === !0 && (y === !0 ? (i.onControlFocusin(o), a.value = !0, ve(() => {
2189
- i.focus();
2190
- })) : i.focus(), e.onFilter !== void 0 ? ze(b.value) : (K.value !== !0 || l["no-option"] !== void 0) && (u.value = !0));
2191
- }
2192
- function ke() {
2193
- a.value = !1, Re();
2194
- }
2195
- function Ie() {
2196
- e.useInput === !0 && De(
2197
- e.multiple !== !0 && e.fillInput === !0 && m.value.length !== 0 && te.value(m.value[0]) || "",
2198
- !0,
2199
- !0
2200
- );
2201
- }
2202
- function vt(o) {
2203
- let f = -1;
2204
- if (o === !0) {
2205
- if (m.value.length !== 0) {
2206
- const g = de.value(m.value[0]);
2207
- f = e.options.findIndex((T) => pe(de.value(T), g));
2208
- }
2209
- U(f);
2210
- }
2211
- Ee(f);
2212
- }
2213
- function Tl(o, f) {
2214
- u.value === !0 && i.innerLoading.value === !1 && (U(-1, !0), ve(() => {
2215
- u.value === !0 && i.innerLoading.value === !1 && (o > f ? U() : vt(!0));
2216
- }));
2217
- }
2218
- function Tt() {
2219
- a.value === !1 && L.value !== null && L.value.updatePosition();
2220
- }
2221
- function Ot(o) {
2222
- o !== void 0 && Le(o), t("popupShow", o), i.hasPopupOpen = !0, i.onControlFocusin(o);
2223
- }
2224
- function Mt(o) {
2225
- o !== void 0 && Le(o), t("popupHide", o), i.hasPopupOpen = !1, i.onControlFocusout(o);
2226
- }
2227
- function Lt() {
2228
- y = d.platform.is.mobile !== !0 && e.behavior !== "dialog" ? !1 : e.behavior !== "menu" && (e.useInput === !0 ? l["no-option"] !== void 0 || e.onFilter !== void 0 || K.value === !1 : !0), j = d.platform.is.ios === !0 && y === !0 && e.useInput === !0 ? "fade" : e.transitionShow;
2229
- }
2230
- return ol(Lt), Ll(Tt), Lt(), Ae(() => {
2231
- C !== null && clearTimeout(C), k !== null && clearTimeout(k);
2232
- }), Object.assign(n, {
2233
- showPopup: Fe,
2234
- hidePopup: ke,
2235
- removeAtIndex: dt,
2236
- add: xt,
2237
- toggleOption: Ce,
2238
- getOptionIndex: () => p.value,
2239
- setOptionIndex: Ee,
2240
- moveOptionSelection: Je,
2241
- filter: ze,
2242
- updateMenuPosition: Tt,
2243
- updateInputValue: De,
2244
- isOptionSelected: ft,
2245
- getEmittingOptionValue: Vt,
2246
- isOptionDisabled: (...o) => Be.value.apply(null, o) === !0,
2247
- getOptionValue: (...o) => de.value.apply(null, o),
2248
- getOptionLabel: (...o) => te.value.apply(null, o)
2249
- }), Object.assign(i, {
2250
- innerValue: m,
2251
- fieldClass: r(
2252
- () => `q-select q-field--auto-height q-select--with${e.useInput !== !0 ? "out" : ""}-input q-select--with${e.useChips !== !0 ? "out" : ""}-chips q-select--${e.multiple === !0 ? "multiple" : "single"}`
2253
- ),
2254
- inputRef: Y,
2255
- targetRef: R,
2256
- hasValue: F,
2257
- showPopup: Fe,
2258
- floatingLabel: r(
2259
- () => e.hideSelected !== !0 && F.value === !0 || typeof b.value == "number" || b.value.length !== 0 || kt(e.displayValue)
2260
- ),
2261
- getControlChild: () => {
2262
- if (i.editable.value !== !1 && (a.value === !0 || K.value !== !0 || l["no-option"] !== void 0))
2263
- return y === !0 ? zl() : xl();
2264
- i.hasPopupOpen === !0 && (i.hasPopupOpen = !1);
2265
- },
2266
- controlEvents: {
2267
- onFocusin(o) {
2268
- i.onControlFocusin(o);
2269
- },
2270
- onFocusout(o) {
2271
- i.onControlFocusout(o, () => {
2272
- Ie(), Re();
2273
- });
2274
- },
2275
- onClick(o) {
2276
- var f;
2277
- if (he(o), y !== !0 && u.value === !0) {
2278
- Re(), (f = R.value) == null || f.focus();
2279
- return;
2280
- }
2281
- Fe(o);
2282
- }
2283
- },
2284
- getControl: (o) => {
2285
- const f = ql(), g = o === !0 || a.value !== !0 || y !== !0;
2286
- if (e.useInput === !0)
2287
- f.push(Vl(o, g));
2288
- else if (i.editable.value === !0) {
2289
- const P = g === !0 ? Xe.value : void 0;
2290
- f.push(
2291
- c("input", {
2292
- ref: g === !0 ? R : void 0,
2293
- key: "d_t",
2294
- class: "q-select__focus-target",
2295
- id: g === !0 ? i.targetUid.value : void 0,
2296
- value: ee.value,
2297
- readonly: !0,
2298
- "data-autofocus": o === !0 || e.autofocus === !0 || void 0,
2299
- ...P,
2300
- onKeydown: zt,
2301
- onKeyup: At,
2302
- onKeypress: Et
2303
- })
2304
- ), g === !0 && typeof e.autocomplete == "string" && e.autocomplete.length !== 0 && f.push(
2305
- c("input", {
2306
- class: "q-select__autocomplete-input",
2307
- autocomplete: e.autocomplete,
2308
- tabindex: -1,
2309
- onKeyup: Bt
2310
- })
2311
- );
2312
- }
2313
- if (W.value !== void 0 && e.disable !== !0 && Ze.value.length !== 0) {
2314
- const P = Ze.value.map((N) => c("option", { value: N, selected: !0 }));
2315
- f.push(
2316
- c("select", {
2317
- class: "hidden",
2318
- name: W.value,
2319
- multiple: e.multiple
2320
- }, P)
2321
- );
2322
- }
2323
- const T = e.useInput === !0 || g !== !0 ? void 0 : i.splitAttrs.attributes.value;
2324
- return c("div", {
2325
- class: "q-field__native row items-center",
2326
- ...T,
2327
- ...i.splitAttrs.listeners.value
2328
- }, f);
2329
- },
2330
- getInnerAppend: () => e.loading !== !0 && v.value !== !0 && e.hideDropdownIcon !== !0 ? [
2331
- c(_e, {
2332
- class: "q-select__dropdown-icon" + (u.value === !0 ? " rotate-180" : ""),
2333
- name: He.value
2334
- })
2335
- ] : null
2336
- }), bl(i);
2337
- }
2338
- }), nn = { class: "app-select__amount" }, un = /* @__PURE__ */ $l({
2339
- __name: "AppSelect",
2340
- props: {
2341
- modelValue: {},
2342
- size: { default: eo.MD },
2343
- options: {},
2344
- multiple: { type: Boolean },
2345
- label: {},
2346
- placeholder: {},
2347
- required: { type: Boolean },
2348
- clearable: { type: Boolean },
2349
- disabled: { type: Boolean },
2350
- loading: { type: Boolean },
2351
- filtering: { type: Boolean },
2352
- autofocus: { type: Boolean },
2353
- rules: {},
2354
- lazyRules: { type: [Boolean, String] },
2355
- menuClass: {}
2356
- },
2357
- emits: ["update:modelValue"],
2358
- setup(e, { emit: l }) {
2359
- const t = e, n = l, d = O(!1), u = O(""), a = r({
2360
- get() {
2361
- if (t.modelValue) {
2362
- if (t.multiple && Array.isArray(t.modelValue))
2363
- return t.options.filter(
2364
- (s) => t.modelValue.includes(s.value)
2365
- );
2366
- if (!Array.isArray(t.modelValue))
2367
- return t.options.find(
2368
- (s) => s.value === t.modelValue
2369
- );
2370
- }
2371
- },
2372
- set(s) {
2373
- if (!s) {
2374
- n("update:modelValue", void 0);
2375
- return;
2376
- }
2377
- if (t.multiple && Array.isArray(s)) {
2378
- const y = s.map((q) => q.value);
2379
- n("update:modelValue", y);
2380
- } else Array.isArray(s) || n("update:modelValue", s.value);
2381
- }
2382
- }), p = r(() => {
2383
- var s;
2384
- if (Array.isArray(a.value)) {
2385
- if (t.multiple && a.value.length == 0)
2386
- return t.placeholder;
2387
- } else return ((s = a.value) == null ? void 0 : s.label) || t.placeholder || "";
2388
- return "";
2389
- }), b = r(() => !(!t.clearable || !t.modelValue || t.modelValue && Array.isArray(t.modelValue) && !t.modelValue.length)), x = r(() => u.value ? t.options.filter(
2390
- (s) => s.label.toLowerCase().includes(u.value.toLowerCase())
2391
- ) : t.options), v = r(() => {
2392
- if (t.rules)
2393
- return t.required ? [...t.rules, Dt] : t.rules;
2394
- if (t.required)
2395
- return [Dt];
2396
- }), C = () => {
2397
- a.value = void 0;
2398
- }, k = (s, y) => {
2399
- y(() => {
2400
- u.value = s;
2401
- });
2402
- };
2403
- return (s, y) => (ae(), fe("div", {
2404
- class: et(["app-select", [{ "app-select_opened": d.value }, `app-select_${s.size}`]])
2405
- }, [
2406
- s.label ? (ae(), fe("label", {
2407
- key: 0,
2408
- class: et(["app-select__label", { "app-select__label_bold": s.required }])
2409
- }, Ke(s.required ? `${s.label} *` : s.label), 3)) : Me("", !0),
2410
- je(Hl(on), {
2411
- standout: "",
2412
- "hide-bottom-space": "",
2413
- "hide-dropdown-icon": "",
2414
- "no-error-icon": "",
2415
- behavior: "menu",
2416
- "popup-no-route-dismiss": "",
2417
- "popup-content-class": `app-select-menu app-select-menu_${s.size} ${s.menuClass}`,
2418
- placeholder: s.filtering && "Почніть вводити",
2419
- "input-debounce": "50",
2420
- modelValue: a.value,
2421
- "onUpdate:modelValue": y[0] || (y[0] = (q) => a.value = q),
2422
- options: x.value,
2423
- multiple: s.multiple,
2424
- "use-input": s.filtering && (Array.isArray(a.value) || !a.value),
2425
- rules: v.value,
2426
- "lazy-rules": s.lazyRules,
2427
- autofocus: s.autofocus,
2428
- disable: s.disabled,
2429
- loading: s.loading,
2430
- onFilter: k,
2431
- onPopupShow: y[1] || (y[1] = (q) => d.value = !0),
2432
- onPopupHide: y[2] || (y[2] = (q) => d.value = !1)
2433
- }, {
2434
- append: ge(() => [
2435
- b.value ? (ae(), fe("i", {
2436
- key: 0,
2437
- class: "icon-kl icon-kl-circle-close app-select__clear",
2438
- onClick: Dl(C, ["stop", "prevent"])
2439
- })) : Me("", !0),
2440
- y[3] || (y[3] = mt("i", { class: "icon-kl icon-kl-arrow-down app-select__drop-icon" }, null, -1))
2441
- ]),
2442
- selected: ge(() => {
2443
- var q, S;
2444
- return [
2445
- Array.isArray(a.value) ? (ae(), fe(tt, { key: 0 }, [
2446
- !s.filtering || a.value.length ? (ae(), fe("span", {
2447
- key: 0,
2448
- class: et([
2449
- "app-select__selected",
2450
- {
2451
- "app-select__placeholder": !((q = a.value) != null && q.length) && s.placeholder
2452
- }
2453
- ])
2454
- }, [
2455
- (S = a.value) != null && S.length ? (ae(), fe(tt, { key: 0 }, [
2456
- y[4] || (y[4] = gt(" Вибрано ", -1)),
2457
- mt("span", nn, Ke(a.value.length), 1)
2458
- ], 64)) : (ae(), fe(tt, { key: 1 }, [
2459
- gt(Ke(t.placeholder), 1)
2460
- ], 64))
2461
- ], 2)) : Me("", !0)
2462
- ], 64)) : (ae(), fe(tt, { key: 1 }, [
2463
- !s.filtering || a.value ? (ae(), fe("span", {
2464
- key: 0,
2465
- class: et([
2466
- "app-select__selected",
2467
- { "app-select__placeholder": !a.value && s.placeholder }
2468
- ])
2469
- }, Ke(p.value), 3)) : Me("", !0)
2470
- ], 64))
2471
- ];
2472
- }),
2473
- option: ge((q) => [
2474
- je(ml, Pl({
2475
- class: ["app-select__option", { "app-select__option_selected": q.selected }]
2476
- }, q.itemProps), {
2477
- default: ge(() => [
2478
- t.multiple ? (ae(), $t(it, {
2479
- key: 0,
2480
- class: "option-multiple",
2481
- avatar: ""
2482
- }, {
2483
- default: ge(() => [
2484
- je(Ao, {
2485
- size: "30px",
2486
- "model-value": q.selected,
2487
- "onUpdate:modelValue": () => q.toggleOption(q.opt)
2488
- }, null, 8, ["model-value", "onUpdate:modelValue"])
2489
- ]),
2490
- _: 2
2491
- }, 1024)) : Me("", !0),
2492
- q.opt.done ? (ae(), $t(it, {
2493
- key: 1,
2494
- class: "option-done",
2495
- avatar: ""
2496
- }, {
2497
- default: ge(() => [...y[5] || (y[5] = [
2498
- mt("i", { class: "icon-kl icon-kl-check option-done__icon" }, null, -1)
2499
- ])]),
2500
- _: 1
2501
- })) : Me("", !0),
2502
- je(it, null, {
2503
- default: ge(() => [
2504
- je(vl, null, {
2505
- default: ge(() => [
2506
- gt(Ke(q.opt.label), 1)
2507
- ]),
2508
- _: 2
2509
- }, 1024)
2510
- ]),
2511
- _: 2
2512
- }, 1024)
2513
- ]),
2514
- _: 2
2515
- }, 1040, ["class"])
2516
- ]),
2517
- _: 1
2518
- }, 8, ["popup-content-class", "placeholder", "modelValue", "options", "multiple", "use-input", "rules", "lazy-rules", "autofocus", "disable", "loading"])
2519
- ], 2));
2520
- }
2521
- }), dn = /* @__PURE__ */ to(un, [["__scopeId", "data-v-3977036d"]]);
2522
- export {
2523
- dn as default
2524
- };