@quidgest/ui 0.14.10 → 0.14.12
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 +2 -0
- package/dist/ui.css +95 -39
- package/dist/ui.esm.js +1931 -1578
- package/dist/ui.js +29 -29
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +181 -158
- package/dist/ui.scss +83 -40
- package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
- package/esm/components/QAccordion/QAccordion.vue.js +2 -2
- package/esm/components/QAccordion/index.d.ts +33 -2
- package/esm/components/QAccordion/index.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +7 -7
- package/esm/components/QBadge/index.d.ts +39 -2
- package/esm/components/QBadge/index.d.ts.map +1 -1
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.d.ts +0 -2
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +18 -18
- package/esm/components/QButton/index.d.ts +36 -2
- package/esm/components/QButton/index.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +1 -3
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +7 -7
- package/esm/components/QButtonGroup/index.d.ts +17 -2
- package/esm/components/QButtonGroup/index.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +1 -1
- package/esm/components/QButtonToggle/index.d.ts +31 -2
- package/esm/components/QButtonToggle/index.d.ts.map +1 -1
- package/esm/components/QCard/QCard.d.ts +4 -9
- package/esm/components/QCard/QCard.d.ts.map +1 -1
- package/esm/components/QCard/QCard.vue.js +34 -34
- package/esm/components/QCard/index.d.ts +34 -2
- package/esm/components/QCard/index.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.d.ts +0 -3
- package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +19 -19
- package/esm/components/QCheckbox/QCheckboxLabel.d.ts +1 -3
- package/esm/components/QCheckbox/QCheckboxLabel.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckboxLabel.vue.js +7 -7
- package/esm/components/QCheckbox/index.d.ts +79 -2
- package/esm/components/QCheckbox/index.d.ts.map +1 -1
- package/esm/components/QCheckbox/types.d.ts +8 -4
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.d.ts +2 -3
- package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +54 -60
- package/esm/components/QCollapsible/index.d.ts +47 -2
- package/esm/components/QCollapsible/index.d.ts.map +1 -1
- package/esm/components/QCollapsible/types.d.ts +5 -4
- package/esm/components/QCollapsible/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/types.js +4 -5
- package/esm/components/QColorPicker/QColorPicker.d.ts +34 -0
- package/esm/components/QColorPicker/QColorPicker.d.ts.map +1 -0
- package/esm/components/QColorPicker/QColorPicker.vue.js +97 -0
- package/esm/components/QColorPicker/QColorPicker.vue2.js +4 -0
- package/esm/components/QColorPicker/index.d.ts +48 -0
- package/esm/components/QColorPicker/index.d.ts.map +1 -0
- package/esm/components/QColorPicker/index.js +6 -0
- package/esm/components/QColorPicker/types.d.ts +44 -0
- package/esm/components/QColorPicker/types.d.ts.map +1 -0
- package/esm/components/QColorPicker/types.js +6 -0
- package/esm/components/QCombobox/QCombobox.d.ts +686 -81
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +156 -174
- package/esm/components/QCombobox/index.d.ts +1395 -2
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +14 -6
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QCombobox/types.js +9 -11
- package/esm/components/QDialog/QDialog.d.ts +3 -7
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +33 -33
- package/esm/components/QDialog/index.d.ts +56 -2
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +5 -3
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +16 -0
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -0
- package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +38 -0
- package/esm/components/QDropdownMenu/QDropdownMenu.vue2.js +4 -0
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +369 -0
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -0
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +153 -0
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue2.js +4 -0
- package/esm/components/QDropdownMenu/index.d.ts +14 -0
- package/esm/components/QDropdownMenu/index.d.ts.map +1 -0
- package/esm/components/QDropdownMenu/index.js +6 -0
- package/esm/components/QDropdownMenu/types.d.ts +96 -0
- package/esm/components/QDropdownMenu/types.d.ts.map +1 -0
- package/esm/components/QDropdownMenu/types.js +8 -0
- package/esm/components/QField/QField.d.ts +5 -7
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +25 -25
- package/esm/components/QField/index.d.ts +37 -2
- package/esm/components/QField/index.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.d.ts +0 -2
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +8 -8
- package/esm/components/QIcon/QIconFont.d.ts +0 -3
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.vue.js +10 -10
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.vue.js +4 -4
- package/esm/components/QIcon/QIconSvg.d.ts +0 -2
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.vue.js +10 -10
- package/esm/components/QIcon/index.d.ts +16 -8
- package/esm/components/QIcon/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts +0 -5
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +24 -24
- package/esm/components/QInputGroup/index.d.ts +26 -2
- package/esm/components/QInputGroup/index.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts +1 -3
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.vue.js +3 -3
- package/esm/components/QLineLoader/index.d.ts +1 -2
- package/esm/components/QLineLoader/index.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +138 -3
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +117 -99
- package/esm/components/QList/QListItem.d.ts +2 -2
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +39 -37
- package/esm/components/QList/QListItemGroup.d.ts +1 -3
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/QListItemGroup.vue.js +6 -6
- package/esm/components/QList/index.d.ts +189 -6
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +8 -10
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +5 -4
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +151 -136
- package/esm/components/QOverlay/index.d.ts +78 -2
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +4 -0
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.d.ts +0 -1
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +6 -6
- package/esm/components/QPopover/index.d.ts +49 -2
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +8 -5
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +42 -41
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +0 -1
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +9 -9
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +0 -1
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +9 -9
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +15 -18
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +59 -54
- package/esm/components/QPropertyList/index.d.ts +117 -8
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/types.d.ts +8 -4
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +0 -2
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +11 -11
- package/esm/components/QRemoveScrollBar/index.d.ts +23 -2
- package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +313 -28
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +112 -129
- package/esm/components/QSelect/index.d.ts +314 -2
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +13 -5
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSelect/types.js +9 -11
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -5
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +13 -13
- package/esm/components/QSkeletonLoader/index.d.ts +1 -2
- package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +0 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +8 -8
- package/esm/components/QSpinnerLoader/index.d.ts +3 -2
- package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +79 -22
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +18 -18
- package/esm/components/QTextField/index.d.ts +122 -2
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.vue.js +9 -8
- package/esm/components/QThemeProvider/index.d.ts +17 -2
- package/esm/components/QThemeProvider/index.d.ts.map +1 -1
- package/esm/components/QThemeProvider/types.d.ts +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts +0 -4
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +17 -17
- package/esm/components/QTooltip/index.d.ts +62 -2
- package/esm/components/QTooltip/index.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/QChevron.d.ts +14 -0
- package/esm/components/__internal__/QChevron/QChevron.d.ts.map +1 -0
- package/esm/components/__internal__/QChevron/QChevron.vue.js +23 -0
- package/esm/components/__internal__/QChevron/QChevron.vue2.js +4 -0
- package/esm/components/__internal__/QChevron/index.d.ts +13 -0
- package/esm/components/__internal__/QChevron/index.d.ts.map +1 -0
- package/esm/components/__internal__/QChevron/index.js +6 -0
- package/esm/components/__internal__/QChevron/types.d.ts +16 -0
- package/esm/components/__internal__/QChevron/types.d.ts.map +1 -0
- package/esm/components/__internal__/QChevron/types.js +8 -0
- package/esm/components/__internal__/QClearButton/QClearButton.d.ts +11 -0
- package/esm/components/__internal__/QClearButton/QClearButton.d.ts.map +1 -0
- package/esm/components/__internal__/QClearButton/QClearButton.vue.js +39 -0
- package/esm/components/__internal__/QClearButton/QClearButton.vue2.js +4 -0
- package/esm/components/__internal__/QClearButton/index.d.ts +12 -0
- package/esm/components/__internal__/QClearButton/index.d.ts.map +1 -0
- package/esm/components/__internal__/QClearButton/index.js +6 -0
- package/esm/components/__internal__/QClearButton/types.d.ts +23 -0
- package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -0
- package/esm/components/__internal__/QClearButton/types.js +11 -0
- package/esm/components/index.d.ts +2 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +48 -44
- package/esm/composables/group.js +5 -5
- package/esm/composables/overlay.d.ts +4 -0
- package/esm/composables/overlay.d.ts.map +1 -1
- package/esm/composables/overlay.js +69 -62
- package/esm/composables/theme.d.ts +54 -6
- package/esm/composables/theme.d.ts.map +1 -1
- package/esm/composables/theme.js +10 -12
- package/esm/framework.d.ts +17 -20
- package/esm/framework.d.ts.map +1 -1
- package/esm/framework.js +22 -25
- package/esm/index.d.ts +2 -0
- package/esm/templates/theme.js +16 -16
- package/esm/utils/color.d.ts +2 -1
- package/esm/utils/color.d.ts.map +1 -1
- package/esm/utils/color.js +19 -19
- package/esm/utils/setupPropsProxy.d.ts +22 -9
- package/esm/utils/setupPropsProxy.d.ts.map +1 -1
- package/esm/utils/setupPropsProxy.js +22 -22
- package/esm/utils/theme.d.ts +13 -1
- package/esm/utils/theme.d.ts.map +1 -1
- package/esm/utils/theme.js +40 -24
- package/package.json +19 -54
- /package/{LICENSE.md → LICENSE} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DEFAULT_ICONS, DEFAULT_TEXTS, QComboboxProps } from './types';
|
|
2
2
|
import { Primitive } from '../../types/primitive';
|
|
3
3
|
import { nextTick } from 'vue';
|
|
4
4
|
type __VLS_Props = QComboboxProps;
|
|
@@ -10,16 +10,16 @@ type __VLS_PublicProps = {
|
|
|
10
10
|
declare function __VLS_template(): {
|
|
11
11
|
attrs: Partial<{}>;
|
|
12
12
|
slots: {
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
'label.prepend'?(_: {}): any;
|
|
14
|
+
'label.append'?(_: {}): any;
|
|
15
15
|
prepend?(_: {}): any;
|
|
16
16
|
append?(_: {}): any;
|
|
17
17
|
extras?(_: {}): any;
|
|
18
|
-
|
|
18
|
+
'body.prepend'?(_: {}): any;
|
|
19
19
|
item?(_: {
|
|
20
20
|
item: import('../QList/types').Item;
|
|
21
21
|
}): any;
|
|
22
|
-
|
|
22
|
+
'body.append'?(_: {}): any;
|
|
23
23
|
};
|
|
24
24
|
refs: {
|
|
25
25
|
triggerEl: ({
|
|
@@ -37,7 +37,7 @@ declare function __VLS_template(): {
|
|
|
37
37
|
readonly required?: boolean | undefined;
|
|
38
38
|
readonly role?: string | undefined;
|
|
39
39
|
readonly type?: string | undefined;
|
|
40
|
-
readonly class?:
|
|
40
|
+
readonly class?: string | unknown[] | undefined;
|
|
41
41
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
42
42
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
43
43
|
$attrs: {
|
|
@@ -45,6 +45,76 @@ declare function __VLS_template(): {
|
|
|
45
45
|
};
|
|
46
46
|
$refs: {
|
|
47
47
|
[x: string]: unknown;
|
|
48
|
+
} & {
|
|
49
|
+
fieldRef: ({
|
|
50
|
+
$: import('vue').ComponentInternalInstance;
|
|
51
|
+
$data: {};
|
|
52
|
+
$props: {
|
|
53
|
+
readonly id?: string | undefined;
|
|
54
|
+
readonly label?: string | undefined;
|
|
55
|
+
readonly for?: string | undefined;
|
|
56
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
57
|
+
readonly readonly?: boolean | undefined;
|
|
58
|
+
readonly disabled?: boolean | undefined;
|
|
59
|
+
readonly required?: boolean | undefined;
|
|
60
|
+
readonly class?: string | unknown[] | undefined;
|
|
61
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
62
|
+
$attrs: {
|
|
63
|
+
[x: string]: unknown;
|
|
64
|
+
};
|
|
65
|
+
$refs: {
|
|
66
|
+
[x: string]: unknown;
|
|
67
|
+
} & {
|
|
68
|
+
fieldRef: HTMLDivElement;
|
|
69
|
+
};
|
|
70
|
+
$slots: Readonly<{
|
|
71
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
72
|
+
}>;
|
|
73
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
74
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
75
|
+
$host: Element | null;
|
|
76
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
77
|
+
$el: any;
|
|
78
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
|
|
79
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
80
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
81
|
+
size: import('..').QFieldSize;
|
|
82
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
83
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
84
|
+
created?: (() => void) | (() => void)[];
|
|
85
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
86
|
+
mounted?: (() => void) | (() => void)[];
|
|
87
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
88
|
+
updated?: (() => void) | (() => void)[];
|
|
89
|
+
activated?: (() => void) | (() => void)[];
|
|
90
|
+
deactivated?: (() => void) | (() => void)[];
|
|
91
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
92
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
93
|
+
destroyed?: (() => void) | (() => void)[];
|
|
94
|
+
unmounted?: (() => void) | (() => void)[];
|
|
95
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
96
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
97
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
98
|
+
};
|
|
99
|
+
$forceUpdate: () => void;
|
|
100
|
+
$nextTick: typeof nextTick;
|
|
101
|
+
$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;
|
|
102
|
+
} & Readonly<{
|
|
103
|
+
size: import('..').QFieldSize;
|
|
104
|
+
}> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
|
|
105
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
106
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
107
|
+
$slots: {
|
|
108
|
+
'label.prepend'?(_: {}): any;
|
|
109
|
+
'label.append'?(_: {}): any;
|
|
110
|
+
control?(_: {}): any;
|
|
111
|
+
prepend?(_: {}): any;
|
|
112
|
+
default?(_: {}): any;
|
|
113
|
+
append?(_: {}): any;
|
|
114
|
+
extras?(_: {}): any;
|
|
115
|
+
};
|
|
116
|
+
}) | null;
|
|
117
|
+
inputRef: HTMLInputElement;
|
|
48
118
|
};
|
|
49
119
|
$slots: Readonly<{
|
|
50
120
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
@@ -64,14 +134,7 @@ declare function __VLS_template(): {
|
|
|
64
134
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
65
135
|
"update:modelValue": (value: string) => any;
|
|
66
136
|
}, string, {
|
|
67
|
-
size: import('..').QFieldSize;
|
|
68
|
-
class: string | unknown[];
|
|
69
|
-
label: string;
|
|
70
137
|
type: string;
|
|
71
|
-
role: string;
|
|
72
|
-
id: string;
|
|
73
|
-
placeholder: string;
|
|
74
|
-
maxLength: number;
|
|
75
138
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
76
139
|
beforeCreate?: (() => void) | (() => void)[];
|
|
77
140
|
created?: (() => void) | (() => void)[];
|
|
@@ -93,25 +156,18 @@ declare function __VLS_template(): {
|
|
|
93
156
|
$nextTick: typeof nextTick;
|
|
94
157
|
$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;
|
|
95
158
|
} & Readonly<{
|
|
96
|
-
size: import('..').QFieldSize;
|
|
97
|
-
class: string | unknown[];
|
|
98
|
-
label: string;
|
|
99
159
|
type: string;
|
|
100
|
-
role: string;
|
|
101
|
-
id: string;
|
|
102
|
-
placeholder: string;
|
|
103
|
-
maxLength: number;
|
|
104
160
|
}> & Omit<Readonly<{
|
|
105
161
|
modelValue?: string;
|
|
106
162
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
107
163
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
108
|
-
}>, "
|
|
164
|
+
}>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
|
|
109
165
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
110
166
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
111
167
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
112
168
|
$slots: {
|
|
113
|
-
|
|
114
|
-
|
|
169
|
+
'label.prepend'?(_: {}): any;
|
|
170
|
+
'label.append'?(_: {}): any;
|
|
115
171
|
prepend?(_: {}): any;
|
|
116
172
|
append?(_: {}): any;
|
|
117
173
|
extras?(_: {}): any;
|
|
@@ -122,7 +178,7 @@ declare function __VLS_template(): {
|
|
|
122
178
|
$data: {};
|
|
123
179
|
$props: {
|
|
124
180
|
readonly active?: boolean | undefined;
|
|
125
|
-
readonly bStyle?:
|
|
181
|
+
readonly bStyle?: "primary" | "secondary" | "tertiary" | "danger" | "plain" | undefined;
|
|
126
182
|
readonly label?: string | undefined;
|
|
127
183
|
readonly disabled?: boolean | undefined;
|
|
128
184
|
readonly iconOnRight?: boolean | undefined;
|
|
@@ -130,8 +186,8 @@ declare function __VLS_template(): {
|
|
|
130
186
|
readonly elevated?: boolean | undefined;
|
|
131
187
|
readonly block?: boolean | undefined;
|
|
132
188
|
readonly loading?: boolean | undefined;
|
|
133
|
-
readonly size?:
|
|
134
|
-
readonly class?:
|
|
189
|
+
readonly size?: "regular" | "small" | undefined;
|
|
190
|
+
readonly class?: string | unknown[] | undefined;
|
|
135
191
|
readonly onClick?: ((event: Event) => any) | undefined;
|
|
136
192
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
137
193
|
$attrs: {
|
|
@@ -154,8 +210,6 @@ declare function __VLS_template(): {
|
|
|
154
210
|
click: (event: Event) => any;
|
|
155
211
|
}, string, {
|
|
156
212
|
size: "regular" | "small";
|
|
157
|
-
class: string | unknown[];
|
|
158
|
-
label: string;
|
|
159
213
|
bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
|
|
160
214
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
161
215
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -179,12 +233,10 @@ declare function __VLS_template(): {
|
|
|
179
233
|
$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;
|
|
180
234
|
} & Readonly<{
|
|
181
235
|
size: "regular" | "small";
|
|
182
|
-
class: string | unknown[];
|
|
183
|
-
label: string;
|
|
184
236
|
bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
|
|
185
237
|
}> & Omit<Readonly<import('../QButton').QButtonProps> & Readonly<{
|
|
186
238
|
onClick?: ((event: Event) => any) | undefined;
|
|
187
|
-
}>, "size" | "
|
|
239
|
+
}>, "size" | "bStyle"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
188
240
|
$slots: {
|
|
189
241
|
default?(_: {}): any;
|
|
190
242
|
};
|
|
@@ -201,7 +253,7 @@ declare function __VLS_template(): {
|
|
|
201
253
|
readonly itemValue?: string | undefined;
|
|
202
254
|
readonly itemLabel?: string | undefined;
|
|
203
255
|
readonly disabled?: boolean | undefined;
|
|
204
|
-
readonly class?:
|
|
256
|
+
readonly class?: string | unknown[] | undefined;
|
|
205
257
|
readonly selectable?: boolean | undefined;
|
|
206
258
|
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
207
259
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -210,6 +262,73 @@ declare function __VLS_template(): {
|
|
|
210
262
|
};
|
|
211
263
|
$refs: {
|
|
212
264
|
[x: string]: unknown;
|
|
265
|
+
} & {
|
|
266
|
+
listRef: unknown;
|
|
267
|
+
listItemsRef: (({
|
|
268
|
+
$: import('vue').ComponentInternalInstance;
|
|
269
|
+
$data: {};
|
|
270
|
+
$props: {
|
|
271
|
+
readonly value: Primitive;
|
|
272
|
+
readonly label: string;
|
|
273
|
+
readonly icon?: import('..').Icon | undefined;
|
|
274
|
+
readonly selected?: boolean | undefined;
|
|
275
|
+
readonly highlighted?: boolean | undefined;
|
|
276
|
+
readonly disabled?: boolean | undefined;
|
|
277
|
+
readonly description?: string | undefined;
|
|
278
|
+
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
279
|
+
readonly onSelect?: ((value: Primitive) => any) | undefined;
|
|
280
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
281
|
+
$attrs: {
|
|
282
|
+
[x: string]: unknown;
|
|
283
|
+
};
|
|
284
|
+
$refs: {
|
|
285
|
+
[x: string]: unknown;
|
|
286
|
+
};
|
|
287
|
+
$slots: Readonly<{
|
|
288
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
289
|
+
}>;
|
|
290
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
291
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
292
|
+
$host: Element | null;
|
|
293
|
+
$emit: (event: "select", value: Primitive) => void;
|
|
294
|
+
$el: HTMLLIElement;
|
|
295
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../QList').QListItemProps> & Readonly<{
|
|
296
|
+
onSelect?: ((value: Primitive) => any) | undefined;
|
|
297
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
298
|
+
select: (value: Primitive) => any;
|
|
299
|
+
}, string, {
|
|
300
|
+
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
301
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
302
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
303
|
+
created?: (() => void) | (() => void)[];
|
|
304
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
305
|
+
mounted?: (() => void) | (() => void)[];
|
|
306
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
307
|
+
updated?: (() => void) | (() => void)[];
|
|
308
|
+
activated?: (() => void) | (() => void)[];
|
|
309
|
+
deactivated?: (() => void) | (() => void)[];
|
|
310
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
311
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
312
|
+
destroyed?: (() => void) | (() => void)[];
|
|
313
|
+
unmounted?: (() => void) | (() => void)[];
|
|
314
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
315
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
316
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
317
|
+
};
|
|
318
|
+
$forceUpdate: () => void;
|
|
319
|
+
$nextTick: typeof nextTick;
|
|
320
|
+
$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;
|
|
321
|
+
} & Readonly<{
|
|
322
|
+
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
323
|
+
}> & Omit<Readonly<import('../QList').QListItemProps> & Readonly<{
|
|
324
|
+
onSelect?: ((value: Primitive) => any) | undefined;
|
|
325
|
+
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
326
|
+
$slots: {
|
|
327
|
+
prepend?(_: {}): any;
|
|
328
|
+
default?(_: {}): any;
|
|
329
|
+
append?(_: {}): any;
|
|
330
|
+
};
|
|
331
|
+
}) | null)[];
|
|
213
332
|
};
|
|
214
333
|
$slots: Readonly<{
|
|
215
334
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
@@ -232,8 +351,6 @@ declare function __VLS_template(): {
|
|
|
232
351
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
233
352
|
"update:modelValue": (value: any) => any;
|
|
234
353
|
}, string, {
|
|
235
|
-
class: string | unknown[];
|
|
236
|
-
highlighted: Primitive;
|
|
237
354
|
groups: import('../QList/types').Group[];
|
|
238
355
|
itemValue: string;
|
|
239
356
|
itemLabel: string;
|
|
@@ -258,8 +375,6 @@ declare function __VLS_template(): {
|
|
|
258
375
|
$nextTick: typeof nextTick;
|
|
259
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;
|
|
260
377
|
} & Readonly<{
|
|
261
|
-
class: string | unknown[];
|
|
262
|
-
highlighted: Primitive;
|
|
263
378
|
groups: import('../QList/types').Group[];
|
|
264
379
|
itemValue: string;
|
|
265
380
|
itemLabel: string;
|
|
@@ -267,7 +382,7 @@ declare function __VLS_template(): {
|
|
|
267
382
|
modelValue?: any;
|
|
268
383
|
} & import('../QList').QListProps> & Readonly<{
|
|
269
384
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
270
|
-
}>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("
|
|
385
|
+
}>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
271
386
|
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
272
387
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
273
388
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -277,6 +392,11 @@ declare function __VLS_template(): {
|
|
|
277
392
|
$slots: {
|
|
278
393
|
item?(_: {
|
|
279
394
|
item: import('../QList/types').Item;
|
|
395
|
+
element: HTMLLIElement | undefined;
|
|
396
|
+
}): any;
|
|
397
|
+
'item.append'?(_: {
|
|
398
|
+
item: import('../QList/types').Item;
|
|
399
|
+
element: HTMLLIElement | undefined;
|
|
280
400
|
}): any;
|
|
281
401
|
};
|
|
282
402
|
}) | null;
|
|
@@ -300,7 +420,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
300
420
|
readonly required?: boolean | undefined;
|
|
301
421
|
readonly role?: string | undefined;
|
|
302
422
|
readonly type?: string | undefined;
|
|
303
|
-
readonly class?:
|
|
423
|
+
readonly class?: string | unknown[] | undefined;
|
|
304
424
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
305
425
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
306
426
|
$attrs: {
|
|
@@ -308,6 +428,76 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
308
428
|
};
|
|
309
429
|
$refs: {
|
|
310
430
|
[x: string]: unknown;
|
|
431
|
+
} & {
|
|
432
|
+
fieldRef: ({
|
|
433
|
+
$: import('vue').ComponentInternalInstance;
|
|
434
|
+
$data: {};
|
|
435
|
+
$props: {
|
|
436
|
+
readonly id?: string | undefined;
|
|
437
|
+
readonly label?: string | undefined;
|
|
438
|
+
readonly for?: string | undefined;
|
|
439
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
440
|
+
readonly readonly?: boolean | undefined;
|
|
441
|
+
readonly disabled?: boolean | undefined;
|
|
442
|
+
readonly required?: boolean | undefined;
|
|
443
|
+
readonly class?: string | unknown[] | undefined;
|
|
444
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
445
|
+
$attrs: {
|
|
446
|
+
[x: string]: unknown;
|
|
447
|
+
};
|
|
448
|
+
$refs: {
|
|
449
|
+
[x: string]: unknown;
|
|
450
|
+
} & {
|
|
451
|
+
fieldRef: HTMLDivElement;
|
|
452
|
+
};
|
|
453
|
+
$slots: Readonly<{
|
|
454
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
455
|
+
}>;
|
|
456
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
457
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
458
|
+
$host: Element | null;
|
|
459
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
460
|
+
$el: any;
|
|
461
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
|
|
462
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
463
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
464
|
+
size: import('..').QFieldSize;
|
|
465
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
466
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
467
|
+
created?: (() => void) | (() => void)[];
|
|
468
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
469
|
+
mounted?: (() => void) | (() => void)[];
|
|
470
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
471
|
+
updated?: (() => void) | (() => void)[];
|
|
472
|
+
activated?: (() => void) | (() => void)[];
|
|
473
|
+
deactivated?: (() => void) | (() => void)[];
|
|
474
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
475
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
476
|
+
destroyed?: (() => void) | (() => void)[];
|
|
477
|
+
unmounted?: (() => void) | (() => void)[];
|
|
478
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
479
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
480
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
481
|
+
};
|
|
482
|
+
$forceUpdate: () => void;
|
|
483
|
+
$nextTick: typeof nextTick;
|
|
484
|
+
$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;
|
|
485
|
+
} & Readonly<{
|
|
486
|
+
size: import('..').QFieldSize;
|
|
487
|
+
}> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
|
|
488
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
489
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
490
|
+
$slots: {
|
|
491
|
+
'label.prepend'?(_: {}): any;
|
|
492
|
+
'label.append'?(_: {}): any;
|
|
493
|
+
control?(_: {}): any;
|
|
494
|
+
prepend?(_: {}): any;
|
|
495
|
+
default?(_: {}): any;
|
|
496
|
+
append?(_: {}): any;
|
|
497
|
+
extras?(_: {}): any;
|
|
498
|
+
};
|
|
499
|
+
}) | null;
|
|
500
|
+
inputRef: HTMLInputElement;
|
|
311
501
|
};
|
|
312
502
|
$slots: Readonly<{
|
|
313
503
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
@@ -327,14 +517,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
327
517
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
328
518
|
"update:modelValue": (value: string) => any;
|
|
329
519
|
}, string, {
|
|
330
|
-
size: import('..').QFieldSize;
|
|
331
|
-
class: string | unknown[];
|
|
332
|
-
label: string;
|
|
333
520
|
type: string;
|
|
334
|
-
role: string;
|
|
335
|
-
id: string;
|
|
336
|
-
placeholder: string;
|
|
337
|
-
maxLength: number;
|
|
338
521
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
339
522
|
beforeCreate?: (() => void) | (() => void)[];
|
|
340
523
|
created?: (() => void) | (() => void)[];
|
|
@@ -356,25 +539,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
356
539
|
$nextTick: typeof nextTick;
|
|
357
540
|
$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;
|
|
358
541
|
} & Readonly<{
|
|
359
|
-
size: import('..').QFieldSize;
|
|
360
|
-
class: string | unknown[];
|
|
361
|
-
label: string;
|
|
362
542
|
type: string;
|
|
363
|
-
role: string;
|
|
364
|
-
id: string;
|
|
365
|
-
placeholder: string;
|
|
366
|
-
maxLength: number;
|
|
367
543
|
}> & Omit<Readonly<{
|
|
368
544
|
modelValue?: string;
|
|
369
545
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
370
546
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
371
|
-
}>, "
|
|
547
|
+
}>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
|
|
372
548
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
373
549
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
374
550
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
375
551
|
$slots: {
|
|
376
|
-
|
|
377
|
-
|
|
552
|
+
'label.prepend'?(_: {}): any;
|
|
553
|
+
'label.append'?(_: {}): any;
|
|
378
554
|
prepend?(_: {}): any;
|
|
379
555
|
append?(_: {}): any;
|
|
380
556
|
extras?(_: {}): any;
|
|
@@ -394,7 +570,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
394
570
|
readonly required?: boolean | undefined;
|
|
395
571
|
readonly role?: string | undefined;
|
|
396
572
|
readonly type?: string | undefined;
|
|
397
|
-
readonly class?:
|
|
573
|
+
readonly class?: string | unknown[] | undefined;
|
|
398
574
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
399
575
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
400
576
|
$attrs: {
|
|
@@ -402,6 +578,76 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
402
578
|
};
|
|
403
579
|
$refs: {
|
|
404
580
|
[x: string]: unknown;
|
|
581
|
+
} & {
|
|
582
|
+
fieldRef: ({
|
|
583
|
+
$: import('vue').ComponentInternalInstance;
|
|
584
|
+
$data: {};
|
|
585
|
+
$props: {
|
|
586
|
+
readonly id?: string | undefined;
|
|
587
|
+
readonly label?: string | undefined;
|
|
588
|
+
readonly for?: string | undefined;
|
|
589
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
590
|
+
readonly readonly?: boolean | undefined;
|
|
591
|
+
readonly disabled?: boolean | undefined;
|
|
592
|
+
readonly required?: boolean | undefined;
|
|
593
|
+
readonly class?: string | unknown[] | undefined;
|
|
594
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
595
|
+
$attrs: {
|
|
596
|
+
[x: string]: unknown;
|
|
597
|
+
};
|
|
598
|
+
$refs: {
|
|
599
|
+
[x: string]: unknown;
|
|
600
|
+
} & {
|
|
601
|
+
fieldRef: HTMLDivElement;
|
|
602
|
+
};
|
|
603
|
+
$slots: Readonly<{
|
|
604
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
605
|
+
}>;
|
|
606
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
607
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
608
|
+
$host: Element | null;
|
|
609
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
610
|
+
$el: any;
|
|
611
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
|
|
612
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
613
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
614
|
+
size: import('..').QFieldSize;
|
|
615
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
616
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
617
|
+
created?: (() => void) | (() => void)[];
|
|
618
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
619
|
+
mounted?: (() => void) | (() => void)[];
|
|
620
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
621
|
+
updated?: (() => void) | (() => void)[];
|
|
622
|
+
activated?: (() => void) | (() => void)[];
|
|
623
|
+
deactivated?: (() => void) | (() => void)[];
|
|
624
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
625
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
626
|
+
destroyed?: (() => void) | (() => void)[];
|
|
627
|
+
unmounted?: (() => void) | (() => void)[];
|
|
628
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
629
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
630
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
631
|
+
};
|
|
632
|
+
$forceUpdate: () => void;
|
|
633
|
+
$nextTick: typeof nextTick;
|
|
634
|
+
$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;
|
|
635
|
+
} & Readonly<{
|
|
636
|
+
size: import('..').QFieldSize;
|
|
637
|
+
}> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
|
|
638
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
639
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
640
|
+
$slots: {
|
|
641
|
+
'label.prepend'?(_: {}): any;
|
|
642
|
+
'label.append'?(_: {}): any;
|
|
643
|
+
control?(_: {}): any;
|
|
644
|
+
prepend?(_: {}): any;
|
|
645
|
+
default?(_: {}): any;
|
|
646
|
+
append?(_: {}): any;
|
|
647
|
+
extras?(_: {}): any;
|
|
648
|
+
};
|
|
649
|
+
}) | null;
|
|
650
|
+
inputRef: HTMLInputElement;
|
|
405
651
|
};
|
|
406
652
|
$slots: Readonly<{
|
|
407
653
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
@@ -421,14 +667,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
421
667
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
422
668
|
"update:modelValue": (value: string) => any;
|
|
423
669
|
}, string, {
|
|
424
|
-
size: import('..').QFieldSize;
|
|
425
|
-
class: string | unknown[];
|
|
426
|
-
label: string;
|
|
427
670
|
type: string;
|
|
428
|
-
role: string;
|
|
429
|
-
id: string;
|
|
430
|
-
placeholder: string;
|
|
431
|
-
maxLength: number;
|
|
432
671
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
433
672
|
beforeCreate?: (() => void) | (() => void)[];
|
|
434
673
|
created?: (() => void) | (() => void)[];
|
|
@@ -450,25 +689,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
450
689
|
$nextTick: typeof nextTick;
|
|
451
690
|
$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;
|
|
452
691
|
} & Readonly<{
|
|
453
|
-
size: import('..').QFieldSize;
|
|
454
|
-
class: string | unknown[];
|
|
455
|
-
label: string;
|
|
456
692
|
type: string;
|
|
457
|
-
role: string;
|
|
458
|
-
id: string;
|
|
459
|
-
placeholder: string;
|
|
460
|
-
maxLength: number;
|
|
461
693
|
}> & Omit<Readonly<{
|
|
462
694
|
modelValue?: string;
|
|
463
695
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
464
696
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
465
|
-
}>, "
|
|
697
|
+
}>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
|
|
466
698
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
467
699
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
468
700
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
469
701
|
$slots: {
|
|
470
|
-
|
|
471
|
-
|
|
702
|
+
'label.prepend'?(_: {}): any;
|
|
703
|
+
'label.append'?(_: {}): any;
|
|
472
704
|
prepend?(_: {}): any;
|
|
473
705
|
append?(_: {}): any;
|
|
474
706
|
extras?(_: {}): any;
|
|
@@ -492,22 +724,395 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
492
724
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
493
725
|
"onUpdate:search"?: ((value: string) => any) | undefined;
|
|
494
726
|
}>, {
|
|
495
|
-
size: import('..').QFieldSize;
|
|
496
|
-
class: string | unknown[];
|
|
497
|
-
label: string;
|
|
498
727
|
icons: typeof DEFAULT_ICONS;
|
|
499
|
-
|
|
728
|
+
texts: typeof DEFAULT_TEXTS;
|
|
500
729
|
groups: (import('../QList').QListItemGroupProps & {
|
|
501
730
|
id: string;
|
|
502
731
|
})[];
|
|
503
732
|
itemValue: string;
|
|
504
733
|
itemLabel: string;
|
|
505
|
-
placeholder: string;
|
|
506
734
|
selectionMode: "manual" | "automatic";
|
|
507
735
|
filterMode: "builtin" | "manual";
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
736
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
737
|
+
triggerEl: ({
|
|
738
|
+
$: import('vue').ComponentInternalInstance;
|
|
739
|
+
$data: {};
|
|
740
|
+
$props: {
|
|
741
|
+
readonly modelValue?: string | undefined;
|
|
742
|
+
readonly id?: string | undefined;
|
|
743
|
+
readonly placeholder?: string | undefined;
|
|
744
|
+
readonly label?: string | undefined;
|
|
745
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
746
|
+
readonly maxLength?: number | undefined;
|
|
747
|
+
readonly readonly?: boolean | undefined;
|
|
748
|
+
readonly disabled?: boolean | undefined;
|
|
749
|
+
readonly required?: boolean | undefined;
|
|
750
|
+
readonly role?: string | undefined;
|
|
751
|
+
readonly type?: string | undefined;
|
|
752
|
+
readonly class?: string | unknown[] | undefined;
|
|
753
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
754
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
755
|
+
$attrs: {
|
|
756
|
+
[x: string]: unknown;
|
|
757
|
+
};
|
|
758
|
+
$refs: {
|
|
759
|
+
[x: string]: unknown;
|
|
760
|
+
} & {
|
|
761
|
+
fieldRef: ({
|
|
762
|
+
$: import('vue').ComponentInternalInstance;
|
|
763
|
+
$data: {};
|
|
764
|
+
$props: {
|
|
765
|
+
readonly id?: string | undefined;
|
|
766
|
+
readonly label?: string | undefined;
|
|
767
|
+
readonly for?: string | undefined;
|
|
768
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
769
|
+
readonly readonly?: boolean | undefined;
|
|
770
|
+
readonly disabled?: boolean | undefined;
|
|
771
|
+
readonly required?: boolean | undefined;
|
|
772
|
+
readonly class?: string | unknown[] | undefined;
|
|
773
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
774
|
+
$attrs: {
|
|
775
|
+
[x: string]: unknown;
|
|
776
|
+
};
|
|
777
|
+
$refs: {
|
|
778
|
+
[x: string]: unknown;
|
|
779
|
+
} & {
|
|
780
|
+
fieldRef: HTMLDivElement;
|
|
781
|
+
};
|
|
782
|
+
$slots: Readonly<{
|
|
783
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
784
|
+
}>;
|
|
785
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
786
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
787
|
+
$host: Element | null;
|
|
788
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
789
|
+
$el: any;
|
|
790
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
|
|
791
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
792
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
793
|
+
size: import('..').QFieldSize;
|
|
794
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
795
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
796
|
+
created?: (() => void) | (() => void)[];
|
|
797
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
798
|
+
mounted?: (() => void) | (() => void)[];
|
|
799
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
800
|
+
updated?: (() => void) | (() => void)[];
|
|
801
|
+
activated?: (() => void) | (() => void)[];
|
|
802
|
+
deactivated?: (() => void) | (() => void)[];
|
|
803
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
804
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
805
|
+
destroyed?: (() => void) | (() => void)[];
|
|
806
|
+
unmounted?: (() => void) | (() => void)[];
|
|
807
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
808
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
809
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
810
|
+
};
|
|
811
|
+
$forceUpdate: () => void;
|
|
812
|
+
$nextTick: typeof nextTick;
|
|
813
|
+
$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;
|
|
814
|
+
} & Readonly<{
|
|
815
|
+
size: import('..').QFieldSize;
|
|
816
|
+
}> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
|
|
817
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
818
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
819
|
+
$slots: {
|
|
820
|
+
'label.prepend'?(_: {}): any;
|
|
821
|
+
'label.append'?(_: {}): any;
|
|
822
|
+
control?(_: {}): any;
|
|
823
|
+
prepend?(_: {}): any;
|
|
824
|
+
default?(_: {}): any;
|
|
825
|
+
append?(_: {}): any;
|
|
826
|
+
extras?(_: {}): any;
|
|
827
|
+
};
|
|
828
|
+
}) | null;
|
|
829
|
+
inputRef: HTMLInputElement;
|
|
830
|
+
};
|
|
831
|
+
$slots: Readonly<{
|
|
832
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
833
|
+
}>;
|
|
834
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
835
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
836
|
+
$host: Element | null;
|
|
837
|
+
$emit: (event: "update:modelValue", value: string) => void;
|
|
838
|
+
$el: any;
|
|
839
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
840
|
+
modelValue?: string;
|
|
841
|
+
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
842
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
843
|
+
}>, {
|
|
844
|
+
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
845
|
+
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
846
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
847
|
+
"update:modelValue": (value: string) => any;
|
|
848
|
+
}, string, {
|
|
849
|
+
type: string;
|
|
850
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
851
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
852
|
+
created?: (() => void) | (() => void)[];
|
|
853
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
854
|
+
mounted?: (() => void) | (() => void)[];
|
|
855
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
856
|
+
updated?: (() => void) | (() => void)[];
|
|
857
|
+
activated?: (() => void) | (() => void)[];
|
|
858
|
+
deactivated?: (() => void) | (() => void)[];
|
|
859
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
860
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
861
|
+
destroyed?: (() => void) | (() => void)[];
|
|
862
|
+
unmounted?: (() => void) | (() => void)[];
|
|
863
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
864
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
865
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
866
|
+
};
|
|
867
|
+
$forceUpdate: () => void;
|
|
868
|
+
$nextTick: typeof nextTick;
|
|
869
|
+
$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;
|
|
870
|
+
} & Readonly<{
|
|
871
|
+
type: string;
|
|
872
|
+
}> & Omit<Readonly<{
|
|
873
|
+
modelValue?: string;
|
|
874
|
+
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
875
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
876
|
+
}>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
|
|
877
|
+
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
878
|
+
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
879
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
880
|
+
$slots: {
|
|
881
|
+
'label.prepend'?(_: {}): any;
|
|
882
|
+
'label.append'?(_: {}): any;
|
|
883
|
+
prepend?(_: {}): any;
|
|
884
|
+
append?(_: {}): any;
|
|
885
|
+
extras?(_: {}): any;
|
|
886
|
+
};
|
|
887
|
+
}) | null;
|
|
888
|
+
toggleRef: ({
|
|
889
|
+
$: import('vue').ComponentInternalInstance;
|
|
890
|
+
$data: {};
|
|
891
|
+
$props: {
|
|
892
|
+
readonly active?: boolean | undefined;
|
|
893
|
+
readonly bStyle?: "primary" | "secondary" | "tertiary" | "danger" | "plain" | undefined;
|
|
894
|
+
readonly label?: string | undefined;
|
|
895
|
+
readonly disabled?: boolean | undefined;
|
|
896
|
+
readonly iconOnRight?: boolean | undefined;
|
|
897
|
+
readonly borderless?: boolean | undefined;
|
|
898
|
+
readonly elevated?: boolean | undefined;
|
|
899
|
+
readonly block?: boolean | undefined;
|
|
900
|
+
readonly loading?: boolean | undefined;
|
|
901
|
+
readonly size?: "regular" | "small" | undefined;
|
|
902
|
+
readonly class?: string | unknown[] | undefined;
|
|
903
|
+
readonly onClick?: ((event: Event) => any) | undefined;
|
|
904
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
905
|
+
$attrs: {
|
|
906
|
+
[x: string]: unknown;
|
|
907
|
+
};
|
|
908
|
+
$refs: {
|
|
909
|
+
[x: string]: unknown;
|
|
910
|
+
};
|
|
911
|
+
$slots: Readonly<{
|
|
912
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
913
|
+
}>;
|
|
914
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
915
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
916
|
+
$host: Element | null;
|
|
917
|
+
$emit: (event: "click", event: Event) => void;
|
|
918
|
+
$el: HTMLButtonElement;
|
|
919
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../QButton').QButtonProps> & Readonly<{
|
|
920
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
921
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
922
|
+
click: (event: Event) => any;
|
|
923
|
+
}, string, {
|
|
924
|
+
size: "regular" | "small";
|
|
925
|
+
bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
|
|
926
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
927
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
928
|
+
created?: (() => void) | (() => void)[];
|
|
929
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
930
|
+
mounted?: (() => void) | (() => void)[];
|
|
931
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
932
|
+
updated?: (() => void) | (() => void)[];
|
|
933
|
+
activated?: (() => void) | (() => void)[];
|
|
934
|
+
deactivated?: (() => void) | (() => void)[];
|
|
935
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
936
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
937
|
+
destroyed?: (() => void) | (() => void)[];
|
|
938
|
+
unmounted?: (() => void) | (() => void)[];
|
|
939
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
940
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
941
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
942
|
+
};
|
|
943
|
+
$forceUpdate: () => void;
|
|
944
|
+
$nextTick: typeof nextTick;
|
|
945
|
+
$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;
|
|
946
|
+
} & Readonly<{
|
|
947
|
+
size: "regular" | "small";
|
|
948
|
+
bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
|
|
949
|
+
}> & Omit<Readonly<import('../QButton').QButtonProps> & Readonly<{
|
|
950
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
951
|
+
}>, "size" | "bStyle"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
952
|
+
$slots: {
|
|
953
|
+
default?(_: {}): any;
|
|
954
|
+
};
|
|
955
|
+
}) | null;
|
|
956
|
+
contentRef: HTMLDivElement;
|
|
957
|
+
listRef: ({
|
|
958
|
+
$: import('vue').ComponentInternalInstance;
|
|
959
|
+
$data: {};
|
|
960
|
+
$props: {
|
|
961
|
+
readonly modelValue?: any;
|
|
962
|
+
readonly highlighted?: Primitive | undefined;
|
|
963
|
+
readonly items: import('../QList/types').Item[];
|
|
964
|
+
readonly groups?: import('../QList/types').Group[] | undefined;
|
|
965
|
+
readonly itemValue?: string | undefined;
|
|
966
|
+
readonly itemLabel?: string | undefined;
|
|
967
|
+
readonly disabled?: boolean | undefined;
|
|
968
|
+
readonly class?: string | unknown[] | undefined;
|
|
969
|
+
readonly selectable?: boolean | undefined;
|
|
970
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
971
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
972
|
+
$attrs: {
|
|
973
|
+
[x: string]: unknown;
|
|
974
|
+
};
|
|
975
|
+
$refs: {
|
|
976
|
+
[x: string]: unknown;
|
|
977
|
+
} & {
|
|
978
|
+
listRef: unknown;
|
|
979
|
+
listItemsRef: (({
|
|
980
|
+
$: import('vue').ComponentInternalInstance;
|
|
981
|
+
$data: {};
|
|
982
|
+
$props: {
|
|
983
|
+
readonly value: Primitive;
|
|
984
|
+
readonly label: string;
|
|
985
|
+
readonly icon?: import('..').Icon | undefined;
|
|
986
|
+
readonly selected?: boolean | undefined;
|
|
987
|
+
readonly highlighted?: boolean | undefined;
|
|
988
|
+
readonly disabled?: boolean | undefined;
|
|
989
|
+
readonly description?: string | undefined;
|
|
990
|
+
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
991
|
+
readonly onSelect?: ((value: Primitive) => any) | undefined;
|
|
992
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
993
|
+
$attrs: {
|
|
994
|
+
[x: string]: unknown;
|
|
995
|
+
};
|
|
996
|
+
$refs: {
|
|
997
|
+
[x: string]: unknown;
|
|
998
|
+
};
|
|
999
|
+
$slots: Readonly<{
|
|
1000
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
1001
|
+
}>;
|
|
1002
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
1003
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
1004
|
+
$host: Element | null;
|
|
1005
|
+
$emit: (event: "select", value: Primitive) => void;
|
|
1006
|
+
$el: HTMLLIElement;
|
|
1007
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../QList').QListItemProps> & Readonly<{
|
|
1008
|
+
onSelect?: ((value: Primitive) => any) | undefined;
|
|
1009
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
1010
|
+
select: (value: Primitive) => any;
|
|
1011
|
+
}, string, {
|
|
1012
|
+
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
1013
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1014
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1015
|
+
created?: (() => void) | (() => void)[];
|
|
1016
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1017
|
+
mounted?: (() => void) | (() => void)[];
|
|
1018
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1019
|
+
updated?: (() => void) | (() => void)[];
|
|
1020
|
+
activated?: (() => void) | (() => void)[];
|
|
1021
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1022
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1023
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1024
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1025
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1026
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
1027
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
1028
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1029
|
+
};
|
|
1030
|
+
$forceUpdate: () => void;
|
|
1031
|
+
$nextTick: typeof nextTick;
|
|
1032
|
+
$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;
|
|
1033
|
+
} & Readonly<{
|
|
1034
|
+
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
1035
|
+
}> & Omit<Readonly<import('../QList').QListItemProps> & Readonly<{
|
|
1036
|
+
onSelect?: ((value: Primitive) => any) | undefined;
|
|
1037
|
+
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1038
|
+
$slots: {
|
|
1039
|
+
prepend?(_: {}): any;
|
|
1040
|
+
default?(_: {}): any;
|
|
1041
|
+
append?(_: {}): any;
|
|
1042
|
+
};
|
|
1043
|
+
}) | null)[];
|
|
1044
|
+
};
|
|
1045
|
+
$slots: Readonly<{
|
|
1046
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
1047
|
+
}>;
|
|
1048
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
1049
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
1050
|
+
$host: Element | null;
|
|
1051
|
+
$emit: (event: "update:modelValue", value: any) => void;
|
|
1052
|
+
$el: any;
|
|
1053
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1054
|
+
modelValue?: any;
|
|
1055
|
+
} & import('../QList').QListProps> & Readonly<{
|
|
1056
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1057
|
+
}>, {
|
|
1058
|
+
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
1059
|
+
getItem: (idx: number) => HTMLElement | undefined;
|
|
1060
|
+
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
1061
|
+
getFirstFocusableItemIndex: () => number;
|
|
1062
|
+
getLastFocusableItemIndex: () => number;
|
|
1063
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1064
|
+
"update:modelValue": (value: any) => any;
|
|
1065
|
+
}, string, {
|
|
1066
|
+
groups: import('../QList/types').Group[];
|
|
1067
|
+
itemValue: string;
|
|
1068
|
+
itemLabel: string;
|
|
1069
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1070
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1071
|
+
created?: (() => void) | (() => void)[];
|
|
1072
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1073
|
+
mounted?: (() => void) | (() => void)[];
|
|
1074
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1075
|
+
updated?: (() => void) | (() => void)[];
|
|
1076
|
+
activated?: (() => void) | (() => void)[];
|
|
1077
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1078
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1079
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1080
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1081
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1082
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
1083
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
1084
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1085
|
+
};
|
|
1086
|
+
$forceUpdate: () => void;
|
|
1087
|
+
$nextTick: typeof nextTick;
|
|
1088
|
+
$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;
|
|
1089
|
+
} & Readonly<{
|
|
1090
|
+
groups: import('../QList/types').Group[];
|
|
1091
|
+
itemValue: string;
|
|
1092
|
+
itemLabel: string;
|
|
1093
|
+
}> & Omit<Readonly<{
|
|
1094
|
+
modelValue?: any;
|
|
1095
|
+
} & import('../QList').QListProps> & Readonly<{
|
|
1096
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1097
|
+
}>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
1098
|
+
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
1099
|
+
getItem: (idx: number) => HTMLElement | undefined;
|
|
1100
|
+
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
1101
|
+
getFirstFocusableItemIndex: () => number;
|
|
1102
|
+
getLastFocusableItemIndex: () => number;
|
|
1103
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1104
|
+
$slots: {
|
|
1105
|
+
item?(_: {
|
|
1106
|
+
item: import('../QList/types').Item;
|
|
1107
|
+
element: HTMLLIElement | undefined;
|
|
1108
|
+
}): any;
|
|
1109
|
+
'item.append'?(_: {
|
|
1110
|
+
item: import('../QList/types').Item;
|
|
1111
|
+
element: HTMLLIElement | undefined;
|
|
1112
|
+
}): any;
|
|
1113
|
+
};
|
|
1114
|
+
}) | null;
|
|
1115
|
+
}, any>;
|
|
511
1116
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
512
1117
|
export default _default;
|
|
513
1118
|
type __VLS_WithTemplateSlots<T, S> = T & {
|