@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
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { QPropertyListProps, QPropertyListRowProps, QPropertyListGroupProps, QPropertyListPanelProps } from './types';
|
|
2
1
|
declare const QPropertyList: {
|
|
3
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<QPropertyListProps> & Readonly<{
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').QPropertyListProps> & Readonly<{
|
|
4
3
|
"onField-change"?: ((field: import('./types').QPropertyListField, value: unknown) => any) | undefined;
|
|
5
4
|
"onSelect-field"?: ((fieldId: string) => any) | undefined;
|
|
6
5
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
7
6
|
"field-change": (field: import('./types').QPropertyListField, value: unknown) => any;
|
|
8
7
|
"select-field": (fieldId: string) => any;
|
|
9
8
|
}, import('vue').PublicProps, {
|
|
10
|
-
icons: typeof import('./
|
|
11
|
-
texts: typeof import('./
|
|
9
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
10
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
12
11
|
groups: import('./types').QPropertyListGroup[];
|
|
13
12
|
fields: import('./types').QPropertyListField[];
|
|
14
13
|
panelPosition: import('./types').PanelPosition;
|
|
@@ -21,12 +20,12 @@ declare const QPropertyList: {
|
|
|
21
20
|
C: {};
|
|
22
21
|
M: {};
|
|
23
22
|
Defaults: {};
|
|
24
|
-
}, Readonly<QPropertyListProps> & Readonly<{
|
|
23
|
+
}, Readonly<import('./types').QPropertyListProps> & Readonly<{
|
|
25
24
|
"onField-change"?: ((field: import('./types').QPropertyListField, value: unknown) => any) | undefined;
|
|
26
25
|
"onSelect-field"?: ((fieldId: string) => any) | undefined;
|
|
27
26
|
}>, {}, {}, {}, {}, {
|
|
28
|
-
icons: typeof import('./
|
|
29
|
-
texts: typeof import('./
|
|
27
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
28
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
30
29
|
groups: import('./types').QPropertyListGroup[];
|
|
31
30
|
fields: import('./types').QPropertyListField[];
|
|
32
31
|
panelPosition: import('./types').PanelPosition;
|
|
@@ -34,15 +33,15 @@ declare const QPropertyList: {
|
|
|
34
33
|
__isFragment?: never;
|
|
35
34
|
__isTeleport?: never;
|
|
36
35
|
__isSuspense?: never;
|
|
37
|
-
} & import('vue').ComponentOptionsBase<Readonly<QPropertyListProps> & Readonly<{
|
|
36
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').QPropertyListProps> & Readonly<{
|
|
38
37
|
"onField-change"?: ((field: import('./types').QPropertyListField, value: unknown) => any) | undefined;
|
|
39
38
|
"onSelect-field"?: ((fieldId: string) => any) | undefined;
|
|
40
39
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
41
40
|
"field-change": (field: import('./types').QPropertyListField, value: unknown) => any;
|
|
42
41
|
"select-field": (fieldId: string) => any;
|
|
43
42
|
}, string, {
|
|
44
|
-
icons: typeof import('./
|
|
45
|
-
texts: typeof import('./
|
|
43
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
44
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
46
45
|
groups: import('./types').QPropertyListGroup[];
|
|
47
46
|
fields: import('./types').QPropertyListField[];
|
|
48
47
|
panelPosition: import('./types').PanelPosition;
|
|
@@ -95,16 +94,16 @@ declare const QPropertyListRow: <T>(__VLS_props: NonNullable<Awaited<typeof __VL
|
|
|
95
94
|
}>) => import('vue').VNode & {
|
|
96
95
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
97
96
|
};
|
|
98
|
-
declare const QPropertyListGroup: import('vue').DefineComponent<QPropertyListGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
97
|
+
declare const QPropertyListGroup: import('vue').DefineComponent<import('./types').QPropertyListGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
99
98
|
click: () => any;
|
|
100
|
-
}, string, import('vue').PublicProps, Readonly<QPropertyListGroupProps> & Readonly<{
|
|
99
|
+
}, string, import('vue').PublicProps, Readonly<import('./types').QPropertyListGroupProps> & Readonly<{
|
|
101
100
|
onClick?: (() => any) | undefined;
|
|
102
101
|
}>, {
|
|
103
|
-
icons: typeof import('./
|
|
102
|
+
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
104
103
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
105
104
|
declare const QPropertyListPanel: {
|
|
106
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<QPropertyListPanelProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
107
|
-
texts: typeof import('./
|
|
105
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').QPropertyListPanelProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
106
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
108
107
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
109
108
|
P: {};
|
|
110
109
|
B: {};
|
|
@@ -112,19 +111,19 @@ declare const QPropertyListPanel: {
|
|
|
112
111
|
C: {};
|
|
113
112
|
M: {};
|
|
114
113
|
Defaults: {};
|
|
115
|
-
}, Readonly<QPropertyListPanelProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
116
|
-
texts: typeof import('./
|
|
114
|
+
}, Readonly<import('./types').QPropertyListPanelProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
115
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
117
116
|
}>;
|
|
118
117
|
__isFragment?: never;
|
|
119
118
|
__isTeleport?: never;
|
|
120
119
|
__isSuspense?: never;
|
|
121
|
-
} & import('vue').ComponentOptionsBase<Readonly<QPropertyListPanelProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
122
|
-
texts: typeof import('./
|
|
120
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').QPropertyListPanelProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
121
|
+
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
123
122
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
124
123
|
$slots: {
|
|
125
124
|
default?(_: {}): any;
|
|
126
125
|
};
|
|
127
126
|
});
|
|
128
127
|
export { QPropertyList, QPropertyListRow, QPropertyListGroup, QPropertyListPanel };
|
|
129
|
-
export
|
|
128
|
+
export * from './types';
|
|
130
129
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AASA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;2BASgiR,KAAK;;;;;;;;;cAA4J,KAAK;SAAiB,CAAC;CATnrR,CAAA;AAC3D,QAAA,MAAM,kBAAkB;;;;;;6FAAuC,CAAA;AAC/D,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;EAAuC,CAAA;AAG/D,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAA;AAGlF,cAAc,SAAS,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { QBaseComponentProps } from '../../types/component';
|
|
2
|
+
import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
|
|
2
3
|
/**
|
|
3
4
|
* Position where the panel should be rendered relative to the main content
|
|
4
5
|
* @value 'bottom' - Panel appears below the main content
|
|
@@ -177,15 +178,4 @@ export type QPropertyListPanelProps = QBaseComponentProps & {
|
|
|
177
178
|
*/
|
|
178
179
|
texts?: typeof DEFAULT_TEXTS;
|
|
179
180
|
};
|
|
180
|
-
export declare const DEFAULT_TEXTS: {
|
|
181
|
-
emptyMessage: string;
|
|
182
|
-
};
|
|
183
|
-
export declare const DEFAULT_ICONS: {
|
|
184
|
-
open: {
|
|
185
|
-
icon: string;
|
|
186
|
-
};
|
|
187
|
-
close: {
|
|
188
|
-
icon: string;
|
|
189
|
-
};
|
|
190
|
-
};
|
|
191
181
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE/D;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE9C,MAAM,MAAM,kBAAkB,GAAG,mBAAmB,GAAG;IACtD;;;;;OAKG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,aAAa,CAAA;IAE7B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;CACb,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GACxD,IAAI,CAAC,kBAAkB,EAAE,IAAI,CAAC,GAAG;IAChC;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC9B,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GAAG;IACzD;;;;OAIG;IACH,KAAK,EAAE,kBAAkB,CAAA;IAEzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GAAG;IAC3D;;;;;OAKG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAA;IAE1B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QRadioGroup/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AACnD,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgC,CAAA;AAGjD,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QRadioGroup/index.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiC,CAAA;AACnD,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgC,CAAA;AAGjD,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,CAAA;AAGpC,cAAc,SAAS,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QRemoveScrollBar/index.ts"],"names":[],"mappings":"AAWA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;EAAqC,CAAA;AAG3D,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QRemoveScrollBar/index.ts"],"names":[],"mappings":"AAWA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;EAAqC,CAAA;AAG3D,OAAO,EAAE,gBAAgB,EAAE,CAAA;AAG3B,cAAc,SAAS,CAAA"}
|
|
@@ -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...",
|