@quidgest/ui 0.16.74 → 0.16.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/api.json +31 -1
- package/dist/ui.css +45 -5
- package/dist/ui.esm.js +6614 -6541
- package/dist/ui.js +25 -25
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +142 -137
- package/dist/ui.scss +50 -3
- package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +18 -16
- package/esm/components/QCheckbox/index.d.ts +3 -0
- package/esm/components/QCheckbox/index.d.ts.map +1 -1
- package/esm/components/QCheckbox/types.d.ts +6 -0
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +2 -0
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/index.d.ts +1 -0
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +2 -0
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +2 -0
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +17 -16
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +50 -49
- package/esm/components/QList/index.d.ts +1 -0
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +6 -0
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +154 -2
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +410 -310
- package/esm/components/QSelect/index.d.ts +77 -1
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/ui.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Quidgest UI v0.16.
|
|
2
|
+
* Quidgest UI v0.16.75
|
|
3
3
|
* (c) 2026 Quidgest - Consultores de Gestão, S.A.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1353,7 +1353,7 @@ $q-carousel-height-md: 300px;
|
|
|
1353
1353
|
&--readonly {
|
|
1354
1354
|
--active-color: var(--q-theme-neutral-light);
|
|
1355
1355
|
cursor: default;
|
|
1356
|
-
&:not(#{$this}--checked):not(#{$this}--indeterminate) {
|
|
1356
|
+
&:not(#{$this}--checked):not(#{$this}--indeterminate):not(#{$this}--borderless) {
|
|
1357
1357
|
#{$this}__input {
|
|
1358
1358
|
background-color: rgb(var(--q-theme-neutral-light-rgb) / 25%);
|
|
1359
1359
|
}
|
|
@@ -1362,6 +1362,26 @@ $q-carousel-height-md: 300px;
|
|
|
1362
1362
|
cursor: default;
|
|
1363
1363
|
}
|
|
1364
1364
|
}
|
|
1365
|
+
&--borderless {
|
|
1366
|
+
--active-color: transparent;
|
|
1367
|
+
&:focus-within {
|
|
1368
|
+
outline: 0;
|
|
1369
|
+
}
|
|
1370
|
+
#{$this}__input {
|
|
1371
|
+
background-color: var(--active-color);
|
|
1372
|
+
border-color: var(--active-color);
|
|
1373
|
+
&-icon.q-icon {
|
|
1374
|
+
--icon-color: var(--q-theme-neutral-dark);
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
&:not(#{$this}--readonly) {
|
|
1378
|
+
#{$this}__input {
|
|
1379
|
+
&-icon.q-icon {
|
|
1380
|
+
--icon-color: var(--q-theme-primary);
|
|
1381
|
+
}
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
}
|
|
1365
1385
|
}
|
|
1366
1386
|
@media (prefers-reduced-motion: reduce) {
|
|
1367
1387
|
.q-checkbox__input,
|
|
@@ -2861,6 +2881,14 @@ $base-border: 1px solid rgb(var(--q-theme-neutral-light-rgb) / 50%);
|
|
|
2861
2881
|
}
|
|
2862
2882
|
}
|
|
2863
2883
|
}
|
|
2884
|
+
&--readonly,
|
|
2885
|
+
&--disabled {
|
|
2886
|
+
.q-badge--disabled {
|
|
2887
|
+
opacity: 1;
|
|
2888
|
+
font-weight: $font-weight-black;
|
|
2889
|
+
color: var(--q-theme-neutral-dark);
|
|
2890
|
+
}
|
|
2891
|
+
}
|
|
2864
2892
|
&__value,
|
|
2865
2893
|
&__placeholder {
|
|
2866
2894
|
white-space: nowrap;
|
|
@@ -2869,7 +2897,23 @@ $base-border: 1px solid rgb(var(--q-theme-neutral-light-rgb) / 50%);
|
|
|
2869
2897
|
pointer-events: none;
|
|
2870
2898
|
min-height: 1lh;
|
|
2871
2899
|
}
|
|
2872
|
-
&
|
|
2900
|
+
&__multi-value {
|
|
2901
|
+
white-space: nowrap;
|
|
2902
|
+
overflow: hidden;
|
|
2903
|
+
text-overflow: ellipsis;
|
|
2904
|
+
pointer-events: none;
|
|
2905
|
+
min-height: 1lh;
|
|
2906
|
+
display: inline-flex;
|
|
2907
|
+
align-items: center;
|
|
2908
|
+
min-width: 0;
|
|
2909
|
+
max-width: 100%;
|
|
2910
|
+
&--hidden {
|
|
2911
|
+
visibility: hidden;
|
|
2912
|
+
position: absolute;
|
|
2913
|
+
pointer-events: none;
|
|
2914
|
+
}
|
|
2915
|
+
}
|
|
2916
|
+
&__value-container {
|
|
2873
2917
|
display: flex;
|
|
2874
2918
|
gap: 0.1rem;
|
|
2875
2919
|
overflow: hidden;
|
|
@@ -2878,6 +2922,9 @@ $base-border: 1px solid rgb(var(--q-theme-neutral-light-rgb) / 50%);
|
|
|
2878
2922
|
#{$this}__badge {
|
|
2879
2923
|
&-count {
|
|
2880
2924
|
font-weight: $font-weight-black;
|
|
2925
|
+
&--clickable {
|
|
2926
|
+
cursor: pointer;
|
|
2927
|
+
}
|
|
2881
2928
|
}
|
|
2882
2929
|
&-hidden {
|
|
2883
2930
|
visibility: hidden;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckbox.vue"],"names":[],"mappings":"AAgEA;
|
|
1
|
+
{"version":3,"file":"QCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/QCheckbox.vue"],"names":[],"mappings":"AAgEA;AA+IC,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAU3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAK7C,KAAK,WAAW,GAAG,cAAc,CAAC;AAqEnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAyHT,OAAO,IAA6B;;wBAdtB,GAAG;wBACF,GAAG;;;;;;;EAkB/B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;OASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as E, mergeModels as _, useModel as g, toRef as w, useTemplateRef as f, computed as $, watch as M, createElementBlock as P, openBlock as
|
|
1
|
+
import { defineComponent as E, mergeModels as _, useModel as g, toRef as w, useTemplateRef as f, computed as $, watch as M, createElementBlock as P, openBlock as n, withModifiers as a, normalizeClass as V, createBlock as s, createCommentVNode as r, createElementVNode as m, unref as l, createSlots as p, withCtx as h, renderSlot as k, mergeProps as y, withKeys as v } from "vue";
|
|
2
2
|
import { DEFAULT_ICONS as R } from "./constants.js";
|
|
3
3
|
import { QIcon as z } from "../QIcon/index.js";
|
|
4
4
|
import { QCheckboxLabel as q } from "./index.js";
|
|
@@ -20,14 +20,15 @@ const I = ["checked", "disabled", "readonly", "required", "aria-readonly"], K =
|
|
|
20
20
|
readonly: { type: Boolean },
|
|
21
21
|
indeterminate: { type: Boolean },
|
|
22
22
|
icons: { default: () => R },
|
|
23
|
-
hasFocusOutline: { type: Boolean, default: !0 }
|
|
23
|
+
hasFocusOutline: { type: Boolean, default: !0 },
|
|
24
|
+
borderless: { type: Boolean }
|
|
24
25
|
}, {
|
|
25
26
|
modelValue: { type: Boolean },
|
|
26
27
|
modelModifiers: {}
|
|
27
28
|
}),
|
|
28
29
|
emits: ["update:modelValue"],
|
|
29
30
|
setup(c) {
|
|
30
|
-
const e = c, t = g(c, "modelValue"), i = F(w(e, "id")), u = f("inputEl"), x = f("buttonEl"),
|
|
31
|
+
const e = c, t = g(c, "modelValue"), i = F(w(e, "id")), u = f("inputEl"), x = f("buttonEl"), B = $(() => [
|
|
31
32
|
"q-checkbox",
|
|
32
33
|
`q-checkbox--${e.size}`,
|
|
33
34
|
`q-checkbox--${e.color}`,
|
|
@@ -36,28 +37,29 @@ const I = ["checked", "disabled", "readonly", "required", "aria-readonly"], K =
|
|
|
36
37
|
"q-checkbox--disabled": e.disabled,
|
|
37
38
|
"q-checkbox--checked": t.value,
|
|
38
39
|
"q-checkbox--indeterminate": e.indeterminate,
|
|
39
|
-
"q-checkbox--focus-style": e.hasFocusOutline
|
|
40
|
+
"q-checkbox--focus-style": e.hasFocusOutline,
|
|
41
|
+
"q-checkbox--borderless": e.borderless
|
|
40
42
|
},
|
|
41
43
|
e.class
|
|
42
44
|
]);
|
|
43
45
|
function d() {
|
|
44
46
|
!e.disabled && !e.readonly && (t.value = !t.value);
|
|
45
47
|
}
|
|
46
|
-
function
|
|
48
|
+
function C() {
|
|
47
49
|
var o;
|
|
48
50
|
(o = x.value) == null || o.focus();
|
|
49
51
|
}
|
|
50
52
|
return M(t, (o) => {
|
|
51
53
|
u.value && (u.value.checked = !!o);
|
|
52
|
-
}), (o, b) => (
|
|
54
|
+
}), (o, b) => (n(), P(
|
|
53
55
|
"div",
|
|
54
56
|
{
|
|
55
|
-
class: V(
|
|
57
|
+
class: V(B.value),
|
|
56
58
|
onClick: a(d, ["prevent"]),
|
|
57
|
-
onMousedown: a(
|
|
59
|
+
onMousedown: a(C, ["prevent"])
|
|
58
60
|
},
|
|
59
61
|
[
|
|
60
|
-
e.label && e.labelPlacement !== "right" ? (
|
|
62
|
+
e.label && e.labelPlacement !== "right" ? (n(), s(l(q), {
|
|
61
63
|
key: 0,
|
|
62
64
|
for: l(i),
|
|
63
65
|
label: e.label,
|
|
@@ -73,8 +75,8 @@ const I = ["checked", "disabled", "readonly", "required", "aria-readonly"], K =
|
|
|
73
75
|
]),
|
|
74
76
|
key: "0"
|
|
75
77
|
} : void 0
|
|
76
|
-
]), 1032, ["for", "label", "required"])) :
|
|
77
|
-
|
|
78
|
+
]), 1032, ["for", "label", "required"])) : r("v-if", !0),
|
|
79
|
+
r(" Hidden native input for form submission "),
|
|
78
80
|
m("input", {
|
|
79
81
|
ref: "inputEl",
|
|
80
82
|
type: "checkbox",
|
|
@@ -87,7 +89,7 @@ const I = ["checked", "disabled", "readonly", "required", "aria-readonly"], K =
|
|
|
87
89
|
tabindex: "-1",
|
|
88
90
|
"aria-hidden": "true"
|
|
89
91
|
}, null, 8, I),
|
|
90
|
-
|
|
92
|
+
r(" Custom interactive button "),
|
|
91
93
|
m("button", y({
|
|
92
94
|
id: l(i),
|
|
93
95
|
ref: "buttonEl",
|
|
@@ -106,15 +108,15 @@ const I = ["checked", "disabled", "readonly", "required", "aria-readonly"], K =
|
|
|
106
108
|
}, ["prevent"]), ["enter"]))
|
|
107
109
|
]
|
|
108
110
|
}), [
|
|
109
|
-
t.value || o.indeterminate ? (
|
|
111
|
+
t.value || o.indeterminate ? (n(), s(
|
|
110
112
|
l(z),
|
|
111
113
|
y({ key: 0 }, t.value ? e.icons.checked : e.icons.indeterminate, { class: "q-checkbox__input-icon" }),
|
|
112
114
|
null,
|
|
113
115
|
16
|
|
114
116
|
/* FULL_PROPS */
|
|
115
|
-
)) :
|
|
117
|
+
)) : r("v-if", !0)
|
|
116
118
|
], 16, K),
|
|
117
|
-
e.label && e.labelPlacement === "right" ? (
|
|
119
|
+
e.label && e.labelPlacement === "right" ? (n(), s(l(q), {
|
|
118
120
|
key: 1,
|
|
119
121
|
for: l(i),
|
|
120
122
|
label: e.label,
|
|
@@ -130,7 +132,7 @@ const I = ["checked", "disabled", "readonly", "required", "aria-readonly"], K =
|
|
|
130
132
|
]),
|
|
131
133
|
key: "0"
|
|
132
134
|
} : void 0
|
|
133
|
-
]), 1032, ["for", "label", "required"])) :
|
|
135
|
+
]), 1032, ["for", "label", "required"])) : r("v-if", !0)
|
|
134
136
|
],
|
|
135
137
|
34
|
|
136
138
|
/* CLASS, NEED_HYDRATION */
|
|
@@ -15,6 +15,7 @@ declare const QCheckbox: {
|
|
|
15
15
|
indeterminate?: boolean;
|
|
16
16
|
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
17
17
|
hasFocusOutline?: boolean;
|
|
18
|
+
borderless?: boolean;
|
|
18
19
|
}> & Readonly<{
|
|
19
20
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20
21
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -51,6 +52,7 @@ declare const QCheckbox: {
|
|
|
51
52
|
indeterminate?: boolean;
|
|
52
53
|
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
53
54
|
hasFocusOutline?: boolean;
|
|
55
|
+
borderless?: boolean;
|
|
54
56
|
}> & Readonly<{
|
|
55
57
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
56
58
|
}>, {}, {}, {}, {}, {
|
|
@@ -79,6 +81,7 @@ declare const QCheckbox: {
|
|
|
79
81
|
indeterminate?: boolean;
|
|
80
82
|
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
81
83
|
hasFocusOutline?: boolean;
|
|
84
|
+
borderless?: boolean;
|
|
82
85
|
}> & Readonly<{
|
|
83
86
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
84
87
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAC7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;EAAmC,CAAA;AAGvD,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,CAAA;AAGpC,cAAc,SAAS,CAAA"}
|
|
@@ -52,5 +52,11 @@ export type QCheckboxProps = QCheckboxLabelProps & {
|
|
|
52
52
|
* @category Behavior
|
|
53
53
|
*/
|
|
54
54
|
hasFocusOutline?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* If true, the checkbox has no borders.
|
|
57
|
+
*
|
|
58
|
+
* @category Presentation
|
|
59
|
+
*/
|
|
60
|
+
borderless?: boolean;
|
|
55
61
|
};
|
|
56
62
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAG3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAAA;AAE7C,MAAM,MAAM,uBAAuB,GAAG,MAAM,GAAG,OAAO,CAAA;AAEtD,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAA;AAE9D,MAAM,MAAM,cAAc,GAAG,mBAAmB,GAAG;IAClD;;;;OAIG;IACH,cAAc,CAAC,EAAE,uBAAuB,CAAA;IAExC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,kBAAkB,CAAA;IAEzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCheckbox/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAG3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C,MAAM,MAAM,mBAAmB,GAAG,WAAW,CAAA;AAE7C,MAAM,MAAM,uBAAuB,GAAG,MAAM,GAAG,OAAO,CAAA;AAEtD,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAA;AAE9D,MAAM,MAAM,cAAc,GAAG,mBAAmB,GAAG;IAClD;;;;OAIG;IACH,cAAc,CAAC,EAAE,uBAAuB,CAAA;IAExC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,kBAAkB,CAAA;IAEzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IAEzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA"}
|
|
@@ -358,6 +358,7 @@ declare function __VLS_template(): {
|
|
|
358
358
|
readonly highlighted?: boolean | undefined;
|
|
359
359
|
readonly disabled?: boolean | undefined;
|
|
360
360
|
readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
|
|
361
|
+
readonly checkboxless?: boolean | undefined;
|
|
361
362
|
readonly onClick?: (() => any) | undefined;
|
|
362
363
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
363
364
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1266,6 +1267,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1266
1267
|
readonly highlighted?: boolean | undefined;
|
|
1267
1268
|
readonly disabled?: boolean | undefined;
|
|
1268
1269
|
readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
|
|
1270
|
+
readonly checkboxless?: boolean | undefined;
|
|
1269
1271
|
readonly onClick?: (() => any) | undefined;
|
|
1270
1272
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1271
1273
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"AA6HA;AAslBC,OAAO,EAAE,aAAa,EAAiB,MAAM,aAAa,CAAA;AAY1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAG7C,OAAO,EAAY,QAAQ,EAAyB,MAAM,KAAK,CAAA;AAE/D,KAAK,WAAW,GAAG,cAAc,CAAC;AAodnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACjB,GAAG,WAAW,CAAC;AAOhB,iBAAS,cAAc;WAuVT,OAAO,IAA6B;;iCAvBZ,GAAG;gCACJ,GAAG;yBACV,GAAG;wBACJ,GAAG;wBACH,GAAG;gCACK,GAAG;;;YACb,GAAG;+BACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAza2B,GAAG,8CACxB,GAAG,yBACzC,GAAG,6DACY,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAHyC,GAAG,8CACxB,GAAG,yBACzC,GAAG,6DACY,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAHyC,GAAG,8CACxB,GAAG,yBACzC,GAAG,6DACY,GAAG
|
|
1
|
+
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"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"}
|
|
@@ -779,6 +779,7 @@ declare const QCombobox: {
|
|
|
779
779
|
readonly highlighted?: boolean | undefined;
|
|
780
780
|
readonly disabled?: boolean | undefined;
|
|
781
781
|
readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
|
|
782
|
+
readonly checkboxless?: boolean | undefined;
|
|
782
783
|
readonly onClick?: (() => any) | undefined;
|
|
783
784
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
784
785
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAOktzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -71,6 +71,7 @@ declare function __VLS_template(): {
|
|
|
71
71
|
readonly highlighted?: boolean | undefined;
|
|
72
72
|
readonly disabled?: boolean | undefined;
|
|
73
73
|
readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
|
|
74
|
+
readonly checkboxless?: boolean | undefined;
|
|
74
75
|
readonly onClick?: (() => any) | undefined;
|
|
75
76
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
76
77
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -286,6 +287,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
286
287
|
readonly highlighted?: boolean | undefined;
|
|
287
288
|
readonly disabled?: boolean | undefined;
|
|
288
289
|
readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
|
|
290
|
+
readonly checkboxless?: boolean | undefined;
|
|
289
291
|
readonly onClick?: (() => any) | undefined;
|
|
290
292
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
291
293
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QDropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenuContent.vue"],"names":[],"mappings":"AAqFA;AA0SC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAGxD,OAAO,EAAiB,QAAQ,EAAkB,MAAM,KAAK,CAAA;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE3C,KAAK,WAAW,GAAG,yBAAyB,CAAC;AAiN9C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;CACnB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WAqNT,OAAO,IAA6B;;mBArZrC,IAAI;kBACL,IAAI;oBACF;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;6BACZ;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;;mBAH/B,IAAI;kBACL,IAAI;oBACF;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;6BACZ;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI
|
|
1
|
+
{"version":3,"file":"QDropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenuContent.vue"],"names":[],"mappings":"AAqFA;AA0SC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAGxD,OAAO,EAAiB,QAAQ,EAAkB,MAAM,KAAK,CAAA;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE3C,KAAK,WAAW,GAAG,yBAAyB,CAAC;AAiN9C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;CACnB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WAqNT,OAAO,IAA6B;;mBArZrC,IAAI;kBACL,IAAI;oBACF;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;6BACZ;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;;mBAH/B,IAAI;kBACL,IAAI;oBACF;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;6BACZ;YAAE,IAAI,EAAE,IAAI,CAAA;SAAE,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAidsrF,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA1Dv1F;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA+B6sF,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBt1F,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -61,6 +61,7 @@ declare function __VLS_template(): {
|
|
|
61
61
|
readonly highlighted?: boolean | undefined;
|
|
62
62
|
readonly disabled?: boolean | undefined;
|
|
63
63
|
readonly icons?: typeof import('./constants').DEFAULT_ICONS | undefined;
|
|
64
|
+
readonly checkboxless?: boolean | undefined;
|
|
64
65
|
readonly onClick?: (() => any) | undefined;
|
|
65
66
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
66
67
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -164,6 +165,7 @@ declare const __VLS_component: import('vue').DefineComponent<QListProps, {
|
|
|
164
165
|
readonly highlighted?: boolean | undefined;
|
|
165
166
|
readonly disabled?: boolean | undefined;
|
|
166
167
|
readonly icons?: typeof import('./constants').DEFAULT_ICONS | undefined;
|
|
168
|
+
readonly checkboxless?: boolean | undefined;
|
|
167
169
|
readonly onClick?: (() => any) | undefined;
|
|
168
170
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
169
171
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QList.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QList.vue"],"names":[],"mappings":"AAgDA;AAscC,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AA+OhD,iBAAS,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAIrD;AAED;;;;GAIG;AACH,iBAAS,kBAAkB,IAAI,MAAM,CAIpC;AAED;;;;;;GAMG;AACH,iBAAS,0BAA0B,IAAI,MAAM,CAO5C;AAED;;;;;;GAMG;AACH,iBAAS,yBAAyB,IAAI,MAAM,CAO3C;AAmCD;;;;;;;;GAQG;AACH,iBAAS,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAuB7E;AA0DF,iBAAS,cAAc;WA8IT,OAAO,IAA6B;;yBAdpB,GAAG;;;;YACN,GAAG;;;;YACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAhGV,GAAG,8CAChC,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;EAgHpE;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAzIQ,GAAG,8CAChC,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;OAmJnE,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -29,7 +29,7 @@ const oe = /* @__PURE__ */ N({
|
|
|
29
29
|
active: V(n, "modelValue"),
|
|
30
30
|
required: V(n, "required"),
|
|
31
31
|
multiple: V(n, "multiple")
|
|
32
|
-
}),
|
|
32
|
+
}), k = b(null), I = b(null);
|
|
33
33
|
function S(e) {
|
|
34
34
|
g("click", e);
|
|
35
35
|
}
|
|
@@ -44,12 +44,12 @@ const oe = /* @__PURE__ */ N({
|
|
|
44
44
|
}
|
|
45
45
|
function H(e) {
|
|
46
46
|
var i, s;
|
|
47
|
-
if (!n.items || (i =
|
|
47
|
+
if (!n.items || (i = k.value) != null && i.contains(e.relatedTarget))
|
|
48
48
|
return;
|
|
49
49
|
let t = -1;
|
|
50
50
|
n.multiple ? ((s = r.value) == null ? void 0 : s.length) > 0 && (t = n.items.findIndex(
|
|
51
51
|
(a) => r.value.includes(a[n.itemValue])
|
|
52
|
-
)) : r.value && (t = n.items.findIndex((a) => a[n.itemValue] === r.value)), t === -1 && (t =
|
|
52
|
+
)) : r.value && (t = n.items.findIndex((a) => a[n.itemValue] === r.value)), t === -1 && (t = x());
|
|
53
53
|
const l = h.value;
|
|
54
54
|
c(t, l);
|
|
55
55
|
}
|
|
@@ -92,7 +92,7 @@ const oe = /* @__PURE__ */ N({
|
|
|
92
92
|
c(W(e));
|
|
93
93
|
break;
|
|
94
94
|
case "first":
|
|
95
|
-
c(
|
|
95
|
+
c(x());
|
|
96
96
|
break;
|
|
97
97
|
case "last":
|
|
98
98
|
c(B());
|
|
@@ -105,7 +105,7 @@ const oe = /* @__PURE__ */ N({
|
|
|
105
105
|
}
|
|
106
106
|
function o() {
|
|
107
107
|
var t;
|
|
108
|
-
const e = (t =
|
|
108
|
+
const e = (t = k.value) == null ? void 0 : t.querySelectorAll("li");
|
|
109
109
|
return e ? Array.from(e) : [];
|
|
110
110
|
}
|
|
111
111
|
function P(e) {
|
|
@@ -114,12 +114,12 @@ const oe = /* @__PURE__ */ N({
|
|
|
114
114
|
function _() {
|
|
115
115
|
return o().indexOf(document.activeElement);
|
|
116
116
|
}
|
|
117
|
-
function
|
|
118
|
-
const e = o(), t = e.find((l) =>
|
|
117
|
+
function x() {
|
|
118
|
+
const e = o(), t = e.find((l) => y(l));
|
|
119
119
|
return t ? e.indexOf(t) : -1;
|
|
120
120
|
}
|
|
121
121
|
function B() {
|
|
122
|
-
const e = o(), t = [...e].reverse().find((l) =>
|
|
122
|
+
const e = o(), t = [...e].reverse().find((l) => y(l));
|
|
123
123
|
return t ? e.indexOf(t) : -1;
|
|
124
124
|
}
|
|
125
125
|
function F(e, t, l) {
|
|
@@ -134,14 +134,14 @@ const oe = /* @__PURE__ */ N({
|
|
|
134
134
|
if (F(e, t, l))
|
|
135
135
|
return e;
|
|
136
136
|
let i = e + (t === "next" ? 1 : -1);
|
|
137
|
-
for (; !
|
|
137
|
+
for (; !y(l[i]); ) {
|
|
138
138
|
if (F(i, t, l))
|
|
139
139
|
return e;
|
|
140
140
|
i += t === "next" ? 1 : -1;
|
|
141
141
|
}
|
|
142
142
|
return i;
|
|
143
143
|
}
|
|
144
|
-
function
|
|
144
|
+
function y(e) {
|
|
145
145
|
return e.tabIndex === -2;
|
|
146
146
|
}
|
|
147
147
|
function J(e) {
|
|
@@ -154,12 +154,12 @@ const oe = /* @__PURE__ */ N({
|
|
|
154
154
|
getItem: P,
|
|
155
155
|
getActiveItemIndex: _,
|
|
156
156
|
getAdjacentItemIndex: T,
|
|
157
|
-
getFirstFocusableItemIndex:
|
|
157
|
+
getFirstFocusableItemIndex: x,
|
|
158
158
|
getLastFocusableItemIndex: B
|
|
159
159
|
}), (e, t) => (m(), A(Y(Q.value), {
|
|
160
160
|
id: n.id,
|
|
161
161
|
ref_key: "listRef",
|
|
162
|
-
ref:
|
|
162
|
+
ref: k,
|
|
163
163
|
class: Z(["q-list", { "q-list--disabled": n.disabled }, n.class]),
|
|
164
164
|
role: "listbox",
|
|
165
165
|
tabindex: n.disabled ? -1 : 0,
|
|
@@ -186,7 +186,7 @@ const oe = /* @__PURE__ */ N({
|
|
|
186
186
|
key: s[n.itemValue],
|
|
187
187
|
ref_for: !0,
|
|
188
188
|
ref_key: "listItemsRef",
|
|
189
|
-
ref:
|
|
189
|
+
ref: I,
|
|
190
190
|
value: s[n.itemValue],
|
|
191
191
|
label: s[n.itemLabel],
|
|
192
192
|
description: s.description,
|
|
@@ -194,6 +194,7 @@ const oe = /* @__PURE__ */ N({
|
|
|
194
194
|
disabled: n.disabled || l.disabled || s.disabled,
|
|
195
195
|
highlighted: n.highlighted === s[n.itemValue],
|
|
196
196
|
selectable: n.selectable || n.multiple || s.selectable,
|
|
197
|
+
checkboxless: !n.multiple,
|
|
197
198
|
"select-on-tab": n.selectOnTab,
|
|
198
199
|
onClick: () => S(s[n.itemValue]),
|
|
199
200
|
onMouseenter: () => U(s[n.itemValue])
|
|
@@ -203,7 +204,7 @@ const oe = /* @__PURE__ */ N({
|
|
|
203
204
|
return [
|
|
204
205
|
L(e.$slots, "item.append", {
|
|
205
206
|
item: s,
|
|
206
|
-
element: (f = (d =
|
|
207
|
+
element: (f = (d = I.value) == null ? void 0 : d[a + i * u.value.length]) == null ? void 0 : f.$el
|
|
207
208
|
})
|
|
208
209
|
];
|
|
209
210
|
}),
|
|
@@ -212,13 +213,13 @@ const oe = /* @__PURE__ */ N({
|
|
|
212
213
|
return [
|
|
213
214
|
L(e.$slots, "item", {
|
|
214
215
|
item: s,
|
|
215
|
-
element: (f = (d =
|
|
216
|
+
element: (f = (d = I.value) == null ? void 0 : d[a + i * u.value.length]) == null ? void 0 : f.$el
|
|
216
217
|
})
|
|
217
218
|
];
|
|
218
219
|
}),
|
|
219
220
|
_: 2
|
|
220
221
|
/* DYNAMIC */
|
|
221
|
-
}, 1032, ["value", "label", "description", "icon", "disabled", "highlighted", "selectable", "select-on-tab", "onClick", "onMouseenter"]))),
|
|
222
|
+
}, 1032, ["value", "label", "description", "icon", "disabled", "highlighted", "selectable", "checkboxless", "select-on-tab", "onClick", "onMouseenter"]))),
|
|
222
223
|
128
|
|
223
224
|
/* KEYED_FRAGMENT */
|
|
224
225
|
))
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QListItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QListItem.vue"],"names":[],"mappings":"AAkDA;AA6HC,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAO3C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAO7C,KAAK,WAAW,GAAG,cAAc,CAAC;AAgEnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA2GT,OAAO,IAA6B;;yBAZrB,GAAG;yBACH,GAAG;wBACH,GAAG;;;;EAe/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;uFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|