@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
|
@@ -6,15 +6,15 @@ declare const QCombobox: {
|
|
|
6
6
|
} & Omit<import('..').QTextFieldProps, "type"> & {
|
|
7
7
|
itemValue?: string;
|
|
8
8
|
itemLabel?: string;
|
|
9
|
-
items?: import('
|
|
10
|
-
groups?: import('
|
|
9
|
+
items?: import('..').Item[];
|
|
10
|
+
groups?: import('..').Group[];
|
|
11
11
|
selectionMode?: "manual" | "automatic";
|
|
12
12
|
filterMode?: "builtin" | "manual";
|
|
13
13
|
inline?: boolean;
|
|
14
14
|
loading?: boolean;
|
|
15
15
|
emptyValue?: any;
|
|
16
|
-
icons?: typeof import('./
|
|
17
|
-
texts?: typeof import('./
|
|
16
|
+
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
17
|
+
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
18
18
|
}> & Readonly<{
|
|
19
19
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
20
20
|
onHide?: (() => any) | undefined;
|
|
@@ -42,7 +42,7 @@ declare const QCombobox: {
|
|
|
42
42
|
readonly maxLength?: number | undefined;
|
|
43
43
|
readonly clearable?: boolean | undefined;
|
|
44
44
|
readonly type?: string | undefined;
|
|
45
|
-
readonly texts?: typeof import('
|
|
45
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
46
46
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
47
47
|
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
48
48
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -148,7 +148,7 @@ declare const QCombobox: {
|
|
|
148
148
|
maxLength?: number;
|
|
149
149
|
clearable?: boolean;
|
|
150
150
|
type?: string;
|
|
151
|
-
texts?: typeof import('
|
|
151
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
152
152
|
}> & Readonly<{
|
|
153
153
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
154
154
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -200,7 +200,7 @@ declare const QCombobox: {
|
|
|
200
200
|
maxLength?: number;
|
|
201
201
|
clearable?: boolean;
|
|
202
202
|
type?: string;
|
|
203
|
-
texts?: typeof import('
|
|
203
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
204
204
|
}> & Readonly<{
|
|
205
205
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
206
206
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -233,7 +233,7 @@ declare const QCombobox: {
|
|
|
233
233
|
readonly maxLength?: number | undefined;
|
|
234
234
|
readonly clearable?: boolean | undefined;
|
|
235
235
|
readonly type?: string | undefined;
|
|
236
|
-
readonly texts?: typeof import('
|
|
236
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
237
237
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
238
238
|
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
239
239
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -339,7 +339,7 @@ declare const QCombobox: {
|
|
|
339
339
|
maxLength?: number;
|
|
340
340
|
clearable?: boolean;
|
|
341
341
|
type?: string;
|
|
342
|
-
texts?: typeof import('
|
|
342
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
343
343
|
}> & Readonly<{
|
|
344
344
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
345
345
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -391,7 +391,7 @@ declare const QCombobox: {
|
|
|
391
391
|
maxLength?: number;
|
|
392
392
|
clearable?: boolean;
|
|
393
393
|
type?: string;
|
|
394
|
-
texts?: typeof import('
|
|
394
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
395
395
|
}> & Readonly<{
|
|
396
396
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
397
397
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -417,7 +417,7 @@ declare const QCombobox: {
|
|
|
417
417
|
"before-show": () => any;
|
|
418
418
|
"before-hide": () => any;
|
|
419
419
|
}, import('vue').PublicProps, {
|
|
420
|
-
icons: typeof import('./
|
|
420
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
421
421
|
texts: {
|
|
422
422
|
clearValue: string;
|
|
423
423
|
} & {
|
|
@@ -425,7 +425,7 @@ declare const QCombobox: {
|
|
|
425
425
|
showOptions: string;
|
|
426
426
|
clearValue: string;
|
|
427
427
|
};
|
|
428
|
-
groups: import('
|
|
428
|
+
groups: import('..').Group[];
|
|
429
429
|
itemValue: string;
|
|
430
430
|
itemLabel: string;
|
|
431
431
|
selectionMode: "manual" | "automatic";
|
|
@@ -449,7 +449,7 @@ declare const QCombobox: {
|
|
|
449
449
|
readonly maxLength?: number | undefined;
|
|
450
450
|
readonly clearable?: boolean | undefined;
|
|
451
451
|
readonly type?: string | undefined;
|
|
452
|
-
readonly texts?: typeof import('
|
|
452
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
453
453
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
454
454
|
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
455
455
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -555,7 +555,7 @@ declare const QCombobox: {
|
|
|
555
555
|
maxLength?: number;
|
|
556
556
|
clearable?: boolean;
|
|
557
557
|
type?: string;
|
|
558
|
-
texts?: typeof import('
|
|
558
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
559
559
|
}> & Readonly<{
|
|
560
560
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
561
561
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -607,7 +607,7 @@ declare const QCombobox: {
|
|
|
607
607
|
maxLength?: number;
|
|
608
608
|
clearable?: boolean;
|
|
609
609
|
type?: string;
|
|
610
|
-
texts?: typeof import('
|
|
610
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
611
611
|
}> & Readonly<{
|
|
612
612
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
613
613
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -628,8 +628,8 @@ declare const QCombobox: {
|
|
|
628
628
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
629
629
|
click: (event: Event) => any;
|
|
630
630
|
}, import('vue').PublicProps, {
|
|
631
|
-
icons: typeof import('../__internal__/QClearButton/
|
|
632
|
-
texts: typeof import('../__internal__/QClearButton/
|
|
631
|
+
icons: typeof import('../__internal__/QClearButton/constants').DEFAULT_ICONS;
|
|
632
|
+
texts: typeof import('../__internal__/QClearButton/constants').DEFAULT_TEXTS;
|
|
633
633
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
634
634
|
P: {};
|
|
635
635
|
B: {};
|
|
@@ -640,8 +640,8 @@ declare const QCombobox: {
|
|
|
640
640
|
}, Readonly<import('../__internal__/QClearButton').QClearButtonProps> & Readonly<{
|
|
641
641
|
onClick?: ((event: Event) => any) | undefined;
|
|
642
642
|
}>, {}, {}, {}, {}, {
|
|
643
|
-
icons: typeof import('../__internal__/QClearButton/
|
|
644
|
-
texts: typeof import('../__internal__/QClearButton/
|
|
643
|
+
icons: typeof import('../__internal__/QClearButton/constants').DEFAULT_ICONS;
|
|
644
|
+
texts: typeof import('../__internal__/QClearButton/constants').DEFAULT_TEXTS;
|
|
645
645
|
}> | null;
|
|
646
646
|
toggleRef: ({
|
|
647
647
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -650,13 +650,13 @@ declare const QCombobox: {
|
|
|
650
650
|
readonly id?: string | undefined;
|
|
651
651
|
readonly class?: string | unknown[] | undefined;
|
|
652
652
|
readonly label?: string | undefined;
|
|
653
|
-
readonly variant?: import('
|
|
653
|
+
readonly variant?: import('..').QButtonVariant | undefined;
|
|
654
654
|
readonly color?: string | undefined;
|
|
655
655
|
readonly borderless?: boolean | undefined;
|
|
656
656
|
readonly elevated?: boolean | undefined;
|
|
657
657
|
readonly block?: boolean | undefined;
|
|
658
|
-
readonly size?: import('
|
|
659
|
-
readonly iconPos?: import('
|
|
658
|
+
readonly size?: import('..').QButtonSize | undefined;
|
|
659
|
+
readonly iconPos?: import('..').QButtonIconPosition | undefined;
|
|
660
660
|
readonly pill?: boolean | undefined;
|
|
661
661
|
readonly disabled?: boolean | undefined;
|
|
662
662
|
readonly loading?: boolean | undefined;
|
|
@@ -681,10 +681,10 @@ declare const QCombobox: {
|
|
|
681
681
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
682
682
|
click: (event: Event) => any;
|
|
683
683
|
}, string, {
|
|
684
|
-
size: import('
|
|
684
|
+
size: import('..').QButtonSize;
|
|
685
685
|
color: string;
|
|
686
|
-
variant: import('
|
|
687
|
-
iconPos: import('
|
|
686
|
+
variant: import('..').QButtonVariant;
|
|
687
|
+
iconPos: import('..').QButtonIconPosition;
|
|
688
688
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
689
689
|
beforeCreate?: (() => void) | (() => void)[];
|
|
690
690
|
created?: (() => void) | (() => void)[];
|
|
@@ -706,10 +706,10 @@ declare const QCombobox: {
|
|
|
706
706
|
$nextTick: typeof import('vue').nextTick;
|
|
707
707
|
$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;
|
|
708
708
|
} & Readonly<{
|
|
709
|
-
size: import('
|
|
709
|
+
size: import('..').QButtonSize;
|
|
710
710
|
color: string;
|
|
711
|
-
variant: import('
|
|
712
|
-
iconPos: import('
|
|
711
|
+
variant: import('..').QButtonVariant;
|
|
712
|
+
iconPos: import('..').QButtonIconPosition;
|
|
713
713
|
}> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
|
|
714
714
|
onClick?: ((event: Event) => any) | undefined;
|
|
715
715
|
}>, "size" | "color" | "variant" | "iconPos"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -726,8 +726,8 @@ declare const QCombobox: {
|
|
|
726
726
|
readonly class?: string | unknown[] | undefined;
|
|
727
727
|
readonly modelValue?: any;
|
|
728
728
|
readonly highlighted?: any;
|
|
729
|
-
readonly items?: import('
|
|
730
|
-
readonly groups?: import('
|
|
729
|
+
readonly items?: import('..').Item[] | undefined;
|
|
730
|
+
readonly groups?: import('..').Group[] | undefined;
|
|
731
731
|
readonly selectable?: boolean | undefined;
|
|
732
732
|
readonly multiple?: boolean | undefined;
|
|
733
733
|
readonly disabled?: boolean | undefined;
|
|
@@ -757,7 +757,7 @@ declare const QCombobox: {
|
|
|
757
757
|
readonly selectable?: boolean | undefined;
|
|
758
758
|
readonly highlighted?: boolean | undefined;
|
|
759
759
|
readonly disabled?: boolean | undefined;
|
|
760
|
-
readonly icons?: typeof import('../QList/
|
|
760
|
+
readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
|
|
761
761
|
readonly onClick?: (() => any) | undefined;
|
|
762
762
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
763
763
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -785,7 +785,7 @@ declare const QCombobox: {
|
|
|
785
785
|
} & {
|
|
786
786
|
click: () => any;
|
|
787
787
|
}, string, {
|
|
788
|
-
icons: typeof import('../QList/
|
|
788
|
+
icons: typeof import('../QList/constants').DEFAULT_ICONS;
|
|
789
789
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
790
790
|
beforeCreate?: (() => void) | (() => void)[];
|
|
791
791
|
created?: (() => void) | (() => void)[];
|
|
@@ -807,7 +807,7 @@ declare const QCombobox: {
|
|
|
807
807
|
$nextTick: typeof import('vue').nextTick;
|
|
808
808
|
$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;
|
|
809
809
|
} & Readonly<{
|
|
810
|
-
icons: typeof import('../QList/
|
|
810
|
+
icons: typeof import('../QList/constants').DEFAULT_ICONS;
|
|
811
811
|
}> & Omit<Readonly<{
|
|
812
812
|
modelValue?: boolean;
|
|
813
813
|
} & import('..').QListItemProps> & Readonly<{
|
|
@@ -844,7 +844,7 @@ declare const QCombobox: {
|
|
|
844
844
|
"update:modelValue": (val: any) => any;
|
|
845
845
|
"mouseenter:item": (key: any) => any;
|
|
846
846
|
}, string, {
|
|
847
|
-
groups: import('
|
|
847
|
+
groups: import('..').Group[];
|
|
848
848
|
itemValue: string;
|
|
849
849
|
itemLabel: string;
|
|
850
850
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -868,7 +868,7 @@ declare const QCombobox: {
|
|
|
868
868
|
$nextTick: typeof import('vue').nextTick;
|
|
869
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
870
|
} & Readonly<{
|
|
871
|
-
groups: import('
|
|
871
|
+
groups: import('..').Group[];
|
|
872
872
|
itemValue: string;
|
|
873
873
|
itemLabel: string;
|
|
874
874
|
}> & Omit<Readonly<import('..').QListProps> & Readonly<{
|
|
@@ -885,11 +885,11 @@ declare const QCombobox: {
|
|
|
885
885
|
$slots: {
|
|
886
886
|
default?(_: {}): any;
|
|
887
887
|
item?(_: {
|
|
888
|
-
item: import('
|
|
888
|
+
item: import('..').Item;
|
|
889
889
|
element: HTMLLIElement | undefined;
|
|
890
890
|
}): any;
|
|
891
891
|
'item.append'?(_: {
|
|
892
|
-
item: import('
|
|
892
|
+
item: import('..').Item;
|
|
893
893
|
element: HTMLLIElement | undefined;
|
|
894
894
|
}): any;
|
|
895
895
|
};
|
|
@@ -908,15 +908,15 @@ declare const QCombobox: {
|
|
|
908
908
|
} & Omit<import('..').QTextFieldProps, "type"> & {
|
|
909
909
|
itemValue?: string;
|
|
910
910
|
itemLabel?: string;
|
|
911
|
-
items?: import('
|
|
912
|
-
groups?: import('
|
|
911
|
+
items?: import('..').Item[];
|
|
912
|
+
groups?: import('..').Group[];
|
|
913
913
|
selectionMode?: "manual" | "automatic";
|
|
914
914
|
filterMode?: "builtin" | "manual";
|
|
915
915
|
inline?: boolean;
|
|
916
916
|
loading?: boolean;
|
|
917
917
|
emptyValue?: any;
|
|
918
|
-
icons?: typeof import('./
|
|
919
|
-
texts?: typeof import('./
|
|
918
|
+
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
919
|
+
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
920
920
|
}> & Readonly<{
|
|
921
921
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
922
922
|
onHide?: (() => any) | undefined;
|
|
@@ -944,7 +944,7 @@ declare const QCombobox: {
|
|
|
944
944
|
readonly maxLength?: number | undefined;
|
|
945
945
|
readonly clearable?: boolean | undefined;
|
|
946
946
|
readonly type?: string | undefined;
|
|
947
|
-
readonly texts?: typeof import('
|
|
947
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
948
948
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
949
949
|
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
950
950
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1050,7 +1050,7 @@ declare const QCombobox: {
|
|
|
1050
1050
|
maxLength?: number;
|
|
1051
1051
|
clearable?: boolean;
|
|
1052
1052
|
type?: string;
|
|
1053
|
-
texts?: typeof import('
|
|
1053
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
1054
1054
|
}> & Readonly<{
|
|
1055
1055
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1056
1056
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -1102,7 +1102,7 @@ declare const QCombobox: {
|
|
|
1102
1102
|
maxLength?: number;
|
|
1103
1103
|
clearable?: boolean;
|
|
1104
1104
|
type?: string;
|
|
1105
|
-
texts?: typeof import('
|
|
1105
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
1106
1106
|
}> & Readonly<{
|
|
1107
1107
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1108
1108
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -1135,7 +1135,7 @@ declare const QCombobox: {
|
|
|
1135
1135
|
readonly maxLength?: number | undefined;
|
|
1136
1136
|
readonly clearable?: boolean | undefined;
|
|
1137
1137
|
readonly type?: string | undefined;
|
|
1138
|
-
readonly texts?: typeof import('
|
|
1138
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
1139
1139
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1140
1140
|
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
1141
1141
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1241,7 +1241,7 @@ declare const QCombobox: {
|
|
|
1241
1241
|
maxLength?: number;
|
|
1242
1242
|
clearable?: boolean;
|
|
1243
1243
|
type?: string;
|
|
1244
|
-
texts?: typeof import('
|
|
1244
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
1245
1245
|
}> & Readonly<{
|
|
1246
1246
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1247
1247
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -1293,7 +1293,7 @@ declare const QCombobox: {
|
|
|
1293
1293
|
maxLength?: number;
|
|
1294
1294
|
clearable?: boolean;
|
|
1295
1295
|
type?: string;
|
|
1296
|
-
texts?: typeof import('
|
|
1296
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
1297
1297
|
}> & Readonly<{
|
|
1298
1298
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1299
1299
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -1310,7 +1310,7 @@ declare const QCombobox: {
|
|
|
1310
1310
|
};
|
|
1311
1311
|
}) | null>;
|
|
1312
1312
|
}, {}, {}, {}, {
|
|
1313
|
-
icons: typeof import('./
|
|
1313
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
1314
1314
|
texts: {
|
|
1315
1315
|
clearValue: string;
|
|
1316
1316
|
} & {
|
|
@@ -1318,7 +1318,7 @@ declare const QCombobox: {
|
|
|
1318
1318
|
showOptions: string;
|
|
1319
1319
|
clearValue: string;
|
|
1320
1320
|
};
|
|
1321
|
-
groups: import('
|
|
1321
|
+
groups: import('..').Group[];
|
|
1322
1322
|
itemValue: string;
|
|
1323
1323
|
itemLabel: string;
|
|
1324
1324
|
selectionMode: "manual" | "automatic";
|
|
@@ -1334,15 +1334,15 @@ declare const QCombobox: {
|
|
|
1334
1334
|
} & Omit<import('..').QTextFieldProps, "type"> & {
|
|
1335
1335
|
itemValue?: string;
|
|
1336
1336
|
itemLabel?: string;
|
|
1337
|
-
items?: import('
|
|
1338
|
-
groups?: import('
|
|
1337
|
+
items?: import('..').Item[];
|
|
1338
|
+
groups?: import('..').Group[];
|
|
1339
1339
|
selectionMode?: "manual" | "automatic";
|
|
1340
1340
|
filterMode?: "builtin" | "manual";
|
|
1341
1341
|
inline?: boolean;
|
|
1342
1342
|
loading?: boolean;
|
|
1343
1343
|
emptyValue?: any;
|
|
1344
|
-
icons?: typeof import('./
|
|
1345
|
-
texts?: typeof import('./
|
|
1344
|
+
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
1345
|
+
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
1346
1346
|
}> & Readonly<{
|
|
1347
1347
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1348
1348
|
onHide?: (() => any) | undefined;
|
|
@@ -1370,7 +1370,7 @@ declare const QCombobox: {
|
|
|
1370
1370
|
readonly maxLength?: number | undefined;
|
|
1371
1371
|
readonly clearable?: boolean | undefined;
|
|
1372
1372
|
readonly type?: string | undefined;
|
|
1373
|
-
readonly texts?: typeof import('
|
|
1373
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
1374
1374
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1375
1375
|
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
1376
1376
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1476,7 +1476,7 @@ declare const QCombobox: {
|
|
|
1476
1476
|
maxLength?: number;
|
|
1477
1477
|
clearable?: boolean;
|
|
1478
1478
|
type?: string;
|
|
1479
|
-
texts?: typeof import('
|
|
1479
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
1480
1480
|
}> & Readonly<{
|
|
1481
1481
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1482
1482
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -1528,7 +1528,7 @@ declare const QCombobox: {
|
|
|
1528
1528
|
maxLength?: number;
|
|
1529
1529
|
clearable?: boolean;
|
|
1530
1530
|
type?: string;
|
|
1531
|
-
texts?: typeof import('
|
|
1531
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
1532
1532
|
}> & Readonly<{
|
|
1533
1533
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1534
1534
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -1561,7 +1561,7 @@ declare const QCombobox: {
|
|
|
1561
1561
|
readonly maxLength?: number | undefined;
|
|
1562
1562
|
readonly clearable?: boolean | undefined;
|
|
1563
1563
|
readonly type?: string | undefined;
|
|
1564
|
-
readonly texts?: typeof import('
|
|
1564
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
1565
1565
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1566
1566
|
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
1567
1567
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1667,7 +1667,7 @@ declare const QCombobox: {
|
|
|
1667
1667
|
maxLength?: number;
|
|
1668
1668
|
clearable?: boolean;
|
|
1669
1669
|
type?: string;
|
|
1670
|
-
texts?: typeof import('
|
|
1670
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
1671
1671
|
}> & Readonly<{
|
|
1672
1672
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1673
1673
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -1719,7 +1719,7 @@ declare const QCombobox: {
|
|
|
1719
1719
|
maxLength?: number;
|
|
1720
1720
|
clearable?: boolean;
|
|
1721
1721
|
type?: string;
|
|
1722
|
-
texts?: typeof import('
|
|
1722
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
1723
1723
|
}> & Readonly<{
|
|
1724
1724
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1725
1725
|
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
@@ -1745,7 +1745,7 @@ declare const QCombobox: {
|
|
|
1745
1745
|
"before-show": () => any;
|
|
1746
1746
|
"before-hide": () => any;
|
|
1747
1747
|
}, string, {
|
|
1748
|
-
icons: typeof import('./
|
|
1748
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
1749
1749
|
texts: {
|
|
1750
1750
|
clearValue: string;
|
|
1751
1751
|
} & {
|
|
@@ -1753,7 +1753,7 @@ declare const QCombobox: {
|
|
|
1753
1753
|
showOptions: string;
|
|
1754
1754
|
clearValue: string;
|
|
1755
1755
|
};
|
|
1756
|
-
groups: import('
|
|
1756
|
+
groups: import('..').Group[];
|
|
1757
1757
|
itemValue: string;
|
|
1758
1758
|
itemLabel: string;
|
|
1759
1759
|
selectionMode: "manual" | "automatic";
|
|
@@ -1767,10 +1767,11 @@ declare const QCombobox: {
|
|
|
1767
1767
|
extras?(_: {}): any;
|
|
1768
1768
|
'body.prepend'?(_: {}): any;
|
|
1769
1769
|
item?(_: {
|
|
1770
|
-
item: import('
|
|
1770
|
+
item: import('..').Item;
|
|
1771
1771
|
}): any;
|
|
1772
1772
|
'body.append'?(_: {}): any;
|
|
1773
1773
|
};
|
|
1774
1774
|
});
|
|
1775
1775
|
export { QCombobox };
|
|
1776
|
+
export * from './types';
|
|
1776
1777
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Group, Item } from '../QList/types';
|
|
2
2
|
import { QTextFieldProps } from '../QTextField/types';
|
|
3
|
+
import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
|
|
3
4
|
export type QComboboxProps = Omit<QTextFieldProps, 'type'> & {
|
|
4
5
|
/**
|
|
5
6
|
* Property on each item that contains its value.
|
|
@@ -69,17 +70,4 @@ export type QComboboxProps = Omit<QTextFieldProps, 'type'> & {
|
|
|
69
70
|
*/
|
|
70
71
|
texts?: typeof DEFAULT_TEXTS;
|
|
71
72
|
};
|
|
72
|
-
export declare const DEFAULT_TEXTS: {
|
|
73
|
-
noData: string;
|
|
74
|
-
showOptions: string;
|
|
75
|
-
clearValue: string;
|
|
76
|
-
};
|
|
77
|
-
export declare const DEFAULT_ICONS: {
|
|
78
|
-
clear: {
|
|
79
|
-
icon: string;
|
|
80
|
-
};
|
|
81
|
-
chevron: {
|
|
82
|
-
icon: string;
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
73
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AACjD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAC1D,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG;IAC5D;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;;;OAIG;IACH,aAAa,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAA;IAEtC;;;;OAIG;IACH,UAAU,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAA;IAEjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;;OAKG;IAEH,UAAU,CAAC,EAAE,GAAG,CAAA;IAEhB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { DEFAULT_ICONS, DEFAULT_TEXTS
|
|
1
|
+
import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
|
|
2
|
+
import { QDateTimePickerProps } from './types';
|
|
2
3
|
type __VLS_Props = QDateTimePickerProps;
|
|
3
4
|
type __VLS_PublicProps = {
|
|
4
5
|
modelValue?: Date | string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QDateTimePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/QDateTimePicker.vue"],"names":[],"mappings":"AAqEA;AA6MC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"QDateTimePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/QDateTimePicker.vue"],"names":[],"mappings":"AAqEA;AA6MC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAc1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAQnD,KAAK,WAAW,GAAG,oBAAoB,CAAC;AAsHzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;CAC1B,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAwKT,OAAO,IAA6B;;wBAZrB,GAAG;;;;;;EAiB/B;AA2BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;OASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as C, mergeModels as O, useModel as F, computed as t, ref as U, createBlock as w, openBlock as D, unref as n, normalizeClass as P, createSlots as E, withCtx as i, createVNode as s, createElementVNode as N, mergeProps as k, renderSlot as Q } from "vue";
|
|
2
|
-
import { DEFAULT_TEXTS as H, DEFAULT_ICONS as I } from "./
|
|
2
|
+
import { DEFAULT_TEXTS as H, DEFAULT_ICONS as I } from "./constants.js";
|
|
3
3
|
import { QClearButton as Z } from "../__internal__/QClearButton/index.js";
|
|
4
4
|
import { QField as $ } from "../QField/index.js";
|
|
5
5
|
import { QIcon as K } from "../QIcon/index.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/constants.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA;AAGhC,eAAO,MAAM,aAAa;;CAEQ,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { QDateTimePickerProps } from './types';
|
|
2
1
|
declare const QDateTimePicker: {
|
|
3
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
3
|
modelValue?: Date | string;
|
|
@@ -20,15 +19,15 @@ declare const QDateTimePicker: {
|
|
|
20
19
|
minTime?: string;
|
|
21
20
|
maxTime?: string;
|
|
22
21
|
locale?: string;
|
|
23
|
-
icons?: typeof import('./
|
|
24
|
-
texts?: typeof import('./
|
|
22
|
+
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
23
|
+
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
25
24
|
}> & Readonly<{
|
|
26
25
|
"onUpdate:modelValue"?: ((value: string | Date) => any) | undefined;
|
|
27
26
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
27
|
"update:modelValue": (value: string | Date) => any;
|
|
29
28
|
}, import('vue').PublicProps, {
|
|
30
|
-
icons: typeof import('./
|
|
31
|
-
texts: typeof import('./
|
|
29
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
30
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
32
31
|
locale: string;
|
|
33
32
|
format: string;
|
|
34
33
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -60,13 +59,13 @@ declare const QDateTimePicker: {
|
|
|
60
59
|
minTime?: string;
|
|
61
60
|
maxTime?: string;
|
|
62
61
|
locale?: string;
|
|
63
|
-
icons?: typeof import('./
|
|
64
|
-
texts?: typeof import('./
|
|
62
|
+
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
63
|
+
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
65
64
|
}> & Readonly<{
|
|
66
65
|
"onUpdate:modelValue"?: ((value: string | Date) => any) | undefined;
|
|
67
66
|
}>, {}, {}, {}, {}, {
|
|
68
|
-
icons: typeof import('./
|
|
69
|
-
texts: typeof import('./
|
|
67
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
68
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
70
69
|
locale: string;
|
|
71
70
|
format: string;
|
|
72
71
|
}>;
|
|
@@ -93,15 +92,15 @@ declare const QDateTimePicker: {
|
|
|
93
92
|
minTime?: string;
|
|
94
93
|
maxTime?: string;
|
|
95
94
|
locale?: string;
|
|
96
|
-
icons?: typeof import('./
|
|
97
|
-
texts?: typeof import('./
|
|
95
|
+
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
96
|
+
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
98
97
|
}> & Readonly<{
|
|
99
98
|
"onUpdate:modelValue"?: ((value: string | Date) => any) | undefined;
|
|
100
99
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
101
100
|
"update:modelValue": (value: string | Date) => any;
|
|
102
101
|
}, string, {
|
|
103
|
-
icons: typeof import('./
|
|
104
|
-
texts: typeof import('./
|
|
102
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
103
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
105
104
|
locale: string;
|
|
106
105
|
format: string;
|
|
107
106
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -110,5 +109,5 @@ declare const QDateTimePicker: {
|
|
|
110
109
|
};
|
|
111
110
|
});
|
|
112
111
|
export { QDateTimePicker };
|
|
113
|
-
export
|
|
112
|
+
export * from './types';
|
|
114
113
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAoC,CAAA;AAGzD,OAAO,EAAE,eAAe,EAAE,CAAA;AAG1B,cAAc,SAAS,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { QFieldProps } from '../QField';
|
|
2
|
+
import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
|
|
2
3
|
export type QDateTimePickerProps = QFieldProps & {
|
|
3
4
|
/**
|
|
4
5
|
* The placeholder text for the control.
|
|
@@ -70,15 +71,4 @@ export type QDateTimePickerProps = QFieldProps & {
|
|
|
70
71
|
*/
|
|
71
72
|
texts?: typeof DEFAULT_TEXTS;
|
|
72
73
|
};
|
|
73
|
-
export declare const DEFAULT_ICONS: {
|
|
74
|
-
calendar: {
|
|
75
|
-
icon: string;
|
|
76
|
-
};
|
|
77
|
-
clock: {
|
|
78
|
-
icon: string;
|
|
79
|
-
};
|
|
80
|
-
};
|
|
81
|
-
export declare const DEFAULT_TEXTS: {
|
|
82
|
-
clearValue: string;
|
|
83
|
-
};
|
|
84
74
|
//# sourceMappingURL=types.d.ts.map
|