@quidgest/ui 0.15.7 → 0.15.9
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 +1 -0
- package/dist/ui.css +90 -1
- package/dist/ui.esm.js +4463 -4443
- package/dist/ui.js +18 -18
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +755 -754
- package/dist/ui.scss +31 -2
- package/esm/components/QAccordion/types.d.ts.map +1 -1
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +34 -32
- package/esm/components/QButton/types.d.ts +1 -1
- package/esm/components/QButton/types.d.ts.map +1 -1
- package/esm/components/QButtonGroup/types.d.ts.map +1 -1
- package/esm/components/QButtonToggle/types.d.ts.map +1 -1
- package/esm/components/QCard/types.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +28 -28
- package/esm/components/QCheckbox/index.d.ts +18 -1
- package/esm/components/QCheckbox/index.d.ts.map +1 -1
- package/esm/components/QCheckbox/index.js +6 -4
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/types.d.ts.map +1 -1
- package/esm/components/QColorPicker/types.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +78 -53
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +53 -53
- package/esm/components/QCombobox/index.d.ts +55 -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/QDateTimePicker/types.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +3 -0
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +15 -10
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +90 -59
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +39 -38
- package/esm/components/QDropdownMenu/index.d.ts +7 -4
- package/esm/components/QDropdownMenu/index.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/types.d.ts +4 -21
- package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.d.ts +1 -1
- package/esm/components/QFileUpload/types.d.ts.map +1 -1
- package/esm/components/QIcon/types.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts +1 -1
- package/esm/components/QInputGroup/types.d.ts.map +1 -1
- package/esm/components/QLabel/types.d.ts.map +1 -1
- package/esm/components/QLineLoader/types.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +44 -24
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +97 -93
- package/esm/components/QList/QListItem.d.ts +12 -6
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +51 -49
- package/esm/components/QList/index.d.ts +60 -31
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +3 -8
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QMeter/types.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPasswordField/index.d.ts.map +1 -1
- package/esm/components/QPopover/types.d.ts.map +1 -1
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- 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 +7 -7
- package/esm/components/QRadioGroup/index.d.ts +8 -8
- package/esm/components/QSelect/QSelect.d.ts +86 -61
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +45 -45
- package/esm/components/QSelect/index.d.ts +55 -59
- 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/QSkeletonLoader/types.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/types.d.ts.map +1 -1
- package/esm/components/QTextArea/types.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +10 -10
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QTextField/types.d.ts.map +1 -1
- package/esm/components/QThemeProvider/types.d.ts.map +1 -1
- package/esm/components/QTooltip/types.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/QClearButton.vue.js +8 -8
- package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
- package/esm/components/index.js +63 -62
- package/esm/composables/defaults.js +4 -4
- package/esm/composables/theme.d.ts.map +1 -1
- package/esm/composables/theme.js +5 -5
- package/esm/composables/useColor/index.d.ts.map +1 -1
- package/esm/composables/useColor/index.js +27 -25
- package/esm/composables/useColor/types.d.ts +9 -1
- package/esm/composables/useColor/types.d.ts.map +1 -1
- package/esm/framework.d.ts +1 -1
- package/esm/framework.d.ts.map +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/templates/theme.d.ts.map +1 -1
- package/esm/utils/color.d.ts +6 -0
- package/esm/utils/color.d.ts.map +1 -1
- package/esm/utils/color.js +16 -12
- package/esm/utils/theme.d.ts +1 -1
- package/esm/utils/theme.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { DEFAULT_ICONS, QComboboxProps } from './types';
|
|
2
|
-
import { Primitive } from '../../types/primitive';
|
|
3
2
|
import { nextTick } from 'vue';
|
|
4
3
|
type __VLS_Props = QComboboxProps;
|
|
5
4
|
type __VLS_PublicProps = {
|
|
6
|
-
modelValue?:
|
|
5
|
+
modelValue?: any;
|
|
7
6
|
'open'?: boolean;
|
|
8
7
|
'search'?: string;
|
|
9
8
|
} & __VLS_Props;
|
|
@@ -248,7 +247,7 @@ declare function __VLS_template(): {
|
|
|
248
247
|
$host: Element | null;
|
|
249
248
|
$emit: (event: "click", event: Event) => void;
|
|
250
249
|
$el: HTMLButtonElement;
|
|
251
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('
|
|
250
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QButtonProps> & Readonly<{
|
|
252
251
|
onClick?: ((event: Event) => any) | undefined;
|
|
253
252
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
254
253
|
click: (event: Event) => any;
|
|
@@ -282,7 +281,7 @@ declare function __VLS_template(): {
|
|
|
282
281
|
color: string;
|
|
283
282
|
variant: import('../QButton/types').QButtonVariant;
|
|
284
283
|
iconPos: import('../QButton/types').QButtonIconPosition;
|
|
285
|
-
}> & Omit<Readonly<import('
|
|
284
|
+
}> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
|
|
286
285
|
onClick?: ((event: Event) => any) | undefined;
|
|
287
286
|
}>, "size" | "color" | "variant" | "iconPos"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
288
287
|
$slots: {
|
|
@@ -294,17 +293,18 @@ declare function __VLS_template(): {
|
|
|
294
293
|
$: import('vue').ComponentInternalInstance;
|
|
295
294
|
$data: {};
|
|
296
295
|
$props: {
|
|
297
|
-
readonly modelValue?:
|
|
296
|
+
readonly modelValue?: any;
|
|
298
297
|
readonly id?: string | undefined;
|
|
299
298
|
readonly class?: string | unknown[] | undefined;
|
|
300
|
-
readonly highlighted?:
|
|
299
|
+
readonly highlighted?: any;
|
|
301
300
|
readonly items?: import('../QList/types').Item[] | undefined;
|
|
302
301
|
readonly groups?: import('../QList/types').Group[] | undefined;
|
|
303
302
|
readonly itemValue?: string | undefined;
|
|
304
303
|
readonly itemLabel?: string | undefined;
|
|
305
304
|
readonly disabled?: boolean | undefined;
|
|
306
305
|
readonly selectable?: boolean | undefined;
|
|
307
|
-
readonly "onUpdate:modelValue"?: ((value:
|
|
306
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
307
|
+
readonly onClick?: ((key: any) => any) | undefined;
|
|
308
308
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
309
309
|
$attrs: {
|
|
310
310
|
[x: string]: unknown;
|
|
@@ -317,16 +317,17 @@ declare function __VLS_template(): {
|
|
|
317
317
|
$: import('vue').ComponentInternalInstance;
|
|
318
318
|
$data: {};
|
|
319
319
|
$props: {
|
|
320
|
-
readonly
|
|
320
|
+
readonly modelValue?: boolean | undefined;
|
|
321
|
+
readonly value: any;
|
|
321
322
|
readonly label: string;
|
|
322
323
|
readonly icon?: import('..').Icon | undefined;
|
|
323
324
|
readonly selectable?: boolean | undefined;
|
|
324
|
-
readonly selected?: boolean | undefined;
|
|
325
325
|
readonly highlighted?: boolean | undefined;
|
|
326
326
|
readonly disabled?: boolean | undefined;
|
|
327
327
|
readonly description?: string | undefined;
|
|
328
328
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
329
|
-
readonly
|
|
329
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
330
|
+
readonly onClick?: (() => any) | undefined;
|
|
330
331
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
331
332
|
$attrs: {
|
|
332
333
|
[x: string]: unknown;
|
|
@@ -340,12 +341,17 @@ declare function __VLS_template(): {
|
|
|
340
341
|
$root: import('vue').ComponentPublicInstance | null;
|
|
341
342
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
342
343
|
$host: Element | null;
|
|
343
|
-
$emit: (event: "
|
|
344
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
|
|
344
345
|
$el: HTMLLIElement;
|
|
345
|
-
$options: import('vue').ComponentOptionsBase<Readonly<
|
|
346
|
-
|
|
347
|
-
}
|
|
348
|
-
|
|
346
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
347
|
+
modelValue?: boolean;
|
|
348
|
+
} & import('..').QListItemProps> & Readonly<{
|
|
349
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
350
|
+
onClick?: (() => any) | undefined;
|
|
351
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
352
|
+
"update:modelValue": (value: boolean) => any;
|
|
353
|
+
} & {
|
|
354
|
+
click: () => any;
|
|
349
355
|
}, string, {
|
|
350
356
|
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
351
357
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -370,8 +376,11 @@ declare function __VLS_template(): {
|
|
|
370
376
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
371
377
|
} & Readonly<{
|
|
372
378
|
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
373
|
-
}> & Omit<Readonly<
|
|
374
|
-
|
|
379
|
+
}> & Omit<Readonly<{
|
|
380
|
+
modelValue?: boolean;
|
|
381
|
+
} & import('..').QListItemProps> & Readonly<{
|
|
382
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
383
|
+
onClick?: (() => any) | undefined;
|
|
375
384
|
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
376
385
|
$slots: {
|
|
377
386
|
prepend?(_: {}): any;
|
|
@@ -386,12 +395,12 @@ declare function __VLS_template(): {
|
|
|
386
395
|
$root: import('vue').ComponentPublicInstance | null;
|
|
387
396
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
388
397
|
$host: Element | null;
|
|
389
|
-
$emit: (event: "update:modelValue", value:
|
|
398
|
+
$emit: ((event: "update:modelValue", value: any) => void) & ((event: "click", key: any) => void);
|
|
390
399
|
$el: any;
|
|
391
400
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
392
|
-
modelValue?:
|
|
401
|
+
modelValue?: any;
|
|
393
402
|
} & import('../../types/component').QBaseComponentProps & {
|
|
394
|
-
highlighted?:
|
|
403
|
+
highlighted?: any;
|
|
395
404
|
items?: import('../QList/types').Item[];
|
|
396
405
|
groups?: import('../QList/types').Group[];
|
|
397
406
|
itemValue?: string;
|
|
@@ -399,14 +408,17 @@ declare function __VLS_template(): {
|
|
|
399
408
|
disabled?: boolean;
|
|
400
409
|
selectable?: boolean;
|
|
401
410
|
}> & Readonly<{
|
|
402
|
-
"onUpdate:modelValue"?: ((value:
|
|
411
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
412
|
+
onClick?: ((key: any) => any) | undefined;
|
|
403
413
|
}>, {
|
|
404
414
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
405
415
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
406
416
|
getFirstFocusableItemIndex: () => number;
|
|
407
417
|
getLastFocusableItemIndex: () => number;
|
|
408
418
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
409
|
-
"update:modelValue": (value:
|
|
419
|
+
"update:modelValue": (value: any) => any;
|
|
420
|
+
} & {
|
|
421
|
+
click: (key: any) => any;
|
|
410
422
|
}, string, {
|
|
411
423
|
groups: import('../QList/types').Group[];
|
|
412
424
|
itemValue: string;
|
|
@@ -436,9 +448,9 @@ declare function __VLS_template(): {
|
|
|
436
448
|
itemValue: string;
|
|
437
449
|
itemLabel: string;
|
|
438
450
|
}> & Omit<Readonly<{
|
|
439
|
-
modelValue?:
|
|
451
|
+
modelValue?: any;
|
|
440
452
|
} & import('../../types/component').QBaseComponentProps & {
|
|
441
|
-
highlighted?:
|
|
453
|
+
highlighted?: any;
|
|
442
454
|
items?: import('../QList/types').Item[];
|
|
443
455
|
groups?: import('../QList/types').Group[];
|
|
444
456
|
itemValue?: string;
|
|
@@ -446,7 +458,8 @@ declare function __VLS_template(): {
|
|
|
446
458
|
disabled?: boolean;
|
|
447
459
|
selectable?: boolean;
|
|
448
460
|
}> & Readonly<{
|
|
449
|
-
"onUpdate:modelValue"?: ((value:
|
|
461
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
462
|
+
onClick?: ((key: any) => any) | undefined;
|
|
450
463
|
}>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
451
464
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
452
465
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -853,7 +866,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
853
866
|
};
|
|
854
867
|
}) | null>;
|
|
855
868
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
856
|
-
"update:modelValue": (value:
|
|
869
|
+
"update:modelValue": (value: any) => any;
|
|
857
870
|
"update:open": (value: boolean) => any;
|
|
858
871
|
"update:search": (value: string) => any;
|
|
859
872
|
} & {
|
|
@@ -862,7 +875,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
862
875
|
show: () => any;
|
|
863
876
|
hide: () => any;
|
|
864
877
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
865
|
-
"onUpdate:modelValue"?: ((value:
|
|
878
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
866
879
|
"onBefore-show"?: (() => any) | undefined;
|
|
867
880
|
"onBefore-hide"?: (() => any) | undefined;
|
|
868
881
|
onShow?: (() => any) | undefined;
|
|
@@ -878,9 +891,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
878
891
|
showOptions: string;
|
|
879
892
|
clearValue: string;
|
|
880
893
|
};
|
|
881
|
-
groups:
|
|
882
|
-
id: string;
|
|
883
|
-
})[];
|
|
894
|
+
groups: import('../QList/types').Group[];
|
|
884
895
|
itemValue: string;
|
|
885
896
|
itemLabel: string;
|
|
886
897
|
selectionMode: "manual" | "automatic";
|
|
@@ -1112,7 +1123,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1112
1123
|
$host: Element | null;
|
|
1113
1124
|
$emit: (event: "click", event: Event) => void;
|
|
1114
1125
|
$el: HTMLButtonElement;
|
|
1115
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('
|
|
1126
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QButtonProps> & Readonly<{
|
|
1116
1127
|
onClick?: ((event: Event) => any) | undefined;
|
|
1117
1128
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
1118
1129
|
click: (event: Event) => any;
|
|
@@ -1146,7 +1157,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1146
1157
|
color: string;
|
|
1147
1158
|
variant: import('../QButton/types').QButtonVariant;
|
|
1148
1159
|
iconPos: import('../QButton/types').QButtonIconPosition;
|
|
1149
|
-
}> & Omit<Readonly<import('
|
|
1160
|
+
}> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
|
|
1150
1161
|
onClick?: ((event: Event) => any) | undefined;
|
|
1151
1162
|
}>, "size" | "color" | "variant" | "iconPos"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1152
1163
|
$slots: {
|
|
@@ -1158,17 +1169,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1158
1169
|
$: import('vue').ComponentInternalInstance;
|
|
1159
1170
|
$data: {};
|
|
1160
1171
|
$props: {
|
|
1161
|
-
readonly modelValue?:
|
|
1172
|
+
readonly modelValue?: any;
|
|
1162
1173
|
readonly id?: string | undefined;
|
|
1163
1174
|
readonly class?: string | unknown[] | undefined;
|
|
1164
|
-
readonly highlighted?:
|
|
1175
|
+
readonly highlighted?: any;
|
|
1165
1176
|
readonly items?: import('../QList/types').Item[] | undefined;
|
|
1166
1177
|
readonly groups?: import('../QList/types').Group[] | undefined;
|
|
1167
1178
|
readonly itemValue?: string | undefined;
|
|
1168
1179
|
readonly itemLabel?: string | undefined;
|
|
1169
1180
|
readonly disabled?: boolean | undefined;
|
|
1170
1181
|
readonly selectable?: boolean | undefined;
|
|
1171
|
-
readonly "onUpdate:modelValue"?: ((value:
|
|
1182
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1183
|
+
readonly onClick?: ((key: any) => any) | undefined;
|
|
1172
1184
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
1173
1185
|
$attrs: {
|
|
1174
1186
|
[x: string]: unknown;
|
|
@@ -1181,16 +1193,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1181
1193
|
$: import('vue').ComponentInternalInstance;
|
|
1182
1194
|
$data: {};
|
|
1183
1195
|
$props: {
|
|
1184
|
-
readonly
|
|
1196
|
+
readonly modelValue?: boolean | undefined;
|
|
1197
|
+
readonly value: any;
|
|
1185
1198
|
readonly label: string;
|
|
1186
1199
|
readonly icon?: import('..').Icon | undefined;
|
|
1187
1200
|
readonly selectable?: boolean | undefined;
|
|
1188
|
-
readonly selected?: boolean | undefined;
|
|
1189
1201
|
readonly highlighted?: boolean | undefined;
|
|
1190
1202
|
readonly disabled?: boolean | undefined;
|
|
1191
1203
|
readonly description?: string | undefined;
|
|
1192
1204
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
1193
|
-
readonly
|
|
1205
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1206
|
+
readonly onClick?: (() => any) | undefined;
|
|
1194
1207
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
1195
1208
|
$attrs: {
|
|
1196
1209
|
[x: string]: unknown;
|
|
@@ -1204,12 +1217,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1204
1217
|
$root: import('vue').ComponentPublicInstance | null;
|
|
1205
1218
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
1206
1219
|
$host: Element | null;
|
|
1207
|
-
$emit: (event: "
|
|
1220
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
|
|
1208
1221
|
$el: HTMLLIElement;
|
|
1209
|
-
$options: import('vue').ComponentOptionsBase<Readonly<
|
|
1210
|
-
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1222
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1223
|
+
modelValue?: boolean;
|
|
1224
|
+
} & import('..').QListItemProps> & Readonly<{
|
|
1225
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1226
|
+
onClick?: (() => any) | undefined;
|
|
1227
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1228
|
+
"update:modelValue": (value: boolean) => any;
|
|
1229
|
+
} & {
|
|
1230
|
+
click: () => any;
|
|
1213
1231
|
}, string, {
|
|
1214
1232
|
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
1215
1233
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -1234,8 +1252,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1234
1252
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
1235
1253
|
} & Readonly<{
|
|
1236
1254
|
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
1237
|
-
}> & Omit<Readonly<
|
|
1238
|
-
|
|
1255
|
+
}> & Omit<Readonly<{
|
|
1256
|
+
modelValue?: boolean;
|
|
1257
|
+
} & import('..').QListItemProps> & Readonly<{
|
|
1258
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1259
|
+
onClick?: (() => any) | undefined;
|
|
1239
1260
|
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1240
1261
|
$slots: {
|
|
1241
1262
|
prepend?(_: {}): any;
|
|
@@ -1250,12 +1271,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1250
1271
|
$root: import('vue').ComponentPublicInstance | null;
|
|
1251
1272
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
1252
1273
|
$host: Element | null;
|
|
1253
|
-
$emit: (event: "update:modelValue", value:
|
|
1274
|
+
$emit: ((event: "update:modelValue", value: any) => void) & ((event: "click", key: any) => void);
|
|
1254
1275
|
$el: any;
|
|
1255
1276
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1256
|
-
modelValue?:
|
|
1277
|
+
modelValue?: any;
|
|
1257
1278
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1258
|
-
highlighted?:
|
|
1279
|
+
highlighted?: any;
|
|
1259
1280
|
items?: import('../QList/types').Item[];
|
|
1260
1281
|
groups?: import('../QList/types').Group[];
|
|
1261
1282
|
itemValue?: string;
|
|
@@ -1263,14 +1284,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1263
1284
|
disabled?: boolean;
|
|
1264
1285
|
selectable?: boolean;
|
|
1265
1286
|
}> & Readonly<{
|
|
1266
|
-
"onUpdate:modelValue"?: ((value:
|
|
1287
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1288
|
+
onClick?: ((key: any) => any) | undefined;
|
|
1267
1289
|
}>, {
|
|
1268
1290
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
1269
1291
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
1270
1292
|
getFirstFocusableItemIndex: () => number;
|
|
1271
1293
|
getLastFocusableItemIndex: () => number;
|
|
1272
1294
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1273
|
-
"update:modelValue": (value:
|
|
1295
|
+
"update:modelValue": (value: any) => any;
|
|
1296
|
+
} & {
|
|
1297
|
+
click: (key: any) => any;
|
|
1274
1298
|
}, string, {
|
|
1275
1299
|
groups: import('../QList/types').Group[];
|
|
1276
1300
|
itemValue: string;
|
|
@@ -1300,9 +1324,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1300
1324
|
itemValue: string;
|
|
1301
1325
|
itemLabel: string;
|
|
1302
1326
|
}> & Omit<Readonly<{
|
|
1303
|
-
modelValue?:
|
|
1327
|
+
modelValue?: any;
|
|
1304
1328
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1305
|
-
highlighted?:
|
|
1329
|
+
highlighted?: any;
|
|
1306
1330
|
items?: import('../QList/types').Item[];
|
|
1307
1331
|
groups?: import('../QList/types').Group[];
|
|
1308
1332
|
itemValue?: string;
|
|
@@ -1310,7 +1334,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1310
1334
|
disabled?: boolean;
|
|
1311
1335
|
selectable?: boolean;
|
|
1312
1336
|
}> & Readonly<{
|
|
1313
|
-
"onUpdate:modelValue"?: ((value:
|
|
1337
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1338
|
+
onClick?: ((key: any) => any) | undefined;
|
|
1314
1339
|
}>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
1315
1340
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
1316
1341
|
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":"AA0HA;
|
|
1
|
+
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"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"}
|