@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,371 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
size: {
|
|
5
|
-
type: import('vue').PropType<import('..').QFieldSize>;
|
|
6
|
-
default: undefined;
|
|
7
|
-
};
|
|
8
|
-
class: {
|
|
9
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
label: {
|
|
13
|
-
type: import('vue').PropType<string>;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
disabled: {
|
|
17
|
-
type: import('vue').PropType<boolean>;
|
|
18
|
-
};
|
|
19
|
-
loading: {
|
|
20
|
-
type: import('vue').PropType<boolean>;
|
|
21
|
-
};
|
|
22
|
-
required: {
|
|
23
|
-
type: import('vue').PropType<boolean>;
|
|
24
|
-
};
|
|
25
|
-
internals: {
|
|
26
|
-
type: import('vue').PropType<{
|
|
27
|
-
icons: Record<string, import('..').Icon>;
|
|
28
|
-
texts: Record<string, string>;
|
|
29
|
-
}>;
|
|
30
|
-
default: () => {
|
|
31
|
-
icons: Record<string, import('..').Icon>;
|
|
32
|
-
texts: Record<string, string>;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
items: {
|
|
36
|
-
type: import('vue').PropType<(Omit<import('..').QListItemProps, "label" | "value"> & {
|
|
37
|
-
[key: string]: any;
|
|
38
|
-
})[]>;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
groups: {
|
|
42
|
-
type: import('vue').PropType<(import('..').QListItemGroupProps & {
|
|
43
|
-
id: string;
|
|
44
|
-
})[]>;
|
|
45
|
-
default: () => never[];
|
|
46
|
-
};
|
|
47
|
-
itemValue: {
|
|
48
|
-
type: import('vue').PropType<string>;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
itemLabel: {
|
|
52
|
-
type: import('vue').PropType<string>;
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
|
-
id: {
|
|
56
|
-
type: import('vue').PropType<string>;
|
|
57
|
-
default: undefined;
|
|
58
|
-
};
|
|
59
|
-
readonly: {
|
|
60
|
-
type: import('vue').PropType<boolean>;
|
|
61
|
-
};
|
|
62
|
-
clearable: {
|
|
63
|
-
type: import('vue').PropType<boolean>;
|
|
64
|
-
};
|
|
65
|
-
emptyValue: {
|
|
66
|
-
type: import('vue').PropType<import('../../types/primitive').Primitive>;
|
|
67
|
-
default: undefined;
|
|
68
|
-
};
|
|
69
|
-
}>> & {
|
|
70
|
-
"onBefore-show"?: (() => any) | undefined;
|
|
71
|
-
"onBefore-hide"?: (() => any) | undefined;
|
|
72
|
-
onShow?: (() => any) | undefined;
|
|
73
|
-
onHide?: (() => any) | undefined;
|
|
74
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
75
|
-
"before-show": () => void;
|
|
76
|
-
"before-hide": () => void;
|
|
77
|
-
show: () => void;
|
|
78
|
-
hide: () => void;
|
|
79
|
-
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
80
|
-
modelValue: import('vue').PropType<any>;
|
|
81
|
-
size: {
|
|
82
|
-
type: import('vue').PropType<import('..').QFieldSize>;
|
|
83
|
-
default: undefined;
|
|
84
|
-
};
|
|
85
|
-
class: {
|
|
86
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
87
|
-
default: string;
|
|
88
|
-
};
|
|
89
|
-
label: {
|
|
90
|
-
type: import('vue').PropType<string>;
|
|
91
|
-
default: string;
|
|
92
|
-
};
|
|
93
|
-
disabled: {
|
|
94
|
-
type: import('vue').PropType<boolean>;
|
|
95
|
-
};
|
|
96
|
-
loading: {
|
|
97
|
-
type: import('vue').PropType<boolean>;
|
|
98
|
-
};
|
|
99
|
-
required: {
|
|
100
|
-
type: import('vue').PropType<boolean>;
|
|
101
|
-
};
|
|
102
|
-
internals: {
|
|
103
|
-
type: import('vue').PropType<{
|
|
104
|
-
icons: Record<string, import('..').Icon>;
|
|
105
|
-
texts: Record<string, string>;
|
|
106
|
-
}>;
|
|
107
|
-
default: () => {
|
|
108
|
-
icons: Record<string, import('..').Icon>;
|
|
109
|
-
texts: Record<string, string>;
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
items: {
|
|
113
|
-
type: import('vue').PropType<(Omit<import('..').QListItemProps, "label" | "value"> & {
|
|
114
|
-
[key: string]: any;
|
|
115
|
-
})[]>;
|
|
116
|
-
required: true;
|
|
117
|
-
};
|
|
118
|
-
groups: {
|
|
119
|
-
type: import('vue').PropType<(import('..').QListItemGroupProps & {
|
|
120
|
-
id: string;
|
|
121
|
-
})[]>;
|
|
122
|
-
default: () => never[];
|
|
123
|
-
};
|
|
124
|
-
itemValue: {
|
|
125
|
-
type: import('vue').PropType<string>;
|
|
126
|
-
default: string;
|
|
127
|
-
};
|
|
128
|
-
itemLabel: {
|
|
129
|
-
type: import('vue').PropType<string>;
|
|
130
|
-
default: string;
|
|
131
|
-
};
|
|
132
|
-
id: {
|
|
133
|
-
type: import('vue').PropType<string>;
|
|
134
|
-
default: undefined;
|
|
135
|
-
};
|
|
136
|
-
readonly: {
|
|
137
|
-
type: import('vue').PropType<boolean>;
|
|
138
|
-
};
|
|
139
|
-
clearable: {
|
|
140
|
-
type: import('vue').PropType<boolean>;
|
|
141
|
-
};
|
|
142
|
-
emptyValue: {
|
|
143
|
-
type: import('vue').PropType<import('../../types/primitive').Primitive>;
|
|
144
|
-
default: undefined;
|
|
145
|
-
};
|
|
146
|
-
}>> & {
|
|
147
|
-
"onBefore-show"?: (() => any) | undefined;
|
|
148
|
-
"onBefore-hide"?: (() => any) | undefined;
|
|
149
|
-
onShow?: (() => any) | undefined;
|
|
150
|
-
onHide?: (() => any) | undefined;
|
|
151
|
-
}, {
|
|
152
|
-
size: import('..').QFieldSize;
|
|
153
|
-
class: string | unknown[];
|
|
154
|
-
label: string;
|
|
155
|
-
internals: {
|
|
156
|
-
icons: Record<string, import('..').Icon>;
|
|
157
|
-
texts: Record<string, string>;
|
|
158
|
-
};
|
|
159
|
-
groups: (import('..').QListItemGroupProps & {
|
|
160
|
-
id: string;
|
|
161
|
-
})[];
|
|
162
|
-
itemValue: string;
|
|
163
|
-
itemLabel: string;
|
|
164
|
-
id: string;
|
|
165
|
-
emptyValue: import('../../types/primitive').Primitive;
|
|
166
|
-
}, true, {}, {}, {
|
|
167
|
-
P: {};
|
|
168
|
-
B: {};
|
|
169
|
-
D: {};
|
|
170
|
-
C: {};
|
|
171
|
-
M: {};
|
|
172
|
-
Defaults: {};
|
|
173
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
174
|
-
modelValue: import('vue').PropType<any>;
|
|
175
|
-
size: {
|
|
176
|
-
type: import('vue').PropType<import('..').QFieldSize>;
|
|
177
|
-
default: undefined;
|
|
178
|
-
};
|
|
179
|
-
class: {
|
|
180
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
181
|
-
default: string;
|
|
182
|
-
};
|
|
183
|
-
label: {
|
|
184
|
-
type: import('vue').PropType<string>;
|
|
185
|
-
default: string;
|
|
186
|
-
};
|
|
187
|
-
disabled: {
|
|
188
|
-
type: import('vue').PropType<boolean>;
|
|
189
|
-
};
|
|
190
|
-
loading: {
|
|
191
|
-
type: import('vue').PropType<boolean>;
|
|
192
|
-
};
|
|
193
|
-
required: {
|
|
194
|
-
type: import('vue').PropType<boolean>;
|
|
195
|
-
};
|
|
196
|
-
internals: {
|
|
197
|
-
type: import('vue').PropType<{
|
|
198
|
-
icons: Record<string, import('..').Icon>;
|
|
199
|
-
texts: Record<string, string>;
|
|
200
|
-
}>;
|
|
201
|
-
default: () => {
|
|
202
|
-
icons: Record<string, import('..').Icon>;
|
|
203
|
-
texts: Record<string, string>;
|
|
204
|
-
};
|
|
205
|
-
};
|
|
206
|
-
items: {
|
|
207
|
-
type: import('vue').PropType<(Omit<import('..').QListItemProps, "label" | "value"> & {
|
|
208
|
-
[key: string]: any;
|
|
209
|
-
})[]>;
|
|
210
|
-
required: true;
|
|
211
|
-
};
|
|
212
|
-
groups: {
|
|
213
|
-
type: import('vue').PropType<(import('..').QListItemGroupProps & {
|
|
214
|
-
id: string;
|
|
215
|
-
})[]>;
|
|
216
|
-
default: () => never[];
|
|
217
|
-
};
|
|
218
|
-
itemValue: {
|
|
219
|
-
type: import('vue').PropType<string>;
|
|
220
|
-
default: string;
|
|
221
|
-
};
|
|
222
|
-
itemLabel: {
|
|
223
|
-
type: import('vue').PropType<string>;
|
|
224
|
-
default: string;
|
|
225
|
-
};
|
|
226
|
-
id: {
|
|
227
|
-
type: import('vue').PropType<string>;
|
|
228
|
-
default: undefined;
|
|
229
|
-
};
|
|
230
|
-
readonly: {
|
|
231
|
-
type: import('vue').PropType<boolean>;
|
|
232
|
-
};
|
|
233
|
-
clearable: {
|
|
234
|
-
type: import('vue').PropType<boolean>;
|
|
235
|
-
};
|
|
236
|
-
emptyValue: {
|
|
237
|
-
type: import('vue').PropType<import('../../types/primitive').Primitive>;
|
|
238
|
-
default: undefined;
|
|
239
|
-
};
|
|
240
|
-
}>> & {
|
|
241
|
-
"onBefore-show"?: (() => any) | undefined;
|
|
242
|
-
"onBefore-hide"?: (() => any) | undefined;
|
|
243
|
-
onShow?: (() => any) | undefined;
|
|
244
|
-
onHide?: (() => any) | undefined;
|
|
245
|
-
}, {}, {}, {}, {}, {
|
|
246
|
-
size: import('..').QFieldSize;
|
|
247
|
-
class: string | unknown[];
|
|
248
|
-
label: string;
|
|
249
|
-
internals: {
|
|
250
|
-
icons: Record<string, import('..').Icon>;
|
|
251
|
-
texts: Record<string, string>;
|
|
252
|
-
};
|
|
253
|
-
groups: (import('..').QListItemGroupProps & {
|
|
254
|
-
id: string;
|
|
255
|
-
})[];
|
|
256
|
-
itemValue: string;
|
|
257
|
-
itemLabel: string;
|
|
258
|
-
id: string;
|
|
259
|
-
emptyValue: import('../../types/primitive').Primitive;
|
|
260
|
-
}>;
|
|
261
|
-
__isFragment?: undefined;
|
|
262
|
-
__isTeleport?: undefined;
|
|
263
|
-
__isSuspense?: undefined;
|
|
264
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
265
|
-
modelValue: import('vue').PropType<any>;
|
|
266
|
-
size: {
|
|
267
|
-
type: import('vue').PropType<import('..').QFieldSize>;
|
|
268
|
-
default: undefined;
|
|
269
|
-
};
|
|
270
|
-
class: {
|
|
271
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
272
|
-
default: string;
|
|
273
|
-
};
|
|
274
|
-
label: {
|
|
275
|
-
type: import('vue').PropType<string>;
|
|
276
|
-
default: string;
|
|
277
|
-
};
|
|
278
|
-
disabled: {
|
|
279
|
-
type: import('vue').PropType<boolean>;
|
|
280
|
-
};
|
|
281
|
-
loading: {
|
|
282
|
-
type: import('vue').PropType<boolean>;
|
|
283
|
-
};
|
|
284
|
-
required: {
|
|
285
|
-
type: import('vue').PropType<boolean>;
|
|
286
|
-
};
|
|
287
|
-
internals: {
|
|
288
|
-
type: import('vue').PropType<{
|
|
289
|
-
icons: Record<string, import('..').Icon>;
|
|
290
|
-
texts: Record<string, string>;
|
|
291
|
-
}>;
|
|
292
|
-
default: () => {
|
|
293
|
-
icons: Record<string, import('..').Icon>;
|
|
294
|
-
texts: Record<string, string>;
|
|
295
|
-
};
|
|
296
|
-
};
|
|
297
|
-
items: {
|
|
298
|
-
type: import('vue').PropType<(Omit<import('..').QListItemProps, "label" | "value"> & {
|
|
299
|
-
[key: string]: any;
|
|
300
|
-
})[]>;
|
|
301
|
-
required: true;
|
|
302
|
-
};
|
|
303
|
-
groups: {
|
|
304
|
-
type: import('vue').PropType<(import('..').QListItemGroupProps & {
|
|
305
|
-
id: string;
|
|
306
|
-
})[]>;
|
|
307
|
-
default: () => never[];
|
|
308
|
-
};
|
|
309
|
-
itemValue: {
|
|
310
|
-
type: import('vue').PropType<string>;
|
|
311
|
-
default: string;
|
|
312
|
-
};
|
|
313
|
-
itemLabel: {
|
|
314
|
-
type: import('vue').PropType<string>;
|
|
315
|
-
default: string;
|
|
316
|
-
};
|
|
317
|
-
id: {
|
|
318
|
-
type: import('vue').PropType<string>;
|
|
319
|
-
default: undefined;
|
|
320
|
-
};
|
|
321
|
-
readonly: {
|
|
322
|
-
type: import('vue').PropType<boolean>;
|
|
323
|
-
};
|
|
324
|
-
clearable: {
|
|
325
|
-
type: import('vue').PropType<boolean>;
|
|
326
|
-
};
|
|
327
|
-
emptyValue: {
|
|
328
|
-
type: import('vue').PropType<import('../../types/primitive').Primitive>;
|
|
329
|
-
default: undefined;
|
|
330
|
-
};
|
|
331
|
-
}>> & {
|
|
332
|
-
"onBefore-show"?: (() => any) | undefined;
|
|
333
|
-
"onBefore-hide"?: (() => any) | undefined;
|
|
334
|
-
onShow?: (() => any) | undefined;
|
|
335
|
-
onHide?: (() => any) | undefined;
|
|
336
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
337
|
-
"before-show": () => void;
|
|
338
|
-
"before-hide": () => void;
|
|
339
|
-
show: () => void;
|
|
340
|
-
hide: () => void;
|
|
341
|
-
}, string, {
|
|
342
|
-
size: import('..').QFieldSize;
|
|
343
|
-
class: string | unknown[];
|
|
344
|
-
label: string;
|
|
345
|
-
internals: {
|
|
346
|
-
icons: Record<string, import('..').Icon>;
|
|
347
|
-
texts: Record<string, string>;
|
|
348
|
-
};
|
|
349
|
-
groups: (import('..').QListItemGroupProps & {
|
|
350
|
-
id: string;
|
|
351
|
-
})[];
|
|
352
|
-
itemValue: string;
|
|
353
|
-
itemLabel: string;
|
|
354
|
-
id: string;
|
|
355
|
-
emptyValue: import('../../types/primitive').Primitive;
|
|
356
|
-
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
357
|
-
$slots: {
|
|
358
|
-
prepend?(_: {}): any;
|
|
359
|
-
append?(_: {}): any;
|
|
360
|
-
extras?(_: {}): any;
|
|
361
|
-
"body.prepend"?(_: {}): any;
|
|
362
|
-
item?(_: {
|
|
363
|
-
item: Omit<import('..').QListItemProps, "label" | "value"> & {
|
|
364
|
-
[key: string]: any;
|
|
365
|
-
};
|
|
366
|
-
}): any;
|
|
367
|
-
"body.append"?(_: {}): any;
|
|
368
|
-
};
|
|
369
|
-
});
|
|
1
|
+
import { default as _QSelect } from './QSelect';
|
|
2
|
+
|
|
3
|
+
declare const QSelect: typeof _QSelect;
|
|
370
4
|
export { QSelect };
|
|
371
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/index.ts"],"names":[],"mappings":"AACA,OAAO,QAAQ,MAAM,eAAe,CAAA;AAKpC,QAAA,MAAM,OAAO,EAAgC,OAAO,QAAQ,CAAA;AAG5D,OAAO,EAAE,OAAO,EAAE,CAAA"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { QFieldSize } from '../QField';
|
|
2
|
+
import { Icon } from '../QIcon';
|
|
3
|
+
import { QListItemGroupProps, QListItemProps } from '../QList';
|
|
4
|
+
import { Primitive } from '../../types/primitive';
|
|
5
|
+
|
|
6
|
+
export type QSelectProps = {
|
|
7
|
+
/**
|
|
8
|
+
* The field unique identifier.
|
|
9
|
+
*/
|
|
10
|
+
id?: string;
|
|
11
|
+
/**
|
|
12
|
+
* The label of the input.
|
|
13
|
+
*/
|
|
14
|
+
label?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Whether the value of the component can be cleared.
|
|
17
|
+
*/
|
|
18
|
+
clearable?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Whether the select is readonly.
|
|
21
|
+
*/
|
|
22
|
+
readonly?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Whether the select 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
|
+
* Whether the items of the list are being loaded.
|
|
34
|
+
*/
|
|
35
|
+
loading?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* The list of available items for selection.
|
|
38
|
+
*/
|
|
39
|
+
items: (Omit<QListItemProps, 'value' | 'label'> & {
|
|
40
|
+
[key: string]: any;
|
|
41
|
+
})[];
|
|
42
|
+
/**
|
|
43
|
+
* The item groups used for organizing the available items.
|
|
44
|
+
*/
|
|
45
|
+
groups?: (QListItemGroupProps & {
|
|
46
|
+
id: string;
|
|
47
|
+
})[];
|
|
48
|
+
/**
|
|
49
|
+
* Property on each item that contains its value.
|
|
50
|
+
*/
|
|
51
|
+
itemValue?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Property on each item that contains its title.
|
|
54
|
+
*/
|
|
55
|
+
itemLabel?: string;
|
|
56
|
+
/**
|
|
57
|
+
* The value to be used in comparisons,
|
|
58
|
+
* used to check if the field has a selected item.
|
|
59
|
+
*/
|
|
60
|
+
emptyValue?: Primitive;
|
|
61
|
+
/**
|
|
62
|
+
* The size category of the input.
|
|
63
|
+
*/
|
|
64
|
+
size?: QFieldSize;
|
|
65
|
+
/**
|
|
66
|
+
* Custom set of classes to apply to the component.
|
|
67
|
+
*/
|
|
68
|
+
class?: string | unknown[];
|
|
69
|
+
/**
|
|
70
|
+
* The internal elements of the component.
|
|
71
|
+
*/
|
|
72
|
+
internals?: Internals;
|
|
73
|
+
};
|
|
74
|
+
export declare const DEFAULT_TEXTS: Record<string, string>;
|
|
75
|
+
export declare const DEFAULT_ICONS: Record<string, Icon>;
|
|
76
|
+
export type Internals = {
|
|
77
|
+
icons: typeof DEFAULT_ICONS;
|
|
78
|
+
texts: typeof DEFAULT_TEXTS;
|
|
79
|
+
};
|
|
80
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAC9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC7E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAElD,MAAM,MAAM,YAAY,GAAG;IAC1B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,KAAK,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,CAAC,GAAG;QAGjD,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAClB,CAAC,EAAE,CAAA;IAEJ;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,mBAAmB,GAAG;QAC/B,EAAE,EAAE,MAAM,CAAA;KACV,CAAC,EAAE,CAAA;IAEJ;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,SAAS,CAAA;IAEtB;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAA;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAE1B;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;CACrB,CAAA;AAGD,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAEhD,CAAA;AAGD,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,IAAI,CAO9C,CAAA;AAGD,MAAM,MAAM,SAAS,GAAG;IACvB,KAAK,EAAE,OAAO,aAAa,CAAA;IAC3B,KAAK,EAAE,OAAO,aAAa,CAAA;CAC3B,CAAA"}
|
|
@@ -1,17 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* The type of the skeleton.
|
|
4
|
-
*/
|
|
5
|
-
type?: 'text' | 'icon';
|
|
6
|
-
/**
|
|
7
|
-
* The width of the skeleton.
|
|
8
|
-
*/
|
|
9
|
-
width?: string | number;
|
|
10
|
-
/**
|
|
11
|
-
* The height of the skeleton.
|
|
12
|
-
*/
|
|
13
|
-
height?: string | number;
|
|
14
|
-
};
|
|
1
|
+
import { QSkeletonLoaderProps } from './types';
|
|
2
|
+
|
|
15
3
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QSkeletonLoaderProps>, {
|
|
16
4
|
type: undefined;
|
|
17
5
|
width: undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QSkeletonLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/QSkeletonLoader.vue"],"names":[],"mappings":"AAOA;
|
|
1
|
+
{"version":3,"file":"QSkeletonLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/QSkeletonLoader.vue"],"names":[],"mappings":"AAOA;AAGC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;AAmFpD,wBAMG;AACH,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"}
|
|
@@ -1,33 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default: undefined;
|
|
5
|
-
};
|
|
6
|
-
height: {
|
|
7
|
-
type: import('vue').PropType<string | number>;
|
|
8
|
-
default: undefined;
|
|
9
|
-
};
|
|
10
|
-
width: {
|
|
11
|
-
type: import('vue').PropType<string | number>;
|
|
12
|
-
default: undefined;
|
|
13
|
-
};
|
|
14
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15
|
-
type: {
|
|
16
|
-
type: import('vue').PropType<"text" | "icon">;
|
|
17
|
-
default: undefined;
|
|
18
|
-
};
|
|
19
|
-
height: {
|
|
20
|
-
type: import('vue').PropType<string | number>;
|
|
21
|
-
default: undefined;
|
|
22
|
-
};
|
|
23
|
-
width: {
|
|
24
|
-
type: import('vue').PropType<string | number>;
|
|
25
|
-
default: undefined;
|
|
26
|
-
};
|
|
27
|
-
}>>, {
|
|
28
|
-
type: "text" | "icon";
|
|
29
|
-
height: string | number;
|
|
30
|
-
width: string | number;
|
|
31
|
-
}, {}>;
|
|
1
|
+
import { default as _QSkeletonLoader } from './QSkeletonLoader';
|
|
2
|
+
|
|
3
|
+
declare const QSkeletonLoader: typeof _QSkeletonLoader;
|
|
32
4
|
export { QSkeletonLoader };
|
|
33
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/index.ts"],"names":[],"mappings":"AACA,OAAO,gBAAgB,MAAM,uBAAuB,CAAA;AAKpD,QAAA,MAAM,eAAe,EAAwC,OAAO,gBAAgB,CAAA;AAGpF,OAAO,EAAE,eAAe,EAAE,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export type QSkeletonLoaderProps = {
|
|
2
|
+
/**
|
|
3
|
+
* The type of the skeleton.
|
|
4
|
+
*/
|
|
5
|
+
type?: 'text' | 'icon';
|
|
6
|
+
/**
|
|
7
|
+
* The width of the skeleton.
|
|
8
|
+
*/
|
|
9
|
+
width?: string | number;
|
|
10
|
+
/**
|
|
11
|
+
* The height of the skeleton.
|
|
12
|
+
*/
|
|
13
|
+
height?: string | number;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSkeletonLoader/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IAClC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEvB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACxB,CAAA"}
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* The size of the loader, in pixels.
|
|
4
|
-
*/
|
|
5
|
-
size?: number;
|
|
6
|
-
/**
|
|
7
|
-
* Custom set of classes to apply to the component.
|
|
8
|
-
*/
|
|
9
|
-
class?: string | unknown[];
|
|
10
|
-
};
|
|
1
|
+
import { QSpinnerLoaderProps } from './types';
|
|
2
|
+
|
|
11
3
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QSpinnerLoaderProps>, {
|
|
12
4
|
size: number;
|
|
13
5
|
class: undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QSpinnerLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/QSpinnerLoader.vue"],"names":[],"mappings":"AAKA;
|
|
1
|
+
{"version":3,"file":"QSpinnerLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/QSpinnerLoader.vue"],"names":[],"mappings":"AAKA;AAGC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;AA+DnD,wBAMG;AACH,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"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as l, computed as n, openBlock as t, createElementBlock as a, normalizeClass as r, normalizeStyle as c } from "vue";
|
|
2
|
+
const m = /* @__PURE__ */ l({
|
|
3
3
|
__name: "QSpinnerLoader",
|
|
4
4
|
props: {
|
|
5
5
|
size: { default: 48 },
|
|
6
6
|
class: { default: void 0 }
|
|
7
7
|
},
|
|
8
8
|
setup(o) {
|
|
9
|
-
const e = o, s =
|
|
9
|
+
const e = o, s = n(() => ({
|
|
10
10
|
"font-size": e.size !== 48 ? `${e.size}px` : void 0
|
|
11
11
|
}));
|
|
12
|
-
return (i, p) => (
|
|
12
|
+
return (i, p) => (t(), a(
|
|
13
13
|
"div",
|
|
14
14
|
{
|
|
15
|
-
class:
|
|
15
|
+
class: r(["q-spinner-loader", e.class]),
|
|
16
16
|
style: c(s.value)
|
|
17
17
|
},
|
|
18
18
|
null,
|
|
@@ -22,5 +22,5 @@ const u = /* @__PURE__ */ n({
|
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
m as default
|
|
26
26
|
};
|
|
@@ -1,24 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default: number;
|
|
5
|
-
};
|
|
6
|
-
class: {
|
|
7
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
8
|
-
default: undefined;
|
|
9
|
-
};
|
|
10
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
-
size: {
|
|
12
|
-
type: import('vue').PropType<number>;
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
class: {
|
|
16
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
17
|
-
default: undefined;
|
|
18
|
-
};
|
|
19
|
-
}>>, {
|
|
20
|
-
size: number;
|
|
21
|
-
class: string | unknown[];
|
|
22
|
-
}, {}>;
|
|
1
|
+
import { default as _QSpinnerLoader } from './QSpinnerLoader';
|
|
2
|
+
|
|
3
|
+
declare const QSpinnerLoader: typeof _QSpinnerLoader;
|
|
23
4
|
export { QSpinnerLoader };
|
|
24
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/index.ts"],"names":[],"mappings":"AACA,OAAO,eAAe,MAAM,sBAAsB,CAAA;AAKlD,QAAA,MAAM,cAAc,EAAuC,OAAO,eAAe,CAAA;AAGjF,OAAO,EAAE,cAAc,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QSpinnerLoader/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA"}
|