@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,271 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { default as _QDialog } from './QDialog';
|
|
2
|
+
import { DialogButton } from './types';
|
|
2
3
|
|
|
3
|
-
declare const QDialog:
|
|
4
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
-
modelValue: import('vue').PropType<boolean>;
|
|
6
|
-
class: {
|
|
7
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
8
|
-
default: undefined;
|
|
9
|
-
};
|
|
10
|
-
html: {
|
|
11
|
-
type: import('vue').PropType<boolean>;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
|
-
title: {
|
|
15
|
-
type: import('vue').PropType<string>;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
text: {
|
|
19
|
-
type: import('vue').PropType<string>;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
icon: {
|
|
23
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
24
|
-
default: () => import('..').Icon;
|
|
25
|
-
};
|
|
26
|
-
internals: {
|
|
27
|
-
type: import('vue').PropType<{
|
|
28
|
-
icons: Record<string, import('..').Icon>;
|
|
29
|
-
}>;
|
|
30
|
-
default: () => {
|
|
31
|
-
icons: Record<string, import('..').Icon>;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
id: {
|
|
35
|
-
type: import('vue').PropType<string>;
|
|
36
|
-
default: undefined;
|
|
37
|
-
};
|
|
38
|
-
attach: {
|
|
39
|
-
type: import('vue').PropType<string>;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
inline: {
|
|
43
|
-
type: import('vue').PropType<boolean>;
|
|
44
|
-
};
|
|
45
|
-
backdropBlur: {
|
|
46
|
-
type: import('vue').PropType<boolean>;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
buttons: {
|
|
50
|
-
type: import('vue').PropType<DialogButton[]>;
|
|
51
|
-
default: () => DialogButton[];
|
|
52
|
-
};
|
|
53
|
-
dismissible: {
|
|
54
|
-
type: import('vue').PropType<boolean>;
|
|
55
|
-
};
|
|
56
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
57
|
-
modelValue: import('vue').PropType<boolean>;
|
|
58
|
-
class: {
|
|
59
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
60
|
-
default: undefined;
|
|
61
|
-
};
|
|
62
|
-
html: {
|
|
63
|
-
type: import('vue').PropType<boolean>;
|
|
64
|
-
default: boolean;
|
|
65
|
-
};
|
|
66
|
-
title: {
|
|
67
|
-
type: import('vue').PropType<string>;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
text: {
|
|
71
|
-
type: import('vue').PropType<string>;
|
|
72
|
-
default: string;
|
|
73
|
-
};
|
|
74
|
-
icon: {
|
|
75
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
76
|
-
default: () => import('..').Icon;
|
|
77
|
-
};
|
|
78
|
-
internals: {
|
|
79
|
-
type: import('vue').PropType<{
|
|
80
|
-
icons: Record<string, import('..').Icon>;
|
|
81
|
-
}>;
|
|
82
|
-
default: () => {
|
|
83
|
-
icons: Record<string, import('..').Icon>;
|
|
84
|
-
};
|
|
85
|
-
};
|
|
86
|
-
id: {
|
|
87
|
-
type: import('vue').PropType<string>;
|
|
88
|
-
default: undefined;
|
|
89
|
-
};
|
|
90
|
-
attach: {
|
|
91
|
-
type: import('vue').PropType<string>;
|
|
92
|
-
default: string;
|
|
93
|
-
};
|
|
94
|
-
inline: {
|
|
95
|
-
type: import('vue').PropType<boolean>;
|
|
96
|
-
};
|
|
97
|
-
backdropBlur: {
|
|
98
|
-
type: import('vue').PropType<boolean>;
|
|
99
|
-
default: boolean;
|
|
100
|
-
};
|
|
101
|
-
buttons: {
|
|
102
|
-
type: import('vue').PropType<DialogButton[]>;
|
|
103
|
-
default: () => DialogButton[];
|
|
104
|
-
};
|
|
105
|
-
dismissible: {
|
|
106
|
-
type: import('vue').PropType<boolean>;
|
|
107
|
-
};
|
|
108
|
-
}>>, {
|
|
109
|
-
class: string | unknown[];
|
|
110
|
-
html: boolean;
|
|
111
|
-
title: string;
|
|
112
|
-
text: string;
|
|
113
|
-
icon: import('..').Icon;
|
|
114
|
-
internals: {
|
|
115
|
-
icons: Record<string, import('..').Icon>;
|
|
116
|
-
};
|
|
117
|
-
id: string;
|
|
118
|
-
attach: string;
|
|
119
|
-
backdropBlur: boolean;
|
|
120
|
-
buttons: DialogButton[];
|
|
121
|
-
}, true, {}, {}, {
|
|
122
|
-
P: {};
|
|
123
|
-
B: {};
|
|
124
|
-
D: {};
|
|
125
|
-
C: {};
|
|
126
|
-
M: {};
|
|
127
|
-
Defaults: {};
|
|
128
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
129
|
-
modelValue: import('vue').PropType<boolean>;
|
|
130
|
-
class: {
|
|
131
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
132
|
-
default: undefined;
|
|
133
|
-
};
|
|
134
|
-
html: {
|
|
135
|
-
type: import('vue').PropType<boolean>;
|
|
136
|
-
default: boolean;
|
|
137
|
-
};
|
|
138
|
-
title: {
|
|
139
|
-
type: import('vue').PropType<string>;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
text: {
|
|
143
|
-
type: import('vue').PropType<string>;
|
|
144
|
-
default: string;
|
|
145
|
-
};
|
|
146
|
-
icon: {
|
|
147
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
148
|
-
default: () => import('..').Icon;
|
|
149
|
-
};
|
|
150
|
-
internals: {
|
|
151
|
-
type: import('vue').PropType<{
|
|
152
|
-
icons: Record<string, import('..').Icon>;
|
|
153
|
-
}>;
|
|
154
|
-
default: () => {
|
|
155
|
-
icons: Record<string, import('..').Icon>;
|
|
156
|
-
};
|
|
157
|
-
};
|
|
158
|
-
id: {
|
|
159
|
-
type: import('vue').PropType<string>;
|
|
160
|
-
default: undefined;
|
|
161
|
-
};
|
|
162
|
-
attach: {
|
|
163
|
-
type: import('vue').PropType<string>;
|
|
164
|
-
default: string;
|
|
165
|
-
};
|
|
166
|
-
inline: {
|
|
167
|
-
type: import('vue').PropType<boolean>;
|
|
168
|
-
};
|
|
169
|
-
backdropBlur: {
|
|
170
|
-
type: import('vue').PropType<boolean>;
|
|
171
|
-
default: boolean;
|
|
172
|
-
};
|
|
173
|
-
buttons: {
|
|
174
|
-
type: import('vue').PropType<DialogButton[]>;
|
|
175
|
-
default: () => DialogButton[];
|
|
176
|
-
};
|
|
177
|
-
dismissible: {
|
|
178
|
-
type: import('vue').PropType<boolean>;
|
|
179
|
-
};
|
|
180
|
-
}>>, {}, {}, {}, {}, {
|
|
181
|
-
class: string | unknown[];
|
|
182
|
-
html: boolean;
|
|
183
|
-
title: string;
|
|
184
|
-
text: string;
|
|
185
|
-
icon: import('..').Icon;
|
|
186
|
-
internals: {
|
|
187
|
-
icons: Record<string, import('..').Icon>;
|
|
188
|
-
};
|
|
189
|
-
id: string;
|
|
190
|
-
attach: string;
|
|
191
|
-
backdropBlur: boolean;
|
|
192
|
-
buttons: DialogButton[];
|
|
193
|
-
}>;
|
|
194
|
-
__isFragment?: undefined;
|
|
195
|
-
__isTeleport?: undefined;
|
|
196
|
-
__isSuspense?: undefined;
|
|
197
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
198
|
-
modelValue: import('vue').PropType<boolean>;
|
|
199
|
-
class: {
|
|
200
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
201
|
-
default: undefined;
|
|
202
|
-
};
|
|
203
|
-
html: {
|
|
204
|
-
type: import('vue').PropType<boolean>;
|
|
205
|
-
default: boolean;
|
|
206
|
-
};
|
|
207
|
-
title: {
|
|
208
|
-
type: import('vue').PropType<string>;
|
|
209
|
-
default: string;
|
|
210
|
-
};
|
|
211
|
-
text: {
|
|
212
|
-
type: import('vue').PropType<string>;
|
|
213
|
-
default: string;
|
|
214
|
-
};
|
|
215
|
-
icon: {
|
|
216
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
217
|
-
default: () => import('..').Icon;
|
|
218
|
-
};
|
|
219
|
-
internals: {
|
|
220
|
-
type: import('vue').PropType<{
|
|
221
|
-
icons: Record<string, import('..').Icon>;
|
|
222
|
-
}>;
|
|
223
|
-
default: () => {
|
|
224
|
-
icons: Record<string, import('..').Icon>;
|
|
225
|
-
};
|
|
226
|
-
};
|
|
227
|
-
id: {
|
|
228
|
-
type: import('vue').PropType<string>;
|
|
229
|
-
default: undefined;
|
|
230
|
-
};
|
|
231
|
-
attach: {
|
|
232
|
-
type: import('vue').PropType<string>;
|
|
233
|
-
default: string;
|
|
234
|
-
};
|
|
235
|
-
inline: {
|
|
236
|
-
type: import('vue').PropType<boolean>;
|
|
237
|
-
};
|
|
238
|
-
backdropBlur: {
|
|
239
|
-
type: import('vue').PropType<boolean>;
|
|
240
|
-
default: boolean;
|
|
241
|
-
};
|
|
242
|
-
buttons: {
|
|
243
|
-
type: import('vue').PropType<DialogButton[]>;
|
|
244
|
-
default: () => DialogButton[];
|
|
245
|
-
};
|
|
246
|
-
dismissible: {
|
|
247
|
-
type: import('vue').PropType<boolean>;
|
|
248
|
-
};
|
|
249
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
250
|
-
class: string | unknown[];
|
|
251
|
-
html: boolean;
|
|
252
|
-
title: string;
|
|
253
|
-
text: string;
|
|
254
|
-
icon: import('..').Icon;
|
|
255
|
-
internals: {
|
|
256
|
-
icons: Record<string, import('..').Icon>;
|
|
257
|
-
};
|
|
258
|
-
id: string;
|
|
259
|
-
attach: string;
|
|
260
|
-
backdropBlur: boolean;
|
|
261
|
-
buttons: DialogButton[];
|
|
262
|
-
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
263
|
-
$slots: {
|
|
264
|
-
"body.content"?(_: {}): any;
|
|
265
|
-
"body.icon"?(_: {}): any;
|
|
266
|
-
"body.append"?(_: {}): any;
|
|
267
|
-
};
|
|
268
|
-
});
|
|
4
|
+
declare const QDialog: typeof _QDialog;
|
|
269
5
|
export { QDialog };
|
|
270
6
|
export type { DialogButton };
|
|
271
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/index.ts"],"names":[],"mappings":"AACA,OAAO,QAAQ,MAAM,eAAe,CAAA;AAGpC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAK3C,QAAA,MAAM,OAAO,EAAgC,OAAO,QAAQ,CAAA;AAG5D,OAAO,EAAE,OAAO,EAAE,CAAA;AAGlB,YAAY,EAAE,YAAY,EAAE,CAAA"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Icon } from '../QIcon';
|
|
2
|
+
import { QButtonProps } from '../QButton';
|
|
3
|
+
|
|
4
|
+
export type QDialogProps = {
|
|
5
|
+
/**
|
|
6
|
+
* The text of the dialog window.
|
|
7
|
+
*/
|
|
8
|
+
text?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The DOM element the tooltip should be teleported to.
|
|
11
|
+
* Defaults to the body of the document.
|
|
12
|
+
*/
|
|
13
|
+
attach?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Whether to disable teleport.
|
|
16
|
+
* If enabled, the prop `attach` is ignored.
|
|
17
|
+
*/
|
|
18
|
+
inline?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Applies a backdrop blur effect behind the dialog window.
|
|
21
|
+
*/
|
|
22
|
+
backdropBlur?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* The buttons to interact with the dialog window.
|
|
25
|
+
*/
|
|
26
|
+
buttons?: DialogButton[];
|
|
27
|
+
/**
|
|
28
|
+
* True if the dialog window can be closed, false otherwise
|
|
29
|
+
*/
|
|
30
|
+
dismissible?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Whether the window's content is treated as HTML.
|
|
33
|
+
*/
|
|
34
|
+
html?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* The icon of the dialog window.
|
|
37
|
+
*/
|
|
38
|
+
icon?: Icon;
|
|
39
|
+
/**
|
|
40
|
+
* The dialog window unique identifier.
|
|
41
|
+
*/
|
|
42
|
+
id?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The title of the dialog window.
|
|
45
|
+
*/
|
|
46
|
+
title?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Custom set of classes to apply to the component.
|
|
49
|
+
*/
|
|
50
|
+
class?: string | unknown[];
|
|
51
|
+
/**
|
|
52
|
+
* The internal elements of the component.
|
|
53
|
+
*/
|
|
54
|
+
internals?: Internals;
|
|
55
|
+
};
|
|
56
|
+
export type DialogButton = {
|
|
57
|
+
/**
|
|
58
|
+
* The id of the button.
|
|
59
|
+
*/
|
|
60
|
+
id: string;
|
|
61
|
+
/**
|
|
62
|
+
* The icon of the button.
|
|
63
|
+
*/
|
|
64
|
+
icon?: Icon;
|
|
65
|
+
/**
|
|
66
|
+
* The action that the button performs when clicked.
|
|
67
|
+
*/
|
|
68
|
+
action?: {
|
|
69
|
+
(): void;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* The generic button props.
|
|
73
|
+
*/
|
|
74
|
+
props: QButtonProps;
|
|
75
|
+
};
|
|
76
|
+
export declare const DEFAULT_BUTTONS: Array<DialogButton>;
|
|
77
|
+
export declare const DEFAULT_ICON: Icon;
|
|
78
|
+
export declare const DEFAULT_ICONS: Record<string, Icon>;
|
|
79
|
+
export type Internals = {
|
|
80
|
+
icons: typeof DEFAULT_ICONS;
|
|
81
|
+
};
|
|
82
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QDialog/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAC9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAExD,MAAM,MAAM,YAAY,GAAG;IAC1B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IAExB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAE1B;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IAC1B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,MAAM,CAAC,EAAE;QAAE,IAAI,IAAI,CAAA;KAAE,CAAA;IAErB;;OAEG;IACH,KAAK,EAAE,YAAY,CAAA;CACnB,CAAA;AAGD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,YAAY,CAW/C,CAAA;AAGD,eAAO,MAAM,YAAY,EAAE,IAE1B,CAAA;AAGD,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,IAAI,CAI9C,CAAA;AAGD,MAAM,MAAM,SAAS,GAAG;IACvB,KAAK,EAAE,OAAO,aAAa,CAAA;CAC3B,CAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const c = [
|
|
2
|
+
{
|
|
3
|
+
id: "button",
|
|
4
|
+
icon: {
|
|
5
|
+
icon: "check"
|
|
6
|
+
},
|
|
7
|
+
props: {
|
|
8
|
+
bStyle: "primary",
|
|
9
|
+
label: "Ok"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
], o = {
|
|
13
|
+
icon: "check-circle-outline"
|
|
14
|
+
}, e = {
|
|
15
|
+
close: {
|
|
16
|
+
icon: "close"
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
c as DEFAULT_BUTTONS,
|
|
21
|
+
o as DEFAULT_ICON,
|
|
22
|
+
e as DEFAULT_ICONS
|
|
23
|
+
};
|
|
@@ -1,47 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* The form field associated with the label.
|
|
13
|
-
*/
|
|
14
|
-
for?: string;
|
|
15
|
-
/**
|
|
16
|
-
* The size category of the field.
|
|
17
|
-
*/
|
|
18
|
-
size?: QFieldSize;
|
|
19
|
-
/**
|
|
20
|
-
* Whether the input is readonly.
|
|
21
|
-
*/
|
|
22
|
-
readonly?: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* Whether the input is disabled.
|
|
25
|
-
*/
|
|
26
|
-
disabled?: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* If set to true, an asterisk (*) is displayed
|
|
29
|
-
* to indicate that the field is required.
|
|
30
|
-
*/
|
|
31
|
-
required?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* Custom set of classes to apply to the component.
|
|
34
|
-
*/
|
|
35
|
-
class?: string | unknown[];
|
|
1
|
+
import { QFieldProps } from './types';
|
|
2
|
+
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
"label.prepend"?(_: {}): any;
|
|
5
|
+
"label.append"?(_: {}): any;
|
|
6
|
+
control?(_: {}): any;
|
|
7
|
+
prepend?(_: {}): any;
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
append?(_: {}): any;
|
|
10
|
+
extras?(_: {}): any;
|
|
36
11
|
};
|
|
37
|
-
declare const
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QFieldProps>, {
|
|
38
13
|
id: undefined;
|
|
39
14
|
label: string;
|
|
40
15
|
for: undefined;
|
|
41
16
|
size: string;
|
|
42
17
|
class: undefined;
|
|
43
18
|
}>, {
|
|
44
|
-
fieldRef: import('vue').Ref<HTMLElement | null>;
|
|
19
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
45
20
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QFieldProps>, {
|
|
46
21
|
id: undefined;
|
|
47
22
|
label: string;
|
|
@@ -49,20 +24,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
49
24
|
size: string;
|
|
50
25
|
class: undefined;
|
|
51
26
|
}>>>, {
|
|
52
|
-
size: QFieldSize;
|
|
27
|
+
size: import('./types').QFieldSize;
|
|
53
28
|
class: string | unknown[];
|
|
54
29
|
label: string;
|
|
55
30
|
id: string;
|
|
56
31
|
for: string;
|
|
57
|
-
}, {}
|
|
58
|
-
|
|
59
|
-
"label.append"?(_: {}): any;
|
|
60
|
-
control?(_: {}): any;
|
|
61
|
-
prepend?(_: {}): any;
|
|
62
|
-
default?(_: {}): any;
|
|
63
|
-
append?(_: {}): any;
|
|
64
|
-
extras?(_: {}): any;
|
|
65
|
-
}>;
|
|
32
|
+
}, {}>;
|
|
33
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
66
34
|
export default _default;
|
|
67
35
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
68
36
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QField/QField.vue"],"names":[],"mappings":"AA+CA;
|
|
1
|
+
{"version":3,"file":"QField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QField/QField.vue"],"names":[],"mappings":"AA+CA;AAGC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AA4C3C,iBAAS,cAAc;6BAiLe,GAAG;4BACJ,GAAG;qBACV,GAAG;qBACH,GAAG;qBACH,GAAG;oBACJ,GAAG;oBACH,GAAG;EAG/B;AAWD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;MAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,172 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { default as _QField } from './QField';
|
|
2
|
+
import { QFieldProps, QFieldSize } from './types';
|
|
2
3
|
|
|
3
|
-
declare const QField:
|
|
4
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
-
size: {
|
|
6
|
-
type: import('vue').PropType<QFieldSize>;
|
|
7
|
-
default: string;
|
|
8
|
-
};
|
|
9
|
-
class: {
|
|
10
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
11
|
-
default: undefined;
|
|
12
|
-
};
|
|
13
|
-
label: {
|
|
14
|
-
type: import('vue').PropType<string>;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
disabled: {
|
|
18
|
-
type: import('vue').PropType<boolean>;
|
|
19
|
-
};
|
|
20
|
-
required: {
|
|
21
|
-
type: import('vue').PropType<boolean>;
|
|
22
|
-
};
|
|
23
|
-
id: {
|
|
24
|
-
type: import('vue').PropType<string>;
|
|
25
|
-
default: undefined;
|
|
26
|
-
};
|
|
27
|
-
for: {
|
|
28
|
-
type: import('vue').PropType<string>;
|
|
29
|
-
default: undefined;
|
|
30
|
-
};
|
|
31
|
-
readonly: {
|
|
32
|
-
type: import('vue').PropType<boolean>;
|
|
33
|
-
};
|
|
34
|
-
}>>, {
|
|
35
|
-
fieldRef: import('vue').Ref<HTMLElement | null>;
|
|
36
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
37
|
-
size: {
|
|
38
|
-
type: import('vue').PropType<QFieldSize>;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
class: {
|
|
42
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
43
|
-
default: undefined;
|
|
44
|
-
};
|
|
45
|
-
label: {
|
|
46
|
-
type: import('vue').PropType<string>;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
disabled: {
|
|
50
|
-
type: import('vue').PropType<boolean>;
|
|
51
|
-
};
|
|
52
|
-
required: {
|
|
53
|
-
type: import('vue').PropType<boolean>;
|
|
54
|
-
};
|
|
55
|
-
id: {
|
|
56
|
-
type: import('vue').PropType<string>;
|
|
57
|
-
default: undefined;
|
|
58
|
-
};
|
|
59
|
-
for: {
|
|
60
|
-
type: import('vue').PropType<string>;
|
|
61
|
-
default: undefined;
|
|
62
|
-
};
|
|
63
|
-
readonly: {
|
|
64
|
-
type: import('vue').PropType<boolean>;
|
|
65
|
-
};
|
|
66
|
-
}>>, {
|
|
67
|
-
size: QFieldSize;
|
|
68
|
-
class: string | unknown[];
|
|
69
|
-
label: string;
|
|
70
|
-
id: string;
|
|
71
|
-
for: string;
|
|
72
|
-
}, true, {}, {}, {
|
|
73
|
-
P: {};
|
|
74
|
-
B: {};
|
|
75
|
-
D: {};
|
|
76
|
-
C: {};
|
|
77
|
-
M: {};
|
|
78
|
-
Defaults: {};
|
|
79
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
80
|
-
size: {
|
|
81
|
-
type: import('vue').PropType<QFieldSize>;
|
|
82
|
-
default: string;
|
|
83
|
-
};
|
|
84
|
-
class: {
|
|
85
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
86
|
-
default: undefined;
|
|
87
|
-
};
|
|
88
|
-
label: {
|
|
89
|
-
type: import('vue').PropType<string>;
|
|
90
|
-
default: string;
|
|
91
|
-
};
|
|
92
|
-
disabled: {
|
|
93
|
-
type: import('vue').PropType<boolean>;
|
|
94
|
-
};
|
|
95
|
-
required: {
|
|
96
|
-
type: import('vue').PropType<boolean>;
|
|
97
|
-
};
|
|
98
|
-
id: {
|
|
99
|
-
type: import('vue').PropType<string>;
|
|
100
|
-
default: undefined;
|
|
101
|
-
};
|
|
102
|
-
for: {
|
|
103
|
-
type: import('vue').PropType<string>;
|
|
104
|
-
default: undefined;
|
|
105
|
-
};
|
|
106
|
-
readonly: {
|
|
107
|
-
type: import('vue').PropType<boolean>;
|
|
108
|
-
};
|
|
109
|
-
}>>, {
|
|
110
|
-
fieldRef: import('vue').Ref<HTMLElement | null>;
|
|
111
|
-
}, {}, {}, {}, {
|
|
112
|
-
size: QFieldSize;
|
|
113
|
-
class: string | unknown[];
|
|
114
|
-
label: string;
|
|
115
|
-
id: string;
|
|
116
|
-
for: string;
|
|
117
|
-
}>;
|
|
118
|
-
__isFragment?: undefined;
|
|
119
|
-
__isTeleport?: undefined;
|
|
120
|
-
__isSuspense?: undefined;
|
|
121
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
122
|
-
size: {
|
|
123
|
-
type: import('vue').PropType<QFieldSize>;
|
|
124
|
-
default: string;
|
|
125
|
-
};
|
|
126
|
-
class: {
|
|
127
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
128
|
-
default: undefined;
|
|
129
|
-
};
|
|
130
|
-
label: {
|
|
131
|
-
type: import('vue').PropType<string>;
|
|
132
|
-
default: string;
|
|
133
|
-
};
|
|
134
|
-
disabled: {
|
|
135
|
-
type: import('vue').PropType<boolean>;
|
|
136
|
-
};
|
|
137
|
-
required: {
|
|
138
|
-
type: import('vue').PropType<boolean>;
|
|
139
|
-
};
|
|
140
|
-
id: {
|
|
141
|
-
type: import('vue').PropType<string>;
|
|
142
|
-
default: undefined;
|
|
143
|
-
};
|
|
144
|
-
for: {
|
|
145
|
-
type: import('vue').PropType<string>;
|
|
146
|
-
default: undefined;
|
|
147
|
-
};
|
|
148
|
-
readonly: {
|
|
149
|
-
type: import('vue').PropType<boolean>;
|
|
150
|
-
};
|
|
151
|
-
}>>, {
|
|
152
|
-
fieldRef: import('vue').Ref<HTMLElement | null>;
|
|
153
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
154
|
-
size: QFieldSize;
|
|
155
|
-
class: string | unknown[];
|
|
156
|
-
label: string;
|
|
157
|
-
id: string;
|
|
158
|
-
for: string;
|
|
159
|
-
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
160
|
-
$slots: {
|
|
161
|
-
"label.prepend"?(_: {}): any;
|
|
162
|
-
"label.append"?(_: {}): any;
|
|
163
|
-
control?(_: {}): any;
|
|
164
|
-
prepend?(_: {}): any;
|
|
165
|
-
default?(_: {}): any;
|
|
166
|
-
append?(_: {}): any;
|
|
167
|
-
extras?(_: {}): any;
|
|
168
|
-
};
|
|
169
|
-
});
|
|
4
|
+
declare const QField: typeof _QField;
|
|
170
5
|
export { QField };
|
|
171
6
|
export type { QFieldProps, QFieldSize };
|
|
172
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QField/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QField/index.ts"],"names":[],"mappings":"AACA,OAAO,OAAO,MAAM,cAAc,CAAA;AAGlC,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAKtD,QAAA,MAAM,MAAM,EAA+B,OAAO,OAAO,CAAA;AAGzD,OAAO,EAAE,MAAM,EAAE,CAAA;AAGjB,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,CAAA"}
|