@quidgest/ui 0.12.0 → 0.12.2
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 +22 -0
- package/dist/ui.esm.js +575 -575
- package/dist/ui.js +6 -6
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +97 -108
- package/dist/ui.scss +23 -1
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +14 -15
- package/esm/components/QButton/index.d.ts +196 -2
- package/esm/components/QButton/index.d.ts.map +1 -1
- package/esm/components/QButton/index.js +6 -0
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/index.d.ts +79 -2
- package/esm/components/QButtonGroup/index.d.ts.map +1 -1
- package/esm/components/QButtonGroup/index.js +6 -0
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +17 -17
- package/esm/components/QButtonToggle/index.d.ts +115 -2
- package/esm/components/QButtonToggle/index.d.ts.map +1 -1
- package/esm/components/QButtonToggle/index.js +6 -0
- package/esm/components/QCombobox/QCombobox.d.ts +4 -4
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +106 -111
- package/esm/components/QCombobox/index.d.ts +1083 -2
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/index.js +6 -0
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/index.d.ts +168 -1
- package/esm/components/QField/index.d.ts.map +1 -1
- package/esm/components/QField/index.js +2 -2
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +9 -12
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/index.d.ts +156 -4
- package/esm/components/QIcon/index.d.ts.map +1 -1
- package/esm/components/QIcon/index.js +8 -11
- package/esm/components/QInputGroup/QInputGroup.d.ts +1 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +25 -27
- package/esm/components/QInputGroup/index.d.ts +153 -2
- package/esm/components/QInputGroup/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/index.js +6 -0
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/index.d.ts +13 -2
- package/esm/components/QLineLoader/index.d.ts.map +1 -1
- package/esm/components/QLineLoader/index.js +6 -0
- package/esm/components/QList/QList.d.ts +1 -1
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +48 -49
- package/esm/components/QList/QListItem.d.ts +8 -1
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +63 -37
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/index.d.ts +418 -3
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/index.js +8 -10
- package/esm/components/QOverlay/QOverlay.d.ts +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/index.d.ts +320 -2
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/index.js +4 -4
- package/esm/components/QPopover/QPopover.d.ts +1 -1
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +11 -12
- package/esm/components/QPopover/index.d.ts +180 -2
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPopover/index.js +6 -0
- package/esm/components/QSelect/QSelect.d.ts +3 -3
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +68 -73
- package/esm/components/QSelect/index.d.ts +377 -2
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/index.js +6 -0
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/index.d.ts +31 -2
- package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/index.js +6 -0
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/index.d.ts +22 -2
- package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/index.js +4 -4
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +7 -8
- package/esm/components/QTextField/index.d.ts +229 -2
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QTextField/index.js +2 -2
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/index.d.ts +37 -2
- package/esm/components/QThemeProvider/index.d.ts.map +1 -1
- package/esm/components/QThemeProvider/index.js +6 -0
- package/esm/components/QTooltip/QTooltip.d.ts +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +8 -9
- package/esm/components/QTooltip/index.d.ts +259 -2
- package/esm/components/QTooltip/index.d.ts.map +1 -1
- package/esm/components/QTooltip/index.js +6 -0
- package/esm/components/index.js +39 -44
- package/esm/composables/defaults.js +5 -5
- package/esm/framework.d.ts +2 -2
- package/package.json +16 -15
|
@@ -1,7 +1,422 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { QListProps } from './QList';
|
|
2
|
+
import { QListItemProps } from './QListItem';
|
|
3
|
+
import { QListItemGroupProps } from './QListItemGroup';
|
|
4
4
|
|
|
5
|
+
declare const QList: {
|
|
6
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
+
modelValue: import('vue').PropType<any>;
|
|
8
|
+
class: {
|
|
9
|
+
type: import('vue').PropType<string | unknown[]>;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
12
|
+
disabled: {
|
|
13
|
+
type: import('vue').PropType<boolean>;
|
|
14
|
+
};
|
|
15
|
+
highlighted: {
|
|
16
|
+
type: import('vue').PropType<import('../../types/primitive').Primitive>;
|
|
17
|
+
default: undefined;
|
|
18
|
+
};
|
|
19
|
+
items: {
|
|
20
|
+
type: import('vue').PropType<(Omit<QListItemProps, "label" | "value"> & {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
})[]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
groups: {
|
|
26
|
+
type: import('vue').PropType<(QListItemGroupProps & {
|
|
27
|
+
disabled?: boolean | undefined;
|
|
28
|
+
})[]>;
|
|
29
|
+
default: () => never[];
|
|
30
|
+
};
|
|
31
|
+
itemValue: {
|
|
32
|
+
type: import('vue').PropType<string>;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
itemLabel: {
|
|
36
|
+
type: import('vue').PropType<string>;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
}>>, {
|
|
40
|
+
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
41
|
+
getItem: (idx: number) => HTMLElement | undefined;
|
|
42
|
+
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
43
|
+
getFirstFocusableItemIndex: () => number;
|
|
44
|
+
getLastFocusableItemIndex: () => number;
|
|
45
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
46
|
+
modelValue: import('vue').PropType<any>;
|
|
47
|
+
class: {
|
|
48
|
+
type: import('vue').PropType<string | unknown[]>;
|
|
49
|
+
default: undefined;
|
|
50
|
+
};
|
|
51
|
+
disabled: {
|
|
52
|
+
type: import('vue').PropType<boolean>;
|
|
53
|
+
};
|
|
54
|
+
highlighted: {
|
|
55
|
+
type: import('vue').PropType<import('../../types/primitive').Primitive>;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
58
|
+
items: {
|
|
59
|
+
type: import('vue').PropType<(Omit<QListItemProps, "label" | "value"> & {
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
})[]>;
|
|
62
|
+
required: true;
|
|
63
|
+
};
|
|
64
|
+
groups: {
|
|
65
|
+
type: import('vue').PropType<(QListItemGroupProps & {
|
|
66
|
+
disabled?: boolean | undefined;
|
|
67
|
+
})[]>;
|
|
68
|
+
default: () => never[];
|
|
69
|
+
};
|
|
70
|
+
itemValue: {
|
|
71
|
+
type: import('vue').PropType<string>;
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
74
|
+
itemLabel: {
|
|
75
|
+
type: import('vue').PropType<string>;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
}>>, {
|
|
79
|
+
class: string | unknown[];
|
|
80
|
+
highlighted: import('../../types/primitive').Primitive;
|
|
81
|
+
groups: (QListItemGroupProps & {
|
|
82
|
+
disabled?: boolean | undefined;
|
|
83
|
+
})[];
|
|
84
|
+
itemValue: string;
|
|
85
|
+
itemLabel: string;
|
|
86
|
+
}, true, {}, {}, {
|
|
87
|
+
P: {};
|
|
88
|
+
B: {};
|
|
89
|
+
D: {};
|
|
90
|
+
C: {};
|
|
91
|
+
M: {};
|
|
92
|
+
Defaults: {};
|
|
93
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
94
|
+
modelValue: import('vue').PropType<any>;
|
|
95
|
+
class: {
|
|
96
|
+
type: import('vue').PropType<string | unknown[]>;
|
|
97
|
+
default: undefined;
|
|
98
|
+
};
|
|
99
|
+
disabled: {
|
|
100
|
+
type: import('vue').PropType<boolean>;
|
|
101
|
+
};
|
|
102
|
+
highlighted: {
|
|
103
|
+
type: import('vue').PropType<import('../../types/primitive').Primitive>;
|
|
104
|
+
default: undefined;
|
|
105
|
+
};
|
|
106
|
+
items: {
|
|
107
|
+
type: import('vue').PropType<(Omit<QListItemProps, "label" | "value"> & {
|
|
108
|
+
[key: string]: any;
|
|
109
|
+
})[]>;
|
|
110
|
+
required: true;
|
|
111
|
+
};
|
|
112
|
+
groups: {
|
|
113
|
+
type: import('vue').PropType<(QListItemGroupProps & {
|
|
114
|
+
disabled?: boolean | undefined;
|
|
115
|
+
})[]>;
|
|
116
|
+
default: () => never[];
|
|
117
|
+
};
|
|
118
|
+
itemValue: {
|
|
119
|
+
type: import('vue').PropType<string>;
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
122
|
+
itemLabel: {
|
|
123
|
+
type: import('vue').PropType<string>;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
}>>, {
|
|
127
|
+
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
128
|
+
getItem: (idx: number) => HTMLElement | undefined;
|
|
129
|
+
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
130
|
+
getFirstFocusableItemIndex: () => number;
|
|
131
|
+
getLastFocusableItemIndex: () => number;
|
|
132
|
+
}, {}, {}, {}, {
|
|
133
|
+
class: string | unknown[];
|
|
134
|
+
highlighted: import('../../types/primitive').Primitive;
|
|
135
|
+
groups: (QListItemGroupProps & {
|
|
136
|
+
disabled?: boolean | undefined;
|
|
137
|
+
})[];
|
|
138
|
+
itemValue: string;
|
|
139
|
+
itemLabel: string;
|
|
140
|
+
}>;
|
|
141
|
+
__isFragment?: undefined;
|
|
142
|
+
__isTeleport?: undefined;
|
|
143
|
+
__isSuspense?: undefined;
|
|
144
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
145
|
+
modelValue: import('vue').PropType<any>;
|
|
146
|
+
class: {
|
|
147
|
+
type: import('vue').PropType<string | unknown[]>;
|
|
148
|
+
default: undefined;
|
|
149
|
+
};
|
|
150
|
+
disabled: {
|
|
151
|
+
type: import('vue').PropType<boolean>;
|
|
152
|
+
};
|
|
153
|
+
highlighted: {
|
|
154
|
+
type: import('vue').PropType<import('../../types/primitive').Primitive>;
|
|
155
|
+
default: undefined;
|
|
156
|
+
};
|
|
157
|
+
items: {
|
|
158
|
+
type: import('vue').PropType<(Omit<QListItemProps, "label" | "value"> & {
|
|
159
|
+
[key: string]: any;
|
|
160
|
+
})[]>;
|
|
161
|
+
required: true;
|
|
162
|
+
};
|
|
163
|
+
groups: {
|
|
164
|
+
type: import('vue').PropType<(QListItemGroupProps & {
|
|
165
|
+
disabled?: boolean | undefined;
|
|
166
|
+
})[]>;
|
|
167
|
+
default: () => never[];
|
|
168
|
+
};
|
|
169
|
+
itemValue: {
|
|
170
|
+
type: import('vue').PropType<string>;
|
|
171
|
+
default: string;
|
|
172
|
+
};
|
|
173
|
+
itemLabel: {
|
|
174
|
+
type: import('vue').PropType<string>;
|
|
175
|
+
default: string;
|
|
176
|
+
};
|
|
177
|
+
}>>, {
|
|
178
|
+
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
179
|
+
getItem: (idx: number) => HTMLElement | undefined;
|
|
180
|
+
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
181
|
+
getFirstFocusableItemIndex: () => number;
|
|
182
|
+
getLastFocusableItemIndex: () => number;
|
|
183
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
184
|
+
class: string | unknown[];
|
|
185
|
+
highlighted: import('../../types/primitive').Primitive;
|
|
186
|
+
groups: (QListItemGroupProps & {
|
|
187
|
+
disabled?: boolean | undefined;
|
|
188
|
+
})[];
|
|
189
|
+
itemValue: string;
|
|
190
|
+
itemLabel: string;
|
|
191
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
192
|
+
$slots: {
|
|
193
|
+
item?(_: {
|
|
194
|
+
item: Omit<QListItemProps, "label" | "value"> & {
|
|
195
|
+
[key: string]: any;
|
|
196
|
+
};
|
|
197
|
+
}): any;
|
|
198
|
+
};
|
|
199
|
+
});
|
|
200
|
+
declare const QListItem: {
|
|
201
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
202
|
+
label: {
|
|
203
|
+
type: import('vue').PropType<string>;
|
|
204
|
+
required: true;
|
|
205
|
+
};
|
|
206
|
+
disabled: {
|
|
207
|
+
type: import('vue').PropType<boolean>;
|
|
208
|
+
};
|
|
209
|
+
icon: {
|
|
210
|
+
type: import('vue').PropType<import('..').Icon>;
|
|
211
|
+
default: undefined;
|
|
212
|
+
};
|
|
213
|
+
value: {
|
|
214
|
+
type: import('vue').PropType<import('../../types/primitive').Primitive>;
|
|
215
|
+
required: true;
|
|
216
|
+
};
|
|
217
|
+
selected: {
|
|
218
|
+
type: import('vue').PropType<boolean>;
|
|
219
|
+
};
|
|
220
|
+
highlighted: {
|
|
221
|
+
type: import('vue').PropType<boolean>;
|
|
222
|
+
};
|
|
223
|
+
icons: {
|
|
224
|
+
type: import('vue').PropType<Record<string, import('..').Icon>>;
|
|
225
|
+
default: () => Record<string, import('..').Icon>;
|
|
226
|
+
};
|
|
227
|
+
description: {
|
|
228
|
+
type: import('vue').PropType<string>;
|
|
229
|
+
default: undefined;
|
|
230
|
+
};
|
|
231
|
+
}>> & {
|
|
232
|
+
onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
|
|
233
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
234
|
+
select: (value: import('../../types/primitive').Primitive) => void;
|
|
235
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
236
|
+
label: {
|
|
237
|
+
type: import('vue').PropType<string>;
|
|
238
|
+
required: true;
|
|
239
|
+
};
|
|
240
|
+
disabled: {
|
|
241
|
+
type: import('vue').PropType<boolean>;
|
|
242
|
+
};
|
|
243
|
+
icon: {
|
|
244
|
+
type: import('vue').PropType<import('..').Icon>;
|
|
245
|
+
default: undefined;
|
|
246
|
+
};
|
|
247
|
+
value: {
|
|
248
|
+
type: import('vue').PropType<import('../../types/primitive').Primitive>;
|
|
249
|
+
required: true;
|
|
250
|
+
};
|
|
251
|
+
selected: {
|
|
252
|
+
type: import('vue').PropType<boolean>;
|
|
253
|
+
};
|
|
254
|
+
highlighted: {
|
|
255
|
+
type: import('vue').PropType<boolean>;
|
|
256
|
+
};
|
|
257
|
+
icons: {
|
|
258
|
+
type: import('vue').PropType<Record<string, import('..').Icon>>;
|
|
259
|
+
default: () => Record<string, import('..').Icon>;
|
|
260
|
+
};
|
|
261
|
+
description: {
|
|
262
|
+
type: import('vue').PropType<string>;
|
|
263
|
+
default: undefined;
|
|
264
|
+
};
|
|
265
|
+
}>> & {
|
|
266
|
+
onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
|
|
267
|
+
}, {
|
|
268
|
+
icon: import('..').Icon;
|
|
269
|
+
icons: Record<string, import('..').Icon>;
|
|
270
|
+
description: string;
|
|
271
|
+
}, true, {}, {}, {
|
|
272
|
+
P: {};
|
|
273
|
+
B: {};
|
|
274
|
+
D: {};
|
|
275
|
+
C: {};
|
|
276
|
+
M: {};
|
|
277
|
+
Defaults: {};
|
|
278
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
279
|
+
label: {
|
|
280
|
+
type: import('vue').PropType<string>;
|
|
281
|
+
required: true;
|
|
282
|
+
};
|
|
283
|
+
disabled: {
|
|
284
|
+
type: import('vue').PropType<boolean>;
|
|
285
|
+
};
|
|
286
|
+
icon: {
|
|
287
|
+
type: import('vue').PropType<import('..').Icon>;
|
|
288
|
+
default: undefined;
|
|
289
|
+
};
|
|
290
|
+
value: {
|
|
291
|
+
type: import('vue').PropType<import('../../types/primitive').Primitive>;
|
|
292
|
+
required: true;
|
|
293
|
+
};
|
|
294
|
+
selected: {
|
|
295
|
+
type: import('vue').PropType<boolean>;
|
|
296
|
+
};
|
|
297
|
+
highlighted: {
|
|
298
|
+
type: import('vue').PropType<boolean>;
|
|
299
|
+
};
|
|
300
|
+
icons: {
|
|
301
|
+
type: import('vue').PropType<Record<string, import('..').Icon>>;
|
|
302
|
+
default: () => Record<string, import('..').Icon>;
|
|
303
|
+
};
|
|
304
|
+
description: {
|
|
305
|
+
type: import('vue').PropType<string>;
|
|
306
|
+
default: undefined;
|
|
307
|
+
};
|
|
308
|
+
}>> & {
|
|
309
|
+
onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
|
|
310
|
+
}, {}, {}, {}, {}, {
|
|
311
|
+
icon: import('..').Icon;
|
|
312
|
+
icons: Record<string, import('..').Icon>;
|
|
313
|
+
description: string;
|
|
314
|
+
}>;
|
|
315
|
+
__isFragment?: undefined;
|
|
316
|
+
__isTeleport?: undefined;
|
|
317
|
+
__isSuspense?: undefined;
|
|
318
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
319
|
+
label: {
|
|
320
|
+
type: import('vue').PropType<string>;
|
|
321
|
+
required: true;
|
|
322
|
+
};
|
|
323
|
+
disabled: {
|
|
324
|
+
type: import('vue').PropType<boolean>;
|
|
325
|
+
};
|
|
326
|
+
icon: {
|
|
327
|
+
type: import('vue').PropType<import('..').Icon>;
|
|
328
|
+
default: undefined;
|
|
329
|
+
};
|
|
330
|
+
value: {
|
|
331
|
+
type: import('vue').PropType<import('../../types/primitive').Primitive>;
|
|
332
|
+
required: true;
|
|
333
|
+
};
|
|
334
|
+
selected: {
|
|
335
|
+
type: import('vue').PropType<boolean>;
|
|
336
|
+
};
|
|
337
|
+
highlighted: {
|
|
338
|
+
type: import('vue').PropType<boolean>;
|
|
339
|
+
};
|
|
340
|
+
icons: {
|
|
341
|
+
type: import('vue').PropType<Record<string, import('..').Icon>>;
|
|
342
|
+
default: () => Record<string, import('..').Icon>;
|
|
343
|
+
};
|
|
344
|
+
description: {
|
|
345
|
+
type: import('vue').PropType<string>;
|
|
346
|
+
default: undefined;
|
|
347
|
+
};
|
|
348
|
+
}>> & {
|
|
349
|
+
onSelect?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
|
|
350
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
351
|
+
select: (value: import('../../types/primitive').Primitive) => void;
|
|
352
|
+
}, string, {
|
|
353
|
+
icon: import('..').Icon;
|
|
354
|
+
icons: Record<string, import('..').Icon>;
|
|
355
|
+
description: string;
|
|
356
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
357
|
+
$slots: {
|
|
358
|
+
default?(_: {}): any;
|
|
359
|
+
};
|
|
360
|
+
});
|
|
361
|
+
declare const QListItemGroup: {
|
|
362
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
363
|
+
title: {
|
|
364
|
+
type: import('vue').PropType<string>;
|
|
365
|
+
default: string;
|
|
366
|
+
};
|
|
367
|
+
id: {
|
|
368
|
+
type: import('vue').PropType<string>;
|
|
369
|
+
required: true;
|
|
370
|
+
};
|
|
371
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
372
|
+
title: {
|
|
373
|
+
type: import('vue').PropType<string>;
|
|
374
|
+
default: string;
|
|
375
|
+
};
|
|
376
|
+
id: {
|
|
377
|
+
type: import('vue').PropType<string>;
|
|
378
|
+
required: true;
|
|
379
|
+
};
|
|
380
|
+
}>>, {
|
|
381
|
+
title: string;
|
|
382
|
+
}, true, {}, {}, {
|
|
383
|
+
P: {};
|
|
384
|
+
B: {};
|
|
385
|
+
D: {};
|
|
386
|
+
C: {};
|
|
387
|
+
M: {};
|
|
388
|
+
Defaults: {};
|
|
389
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
390
|
+
title: {
|
|
391
|
+
type: import('vue').PropType<string>;
|
|
392
|
+
default: string;
|
|
393
|
+
};
|
|
394
|
+
id: {
|
|
395
|
+
type: import('vue').PropType<string>;
|
|
396
|
+
required: true;
|
|
397
|
+
};
|
|
398
|
+
}>>, {}, {}, {}, {}, {
|
|
399
|
+
title: string;
|
|
400
|
+
}>;
|
|
401
|
+
__isFragment?: undefined;
|
|
402
|
+
__isTeleport?: undefined;
|
|
403
|
+
__isSuspense?: undefined;
|
|
404
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
405
|
+
title: {
|
|
406
|
+
type: import('vue').PropType<string>;
|
|
407
|
+
default: string;
|
|
408
|
+
};
|
|
409
|
+
id: {
|
|
410
|
+
type: import('vue').PropType<string>;
|
|
411
|
+
required: true;
|
|
412
|
+
};
|
|
413
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
414
|
+
title: string;
|
|
415
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
416
|
+
$slots: {
|
|
417
|
+
default?(_: {}): any;
|
|
418
|
+
};
|
|
419
|
+
});
|
|
5
420
|
export { QList, QListItem, QListItemGroup };
|
|
6
421
|
export type { QListProps, QListItemProps, QListItemGroupProps };
|
|
7
422
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QList/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QList/index.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAA;AAK/D,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2C,CAAA;AACtD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAmD,CAAA;AAClE,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6D,CAAA;AAGjF,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,CAAA;AAG3C,YAAY,EAAE,UAAU,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAA"}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { setupPropsProxy as
|
|
5
|
-
|
|
6
|
-
m(r);
|
|
7
|
-
m(s);
|
|
1
|
+
import t from "./QList.vue.js";
|
|
2
|
+
import m from "./QListItem.vue.js";
|
|
3
|
+
import r from "./QListItemGroup.vue.js";
|
|
4
|
+
import { setupPropsProxy as o } from "../../utils/setupPropsProxy.js";
|
|
5
|
+
const c = o(t), n = o(m), _ = o(r);
|
|
8
6
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
c as QList,
|
|
8
|
+
n as QListItem,
|
|
9
|
+
_ as QListItemGroup
|
|
12
10
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/QOverlay"],"names":[],"mappings":"AAsCA;AAMC,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAMlD,MAAM,MAAM,aAAa,GAAG;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAA;IAEjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;;OAGG;IACH,GAAG,CAAC,EAAE,OAAO,CAAA;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAA;IAEzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmfF,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"QOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/QOverlay.vue"],"names":[],"mappings":"AAsCA;AAMC,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAMlD,MAAM,MAAM,aAAa,GAAG;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAA;IAEjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;;OAGG;IACH,GAAG,CAAC,EAAE,OAAO,CAAA;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAA;IAEzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmfF,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|