@quidgest/ui 0.15.5 → 0.15.8
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 +1 -0
- package/dist/ui.css +91 -1
- package/dist/ui.esm.js +4453 -4433
- package/dist/ui.js +18 -18
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +755 -754
- package/dist/ui.scss +32 -2
- package/esm/components/QAccordion/types.d.ts.map +1 -1
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QBadgeIndicator/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +34 -32
- package/esm/components/QButton/types.d.ts +1 -1
- package/esm/components/QButton/types.d.ts.map +1 -1
- package/esm/components/QButtonGroup/types.d.ts.map +1 -1
- package/esm/components/QButtonToggle/types.d.ts.map +1 -1
- package/esm/components/QCard/types.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +28 -28
- package/esm/components/QCheckbox/index.d.ts +18 -1
- package/esm/components/QCheckbox/index.d.ts.map +1 -1
- package/esm/components/QCheckbox/index.js +6 -4
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/types.d.ts.map +1 -1
- package/esm/components/QColorPicker/types.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +53 -25
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +37 -37
- package/esm/components/QCombobox/index.d.ts +24 -10
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +4 -0
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +15 -10
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +66 -34
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +36 -35
- package/esm/components/QDropdownMenu/index.d.ts +7 -4
- package/esm/components/QDropdownMenu/index.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/types.d.ts +4 -21
- package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.d.ts +1 -1
- package/esm/components/QFileUpload/types.d.ts.map +1 -1
- package/esm/components/QIcon/types.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts +1 -1
- package/esm/components/QInputGroup/types.d.ts.map +1 -1
- package/esm/components/QLabel/types.d.ts.map +1 -1
- package/esm/components/QLineLoader/types.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +39 -18
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +98 -94
- package/esm/components/QList/QListItem.d.ts +12 -6
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +52 -50
- package/esm/components/QList/index.d.ts +48 -19
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +0 -4
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QMeter/types.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPasswordField/index.d.ts.map +1 -1
- package/esm/components/QPopover/types.d.ts.map +1 -1
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +61 -33
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +14 -14
- package/esm/components/QSelect/index.d.ts +24 -10
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/types.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/types.d.ts.map +1 -1
- package/esm/components/QTextArea/types.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +10 -10
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QTextField/types.d.ts.map +1 -1
- package/esm/components/QThemeProvider/types.d.ts.map +1 -1
- package/esm/components/QTooltip/types.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/types.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/QClearButton.vue.js +8 -8
- package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -1
- package/esm/components/index.js +63 -62
- package/esm/composables/defaults.js +4 -4
- package/esm/composables/theme.d.ts.map +1 -1
- package/esm/composables/theme.js +5 -5
- package/esm/composables/useColor/index.d.ts.map +1 -1
- package/esm/composables/useColor/index.js +27 -25
- package/esm/composables/useColor/types.d.ts +9 -1
- package/esm/composables/useColor/types.d.ts.map +1 -1
- package/esm/framework.d.ts +1 -1
- package/esm/framework.d.ts.map +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/templates/theme.d.ts.map +1 -1
- package/esm/utils/color.d.ts +6 -0
- package/esm/utils/color.d.ts.map +1 -1
- package/esm/utils/color.js +16 -12
- package/esm/utils/theme.d.ts +1 -1
- package/esm/utils/theme.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -12,6 +12,7 @@ declare const QList: {
|
|
|
12
12
|
selectable?: boolean;
|
|
13
13
|
}> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
|
|
15
|
+
onClick?: ((key: import('../../types/primitive').Primitive) => any) | undefined;
|
|
15
16
|
}>, {
|
|
16
17
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
17
18
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -19,6 +20,8 @@ declare const QList: {
|
|
|
19
20
|
getLastFocusableItemIndex: () => number;
|
|
20
21
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
22
|
"update:modelValue": (value: import('../../types/primitive').Primitive) => any;
|
|
23
|
+
} & {
|
|
24
|
+
click: (key: import('../../types/primitive').Primitive) => any;
|
|
22
25
|
}, import('vue').PublicProps, {
|
|
23
26
|
groups: import('./types').Group[];
|
|
24
27
|
itemValue: string;
|
|
@@ -29,16 +32,17 @@ declare const QList: {
|
|
|
29
32
|
$: import('vue').ComponentInternalInstance;
|
|
30
33
|
$data: {};
|
|
31
34
|
$props: {
|
|
35
|
+
readonly modelValue?: boolean | undefined;
|
|
32
36
|
readonly value: import('../../types/primitive').Primitive;
|
|
33
37
|
readonly label: string;
|
|
34
38
|
readonly icon?: import('..').Icon | undefined;
|
|
35
39
|
readonly selectable?: boolean | undefined;
|
|
36
|
-
readonly selected?: boolean | undefined;
|
|
37
40
|
readonly highlighted?: boolean | undefined;
|
|
38
41
|
readonly disabled?: boolean | undefined;
|
|
39
42
|
readonly description?: string | undefined;
|
|
40
43
|
readonly icons?: typeof import('./types').DEFAULT_ICONS | undefined;
|
|
41
|
-
readonly
|
|
44
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45
|
+
readonly onClick?: (() => any) | undefined;
|
|
42
46
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
43
47
|
$attrs: {
|
|
44
48
|
[x: string]: unknown;
|
|
@@ -52,12 +56,17 @@ declare const QList: {
|
|
|
52
56
|
$root: import('vue').ComponentPublicInstance | null;
|
|
53
57
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
54
58
|
$host: Element | null;
|
|
55
|
-
$emit: (event: "
|
|
59
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
|
|
56
60
|
$el: HTMLLIElement;
|
|
57
|
-
$options: import('vue').ComponentOptionsBase<Readonly<
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
62
|
+
modelValue?: boolean;
|
|
63
|
+
} & QListItemProps> & Readonly<{
|
|
64
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
65
|
+
onClick?: (() => any) | undefined;
|
|
66
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
67
|
+
"update:modelValue": (value: boolean) => any;
|
|
68
|
+
} & {
|
|
69
|
+
click: () => any;
|
|
61
70
|
}, string, {
|
|
62
71
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
63
72
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -82,8 +91,11 @@ declare const QList: {
|
|
|
82
91
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
83
92
|
} & Readonly<{
|
|
84
93
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
85
|
-
}> & Omit<Readonly<
|
|
86
|
-
|
|
94
|
+
}> & Omit<Readonly<{
|
|
95
|
+
modelValue?: boolean;
|
|
96
|
+
} & QListItemProps> & Readonly<{
|
|
97
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
98
|
+
onClick?: (() => any) | undefined;
|
|
87
99
|
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
88
100
|
$slots: {
|
|
89
101
|
prepend?(_: {}): any;
|
|
@@ -110,6 +122,7 @@ declare const QList: {
|
|
|
110
122
|
selectable?: boolean;
|
|
111
123
|
}> & Readonly<{
|
|
112
124
|
"onUpdate:modelValue"?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
|
|
125
|
+
onClick?: ((key: import('../../types/primitive').Primitive) => any) | undefined;
|
|
113
126
|
}>, {
|
|
114
127
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
115
128
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -135,6 +148,7 @@ declare const QList: {
|
|
|
135
148
|
selectable?: boolean;
|
|
136
149
|
}> & Readonly<{
|
|
137
150
|
"onUpdate:modelValue"?: ((value: import('../../types/primitive').Primitive) => any) | undefined;
|
|
151
|
+
onClick?: ((key: import('../../types/primitive').Primitive) => any) | undefined;
|
|
138
152
|
}>, {
|
|
139
153
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
140
154
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -142,6 +156,8 @@ declare const QList: {
|
|
|
142
156
|
getLastFocusableItemIndex: () => number;
|
|
143
157
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
144
158
|
"update:modelValue": (value: import('../../types/primitive').Primitive) => any;
|
|
159
|
+
} & {
|
|
160
|
+
click: (key: import('../../types/primitive').Primitive) => any;
|
|
145
161
|
}, string, {
|
|
146
162
|
groups: import('./types').Group[];
|
|
147
163
|
itemValue: string;
|
|
@@ -159,10 +175,15 @@ declare const QList: {
|
|
|
159
175
|
};
|
|
160
176
|
});
|
|
161
177
|
declare const QListItem: {
|
|
162
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
163
|
-
|
|
164
|
-
}
|
|
165
|
-
|
|
178
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
179
|
+
modelValue?: boolean;
|
|
180
|
+
} & QListItemProps> & Readonly<{
|
|
181
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
182
|
+
onClick?: (() => any) | undefined;
|
|
183
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
184
|
+
"update:modelValue": (value: boolean) => any;
|
|
185
|
+
} & {
|
|
186
|
+
click: () => any;
|
|
166
187
|
}, import('vue').PublicProps, {
|
|
167
188
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
168
189
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLLIElement, import('vue').ComponentProvideOptions, {
|
|
@@ -172,18 +193,26 @@ declare const QListItem: {
|
|
|
172
193
|
C: {};
|
|
173
194
|
M: {};
|
|
174
195
|
Defaults: {};
|
|
175
|
-
}, Readonly<
|
|
176
|
-
|
|
196
|
+
}, Readonly<{
|
|
197
|
+
modelValue?: boolean;
|
|
198
|
+
} & QListItemProps> & Readonly<{
|
|
199
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
200
|
+
onClick?: (() => any) | undefined;
|
|
177
201
|
}>, {}, {}, {}, {}, {
|
|
178
202
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
179
203
|
}>;
|
|
180
204
|
__isFragment?: never;
|
|
181
205
|
__isTeleport?: never;
|
|
182
206
|
__isSuspense?: never;
|
|
183
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
184
|
-
|
|
185
|
-
}
|
|
186
|
-
|
|
207
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
208
|
+
modelValue?: boolean;
|
|
209
|
+
} & QListItemProps> & Readonly<{
|
|
210
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
211
|
+
onClick?: (() => any) | undefined;
|
|
212
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
213
|
+
"update:modelValue": (value: boolean) => any;
|
|
214
|
+
} & {
|
|
215
|
+
click: () => any;
|
|
187
216
|
}, string, {
|
|
188
217
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
189
218
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QList/index.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AACzC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QList/index.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AACzC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCASg1yB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAT56yB,CAAA;AACrC,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAC7C,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;EAAmC,CAAA;AAGvD,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,CAAA;AAG3C,YAAY,EAAE,UAAU,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QList/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QList/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AACpC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,IAAI,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,CAAC,GAAG;IAG5D,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,KAAK,GAAG,mBAAmB,GAAG;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,mBAAmB,GAAG;IAC9C;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;IAEd;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAA;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC5B;;OAEG;IACH,KAAK,EAAE,SAAS,CAAA;IAEhB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IACjC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAGD,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QMeter/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QMeter/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAE5C;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG;IACvC;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC,CAAA;IAE9D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AAC/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAEtD,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;OAEG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAA;IAEjB;;;;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,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAElC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;;OAGG;IACH,GAAG,CAAC,EAAE,OAAO,CAAA;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAE7B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAA;IAEzB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAO2mzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAP9rzB,CAAA;AAGvD,OAAO,EAAE,cAAc,EAAE,CAAA;AAGzB,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPopover/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPopover/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAC1D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;OAEG;IACH,MAAM,EAAE,QAAQ,CAAA;IAEhB;;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,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,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,MAAM,SAAS,CAAA;AAKhB,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,MAAM,SAAS,CAAA;AAKhB,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkC,CAAA;AACrD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;2BAc6rN,KAAK;;;;;;;;;cAA4J,KAAK;SAAiB,CAAC;CAdh1N,CAAA;AAC3D,QAAA,MAAM,kBAAkB;;;;;;6FAAuC,CAAA;AAC/D,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;EAAuC,CAAA;AAG/D,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAA;AAGlF,YAAY,EACX,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAEhE;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE9C,MAAM,MAAM,kBAAkB,GAAG,mBAAmB,GAAG;IACtD;;;OAGG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;OAEG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAA;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;CACb,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GACxD,IAAI,CAAC,kBAAkB,EAAE,IAAI,CAAC,GAAG;IAChC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC9B,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GAAG;IACzD;;OAEG;IACH,KAAK,EAAE,kBAAkB,CAAA;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GAAG;IAC3D;;;OAGG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAA;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,eAAO,MAAM,aAAa;;CAEQ,CAAA;AAGlC,eAAO,MAAM,aAAa;;;;;;;CAOM,CAAA"}
|
|
@@ -27,7 +27,7 @@ declare function __VLS_template(): {
|
|
|
27
27
|
readonly label?: string | undefined;
|
|
28
28
|
readonly for?: string | undefined;
|
|
29
29
|
readonly required?: boolean | undefined;
|
|
30
|
-
readonly size?: import('
|
|
30
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
31
31
|
readonly readonly?: boolean | undefined;
|
|
32
32
|
readonly disabled?: boolean | undefined;
|
|
33
33
|
readonly invalid?: boolean | undefined;
|
|
@@ -48,10 +48,10 @@ declare function __VLS_template(): {
|
|
|
48
48
|
$host: Element | null;
|
|
49
49
|
$emit: (event: string, ...args: any[]) => void;
|
|
50
50
|
$el: any;
|
|
51
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('
|
|
51
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
|
|
52
52
|
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
53
53
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
54
|
-
size: import('
|
|
54
|
+
size: import('..').QFieldSize;
|
|
55
55
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
56
56
|
beforeCreate?: (() => void) | (() => void)[];
|
|
57
57
|
created?: (() => void) | (() => void)[];
|
|
@@ -73,8 +73,8 @@ declare function __VLS_template(): {
|
|
|
73
73
|
$nextTick: typeof nextTick;
|
|
74
74
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
75
75
|
} & Readonly<{
|
|
76
|
-
size: import('
|
|
77
|
-
}> & Omit<Readonly<import('
|
|
76
|
+
size: import('..').QFieldSize;
|
|
77
|
+
}> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
|
|
78
78
|
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
79
79
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
80
80
|
$slots: {
|
|
@@ -103,6 +103,7 @@ declare function __VLS_template(): {
|
|
|
103
103
|
readonly disabled?: boolean | undefined;
|
|
104
104
|
readonly selectable?: boolean | undefined;
|
|
105
105
|
readonly "onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
|
|
106
|
+
readonly onClick?: ((key: Primitive) => any) | undefined;
|
|
106
107
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
107
108
|
$attrs: {
|
|
108
109
|
[x: string]: unknown;
|
|
@@ -115,16 +116,17 @@ declare function __VLS_template(): {
|
|
|
115
116
|
$: import('vue').ComponentInternalInstance;
|
|
116
117
|
$data: {};
|
|
117
118
|
$props: {
|
|
119
|
+
readonly modelValue?: boolean | undefined;
|
|
118
120
|
readonly value: Primitive;
|
|
119
121
|
readonly label: string;
|
|
120
|
-
readonly icon?: import('
|
|
122
|
+
readonly icon?: import('..').Icon | undefined;
|
|
121
123
|
readonly selectable?: boolean | undefined;
|
|
122
|
-
readonly selected?: boolean | undefined;
|
|
123
124
|
readonly highlighted?: boolean | undefined;
|
|
124
125
|
readonly disabled?: boolean | undefined;
|
|
125
126
|
readonly description?: string | undefined;
|
|
126
127
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
127
|
-
readonly
|
|
128
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
129
|
+
readonly onClick?: (() => any) | undefined;
|
|
128
130
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
129
131
|
$attrs: {
|
|
130
132
|
[x: string]: unknown;
|
|
@@ -138,12 +140,17 @@ declare function __VLS_template(): {
|
|
|
138
140
|
$root: import('vue').ComponentPublicInstance | null;
|
|
139
141
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
140
142
|
$host: Element | null;
|
|
141
|
-
$emit: (event: "
|
|
143
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
|
|
142
144
|
$el: HTMLLIElement;
|
|
143
|
-
$options: import('vue').ComponentOptionsBase<Readonly<
|
|
144
|
-
|
|
145
|
-
}
|
|
146
|
-
|
|
145
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
146
|
+
modelValue?: boolean;
|
|
147
|
+
} & import('..').QListItemProps> & Readonly<{
|
|
148
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
149
|
+
onClick?: (() => any) | undefined;
|
|
150
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
151
|
+
"update:modelValue": (value: boolean) => any;
|
|
152
|
+
} & {
|
|
153
|
+
click: () => any;
|
|
147
154
|
}, string, {
|
|
148
155
|
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
149
156
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -168,8 +175,11 @@ declare function __VLS_template(): {
|
|
|
168
175
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
169
176
|
} & Readonly<{
|
|
170
177
|
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
171
|
-
}> & Omit<Readonly<
|
|
172
|
-
|
|
178
|
+
}> & Omit<Readonly<{
|
|
179
|
+
modelValue?: boolean;
|
|
180
|
+
} & import('..').QListItemProps> & Readonly<{
|
|
181
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
182
|
+
onClick?: (() => any) | undefined;
|
|
173
183
|
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
174
184
|
$slots: {
|
|
175
185
|
prepend?(_: {}): any;
|
|
@@ -184,7 +194,7 @@ declare function __VLS_template(): {
|
|
|
184
194
|
$root: import('vue').ComponentPublicInstance | null;
|
|
185
195
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
186
196
|
$host: Element | null;
|
|
187
|
-
$emit: (event: "update:modelValue", value: Primitive) => void;
|
|
197
|
+
$emit: ((event: "update:modelValue", value: Primitive) => void) & ((event: "click", key: Primitive) => void);
|
|
188
198
|
$el: any;
|
|
189
199
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
190
200
|
modelValue?: Primitive;
|
|
@@ -198,6 +208,7 @@ declare function __VLS_template(): {
|
|
|
198
208
|
selectable?: boolean;
|
|
199
209
|
}> & Readonly<{
|
|
200
210
|
"onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
|
|
211
|
+
onClick?: ((key: Primitive) => any) | undefined;
|
|
201
212
|
}>, {
|
|
202
213
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
203
214
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -205,6 +216,8 @@ declare function __VLS_template(): {
|
|
|
205
216
|
getLastFocusableItemIndex: () => number;
|
|
206
217
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
207
218
|
"update:modelValue": (value: Primitive) => any;
|
|
219
|
+
} & {
|
|
220
|
+
click: (key: Primitive) => any;
|
|
208
221
|
}, string, {
|
|
209
222
|
groups: import('../QList/types').Group[];
|
|
210
223
|
itemValue: string;
|
|
@@ -245,6 +258,7 @@ declare function __VLS_template(): {
|
|
|
245
258
|
selectable?: boolean;
|
|
246
259
|
}> & Readonly<{
|
|
247
260
|
"onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
|
|
261
|
+
onClick?: ((key: Primitive) => any) | undefined;
|
|
248
262
|
}>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
249
263
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
250
264
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -282,7 +296,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
282
296
|
}>, {
|
|
283
297
|
icons: typeof DEFAULT_ICONS;
|
|
284
298
|
texts: typeof DEFAULT_TEXTS;
|
|
285
|
-
groups: (import('
|
|
299
|
+
groups: (import('..').QListItemGroupProps & {
|
|
286
300
|
id: string;
|
|
287
301
|
})[];
|
|
288
302
|
itemValue: string;
|
|
@@ -297,7 +311,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
297
311
|
readonly label?: string | undefined;
|
|
298
312
|
readonly for?: string | undefined;
|
|
299
313
|
readonly required?: boolean | undefined;
|
|
300
|
-
readonly size?: import('
|
|
314
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
301
315
|
readonly readonly?: boolean | undefined;
|
|
302
316
|
readonly disabled?: boolean | undefined;
|
|
303
317
|
readonly invalid?: boolean | undefined;
|
|
@@ -318,10 +332,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
318
332
|
$host: Element | null;
|
|
319
333
|
$emit: (event: string, ...args: any[]) => void;
|
|
320
334
|
$el: any;
|
|
321
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('
|
|
335
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
|
|
322
336
|
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
323
337
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
324
|
-
size: import('
|
|
338
|
+
size: import('..').QFieldSize;
|
|
325
339
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
326
340
|
beforeCreate?: (() => void) | (() => void)[];
|
|
327
341
|
created?: (() => void) | (() => void)[];
|
|
@@ -343,8 +357,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
343
357
|
$nextTick: typeof nextTick;
|
|
344
358
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
345
359
|
} & Readonly<{
|
|
346
|
-
size: import('
|
|
347
|
-
}> & Omit<Readonly<import('
|
|
360
|
+
size: import('..').QFieldSize;
|
|
361
|
+
}> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
|
|
348
362
|
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
349
363
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
350
364
|
$slots: {
|
|
@@ -373,6 +387,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
373
387
|
readonly disabled?: boolean | undefined;
|
|
374
388
|
readonly selectable?: boolean | undefined;
|
|
375
389
|
readonly "onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
|
|
390
|
+
readonly onClick?: ((key: Primitive) => any) | undefined;
|
|
376
391
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
377
392
|
$attrs: {
|
|
378
393
|
[x: string]: unknown;
|
|
@@ -385,16 +400,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
385
400
|
$: import('vue').ComponentInternalInstance;
|
|
386
401
|
$data: {};
|
|
387
402
|
$props: {
|
|
403
|
+
readonly modelValue?: boolean | undefined;
|
|
388
404
|
readonly value: Primitive;
|
|
389
405
|
readonly label: string;
|
|
390
|
-
readonly icon?: import('
|
|
406
|
+
readonly icon?: import('..').Icon | undefined;
|
|
391
407
|
readonly selectable?: boolean | undefined;
|
|
392
|
-
readonly selected?: boolean | undefined;
|
|
393
408
|
readonly highlighted?: boolean | undefined;
|
|
394
409
|
readonly disabled?: boolean | undefined;
|
|
395
410
|
readonly description?: string | undefined;
|
|
396
411
|
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
397
|
-
readonly
|
|
412
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
413
|
+
readonly onClick?: (() => any) | undefined;
|
|
398
414
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
399
415
|
$attrs: {
|
|
400
416
|
[x: string]: unknown;
|
|
@@ -408,12 +424,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
408
424
|
$root: import('vue').ComponentPublicInstance | null;
|
|
409
425
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
410
426
|
$host: Element | null;
|
|
411
|
-
$emit: (event: "
|
|
427
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click") => void);
|
|
412
428
|
$el: HTMLLIElement;
|
|
413
|
-
$options: import('vue').ComponentOptionsBase<Readonly<
|
|
414
|
-
|
|
415
|
-
}
|
|
416
|
-
|
|
429
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
430
|
+
modelValue?: boolean;
|
|
431
|
+
} & import('..').QListItemProps> & Readonly<{
|
|
432
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
433
|
+
onClick?: (() => any) | undefined;
|
|
434
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
435
|
+
"update:modelValue": (value: boolean) => any;
|
|
436
|
+
} & {
|
|
437
|
+
click: () => any;
|
|
417
438
|
}, string, {
|
|
418
439
|
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
419
440
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -438,8 +459,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
438
459
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
439
460
|
} & Readonly<{
|
|
440
461
|
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
441
|
-
}> & Omit<Readonly<
|
|
442
|
-
|
|
462
|
+
}> & Omit<Readonly<{
|
|
463
|
+
modelValue?: boolean;
|
|
464
|
+
} & import('..').QListItemProps> & Readonly<{
|
|
465
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
466
|
+
onClick?: (() => any) | undefined;
|
|
443
467
|
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
444
468
|
$slots: {
|
|
445
469
|
prepend?(_: {}): any;
|
|
@@ -454,7 +478,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
454
478
|
$root: import('vue').ComponentPublicInstance | null;
|
|
455
479
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
456
480
|
$host: Element | null;
|
|
457
|
-
$emit: (event: "update:modelValue", value: Primitive) => void;
|
|
481
|
+
$emit: ((event: "update:modelValue", value: Primitive) => void) & ((event: "click", key: Primitive) => void);
|
|
458
482
|
$el: any;
|
|
459
483
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
460
484
|
modelValue?: Primitive;
|
|
@@ -468,6 +492,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
468
492
|
selectable?: boolean;
|
|
469
493
|
}> & Readonly<{
|
|
470
494
|
"onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
|
|
495
|
+
onClick?: ((key: Primitive) => any) | undefined;
|
|
471
496
|
}>, {
|
|
472
497
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
473
498
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -475,6 +500,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
475
500
|
getLastFocusableItemIndex: () => number;
|
|
476
501
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
477
502
|
"update:modelValue": (value: Primitive) => any;
|
|
503
|
+
} & {
|
|
504
|
+
click: (key: Primitive) => any;
|
|
478
505
|
}, string, {
|
|
479
506
|
groups: import('../QList/types').Group[];
|
|
480
507
|
itemValue: string;
|
|
@@ -515,6 +542,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
515
542
|
selectable?: boolean;
|
|
516
543
|
}> & Readonly<{
|
|
517
544
|
"onUpdate:modelValue"?: ((value: Primitive) => any) | undefined;
|
|
545
|
+
onClick?: ((key: Primitive) => any) | undefined;
|
|
518
546
|
}>, "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
519
547
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
520
548
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/QSelect.vue"],"names":[],"mappings":"AAyHA;AAsSC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAatD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"QSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QSelect/QSelect.vue"],"names":[],"mappings":"AAyHA;AAsSC,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAatD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAG3C,OAAO,EAAY,QAAQ,EAAc,MAAM,KAAK,CAAA;AAEpD,KAAK,WAAW,GAAG,YAAY,CAAC;AAgKjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA4TT,OAAO,IAA6B;;yBAnBpB,GAAG;wBACJ,GAAG;wBACH,GAAG;gCACK,GAAG;;;YACb,GAAG;+BACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAoFu0B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAjEn+B;AAkCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA8By1B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBl+B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as P, mergeModels as D, useModel as H, ref as y, computed as b, watch as X, nextTick as j, createElementBlock as f, openBlock as t, Fragment as N, createVNode as
|
|
1
|
+
import { defineComponent as P, mergeModels as D, useModel as H, ref as y, computed as b, watch as X, nextTick as j, createElementBlock as f, openBlock as t, Fragment as N, createVNode as g, unref as n, mergeProps as z, withModifiers as A, createSlots as G, withCtx as i, toDisplayString as F, createCommentVNode as k, createTextVNode as J, renderSlot as d, createBlock as h, normalizeProps as W, createElementVNode as Y } from "vue";
|
|
2
2
|
import { DEFAULT_TEXTS as Z, DEFAULT_ICONS as ee } from "./types.js";
|
|
3
3
|
import { QButton as le } from "../QButton/index.js";
|
|
4
4
|
import { QField as oe } from "../QField/index.js";
|
|
@@ -44,8 +44,8 @@ const de = {
|
|
|
44
44
|
modelModifiers: {}
|
|
45
45
|
}),
|
|
46
46
|
emits: /* @__PURE__ */ D(["before-show", "before-hide", "show", "hide"], ["update:modelValue"]),
|
|
47
|
-
setup(
|
|
48
|
-
const e =
|
|
47
|
+
setup(q, { emit: O }) {
|
|
48
|
+
const e = q, m = O, p = H(q, "modelValue"), o = y(!1), v = y(null), x = y(null), _ = y(null), R = b(() => s.value === void 0), s = b(
|
|
49
49
|
() => {
|
|
50
50
|
var l;
|
|
51
51
|
return (l = e.items) == null ? void 0 : l.find((a) => a[e.itemValue] === p.value);
|
|
@@ -90,7 +90,7 @@ const de = {
|
|
|
90
90
|
}
|
|
91
91
|
function Q() {
|
|
92
92
|
var l;
|
|
93
|
-
(l =
|
|
93
|
+
(l = x.value) == null || l.$el.focus();
|
|
94
94
|
}
|
|
95
95
|
return X(
|
|
96
96
|
() => e.loading,
|
|
@@ -103,7 +103,7 @@ const de = {
|
|
|
103
103
|
N,
|
|
104
104
|
null,
|
|
105
105
|
[
|
|
106
|
-
|
|
106
|
+
g(n(oe), z({
|
|
107
107
|
id: e.id,
|
|
108
108
|
ref_key: "triggerEl",
|
|
109
109
|
ref: v,
|
|
@@ -137,12 +137,12 @@ const de = {
|
|
|
137
137
|
icons: e.icons,
|
|
138
138
|
texts: e.texts,
|
|
139
139
|
onClick: V
|
|
140
|
-
}, null, 8, ["icons", "texts"])) :
|
|
141
|
-
e.readonly ?
|
|
140
|
+
}, null, 8, ["icons", "texts"])) : k("v-if", !0),
|
|
141
|
+
e.readonly ? k("v-if", !0) : (t(), h(n(le), {
|
|
142
142
|
key: 1,
|
|
143
143
|
class: "q-select__chevron",
|
|
144
144
|
"aria-label": e.texts.showOptions,
|
|
145
|
-
variant: "
|
|
145
|
+
variant: "ghost",
|
|
146
146
|
color: "neutral",
|
|
147
147
|
borderless: "",
|
|
148
148
|
tabindex: "-1",
|
|
@@ -150,7 +150,7 @@ const de = {
|
|
|
150
150
|
onClick: L
|
|
151
151
|
}, {
|
|
152
152
|
default: i(() => [
|
|
153
|
-
|
|
153
|
+
g(n(se), {
|
|
154
154
|
"model-value": o.value,
|
|
155
155
|
icons: e.icons
|
|
156
156
|
}, null, 8, ["model-value", "icons"])
|
|
@@ -173,7 +173,7 @@ const de = {
|
|
|
173
173
|
],
|
|
174
174
|
64
|
|
175
175
|
/* STABLE_FRAGMENT */
|
|
176
|
-
)) :
|
|
176
|
+
)) : k("v-if", !0)
|
|
177
177
|
])) : (t(), f(
|
|
178
178
|
"span",
|
|
179
179
|
de,
|
|
@@ -197,7 +197,7 @@ const de = {
|
|
|
197
197
|
null,
|
|
198
198
|
16
|
|
199
199
|
/* FULL_PROPS */
|
|
200
|
-
)) :
|
|
200
|
+
)) : k("v-if", !0)
|
|
201
201
|
];
|
|
202
202
|
}),
|
|
203
203
|
key: "0"
|
|
@@ -210,7 +210,7 @@ const de = {
|
|
|
210
210
|
key: "1"
|
|
211
211
|
} : void 0
|
|
212
212
|
]), 1040, ["id", "label", "required", "tabindex", "class", "readonly", "disabled", "data-loading", "aria-expanded", "size", "invalid"]),
|
|
213
|
-
|
|
213
|
+
g(n(ne), {
|
|
214
214
|
modelValue: o.value,
|
|
215
215
|
"onUpdate:modelValue": a[0] || (a[0] = (r) => o.value = r),
|
|
216
216
|
spy: "",
|
|
@@ -236,11 +236,11 @@ const de = {
|
|
|
236
236
|
}, [
|
|
237
237
|
d(l.$slots, "body.prepend"),
|
|
238
238
|
e.loading ? (t(), f("div", fe, [
|
|
239
|
-
|
|
239
|
+
g(n(ie), { size: 24 })
|
|
240
240
|
])) : (t(), h(n(te), {
|
|
241
241
|
key: 1,
|
|
242
242
|
ref_key: "listRef",
|
|
243
|
-
ref:
|
|
243
|
+
ref: x,
|
|
244
244
|
class: "q-select__items",
|
|
245
245
|
selectable: "",
|
|
246
246
|
"model-value": p.value,
|