@quidgest/ui 0.13.2 → 0.14.0
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/manifest/components.json +4 -0
- package/dist/ui.css +77 -0
- package/dist/ui.esm.js +1134 -912
- package/dist/ui.js +6 -6
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +96 -87
- package/dist/ui.scss +86 -4
- package/esm/components/QBadge/QBadge.d.ts +10 -35
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +19 -22
- package/esm/components/QBadge/index.d.ts +3 -139
- package/esm/components/QBadge/index.d.ts.map +1 -1
- package/esm/components/QBadge/types.d.ts +30 -0
- package/esm/components/QBadge/types.d.ts.map +1 -0
- package/esm/components/QBadge/types.js +8 -0
- package/esm/components/QButton/QButton.d.ts +8 -50
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/index.d.ts +3 -197
- package/esm/components/QButton/index.d.ts.map +1 -1
- package/esm/components/QButton/types.d.ts +47 -0
- package/esm/components/QButton/types.d.ts.map +1 -0
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +7 -21
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/index.d.ts +3 -79
- package/esm/components/QButtonGroup/index.d.ts.map +1 -1
- package/esm/components/QButtonGroup/types.d.ts +19 -0
- package/esm/components/QButtonGroup/types.d.ts.map +1 -0
- package/esm/components/QButtonToggle/QButtonToggle.d.ts +6 -33
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/index.d.ts +3 -115
- package/esm/components/QButtonToggle/index.d.ts.map +1 -1
- package/esm/components/QButtonToggle/types.d.ts +32 -0
- package/esm/components/QButtonToggle/types.d.ts.map +1 -0
- package/esm/components/QCombobox/QCombobox.d.ts +266 -144
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +52 -62
- package/esm/components/QCombobox/index.d.ts +3 -1075
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +92 -0
- package/esm/components/QCombobox/types.d.ts.map +1 -0
- package/esm/components/QCombobox/types.js +14 -0
- package/esm/components/QDialog/QDialog.d.ts +18 -93
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +45 -61
- package/esm/components/QDialog/index.d.ts +3 -267
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +82 -0
- package/esm/components/QDialog/types.d.ts.map +1 -0
- package/esm/components/QDialog/types.js +23 -0
- package/esm/components/QField/QField.d.ts +15 -47
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/index.d.ts +3 -168
- package/esm/components/QField/index.d.ts.map +1 -1
- package/esm/components/QField/types.d.ts +37 -0
- package/esm/components/QField/types.d.ts.map +1 -0
- package/esm/components/QIcon/InlineSvg.d.ts.map +1 -1
- package/esm/components/QIcon/InlineSvg.js +6 -13
- package/esm/components/QIcon/QIcon.d.ts +3 -19
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +2 -2
- package/esm/components/QIcon/QIconFont.d.ts +2 -22
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.vue.js +9 -9
- package/esm/components/QIcon/QIconImg.d.ts +3 -27
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.vue.js +3 -3
- package/esm/components/QIcon/QIconSvg.d.ts +4 -36
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.vue.js +9 -9
- package/esm/components/QIcon/index.d.ts +9 -156
- package/esm/components/QIcon/index.d.ts.map +1 -1
- package/esm/components/QIcon/types.d.ts +40 -0
- package/esm/components/QIcon/types.d.ts.map +1 -0
- package/esm/components/QInputGroup/QInputGroup.d.ts +12 -42
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/index.d.ts +3 -153
- package/esm/components/QInputGroup/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/types.d.ts +35 -0
- package/esm/components/QInputGroup/types.d.ts.map +1 -0
- package/esm/components/QLineLoader/QLineLoader.d.ts +2 -6
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/index.d.ts +3 -13
- package/esm/components/QLineLoader/index.d.ts.map +1 -1
- package/esm/components/QLineLoader/types.d.ts +7 -0
- package/esm/components/QLineLoader/types.d.ts.map +1 -0
- package/esm/components/QList/QList.d.ts +11 -52
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QListItem.d.ts +10 -53
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +22 -28
- package/esm/components/QList/QListItemGroup.d.ts +7 -13
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/index.d.ts +7 -452
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +102 -0
- package/esm/components/QList/types.d.ts.map +1 -0
- package/esm/components/QList/types.js +11 -0
- package/esm/components/QOverlay/QOverlay.d.ts +33 -118
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +1 -2
- package/esm/components/QOverlay/index.d.ts +3 -339
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +88 -0
- package/esm/components/QOverlay/types.d.ts.map +1 -0
- package/esm/components/QPopover/QPopover.d.ts +17 -58
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +25 -24
- package/esm/components/QPopover/index.d.ts +3 -180
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPopover/types.d.ts +44 -0
- package/esm/components/QPopover/types.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyList.d.ts +70 -0
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyList.vue.js +146 -0
- package/esm/components/QPropertyList/QPropertyList.vue2.js +4 -0
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +48 -0
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +72 -0
- package/esm/components/QPropertyList/QPropertyListGroup.vue2.js +4 -0
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +53 -0
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +45 -0
- package/esm/components/QPropertyList/QPropertyListPanel.vue2.js +4 -0
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +29 -0
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +64 -0
- package/esm/components/QPropertyList/QPropertyListRow.vue2.js +4 -0
- package/esm/components/QPropertyList/index.d.ts +13 -0
- package/esm/components/QPropertyList/index.d.ts.map +1 -0
- package/esm/components/QPropertyList/index.js +12 -0
- package/esm/components/QPropertyList/types.d.ts +101 -0
- package/esm/components/QPropertyList/types.d.ts.map +1 -0
- package/esm/components/QPropertyList/types.js +14 -0
- package/esm/components/QSelect/QSelect.d.ts +25 -102
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +80 -91
- package/esm/components/QSelect/index.d.ts +3 -369
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +80 -0
- package/esm/components/QSelect/types.d.ts.map +1 -0
- package/esm/components/QSelect/types.js +14 -0
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +2 -14
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/index.d.ts +3 -31
- package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/types.d.ts +15 -0
- package/esm/components/QSkeletonLoader/types.d.ts.map +1 -0
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +2 -10
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +6 -6
- package/esm/components/QSpinnerLoader/index.d.ts +3 -22
- package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/types.d.ts +11 -0
- package/esm/components/QSpinnerLoader/types.d.ts.map +1 -0
- package/esm/components/QTextField/QTextField.d.ts +13 -61
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/index.d.ts +3 -229
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QTextField/types.d.ts +51 -0
- package/esm/components/QTextField/types.d.ts.map +1 -0
- package/esm/components/QThemeProvider/QThemeProvider.d.ts +6 -8
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/index.d.ts +3 -37
- package/esm/components/QThemeProvider/index.d.ts.map +1 -1
- package/esm/components/QThemeProvider/types.d.ts +7 -0
- package/esm/components/QThemeProvider/types.d.ts.map +1 -0
- package/esm/components/QTooltip/QTooltip.d.ts +30 -94
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/index.d.ts +3 -279
- package/esm/components/QTooltip/index.d.ts.map +1 -1
- package/esm/components/QTooltip/types.d.ts +67 -0
- package/esm/components/QTooltip/types.d.ts.map +1 -0
- package/esm/components/index.d.ts +1 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +42 -37
- package/esm/composables/defaults.js +3 -6
- package/esm/index.d.ts +4 -0
- package/esm/utils/color.js +1 -2
- package/esm/utils/setupPropsProxy.js +2 -4
- package/package.json +35 -36
|
@@ -1,77 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
*/
|
|
9
|
-
id?: string;
|
|
10
|
-
/**
|
|
11
|
-
* The DOM element the tooltip should be anchored to.
|
|
12
|
-
*/
|
|
13
|
-
anchor: Selector;
|
|
14
|
-
/**
|
|
15
|
-
* The appearance of the tooltip.
|
|
16
|
-
* 'regular' uses body text color for background and body background color for text.
|
|
17
|
-
* 'inverted' matches body color scheme.
|
|
18
|
-
*/
|
|
19
|
-
appearance?: Appearance;
|
|
20
|
-
/**
|
|
21
|
-
* Whether the tooltip has an arrow pointing to the target.
|
|
22
|
-
*/
|
|
23
|
-
arrow?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
* The DOM element the tooltip should be teleported to.
|
|
26
|
-
* Defaults to the body of the document.
|
|
27
|
-
*/
|
|
28
|
-
attach?: string;
|
|
29
|
-
/**
|
|
30
|
-
* Whether to disable teleport.
|
|
31
|
-
* If enabled, the prop `attach` is ignored.
|
|
32
|
-
*/
|
|
33
|
-
inline?: boolean;
|
|
34
|
-
/**
|
|
35
|
-
* The delay in milliseconds before showing the tooltip.
|
|
36
|
-
*/
|
|
37
|
-
delay?: number;
|
|
38
|
-
/**
|
|
39
|
-
* Whether the tooltip is disabled.
|
|
40
|
-
*/
|
|
41
|
-
disabled?: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* Whether the tooltip's content is treated as HTML.
|
|
44
|
-
*/
|
|
45
|
-
html?: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* The placement of the tooltip.
|
|
48
|
-
*/
|
|
49
|
-
placement?: Placement;
|
|
50
|
-
/**
|
|
51
|
-
* The text of the tooltip.
|
|
52
|
-
*/
|
|
53
|
-
text: string;
|
|
54
|
-
/**
|
|
55
|
-
* The icon of the tooltip.
|
|
56
|
-
*/
|
|
57
|
-
icon?: Icon;
|
|
58
|
-
/**
|
|
59
|
-
* The method to trigger the overlay.
|
|
60
|
-
*/
|
|
61
|
-
trigger?: Trigger;
|
|
62
|
-
/**
|
|
63
|
-
* Custom set of classes to apply to the component.
|
|
64
|
-
*/
|
|
65
|
-
class?: string | unknown[];
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
anchor?(_: {
|
|
3
|
+
props: {
|
|
4
|
+
'aria-describedby': string;
|
|
5
|
+
};
|
|
6
|
+
}): any;
|
|
7
|
+
default?(_: {}): any;
|
|
66
8
|
};
|
|
67
|
-
declare const
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
|
68
10
|
modelValue: import('vue').PropType<boolean>;
|
|
69
11
|
class: {
|
|
70
12
|
type: import('vue').PropType<string | unknown[]>;
|
|
71
13
|
default: undefined;
|
|
72
14
|
};
|
|
73
15
|
anchor: {
|
|
74
|
-
type: import('vue').PropType<Selector>;
|
|
16
|
+
type: import('vue').PropType<import('../../utils/getElement').Selector>;
|
|
75
17
|
required: true;
|
|
76
18
|
};
|
|
77
19
|
html: {
|
|
@@ -86,19 +28,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
86
28
|
type: import('vue').PropType<boolean>;
|
|
87
29
|
};
|
|
88
30
|
icon: {
|
|
89
|
-
type: import('vue').PropType<Icon>;
|
|
31
|
+
type: import('vue').PropType<import('../QIcon').Icon>;
|
|
90
32
|
default: undefined;
|
|
91
33
|
};
|
|
92
34
|
id: {
|
|
93
35
|
type: import('vue').PropType<string>;
|
|
94
36
|
default: undefined;
|
|
95
37
|
};
|
|
96
|
-
placement: {
|
|
97
|
-
type: import('vue').PropType<Placement>;
|
|
98
|
-
default: string;
|
|
99
|
-
};
|
|
100
38
|
appearance: {
|
|
101
|
-
type: import('vue').PropType<Appearance>;
|
|
39
|
+
type: import('vue').PropType<import('../../composables/overlay').Appearance>;
|
|
102
40
|
default: string;
|
|
103
41
|
};
|
|
104
42
|
arrow: {
|
|
@@ -116,8 +54,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
116
54
|
type: import('vue').PropType<number>;
|
|
117
55
|
default: number;
|
|
118
56
|
};
|
|
57
|
+
placement: {
|
|
58
|
+
type: import('vue').PropType<import('../../composables/overlay').Placement>;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
119
61
|
trigger: {
|
|
120
|
-
type: import('vue').PropType<Trigger>;
|
|
62
|
+
type: import('vue').PropType<import('../../composables/overlay').Trigger>;
|
|
121
63
|
default: string;
|
|
122
64
|
};
|
|
123
65
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -127,7 +69,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
127
69
|
default: undefined;
|
|
128
70
|
};
|
|
129
71
|
anchor: {
|
|
130
|
-
type: import('vue').PropType<Selector>;
|
|
72
|
+
type: import('vue').PropType<import('../../utils/getElement').Selector>;
|
|
131
73
|
required: true;
|
|
132
74
|
};
|
|
133
75
|
html: {
|
|
@@ -142,19 +84,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
142
84
|
type: import('vue').PropType<boolean>;
|
|
143
85
|
};
|
|
144
86
|
icon: {
|
|
145
|
-
type: import('vue').PropType<Icon>;
|
|
87
|
+
type: import('vue').PropType<import('../QIcon').Icon>;
|
|
146
88
|
default: undefined;
|
|
147
89
|
};
|
|
148
90
|
id: {
|
|
149
91
|
type: import('vue').PropType<string>;
|
|
150
92
|
default: undefined;
|
|
151
93
|
};
|
|
152
|
-
placement: {
|
|
153
|
-
type: import('vue').PropType<Placement>;
|
|
154
|
-
default: string;
|
|
155
|
-
};
|
|
156
94
|
appearance: {
|
|
157
|
-
type: import('vue').PropType<Appearance>;
|
|
95
|
+
type: import('vue').PropType<import('../../composables/overlay').Appearance>;
|
|
158
96
|
default: string;
|
|
159
97
|
};
|
|
160
98
|
arrow: {
|
|
@@ -172,29 +110,27 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
172
110
|
type: import('vue').PropType<number>;
|
|
173
111
|
default: number;
|
|
174
112
|
};
|
|
113
|
+
placement: {
|
|
114
|
+
type: import('vue').PropType<import('../../composables/overlay').Placement>;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
175
117
|
trigger: {
|
|
176
|
-
type: import('vue').PropType<Trigger>;
|
|
118
|
+
type: import('vue').PropType<import('../../composables/overlay').Trigger>;
|
|
177
119
|
default: string;
|
|
178
120
|
};
|
|
179
121
|
}>>, {
|
|
180
122
|
class: string | unknown[];
|
|
181
123
|
html: boolean;
|
|
182
|
-
icon: Icon;
|
|
124
|
+
icon: import('../QIcon').Icon;
|
|
183
125
|
id: string;
|
|
184
|
-
|
|
185
|
-
appearance: Appearance;
|
|
126
|
+
appearance: import('../../composables/overlay').Appearance;
|
|
186
127
|
arrow: boolean;
|
|
187
128
|
attach: string;
|
|
188
129
|
delay: number;
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
'aria-describedby': string;
|
|
194
|
-
};
|
|
195
|
-
}): any;
|
|
196
|
-
default?(_: {}): any;
|
|
197
|
-
}>;
|
|
130
|
+
placement: import('../../composables/overlay').Placement;
|
|
131
|
+
trigger: import('../../composables/overlay').Trigger;
|
|
132
|
+
}, {}>;
|
|
133
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
198
134
|
export default _default;
|
|
199
135
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
200
136
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/QTooltip.vue"],"names":[],"mappings":"AAkCA;
|
|
1
|
+
{"version":3,"file":"QTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/QTooltip.vue"],"names":[],"mappings":"AAkCA;AAiDA,iBAAS,cAAc;;;;;QAmFK,GAAG;qBACD,GAAG;EAGhC;AAeD,QAAA,MAAM,eAAe;gBA5GT,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,CAAC;;;;;;;kBAwH0J,IAAI;;;;;;;;kBAAJ,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAxH7L,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,CAAC;;;;;;;kBAwH0J,IAAI;;;;;;;;kBAAJ,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAHvM,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,281 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
class: {
|
|
5
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
6
|
-
default: undefined;
|
|
7
|
-
};
|
|
8
|
-
anchor: {
|
|
9
|
-
type: import('vue').PropType<import('../../utils/getElement').Selector>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
html: {
|
|
13
|
-
type: import('vue').PropType<boolean>;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
text: {
|
|
17
|
-
type: import('vue').PropType<string>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
disabled: {
|
|
21
|
-
type: import('vue').PropType<boolean>;
|
|
22
|
-
};
|
|
23
|
-
icon: {
|
|
24
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
25
|
-
default: undefined;
|
|
26
|
-
};
|
|
27
|
-
id: {
|
|
28
|
-
type: import('vue').PropType<string>;
|
|
29
|
-
default: undefined;
|
|
30
|
-
};
|
|
31
|
-
placement: {
|
|
32
|
-
type: import('vue').PropType<import('../../composables/overlay').Placement>;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
appearance: {
|
|
36
|
-
type: import('vue').PropType<import('../../composables/overlay').Appearance>;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
arrow: {
|
|
40
|
-
type: import('vue').PropType<boolean>;
|
|
41
|
-
default: boolean;
|
|
42
|
-
};
|
|
43
|
-
attach: {
|
|
44
|
-
type: import('vue').PropType<string>;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
inline: {
|
|
48
|
-
type: import('vue').PropType<boolean>;
|
|
49
|
-
};
|
|
50
|
-
delay: {
|
|
51
|
-
type: import('vue').PropType<number>;
|
|
52
|
-
default: number;
|
|
53
|
-
};
|
|
54
|
-
trigger: {
|
|
55
|
-
type: import('vue').PropType<import('../../composables/overlay').Trigger>;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
59
|
-
modelValue: import('vue').PropType<boolean>;
|
|
60
|
-
class: {
|
|
61
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
62
|
-
default: undefined;
|
|
63
|
-
};
|
|
64
|
-
anchor: {
|
|
65
|
-
type: import('vue').PropType<import('../../utils/getElement').Selector>;
|
|
66
|
-
required: true;
|
|
67
|
-
};
|
|
68
|
-
html: {
|
|
69
|
-
type: import('vue').PropType<boolean>;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
text: {
|
|
73
|
-
type: import('vue').PropType<string>;
|
|
74
|
-
required: true;
|
|
75
|
-
};
|
|
76
|
-
disabled: {
|
|
77
|
-
type: import('vue').PropType<boolean>;
|
|
78
|
-
};
|
|
79
|
-
icon: {
|
|
80
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
81
|
-
default: undefined;
|
|
82
|
-
};
|
|
83
|
-
id: {
|
|
84
|
-
type: import('vue').PropType<string>;
|
|
85
|
-
default: undefined;
|
|
86
|
-
};
|
|
87
|
-
placement: {
|
|
88
|
-
type: import('vue').PropType<import('../../composables/overlay').Placement>;
|
|
89
|
-
default: string;
|
|
90
|
-
};
|
|
91
|
-
appearance: {
|
|
92
|
-
type: import('vue').PropType<import('../../composables/overlay').Appearance>;
|
|
93
|
-
default: string;
|
|
94
|
-
};
|
|
95
|
-
arrow: {
|
|
96
|
-
type: import('vue').PropType<boolean>;
|
|
97
|
-
default: boolean;
|
|
98
|
-
};
|
|
99
|
-
attach: {
|
|
100
|
-
type: import('vue').PropType<string>;
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
|
-
inline: {
|
|
104
|
-
type: import('vue').PropType<boolean>;
|
|
105
|
-
};
|
|
106
|
-
delay: {
|
|
107
|
-
type: import('vue').PropType<number>;
|
|
108
|
-
default: number;
|
|
109
|
-
};
|
|
110
|
-
trigger: {
|
|
111
|
-
type: import('vue').PropType<import('../../composables/overlay').Trigger>;
|
|
112
|
-
default: string;
|
|
113
|
-
};
|
|
114
|
-
}>>, {
|
|
115
|
-
class: string | unknown[];
|
|
116
|
-
html: boolean;
|
|
117
|
-
icon: import('..').Icon;
|
|
118
|
-
id: string;
|
|
119
|
-
placement: import('../../composables/overlay').Placement;
|
|
120
|
-
appearance: import('../../composables/overlay').Appearance;
|
|
121
|
-
arrow: boolean;
|
|
122
|
-
attach: string;
|
|
123
|
-
delay: number;
|
|
124
|
-
trigger: import('../../composables/overlay').Trigger;
|
|
125
|
-
}, true, {}, {}, {
|
|
126
|
-
P: {};
|
|
127
|
-
B: {};
|
|
128
|
-
D: {};
|
|
129
|
-
C: {};
|
|
130
|
-
M: {};
|
|
131
|
-
Defaults: {};
|
|
132
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
133
|
-
modelValue: import('vue').PropType<boolean>;
|
|
134
|
-
class: {
|
|
135
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
136
|
-
default: undefined;
|
|
137
|
-
};
|
|
138
|
-
anchor: {
|
|
139
|
-
type: import('vue').PropType<import('../../utils/getElement').Selector>;
|
|
140
|
-
required: true;
|
|
141
|
-
};
|
|
142
|
-
html: {
|
|
143
|
-
type: import('vue').PropType<boolean>;
|
|
144
|
-
default: boolean;
|
|
145
|
-
};
|
|
146
|
-
text: {
|
|
147
|
-
type: import('vue').PropType<string>;
|
|
148
|
-
required: true;
|
|
149
|
-
};
|
|
150
|
-
disabled: {
|
|
151
|
-
type: import('vue').PropType<boolean>;
|
|
152
|
-
};
|
|
153
|
-
icon: {
|
|
154
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
155
|
-
default: undefined;
|
|
156
|
-
};
|
|
157
|
-
id: {
|
|
158
|
-
type: import('vue').PropType<string>;
|
|
159
|
-
default: undefined;
|
|
160
|
-
};
|
|
161
|
-
placement: {
|
|
162
|
-
type: import('vue').PropType<import('../../composables/overlay').Placement>;
|
|
163
|
-
default: string;
|
|
164
|
-
};
|
|
165
|
-
appearance: {
|
|
166
|
-
type: import('vue').PropType<import('../../composables/overlay').Appearance>;
|
|
167
|
-
default: string;
|
|
168
|
-
};
|
|
169
|
-
arrow: {
|
|
170
|
-
type: import('vue').PropType<boolean>;
|
|
171
|
-
default: boolean;
|
|
172
|
-
};
|
|
173
|
-
attach: {
|
|
174
|
-
type: import('vue').PropType<string>;
|
|
175
|
-
default: string;
|
|
176
|
-
};
|
|
177
|
-
inline: {
|
|
178
|
-
type: import('vue').PropType<boolean>;
|
|
179
|
-
};
|
|
180
|
-
delay: {
|
|
181
|
-
type: import('vue').PropType<number>;
|
|
182
|
-
default: number;
|
|
183
|
-
};
|
|
184
|
-
trigger: {
|
|
185
|
-
type: import('vue').PropType<import('../../composables/overlay').Trigger>;
|
|
186
|
-
default: string;
|
|
187
|
-
};
|
|
188
|
-
}>>, {}, {}, {}, {}, {
|
|
189
|
-
class: string | unknown[];
|
|
190
|
-
html: boolean;
|
|
191
|
-
icon: import('..').Icon;
|
|
192
|
-
id: string;
|
|
193
|
-
placement: import('../../composables/overlay').Placement;
|
|
194
|
-
appearance: import('../../composables/overlay').Appearance;
|
|
195
|
-
arrow: boolean;
|
|
196
|
-
attach: string;
|
|
197
|
-
delay: number;
|
|
198
|
-
trigger: import('../../composables/overlay').Trigger;
|
|
199
|
-
}>;
|
|
200
|
-
__isFragment?: undefined;
|
|
201
|
-
__isTeleport?: undefined;
|
|
202
|
-
__isSuspense?: undefined;
|
|
203
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
204
|
-
modelValue: import('vue').PropType<boolean>;
|
|
205
|
-
class: {
|
|
206
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
207
|
-
default: undefined;
|
|
208
|
-
};
|
|
209
|
-
anchor: {
|
|
210
|
-
type: import('vue').PropType<import('../../utils/getElement').Selector>;
|
|
211
|
-
required: true;
|
|
212
|
-
};
|
|
213
|
-
html: {
|
|
214
|
-
type: import('vue').PropType<boolean>;
|
|
215
|
-
default: boolean;
|
|
216
|
-
};
|
|
217
|
-
text: {
|
|
218
|
-
type: import('vue').PropType<string>;
|
|
219
|
-
required: true;
|
|
220
|
-
};
|
|
221
|
-
disabled: {
|
|
222
|
-
type: import('vue').PropType<boolean>;
|
|
223
|
-
};
|
|
224
|
-
icon: {
|
|
225
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
226
|
-
default: undefined;
|
|
227
|
-
};
|
|
228
|
-
id: {
|
|
229
|
-
type: import('vue').PropType<string>;
|
|
230
|
-
default: undefined;
|
|
231
|
-
};
|
|
232
|
-
placement: {
|
|
233
|
-
type: import('vue').PropType<import('../../composables/overlay').Placement>;
|
|
234
|
-
default: string;
|
|
235
|
-
};
|
|
236
|
-
appearance: {
|
|
237
|
-
type: import('vue').PropType<import('../../composables/overlay').Appearance>;
|
|
238
|
-
default: string;
|
|
239
|
-
};
|
|
240
|
-
arrow: {
|
|
241
|
-
type: import('vue').PropType<boolean>;
|
|
242
|
-
default: boolean;
|
|
243
|
-
};
|
|
244
|
-
attach: {
|
|
245
|
-
type: import('vue').PropType<string>;
|
|
246
|
-
default: string;
|
|
247
|
-
};
|
|
248
|
-
inline: {
|
|
249
|
-
type: import('vue').PropType<boolean>;
|
|
250
|
-
};
|
|
251
|
-
delay: {
|
|
252
|
-
type: import('vue').PropType<number>;
|
|
253
|
-
default: number;
|
|
254
|
-
};
|
|
255
|
-
trigger: {
|
|
256
|
-
type: import('vue').PropType<import('../../composables/overlay').Trigger>;
|
|
257
|
-
default: string;
|
|
258
|
-
};
|
|
259
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
260
|
-
class: string | unknown[];
|
|
261
|
-
html: boolean;
|
|
262
|
-
icon: import('..').Icon;
|
|
263
|
-
id: string;
|
|
264
|
-
placement: import('../../composables/overlay').Placement;
|
|
265
|
-
appearance: import('../../composables/overlay').Appearance;
|
|
266
|
-
arrow: boolean;
|
|
267
|
-
attach: string;
|
|
268
|
-
delay: number;
|
|
269
|
-
trigger: import('../../composables/overlay').Trigger;
|
|
270
|
-
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
271
|
-
$slots: {
|
|
272
|
-
anchor?(_: {
|
|
273
|
-
props: {
|
|
274
|
-
'aria-describedby': string;
|
|
275
|
-
};
|
|
276
|
-
}): any;
|
|
277
|
-
default?(_: {}): any;
|
|
278
|
-
};
|
|
279
|
-
});
|
|
1
|
+
import { default as _QTooltip } from './QTooltip';
|
|
2
|
+
|
|
3
|
+
declare const QTooltip: typeof _QTooltip;
|
|
280
4
|
export { QTooltip };
|
|
281
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/index.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,gBAAgB,CAAA;AAKtC,QAAA,MAAM,QAAQ,EAAiC,OAAO,SAAS,CAAA;AAG/D,OAAO,EAAE,QAAQ,EAAE,CAAA"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { Appearance, Placement, Trigger } from '../../composables/overlay';
|
|
2
|
+
import { Selector } from '../../utils/getElement';
|
|
3
|
+
import { Icon } from '../QIcon';
|
|
4
|
+
|
|
5
|
+
export type QTooltipProps = {
|
|
6
|
+
/**
|
|
7
|
+
* The tooltip unique identifier.
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The DOM element the tooltip should be anchored to.
|
|
12
|
+
*/
|
|
13
|
+
anchor: Selector;
|
|
14
|
+
/**
|
|
15
|
+
* The appearance of the tooltip.
|
|
16
|
+
* 'regular' uses body text color for background and body background color for text.
|
|
17
|
+
* 'inverted' matches body color scheme.
|
|
18
|
+
*/
|
|
19
|
+
appearance?: Appearance;
|
|
20
|
+
/**
|
|
21
|
+
* Whether the tooltip has an arrow pointing to the target.
|
|
22
|
+
*/
|
|
23
|
+
arrow?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* The DOM element the tooltip should be teleported to.
|
|
26
|
+
* Defaults to the body of the document.
|
|
27
|
+
*/
|
|
28
|
+
attach?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Whether to disable teleport.
|
|
31
|
+
* If enabled, the prop `attach` is ignored.
|
|
32
|
+
*/
|
|
33
|
+
inline?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* The delay in milliseconds before showing the tooltip.
|
|
36
|
+
*/
|
|
37
|
+
delay?: number;
|
|
38
|
+
/**
|
|
39
|
+
* Whether the tooltip is disabled.
|
|
40
|
+
*/
|
|
41
|
+
disabled?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Whether the tooltip's content is treated as HTML.
|
|
44
|
+
*/
|
|
45
|
+
html?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* The placement of the tooltip.
|
|
48
|
+
*/
|
|
49
|
+
placement?: Placement;
|
|
50
|
+
/**
|
|
51
|
+
* The text of the tooltip.
|
|
52
|
+
*/
|
|
53
|
+
text: string;
|
|
54
|
+
/**
|
|
55
|
+
* The icon of the tooltip.
|
|
56
|
+
*/
|
|
57
|
+
icon?: Icon;
|
|
58
|
+
/**
|
|
59
|
+
* The method to trigger the overlay.
|
|
60
|
+
*/
|
|
61
|
+
trigger?: Trigger;
|
|
62
|
+
/**
|
|
63
|
+
* Custom set of classes to apply to the component.
|
|
64
|
+
*/
|
|
65
|
+
class?: string | unknown[];
|
|
66
|
+
};
|
|
67
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QTooltip/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE9C,MAAM,MAAM,aAAa,GAAG;IAC3B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,MAAM,EAAE,QAAQ,CAAA;IAEhB;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,SAAS,CAAA;AACvB,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,WAAW,CAAA;AACzB,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,SAAS,CAAA;AACvB,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA"}
|
package/esm/components/index.js
CHANGED
|
@@ -1,45 +1,50 @@
|
|
|
1
1
|
import { QBadge as e } from "./QBadge/index.js";
|
|
2
2
|
import { QButton as p } from "./QButton/index.js";
|
|
3
|
-
import { QButtonGroup as
|
|
3
|
+
import { QButtonGroup as m } from "./QButtonGroup/index.js";
|
|
4
4
|
import { QButtonToggle as f } from "./QButtonToggle/index.js";
|
|
5
|
-
import { QCombobox as
|
|
6
|
-
import { QDialog as
|
|
7
|
-
import { QField as
|
|
8
|
-
import { QIcon as
|
|
9
|
-
import { QInputGroup as
|
|
10
|
-
import { QLineLoader as
|
|
11
|
-
import { QList as
|
|
12
|
-
import { QOverlay as
|
|
13
|
-
import { QPopover as
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
5
|
+
import { QCombobox as n } from "./QCombobox/index.js";
|
|
6
|
+
import { QDialog as l } from "./QDialog/index.js";
|
|
7
|
+
import { QField as I } from "./QField/index.js";
|
|
8
|
+
import { QIcon as d, QIconFont as s, QIconImg as P, QIconSvg as g } from "./QIcon/index.js";
|
|
9
|
+
import { QInputGroup as y } from "./QInputGroup/index.js";
|
|
10
|
+
import { QLineLoader as B } from "./QLineLoader/index.js";
|
|
11
|
+
import { QList as S, QListItem as T, QListItemGroup as F } from "./QList/index.js";
|
|
12
|
+
import { QOverlay as h } from "./QOverlay/index.js";
|
|
13
|
+
import { QPopover as w } from "./QPopover/index.js";
|
|
14
|
+
import { QPropertyList as D, QPropertyListGroup as O, QPropertyListPanel as R, QPropertyListRow as j } from "./QPropertyList/index.js";
|
|
15
|
+
import { QSelect as z } from "./QSelect/index.js";
|
|
16
|
+
import { QSkeletonLoader as E } from "./QSkeletonLoader/index.js";
|
|
17
|
+
import { QSpinnerLoader as J } from "./QSpinnerLoader/index.js";
|
|
18
|
+
import { QTextField as M } from "./QTextField/index.js";
|
|
19
|
+
import { QThemeProvider as U } from "./QThemeProvider/index.js";
|
|
20
|
+
import { QTooltip as W } from "./QTooltip/index.js";
|
|
20
21
|
export {
|
|
21
22
|
e as QBadge,
|
|
22
23
|
p as QButton,
|
|
23
|
-
|
|
24
|
+
m as QButtonGroup,
|
|
24
25
|
f as QButtonToggle,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
26
|
+
n as QCombobox,
|
|
27
|
+
l as QDialog,
|
|
28
|
+
I as QField,
|
|
29
|
+
d as QIcon,
|
|
30
|
+
s as QIconFont,
|
|
31
|
+
P as QIconImg,
|
|
32
|
+
g as QIconSvg,
|
|
33
|
+
y as QInputGroup,
|
|
34
|
+
B as QLineLoader,
|
|
35
|
+
S as QList,
|
|
36
|
+
T as QListItem,
|
|
37
|
+
F as QListItemGroup,
|
|
38
|
+
h as QOverlay,
|
|
39
|
+
w as QPopover,
|
|
40
|
+
D as QPropertyList,
|
|
41
|
+
O as QPropertyListGroup,
|
|
42
|
+
R as QPropertyListPanel,
|
|
43
|
+
j as QPropertyListRow,
|
|
44
|
+
z as QSelect,
|
|
45
|
+
E as QSkeletonLoader,
|
|
46
|
+
J as QSpinnerLoader,
|
|
47
|
+
M as QTextField,
|
|
48
|
+
U as QThemeProvider,
|
|
49
|
+
W as QTooltip
|
|
45
50
|
};
|