@quidgest/ui 0.16.35 → 0.16.37
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/json/api.json +1 -1
- package/dist/ui.css +24 -6
- package/dist/ui.esm.js +1742 -1741
- package/dist/ui.js +10 -10
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +673 -673
- package/dist/ui.scss +23 -5
- package/esm/components/QAccordion/index.d.ts +1 -0
- package/esm/components/QAccordion/index.d.ts.map +1 -1
- package/esm/components/QAvatar/index.d.ts +1 -0
- package/esm/components/QAvatar/index.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.d.ts +2 -1
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +9 -9
- package/esm/components/QBadge/constants.d.ts +9 -0
- package/esm/components/QBadge/constants.d.ts.map +1 -0
- package/esm/components/QBadge/index.d.ts +7 -6
- package/esm/components/QBadge/index.d.ts.map +1 -1
- package/esm/components/QBadge/types.d.ts +1 -8
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/index.d.ts +4 -5
- package/esm/components/QBadgeIndicator/index.d.ts.map +1 -1
- package/esm/components/QButton/index.d.ts +4 -5
- package/esm/components/QButton/index.d.ts.map +1 -1
- package/esm/components/QButtonGroup/index.d.ts +1 -0
- package/esm/components/QButtonGroup/index.d.ts.map +1 -1
- package/esm/components/QCard/index.d.ts +4 -5
- package/esm/components/QCard/index.d.ts.map +1 -1
- package/esm/components/QCarousel/index.d.ts +1 -0
- package/esm/components/QCarousel/index.d.ts.map +1 -1
- package/esm/components/QCheckbox/index.d.ts +1 -0
- package/esm/components/QCheckbox/index.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.d.ts +2 -1
- package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +1 -1
- package/esm/components/QCollapsible/constants.d.ts +6 -0
- package/esm/components/QCollapsible/constants.d.ts.map +1 -0
- package/esm/components/QCollapsible/constants.js +7 -0
- package/esm/components/QCollapsible/index.d.ts +19 -20
- package/esm/components/QCollapsible/index.d.ts.map +1 -1
- package/esm/components/QCollapsible/types.d.ts +1 -5
- package/esm/components/QCollapsible/types.d.ts.map +1 -1
- package/esm/components/QColorPicker/QColorPicker.d.ts +2 -1
- package/esm/components/QColorPicker/QColorPicker.d.ts.map +1 -1
- package/esm/components/QColorPicker/QColorPicker.vue.js +1 -1
- package/esm/components/QColorPicker/constants.d.ts +4 -0
- package/esm/components/QColorPicker/constants.d.ts.map +1 -0
- package/esm/components/QColorPicker/index.d.ts +7 -6
- package/esm/components/QColorPicker/index.d.ts.map +1 -1
- package/esm/components/QColorPicker/types.d.ts +2 -4
- package/esm/components/QColorPicker/types.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +60 -59
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +1 -1
- package/esm/components/QCombobox/constants.d.ts +14 -0
- package/esm/components/QCombobox/constants.d.ts.map +1 -0
- package/esm/components/QCombobox/{types.js → constants.js} +2 -2
- package/esm/components/QCombobox/index.d.ts +63 -62
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +1 -13
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts +2 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +1 -1
- package/esm/components/QDateTimePicker/constants.d.ts +12 -0
- package/esm/components/QDateTimePicker/constants.d.ts.map +1 -0
- package/esm/components/QDateTimePicker/{types.js → constants.js} +1 -1
- package/esm/components/QDateTimePicker/index.d.ts +13 -14
- package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/types.d.ts +1 -11
- package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
- package/esm/components/QDefaultsProvider/index.d.ts +1 -0
- package/esm/components/QDefaultsProvider/index.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.d.ts +2 -1
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +1 -1
- package/esm/components/QDialog/constants.d.ts +10 -0
- package/esm/components/QDialog/constants.d.ts.map +1 -0
- package/esm/components/QDialog/index.d.ts +13 -14
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +2 -8
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDismissibleLayer/index.d.ts +21 -22
- package/esm/components/QDismissibleLayer/index.d.ts.map +1 -1
- package/esm/components/QDivider/index.d.ts +1 -0
- package/esm/components/QDivider/index.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +2 -2
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +15 -14
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +1 -1
- package/esm/components/QDropdownMenu/constants.d.ts +6 -0
- package/esm/components/QDropdownMenu/constants.d.ts.map +1 -0
- package/esm/components/QDropdownMenu/index.d.ts +12 -11
- package/esm/components/QDropdownMenu/index.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/types.d.ts +1 -5
- package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
- package/esm/components/QField/index.d.ts +7 -8
- package/esm/components/QField/index.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.d.ts +2 -1
- package/esm/components/QFileUpload/QFileUpload.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
- package/esm/components/QFileUpload/constants.d.ts +26 -0
- package/esm/components/QFileUpload/constants.d.ts.map +1 -0
- package/esm/components/QFileUpload/index.d.ts +13 -14
- package/esm/components/QFileUpload/index.d.ts.map +1 -1
- package/esm/components/QFileUpload/types.d.ts +1 -25
- package/esm/components/QFileUpload/types.d.ts.map +1 -1
- package/esm/components/QFocusTrap/index.d.ts +1 -2
- package/esm/components/QFocusTrap/index.d.ts.map +1 -1
- package/esm/components/QGrid/index.d.ts +1 -0
- package/esm/components/QGrid/index.d.ts.map +1 -1
- package/esm/components/QIcon/index.d.ts +2 -3
- package/esm/components/QIcon/index.d.ts.map +1 -1
- package/esm/components/QIcon/types.d.ts +1 -0
- package/esm/components/QIcon/types.d.ts.map +1 -1
- package/esm/components/QInputGroup/index.d.ts +1 -0
- package/esm/components/QInputGroup/index.d.ts.map +1 -1
- package/esm/components/QLabel/index.d.ts +4 -5
- package/esm/components/QLabel/index.d.ts.map +1 -1
- package/esm/components/QLineLoader/index.d.ts +1 -0
- package/esm/components/QLineLoader/index.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +6 -6
- package/esm/components/QList/QListItem.d.ts +2 -1
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +1 -1
- package/esm/components/QList/constants.d.ts +9 -0
- package/esm/components/QList/constants.d.ts.map +1 -0
- package/esm/components/QList/index.d.ts +18 -19
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +1 -8
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QMeter/index.d.ts +1 -2
- package/esm/components/QMeter/index.d.ts.map +1 -1
- package/esm/components/QOverlay/index.d.ts +1 -2
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.d.ts +6 -6
- package/esm/components/QPasswordField/index.d.ts +4 -5
- package/esm/components/QPasswordField/index.d.ts.map +1 -1
- package/esm/components/QPopover/index.d.ts +1 -0
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +2 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +58 -60
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +2 -1
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +2 -1
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +1 -1
- package/esm/components/QPropertyList/constants.d.ts +12 -0
- package/esm/components/QPropertyList/constants.d.ts.map +1 -0
- package/esm/components/QPropertyList/index.d.ts +19 -20
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/types.d.ts +1 -11
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QRadioGroup/index.d.ts +1 -0
- package/esm/components/QRadioGroup/index.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/index.d.ts +1 -0
- package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +44 -43
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +1 -1
- package/esm/components/QSelect/constants.d.ts +14 -0
- package/esm/components/QSelect/constants.d.ts.map +1 -0
- package/esm/components/QSelect/{types.js → constants.js} +2 -2
- package/esm/components/QSelect/index.d.ts +46 -45
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +1 -13
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebarAnchor.d.ts +18 -18
- package/esm/components/QSidebar/index.d.ts +1 -0
- package/esm/components/QSidebar/index.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/index.d.ts +1 -0
- package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/index.d.ts +1 -0
- package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
- package/esm/components/QSwitch/index.d.ts +1 -0
- package/esm/components/QSwitch/index.d.ts.map +1 -1
- package/esm/components/QTextArea/index.d.ts +1 -0
- package/esm/components/QTextArea/index.d.ts.map +1 -1
- package/esm/components/QTextField/index.d.ts +1 -2
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QTextField/types.js +7 -0
- package/esm/components/QThemeProvider/index.d.ts +1 -0
- package/esm/components/QThemeProvider/index.d.ts.map +1 -1
- package/esm/components/QToast/QToast.d.ts +3 -2
- package/esm/components/QToast/QToast.d.ts.map +1 -1
- package/esm/components/QToast/QToast.vue.js +1 -1
- package/esm/components/QToast/constants.d.ts +6 -0
- package/esm/components/QToast/constants.d.ts.map +1 -0
- package/esm/components/QToast/index.d.ts +10 -11
- package/esm/components/QToast/index.d.ts.map +1 -1
- package/esm/components/QToast/types.d.ts +1 -5
- package/esm/components/QToast/types.d.ts.map +1 -1
- package/esm/components/QToggle/index.d.ts +10 -9
- package/esm/components/QToggle/index.d.ts.map +1 -1
- package/esm/components/QToggleGroup/index.d.ts +4 -5
- package/esm/components/QToggleGroup/index.d.ts.map +1 -1
- package/esm/components/QTooltip/index.d.ts +1 -0
- package/esm/components/QTooltip/index.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/QChevron.d.ts +2 -1
- package/esm/components/__internal__/QChevron/QChevron.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/QChevron.vue.js +1 -1
- package/esm/components/__internal__/QChevron/constants.d.ts +6 -0
- package/esm/components/__internal__/QChevron/constants.d.ts.map +1 -0
- package/esm/components/__internal__/QChevron/index.d.ts +4 -3
- package/esm/components/__internal__/QChevron/index.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/types.d.ts +1 -5
- package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/QClearButton.d.ts +2 -1
- package/esm/components/__internal__/QClearButton/QClearButton.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/QClearButton.vue.js +1 -1
- package/esm/components/__internal__/QClearButton/constants.d.ts +9 -0
- package/esm/components/__internal__/QClearButton/constants.d.ts.map +1 -0
- package/esm/components/__internal__/QClearButton/index.d.ts +5 -6
- package/esm/components/__internal__/QClearButton/index.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/types.d.ts +1 -8
- package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
- package/esm/components/index.js +56 -54
- package/esm/composables/index.d.ts +17 -1
- package/esm/composables/index.d.ts.map +1 -1
- package/esm/composables/useDialog/index.d.ts +4 -4
- package/esm/composables/useDialog/index.d.ts.map +1 -1
- package/esm/utils/index.d.ts +16 -0
- package/esm/utils/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm/components/QCollapsible/types.js +0 -7
- /package/esm/components/QBadge/{types.js → constants.js} +0 -0
- /package/esm/components/QColorPicker/{types.js → constants.js} +0 -0
- /package/esm/components/QDialog/{types.js → constants.js} +0 -0
- /package/esm/components/QDropdownMenu/{types.js → constants.js} +0 -0
- /package/esm/components/QFileUpload/{types.js → constants.js} +0 -0
- /package/esm/components/QList/{types.js → constants.js} +0 -0
- /package/esm/components/QPropertyList/{types.js → constants.js} +0 -0
- /package/esm/components/QToast/{types.js → constants.js} +0 -0
- /package/esm/components/__internal__/QChevron/{types.js → constants.js} +0 -0
- /package/esm/components/__internal__/QClearButton/{types.js → constants.js} +0 -0
|
@@ -8,14 +8,14 @@ declare const QColorPicker: {
|
|
|
8
8
|
readonly?: boolean;
|
|
9
9
|
disabled?: boolean;
|
|
10
10
|
required?: boolean;
|
|
11
|
-
texts?: typeof import('./
|
|
11
|
+
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
12
12
|
}> & Readonly<{
|
|
13
13
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14
14
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
15
|
"update:modelValue": (value: string) => any;
|
|
16
16
|
}, import('vue').PublicProps, {
|
|
17
17
|
size: import('..').QFieldSize;
|
|
18
|
-
texts: typeof import('./
|
|
18
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
19
19
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
20
20
|
P: {};
|
|
21
21
|
B: {};
|
|
@@ -32,12 +32,12 @@ declare const QColorPicker: {
|
|
|
32
32
|
readonly?: boolean;
|
|
33
33
|
disabled?: boolean;
|
|
34
34
|
required?: boolean;
|
|
35
|
-
texts?: typeof import('./
|
|
35
|
+
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
36
36
|
}> & Readonly<{
|
|
37
37
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
38
38
|
}>, {}, {}, {}, {}, {
|
|
39
39
|
size: import('..').QFieldSize;
|
|
40
|
-
texts: typeof import('./
|
|
40
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
41
41
|
}>;
|
|
42
42
|
__isFragment?: never;
|
|
43
43
|
__isTeleport?: never;
|
|
@@ -51,14 +51,14 @@ declare const QColorPicker: {
|
|
|
51
51
|
readonly?: boolean;
|
|
52
52
|
disabled?: boolean;
|
|
53
53
|
required?: boolean;
|
|
54
|
-
texts?: typeof import('./
|
|
54
|
+
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
55
55
|
}> & Readonly<{
|
|
56
56
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
57
57
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
58
58
|
"update:modelValue": (value: string) => any;
|
|
59
59
|
}, string, {
|
|
60
60
|
size: import('..').QFieldSize;
|
|
61
|
-
texts: typeof import('./
|
|
61
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
62
62
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
63
63
|
$slots: {
|
|
64
64
|
'label.prepend'?(_: {}): any;
|
|
@@ -69,4 +69,5 @@ declare const QColorPicker: {
|
|
|
69
69
|
};
|
|
70
70
|
});
|
|
71
71
|
export { QColorPicker };
|
|
72
|
+
export * from './types';
|
|
72
73
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QColorPicker/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AAGnD,OAAO,EAAE,YAAY,EAAE,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QColorPicker/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AAGnD,OAAO,EAAE,YAAY,EAAE,CAAA;AAGvB,cAAc,SAAS,CAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { QFieldSize } from '../QField';
|
|
2
1
|
import { QBaseComponentProps } from '../../types/component';
|
|
2
|
+
import { QFieldSize } from '../QField';
|
|
3
|
+
import { DEFAULT_TEXTS } from './constants';
|
|
3
4
|
export type QColorPickerProps = QBaseComponentProps & {
|
|
4
5
|
/**
|
|
5
6
|
* The placeholder text for the text field.
|
|
@@ -45,7 +46,4 @@ export type QColorPickerProps = QBaseComponentProps & {
|
|
|
45
46
|
*/
|
|
46
47
|
texts?: typeof DEFAULT_TEXTS;
|
|
47
48
|
};
|
|
48
|
-
export declare const DEFAULT_TEXTS: {
|
|
49
|
-
selectColor: string;
|
|
50
|
-
};
|
|
51
49
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QColorPicker/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAC3C,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QColorPicker/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAC3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG;IACrD;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,UAAU,CAAA;IAEjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { DEFAULT_ICONS
|
|
1
|
+
import { DEFAULT_ICONS } from './constants';
|
|
2
|
+
import { QComboboxProps } from './types';
|
|
2
3
|
import { nextTick } from 'vue';
|
|
3
4
|
type __VLS_Props = QComboboxProps;
|
|
4
5
|
type __VLS_PublicProps = {
|
|
@@ -16,7 +17,7 @@ declare function __VLS_template(): {
|
|
|
16
17
|
extras?(_: {}): any;
|
|
17
18
|
'body.prepend'?(_: {}): any;
|
|
18
19
|
item?(_: {
|
|
19
|
-
item: import('
|
|
20
|
+
item: import('..').Item;
|
|
20
21
|
}): any;
|
|
21
22
|
'body.append'?(_: {}): any;
|
|
22
23
|
};
|
|
@@ -39,7 +40,7 @@ declare function __VLS_template(): {
|
|
|
39
40
|
readonly maxLength?: number | undefined;
|
|
40
41
|
readonly clearable?: boolean | undefined;
|
|
41
42
|
readonly type?: string | undefined;
|
|
42
|
-
readonly texts?: typeof import('
|
|
43
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
43
44
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
44
45
|
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
45
46
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -145,7 +146,7 @@ declare function __VLS_template(): {
|
|
|
145
146
|
maxLength?: number;
|
|
146
147
|
clearable?: boolean;
|
|
147
148
|
type?: string;
|
|
148
|
-
texts?: typeof import('
|
|
149
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
149
150
|
}> & Readonly<{
|
|
150
151
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
151
152
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -197,7 +198,7 @@ declare function __VLS_template(): {
|
|
|
197
198
|
maxLength?: number;
|
|
198
199
|
clearable?: boolean;
|
|
199
200
|
type?: string;
|
|
200
|
-
texts?: typeof import('
|
|
201
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
201
202
|
}> & Readonly<{
|
|
202
203
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
203
204
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -218,8 +219,8 @@ declare function __VLS_template(): {
|
|
|
218
219
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
219
220
|
click: (event: Event) => any;
|
|
220
221
|
}, import('vue').PublicProps, {
|
|
221
|
-
icons: typeof import('../__internal__/QClearButton/
|
|
222
|
-
texts: typeof import('../__internal__/QClearButton/
|
|
222
|
+
icons: typeof import('../__internal__/QClearButton/constants').DEFAULT_ICONS;
|
|
223
|
+
texts: typeof import('../__internal__/QClearButton/constants').DEFAULT_TEXTS;
|
|
223
224
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
224
225
|
P: {};
|
|
225
226
|
B: {};
|
|
@@ -230,8 +231,8 @@ declare function __VLS_template(): {
|
|
|
230
231
|
}, Readonly<import('../__internal__/QClearButton').QClearButtonProps> & Readonly<{
|
|
231
232
|
onClick?: ((event: Event) => any) | undefined;
|
|
232
233
|
}>, {}, {}, {}, {}, {
|
|
233
|
-
icons: typeof import('../__internal__/QClearButton/
|
|
234
|
-
texts: typeof import('../__internal__/QClearButton/
|
|
234
|
+
icons: typeof import('../__internal__/QClearButton/constants').DEFAULT_ICONS;
|
|
235
|
+
texts: typeof import('../__internal__/QClearButton/constants').DEFAULT_TEXTS;
|
|
235
236
|
}> | null;
|
|
236
237
|
toggleRef: ({
|
|
237
238
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -240,13 +241,13 @@ declare function __VLS_template(): {
|
|
|
240
241
|
readonly id?: string | undefined;
|
|
241
242
|
readonly class?: string | unknown[] | undefined;
|
|
242
243
|
readonly label?: string | undefined;
|
|
243
|
-
readonly variant?: import('
|
|
244
|
+
readonly variant?: import('..').QButtonVariant | undefined;
|
|
244
245
|
readonly color?: string | undefined;
|
|
245
246
|
readonly borderless?: boolean | undefined;
|
|
246
247
|
readonly elevated?: boolean | undefined;
|
|
247
248
|
readonly block?: boolean | undefined;
|
|
248
|
-
readonly size?: import('
|
|
249
|
-
readonly iconPos?: import('
|
|
249
|
+
readonly size?: import('..').QButtonSize | undefined;
|
|
250
|
+
readonly iconPos?: import('..').QButtonIconPosition | undefined;
|
|
250
251
|
readonly pill?: boolean | undefined;
|
|
251
252
|
readonly disabled?: boolean | undefined;
|
|
252
253
|
readonly loading?: boolean | undefined;
|
|
@@ -271,10 +272,10 @@ declare function __VLS_template(): {
|
|
|
271
272
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
272
273
|
click: (event: Event) => any;
|
|
273
274
|
}, string, {
|
|
274
|
-
size: import('
|
|
275
|
+
size: import('..').QButtonSize;
|
|
275
276
|
color: string;
|
|
276
|
-
variant: import('
|
|
277
|
-
iconPos: import('
|
|
277
|
+
variant: import('..').QButtonVariant;
|
|
278
|
+
iconPos: import('..').QButtonIconPosition;
|
|
278
279
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
279
280
|
beforeCreate?: (() => void) | (() => void)[];
|
|
280
281
|
created?: (() => void) | (() => void)[];
|
|
@@ -296,10 +297,10 @@ declare function __VLS_template(): {
|
|
|
296
297
|
$nextTick: typeof nextTick;
|
|
297
298
|
$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;
|
|
298
299
|
} & Readonly<{
|
|
299
|
-
size: import('
|
|
300
|
+
size: import('..').QButtonSize;
|
|
300
301
|
color: string;
|
|
301
|
-
variant: import('
|
|
302
|
-
iconPos: import('
|
|
302
|
+
variant: import('..').QButtonVariant;
|
|
303
|
+
iconPos: import('..').QButtonIconPosition;
|
|
303
304
|
}> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
|
|
304
305
|
onClick?: ((event: Event) => any) | undefined;
|
|
305
306
|
}>, "size" | "color" | "variant" | "iconPos"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -316,8 +317,8 @@ declare function __VLS_template(): {
|
|
|
316
317
|
readonly class?: string | unknown[] | undefined;
|
|
317
318
|
readonly modelValue?: any;
|
|
318
319
|
readonly highlighted?: any;
|
|
319
|
-
readonly items?: import('
|
|
320
|
-
readonly groups?: import('
|
|
320
|
+
readonly items?: import('..').Item[] | undefined;
|
|
321
|
+
readonly groups?: import('..').Group[] | undefined;
|
|
321
322
|
readonly selectable?: boolean | undefined;
|
|
322
323
|
readonly multiple?: boolean | undefined;
|
|
323
324
|
readonly disabled?: boolean | undefined;
|
|
@@ -347,7 +348,7 @@ declare function __VLS_template(): {
|
|
|
347
348
|
readonly selectable?: boolean | undefined;
|
|
348
349
|
readonly highlighted?: boolean | undefined;
|
|
349
350
|
readonly disabled?: boolean | undefined;
|
|
350
|
-
readonly icons?: typeof import('../QList/
|
|
351
|
+
readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
|
|
351
352
|
readonly onClick?: (() => any) | undefined;
|
|
352
353
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
353
354
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -375,7 +376,7 @@ declare function __VLS_template(): {
|
|
|
375
376
|
} & {
|
|
376
377
|
click: () => any;
|
|
377
378
|
}, string, {
|
|
378
|
-
icons: typeof import('../QList/
|
|
379
|
+
icons: typeof import('../QList/constants').DEFAULT_ICONS;
|
|
379
380
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
380
381
|
beforeCreate?: (() => void) | (() => void)[];
|
|
381
382
|
created?: (() => void) | (() => void)[];
|
|
@@ -397,7 +398,7 @@ declare function __VLS_template(): {
|
|
|
397
398
|
$nextTick: typeof nextTick;
|
|
398
399
|
$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;
|
|
399
400
|
} & Readonly<{
|
|
400
|
-
icons: typeof import('../QList/
|
|
401
|
+
icons: typeof import('../QList/constants').DEFAULT_ICONS;
|
|
401
402
|
}> & Omit<Readonly<{
|
|
402
403
|
modelValue?: boolean;
|
|
403
404
|
} & import('..').QListItemProps> & Readonly<{
|
|
@@ -434,7 +435,7 @@ declare function __VLS_template(): {
|
|
|
434
435
|
"update:modelValue": (val: any) => any;
|
|
435
436
|
"mouseenter:item": (key: any) => any;
|
|
436
437
|
}, string, {
|
|
437
|
-
groups: import('
|
|
438
|
+
groups: import('..').Group[];
|
|
438
439
|
itemValue: string;
|
|
439
440
|
itemLabel: string;
|
|
440
441
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -458,7 +459,7 @@ declare function __VLS_template(): {
|
|
|
458
459
|
$nextTick: typeof nextTick;
|
|
459
460
|
$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;
|
|
460
461
|
} & Readonly<{
|
|
461
|
-
groups: import('
|
|
462
|
+
groups: import('..').Group[];
|
|
462
463
|
itemValue: string;
|
|
463
464
|
itemLabel: string;
|
|
464
465
|
}> & Omit<Readonly<import('..').QListProps> & Readonly<{
|
|
@@ -475,11 +476,11 @@ declare function __VLS_template(): {
|
|
|
475
476
|
$slots: {
|
|
476
477
|
default?(_: {}): any;
|
|
477
478
|
item?(_: {
|
|
478
|
-
item: import('
|
|
479
|
+
item: import('..').Item;
|
|
479
480
|
element: HTMLLIElement | undefined;
|
|
480
481
|
}): any;
|
|
481
482
|
'item.append'?(_: {
|
|
482
|
-
item: import('
|
|
483
|
+
item: import('..').Item;
|
|
483
484
|
element: HTMLLIElement | undefined;
|
|
484
485
|
}): any;
|
|
485
486
|
};
|
|
@@ -507,7 +508,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
507
508
|
readonly maxLength?: number | undefined;
|
|
508
509
|
readonly clearable?: boolean | undefined;
|
|
509
510
|
readonly type?: string | undefined;
|
|
510
|
-
readonly texts?: typeof import('
|
|
511
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
511
512
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
512
513
|
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
513
514
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -613,7 +614,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
613
614
|
maxLength?: number;
|
|
614
615
|
clearable?: boolean;
|
|
615
616
|
type?: string;
|
|
616
|
-
texts?: typeof import('
|
|
617
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
617
618
|
}> & Readonly<{
|
|
618
619
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
619
620
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -665,7 +666,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
665
666
|
maxLength?: number;
|
|
666
667
|
clearable?: boolean;
|
|
667
668
|
type?: string;
|
|
668
|
-
texts?: typeof import('
|
|
669
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
669
670
|
}> & Readonly<{
|
|
670
671
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
671
672
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -698,7 +699,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
698
699
|
readonly maxLength?: number | undefined;
|
|
699
700
|
readonly clearable?: boolean | undefined;
|
|
700
701
|
readonly type?: string | undefined;
|
|
701
|
-
readonly texts?: typeof import('
|
|
702
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
702
703
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
703
704
|
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
704
705
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -804,7 +805,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
804
805
|
maxLength?: number;
|
|
805
806
|
clearable?: boolean;
|
|
806
807
|
type?: string;
|
|
807
|
-
texts?: typeof import('
|
|
808
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
808
809
|
}> & Readonly<{
|
|
809
810
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
810
811
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -856,7 +857,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
856
857
|
maxLength?: number;
|
|
857
858
|
clearable?: boolean;
|
|
858
859
|
type?: string;
|
|
859
|
-
texts?: typeof import('
|
|
860
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
860
861
|
}> & Readonly<{
|
|
861
862
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
862
863
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -898,7 +899,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
898
899
|
showOptions: string;
|
|
899
900
|
clearValue: string;
|
|
900
901
|
};
|
|
901
|
-
groups: import('
|
|
902
|
+
groups: import('..').Group[];
|
|
902
903
|
itemValue: string;
|
|
903
904
|
itemLabel: string;
|
|
904
905
|
selectionMode: "manual" | "automatic";
|
|
@@ -922,7 +923,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
922
923
|
readonly maxLength?: number | undefined;
|
|
923
924
|
readonly clearable?: boolean | undefined;
|
|
924
925
|
readonly type?: string | undefined;
|
|
925
|
-
readonly texts?: typeof import('
|
|
926
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
926
927
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
927
928
|
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
928
929
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1028,7 +1029,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1028
1029
|
maxLength?: number;
|
|
1029
1030
|
clearable?: boolean;
|
|
1030
1031
|
type?: string;
|
|
1031
|
-
texts?: typeof import('
|
|
1032
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
1032
1033
|
}> & Readonly<{
|
|
1033
1034
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1034
1035
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -1080,7 +1081,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1080
1081
|
maxLength?: number;
|
|
1081
1082
|
clearable?: boolean;
|
|
1082
1083
|
type?: string;
|
|
1083
|
-
texts?: typeof import('
|
|
1084
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
1084
1085
|
}> & Readonly<{
|
|
1085
1086
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1086
1087
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -1101,8 +1102,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1101
1102
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
1102
1103
|
click: (event: Event) => any;
|
|
1103
1104
|
}, import('vue').PublicProps, {
|
|
1104
|
-
icons: typeof import('../__internal__/QClearButton/
|
|
1105
|
-
texts: typeof import('../__internal__/QClearButton/
|
|
1105
|
+
icons: typeof import('../__internal__/QClearButton/constants').DEFAULT_ICONS;
|
|
1106
|
+
texts: typeof import('../__internal__/QClearButton/constants').DEFAULT_TEXTS;
|
|
1106
1107
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
1107
1108
|
P: {};
|
|
1108
1109
|
B: {};
|
|
@@ -1113,8 +1114,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1113
1114
|
}, Readonly<import('../__internal__/QClearButton').QClearButtonProps> & Readonly<{
|
|
1114
1115
|
onClick?: ((event: Event) => any) | undefined;
|
|
1115
1116
|
}>, {}, {}, {}, {}, {
|
|
1116
|
-
icons: typeof import('../__internal__/QClearButton/
|
|
1117
|
-
texts: typeof import('../__internal__/QClearButton/
|
|
1117
|
+
icons: typeof import('../__internal__/QClearButton/constants').DEFAULT_ICONS;
|
|
1118
|
+
texts: typeof import('../__internal__/QClearButton/constants').DEFAULT_TEXTS;
|
|
1118
1119
|
}> | null;
|
|
1119
1120
|
toggleRef: ({
|
|
1120
1121
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -1123,13 +1124,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1123
1124
|
readonly id?: string | undefined;
|
|
1124
1125
|
readonly class?: string | unknown[] | undefined;
|
|
1125
1126
|
readonly label?: string | undefined;
|
|
1126
|
-
readonly variant?: import('
|
|
1127
|
+
readonly variant?: import('..').QButtonVariant | undefined;
|
|
1127
1128
|
readonly color?: string | undefined;
|
|
1128
1129
|
readonly borderless?: boolean | undefined;
|
|
1129
1130
|
readonly elevated?: boolean | undefined;
|
|
1130
1131
|
readonly block?: boolean | undefined;
|
|
1131
|
-
readonly size?: import('
|
|
1132
|
-
readonly iconPos?: import('
|
|
1132
|
+
readonly size?: import('..').QButtonSize | undefined;
|
|
1133
|
+
readonly iconPos?: import('..').QButtonIconPosition | undefined;
|
|
1133
1134
|
readonly pill?: boolean | undefined;
|
|
1134
1135
|
readonly disabled?: boolean | undefined;
|
|
1135
1136
|
readonly loading?: boolean | undefined;
|
|
@@ -1154,10 +1155,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1154
1155
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
1155
1156
|
click: (event: Event) => any;
|
|
1156
1157
|
}, string, {
|
|
1157
|
-
size: import('
|
|
1158
|
+
size: import('..').QButtonSize;
|
|
1158
1159
|
color: string;
|
|
1159
|
-
variant: import('
|
|
1160
|
-
iconPos: import('
|
|
1160
|
+
variant: import('..').QButtonVariant;
|
|
1161
|
+
iconPos: import('..').QButtonIconPosition;
|
|
1161
1162
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1162
1163
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1163
1164
|
created?: (() => void) | (() => void)[];
|
|
@@ -1179,10 +1180,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1179
1180
|
$nextTick: typeof nextTick;
|
|
1180
1181
|
$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;
|
|
1181
1182
|
} & Readonly<{
|
|
1182
|
-
size: import('
|
|
1183
|
+
size: import('..').QButtonSize;
|
|
1183
1184
|
color: string;
|
|
1184
|
-
variant: import('
|
|
1185
|
-
iconPos: import('
|
|
1185
|
+
variant: import('..').QButtonVariant;
|
|
1186
|
+
iconPos: import('..').QButtonIconPosition;
|
|
1186
1187
|
}> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
|
|
1187
1188
|
onClick?: ((event: Event) => any) | undefined;
|
|
1188
1189
|
}>, "size" | "color" | "variant" | "iconPos"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -1199,8 +1200,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1199
1200
|
readonly class?: string | unknown[] | undefined;
|
|
1200
1201
|
readonly modelValue?: any;
|
|
1201
1202
|
readonly highlighted?: any;
|
|
1202
|
-
readonly items?: import('
|
|
1203
|
-
readonly groups?: import('
|
|
1203
|
+
readonly items?: import('..').Item[] | undefined;
|
|
1204
|
+
readonly groups?: import('..').Group[] | undefined;
|
|
1204
1205
|
readonly selectable?: boolean | undefined;
|
|
1205
1206
|
readonly multiple?: boolean | undefined;
|
|
1206
1207
|
readonly disabled?: boolean | undefined;
|
|
@@ -1230,7 +1231,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1230
1231
|
readonly selectable?: boolean | undefined;
|
|
1231
1232
|
readonly highlighted?: boolean | undefined;
|
|
1232
1233
|
readonly disabled?: boolean | undefined;
|
|
1233
|
-
readonly icons?: typeof import('../QList/
|
|
1234
|
+
readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
|
|
1234
1235
|
readonly onClick?: (() => any) | undefined;
|
|
1235
1236
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1236
1237
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1258,7 +1259,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1258
1259
|
} & {
|
|
1259
1260
|
click: () => any;
|
|
1260
1261
|
}, string, {
|
|
1261
|
-
icons: typeof import('../QList/
|
|
1262
|
+
icons: typeof import('../QList/constants').DEFAULT_ICONS;
|
|
1262
1263
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1263
1264
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1264
1265
|
created?: (() => void) | (() => void)[];
|
|
@@ -1280,7 +1281,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1280
1281
|
$nextTick: typeof nextTick;
|
|
1281
1282
|
$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;
|
|
1282
1283
|
} & Readonly<{
|
|
1283
|
-
icons: typeof import('../QList/
|
|
1284
|
+
icons: typeof import('../QList/constants').DEFAULT_ICONS;
|
|
1284
1285
|
}> & Omit<Readonly<{
|
|
1285
1286
|
modelValue?: boolean;
|
|
1286
1287
|
} & import('..').QListItemProps> & Readonly<{
|
|
@@ -1317,7 +1318,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1317
1318
|
"update:modelValue": (val: any) => any;
|
|
1318
1319
|
"mouseenter:item": (key: any) => any;
|
|
1319
1320
|
}, string, {
|
|
1320
|
-
groups: import('
|
|
1321
|
+
groups: import('..').Group[];
|
|
1321
1322
|
itemValue: string;
|
|
1322
1323
|
itemLabel: string;
|
|
1323
1324
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -1341,7 +1342,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1341
1342
|
$nextTick: typeof nextTick;
|
|
1342
1343
|
$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;
|
|
1343
1344
|
} & Readonly<{
|
|
1344
|
-
groups: import('
|
|
1345
|
+
groups: import('..').Group[];
|
|
1345
1346
|
itemValue: string;
|
|
1346
1347
|
itemLabel: string;
|
|
1347
1348
|
}> & Omit<Readonly<import('..').QListProps> & Readonly<{
|
|
@@ -1358,11 +1359,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1358
1359
|
$slots: {
|
|
1359
1360
|
default?(_: {}): any;
|
|
1360
1361
|
item?(_: {
|
|
1361
|
-
item: import('
|
|
1362
|
+
item: import('..').Item;
|
|
1362
1363
|
element: HTMLLIElement | undefined;
|
|
1363
1364
|
}): any;
|
|
1364
1365
|
'item.append'?(_: {
|
|
1365
|
-
item: import('
|
|
1366
|
+
item: import('..').Item;
|
|
1366
1367
|
element: HTMLLIElement | undefined;
|
|
1367
1368
|
}): any;
|
|
1368
1369
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"AA6HA;AAslBC,OAAO,EAAE,aAAa,EAAiB,MAAM,
|
|
1
|
+
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as se, mergeModels as W, useModel as A, ref as b, onMounted as re, computed as m, watch as I, nextTick as x, createElementBlock as Q, openBlock as y, Fragment as de, createVNode as T, unref as v, mergeProps as fe, createSlots as ce, withCtx as d, renderSlot as f, createBlock as S, createCommentVNode as X, withModifiers as me, createElementVNode as ve, toDisplayString as pe } from "vue";
|
|
2
|
-
import { DEFAULT_ICONS as be, DEFAULT_TEXTS as ye } from "./
|
|
2
|
+
import { DEFAULT_ICONS as be, DEFAULT_TEXTS as ye } from "./constants.js";
|
|
3
3
|
import { QButton as he } from "../QButton/index.js";
|
|
4
4
|
import { QList as ge } from "../QList/index.js";
|
|
5
5
|
import { QOverlay as ke } from "../QOverlay/index.js";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const DEFAULT_TEXTS: {
|
|
2
|
+
noData: string;
|
|
3
|
+
showOptions: string;
|
|
4
|
+
clearValue: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const DEFAULT_ICONS: {
|
|
7
|
+
clear: {
|
|
8
|
+
icon: string;
|
|
9
|
+
};
|
|
10
|
+
chevron: {
|
|
11
|
+
icon: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/constants.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,aAAa;;;;CAIQ,CAAA;AAGlC,eAAO,MAAM,aAAa;;;;;;;CAGM,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DEFAULT_ICONS as o } from "../__internal__/QChevron/
|
|
2
|
-
import { DEFAULT_ICONS as T, DEFAULT_TEXTS as E } from "../__internal__/QClearButton/
|
|
1
|
+
import { DEFAULT_ICONS as o } from "../__internal__/QChevron/constants.js";
|
|
2
|
+
import { DEFAULT_ICONS as T, DEFAULT_TEXTS as E } from "../__internal__/QClearButton/constants.js";
|
|
3
3
|
const D = {
|
|
4
4
|
...E,
|
|
5
5
|
noData: "No data available",
|