@quidgest/ui 0.15.8 → 0.16.0
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 +9 -6
- package/dist/ui.esm.js +3559 -3456
- package/dist/ui.js +26 -26
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +738 -731
- package/dist/ui.scss +11 -7
- 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 +44 -49
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +71 -71
- package/esm/components/QCombobox/index.d.ts +40 -59
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +4 -9
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +2 -3
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +45 -46
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +24 -24
- package/esm/components/QDropdownMenu/index.d.ts +2 -2
- package/esm/components/QList/QList.d.ts +15 -16
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +46 -46
- package/esm/components/QList/QListItem.d.ts +1 -1
- package/esm/components/QList/QListItem.vue.js +19 -19
- package/esm/components/QList/index.d.ts +24 -24
- package/esm/components/QList/types.d.ts +3 -4
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.vue.js +3 -3
- package/esm/components/QRadioGroup/QRadioGroup.d.ts +3 -4
- package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioGroup.vue.js +8 -8
- package/esm/components/QRadioGroup/index.d.ts +8 -8
- package/esm/components/QSelect/QSelect.d.ts +44 -47
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +49 -49
- package/esm/components/QSelect/index.d.ts +40 -58
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +4 -9
- 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/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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/types.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/types.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AACjD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAE1D,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG;IAC5D;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,aAAa,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAA;IAEtC;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAA;IAEjC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;OAGG;IAEH,UAAU,CAAC,EAAE,GAAG,CAAA;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAGD,eAAO,MAAM,aAAa;;;;CAIQ,CAAA;AAGlC,eAAO,MAAM,aAAa;;;;;;;CAGM,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Primitive } from '../../types/primitive';
|
|
2
1
|
import { QDropdownMenuProps } from './types';
|
|
3
2
|
type __VLS_Props = QDropdownMenuProps;
|
|
4
3
|
type __VLS_PublicProps = {
|
|
@@ -7,9 +6,9 @@ type __VLS_PublicProps = {
|
|
|
7
6
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
7
|
"update:modelValue": (value: boolean) => any;
|
|
9
8
|
} & {
|
|
10
|
-
select: (item:
|
|
9
|
+
select: (item: any) => any;
|
|
11
10
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
|
-
onSelect?: ((item:
|
|
11
|
+
onSelect?: ((item: any) => any) | undefined;
|
|
13
12
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
14
13
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
14
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenu.vue"],"names":[],"mappings":"AAMA;
|
|
1
|
+
{"version":3,"file":"QDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenu.vue"],"names":[],"mappings":"AAMA;AA4CC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEjD,KAAK,WAAW,GAAG,kBAAkB,CAAC;AA6BvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;AA2DhB,wBAOG"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { Primitive } from '../../types/primitive';
|
|
2
1
|
import { Item } from '../QList/types';
|
|
3
2
|
import { QDropdownMenuContentProps, DEFAULT_ICONS } from './types';
|
|
4
3
|
import { nextTick } from 'vue';
|
|
5
4
|
type __VLS_Props = QDropdownMenuContentProps;
|
|
6
5
|
type __VLS_PublicProps = {
|
|
7
6
|
modelValue?: boolean;
|
|
8
|
-
'
|
|
7
|
+
'highlighted'?: any;
|
|
9
8
|
} & __VLS_Props;
|
|
10
9
|
declare function __VLS_template(): {
|
|
11
10
|
attrs: Partial<{}>;
|
|
@@ -22,18 +21,18 @@ declare function __VLS_template(): {
|
|
|
22
21
|
$: import('vue').ComponentInternalInstance;
|
|
23
22
|
$data: {};
|
|
24
23
|
$props: {
|
|
25
|
-
readonly modelValue?:
|
|
24
|
+
readonly modelValue?: any;
|
|
26
25
|
readonly id?: string | undefined;
|
|
27
26
|
readonly class?: string | unknown[] | undefined;
|
|
28
|
-
readonly highlighted?:
|
|
27
|
+
readonly highlighted?: any;
|
|
29
28
|
readonly items?: Item[] | undefined;
|
|
30
29
|
readonly groups?: import('../QList/types').Group[] | undefined;
|
|
31
30
|
readonly itemValue?: string | undefined;
|
|
32
31
|
readonly itemLabel?: string | undefined;
|
|
33
32
|
readonly disabled?: boolean | undefined;
|
|
34
33
|
readonly selectable?: boolean | undefined;
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
34
|
+
readonly onClick?: ((key: any) => any) | undefined;
|
|
35
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
37
36
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
38
37
|
$attrs: {
|
|
39
38
|
[x: string]: unknown;
|
|
@@ -47,7 +46,7 @@ declare function __VLS_template(): {
|
|
|
47
46
|
$data: {};
|
|
48
47
|
$props: {
|
|
49
48
|
readonly modelValue?: boolean | undefined;
|
|
50
|
-
readonly value:
|
|
49
|
+
readonly value: any;
|
|
51
50
|
readonly label: string;
|
|
52
51
|
readonly icon?: import('..').Icon | undefined;
|
|
53
52
|
readonly selectable?: boolean | undefined;
|
|
@@ -55,8 +54,8 @@ declare function __VLS_template(): {
|
|
|
55
54
|
readonly disabled?: boolean | undefined;
|
|
56
55
|
readonly description?: string | undefined;
|
|
57
56
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
58
|
-
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
59
57
|
readonly onClick?: (() => any) | undefined;
|
|
58
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
60
59
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
61
60
|
$attrs: {
|
|
62
61
|
[x: string]: unknown;
|
|
@@ -70,13 +69,13 @@ declare function __VLS_template(): {
|
|
|
70
69
|
$root: import('vue').ComponentPublicInstance | null;
|
|
71
70
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
72
71
|
$host: Element | null;
|
|
73
|
-
$emit: ((event: "
|
|
72
|
+
$emit: ((event: "click") => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
74
73
|
$el: HTMLLIElement;
|
|
75
74
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
76
75
|
modelValue?: boolean;
|
|
77
76
|
} & import('..').QListItemProps> & Readonly<{
|
|
78
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
79
77
|
onClick?: (() => any) | undefined;
|
|
78
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
80
79
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
81
80
|
"update:modelValue": (value: boolean) => any;
|
|
82
81
|
} & {
|
|
@@ -108,8 +107,8 @@ declare function __VLS_template(): {
|
|
|
108
107
|
}> & Omit<Readonly<{
|
|
109
108
|
modelValue?: boolean;
|
|
110
109
|
} & import('..').QListItemProps> & Readonly<{
|
|
111
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
112
110
|
onClick?: (() => any) | undefined;
|
|
111
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
113
112
|
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
114
113
|
$slots: {
|
|
115
114
|
prepend?(_: {}): any;
|
|
@@ -124,12 +123,12 @@ declare function __VLS_template(): {
|
|
|
124
123
|
$root: import('vue').ComponentPublicInstance | null;
|
|
125
124
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
126
125
|
$host: Element | null;
|
|
127
|
-
$emit: ((event: "
|
|
126
|
+
$emit: ((event: "click", key: any) => void) & ((event: "update:modelValue", value: any) => void);
|
|
128
127
|
$el: any;
|
|
129
128
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
130
|
-
modelValue?:
|
|
129
|
+
modelValue?: any;
|
|
131
130
|
} & import('../../types/component').QBaseComponentProps & {
|
|
132
|
-
highlighted?:
|
|
131
|
+
highlighted?: any;
|
|
133
132
|
items?: Item[];
|
|
134
133
|
groups?: import('../QList/types').Group[];
|
|
135
134
|
itemValue?: string;
|
|
@@ -137,17 +136,17 @@ declare function __VLS_template(): {
|
|
|
137
136
|
disabled?: boolean;
|
|
138
137
|
selectable?: boolean;
|
|
139
138
|
}> & Readonly<{
|
|
140
|
-
|
|
141
|
-
|
|
139
|
+
onClick?: ((key: any) => any) | undefined;
|
|
140
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
142
141
|
}>, {
|
|
143
142
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
144
143
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
145
144
|
getFirstFocusableItemIndex: () => number;
|
|
146
145
|
getLastFocusableItemIndex: () => number;
|
|
147
146
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
148
|
-
"update:modelValue": (value:
|
|
147
|
+
"update:modelValue": (value: any) => any;
|
|
149
148
|
} & {
|
|
150
|
-
click: (key:
|
|
149
|
+
click: (key: any) => any;
|
|
151
150
|
}, string, {
|
|
152
151
|
groups: import('../QList/types').Group[];
|
|
153
152
|
itemValue: string;
|
|
@@ -177,9 +176,9 @@ declare function __VLS_template(): {
|
|
|
177
176
|
itemValue: string;
|
|
178
177
|
itemLabel: string;
|
|
179
178
|
}> & Omit<Readonly<{
|
|
180
|
-
modelValue?:
|
|
179
|
+
modelValue?: any;
|
|
181
180
|
} & import('../../types/component').QBaseComponentProps & {
|
|
182
|
-
highlighted?:
|
|
181
|
+
highlighted?: any;
|
|
183
182
|
items?: Item[];
|
|
184
183
|
groups?: import('../QList/types').Group[];
|
|
185
184
|
itemValue?: string;
|
|
@@ -187,8 +186,8 @@ declare function __VLS_template(): {
|
|
|
187
186
|
disabled?: boolean;
|
|
188
187
|
selectable?: boolean;
|
|
189
188
|
}> & Readonly<{
|
|
190
|
-
|
|
191
|
-
|
|
189
|
+
onClick?: ((key: any) => any) | undefined;
|
|
190
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
192
191
|
}>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
193
192
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
194
193
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -212,13 +211,13 @@ declare function __VLS_template(): {
|
|
|
212
211
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
213
212
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
214
213
|
"update:modelValue": (value: boolean) => any;
|
|
215
|
-
"update:
|
|
214
|
+
"update:highlighted": (value: any) => any;
|
|
216
215
|
} & {
|
|
217
|
-
select: (item:
|
|
216
|
+
select: (item: any) => any;
|
|
218
217
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
219
|
-
onSelect?: ((item:
|
|
218
|
+
onSelect?: ((item: any) => any) | undefined;
|
|
220
219
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
221
|
-
"onUpdate:
|
|
220
|
+
"onUpdate:highlighted"?: ((value: any) => any) | undefined;
|
|
222
221
|
}>, {
|
|
223
222
|
transition: string;
|
|
224
223
|
icons: typeof DEFAULT_ICONS;
|
|
@@ -237,18 +236,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
237
236
|
$: import('vue').ComponentInternalInstance;
|
|
238
237
|
$data: {};
|
|
239
238
|
$props: {
|
|
240
|
-
readonly modelValue?:
|
|
239
|
+
readonly modelValue?: any;
|
|
241
240
|
readonly id?: string | undefined;
|
|
242
241
|
readonly class?: string | unknown[] | undefined;
|
|
243
|
-
readonly highlighted?:
|
|
242
|
+
readonly highlighted?: any;
|
|
244
243
|
readonly items?: Item[] | undefined;
|
|
245
244
|
readonly groups?: import('../QList/types').Group[] | undefined;
|
|
246
245
|
readonly itemValue?: string | undefined;
|
|
247
246
|
readonly itemLabel?: string | undefined;
|
|
248
247
|
readonly disabled?: boolean | undefined;
|
|
249
248
|
readonly selectable?: boolean | undefined;
|
|
250
|
-
readonly
|
|
251
|
-
readonly
|
|
249
|
+
readonly onClick?: ((key: any) => any) | undefined;
|
|
250
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
252
251
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
253
252
|
$attrs: {
|
|
254
253
|
[x: string]: unknown;
|
|
@@ -262,7 +261,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
262
261
|
$data: {};
|
|
263
262
|
$props: {
|
|
264
263
|
readonly modelValue?: boolean | undefined;
|
|
265
|
-
readonly value:
|
|
264
|
+
readonly value: any;
|
|
266
265
|
readonly label: string;
|
|
267
266
|
readonly icon?: import('..').Icon | undefined;
|
|
268
267
|
readonly selectable?: boolean | undefined;
|
|
@@ -270,8 +269,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
270
269
|
readonly disabled?: boolean | undefined;
|
|
271
270
|
readonly description?: string | undefined;
|
|
272
271
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
273
|
-
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
274
272
|
readonly onClick?: (() => any) | undefined;
|
|
273
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
275
274
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
276
275
|
$attrs: {
|
|
277
276
|
[x: string]: unknown;
|
|
@@ -285,13 +284,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
285
284
|
$root: import('vue').ComponentPublicInstance | null;
|
|
286
285
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
287
286
|
$host: Element | null;
|
|
288
|
-
$emit: ((event: "
|
|
287
|
+
$emit: ((event: "click") => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
289
288
|
$el: HTMLLIElement;
|
|
290
289
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
291
290
|
modelValue?: boolean;
|
|
292
291
|
} & import('..').QListItemProps> & Readonly<{
|
|
293
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
294
292
|
onClick?: (() => any) | undefined;
|
|
293
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
295
294
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
296
295
|
"update:modelValue": (value: boolean) => any;
|
|
297
296
|
} & {
|
|
@@ -323,8 +322,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
323
322
|
}> & Omit<Readonly<{
|
|
324
323
|
modelValue?: boolean;
|
|
325
324
|
} & import('..').QListItemProps> & Readonly<{
|
|
326
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
327
325
|
onClick?: (() => any) | undefined;
|
|
326
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
328
327
|
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
329
328
|
$slots: {
|
|
330
329
|
prepend?(_: {}): any;
|
|
@@ -339,12 +338,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
339
338
|
$root: import('vue').ComponentPublicInstance | null;
|
|
340
339
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
341
340
|
$host: Element | null;
|
|
342
|
-
$emit: ((event: "
|
|
341
|
+
$emit: ((event: "click", key: any) => void) & ((event: "update:modelValue", value: any) => void);
|
|
343
342
|
$el: any;
|
|
344
343
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
345
|
-
modelValue?:
|
|
344
|
+
modelValue?: any;
|
|
346
345
|
} & import('../../types/component').QBaseComponentProps & {
|
|
347
|
-
highlighted?:
|
|
346
|
+
highlighted?: any;
|
|
348
347
|
items?: Item[];
|
|
349
348
|
groups?: import('../QList/types').Group[];
|
|
350
349
|
itemValue?: string;
|
|
@@ -352,17 +351,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
352
351
|
disabled?: boolean;
|
|
353
352
|
selectable?: boolean;
|
|
354
353
|
}> & Readonly<{
|
|
355
|
-
|
|
356
|
-
|
|
354
|
+
onClick?: ((key: any) => any) | undefined;
|
|
355
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
357
356
|
}>, {
|
|
358
357
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
359
358
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
360
359
|
getFirstFocusableItemIndex: () => number;
|
|
361
360
|
getLastFocusableItemIndex: () => number;
|
|
362
361
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
363
|
-
"update:modelValue": (value:
|
|
362
|
+
"update:modelValue": (value: any) => any;
|
|
364
363
|
} & {
|
|
365
|
-
click: (key:
|
|
364
|
+
click: (key: any) => any;
|
|
366
365
|
}, string, {
|
|
367
366
|
groups: import('../QList/types').Group[];
|
|
368
367
|
itemValue: string;
|
|
@@ -392,9 +391,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
392
391
|
itemValue: string;
|
|
393
392
|
itemLabel: string;
|
|
394
393
|
}> & Omit<Readonly<{
|
|
395
|
-
modelValue?:
|
|
394
|
+
modelValue?: any;
|
|
396
395
|
} & import('../../types/component').QBaseComponentProps & {
|
|
397
|
-
highlighted?:
|
|
396
|
+
highlighted?: any;
|
|
398
397
|
items?: Item[];
|
|
399
398
|
groups?: import('../QList/types').Group[];
|
|
400
399
|
itemValue?: string;
|
|
@@ -402,8 +401,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
402
401
|
disabled?: boolean;
|
|
403
402
|
selectable?: boolean;
|
|
404
403
|
}> & Readonly<{
|
|
405
|
-
|
|
406
|
-
|
|
404
|
+
onClick?: ((key: any) => any) | undefined;
|
|
405
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
407
406
|
}>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
408
407
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
409
408
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QDropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenuContent.vue"],"names":[],"mappings":"AAiDA;
|
|
1
|
+
{"version":3,"file":"QDropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenuContent.vue"],"names":[],"mappings":"AAiDA;AA2IC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAGxD,OAAO,EAAY,QAAQ,EAAO,MAAM,KAAK,CAAA;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,KAAK,WAAW,GAAG,yBAAyB,CAAC;AAwF9C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,GAAG,CAAC;CACnB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WA8HT,OAAO,IAA6B;;;;YAZvB,GAAG;;;YACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAmEs+Z,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAnDloa;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA+Bw/Z,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBjoa,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 B, mergeModels as
|
|
1
|
+
import { defineComponent as B, mergeModels as c, useModel as m, ref as p, computed as h, createBlock as L, openBlock as g, unref as v, normalizeClass as M, withCtx as i, createElementVNode as O, createVNode as E, renderSlot as y, createElementBlock as I, createCommentVNode as N, toDisplayString as S, nextTick as q } from "vue";
|
|
2
2
|
import { QList as D } from "../QList/index.js";
|
|
3
3
|
import { QOverlay as Q } from "../QOverlay/index.js";
|
|
4
4
|
import { DEFAULT_ICONS as $ } from "./types.js";
|
|
@@ -11,7 +11,7 @@ const R = {
|
|
|
11
11
|
class: "q-dropdown-menu__extra"
|
|
12
12
|
}, j = /* @__PURE__ */ B({
|
|
13
13
|
__name: "QDropdownMenuContent",
|
|
14
|
-
props: /* @__PURE__ */
|
|
14
|
+
props: /* @__PURE__ */ c({
|
|
15
15
|
id: {},
|
|
16
16
|
class: {},
|
|
17
17
|
activator: {},
|
|
@@ -32,19 +32,19 @@ const R = {
|
|
|
32
32
|
}, {
|
|
33
33
|
modelValue: { type: Boolean },
|
|
34
34
|
modelModifiers: {},
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
highlighted: {},
|
|
36
|
+
highlightedModifiers: {}
|
|
37
37
|
}),
|
|
38
|
-
emits: /* @__PURE__ */
|
|
39
|
-
setup(
|
|
40
|
-
const e =
|
|
38
|
+
emits: /* @__PURE__ */ c(["select"], ["update:modelValue", "update:highlighted"]),
|
|
39
|
+
setup(l, { emit: V }) {
|
|
40
|
+
const e = l, _ = V, s = m(l, "modelValue"), n = m(l, "highlighted"), d = p([]), b = h(() => e.depth !== 0 ? e.offset : 4), k = h(() => e.depth !== 0 ? e.crossOffset : void 0), r = p(null);
|
|
41
41
|
function C(o) {
|
|
42
42
|
var u;
|
|
43
|
-
|
|
44
|
-
const
|
|
45
|
-
d.value = (
|
|
43
|
+
_("select", o);
|
|
44
|
+
const a = (u = e.items) == null ? void 0 : u.find((f) => f[e.itemValue] === f);
|
|
45
|
+
d.value = (a == null ? void 0 : a.items) ?? [];
|
|
46
46
|
const t = d.value.length > 0;
|
|
47
|
-
|
|
47
|
+
n.value = t ? o : void 0, t || w();
|
|
48
48
|
}
|
|
49
49
|
function w() {
|
|
50
50
|
s.value = !1;
|
|
@@ -55,48 +55,48 @@ const R = {
|
|
|
55
55
|
return (o = r.value) == null ? void 0 : o.$el.focus();
|
|
56
56
|
});
|
|
57
57
|
}
|
|
58
|
-
return (o,
|
|
58
|
+
return (o, a) => (g(), L(v(Q), {
|
|
59
59
|
id: e.id,
|
|
60
60
|
modelValue: s.value,
|
|
61
|
-
"onUpdate:modelValue":
|
|
61
|
+
"onUpdate:modelValue": a[0] || (a[0] = (t) => s.value = t),
|
|
62
62
|
anchor: e.activator,
|
|
63
63
|
appearance: e.appearance,
|
|
64
64
|
inline: e.inline,
|
|
65
65
|
delay: e.delay,
|
|
66
|
-
offset:
|
|
66
|
+
offset: b.value,
|
|
67
67
|
"cross-offset": k.value,
|
|
68
68
|
placement: e.placement,
|
|
69
69
|
transition: e.transition,
|
|
70
|
-
class:
|
|
70
|
+
class: M(e.class),
|
|
71
71
|
trigger: e.trigger,
|
|
72
72
|
"scroll-lock": "",
|
|
73
73
|
onEnter: x
|
|
74
74
|
}, {
|
|
75
|
-
default:
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
default: i(() => [
|
|
76
|
+
O("div", R, [
|
|
77
|
+
E(v(D), {
|
|
78
78
|
ref_key: "listRef",
|
|
79
79
|
ref: r,
|
|
80
80
|
class: "q-dropdown-menu__items",
|
|
81
|
-
highlighted:
|
|
81
|
+
highlighted: n.value,
|
|
82
82
|
items: e.items,
|
|
83
83
|
groups: e.groups,
|
|
84
84
|
"item-label": e.itemLabel,
|
|
85
85
|
"item-value": e.itemValue,
|
|
86
86
|
onClick: C
|
|
87
87
|
}, {
|
|
88
|
-
item:
|
|
88
|
+
item: i(({ item: t }) => [
|
|
89
89
|
y(o.$slots, "item", { item: t })
|
|
90
90
|
]),
|
|
91
|
-
"item.append":
|
|
91
|
+
"item.append": i(({ item: t }) => [
|
|
92
92
|
y(o.$slots, "item.append", { item: t }, () => [
|
|
93
|
-
t.extraInfo ? (
|
|
93
|
+
t.extraInfo ? (g(), I(
|
|
94
94
|
"span",
|
|
95
95
|
T,
|
|
96
|
-
|
|
96
|
+
S(t.extraInfo),
|
|
97
97
|
1
|
|
98
98
|
/* TEXT */
|
|
99
|
-
)) :
|
|
99
|
+
)) : N("v-if", !0)
|
|
100
100
|
])
|
|
101
101
|
]),
|
|
102
102
|
_: 3
|
|
@@ -15,7 +15,7 @@ declare const QDropdownMenu: import('vue').DefineComponent<{
|
|
|
15
15
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
16
|
"update:modelValue": (value: boolean) => any;
|
|
17
17
|
} & {
|
|
18
|
-
select: (item:
|
|
18
|
+
select: (item: any) => any;
|
|
19
19
|
}, string, import('vue').PublicProps, Readonly<{
|
|
20
20
|
modelValue?: boolean;
|
|
21
21
|
} & import('../../types/component').QBaseComponentProps & {
|
|
@@ -31,7 +31,7 @@ declare const QDropdownMenu: import('vue').DefineComponent<{
|
|
|
31
31
|
itemLabel?: string;
|
|
32
32
|
icons?: typeof import('./types').DEFAULT_ICONS;
|
|
33
33
|
}> & Readonly<{
|
|
34
|
-
onSelect?: ((item:
|
|
34
|
+
onSelect?: ((item: any) => any) | undefined;
|
|
35
35
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
36
36
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
37
37
|
export { QDropdownMenu };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Group, QListProps } from './types';
|
|
2
|
-
import { Primitive } from '../../types/primitive';
|
|
3
2
|
type __VLS_Props = QListProps;
|
|
4
3
|
declare function getItem(idx: number): HTMLElement | undefined;
|
|
5
4
|
/**
|
|
@@ -29,7 +28,7 @@ declare function getLastFocusableItemIndex(): number;
|
|
|
29
28
|
*/
|
|
30
29
|
declare function getAdjacentItemIndex(idx: number, direction: 'next' | 'prev'): number;
|
|
31
30
|
type __VLS_PublicProps = {
|
|
32
|
-
modelValue?:
|
|
31
|
+
modelValue?: any;
|
|
33
32
|
} & __VLS_Props;
|
|
34
33
|
declare function __VLS_template(): {
|
|
35
34
|
attrs: Partial<{}>;
|
|
@@ -50,7 +49,7 @@ declare function __VLS_template(): {
|
|
|
50
49
|
$data: {};
|
|
51
50
|
$props: {
|
|
52
51
|
readonly modelValue?: boolean | undefined;
|
|
53
|
-
readonly value:
|
|
52
|
+
readonly value: any;
|
|
54
53
|
readonly label: string;
|
|
55
54
|
readonly icon?: import('..').Icon | undefined;
|
|
56
55
|
readonly selectable?: boolean | undefined;
|
|
@@ -58,8 +57,8 @@ declare function __VLS_template(): {
|
|
|
58
57
|
readonly disabled?: boolean | undefined;
|
|
59
58
|
readonly description?: string | undefined;
|
|
60
59
|
readonly icons?: typeof import('./types').DEFAULT_ICONS | undefined;
|
|
61
|
-
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62
60
|
readonly onClick?: (() => any) | undefined;
|
|
61
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63
62
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
64
63
|
$attrs: {
|
|
65
64
|
[x: string]: unknown;
|
|
@@ -73,13 +72,13 @@ declare function __VLS_template(): {
|
|
|
73
72
|
$root: import('vue').ComponentPublicInstance | null;
|
|
74
73
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
75
74
|
$host: Element | null;
|
|
76
|
-
$emit: ((event: "
|
|
75
|
+
$emit: ((event: "click") => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
77
76
|
$el: HTMLLIElement;
|
|
78
77
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
79
78
|
modelValue?: boolean;
|
|
80
79
|
} & import('./types').QListItemProps> & Readonly<{
|
|
81
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
82
80
|
onClick?: (() => any) | undefined;
|
|
81
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
83
82
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
84
83
|
"update:modelValue": (value: boolean) => any;
|
|
85
84
|
} & {
|
|
@@ -111,8 +110,8 @@ declare function __VLS_template(): {
|
|
|
111
110
|
}> & Omit<Readonly<{
|
|
112
111
|
modelValue?: boolean;
|
|
113
112
|
} & import('./types').QListItemProps> & Readonly<{
|
|
114
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
115
113
|
onClick?: (() => any) | undefined;
|
|
114
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
116
115
|
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
117
116
|
$slots: {
|
|
118
117
|
prepend?(_: {}): any;
|
|
@@ -130,12 +129,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
130
129
|
getFirstFocusableItemIndex: typeof getFirstFocusableItemIndex;
|
|
131
130
|
getLastFocusableItemIndex: typeof getLastFocusableItemIndex;
|
|
132
131
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
133
|
-
"update:modelValue": (value:
|
|
132
|
+
"update:modelValue": (value: any) => any;
|
|
134
133
|
} & {
|
|
135
|
-
click: (key:
|
|
134
|
+
click: (key: any) => any;
|
|
136
135
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
137
|
-
|
|
138
|
-
|
|
136
|
+
onClick?: ((key: any) => any) | undefined;
|
|
137
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
139
138
|
}>, {
|
|
140
139
|
groups: Group[];
|
|
141
140
|
itemValue: string;
|
|
@@ -147,7 +146,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
147
146
|
$data: {};
|
|
148
147
|
$props: {
|
|
149
148
|
readonly modelValue?: boolean | undefined;
|
|
150
|
-
readonly value:
|
|
149
|
+
readonly value: any;
|
|
151
150
|
readonly label: string;
|
|
152
151
|
readonly icon?: import('..').Icon | undefined;
|
|
153
152
|
readonly selectable?: boolean | undefined;
|
|
@@ -155,8 +154,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
155
154
|
readonly disabled?: boolean | undefined;
|
|
156
155
|
readonly description?: string | undefined;
|
|
157
156
|
readonly icons?: typeof import('./types').DEFAULT_ICONS | undefined;
|
|
158
|
-
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
159
157
|
readonly onClick?: (() => any) | undefined;
|
|
158
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
160
159
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
161
160
|
$attrs: {
|
|
162
161
|
[x: string]: unknown;
|
|
@@ -170,13 +169,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
170
169
|
$root: import('vue').ComponentPublicInstance | null;
|
|
171
170
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
172
171
|
$host: Element | null;
|
|
173
|
-
$emit: ((event: "
|
|
172
|
+
$emit: ((event: "click") => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
174
173
|
$el: HTMLLIElement;
|
|
175
174
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
176
175
|
modelValue?: boolean;
|
|
177
176
|
} & import('./types').QListItemProps> & Readonly<{
|
|
178
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
179
177
|
onClick?: (() => any) | undefined;
|
|
178
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
180
179
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
181
180
|
"update:modelValue": (value: boolean) => any;
|
|
182
181
|
} & {
|
|
@@ -208,8 +207,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
208
207
|
}> & Omit<Readonly<{
|
|
209
208
|
modelValue?: boolean;
|
|
210
209
|
} & import('./types').QListItemProps> & Readonly<{
|
|
211
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
212
210
|
onClick?: (() => any) | undefined;
|
|
211
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
213
212
|
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
214
213
|
$slots: {
|
|
215
214
|
prepend?(_: {}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QList.vue"],"names":[],"mappings":"AA6CA;
|
|
1
|
+
{"version":3,"file":"QList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QList.vue"],"names":[],"mappings":"AA6CA;AA6aC,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAKhD,KAAK,WAAW,GAAG,UAAU,CAAC;AAyN9B,iBAAS,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAIrD;AAaD;;;;;;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;AAoDF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAwIT,OAAO,IAA6B;;;;;YAbvB,GAAG;;;;YACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAxEL,GAAG,8CAE3B,GAAG,yBACH,GAAG,6DAEF,GAAG;;;;;;;;;;;;;;;;;EAoFb;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAlHa,GAAG,8CAE3B,GAAG,yBACH,GAAG,6DAEF,GAAG;;;;;;;;;;;;;;;OAwHZ,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"}
|