@quidgest/ui 0.14.0 → 0.14.2
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/ui.css +4 -0
- package/dist/ui.esm.js +752 -739
- package/dist/ui.js +4 -4
- package/dist/ui.min.js +51 -51
- package/dist/ui.scss +1053 -1049
- package/esm/components/QBadge/QBadge.d.ts +14 -41
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +33 -33
- package/esm/components/QBadge/index.d.ts +0 -1
- package/esm/components/QBadge/types.d.ts +6 -7
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.d.ts +12 -35
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/index.d.ts +0 -1
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +9 -26
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/index.d.ts +0 -1
- package/esm/components/QButtonToggle/QButtonToggle.d.ts +17 -47
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +26 -23
- package/esm/components/QButtonToggle/index.d.ts +0 -1
- package/esm/components/QCombobox/QCombobox.d.ts +373 -485
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +92 -87
- package/esm/components/QCombobox/index.d.ts +0 -1
- package/esm/components/QCombobox/types.d.ts +9 -8
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QCombobox/types.js +3 -1
- package/esm/components/QDialog/QDialog.d.ts +21 -109
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +16 -16
- package/esm/components/QDialog/index.d.ts +0 -1
- package/esm/components/QDialog/types.d.ts +6 -8
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QField/QField.d.ts +18 -41
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/index.d.ts +0 -1
- package/esm/components/QIcon/InlineSvg.d.ts +6 -6
- package/esm/components/QIcon/QIcon.d.ts +2 -28
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.d.ts +2 -30
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.d.ts +1 -11
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.d.ts +6 -32
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/index.d.ts +0 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts +12 -39
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/index.d.ts +0 -1
- package/esm/components/QInputGroup/types.d.ts +0 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts +2 -24
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/index.d.ts +0 -1
- package/esm/components/QList/QList.d.ts +22 -72
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QListItem.d.ts +14 -39
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +5 -5
- package/esm/components/QList/QListItemGroup.d.ts +9 -26
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/index.d.ts +0 -1
- package/esm/components/QList/types.d.ts +5 -7
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +23 -141
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/index.d.ts +0 -1
- package/esm/components/QOverlay/types.d.ts +0 -1
- package/esm/components/QPopover/QPopover.d.ts +19 -77
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/index.d.ts +0 -1
- package/esm/components/QPopover/types.d.ts +0 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +28 -56
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +61 -62
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +7 -44
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +22 -26
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +11 -43
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +14 -16
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +12 -17
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +28 -25
- package/esm/components/QPropertyList/index.d.ts +0 -1
- package/esm/components/QPropertyList/types.d.ts +66 -34
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +199 -147
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +130 -125
- package/esm/components/QSelect/index.d.ts +0 -1
- package/esm/components/QSelect/types.d.ts +9 -8
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSelect/types.js +5 -3
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +2 -28
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +19 -19
- package/esm/components/QSkeletonLoader/index.d.ts +0 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +2 -26
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/index.d.ts +0 -1
- package/esm/components/QTextField/QTextField.d.ts +100 -96
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/index.d.ts +0 -1
- package/esm/components/QTextField/types.d.ts +0 -1
- package/esm/components/QThemeProvider/QThemeProvider.d.ts +8 -13
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/index.d.ts +0 -1
- package/esm/components/QTooltip/QTooltip.d.ts +24 -121
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +1 -1
- package/esm/components/QTooltip/index.d.ts +0 -1
- package/esm/components/QTooltip/types.d.ts +1 -2
- package/esm/components/QTooltip/types.d.ts.map +1 -1
- package/esm/composables/defaults.d.ts +0 -1
- package/esm/composables/theme.d.ts +0 -1
- package/esm/framework.d.ts +0 -1
- package/esm/templates/theme.d.ts +0 -1
- package/esm/utils/setupPropsProxy.d.ts +0 -1
- package/esm/utils/theme.d.ts +0 -1
- package/package.json +35 -33
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Group } from './types';
|
|
1
|
+
import { Group, QListProps } from './types';
|
|
2
2
|
import { Primitive } from '../../types/primitive';
|
|
3
|
-
|
|
3
|
+
declare let __VLS_typeProps: QListProps;
|
|
4
4
|
/**
|
|
5
5
|
* Focuses on the HTML element at the specified index among the child elements.
|
|
6
6
|
*
|
|
@@ -36,89 +36,39 @@ declare function getLastFocusableItemIndex(): number;
|
|
|
36
36
|
* @returns The index of the adjacent focusable item or the index of the active item if at the edge.
|
|
37
37
|
*/
|
|
38
38
|
declare function getAdjacentItemIndex(idx: number, direction: 'next' | 'prev'): number;
|
|
39
|
+
type __VLS_PublicProps = {
|
|
40
|
+
modelValue?: any;
|
|
41
|
+
} & typeof __VLS_typeProps;
|
|
39
42
|
declare function __VLS_template(): {
|
|
40
|
-
|
|
41
|
-
item:
|
|
42
|
-
|
|
43
|
-
};
|
|
44
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
45
|
-
modelValue: import('vue').PropType<any>;
|
|
46
|
-
class: {
|
|
47
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
48
|
-
default: undefined;
|
|
49
|
-
};
|
|
50
|
-
disabled: {
|
|
51
|
-
type: import('vue').PropType<boolean>;
|
|
52
|
-
};
|
|
53
|
-
highlighted: {
|
|
54
|
-
type: import('vue').PropType<Primitive>;
|
|
55
|
-
default: undefined;
|
|
56
|
-
};
|
|
57
|
-
items: {
|
|
58
|
-
type: import('vue').PropType<import('./types').Item[]>;
|
|
59
|
-
required: true;
|
|
43
|
+
slots: {
|
|
44
|
+
item?(_: {
|
|
45
|
+
item: import('./types').Item;
|
|
46
|
+
}): any;
|
|
60
47
|
};
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
default: () => never[];
|
|
48
|
+
refs: {
|
|
49
|
+
listRef: unknown;
|
|
64
50
|
};
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
itemLabel: {
|
|
70
|
-
type: import('vue').PropType<string>;
|
|
71
|
-
default: string;
|
|
72
|
-
};
|
|
73
|
-
selectable: {
|
|
74
|
-
type: import('vue').PropType<boolean>;
|
|
75
|
-
};
|
|
76
|
-
}, {
|
|
51
|
+
attrs: Partial<{}>;
|
|
52
|
+
};
|
|
53
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
54
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
77
55
|
focusItem: typeof focusItem;
|
|
78
56
|
getItem: typeof getItem;
|
|
79
57
|
getAdjacentItemIndex: typeof getAdjacentItemIndex;
|
|
80
58
|
getFirstFocusableItemIndex: typeof getFirstFocusableItemIndex;
|
|
81
59
|
getLastFocusableItemIndex: typeof getLastFocusableItemIndex;
|
|
82
|
-
},
|
|
83
|
-
modelValue:
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
};
|
|
88
|
-
disabled: {
|
|
89
|
-
type: import('vue').PropType<boolean>;
|
|
90
|
-
};
|
|
91
|
-
highlighted: {
|
|
92
|
-
type: import('vue').PropType<Primitive>;
|
|
93
|
-
default: undefined;
|
|
94
|
-
};
|
|
95
|
-
items: {
|
|
96
|
-
type: import('vue').PropType<import('./types').Item[]>;
|
|
97
|
-
required: true;
|
|
98
|
-
};
|
|
99
|
-
groups: {
|
|
100
|
-
type: import('vue').PropType<Group[]>;
|
|
101
|
-
default: () => never[];
|
|
102
|
-
};
|
|
103
|
-
itemValue: {
|
|
104
|
-
type: import('vue').PropType<string>;
|
|
105
|
-
default: string;
|
|
106
|
-
};
|
|
107
|
-
itemLabel: {
|
|
108
|
-
type: import('vue').PropType<string>;
|
|
109
|
-
default: string;
|
|
110
|
-
};
|
|
111
|
-
selectable: {
|
|
112
|
-
type: import('vue').PropType<boolean>;
|
|
113
|
-
};
|
|
114
|
-
}>>, {
|
|
60
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
61
|
+
"update:modelValue": (modelValue: any) => any;
|
|
62
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
63
|
+
"onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
|
|
64
|
+
}>, {
|
|
115
65
|
class: string | unknown[];
|
|
116
66
|
highlighted: Primitive;
|
|
117
67
|
groups: Group[];
|
|
118
68
|
itemValue: string;
|
|
119
69
|
itemLabel: string;
|
|
120
|
-
}, {}>;
|
|
121
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
70
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
71
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
122
72
|
export default _default;
|
|
123
73
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
124
74
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QList.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QList.vue"],"names":[],"mappings":"AA0XC,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAQnD,QAAA,IAAI,eAAe,EAAG,UAAU,CAAC;AA8IhC;;;;;;GAMG;AACH,iBAAS,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,aAAa,GAAE,OAAe,GAAG,IAAI,CAGxE;AAmBD,iBAAS,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAIrD;AAaD;;;;;;GAMG;AACH,iBAAS,0BAA0B,IAAI,MAAM,CAO5C;AAED;;;;;;GAMG;AACH,iBAAS,yBAAyB,IAAI,MAAM,CAO3C;AAoCD;;;;;;;;GAQG;AACH,iBAAS,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAuB7E;AA2DF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;;;YAqHI,GAAG;;;;;WAUhB,OAAO,IAA6B;EAEjD;AAsBD,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;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,49 +1,24 @@
|
|
|
1
|
-
import { QListItemProps } from './types';
|
|
1
|
+
import { QListItemProps, DEFAULT_ICONS } from './types';
|
|
2
2
|
import { Primitive } from '../../types/primitive';
|
|
3
|
-
|
|
4
3
|
declare function __VLS_template(): {
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QListItemProps>, {
|
|
8
|
-
icon: undefined;
|
|
9
|
-
description: undefined;
|
|
10
|
-
internals: () => {
|
|
11
|
-
icons: Record<string, import('../QIcon').Icon>;
|
|
12
|
-
};
|
|
13
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
-
select: (value: Primitive) => void;
|
|
15
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QListItemProps>, {
|
|
16
|
-
icon: undefined;
|
|
17
|
-
description: undefined;
|
|
18
|
-
internals: () => {
|
|
19
|
-
icons: Record<string, import('../QIcon').Icon>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
20
6
|
};
|
|
21
|
-
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<QListItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
|
+
select: (value: Primitive) => any;
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<QListItemProps> & Readonly<{
|
|
22
14
|
onSelect?: ((value: Primitive) => any) | undefined;
|
|
23
|
-
}
|
|
15
|
+
}>, {
|
|
24
16
|
icon: import('../QIcon').Icon;
|
|
25
|
-
internals: import('./types').Internals;
|
|
26
17
|
description: string;
|
|
27
|
-
|
|
28
|
-
|
|
18
|
+
icons: typeof DEFAULT_ICONS;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
21
|
export default _default;
|
|
30
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
32
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
-
} : {
|
|
35
|
-
type: import('vue').PropType<T[K]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
type __VLS_WithDefaults<P, D> = {
|
|
40
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
-
default: D[K];
|
|
42
|
-
}> : P[K];
|
|
43
|
-
};
|
|
44
|
-
type __VLS_Prettify<T> = {
|
|
45
|
-
[K in keyof T]: T[K];
|
|
46
|
-
} & {};
|
|
47
22
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
23
|
new (): {
|
|
49
24
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QListItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QListItem.vue"],"names":[],"mappings":"AAyFC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAGlD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AA4CxC,iBAAS,cAAc;;yBAuEM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;6EAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -15,11 +15,11 @@ const x = ["id", "data-key", "tabindex", "aria-label", "aria-selected"], D = { c
|
|
|
15
15
|
highlighted: { type: Boolean },
|
|
16
16
|
disabled: { type: Boolean },
|
|
17
17
|
description: { default: void 0 },
|
|
18
|
-
|
|
18
|
+
icons: { default: () => S }
|
|
19
19
|
},
|
|
20
20
|
emits: ["select"],
|
|
21
|
-
setup(
|
|
22
|
-
const e =
|
|
21
|
+
setup(_, { emit: u }) {
|
|
22
|
+
const e = _, f = u, h = C();
|
|
23
23
|
function s() {
|
|
24
24
|
e.disabled || f("select", e.value);
|
|
25
25
|
}
|
|
@@ -64,7 +64,7 @@ const x = ["id", "data-key", "tabindex", "aria-label", "aria-selected"], D = { c
|
|
|
64
64
|
e.description ? (i(), c("div", I, [
|
|
65
65
|
B(
|
|
66
66
|
o(a),
|
|
67
|
-
r(N(e.
|
|
67
|
+
r(N(e.icons.description)),
|
|
68
68
|
null,
|
|
69
69
|
16
|
|
70
70
|
/* FULL_PROPS */
|
|
@@ -81,7 +81,7 @@ const x = ["id", "data-key", "tabindex", "aria-label", "aria-selected"], D = { c
|
|
|
81
81
|
l("div", P, [
|
|
82
82
|
e.selected ? (i(), d(
|
|
83
83
|
o(a),
|
|
84
|
-
m({ key: 0 }, e.
|
|
84
|
+
m({ key: 0 }, e.icons.check, { class: "q-list-item__check" }),
|
|
85
85
|
null,
|
|
86
86
|
16
|
|
87
87
|
/* FULL_PROPS */
|
|
@@ -1,34 +1,17 @@
|
|
|
1
1
|
import { QListItemGroupProps } from './types';
|
|
2
|
-
|
|
3
2
|
declare function __VLS_template(): {
|
|
4
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
5
8
|
};
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QListItemGroupProps>, {
|
|
9
|
-
title: string;
|
|
10
|
-
}>>>, {
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<QListItemGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QListItemGroupProps> & Readonly<{}>, {
|
|
11
11
|
title: string;
|
|
12
|
-
}, {}>;
|
|
13
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
14
|
export default _default;
|
|
15
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
-
} : {
|
|
20
|
-
type: import('vue').PropType<T[K]>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
type __VLS_WithDefaults<P, D> = {
|
|
25
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
26
|
-
default: D[K];
|
|
27
|
-
}> : P[K];
|
|
28
|
-
};
|
|
29
|
-
type __VLS_Prettify<T> = {
|
|
30
|
-
[K in keyof T]: T[K];
|
|
31
|
-
} & {};
|
|
32
15
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
16
|
new (): {
|
|
34
17
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QListItemGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QListItemGroup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QListItemGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QListItemGroup.vue"],"names":[],"mappings":"AAiCC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAqBnD,iBAAS,cAAc;;yBAgCM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;6EAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -2,7 +2,6 @@ import { default as _QList } from './QList';
|
|
|
2
2
|
import { default as _QListItem } from './QListItem';
|
|
3
3
|
import { default as _QListItemGroup } from './QListItemGroup';
|
|
4
4
|
import { QListProps, QListItemProps, QListItemGroupProps } from './types';
|
|
5
|
-
|
|
6
5
|
declare const QList: typeof _QList;
|
|
7
6
|
declare const QListItem: typeof _QListItem;
|
|
8
7
|
declare const QListItemGroup: typeof _QListItemGroup;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Icon } from '../QIcon';
|
|
2
2
|
import { Primitive } from '../../types/primitive';
|
|
3
|
-
|
|
4
3
|
export type Item = Omit<QListItemProps, 'value' | 'label'> & {
|
|
5
4
|
[key: string]: any;
|
|
6
5
|
};
|
|
@@ -81,9 +80,9 @@ export type QListItemProps = {
|
|
|
81
80
|
*/
|
|
82
81
|
description?: string;
|
|
83
82
|
/**
|
|
84
|
-
*
|
|
83
|
+
* Custom icon configurations.
|
|
85
84
|
*/
|
|
86
|
-
|
|
85
|
+
icons?: typeof DEFAULT_ICONS;
|
|
87
86
|
};
|
|
88
87
|
export type QListItemGroupProps = {
|
|
89
88
|
/**
|
|
@@ -95,8 +94,7 @@ export type QListItemGroupProps = {
|
|
|
95
94
|
*/
|
|
96
95
|
title?: string;
|
|
97
96
|
};
|
|
98
|
-
|
|
99
|
-
export
|
|
100
|
-
|
|
101
|
-
};
|
|
97
|
+
type IconKeys = 'check' | 'description';
|
|
98
|
+
export declare const DEFAULT_ICONS: Record<IconKeys, Icon>;
|
|
99
|
+
export {};
|
|
102
100
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QList/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAElD,MAAM,MAAM,IAAI,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,CAAC,GAAG;IAG5D,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,KAAK,GAAG,mBAAmB,GAAG;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG;IACxB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAA;IAEvB;;OAEG;IACH,KAAK,EAAE,IAAI,EAAE,CAAA;IAEb;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAE1B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IAEtB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;IAClB,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC5B;;OAEG;IACH,KAAK,EAAE,SAAS,CAAA;IAEhB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QList/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAElD,MAAM,MAAM,IAAI,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,CAAC,GAAG;IAG5D,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,KAAK,GAAG,mBAAmB,GAAG;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG;IACxB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAA;IAEvB;;OAEG;IACH,KAAK,EAAE,IAAI,EAAE,CAAA;IAEb;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAE1B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IAEtB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;IAClB,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC5B;;OAEG;IACH,KAAK,EAAE,SAAS,CAAA;IAEhB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAED,KAAK,QAAQ,GAAG,OAAO,GAAG,aAAa,CAAA;AAGvC,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,QAAQ,EAAE,IAAI,CAOhD,CAAA"}
|
|
@@ -1,147 +1,29 @@
|
|
|
1
|
+
import { QOverlayProps } from './types';
|
|
2
|
+
declare let __VLS_typeProps: QOverlayProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
modelValue?: boolean;
|
|
5
|
+
} & typeof __VLS_typeProps;
|
|
1
6
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
3
|
-
};
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
5
|
-
modelValue: import('vue').PropType<boolean>;
|
|
6
|
-
class: {
|
|
7
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
8
|
-
default: undefined;
|
|
9
|
-
};
|
|
10
|
-
anchor: {
|
|
11
|
-
type: import('vue').PropType<import('../../utils/getElement').Selector>;
|
|
12
|
-
default: undefined;
|
|
13
|
-
};
|
|
14
|
-
transition: {
|
|
15
|
-
type: import('vue').PropType<string>;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
width: {
|
|
19
|
-
type: import('vue').PropType<"anchor" | "auto">;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
appearance: {
|
|
23
|
-
type: import('vue').PropType<import('../../composables/overlay').Appearance>;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
arrow: {
|
|
27
|
-
type: import('vue').PropType<boolean>;
|
|
28
|
-
};
|
|
29
|
-
attach: {
|
|
30
|
-
type: import('vue').PropType<string>;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
inline: {
|
|
34
|
-
type: import('vue').PropType<boolean>;
|
|
35
|
-
};
|
|
36
|
-
backdropBlur: {
|
|
37
|
-
type: import('vue').PropType<boolean>;
|
|
38
|
-
};
|
|
39
|
-
backdropClass: {
|
|
40
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
41
|
-
default: undefined;
|
|
42
|
-
};
|
|
43
|
-
delay: {
|
|
44
|
-
type: import('vue').PropType<number>;
|
|
45
|
-
default: number;
|
|
46
|
-
};
|
|
47
|
-
nonModal: {
|
|
48
|
-
type: import('vue').PropType<boolean>;
|
|
49
|
-
};
|
|
50
|
-
scrollLock: {
|
|
51
|
-
type: import('vue').PropType<boolean>;
|
|
52
|
-
};
|
|
53
|
-
offset: {
|
|
54
|
-
type: import('vue').PropType<number>;
|
|
55
|
-
default: number;
|
|
56
|
-
};
|
|
57
|
-
persistent: {
|
|
58
|
-
type: import('vue').PropType<boolean>;
|
|
59
|
-
};
|
|
60
|
-
placement: {
|
|
61
|
-
type: import('vue').PropType<import('../../composables/overlay').Placement>;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
spy: {
|
|
65
|
-
type: import('vue').PropType<boolean>;
|
|
66
|
-
};
|
|
67
|
-
trigger: {
|
|
68
|
-
type: import('vue').PropType<import('../../composables/overlay').Trigger>;
|
|
69
|
-
default: string;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
70
9
|
};
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
75
|
-
modelValue: import('vue').PropType<boolean>;
|
|
76
|
-
class: {
|
|
77
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
78
|
-
default: undefined;
|
|
10
|
+
refs: {
|
|
11
|
+
overlayRef: HTMLDivElement;
|
|
12
|
+
arrowRef: HTMLDivElement;
|
|
79
13
|
};
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
default: string;
|
|
91
|
-
};
|
|
92
|
-
appearance: {
|
|
93
|
-
type: import('vue').PropType<import('../../composables/overlay').Appearance>;
|
|
94
|
-
default: string;
|
|
95
|
-
};
|
|
96
|
-
arrow: {
|
|
97
|
-
type: import('vue').PropType<boolean>;
|
|
98
|
-
};
|
|
99
|
-
attach: {
|
|
100
|
-
type: import('vue').PropType<string>;
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
|
-
inline: {
|
|
104
|
-
type: import('vue').PropType<boolean>;
|
|
105
|
-
};
|
|
106
|
-
backdropBlur: {
|
|
107
|
-
type: import('vue').PropType<boolean>;
|
|
108
|
-
};
|
|
109
|
-
backdropClass: {
|
|
110
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
111
|
-
default: undefined;
|
|
112
|
-
};
|
|
113
|
-
delay: {
|
|
114
|
-
type: import('vue').PropType<number>;
|
|
115
|
-
default: number;
|
|
116
|
-
};
|
|
117
|
-
nonModal: {
|
|
118
|
-
type: import('vue').PropType<boolean>;
|
|
119
|
-
};
|
|
120
|
-
scrollLock: {
|
|
121
|
-
type: import('vue').PropType<boolean>;
|
|
122
|
-
};
|
|
123
|
-
offset: {
|
|
124
|
-
type: import('vue').PropType<number>;
|
|
125
|
-
default: number;
|
|
126
|
-
};
|
|
127
|
-
persistent: {
|
|
128
|
-
type: import('vue').PropType<boolean>;
|
|
129
|
-
};
|
|
130
|
-
placement: {
|
|
131
|
-
type: import('vue').PropType<import('../../composables/overlay').Placement>;
|
|
132
|
-
default: string;
|
|
133
|
-
};
|
|
134
|
-
spy: {
|
|
135
|
-
type: import('vue').PropType<boolean>;
|
|
136
|
-
};
|
|
137
|
-
trigger: {
|
|
138
|
-
type: import('vue').PropType<import('../../composables/overlay').Trigger>;
|
|
139
|
-
default: string;
|
|
140
|
-
};
|
|
141
|
-
}>> & {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
19
|
+
} & {
|
|
20
|
+
enter: () => any;
|
|
21
|
+
leave: () => any;
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
23
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
142
24
|
onEnter?: (() => any) | undefined;
|
|
143
25
|
onLeave?: (() => any) | undefined;
|
|
144
|
-
}
|
|
26
|
+
}>, {
|
|
145
27
|
class: string | unknown[];
|
|
146
28
|
anchor: import('../../utils/getElement').Selector;
|
|
147
29
|
transition: string;
|
|
@@ -153,8 +35,8 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
153
35
|
offset: number;
|
|
154
36
|
placement: import('../../composables/overlay').Placement;
|
|
155
37
|
trigger: import('../../composables/overlay').Trigger;
|
|
156
|
-
}, {}>;
|
|
157
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
39
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
158
40
|
export default _default;
|
|
159
41
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
160
42
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/QOverlay.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/QOverlay.vue"],"names":[],"mappings":"AA8XC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAQ7C,QAAA,IAAI,eAAe,EAAG,aAAa,CAAC;AA4VpC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;yBA6EO,GAAG;;;;;;WAWnB,OAAO,IAA6B;EAEjD;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;6EAWnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,87 +1,29 @@
|
|
|
1
|
+
import { QPopoverProps } from './types';
|
|
2
|
+
declare let __VLS_typeProps: QPopoverProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
modelValue?: boolean;
|
|
5
|
+
} & typeof __VLS_typeProps;
|
|
1
6
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
6
|
-
modelValue: import('vue').PropType<boolean>;
|
|
7
|
-
anchor: {
|
|
8
|
-
type: import('vue').PropType<import('../../utils/getElement').Selector>;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
html: {
|
|
12
|
-
type: import('vue').PropType<boolean>;
|
|
13
|
-
default: boolean;
|
|
14
|
-
};
|
|
15
|
-
title: {
|
|
16
|
-
type: import('vue').PropType<string>;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
text: {
|
|
20
|
-
type: import('vue').PropType<string>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
disabled: {
|
|
24
|
-
type: import('vue').PropType<boolean>;
|
|
25
|
-
};
|
|
26
|
-
arrow: {
|
|
27
|
-
type: import('vue').PropType<boolean>;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
attach: {
|
|
31
|
-
type: import('vue').PropType<string>;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
inline: {
|
|
35
|
-
type: import('vue').PropType<boolean>;
|
|
36
|
-
};
|
|
37
|
-
placement: {
|
|
38
|
-
type: import('vue').PropType<import('../../composables/overlay').Placement>;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
42
|
-
modelValue: import('vue').PropType<boolean>;
|
|
43
|
-
anchor: {
|
|
44
|
-
type: import('vue').PropType<import('../../utils/getElement').Selector>;
|
|
45
|
-
required: true;
|
|
7
|
+
slots: {
|
|
8
|
+
header?(_: {}): any;
|
|
9
|
+
body?(_: {}): any;
|
|
46
10
|
};
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
type: import('vue').PropType<string>;
|
|
57
|
-
required: true;
|
|
58
|
-
};
|
|
59
|
-
disabled: {
|
|
60
|
-
type: import('vue').PropType<boolean>;
|
|
61
|
-
};
|
|
62
|
-
arrow: {
|
|
63
|
-
type: import('vue').PropType<boolean>;
|
|
64
|
-
default: boolean;
|
|
65
|
-
};
|
|
66
|
-
attach: {
|
|
67
|
-
type: import('vue').PropType<string>;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
inline: {
|
|
71
|
-
type: import('vue').PropType<boolean>;
|
|
72
|
-
};
|
|
73
|
-
placement: {
|
|
74
|
-
type: import('vue').PropType<import('../../composables/overlay').Placement>;
|
|
75
|
-
default: string;
|
|
76
|
-
};
|
|
77
|
-
}>>, {
|
|
11
|
+
refs: {};
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
19
|
+
}>, {
|
|
78
20
|
html: boolean;
|
|
79
21
|
title: string;
|
|
80
22
|
arrow: boolean;
|
|
81
23
|
attach: string;
|
|
82
24
|
placement: import('../../composables/overlay').Placement;
|
|
83
|
-
}, {}>;
|
|
84
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
85
27
|
export default _default;
|
|
86
28
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
87
29
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QPopover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPopover/QPopover.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QPopover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPopover/QPopover.vue"],"names":[],"mappings":"AAwDC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAI7C,QAAA,IAAI,eAAe,EAAG,aAAa,CAAC;AA4BpC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;wBAqDK,GAAG;sBACL,GAAG;;;WASf,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|