@quidgest/ui 0.14.6 → 0.14.7
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/ui.css +0 -6
- package/dist/ui.esm.js +1179 -1073
- package/dist/ui.js +43 -6
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +185 -174
- package/dist/ui.scss +1 -6
- package/esm/components/QAccordion/QAccordion.d.ts +7 -6
- package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.d.ts +3 -2
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +11 -11
- package/esm/components/QButton/QButton.d.ts +3 -2
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +14 -14
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +3 -2
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +3 -3
- package/esm/components/QButtonToggle/QButtonToggle.d.ts +7 -6
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +6 -6
- package/esm/components/QCard/QCard.d.ts +2 -1
- package/esm/components/QCard/QCard.d.ts.map +1 -1
- package/esm/components/QCard/QCard.vue.js +30 -30
- package/esm/components/QCheckbox/QCheckbox.d.ts +4 -4
- package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +4 -4
- package/esm/components/QCollapsible/QCollapsible.d.ts +6 -5
- package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +25 -25
- package/esm/components/QCombobox/QCombobox.d.ts +31 -30
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +80 -80
- package/esm/components/QDialog/QDialog.d.ts +6 -5
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +7 -7
- package/esm/components/QField/QField.d.ts +2 -1
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +9 -9
- package/esm/components/QIcon/InlineSvg.d.ts +1 -1
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +9 -9
- package/esm/components/QIcon/QIconFont.d.ts +1 -1
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.vue.js +5 -5
- package/esm/components/QIcon/QIconImg.d.ts +1 -1
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.vue.js +5 -5
- package/esm/components/QIcon/QIconSvg.d.ts +2 -2
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.vue.js +17 -17
- package/esm/components/QInputGroup/QInputGroup.d.ts +2 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +24 -24
- package/esm/components/QLineLoader/QLineLoader.d.ts +1 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.vue.js +4 -4
- package/esm/components/QList/QList.d.ts +6 -5
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +1 -1
- package/esm/components/QList/QListItem.d.ts +3 -2
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +18 -18
- package/esm/components/QList/QListItemGroup.d.ts +3 -2
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +6 -5
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +148 -138
- package/esm/components/QPopover/QPopover.d.ts +6 -5
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +3 -2
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +22 -22
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +3 -2
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +4 -4
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +3 -2
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +24 -0
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +72 -0
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue2.js +4 -0
- package/esm/components/QRemoveScrollBar/constants.d.ts +10 -0
- package/esm/components/QRemoveScrollBar/constants.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/constants.js +8 -0
- package/esm/components/QRemoveScrollBar/index.d.ts +4 -0
- package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/index.js +6 -0
- package/esm/components/QRemoveScrollBar/types.d.ts +18 -0
- package/esm/components/QRemoveScrollBar/types.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/utils/gap.d.ts +15 -0
- package/esm/components/QRemoveScrollBar/utils/gap.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/utils/gap.js +23 -0
- package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts +5 -0
- package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/utils/stylesheet.js +24 -0
- package/esm/components/QSelect/QSelect.d.ts +11 -10
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +33 -33
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +11 -11
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +6 -6
- package/esm/components/QTextField/QTextField.d.ts +6 -5
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +15 -15
- package/esm/components/QThemeProvider/QThemeProvider.d.ts +3 -2
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts +6 -5
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +15 -15
- package/esm/composables/defaults.js +5 -5
- package/esm/composables/group.js +8 -8
- package/esm/composables/overlay.js +11 -11
- package/esm/framework.js +2 -2
- package/esm/utils/color.js +6 -6
- package/package.json +31 -30
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as T, mergeModels as w, useModel as I, computed as r, watch as N, openBlock as c, createBlock as $, unref as a, normalizeClass as
|
|
1
|
+
import { defineComponent as T, mergeModels as w, useModel as I, computed as r, watch as N, openBlock as c, createBlock as $, unref as a, normalizeClass as f, withCtx as d, createElementBlock as u, createVNode as p, createCommentVNode as o, createElementVNode as n, renderSlot as s, mergeProps as h, toDisplayString as m, createTextVNode as B } from "vue";
|
|
2
2
|
import { QCard as E } from "../QCard/index.js";
|
|
3
3
|
import { QButton as V } from "../QButton/index.js";
|
|
4
4
|
import { QIcon as q } from "../QIcon/index.js";
|
|
@@ -32,7 +32,7 @@ const Q = {
|
|
|
32
32
|
}),
|
|
33
33
|
emits: ["update:modelValue"],
|
|
34
34
|
setup(v) {
|
|
35
|
-
const l = v, i = I(v, "modelValue"), _ = L(l.id),
|
|
35
|
+
const l = v, i = I(v, "modelValue"), _ = L(l.id), t = R(_), g = r(() => l.width === "block" ? "block" : void 0), k = r(() => {
|
|
36
36
|
const e = l.spacing && l.spacing !== "comfortable" ? `q-collapsible--${l.spacing}` : void 0, b = l.variant && l.variant !== "default" ? `q-collapsible--${l.variant}` : void 0;
|
|
37
37
|
return [
|
|
38
38
|
"q-collapsible",
|
|
@@ -49,31 +49,31 @@ const Q = {
|
|
|
49
49
|
"q-collapsible__content-show": i.value
|
|
50
50
|
}
|
|
51
51
|
]), C = () => {
|
|
52
|
-
i.value = !i.value,
|
|
52
|
+
i.value = !i.value, t == null || t.toggle();
|
|
53
53
|
};
|
|
54
54
|
return N(
|
|
55
|
-
() =>
|
|
56
|
-
() => i.value =
|
|
55
|
+
() => t == null ? void 0 : t.isActive.value,
|
|
56
|
+
() => i.value = t == null ? void 0 : t.isActive.value
|
|
57
57
|
), (e, b) => (c(), $(a(E), {
|
|
58
58
|
id: a(_),
|
|
59
|
-
class:
|
|
59
|
+
class: f(k.value),
|
|
60
60
|
width: g.value
|
|
61
61
|
}, {
|
|
62
62
|
header: d(() => [
|
|
63
|
-
e.title ? (c(),
|
|
64
|
-
|
|
63
|
+
e.title ? (c(), u("div", Q, [
|
|
64
|
+
p(a(V), {
|
|
65
65
|
"b-style": "tertiary",
|
|
66
66
|
class: "q-collapsible__btn",
|
|
67
67
|
onClick: C
|
|
68
68
|
}, {
|
|
69
69
|
default: d(() => [
|
|
70
|
-
|
|
70
|
+
o(" TITLE "),
|
|
71
71
|
n("div", S, [
|
|
72
|
-
|
|
73
|
-
e.iconRight ?
|
|
74
|
-
|
|
72
|
+
o(" ICON ON THE LEFT "),
|
|
73
|
+
e.iconRight ? o("v-if", !0) : s(e.$slots, "icon", { key: 0 }, () => [
|
|
74
|
+
p(
|
|
75
75
|
a(q),
|
|
76
|
-
|
|
76
|
+
h({ class: "q-collapsible__chevron" }, l.icons.chevron),
|
|
77
77
|
null,
|
|
78
78
|
16
|
|
79
79
|
/* FULL_PROPS */
|
|
@@ -83,44 +83,44 @@ const Q = {
|
|
|
83
83
|
n(
|
|
84
84
|
"h4",
|
|
85
85
|
A,
|
|
86
|
-
|
|
86
|
+
m(e.title),
|
|
87
87
|
1
|
|
88
88
|
/* TEXT */
|
|
89
89
|
),
|
|
90
|
-
l.required ? (c(),
|
|
90
|
+
l.required ? (c(), u("span", H, " * ")) : o("v-if", !0),
|
|
91
91
|
s(e.$slots, "title.append"),
|
|
92
|
-
|
|
92
|
+
o(" ICON ON THE RIGHT "),
|
|
93
93
|
e.iconRight ? s(e.$slots, "icon", { key: 2 }, () => [
|
|
94
|
-
|
|
94
|
+
p(
|
|
95
95
|
a(q),
|
|
96
|
-
|
|
96
|
+
h({ class: "q-collapsible__chevron q-collapsible__chevron-right" }, l.icons.chevron),
|
|
97
97
|
null,
|
|
98
98
|
16
|
|
99
99
|
/* FULL_PROPS */
|
|
100
100
|
)
|
|
101
|
-
]) :
|
|
101
|
+
]) : o("v-if", !0)
|
|
102
102
|
]),
|
|
103
|
-
|
|
104
|
-
e.$slots.subtitle || e.subtitle ? (c(),
|
|
103
|
+
o(" SUBTITLE "),
|
|
104
|
+
e.$slots.subtitle || e.subtitle ? (c(), u("div", M, [
|
|
105
105
|
s(e.$slots, "subtitle", {}, () => [
|
|
106
106
|
B(
|
|
107
|
-
|
|
107
|
+
m(e.subtitle),
|
|
108
108
|
1
|
|
109
109
|
/* TEXT */
|
|
110
110
|
)
|
|
111
111
|
])
|
|
112
|
-
])) :
|
|
112
|
+
])) : o("v-if", !0)
|
|
113
113
|
]),
|
|
114
114
|
_: 3
|
|
115
115
|
/* FORWARDED */
|
|
116
116
|
})
|
|
117
|
-
])) :
|
|
117
|
+
])) : o("v-if", !0)
|
|
118
118
|
]),
|
|
119
119
|
default: d(() => [
|
|
120
120
|
n(
|
|
121
121
|
"div",
|
|
122
122
|
{
|
|
123
|
-
class:
|
|
123
|
+
class: f(y.value)
|
|
124
124
|
},
|
|
125
125
|
[
|
|
126
126
|
n("div", D, [
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { QComboboxProps, DEFAULT_ICONS, DEFAULT_TEXTS } from './types';
|
|
2
2
|
import { Primitive } from '../../types/primitive';
|
|
3
3
|
import { nextTick } from 'vue';
|
|
4
|
-
|
|
4
|
+
type __VLS_Props = QComboboxProps;
|
|
5
5
|
type __VLS_PublicProps = {
|
|
6
6
|
modelValue?: any;
|
|
7
7
|
'open'?: boolean;
|
|
8
8
|
'search'?: string;
|
|
9
|
-
} &
|
|
9
|
+
} & __VLS_Props;
|
|
10
10
|
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
11
12
|
slots: {
|
|
12
13
|
"label.prepend"?(_: {}): any;
|
|
13
14
|
"label.append"?(_: {}): any;
|
|
@@ -37,7 +38,7 @@ declare function __VLS_template(): {
|
|
|
37
38
|
readonly role?: string | undefined;
|
|
38
39
|
readonly type?: string | undefined;
|
|
39
40
|
readonly class?: (string | unknown[]) | undefined;
|
|
40
|
-
readonly "onUpdate:modelValue"?: ((
|
|
41
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
41
42
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
42
43
|
$attrs: {
|
|
43
44
|
[x: string]: unknown;
|
|
@@ -51,17 +52,17 @@ declare function __VLS_template(): {
|
|
|
51
52
|
$root: import('vue').ComponentPublicInstance | null;
|
|
52
53
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
53
54
|
$host: Element | null;
|
|
54
|
-
$emit: (event: "update:modelValue",
|
|
55
|
+
$emit: (event: "update:modelValue", value: string) => void;
|
|
55
56
|
$el: any;
|
|
56
57
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
57
58
|
modelValue?: string;
|
|
58
59
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
59
|
-
"onUpdate:modelValue"?: ((
|
|
60
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
60
61
|
}>, {
|
|
61
62
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
62
63
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
63
64
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
64
|
-
"update:modelValue": (
|
|
65
|
+
"update:modelValue": (value: string) => any;
|
|
65
66
|
}, string, {
|
|
66
67
|
size: import('..').QFieldSize;
|
|
67
68
|
class: string | unknown[];
|
|
@@ -103,7 +104,7 @@ declare function __VLS_template(): {
|
|
|
103
104
|
}> & Omit<Readonly<{
|
|
104
105
|
modelValue?: string;
|
|
105
106
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
106
|
-
"onUpdate:modelValue"?: ((
|
|
107
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
107
108
|
}>, "fieldRef" | "inputRef" | ("size" | "class" | "label" | "type" | "role" | "id" | "placeholder" | "maxLength")> & import('vue').ShallowUnwrapRef<{
|
|
108
109
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
109
110
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
@@ -146,7 +147,7 @@ declare function __VLS_template(): {
|
|
|
146
147
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
147
148
|
$host: Element | null;
|
|
148
149
|
$emit: (event: "click", event: Event) => void;
|
|
149
|
-
$el:
|
|
150
|
+
$el: HTMLButtonElement;
|
|
150
151
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../QButton').QButtonProps> & Readonly<{
|
|
151
152
|
onClick?: ((event: Event) => any) | undefined;
|
|
152
153
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -202,7 +203,7 @@ declare function __VLS_template(): {
|
|
|
202
203
|
readonly disabled?: boolean | undefined;
|
|
203
204
|
readonly class?: (string | unknown[]) | undefined;
|
|
204
205
|
readonly selectable?: boolean | undefined;
|
|
205
|
-
readonly "onUpdate:modelValue"?: ((
|
|
206
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
206
207
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
207
208
|
$attrs: {
|
|
208
209
|
[x: string]: unknown;
|
|
@@ -216,12 +217,12 @@ declare function __VLS_template(): {
|
|
|
216
217
|
$root: import('vue').ComponentPublicInstance | null;
|
|
217
218
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
218
219
|
$host: Element | null;
|
|
219
|
-
$emit: (event: "update:modelValue",
|
|
220
|
+
$emit: (event: "update:modelValue", value: any) => void;
|
|
220
221
|
$el: any;
|
|
221
222
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
222
223
|
modelValue?: any;
|
|
223
224
|
} & import('../QList').QListProps> & Readonly<{
|
|
224
|
-
"onUpdate:modelValue"?: ((
|
|
225
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
225
226
|
}>, {
|
|
226
227
|
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
227
228
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
@@ -229,7 +230,7 @@ declare function __VLS_template(): {
|
|
|
229
230
|
getFirstFocusableItemIndex: () => number;
|
|
230
231
|
getLastFocusableItemIndex: () => number;
|
|
231
232
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
232
|
-
"update:modelValue": (
|
|
233
|
+
"update:modelValue": (value: any) => any;
|
|
233
234
|
}, string, {
|
|
234
235
|
class: string | unknown[];
|
|
235
236
|
highlighted: Primitive;
|
|
@@ -265,7 +266,7 @@ declare function __VLS_template(): {
|
|
|
265
266
|
}> & Omit<Readonly<{
|
|
266
267
|
modelValue?: any;
|
|
267
268
|
} & import('../QList').QListProps> & Readonly<{
|
|
268
|
-
"onUpdate:modelValue"?: ((
|
|
269
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
269
270
|
}>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("class" | "highlighted" | "groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
270
271
|
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
271
272
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
@@ -280,7 +281,7 @@ declare function __VLS_template(): {
|
|
|
280
281
|
};
|
|
281
282
|
}) | null;
|
|
282
283
|
};
|
|
283
|
-
|
|
284
|
+
rootEl: any;
|
|
284
285
|
};
|
|
285
286
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
286
287
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
@@ -300,7 +301,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
300
301
|
readonly role?: string | undefined;
|
|
301
302
|
readonly type?: string | undefined;
|
|
302
303
|
readonly class?: (string | unknown[]) | undefined;
|
|
303
|
-
readonly "onUpdate:modelValue"?: ((
|
|
304
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
304
305
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
305
306
|
$attrs: {
|
|
306
307
|
[x: string]: unknown;
|
|
@@ -314,17 +315,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
314
315
|
$root: import('vue').ComponentPublicInstance | null;
|
|
315
316
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
316
317
|
$host: Element | null;
|
|
317
|
-
$emit: (event: "update:modelValue",
|
|
318
|
+
$emit: (event: "update:modelValue", value: string) => void;
|
|
318
319
|
$el: any;
|
|
319
320
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
320
321
|
modelValue?: string;
|
|
321
322
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
322
|
-
"onUpdate:modelValue"?: ((
|
|
323
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
323
324
|
}>, {
|
|
324
325
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
325
326
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
326
327
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
327
|
-
"update:modelValue": (
|
|
328
|
+
"update:modelValue": (value: string) => any;
|
|
328
329
|
}, string, {
|
|
329
330
|
size: import('..').QFieldSize;
|
|
330
331
|
class: string | unknown[];
|
|
@@ -366,7 +367,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
366
367
|
}> & Omit<Readonly<{
|
|
367
368
|
modelValue?: string;
|
|
368
369
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
369
|
-
"onUpdate:modelValue"?: ((
|
|
370
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
370
371
|
}>, "fieldRef" | "inputRef" | ("size" | "class" | "label" | "type" | "role" | "id" | "placeholder" | "maxLength")> & import('vue').ShallowUnwrapRef<{
|
|
371
372
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
372
373
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
@@ -394,7 +395,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
394
395
|
readonly role?: string | undefined;
|
|
395
396
|
readonly type?: string | undefined;
|
|
396
397
|
readonly class?: (string | unknown[]) | undefined;
|
|
397
|
-
readonly "onUpdate:modelValue"?: ((
|
|
398
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
398
399
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
399
400
|
$attrs: {
|
|
400
401
|
[x: string]: unknown;
|
|
@@ -408,17 +409,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
408
409
|
$root: import('vue').ComponentPublicInstance | null;
|
|
409
410
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
410
411
|
$host: Element | null;
|
|
411
|
-
$emit: (event: "update:modelValue",
|
|
412
|
+
$emit: (event: "update:modelValue", value: string) => void;
|
|
412
413
|
$el: any;
|
|
413
414
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
414
415
|
modelValue?: string;
|
|
415
416
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
416
|
-
"onUpdate:modelValue"?: ((
|
|
417
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
417
418
|
}>, {
|
|
418
419
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
419
420
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
420
421
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
421
|
-
"update:modelValue": (
|
|
422
|
+
"update:modelValue": (value: string) => any;
|
|
422
423
|
}, string, {
|
|
423
424
|
size: import('..').QFieldSize;
|
|
424
425
|
class: string | unknown[];
|
|
@@ -460,7 +461,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
460
461
|
}> & Omit<Readonly<{
|
|
461
462
|
modelValue?: string;
|
|
462
463
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
463
|
-
"onUpdate:modelValue"?: ((
|
|
464
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
464
465
|
}>, "fieldRef" | "inputRef" | ("size" | "class" | "label" | "type" | "role" | "id" | "placeholder" | "maxLength")> & import('vue').ShallowUnwrapRef<{
|
|
465
466
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
466
467
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
@@ -474,22 +475,22 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
474
475
|
};
|
|
475
476
|
}) | null>;
|
|
476
477
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
477
|
-
"update:modelValue": (
|
|
478
|
-
"update:open": (
|
|
479
|
-
"update:search": (
|
|
478
|
+
"update:modelValue": (value: any) => any;
|
|
479
|
+
"update:open": (value: boolean) => any;
|
|
480
|
+
"update:search": (value: string) => any;
|
|
480
481
|
} & {
|
|
481
482
|
"before-show": () => any;
|
|
482
483
|
"before-hide": () => any;
|
|
483
484
|
show: () => any;
|
|
484
485
|
hide: () => any;
|
|
485
486
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
486
|
-
"onUpdate:modelValue"?: ((
|
|
487
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
487
488
|
"onBefore-show"?: (() => any) | undefined;
|
|
488
489
|
"onBefore-hide"?: (() => any) | undefined;
|
|
489
490
|
onShow?: (() => any) | undefined;
|
|
490
491
|
onHide?: (() => any) | undefined;
|
|
491
|
-
"onUpdate:open"?: ((
|
|
492
|
-
"onUpdate:search"?: ((
|
|
492
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
493
|
+
"onUpdate:search"?: ((value: string) => any) | undefined;
|
|
493
494
|
}>, {
|
|
494
495
|
size: import('..').QFieldSize;
|
|
495
496
|
class: string | unknown[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"AAwlBC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAIlD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AACtD,OAAO,EAAY,QAAQ,EAAyB,MAAM,KAAK,CAAA;AAIhE,
|
|
1
|
+
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"AA6HA;AAwlBC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAIlD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AACtD,OAAO,EAAY,QAAQ,EAAyB,MAAM,KAAK,CAAA;AAIhE,KAAK,WAAW,GAAG,cAAc,CAAC;AAydlC,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;WAuTT,OAAO,IAA6B;;iCAnBZ,GAAG;gCACJ,GAAG;yBACV,GAAG;wBACJ,GAAG;wBACH,GAAG;gCACK,GAAG;;;YACb,GAAG;+BACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA/YrC,GAAC,8CACD,GAAA,yBACoB,GAAG,6DAGH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCALvB,GAAC,8CACD,GAAA,yBACoB,GAAG,6DAGH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCALvB,GAAC,8CACD,GAAA,yBACoB,GAAG,6DAGH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;EA2ZxB;AAoCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCArcnB,GAAC,8CACD,GAAA,yBACoB,GAAG,6DAGH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCALvB,GAAC,8CACD,GAAA,yBACoB,GAAG,6DAGH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAycvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|