@quidgest/ui 0.13.3 → 0.14.1
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 +81 -0
- package/dist/ui.esm.js +1163 -935
- package/dist/ui.js +6 -6
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +110 -101
- package/dist/ui.scss +1059 -973
- package/esm/components/QBadge/QBadge.d.ts +16 -68
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +29 -32
- package/esm/components/QBadge/index.d.ts +2 -139
- package/esm/components/QBadge/index.d.ts.map +1 -1
- package/esm/components/QBadge/types.d.ts +29 -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 +15 -80
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/index.d.ts +3 -198
- 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 +11 -42
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/index.d.ts +2 -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 +16 -73
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/index.d.ts +2 -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 +445 -435
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +121 -126
- package/esm/components/QCombobox/index.d.ts +2 -1075
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +93 -0
- package/esm/components/QCombobox/types.d.ts.map +1 -0
- package/esm/components/QCombobox/types.js +16 -0
- package/esm/components/QDialog/QDialog.d.ts +23 -186
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +48 -64
- package/esm/components/QDialog/index.d.ts +3 -268
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +80 -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 +22 -77
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/index.d.ts +3 -169
- 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 +6 -6
- 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 +4 -46
- 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 +3 -51
- 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 +2 -36
- 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 +7 -65
- 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 -157
- 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 +17 -74
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/index.d.ts +2 -153
- package/esm/components/QInputGroup/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/types.d.ts +34 -0
- package/esm/components/QInputGroup/types.d.ts.map +1 -0
- package/esm/components/QLineLoader/QLineLoader.d.ts +3 -29
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/index.d.ts +2 -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 +25 -116
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QListItem.d.ts +16 -84
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +25 -31
- package/esm/components/QList/QListItemGroup.d.ts +11 -34
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/index.d.ts +7 -453
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +100 -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 +31 -234
- 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 +2 -339
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +87 -0
- package/esm/components/QOverlay/types.d.ts.map +1 -0
- package/esm/components/QPopover/QPopover.d.ts +21 -120
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/index.d.ts +2 -180
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPopover/types.d.ts +43 -0
- package/esm/components/QPopover/types.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyList.d.ts +42 -0
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyList.vue.js +145 -0
- package/esm/components/QPropertyList/QPropertyList.vue2.js +4 -0
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +11 -0
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +68 -0
- package/esm/components/QPropertyList/QPropertyListGroup.vue2.js +4 -0
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +21 -0
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -0
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +43 -0
- package/esm/components/QPropertyList/QPropertyListPanel.vue2.js +4 -0
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +24 -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 +12 -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 +137 -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 +202 -227
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +140 -146
- package/esm/components/QSelect/index.d.ts +2 -369
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +81 -0
- package/esm/components/QSelect/types.d.ts.map +1 -0
- package/esm/components/QSelect/types.js +16 -0
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +3 -41
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +19 -19
- package/esm/components/QSkeletonLoader/index.d.ts +2 -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 +3 -35
- 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 +2 -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 +103 -147
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/index.d.ts +2 -229
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QTextField/types.d.ts +50 -0
- package/esm/components/QTextField/types.d.ts.map +1 -0
- package/esm/components/QThemeProvider/QThemeProvider.d.ts +10 -17
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/index.d.ts +2 -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 +28 -190
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/index.d.ts +2 -279
- package/esm/components/QTooltip/index.d.ts.map +1 -1
- package/esm/components/QTooltip/types.d.ts +66 -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.d.ts +0 -1
- package/esm/composables/defaults.js +3 -6
- package/esm/composables/theme.d.ts +0 -1
- package/esm/framework.d.ts +0 -1
- package/esm/index.d.ts +4 -0
- package/esm/templates/theme.d.ts +0 -1
- package/esm/utils/color.js +1 -2
- package/esm/utils/setupPropsProxy.d.ts +0 -1
- package/esm/utils/setupPropsProxy.js +2 -4
- package/esm/utils/theme.d.ts +0 -1
- package/package.json +40 -41
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/index.ts"],"names":[],"mappings":"AACA,OAAO,MAAM,MAAM,aAAa,CAAA;AAChC,OAAO,UAAU,MAAM,iBAAiB,CAAA;AACxC,OAAO,SAAS,MAAM,gBAAgB,CAAA;AACtC,OAAO,SAAS,MAAM,gBAAgB,CAAA;AAGtC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAKnC,QAAA,MAAM,KAAK,EAA8B,OAAO,MAAM,CAAA;AACtD,QAAA,MAAM,SAAS,EAAkC,OAAO,UAAU,CAAA;AAClE,QAAA,MAAM,QAAQ,EAAiC,OAAO,SAAS,CAAA;AAC/D,QAAA,MAAM,QAAQ,EAAiC,OAAO,SAAS,CAAA;AAG/D,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAA;AAG/C,YAAY,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export type QIconGenericProps = {
|
|
2
|
+
/**
|
|
3
|
+
* Can be:
|
|
4
|
+
* - The classname containing the content of the font icon.
|
|
5
|
+
* - The URL of the image to be used as the icon.
|
|
6
|
+
* - The identifier of the SVG.
|
|
7
|
+
*/
|
|
8
|
+
icon: string;
|
|
9
|
+
/**
|
|
10
|
+
* The size of the icon, in pixels.
|
|
11
|
+
*/
|
|
12
|
+
size?: number;
|
|
13
|
+
/**
|
|
14
|
+
* Custom set of classes to apply to the component.
|
|
15
|
+
*/
|
|
16
|
+
class?: string | unknown[];
|
|
17
|
+
};
|
|
18
|
+
export type Icon = QIconGenericProps & {
|
|
19
|
+
/**
|
|
20
|
+
* The type of resource.
|
|
21
|
+
*/
|
|
22
|
+
type?: 'svg' | 'font' | 'img';
|
|
23
|
+
};
|
|
24
|
+
export type QIconFontProps = QIconGenericProps & {
|
|
25
|
+
/**
|
|
26
|
+
* The name of the icon library.
|
|
27
|
+
*/
|
|
28
|
+
library?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The icon variant.
|
|
31
|
+
*/
|
|
32
|
+
variant?: string;
|
|
33
|
+
};
|
|
34
|
+
export type QIconSvgProps = QIconGenericProps & {
|
|
35
|
+
/**
|
|
36
|
+
* The name of the SVG bundle.
|
|
37
|
+
*/
|
|
38
|
+
bundle?: string;
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC/B;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA;AAED,MAAM,MAAM,IAAI,GAAG,iBAAiB,GAAG;IACtC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,KAAK,CAAA;CAC7B,CAAA;AAED,MAAM,MAAM,cAAc,GAAG,iBAAiB,GAAG;IAChD;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,aAAa,GAAG,iBAAiB,GAAG;IAC/C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CACf,CAAA"}
|
|
@@ -1,82 +1,25 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
*/
|
|
12
|
-
label?: string;
|
|
13
|
-
/**
|
|
14
|
-
* If set to true, an asterisk (*) is displayed
|
|
15
|
-
* to indicate that the field is required.
|
|
16
|
-
*/
|
|
17
|
-
required?: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* An icon to add at the start of the field group.
|
|
20
|
-
*/
|
|
21
|
-
prependIcon?: Icon;
|
|
22
|
-
/**
|
|
23
|
-
* An icon to add at the end of the field group.
|
|
24
|
-
*/
|
|
25
|
-
appendIcon?: Icon;
|
|
26
|
-
/**
|
|
27
|
-
* The size category of the field.
|
|
28
|
-
*/
|
|
29
|
-
size?: QFieldSize;
|
|
30
|
-
/**
|
|
31
|
-
* Custom set of classes to apply to the component.
|
|
32
|
-
*/
|
|
33
|
-
class?: string | unknown[];
|
|
1
|
+
import { QInputGroupProps } from './types';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
slots: {
|
|
4
|
+
prepend?(_: {}): any;
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
append?(_: {}): any;
|
|
7
|
+
extras?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
attrs: Partial<{}>;
|
|
34
11
|
};
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
prependIcon: undefined;
|
|
39
|
-
appendIcon: undefined;
|
|
40
|
-
size: string;
|
|
41
|
-
class: undefined;
|
|
42
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QInputGroupProps>, {
|
|
43
|
-
id: undefined;
|
|
44
|
-
label: string;
|
|
45
|
-
prependIcon: undefined;
|
|
46
|
-
appendIcon: undefined;
|
|
47
|
-
size: string;
|
|
48
|
-
class: undefined;
|
|
49
|
-
}>>>, {
|
|
50
|
-
size: QFieldSize;
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<QInputGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QInputGroupProps> & Readonly<{}>, {
|
|
14
|
+
size: import('../QField').QFieldSize;
|
|
51
15
|
class: string | unknown[];
|
|
52
16
|
label: string;
|
|
53
17
|
id: string;
|
|
54
|
-
prependIcon: Icon;
|
|
55
|
-
appendIcon: Icon;
|
|
56
|
-
}, {}
|
|
57
|
-
|
|
58
|
-
default?(_: {}): any;
|
|
59
|
-
append?(_: {}): any;
|
|
60
|
-
extras?(_: {}): any;
|
|
61
|
-
}>;
|
|
18
|
+
prependIcon: import('../QIcon').Icon;
|
|
19
|
+
appendIcon: import('../QIcon').Icon;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
62
22
|
export default _default;
|
|
63
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
64
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
65
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
66
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
67
|
-
} : {
|
|
68
|
-
type: import('vue').PropType<T[K]>;
|
|
69
|
-
required: true;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
type __VLS_WithDefaults<P, D> = {
|
|
73
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
74
|
-
default: D[K];
|
|
75
|
-
}> : P[K];
|
|
76
|
-
};
|
|
77
|
-
type __VLS_Prettify<T> = {
|
|
78
|
-
[K in keyof T]: T[K];
|
|
79
|
-
} & {};
|
|
80
23
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
81
24
|
new (): {
|
|
82
25
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QInputGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QInputGroup/QInputGroup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QInputGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QInputGroup/QInputGroup.vue"],"names":[],"mappings":"AAiEC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAmChD,iBAAS,cAAc;;yBAsEO,GAAG;yBACH,GAAG;wBACJ,GAAG;wBACH,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;6EAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,155 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
size: {
|
|
4
|
-
type: import('vue').PropType<import('..').QFieldSize>;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
class: {
|
|
8
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
9
|
-
default: undefined;
|
|
10
|
-
};
|
|
11
|
-
label: {
|
|
12
|
-
type: import('vue').PropType<string>;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
required: {
|
|
16
|
-
type: import('vue').PropType<boolean>;
|
|
17
|
-
};
|
|
18
|
-
id: {
|
|
19
|
-
type: import('vue').PropType<string>;
|
|
20
|
-
default: undefined;
|
|
21
|
-
};
|
|
22
|
-
prependIcon: {
|
|
23
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
24
|
-
default: undefined;
|
|
25
|
-
};
|
|
26
|
-
appendIcon: {
|
|
27
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
28
|
-
default: undefined;
|
|
29
|
-
};
|
|
30
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
31
|
-
size: {
|
|
32
|
-
type: import('vue').PropType<import('..').QFieldSize>;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
class: {
|
|
36
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
37
|
-
default: undefined;
|
|
38
|
-
};
|
|
39
|
-
label: {
|
|
40
|
-
type: import('vue').PropType<string>;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
required: {
|
|
44
|
-
type: import('vue').PropType<boolean>;
|
|
45
|
-
};
|
|
46
|
-
id: {
|
|
47
|
-
type: import('vue').PropType<string>;
|
|
48
|
-
default: undefined;
|
|
49
|
-
};
|
|
50
|
-
prependIcon: {
|
|
51
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
52
|
-
default: undefined;
|
|
53
|
-
};
|
|
54
|
-
appendIcon: {
|
|
55
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
56
|
-
default: undefined;
|
|
57
|
-
};
|
|
58
|
-
}>>, {
|
|
59
|
-
size: import('..').QFieldSize;
|
|
60
|
-
class: string | unknown[];
|
|
61
|
-
label: string;
|
|
62
|
-
id: string;
|
|
63
|
-
prependIcon: import('..').Icon;
|
|
64
|
-
appendIcon: import('..').Icon;
|
|
65
|
-
}, true, {}, {}, {
|
|
66
|
-
P: {};
|
|
67
|
-
B: {};
|
|
68
|
-
D: {};
|
|
69
|
-
C: {};
|
|
70
|
-
M: {};
|
|
71
|
-
Defaults: {};
|
|
72
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
73
|
-
size: {
|
|
74
|
-
type: import('vue').PropType<import('..').QFieldSize>;
|
|
75
|
-
default: string;
|
|
76
|
-
};
|
|
77
|
-
class: {
|
|
78
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
79
|
-
default: undefined;
|
|
80
|
-
};
|
|
81
|
-
label: {
|
|
82
|
-
type: import('vue').PropType<string>;
|
|
83
|
-
default: string;
|
|
84
|
-
};
|
|
85
|
-
required: {
|
|
86
|
-
type: import('vue').PropType<boolean>;
|
|
87
|
-
};
|
|
88
|
-
id: {
|
|
89
|
-
type: import('vue').PropType<string>;
|
|
90
|
-
default: undefined;
|
|
91
|
-
};
|
|
92
|
-
prependIcon: {
|
|
93
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
94
|
-
default: undefined;
|
|
95
|
-
};
|
|
96
|
-
appendIcon: {
|
|
97
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
98
|
-
default: undefined;
|
|
99
|
-
};
|
|
100
|
-
}>>, {}, {}, {}, {}, {
|
|
101
|
-
size: import('..').QFieldSize;
|
|
102
|
-
class: string | unknown[];
|
|
103
|
-
label: string;
|
|
104
|
-
id: string;
|
|
105
|
-
prependIcon: import('..').Icon;
|
|
106
|
-
appendIcon: import('..').Icon;
|
|
107
|
-
}>;
|
|
108
|
-
__isFragment?: undefined;
|
|
109
|
-
__isTeleport?: undefined;
|
|
110
|
-
__isSuspense?: undefined;
|
|
111
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
112
|
-
size: {
|
|
113
|
-
type: import('vue').PropType<import('..').QFieldSize>;
|
|
114
|
-
default: string;
|
|
115
|
-
};
|
|
116
|
-
class: {
|
|
117
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
118
|
-
default: undefined;
|
|
119
|
-
};
|
|
120
|
-
label: {
|
|
121
|
-
type: import('vue').PropType<string>;
|
|
122
|
-
default: string;
|
|
123
|
-
};
|
|
124
|
-
required: {
|
|
125
|
-
type: import('vue').PropType<boolean>;
|
|
126
|
-
};
|
|
127
|
-
id: {
|
|
128
|
-
type: import('vue').PropType<string>;
|
|
129
|
-
default: undefined;
|
|
130
|
-
};
|
|
131
|
-
prependIcon: {
|
|
132
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
133
|
-
default: undefined;
|
|
134
|
-
};
|
|
135
|
-
appendIcon: {
|
|
136
|
-
type: import('vue').PropType<import('..').Icon>;
|
|
137
|
-
default: undefined;
|
|
138
|
-
};
|
|
139
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
140
|
-
size: import('..').QFieldSize;
|
|
141
|
-
class: string | unknown[];
|
|
142
|
-
label: string;
|
|
143
|
-
id: string;
|
|
144
|
-
prependIcon: import('..').Icon;
|
|
145
|
-
appendIcon: import('..').Icon;
|
|
146
|
-
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
147
|
-
$slots: {
|
|
148
|
-
prepend?(_: {}): any;
|
|
149
|
-
default?(_: {}): any;
|
|
150
|
-
append?(_: {}): any;
|
|
151
|
-
extras?(_: {}): any;
|
|
152
|
-
};
|
|
153
|
-
});
|
|
1
|
+
import { default as _QInputGroup } from './QInputGroup';
|
|
2
|
+
declare const QInputGroup: typeof _QInputGroup;
|
|
154
3
|
export { QInputGroup };
|
|
155
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QInputGroup/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QInputGroup/index.ts"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,mBAAmB,CAAA;AAK5C,QAAA,MAAM,WAAW,EAAoC,OAAO,YAAY,CAAA;AAGxE,OAAO,EAAE,WAAW,EAAE,CAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { QFieldSize } from '../QField';
|
|
2
|
+
import { Icon } from '../QIcon';
|
|
3
|
+
export type QInputGroupProps = {
|
|
4
|
+
/**
|
|
5
|
+
* The field unique identifier.
|
|
6
|
+
*/
|
|
7
|
+
id?: string;
|
|
8
|
+
/**
|
|
9
|
+
* The label of the field.
|
|
10
|
+
*/
|
|
11
|
+
label?: string;
|
|
12
|
+
/**
|
|
13
|
+
* If set to true, an asterisk (*) is displayed
|
|
14
|
+
* to indicate that the field is required.
|
|
15
|
+
*/
|
|
16
|
+
required?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* An icon to add at the start of the field group.
|
|
19
|
+
*/
|
|
20
|
+
prependIcon?: Icon;
|
|
21
|
+
/**
|
|
22
|
+
* An icon to add at the end of the field group.
|
|
23
|
+
*/
|
|
24
|
+
appendIcon?: Icon;
|
|
25
|
+
/**
|
|
26
|
+
* The size category of the field.
|
|
27
|
+
*/
|
|
28
|
+
size?: QFieldSize;
|
|
29
|
+
/**
|
|
30
|
+
* Custom set of classes to apply to the component.
|
|
31
|
+
*/
|
|
32
|
+
class?: string | unknown[];
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QInputGroup/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE9C,MAAM,MAAM,gBAAgB,GAAG;IAC9B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,IAAI,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,IAAI,CAAA;IAEjB;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAA;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA"}
|
|
@@ -1,32 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Custom set of classes to apply to the component.
|
|
4
|
-
*/
|
|
5
|
-
class?: string | unknown[];
|
|
6
|
-
};
|
|
7
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QLineLoaderProps>, {
|
|
8
|
-
class: undefined;
|
|
9
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<QLineLoaderProps>, {
|
|
10
|
-
class: undefined;
|
|
11
|
-
}>>>, {
|
|
1
|
+
import { QLineLoaderProps } from './types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<QLineLoaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QLineLoaderProps> & Readonly<{}>, {
|
|
12
3
|
class: string | unknown[];
|
|
13
|
-
}, {}>;
|
|
4
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
5
|
export default _default;
|
|
15
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
-
} : {
|
|
20
|
-
type: import('vue').PropType<T[K]>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
type __VLS_WithDefaults<P, D> = {
|
|
25
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
26
|
-
default: D[K];
|
|
27
|
-
}> : P[K];
|
|
28
|
-
};
|
|
29
|
-
type __VLS_Prettify<T> = {
|
|
30
|
-
[K in keyof T]: T[K];
|
|
31
|
-
} & {};
|
|
32
6
|
//# sourceMappingURL=QLineLoader.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QLineLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QLineLoader/QLineLoader.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QLineLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QLineLoader/QLineLoader.vue"],"names":[],"mappings":"AAeC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;;;;AA6DhD,wBAOG"}
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
4
|
-
default: undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
-
class: {
|
|
8
|
-
type: import('vue').PropType<string | unknown[]>;
|
|
9
|
-
default: undefined;
|
|
10
|
-
};
|
|
11
|
-
}>>, {
|
|
12
|
-
class: string | unknown[];
|
|
13
|
-
}, {}>;
|
|
1
|
+
import { default as _QLineLoader } from './QLineLoader';
|
|
2
|
+
declare const QLineLoader: typeof _QLineLoader;
|
|
14
3
|
export { QLineLoader };
|
|
15
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QLineLoader/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QLineLoader/index.ts"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,mBAAmB,CAAA;AAK5C,QAAA,MAAM,WAAW,EAAoC,OAAO,YAAY,CAAA;AAGxE,OAAO,EAAE,WAAW,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QLineLoader/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;CAC1B,CAAA"}
|
|
@@ -1,49 +1,6 @@
|
|
|
1
|
+
import { Group, QListProps } from './types';
|
|
1
2
|
import { Primitive } from '../../types/primitive';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
type Item = Omit<QListItemProps, 'value' | 'label'> & {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
};
|
|
7
|
-
type Group = QListItemGroupProps & {
|
|
8
|
-
/**
|
|
9
|
-
* Whether the entire item group is disabled.
|
|
10
|
-
*/
|
|
11
|
-
disabled?: boolean;
|
|
12
|
-
};
|
|
13
|
-
export type QListProps = {
|
|
14
|
-
/**
|
|
15
|
-
* The value of the currently highlighted item.
|
|
16
|
-
*/
|
|
17
|
-
highlighted?: Primitive;
|
|
18
|
-
/**
|
|
19
|
-
* The list of available items for selection.
|
|
20
|
-
*/
|
|
21
|
-
items: Item[];
|
|
22
|
-
/**
|
|
23
|
-
* The item groups used for organizing the available items.
|
|
24
|
-
*/
|
|
25
|
-
groups?: Group[];
|
|
26
|
-
/**
|
|
27
|
-
* The property of each item object that holds its value.
|
|
28
|
-
*/
|
|
29
|
-
itemValue?: string;
|
|
30
|
-
/**
|
|
31
|
-
* The property of each item object that holds its title.
|
|
32
|
-
*/
|
|
33
|
-
itemLabel?: string;
|
|
34
|
-
/**
|
|
35
|
-
* Indicates whether the list is disabled.
|
|
36
|
-
*/
|
|
37
|
-
disabled?: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* Custom set of classes to apply to the component.
|
|
40
|
-
*/
|
|
41
|
-
class?: string | unknown[];
|
|
42
|
-
/**
|
|
43
|
-
* Indicates whether the list items are selectable.
|
|
44
|
-
*/
|
|
45
|
-
selectable?: boolean;
|
|
46
|
-
};
|
|
3
|
+
declare let __VLS_typeProps: QListProps;
|
|
47
4
|
/**
|
|
48
5
|
* Focuses on the HTML element at the specified index among the child elements.
|
|
49
6
|
*
|
|
@@ -79,87 +36,39 @@ declare function getLastFocusableItemIndex(): number;
|
|
|
79
36
|
* @returns The index of the adjacent focusable item or the index of the active item if at the edge.
|
|
80
37
|
*/
|
|
81
38
|
declare function getAdjacentItemIndex(idx: number, direction: 'next' | 'prev'): number;
|
|
82
|
-
|
|
83
|
-
modelValue
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
};
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
};
|
|
99
|
-
groups: {
|
|
100
|
-
type: import('vue').PropType<Group[]>;
|
|
101
|
-
default: () => never[];
|
|
102
|
-
};
|
|
103
|
-
itemValue: {
|
|
104
|
-
type: import('vue').PropType<string>;
|
|
105
|
-
default: string;
|
|
106
|
-
};
|
|
107
|
-
itemLabel: {
|
|
108
|
-
type: import('vue').PropType<string>;
|
|
109
|
-
default: string;
|
|
110
|
-
};
|
|
111
|
-
selectable: {
|
|
112
|
-
type: import('vue').PropType<boolean>;
|
|
113
|
-
};
|
|
114
|
-
}, {
|
|
39
|
+
type __VLS_PublicProps = {
|
|
40
|
+
modelValue?: any;
|
|
41
|
+
} & typeof __VLS_typeProps;
|
|
42
|
+
declare function __VLS_template(): {
|
|
43
|
+
slots: {
|
|
44
|
+
item?(_: {
|
|
45
|
+
item: import('./types').Item;
|
|
46
|
+
}): any;
|
|
47
|
+
};
|
|
48
|
+
refs: {
|
|
49
|
+
listRef: unknown;
|
|
50
|
+
};
|
|
51
|
+
attrs: Partial<{}>;
|
|
52
|
+
};
|
|
53
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
54
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
115
55
|
focusItem: typeof focusItem;
|
|
116
56
|
getItem: typeof getItem;
|
|
117
57
|
getAdjacentItemIndex: typeof getAdjacentItemIndex;
|
|
118
58
|
getFirstFocusableItemIndex: typeof getFirstFocusableItemIndex;
|
|
119
59
|
getLastFocusableItemIndex: typeof getLastFocusableItemIndex;
|
|
120
|
-
},
|
|
121
|
-
modelValue:
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
};
|
|
126
|
-
disabled: {
|
|
127
|
-
type: import('vue').PropType<boolean>;
|
|
128
|
-
};
|
|
129
|
-
highlighted: {
|
|
130
|
-
type: import('vue').PropType<Primitive>;
|
|
131
|
-
default: undefined;
|
|
132
|
-
};
|
|
133
|
-
items: {
|
|
134
|
-
type: import('vue').PropType<Item[]>;
|
|
135
|
-
required: true;
|
|
136
|
-
};
|
|
137
|
-
groups: {
|
|
138
|
-
type: import('vue').PropType<Group[]>;
|
|
139
|
-
default: () => never[];
|
|
140
|
-
};
|
|
141
|
-
itemValue: {
|
|
142
|
-
type: import('vue').PropType<string>;
|
|
143
|
-
default: string;
|
|
144
|
-
};
|
|
145
|
-
itemLabel: {
|
|
146
|
-
type: import('vue').PropType<string>;
|
|
147
|
-
default: string;
|
|
148
|
-
};
|
|
149
|
-
selectable: {
|
|
150
|
-
type: import('vue').PropType<boolean>;
|
|
151
|
-
};
|
|
152
|
-
}>>, {
|
|
60
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
61
|
+
"update:modelValue": (modelValue: any) => any;
|
|
62
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
63
|
+
"onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
|
|
64
|
+
}>, {
|
|
153
65
|
class: string | unknown[];
|
|
154
66
|
highlighted: Primitive;
|
|
155
67
|
groups: Group[];
|
|
156
68
|
itemValue: string;
|
|
157
69
|
itemLabel: string;
|
|
158
|
-
}, {}
|
|
159
|
-
|
|
160
|
-
item: Item;
|
|
161
|
-
}): any;
|
|
162
|
-
}>;
|
|
70
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
71
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
163
72
|
export default _default;
|
|
164
73
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
165
74
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QList.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QList/QList.vue"],"names":[],"mappings":"AA0XC,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAQnD,QAAA,IAAI,eAAe,EAAG,UAAU,CAAC;AA8IhC;;;;;;GAMG;AACH,iBAAS,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,aAAa,GAAE,OAAe,GAAG,IAAI,CAGxE;AAmBD,iBAAS,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAIrD;AAaD;;;;;;GAMG;AACH,iBAAS,0BAA0B,IAAI,MAAM,CAO5C;AAED;;;;;;GAMG;AACH,iBAAS,yBAAyB,IAAI,MAAM,CAO3C;AAoCD;;;;;;;;GAQG;AACH,iBAAS,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAuB7E;AA2DF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,OAAO,eAAe,CAAC;AAI3B,iBAAS,cAAc;;;;YAqHI,GAAG;;;;;WAUhB,OAAO,IAA6B;EAEjD;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;6EASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|