@quidgest/ui 0.16.36 → 0.16.38
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 +9 -1
- package/dist/ui.css +14 -9
- package/dist/ui.esm.js +1336 -1331
- package/dist/ui.js +10 -10
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +672 -672
- package/dist/ui.scss +5 -2
- 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 +3 -1
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +39 -37
- 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 +19 -14
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +9 -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/QOverlay.vue.js +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 +7 -7
- 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 +5 -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
|
@@ -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"}
|
|
@@ -18,13 +18,13 @@ declare function __VLS_template(): {
|
|
|
18
18
|
readonly id?: string | undefined;
|
|
19
19
|
readonly class?: string | unknown[] | undefined;
|
|
20
20
|
readonly label?: string | undefined;
|
|
21
|
-
readonly variant?: import('
|
|
21
|
+
readonly variant?: import('..').QButtonVariant | undefined;
|
|
22
22
|
readonly color?: string | undefined;
|
|
23
23
|
readonly borderless?: boolean | undefined;
|
|
24
24
|
readonly elevated?: boolean | undefined;
|
|
25
25
|
readonly block?: boolean | undefined;
|
|
26
|
-
readonly size?: import('
|
|
27
|
-
readonly iconPos?: import('
|
|
26
|
+
readonly size?: import('..').QButtonSize | undefined;
|
|
27
|
+
readonly iconPos?: import('..').QButtonIconPosition | undefined;
|
|
28
28
|
readonly pill?: boolean | undefined;
|
|
29
29
|
readonly disabled?: boolean | undefined;
|
|
30
30
|
readonly loading?: boolean | undefined;
|
|
@@ -48,13 +48,13 @@ declare function __VLS_template(): {
|
|
|
48
48
|
modelValue?: boolean;
|
|
49
49
|
} & import('../../types/component').QBaseComponentProps & {
|
|
50
50
|
label?: string;
|
|
51
|
-
variant?: import('
|
|
51
|
+
variant?: import('..').QButtonVariant;
|
|
52
52
|
color?: string;
|
|
53
53
|
borderless?: boolean;
|
|
54
54
|
elevated?: boolean;
|
|
55
55
|
block?: boolean;
|
|
56
|
-
size?: import('
|
|
57
|
-
iconPos?: import('
|
|
56
|
+
size?: import('..').QButtonSize;
|
|
57
|
+
iconPos?: import('..').QButtonIconPosition;
|
|
58
58
|
pill?: boolean;
|
|
59
59
|
disabled?: boolean;
|
|
60
60
|
loading?: boolean;
|
|
@@ -86,13 +86,13 @@ declare function __VLS_template(): {
|
|
|
86
86
|
modelValue?: boolean;
|
|
87
87
|
} & import('../../types/component').QBaseComponentProps & {
|
|
88
88
|
label?: string;
|
|
89
|
-
variant?: import('
|
|
89
|
+
variant?: import('..').QButtonVariant;
|
|
90
90
|
color?: string;
|
|
91
91
|
borderless?: boolean;
|
|
92
92
|
elevated?: boolean;
|
|
93
93
|
block?: boolean;
|
|
94
|
-
size?: import('
|
|
95
|
-
iconPos?: import('
|
|
94
|
+
size?: import('..').QButtonSize;
|
|
95
|
+
iconPos?: import('..').QButtonIconPosition;
|
|
96
96
|
pill?: boolean;
|
|
97
97
|
disabled?: boolean;
|
|
98
98
|
loading?: boolean;
|
|
@@ -123,13 +123,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
123
123
|
readonly id?: string | undefined;
|
|
124
124
|
readonly class?: string | unknown[] | undefined;
|
|
125
125
|
readonly label?: string | undefined;
|
|
126
|
-
readonly variant?: import('
|
|
126
|
+
readonly variant?: import('..').QButtonVariant | undefined;
|
|
127
127
|
readonly color?: string | undefined;
|
|
128
128
|
readonly borderless?: boolean | undefined;
|
|
129
129
|
readonly elevated?: boolean | undefined;
|
|
130
130
|
readonly block?: boolean | undefined;
|
|
131
|
-
readonly size?: import('
|
|
132
|
-
readonly iconPos?: import('
|
|
131
|
+
readonly size?: import('..').QButtonSize | undefined;
|
|
132
|
+
readonly iconPos?: import('..').QButtonIconPosition | undefined;
|
|
133
133
|
readonly pill?: boolean | undefined;
|
|
134
134
|
readonly disabled?: boolean | undefined;
|
|
135
135
|
readonly loading?: boolean | undefined;
|
|
@@ -153,13 +153,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
153
153
|
modelValue?: boolean;
|
|
154
154
|
} & import('../../types/component').QBaseComponentProps & {
|
|
155
155
|
label?: string;
|
|
156
|
-
variant?: import('
|
|
156
|
+
variant?: import('..').QButtonVariant;
|
|
157
157
|
color?: string;
|
|
158
158
|
borderless?: boolean;
|
|
159
159
|
elevated?: boolean;
|
|
160
160
|
block?: boolean;
|
|
161
|
-
size?: import('
|
|
162
|
-
iconPos?: import('
|
|
161
|
+
size?: import('..').QButtonSize;
|
|
162
|
+
iconPos?: import('..').QButtonIconPosition;
|
|
163
163
|
pill?: boolean;
|
|
164
164
|
disabled?: boolean;
|
|
165
165
|
loading?: boolean;
|
|
@@ -191,13 +191,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
191
191
|
modelValue?: boolean;
|
|
192
192
|
} & import('../../types/component').QBaseComponentProps & {
|
|
193
193
|
label?: string;
|
|
194
|
-
variant?: import('
|
|
194
|
+
variant?: import('..').QButtonVariant;
|
|
195
195
|
color?: string;
|
|
196
196
|
borderless?: boolean;
|
|
197
197
|
elevated?: boolean;
|
|
198
198
|
block?: boolean;
|
|
199
|
-
size?: import('
|
|
200
|
-
iconPos?: import('
|
|
199
|
+
size?: import('..').QButtonSize;
|
|
200
|
+
iconPos?: import('..').QButtonIconPosition;
|
|
201
201
|
pill?: boolean;
|
|
202
202
|
disabled?: boolean;
|
|
203
203
|
loading?: boolean;
|
|
@@ -69,4 +69,5 @@ declare const QSidebar: {
|
|
|
69
69
|
}) => any>> & Partial<Record<`header.prepend:${string}`, (_: {}) => any>> & Partial<Record<`header:${string}`, (_: {}) => any>> & Partial<Record<`header.append:${string}`, (_: {}) => any>> & Partial<Record<`content:${string}`, (_: {}) => any>> & Partial<Record<`footer:${string}`, (_: {}) => any>>;
|
|
70
70
|
});
|
|
71
71
|
export { QSidebar };
|
|
72
|
+
export * from './types';
|
|
72
73
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6B,CAAA;AAG3C,OAAO,EAAE,QAAQ,EAAE,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSidebar/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6B,CAAA;AAG3C,OAAO,EAAE,QAAQ,EAAE,CAAA;AAGnB,cAAc,SAAS,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
declare const QSkeletonLoader: import('vue').DefineComponent<import('./types').QSkeletonLoaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./types').QSkeletonLoaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2
2
|
export { QSkeletonLoader };
|
|
3
|
+
export * from './types';
|
|
3
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,eAAe,mWAAoC,CAAA;AAGzD,OAAO,EAAE,eAAe,EAAE,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,eAAe,mWAAoC,CAAA;AAGzD,OAAO,EAAE,eAAe,EAAE,CAAA;AAG1B,cAAc,SAAS,CAAA"}
|
|
@@ -2,4 +2,5 @@ declare const QSpinnerLoader: import('vue').DefineComponent<import('./types').QS
|
|
|
2
2
|
size: number;
|
|
3
3
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
4
4
|
export { QSpinnerLoader };
|
|
5
|
+
export * from './types';
|
|
5
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,cAAc;;wFAAmC,CAAA;AAGvD,OAAO,EAAE,cAAc,EAAE,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,cAAc;;wFAAmC,CAAA;AAGvD,OAAO,EAAE,cAAc,EAAE,CAAA;AAGzB,cAAc,SAAS,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSwitch/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAA4B,CAAA;AAGzC,OAAO,EAAE,OAAO,EAAE,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSwitch/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAA4B,CAAA;AAGzC,OAAO,EAAE,OAAO,EAAE,CAAA;AAGlB,cAAc,SAAS,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTextArea/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAG7C,OAAO,EAAE,SAAS,EAAE,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTextArea/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAG7C,OAAO,EAAE,SAAS,EAAE,CAAA;AAGpB,cAAc,SAAS,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { QTextFieldProps } from './types';
|
|
2
1
|
declare const QTextField: {
|
|
3
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
3
|
modelValue?: string;
|
|
@@ -178,5 +177,5 @@ declare const QTextField: {
|
|
|
178
177
|
};
|
|
179
178
|
});
|
|
180
179
|
export { QTextField };
|
|
181
|
-
export
|
|
180
|
+
export * from './types';
|
|
182
181
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTextField/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAO4szB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAPnyzB,CAAA;AAG/C,OAAO,EAAE,UAAU,EAAE,CAAA;AAGrB,cAAc,SAAS,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;EAAmC,CAAA;AAGvD,OAAO,EAAE,cAAc,EAAE,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QThemeProvider/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;EAAmC,CAAA;AAGvD,OAAO,EAAE,cAAc,EAAE,CAAA;AAGzB,cAAc,SAAS,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { DEFAULT_ICONS
|
|
1
|
+
import { DEFAULT_ICONS } from './constants';
|
|
2
|
+
import { QToastProps } from './types';
|
|
2
3
|
declare function __VLS_template(): {
|
|
3
4
|
attrs: Partial<{}>;
|
|
4
5
|
slots: {
|
|
@@ -19,7 +20,7 @@ declare const __VLS_component: import('vue').DefineComponent<QToastProps, {}, {}
|
|
|
19
20
|
}>, {
|
|
20
21
|
color: string;
|
|
21
22
|
variant: import('./types').QToastVariant;
|
|
22
|
-
elevation: import('
|
|
23
|
+
elevation: import('..').QCardElevation;
|
|
23
24
|
icons: typeof DEFAULT_ICONS;
|
|
24
25
|
timeout: number;
|
|
25
26
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QToast.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QToast/QToast.vue"],"names":[],"mappings":"AAwEA;AAyMC,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"QToast.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QToast/QToast.vue"],"names":[],"mappings":"AAwEA;AAyMC,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAa3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAyH3C,iBAAS,cAAc;WAqOT,OAAO,IAA6B;;iCAdZ,GAAG;gCACJ,GAAG;yBACV,GAAG;yBAEH,GAAG;yBADH,GAAG;;;;EAgBhC;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;6EASnB,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 U, toRef as j, computed as d, onMounted as A, onUnmounted as D, createBlock as b, openBlock as h, unref as e, normalizeStyle as E, normalizeClass as H, createSlots as M, withCtx as l, createVNode as i, createCommentVNode as p, renderSlot as r, createElementVNode as v, toDisplayString as y, normalizeProps as k, guardReactiveProps as q } from "vue";
|
|
2
|
-
import { DEFAULT_ICONS as P } from "./
|
|
2
|
+
import { DEFAULT_ICONS as P } from "./constants.js";
|
|
3
3
|
import { QButton as w } from "../QButton/index.js";
|
|
4
4
|
import { QCard as F } from "../QCard/index.js";
|
|
5
5
|
import { QContainer as T, QRow as $, QCol as c } from "../QGrid/index.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/QToast/constants.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa;;;;CAIM,CAAA"}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { QToastProps } from './types';
|
|
2
1
|
declare const QToast: {
|
|
3
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<QToastProps> & Readonly<{
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').QToastProps> & Readonly<{
|
|
4
3
|
onDismiss?: (() => any) | undefined;
|
|
5
4
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
6
5
|
dismiss: () => any;
|
|
7
6
|
}, import('vue').PublicProps, {
|
|
8
7
|
color: string;
|
|
9
8
|
variant: import('./types').QToastVariant;
|
|
10
|
-
elevation: import('
|
|
11
|
-
icons: typeof import('./
|
|
9
|
+
elevation: import('..').QCardElevation;
|
|
10
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
12
11
|
timeout: number;
|
|
13
12
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
14
13
|
P: {};
|
|
@@ -17,27 +16,27 @@ declare const QToast: {
|
|
|
17
16
|
C: {};
|
|
18
17
|
M: {};
|
|
19
18
|
Defaults: {};
|
|
20
|
-
}, Readonly<QToastProps> & Readonly<{
|
|
19
|
+
}, Readonly<import('./types').QToastProps> & Readonly<{
|
|
21
20
|
onDismiss?: (() => any) | undefined;
|
|
22
21
|
}>, {}, {}, {}, {}, {
|
|
23
22
|
color: string;
|
|
24
23
|
variant: import('./types').QToastVariant;
|
|
25
|
-
elevation: import('
|
|
26
|
-
icons: typeof import('./
|
|
24
|
+
elevation: import('..').QCardElevation;
|
|
25
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
27
26
|
timeout: number;
|
|
28
27
|
}>;
|
|
29
28
|
__isFragment?: never;
|
|
30
29
|
__isTeleport?: never;
|
|
31
30
|
__isSuspense?: never;
|
|
32
|
-
} & import('vue').ComponentOptionsBase<Readonly<QToastProps> & Readonly<{
|
|
31
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').QToastProps> & Readonly<{
|
|
33
32
|
onDismiss?: (() => any) | undefined;
|
|
34
33
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
35
34
|
dismiss: () => any;
|
|
36
35
|
}, string, {
|
|
37
36
|
color: string;
|
|
38
37
|
variant: import('./types').QToastVariant;
|
|
39
|
-
elevation: import('
|
|
40
|
-
icons: typeof import('./
|
|
38
|
+
elevation: import('..').QCardElevation;
|
|
39
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
41
40
|
timeout: number;
|
|
42
41
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
43
42
|
$slots: {
|
|
@@ -52,5 +51,5 @@ declare const QToaster: import('vue').DefineComponent<import('./types').QToaster
|
|
|
52
51
|
placement: "top-left" | "top-right" | "bottom-left" | "bottom-right" | "top-center" | "bottom-center";
|
|
53
52
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
54
53
|
export { QToast, QToaster };
|
|
55
|
-
export
|
|
54
|
+
export * from './types';
|
|
56
55
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QToast/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QToast/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2B,CAAA;AACvC,QAAA,MAAM,QAAQ;;6EAA6B,CAAA;AAG3C,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAA;AAG3B,cAAc,SAAS,CAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { QBaseComponentProps } from '../../types/component';
|
|
2
2
|
import { QCardElevation } from '../QCard/types';
|
|
3
|
+
import { DEFAULT_ICONS } from './constants';
|
|
3
4
|
export type QToastVariant = 'bold' | 'tonal' | 'outlined';
|
|
4
5
|
/**
|
|
5
6
|
* Props for the QToaster component.
|
|
@@ -83,9 +84,4 @@ export type QToastProps = QBaseComponentProps & {
|
|
|
83
84
|
*/
|
|
84
85
|
icons?: typeof DEFAULT_ICONS;
|
|
85
86
|
};
|
|
86
|
-
export declare const DEFAULT_ICONS: {
|
|
87
|
-
close: {
|
|
88
|
-
icon: string;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
87
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QToast/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QToast/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AACpD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,CAAA;AAEzD;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;;;OAIG;IACH,SAAS,CAAC,EACP,UAAU,GACV,WAAW,GACX,aAAa,GACb,cAAc,GACd,YAAY,GACZ,eAAe,CAAA;IAElB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;CACtB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,mBAAmB,GAAG;IAC/C;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,SAAS,CAAC,EAAE,cAAc,CAAA;IAE1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,aAAa,CAAA;IAEvB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA"}
|