@quidgest/ui 0.15.9 → 0.16.1
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/manifest/components.json +4 -1
- package/dist/ui.css +11 -12
- package/dist/ui.esm.js +3758 -3654
- package/dist/ui.js +26 -26
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +748 -741
- package/dist/ui.scss +34 -31
- package/esm/components/QAccordion/QAccordion.d.ts +4 -3
- package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
- package/esm/components/QAccordion/QAccordion.vue.js +21 -17
- package/esm/components/QAccordion/QAccordionItem.d.ts +19 -0
- package/esm/components/QAccordion/QAccordionItem.d.ts.map +1 -0
- package/esm/components/QAccordion/QAccordionItem.vue.js +42 -0
- package/esm/components/QAccordion/QAccordionItem.vue2.js +4 -0
- package/esm/components/QAccordion/index.d.ts +35 -15
- package/esm/components/QAccordion/index.d.ts.map +1 -1
- package/esm/components/QAccordion/index.js +6 -4
- package/esm/components/QAccordion/types.d.ts +25 -5
- package/esm/components/QAccordion/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +9 -11
- package/esm/components/QButton/types.d.ts +0 -4
- package/esm/components/QButton/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +60 -65
- package/esm/components/QCollapsible/index.d.ts +14 -14
- package/esm/components/QCollapsible/index.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +16 -18
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +59 -57
- package/esm/components/QCombobox/index.d.ts +11 -9
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +4 -0
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +16 -16
- package/esm/components/QList/QList.d.ts +9 -9
- package/esm/components/QList/QListItem.d.ts +1 -1
- package/esm/components/QList/index.d.ts +10 -10
- package/esm/components/QOverlay/QOverlay.vue.js +15 -16
- package/esm/components/QOverlay/index.d.ts +0 -3
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +0 -4
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +12 -13
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +31 -34
- package/esm/components/QRadioGroup/QRadioButton.vue.js +3 -3
- package/esm/components/QRadioGroup/QRadioGroup.vue.js +1 -1
- package/esm/components/QSelect/QSelect.d.ts +16 -16
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +58 -56
- package/esm/components/QSelect/index.d.ts +11 -8
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +4 -0
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/{QButtonToggle/QButtonToggle.d.ts → QToggle/QToggle.d.ts} +11 -9
- package/esm/components/QToggle/QToggle.d.ts.map +1 -0
- package/esm/components/QToggle/QToggle.vue.js +40 -0
- package/esm/components/QToggle/QToggle.vue2.js +4 -0
- package/esm/components/QToggle/index.d.ts +71 -0
- package/esm/components/QToggle/index.d.ts.map +1 -0
- package/esm/components/{QButtonToggle → QToggle}/index.js +3 -3
- package/esm/components/QToggle/types.d.ts +3 -0
- package/esm/components/QToggle/types.d.ts.map +1 -0
- package/esm/components/QToggleGroup/QToggleGroup.d.ts +28 -0
- package/esm/components/QToggleGroup/QToggleGroup.d.ts.map +1 -0
- package/esm/components/QToggleGroup/QToggleGroup.vue.js +49 -0
- package/esm/components/QToggleGroup/QToggleGroup.vue2.js +4 -0
- package/esm/components/QToggleGroup/QToggleGroupItem.d.ts +19 -0
- package/esm/components/QToggleGroup/QToggleGroupItem.d.ts.map +1 -0
- package/esm/components/QToggleGroup/QToggleGroupItem.vue.js +44 -0
- package/esm/components/QToggleGroup/QToggleGroupItem.vue2.js +4 -0
- package/esm/components/QToggleGroup/index.d.ts +75 -0
- package/esm/components/QToggleGroup/index.d.ts.map +1 -0
- package/esm/components/QToggleGroup/index.js +8 -0
- package/esm/components/QToggleGroup/types.d.ts +19 -0
- package/esm/components/QToggleGroup/types.d.ts.map +1 -0
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +42 -40
- package/esm/components/index.d.ts +2 -1
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +83 -79
- package/esm/composables/{group.d.ts → useGroup/index.d.ts} +11 -3
- package/esm/composables/useGroup/index.d.ts.map +1 -0
- package/esm/composables/useGroup/index.js +38 -0
- package/esm/index.d.ts +4 -1
- package/package.json +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +0 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +0 -62
- package/esm/components/QButtonToggle/QButtonToggle.vue2.js +0 -4
- package/esm/components/QButtonToggle/index.d.ts +0 -51
- package/esm/components/QButtonToggle/index.d.ts.map +0 -1
- package/esm/components/QButtonToggle/types.d.ts +0 -29
- package/esm/components/QButtonToggle/types.d.ts.map +0 -1
- package/esm/composables/group.d.ts.map +0 -1
- package/esm/composables/group.js +0 -31
|
@@ -1,22 +1,20 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { DEFAULT_ICONS as
|
|
3
|
-
import { QButton as
|
|
4
|
-
import { QCard as
|
|
5
|
-
import { QChevron as
|
|
6
|
-
|
|
7
|
-
import { useId as R } from "../../composables/uid.js";
|
|
8
|
-
const L = {
|
|
1
|
+
import { defineComponent as k, mergeModels as C, useModel as T, computed as c, createBlock as y, openBlock as a, unref as n, normalizeClass as m, withCtx as d, createElementVNode as i, renderSlot as s, createElementBlock as r, createCommentVNode as t, createVNode as u, toDisplayString as _, createTextVNode as N } from "vue";
|
|
2
|
+
import { DEFAULT_ICONS as $ } from "./types.js";
|
|
3
|
+
import { QButton as w } from "../QButton/index.js";
|
|
4
|
+
import { QCard as B } from "../QCard/index.js";
|
|
5
|
+
import { QChevron as b } from "../__internal__/QChevron/index.js";
|
|
6
|
+
const E = {
|
|
9
7
|
key: 0,
|
|
10
8
|
class: "q-collapsible__header"
|
|
11
|
-
},
|
|
9
|
+
}, V = { class: "q-collapsible__title" }, I = { class: "q-collapsible__title-text" }, O = {
|
|
12
10
|
key: 1,
|
|
13
11
|
class: "q-collapsible--required"
|
|
14
|
-
},
|
|
12
|
+
}, R = {
|
|
15
13
|
key: 0,
|
|
16
14
|
class: "q-collapsible__subtitle"
|
|
17
|
-
},
|
|
15
|
+
}, L = { class: "q-collapsible__content-inner" }, Q = { class: "q-collapsible__content" }, U = /* @__PURE__ */ k({
|
|
18
16
|
__name: "QCollapsible",
|
|
19
|
-
props: /* @__PURE__ */
|
|
17
|
+
props: /* @__PURE__ */ C({
|
|
20
18
|
id: {},
|
|
21
19
|
class: {},
|
|
22
20
|
title: {},
|
|
@@ -26,105 +24,102 @@ const L = {
|
|
|
26
24
|
spacing: {},
|
|
27
25
|
variant: {},
|
|
28
26
|
width: { default: "fit-content" },
|
|
29
|
-
icons: { default: () =>
|
|
27
|
+
icons: { default: () => $ }
|
|
30
28
|
}, {
|
|
31
29
|
modelValue: { type: Boolean },
|
|
32
30
|
modelModifiers: {}
|
|
33
31
|
}),
|
|
34
32
|
emits: ["update:modelValue"],
|
|
35
|
-
setup(
|
|
36
|
-
const l =
|
|
37
|
-
const e = l.spacing && l.spacing !== "comfortable" ? `q-collapsible--${l.spacing}` : void 0,
|
|
33
|
+
setup(p) {
|
|
34
|
+
const l = p, o = T(p, "modelValue"), f = c(() => l.width === "block" ? "block" : void 0), h = c(() => {
|
|
35
|
+
const e = l.spacing && l.spacing !== "comfortable" ? `q-collapsible--${l.spacing}` : void 0, v = l.variant && l.variant !== "default" ? `q-collapsible--${l.variant}` : void 0;
|
|
38
36
|
return [
|
|
39
37
|
"q-collapsible",
|
|
40
38
|
e,
|
|
41
|
-
|
|
39
|
+
v,
|
|
42
40
|
{
|
|
43
41
|
"q-collapsible--icon-right": l.iconRight
|
|
44
42
|
},
|
|
45
43
|
l.class
|
|
46
44
|
];
|
|
47
|
-
}),
|
|
45
|
+
}), q = c(() => [
|
|
48
46
|
"q-collapsible__content-wrapper",
|
|
49
47
|
{
|
|
50
|
-
"q-collapsible__content-show":
|
|
48
|
+
"q-collapsible__content-show": o.value
|
|
51
49
|
}
|
|
52
50
|
]);
|
|
53
|
-
function
|
|
54
|
-
|
|
51
|
+
function g() {
|
|
52
|
+
o.value = !o.value;
|
|
55
53
|
}
|
|
56
|
-
return
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
id: a(m),
|
|
61
|
-
class: _(g.value),
|
|
62
|
-
width: q.value
|
|
54
|
+
return (e, v) => (a(), y(n(B), {
|
|
55
|
+
id: l.id,
|
|
56
|
+
class: m(h.value),
|
|
57
|
+
width: f.value
|
|
63
58
|
}, {
|
|
64
|
-
header:
|
|
65
|
-
e.title ? (
|
|
66
|
-
|
|
59
|
+
header: d(() => [
|
|
60
|
+
e.title ? (a(), r("div", E, [
|
|
61
|
+
u(n(w), {
|
|
67
62
|
variant: "text",
|
|
68
63
|
block: "",
|
|
69
64
|
class: "q-collapsible__btn",
|
|
70
|
-
"aria-expanded":
|
|
71
|
-
onClick:
|
|
65
|
+
"aria-expanded": o.value,
|
|
66
|
+
onClick: g
|
|
72
67
|
}, {
|
|
73
|
-
default:
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
e.iconRight ?
|
|
78
|
-
|
|
79
|
-
"model-value":
|
|
68
|
+
default: d(() => [
|
|
69
|
+
t(" TITLE "),
|
|
70
|
+
i("div", V, [
|
|
71
|
+
t(" ICON ON THE LEFT "),
|
|
72
|
+
e.iconRight ? t("v-if", !0) : s(e.$slots, "icon", { key: 0 }, () => [
|
|
73
|
+
u(n(b), {
|
|
74
|
+
"model-value": o.value,
|
|
80
75
|
icons: l.icons
|
|
81
76
|
}, null, 8, ["model-value", "icons"])
|
|
82
77
|
]),
|
|
83
|
-
|
|
84
|
-
|
|
78
|
+
s(e.$slots, "title.prepend"),
|
|
79
|
+
i(
|
|
85
80
|
"h4",
|
|
86
|
-
|
|
87
|
-
|
|
81
|
+
I,
|
|
82
|
+
_(e.title),
|
|
88
83
|
1
|
|
89
84
|
/* TEXT */
|
|
90
85
|
),
|
|
91
|
-
l.required ? (
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
e.iconRight ?
|
|
95
|
-
|
|
96
|
-
"model-value":
|
|
86
|
+
l.required ? (a(), r("span", O, " * ")) : t("v-if", !0),
|
|
87
|
+
s(e.$slots, "title.append"),
|
|
88
|
+
t(" ICON ON THE RIGHT "),
|
|
89
|
+
e.iconRight ? s(e.$slots, "icon", { key: 2 }, () => [
|
|
90
|
+
u(n(b), {
|
|
91
|
+
"model-value": o.value,
|
|
97
92
|
class: "q-collapsible__chevron-right",
|
|
98
93
|
icons: l.icons
|
|
99
94
|
}, null, 8, ["model-value", "icons"])
|
|
100
|
-
]) :
|
|
95
|
+
]) : t("v-if", !0)
|
|
101
96
|
]),
|
|
102
|
-
|
|
103
|
-
e.$slots.subtitle || e.subtitle ? (
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
97
|
+
t(" SUBTITLE "),
|
|
98
|
+
e.$slots.subtitle || e.subtitle ? (a(), r("div", R, [
|
|
99
|
+
s(e.$slots, "subtitle", {}, () => [
|
|
100
|
+
N(
|
|
101
|
+
_(e.subtitle),
|
|
107
102
|
1
|
|
108
103
|
/* TEXT */
|
|
109
104
|
)
|
|
110
105
|
])
|
|
111
|
-
])) :
|
|
106
|
+
])) : t("v-if", !0)
|
|
112
107
|
]),
|
|
113
108
|
_: 3
|
|
114
109
|
/* FORWARDED */
|
|
115
110
|
}, 8, ["aria-expanded"])
|
|
116
|
-
])) :
|
|
111
|
+
])) : t("v-if", !0)
|
|
117
112
|
]),
|
|
118
|
-
default:
|
|
119
|
-
|
|
113
|
+
default: d(() => [
|
|
114
|
+
i(
|
|
120
115
|
"div",
|
|
121
116
|
{
|
|
122
|
-
class:
|
|
117
|
+
class: m(q.value)
|
|
123
118
|
},
|
|
124
119
|
[
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
120
|
+
i("div", L, [
|
|
121
|
+
i("div", Q, [
|
|
122
|
+
s(e.$slots, "default")
|
|
128
123
|
])
|
|
129
124
|
])
|
|
130
125
|
],
|
|
@@ -138,5 +133,5 @@ const L = {
|
|
|
138
133
|
}
|
|
139
134
|
});
|
|
140
135
|
export {
|
|
141
|
-
|
|
136
|
+
U as default
|
|
142
137
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { QCollapsibleProps } from './types';
|
|
1
|
+
import { QCollapsibleProps, QCollapsibleSpacing, QCollapsibleVariant, QCollapsibleWidth } from './types';
|
|
2
2
|
declare const QCollapsible: {
|
|
3
3
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
4
|
modelValue?: boolean;
|
|
@@ -7,16 +7,16 @@ declare const QCollapsible: {
|
|
|
7
7
|
subtitle?: string;
|
|
8
8
|
required?: boolean;
|
|
9
9
|
iconRight?: boolean;
|
|
10
|
-
spacing?:
|
|
11
|
-
variant?:
|
|
12
|
-
width?:
|
|
10
|
+
spacing?: QCollapsibleSpacing;
|
|
11
|
+
variant?: QCollapsibleVariant;
|
|
12
|
+
width?: QCollapsibleWidth;
|
|
13
13
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
14
14
|
}> & Readonly<{
|
|
15
15
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
16
16
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
17
|
"update:modelValue": (value: boolean) => any;
|
|
18
18
|
}, import('vue').PublicProps, {
|
|
19
|
-
width:
|
|
19
|
+
width: QCollapsibleWidth;
|
|
20
20
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
21
21
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
22
22
|
P: {};
|
|
@@ -32,14 +32,14 @@ declare const QCollapsible: {
|
|
|
32
32
|
subtitle?: string;
|
|
33
33
|
required?: boolean;
|
|
34
34
|
iconRight?: boolean;
|
|
35
|
-
spacing?:
|
|
36
|
-
variant?:
|
|
37
|
-
width?:
|
|
35
|
+
spacing?: QCollapsibleSpacing;
|
|
36
|
+
variant?: QCollapsibleVariant;
|
|
37
|
+
width?: QCollapsibleWidth;
|
|
38
38
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
39
39
|
}> & Readonly<{
|
|
40
40
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
41
41
|
}>, {}, {}, {}, {}, {
|
|
42
|
-
width:
|
|
42
|
+
width: QCollapsibleWidth;
|
|
43
43
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
44
44
|
}>;
|
|
45
45
|
__isFragment?: never;
|
|
@@ -52,16 +52,16 @@ declare const QCollapsible: {
|
|
|
52
52
|
subtitle?: string;
|
|
53
53
|
required?: boolean;
|
|
54
54
|
iconRight?: boolean;
|
|
55
|
-
spacing?:
|
|
56
|
-
variant?:
|
|
57
|
-
width?:
|
|
55
|
+
spacing?: QCollapsibleSpacing;
|
|
56
|
+
variant?: QCollapsibleVariant;
|
|
57
|
+
width?: QCollapsibleWidth;
|
|
58
58
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
59
59
|
}> & Readonly<{
|
|
60
60
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
61
61
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
62
62
|
"update:modelValue": (value: boolean) => any;
|
|
63
63
|
}, string, {
|
|
64
|
-
width:
|
|
64
|
+
width: QCollapsibleWidth;
|
|
65
65
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
66
66
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
67
67
|
$slots: {
|
|
@@ -74,5 +74,5 @@ declare const QCollapsible: {
|
|
|
74
74
|
};
|
|
75
75
|
});
|
|
76
76
|
export { QCollapsible };
|
|
77
|
-
export type { QCollapsibleProps };
|
|
77
|
+
export type { QCollapsibleProps, QCollapsibleSpacing, QCollapsibleVariant, QCollapsibleWidth };
|
|
78
78
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACX,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,EACjB,MAAM,SAAS,CAAA;AAKhB,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AAGnD,OAAO,EAAE,YAAY,EAAE,CAAA;AAGvB,YAAY,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,CAAA"}
|
|
@@ -229,7 +229,6 @@ declare function __VLS_template(): {
|
|
|
229
229
|
readonly loading?: boolean | undefined;
|
|
230
230
|
readonly size?: import('../QButton/types').QButtonSize | undefined;
|
|
231
231
|
readonly iconPos?: import('../QButton/types').QButtonIconPosition | undefined;
|
|
232
|
-
readonly active?: boolean | undefined;
|
|
233
232
|
readonly pill?: boolean | undefined;
|
|
234
233
|
readonly onClick?: ((event: Event) => any) | undefined;
|
|
235
234
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -303,8 +302,8 @@ declare function __VLS_template(): {
|
|
|
303
302
|
readonly itemLabel?: string | undefined;
|
|
304
303
|
readonly disabled?: boolean | undefined;
|
|
305
304
|
readonly selectable?: boolean | undefined;
|
|
306
|
-
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
307
305
|
readonly onClick?: ((key: any) => any) | undefined;
|
|
306
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
308
307
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
309
308
|
$attrs: {
|
|
310
309
|
[x: string]: unknown;
|
|
@@ -326,8 +325,8 @@ declare function __VLS_template(): {
|
|
|
326
325
|
readonly disabled?: boolean | undefined;
|
|
327
326
|
readonly description?: string | undefined;
|
|
328
327
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
329
|
-
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
330
328
|
readonly onClick?: (() => any) | undefined;
|
|
329
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
331
330
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
332
331
|
$attrs: {
|
|
333
332
|
[x: string]: unknown;
|
|
@@ -341,13 +340,13 @@ declare function __VLS_template(): {
|
|
|
341
340
|
$root: import('vue').ComponentPublicInstance | null;
|
|
342
341
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
343
342
|
$host: Element | null;
|
|
344
|
-
$emit: ((event: "
|
|
343
|
+
$emit: ((event: "click") => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
345
344
|
$el: HTMLLIElement;
|
|
346
345
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
347
346
|
modelValue?: boolean;
|
|
348
347
|
} & import('..').QListItemProps> & Readonly<{
|
|
349
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
350
348
|
onClick?: (() => any) | undefined;
|
|
349
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
351
350
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
352
351
|
"update:modelValue": (value: boolean) => any;
|
|
353
352
|
} & {
|
|
@@ -379,8 +378,8 @@ declare function __VLS_template(): {
|
|
|
379
378
|
}> & Omit<Readonly<{
|
|
380
379
|
modelValue?: boolean;
|
|
381
380
|
} & import('..').QListItemProps> & Readonly<{
|
|
382
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
383
381
|
onClick?: (() => any) | undefined;
|
|
382
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
384
383
|
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
385
384
|
$slots: {
|
|
386
385
|
prepend?(_: {}): any;
|
|
@@ -395,7 +394,7 @@ declare function __VLS_template(): {
|
|
|
395
394
|
$root: import('vue').ComponentPublicInstance | null;
|
|
396
395
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
397
396
|
$host: Element | null;
|
|
398
|
-
$emit: ((event: "
|
|
397
|
+
$emit: ((event: "click", key: any) => void) & ((event: "update:modelValue", value: any) => void);
|
|
399
398
|
$el: any;
|
|
400
399
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
401
400
|
modelValue?: any;
|
|
@@ -408,8 +407,8 @@ declare function __VLS_template(): {
|
|
|
408
407
|
disabled?: boolean;
|
|
409
408
|
selectable?: boolean;
|
|
410
409
|
}> & Readonly<{
|
|
411
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
412
410
|
onClick?: ((key: any) => any) | undefined;
|
|
411
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
413
412
|
}>, {
|
|
414
413
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
415
414
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -458,8 +457,8 @@ declare function __VLS_template(): {
|
|
|
458
457
|
disabled?: boolean;
|
|
459
458
|
selectable?: boolean;
|
|
460
459
|
}> & Readonly<{
|
|
461
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
462
460
|
onClick?: ((key: any) => any) | undefined;
|
|
461
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
463
462
|
}>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
464
463
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
465
464
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -1105,7 +1104,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1105
1104
|
readonly loading?: boolean | undefined;
|
|
1106
1105
|
readonly size?: import('../QButton/types').QButtonSize | undefined;
|
|
1107
1106
|
readonly iconPos?: import('../QButton/types').QButtonIconPosition | undefined;
|
|
1108
|
-
readonly active?: boolean | undefined;
|
|
1109
1107
|
readonly pill?: boolean | undefined;
|
|
1110
1108
|
readonly onClick?: ((event: Event) => any) | undefined;
|
|
1111
1109
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1179,8 +1177,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1179
1177
|
readonly itemLabel?: string | undefined;
|
|
1180
1178
|
readonly disabled?: boolean | undefined;
|
|
1181
1179
|
readonly selectable?: boolean | undefined;
|
|
1182
|
-
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1183
1180
|
readonly onClick?: ((key: any) => any) | undefined;
|
|
1181
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1184
1182
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
1185
1183
|
$attrs: {
|
|
1186
1184
|
[x: string]: unknown;
|
|
@@ -1202,8 +1200,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1202
1200
|
readonly disabled?: boolean | undefined;
|
|
1203
1201
|
readonly description?: string | undefined;
|
|
1204
1202
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
1205
|
-
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1206
1203
|
readonly onClick?: (() => any) | undefined;
|
|
1204
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1207
1205
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
1208
1206
|
$attrs: {
|
|
1209
1207
|
[x: string]: unknown;
|
|
@@ -1217,13 +1215,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1217
1215
|
$root: import('vue').ComponentPublicInstance | null;
|
|
1218
1216
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
1219
1217
|
$host: Element | null;
|
|
1220
|
-
$emit: ((event: "
|
|
1218
|
+
$emit: ((event: "click") => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
1221
1219
|
$el: HTMLLIElement;
|
|
1222
1220
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1223
1221
|
modelValue?: boolean;
|
|
1224
1222
|
} & import('..').QListItemProps> & Readonly<{
|
|
1225
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1226
1223
|
onClick?: (() => any) | undefined;
|
|
1224
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1227
1225
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1228
1226
|
"update:modelValue": (value: boolean) => any;
|
|
1229
1227
|
} & {
|
|
@@ -1255,8 +1253,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1255
1253
|
}> & Omit<Readonly<{
|
|
1256
1254
|
modelValue?: boolean;
|
|
1257
1255
|
} & import('..').QListItemProps> & Readonly<{
|
|
1258
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1259
1256
|
onClick?: (() => any) | undefined;
|
|
1257
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1260
1258
|
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1261
1259
|
$slots: {
|
|
1262
1260
|
prepend?(_: {}): any;
|
|
@@ -1271,7 +1269,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1271
1269
|
$root: import('vue').ComponentPublicInstance | null;
|
|
1272
1270
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
1273
1271
|
$host: Element | null;
|
|
1274
|
-
$emit: ((event: "
|
|
1272
|
+
$emit: ((event: "click", key: any) => void) & ((event: "update:modelValue", value: any) => void);
|
|
1275
1273
|
$el: any;
|
|
1276
1274
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1277
1275
|
modelValue?: any;
|
|
@@ -1284,8 +1282,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1284
1282
|
disabled?: boolean;
|
|
1285
1283
|
selectable?: boolean;
|
|
1286
1284
|
}> & Readonly<{
|
|
1287
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1288
1285
|
onClick?: ((key: any) => any) | undefined;
|
|
1286
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1289
1287
|
}>, {
|
|
1290
1288
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
1291
1289
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -1334,8 +1332,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1334
1332
|
disabled?: boolean;
|
|
1335
1333
|
selectable?: boolean;
|
|
1336
1334
|
}> & Readonly<{
|
|
1337
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1338
1335
|
onClick?: ((key: any) => any) | undefined;
|
|
1336
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1339
1337
|
}>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
1340
1338
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
1341
1339
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"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"}
|