@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
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { DEFAULT_ICONS, DEFAULT_TEXTS
|
|
2
|
-
import { Item } from '../QList
|
|
1
|
+
import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
|
|
2
|
+
import { Item } from '../QList';
|
|
3
|
+
import { QSelectProps } from './types';
|
|
3
4
|
import { nextTick } from 'vue';
|
|
4
5
|
type __VLS_Props = QSelectProps;
|
|
5
6
|
type __VLS_PublicProps = {
|
|
@@ -94,13 +95,13 @@ declare function __VLS_template(): {
|
|
|
94
95
|
$props: {
|
|
95
96
|
readonly id?: string | undefined;
|
|
96
97
|
readonly class?: string | unknown[] | undefined;
|
|
97
|
-
readonly variant?: import('
|
|
98
|
+
readonly variant?: import('..').QBadgeVariant | undefined;
|
|
98
99
|
readonly color?: string | undefined;
|
|
99
100
|
readonly pill?: boolean | undefined;
|
|
100
|
-
readonly size?: import('
|
|
101
|
+
readonly size?: import('..').QBadgeSize | undefined;
|
|
101
102
|
readonly removable?: boolean | undefined;
|
|
102
|
-
readonly icons?: typeof import('../QBadge/
|
|
103
|
-
readonly texts?: typeof import('../QBadge/
|
|
103
|
+
readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
|
|
104
|
+
readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
|
|
104
105
|
readonly "onClick:remove"?: (() => any) | undefined;
|
|
105
106
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
106
107
|
$attrs: {
|
|
@@ -117,16 +118,16 @@ declare function __VLS_template(): {
|
|
|
117
118
|
$host: Element | null;
|
|
118
119
|
$emit: (event: "click:remove") => void;
|
|
119
120
|
$el: HTMLSpanElement;
|
|
120
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('
|
|
121
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QBadgeProps> & Readonly<{
|
|
121
122
|
"onClick:remove"?: (() => any) | undefined;
|
|
122
123
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
123
124
|
"click:remove": () => any;
|
|
124
125
|
}, string, {
|
|
125
|
-
size: import('
|
|
126
|
+
size: import('..').QBadgeSize;
|
|
126
127
|
color: string;
|
|
127
|
-
variant: import('
|
|
128
|
-
icons: typeof import('../QBadge/
|
|
129
|
-
texts: typeof import('../QBadge/
|
|
128
|
+
variant: import('..').QBadgeVariant;
|
|
129
|
+
icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
|
|
130
|
+
texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
|
|
130
131
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
131
132
|
beforeCreate?: (() => void) | (() => void)[];
|
|
132
133
|
created?: (() => void) | (() => void)[];
|
|
@@ -148,12 +149,12 @@ declare function __VLS_template(): {
|
|
|
148
149
|
$nextTick: typeof nextTick;
|
|
149
150
|
$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;
|
|
150
151
|
} & Readonly<{
|
|
151
|
-
size: import('
|
|
152
|
+
size: import('..').QBadgeSize;
|
|
152
153
|
color: string;
|
|
153
|
-
variant: import('
|
|
154
|
-
icons: typeof import('../QBadge/
|
|
155
|
-
texts: typeof import('../QBadge/
|
|
156
|
-
}> & Omit<Readonly<import('
|
|
154
|
+
variant: import('..').QBadgeVariant;
|
|
155
|
+
icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
|
|
156
|
+
texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
|
|
157
|
+
}> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
|
|
157
158
|
"onClick:remove"?: (() => any) | undefined;
|
|
158
159
|
}>, "size" | "color" | "variant" | "icons" | "texts"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
159
160
|
$slots: {
|
|
@@ -170,7 +171,7 @@ declare function __VLS_template(): {
|
|
|
170
171
|
readonly modelValue?: any;
|
|
171
172
|
readonly highlighted?: any;
|
|
172
173
|
readonly items?: Item[] | undefined;
|
|
173
|
-
readonly groups?: import('
|
|
174
|
+
readonly groups?: import('..').Group[] | undefined;
|
|
174
175
|
readonly selectable?: boolean | undefined;
|
|
175
176
|
readonly multiple?: boolean | undefined;
|
|
176
177
|
readonly disabled?: boolean | undefined;
|
|
@@ -200,7 +201,7 @@ declare function __VLS_template(): {
|
|
|
200
201
|
readonly selectable?: boolean | undefined;
|
|
201
202
|
readonly highlighted?: boolean | undefined;
|
|
202
203
|
readonly disabled?: boolean | undefined;
|
|
203
|
-
readonly icons?: typeof import('../QList/
|
|
204
|
+
readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
|
|
204
205
|
readonly onClick?: (() => any) | undefined;
|
|
205
206
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
206
207
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -228,7 +229,7 @@ declare function __VLS_template(): {
|
|
|
228
229
|
} & {
|
|
229
230
|
click: () => any;
|
|
230
231
|
}, string, {
|
|
231
|
-
icons: typeof import('../QList/
|
|
232
|
+
icons: typeof import('../QList/constants').DEFAULT_ICONS;
|
|
232
233
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
233
234
|
beforeCreate?: (() => void) | (() => void)[];
|
|
234
235
|
created?: (() => void) | (() => void)[];
|
|
@@ -250,7 +251,7 @@ declare function __VLS_template(): {
|
|
|
250
251
|
$nextTick: typeof nextTick;
|
|
251
252
|
$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;
|
|
252
253
|
} & Readonly<{
|
|
253
|
-
icons: typeof import('../QList/
|
|
254
|
+
icons: typeof import('../QList/constants').DEFAULT_ICONS;
|
|
254
255
|
}> & Omit<Readonly<{
|
|
255
256
|
modelValue?: boolean;
|
|
256
257
|
} & import('..').QListItemProps> & Readonly<{
|
|
@@ -287,7 +288,7 @@ declare function __VLS_template(): {
|
|
|
287
288
|
"update:modelValue": (val: any) => any;
|
|
288
289
|
"mouseenter:item": (key: any) => any;
|
|
289
290
|
}, string, {
|
|
290
|
-
groups: import('
|
|
291
|
+
groups: import('..').Group[];
|
|
291
292
|
itemValue: string;
|
|
292
293
|
itemLabel: string;
|
|
293
294
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -311,7 +312,7 @@ declare function __VLS_template(): {
|
|
|
311
312
|
$nextTick: typeof nextTick;
|
|
312
313
|
$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;
|
|
313
314
|
} & Readonly<{
|
|
314
|
-
groups: import('
|
|
315
|
+
groups: import('..').Group[];
|
|
315
316
|
itemValue: string;
|
|
316
317
|
itemLabel: string;
|
|
317
318
|
}> & Omit<Readonly<import('..').QListProps> & Readonly<{
|
|
@@ -357,7 +358,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
357
358
|
}>, {
|
|
358
359
|
icons: typeof DEFAULT_ICONS;
|
|
359
360
|
texts: typeof DEFAULT_TEXTS;
|
|
360
|
-
groups: import('
|
|
361
|
+
groups: import('..').Group[];
|
|
361
362
|
itemValue: string;
|
|
362
363
|
itemLabel: string;
|
|
363
364
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -437,13 +438,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
437
438
|
$props: {
|
|
438
439
|
readonly id?: string | undefined;
|
|
439
440
|
readonly class?: string | unknown[] | undefined;
|
|
440
|
-
readonly variant?: import('
|
|
441
|
+
readonly variant?: import('..').QBadgeVariant | undefined;
|
|
441
442
|
readonly color?: string | undefined;
|
|
442
443
|
readonly pill?: boolean | undefined;
|
|
443
|
-
readonly size?: import('
|
|
444
|
+
readonly size?: import('..').QBadgeSize | undefined;
|
|
444
445
|
readonly removable?: boolean | undefined;
|
|
445
|
-
readonly icons?: typeof import('../QBadge/
|
|
446
|
-
readonly texts?: typeof import('../QBadge/
|
|
446
|
+
readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
|
|
447
|
+
readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
|
|
447
448
|
readonly "onClick:remove"?: (() => any) | undefined;
|
|
448
449
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
449
450
|
$attrs: {
|
|
@@ -460,16 +461,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
460
461
|
$host: Element | null;
|
|
461
462
|
$emit: (event: "click:remove") => void;
|
|
462
463
|
$el: HTMLSpanElement;
|
|
463
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('
|
|
464
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QBadgeProps> & Readonly<{
|
|
464
465
|
"onClick:remove"?: (() => any) | undefined;
|
|
465
466
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
466
467
|
"click:remove": () => any;
|
|
467
468
|
}, string, {
|
|
468
|
-
size: import('
|
|
469
|
+
size: import('..').QBadgeSize;
|
|
469
470
|
color: string;
|
|
470
|
-
variant: import('
|
|
471
|
-
icons: typeof import('../QBadge/
|
|
472
|
-
texts: typeof import('../QBadge/
|
|
471
|
+
variant: import('..').QBadgeVariant;
|
|
472
|
+
icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
|
|
473
|
+
texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
|
|
473
474
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
474
475
|
beforeCreate?: (() => void) | (() => void)[];
|
|
475
476
|
created?: (() => void) | (() => void)[];
|
|
@@ -491,12 +492,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
491
492
|
$nextTick: typeof nextTick;
|
|
492
493
|
$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;
|
|
493
494
|
} & Readonly<{
|
|
494
|
-
size: import('
|
|
495
|
+
size: import('..').QBadgeSize;
|
|
495
496
|
color: string;
|
|
496
|
-
variant: import('
|
|
497
|
-
icons: typeof import('../QBadge/
|
|
498
|
-
texts: typeof import('../QBadge/
|
|
499
|
-
}> & Omit<Readonly<import('
|
|
497
|
+
variant: import('..').QBadgeVariant;
|
|
498
|
+
icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
|
|
499
|
+
texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
|
|
500
|
+
}> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
|
|
500
501
|
"onClick:remove"?: (() => any) | undefined;
|
|
501
502
|
}>, "size" | "color" | "variant" | "icons" | "texts"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
502
503
|
$slots: {
|
|
@@ -513,7 +514,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
513
514
|
readonly modelValue?: any;
|
|
514
515
|
readonly highlighted?: any;
|
|
515
516
|
readonly items?: Item[] | undefined;
|
|
516
|
-
readonly groups?: import('
|
|
517
|
+
readonly groups?: import('..').Group[] | undefined;
|
|
517
518
|
readonly selectable?: boolean | undefined;
|
|
518
519
|
readonly multiple?: boolean | undefined;
|
|
519
520
|
readonly disabled?: boolean | undefined;
|
|
@@ -543,7 +544,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
543
544
|
readonly selectable?: boolean | undefined;
|
|
544
545
|
readonly highlighted?: boolean | undefined;
|
|
545
546
|
readonly disabled?: boolean | undefined;
|
|
546
|
-
readonly icons?: typeof import('../QList/
|
|
547
|
+
readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
|
|
547
548
|
readonly onClick?: (() => any) | undefined;
|
|
548
549
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
549
550
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -571,7 +572,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
571
572
|
} & {
|
|
572
573
|
click: () => any;
|
|
573
574
|
}, string, {
|
|
574
|
-
icons: typeof import('../QList/
|
|
575
|
+
icons: typeof import('../QList/constants').DEFAULT_ICONS;
|
|
575
576
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
576
577
|
beforeCreate?: (() => void) | (() => void)[];
|
|
577
578
|
created?: (() => void) | (() => void)[];
|
|
@@ -593,7 +594,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
593
594
|
$nextTick: typeof nextTick;
|
|
594
595
|
$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;
|
|
595
596
|
} & Readonly<{
|
|
596
|
-
icons: typeof import('../QList/
|
|
597
|
+
icons: typeof import('../QList/constants').DEFAULT_ICONS;
|
|
597
598
|
}> & Omit<Readonly<{
|
|
598
599
|
modelValue?: boolean;
|
|
599
600
|
} & import('..').QListItemProps> & Readonly<{
|
|
@@ -630,7 +631,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
630
631
|
"update:modelValue": (val: any) => any;
|
|
631
632
|
"mouseenter:item": (key: any) => any;
|
|
632
633
|
}, string, {
|
|
633
|
-
groups: import('
|
|
634
|
+
groups: import('..').Group[];
|
|
634
635
|
itemValue: string;
|
|
635
636
|
itemLabel: string;
|
|
636
637
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -654,7 +655,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
654
655
|
$nextTick: typeof nextTick;
|
|
655
656
|
$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;
|
|
656
657
|
} & Readonly<{
|
|
657
|
-
groups: import('
|
|
658
|
+
groups: import('..').Group[];
|
|
658
659
|
itemValue: string;
|
|
659
660
|
itemLabel: string;
|
|
660
661
|
}> & Omit<Readonly<import('..').QListProps> & Readonly<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/QSelect.vue"],"names":[],"mappings":"AAmMA;AAwhBC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"QSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/QSelect.vue"],"names":[],"mappings":"AAmMA;AAwhBC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAe1D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAG3C,OAAO,EAAY,QAAQ,EAA4C,MAAM,KAAK,CAAA;AAMlF,KAAK,WAAW,GAAG,YAAY,CAAC;AAkUjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA4dT,OAAO,IAA6B;;yBArBpB,GAAG;wBACJ,GAAG;wBACH,GAAG;gCACK,GAAG;;;YACZ,GAAG;+BACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCApWuE,GAAG,8CACvG,GACX,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAF6C,GAAG,8CACvG,GACX,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAF6C,GAAG,8CACvG,GACX,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAF6C,GAAG,8CACvG,GACX,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuXjE;AAoCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA9Z0F,GAAG,8CACvG,GACX,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAF6C,GAAG,8CACvG,GACX,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAF6C,GAAG,8CACvG,GACX,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAF6C,GAAG,8CACvG,GACX,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqahE,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 de, mergeModels as J, useModel as ce, toRef as S, ref as Y, useTemplateRef as _, computed as L, watch as E, nextTick as z, unref as i, createElementBlock as c, openBlock as t, Fragment as b, createVNode as $, normalizeClass as fe, createSlots as me, withCtx as f, withDirectives as pe, createBlock as m, createCommentVNode as p, renderList as Z, createTextVNode as w, mergeProps as q, toDisplayString as g, normalizeProps as ee, createElementVNode as le, vModelText as ve, renderSlot as h, withModifiers as ye } from "vue";
|
|
2
|
-
import { DEFAULT_TEXTS as be, DEFAULT_ICONS as ge } from "./
|
|
2
|
+
import { DEFAULT_TEXTS as be, DEFAULT_ICONS as ge } from "./constants.js";
|
|
3
3
|
import { QBadge as D } from "../QBadge/index.js";
|
|
4
4
|
import { QButton as he } from "../QButton/index.js";
|
|
5
5
|
import { QField as ke } from "../QField/index.js";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const DEFAULT_TEXTS: {
|
|
2
|
+
placeholder: 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/QSelect/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_TEXTS as T, DEFAULT_ICONS as E } from "../__internal__/QClearButton/
|
|
1
|
+
import { DEFAULT_ICONS as o } from "../__internal__/QChevron/constants.js";
|
|
2
|
+
import { DEFAULT_TEXTS as T, DEFAULT_ICONS as E } from "../__internal__/QClearButton/constants.js";
|
|
3
3
|
const A = {
|
|
4
4
|
...T,
|
|
5
5
|
placeholder: "Choose...",
|
|
@@ -12,8 +12,8 @@ declare const QSelect: {
|
|
|
12
12
|
required?: boolean;
|
|
13
13
|
invalid?: boolean;
|
|
14
14
|
} & {
|
|
15
|
-
items?: import('
|
|
16
|
-
groups?: import('
|
|
15
|
+
items?: import('..').Item[];
|
|
16
|
+
groups?: import('..').Group[];
|
|
17
17
|
clearable?: boolean;
|
|
18
18
|
inline?: boolean;
|
|
19
19
|
multiple?: boolean;
|
|
@@ -22,8 +22,8 @@ declare const QSelect: {
|
|
|
22
22
|
emptyValue?: any;
|
|
23
23
|
itemValue?: string;
|
|
24
24
|
itemLabel?: string;
|
|
25
|
-
icons?: typeof import('./
|
|
26
|
-
texts?: typeof import('./
|
|
25
|
+
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
26
|
+
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
27
27
|
}> & Readonly<{
|
|
28
28
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
29
29
|
onHide?: (() => any) | undefined;
|
|
@@ -38,9 +38,9 @@ declare const QSelect: {
|
|
|
38
38
|
"before-show": () => any;
|
|
39
39
|
"before-hide": () => any;
|
|
40
40
|
}, import('vue').PublicProps, {
|
|
41
|
-
icons: typeof import('./
|
|
42
|
-
texts: typeof import('./
|
|
43
|
-
groups: import('
|
|
41
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
42
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
43
|
+
groups: import('..').Group[];
|
|
44
44
|
itemValue: string;
|
|
45
45
|
itemLabel: string;
|
|
46
46
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -120,13 +120,13 @@ declare const QSelect: {
|
|
|
120
120
|
$props: {
|
|
121
121
|
readonly id?: string | undefined;
|
|
122
122
|
readonly class?: string | unknown[] | undefined;
|
|
123
|
-
readonly variant?: import('
|
|
123
|
+
readonly variant?: import('..').QBadgeVariant | undefined;
|
|
124
124
|
readonly color?: string | undefined;
|
|
125
125
|
readonly pill?: boolean | undefined;
|
|
126
|
-
readonly size?: import('
|
|
126
|
+
readonly size?: import('..').QBadgeSize | undefined;
|
|
127
127
|
readonly removable?: boolean | undefined;
|
|
128
|
-
readonly icons?: typeof import('../QBadge/
|
|
129
|
-
readonly texts?: typeof import('../QBadge/
|
|
128
|
+
readonly icons?: typeof import('../QBadge/constants').DEFAULT_ICONS | undefined;
|
|
129
|
+
readonly texts?: typeof import('../QBadge/constants').DEFAULT_TEXTS | undefined;
|
|
130
130
|
readonly "onClick:remove"?: (() => any) | undefined;
|
|
131
131
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
132
132
|
$attrs: {
|
|
@@ -143,16 +143,16 @@ declare const QSelect: {
|
|
|
143
143
|
$host: Element | null;
|
|
144
144
|
$emit: (event: "click:remove") => void;
|
|
145
145
|
$el: HTMLSpanElement;
|
|
146
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('
|
|
146
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QBadgeProps> & Readonly<{
|
|
147
147
|
"onClick:remove"?: (() => any) | undefined;
|
|
148
148
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
149
149
|
"click:remove": () => any;
|
|
150
150
|
}, string, {
|
|
151
|
-
size: import('
|
|
151
|
+
size: import('..').QBadgeSize;
|
|
152
152
|
color: string;
|
|
153
|
-
variant: import('
|
|
154
|
-
icons: typeof import('../QBadge/
|
|
155
|
-
texts: typeof import('../QBadge/
|
|
153
|
+
variant: import('..').QBadgeVariant;
|
|
154
|
+
icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
|
|
155
|
+
texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
|
|
156
156
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
157
157
|
beforeCreate?: (() => void) | (() => void)[];
|
|
158
158
|
created?: (() => void) | (() => void)[];
|
|
@@ -174,12 +174,12 @@ declare const QSelect: {
|
|
|
174
174
|
$nextTick: typeof import('vue').nextTick;
|
|
175
175
|
$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;
|
|
176
176
|
} & Readonly<{
|
|
177
|
-
size: import('
|
|
177
|
+
size: import('..').QBadgeSize;
|
|
178
178
|
color: string;
|
|
179
|
-
variant: import('
|
|
180
|
-
icons: typeof import('../QBadge/
|
|
181
|
-
texts: typeof import('../QBadge/
|
|
182
|
-
}> & Omit<Readonly<import('
|
|
179
|
+
variant: import('..').QBadgeVariant;
|
|
180
|
+
icons: typeof import('../QBadge/constants').DEFAULT_ICONS;
|
|
181
|
+
texts: typeof import('../QBadge/constants').DEFAULT_TEXTS;
|
|
182
|
+
}> & Omit<Readonly<import('..').QBadgeProps> & Readonly<{
|
|
183
183
|
"onClick:remove"?: (() => any) | undefined;
|
|
184
184
|
}>, "size" | "color" | "variant" | "icons" | "texts"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
185
185
|
$slots: {
|
|
@@ -195,8 +195,8 @@ declare const QSelect: {
|
|
|
195
195
|
readonly class?: string | unknown[] | undefined;
|
|
196
196
|
readonly modelValue?: any;
|
|
197
197
|
readonly highlighted?: any;
|
|
198
|
-
readonly items?: import('
|
|
199
|
-
readonly groups?: import('
|
|
198
|
+
readonly items?: import('..').Item[] | undefined;
|
|
199
|
+
readonly groups?: import('..').Group[] | undefined;
|
|
200
200
|
readonly selectable?: boolean | undefined;
|
|
201
201
|
readonly multiple?: boolean | undefined;
|
|
202
202
|
readonly disabled?: boolean | undefined;
|
|
@@ -226,7 +226,7 @@ declare const QSelect: {
|
|
|
226
226
|
readonly selectable?: boolean | undefined;
|
|
227
227
|
readonly highlighted?: boolean | undefined;
|
|
228
228
|
readonly disabled?: boolean | undefined;
|
|
229
|
-
readonly icons?: typeof import('../QList/
|
|
229
|
+
readonly icons?: typeof import('../QList/constants').DEFAULT_ICONS | undefined;
|
|
230
230
|
readonly onClick?: (() => any) | undefined;
|
|
231
231
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
232
232
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -254,7 +254,7 @@ declare const QSelect: {
|
|
|
254
254
|
} & {
|
|
255
255
|
click: () => any;
|
|
256
256
|
}, string, {
|
|
257
|
-
icons: typeof import('../QList/
|
|
257
|
+
icons: typeof import('../QList/constants').DEFAULT_ICONS;
|
|
258
258
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
259
259
|
beforeCreate?: (() => void) | (() => void)[];
|
|
260
260
|
created?: (() => void) | (() => void)[];
|
|
@@ -276,7 +276,7 @@ declare const QSelect: {
|
|
|
276
276
|
$nextTick: typeof import('vue').nextTick;
|
|
277
277
|
$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;
|
|
278
278
|
} & Readonly<{
|
|
279
|
-
icons: typeof import('../QList/
|
|
279
|
+
icons: typeof import('../QList/constants').DEFAULT_ICONS;
|
|
280
280
|
}> & Omit<Readonly<{
|
|
281
281
|
modelValue?: boolean;
|
|
282
282
|
} & import('..').QListItemProps> & Readonly<{
|
|
@@ -313,7 +313,7 @@ declare const QSelect: {
|
|
|
313
313
|
"update:modelValue": (val: any) => any;
|
|
314
314
|
"mouseenter:item": (key: any) => any;
|
|
315
315
|
}, string, {
|
|
316
|
-
groups: import('
|
|
316
|
+
groups: import('..').Group[];
|
|
317
317
|
itemValue: string;
|
|
318
318
|
itemLabel: string;
|
|
319
319
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -337,7 +337,7 @@ declare const QSelect: {
|
|
|
337
337
|
$nextTick: typeof import('vue').nextTick;
|
|
338
338
|
$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;
|
|
339
339
|
} & Readonly<{
|
|
340
|
-
groups: import('
|
|
340
|
+
groups: import('..').Group[];
|
|
341
341
|
itemValue: string;
|
|
342
342
|
itemLabel: string;
|
|
343
343
|
}> & Omit<Readonly<import('..').QListProps> & Readonly<{
|
|
@@ -354,11 +354,11 @@ declare const QSelect: {
|
|
|
354
354
|
$slots: {
|
|
355
355
|
default?(_: {}): any;
|
|
356
356
|
item?(_: {
|
|
357
|
-
item: import('
|
|
357
|
+
item: import('..').Item;
|
|
358
358
|
element: HTMLLIElement | undefined;
|
|
359
359
|
}): any;
|
|
360
360
|
'item.append'?(_: {
|
|
361
|
-
item: import('
|
|
361
|
+
item: import('..').Item;
|
|
362
362
|
element: HTMLLIElement | undefined;
|
|
363
363
|
}): any;
|
|
364
364
|
};
|
|
@@ -383,8 +383,8 @@ declare const QSelect: {
|
|
|
383
383
|
required?: boolean;
|
|
384
384
|
invalid?: boolean;
|
|
385
385
|
} & {
|
|
386
|
-
items?: import('
|
|
387
|
-
groups?: import('
|
|
386
|
+
items?: import('..').Item[];
|
|
387
|
+
groups?: import('..').Group[];
|
|
388
388
|
clearable?: boolean;
|
|
389
389
|
inline?: boolean;
|
|
390
390
|
multiple?: boolean;
|
|
@@ -393,8 +393,8 @@ declare const QSelect: {
|
|
|
393
393
|
emptyValue?: any;
|
|
394
394
|
itemValue?: string;
|
|
395
395
|
itemLabel?: string;
|
|
396
|
-
icons?: typeof import('./
|
|
397
|
-
texts?: typeof import('./
|
|
396
|
+
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
397
|
+
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
398
398
|
}> & Readonly<{
|
|
399
399
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
400
400
|
onHide?: (() => any) | undefined;
|
|
@@ -402,9 +402,9 @@ declare const QSelect: {
|
|
|
402
402
|
"onBefore-show"?: (() => any) | undefined;
|
|
403
403
|
"onBefore-hide"?: (() => any) | undefined;
|
|
404
404
|
}>, {}, {}, {}, {}, {
|
|
405
|
-
icons: typeof import('./
|
|
406
|
-
texts: typeof import('./
|
|
407
|
-
groups: import('
|
|
405
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
406
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
407
|
+
groups: import('..').Group[];
|
|
408
408
|
itemValue: string;
|
|
409
409
|
itemLabel: string;
|
|
410
410
|
}>;
|
|
@@ -424,8 +424,8 @@ declare const QSelect: {
|
|
|
424
424
|
required?: boolean;
|
|
425
425
|
invalid?: boolean;
|
|
426
426
|
} & {
|
|
427
|
-
items?: import('
|
|
428
|
-
groups?: import('
|
|
427
|
+
items?: import('..').Item[];
|
|
428
|
+
groups?: import('..').Group[];
|
|
429
429
|
clearable?: boolean;
|
|
430
430
|
inline?: boolean;
|
|
431
431
|
multiple?: boolean;
|
|
@@ -434,8 +434,8 @@ declare const QSelect: {
|
|
|
434
434
|
emptyValue?: any;
|
|
435
435
|
itemValue?: string;
|
|
436
436
|
itemLabel?: string;
|
|
437
|
-
icons?: typeof import('./
|
|
438
|
-
texts?: typeof import('./
|
|
437
|
+
icons?: typeof import('./constants').DEFAULT_ICONS;
|
|
438
|
+
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
439
439
|
}> & Readonly<{
|
|
440
440
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
441
441
|
onHide?: (() => any) | undefined;
|
|
@@ -450,9 +450,9 @@ declare const QSelect: {
|
|
|
450
450
|
"before-show": () => any;
|
|
451
451
|
"before-hide": () => any;
|
|
452
452
|
}, string, {
|
|
453
|
-
icons: typeof import('./
|
|
454
|
-
texts: typeof import('./
|
|
455
|
-
groups: import('
|
|
453
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
454
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
455
|
+
groups: import('..').Group[];
|
|
456
456
|
itemValue: string;
|
|
457
457
|
itemLabel: string;
|
|
458
458
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -462,10 +462,11 @@ declare const QSelect: {
|
|
|
462
462
|
extras?(_: {}): any;
|
|
463
463
|
'body.prepend'?(_: {}): any;
|
|
464
464
|
item?(_: {
|
|
465
|
-
item: import('
|
|
465
|
+
item: import('..').Item;
|
|
466
466
|
}): any;
|
|
467
467
|
'body.append'?(_: {}): any;
|
|
468
468
|
};
|
|
469
469
|
});
|
|
470
470
|
export { QSelect };
|
|
471
|
+
export * from './types';
|
|
471
472
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAO8tzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAPxzzB,CAAA;AAGzC,OAAO,EAAE,OAAO,EAAE,CAAA;AAGlB,cAAc,SAAS,CAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { QFieldProps } from '../QField';
|
|
2
2
|
import { Group, Item } from '../QList/types';
|
|
3
|
+
import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
|
|
3
4
|
export type QSelectProps = QFieldProps & {
|
|
4
5
|
/**
|
|
5
6
|
* The list of available items for selection.
|
|
@@ -75,17 +76,4 @@ export type QSelectProps = QFieldProps & {
|
|
|
75
76
|
*/
|
|
76
77
|
texts?: typeof DEFAULT_TEXTS;
|
|
77
78
|
};
|
|
78
|
-
export declare const DEFAULT_TEXTS: {
|
|
79
|
-
placeholder: string;
|
|
80
|
-
showOptions: string;
|
|
81
|
-
clearValue: string;
|
|
82
|
-
};
|
|
83
|
-
export declare const DEFAULT_ICONS: {
|
|
84
|
-
clear: {
|
|
85
|
-
icon: string;
|
|
86
|
-
};
|
|
87
|
-
chevron: {
|
|
88
|
-
icon: string;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
79
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAC5C,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAA;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE/D,MAAM,MAAM,YAAY,GAAG,WAAW,GAAG;IACxC;;;;OAIG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;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,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA"}
|