@quidgest/ui 0.14.0 → 0.14.2
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/ui.css +4 -0
- package/dist/ui.esm.js +752 -739
- package/dist/ui.js +4 -4
- package/dist/ui.min.js +51 -51
- package/dist/ui.scss +1053 -1049
- package/esm/components/QBadge/QBadge.d.ts +14 -41
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +33 -33
- package/esm/components/QBadge/index.d.ts +0 -1
- package/esm/components/QBadge/types.d.ts +6 -7
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QButton/QButton.d.ts +12 -35
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/index.d.ts +0 -1
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +9 -26
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/index.d.ts +0 -1
- package/esm/components/QButtonToggle/QButtonToggle.d.ts +17 -47
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +26 -23
- package/esm/components/QButtonToggle/index.d.ts +0 -1
- package/esm/components/QCombobox/QCombobox.d.ts +373 -485
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +92 -87
- package/esm/components/QCombobox/index.d.ts +0 -1
- package/esm/components/QCombobox/types.d.ts +9 -8
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QCombobox/types.js +3 -1
- package/esm/components/QDialog/QDialog.d.ts +21 -109
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +16 -16
- package/esm/components/QDialog/index.d.ts +0 -1
- package/esm/components/QDialog/types.d.ts +6 -8
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QField/QField.d.ts +18 -41
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/index.d.ts +0 -1
- package/esm/components/QIcon/InlineSvg.d.ts +6 -6
- package/esm/components/QIcon/QIcon.d.ts +2 -28
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.d.ts +2 -30
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.d.ts +1 -11
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.d.ts +6 -32
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/index.d.ts +0 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts +12 -39
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/index.d.ts +0 -1
- package/esm/components/QInputGroup/types.d.ts +0 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts +2 -24
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/index.d.ts +0 -1
- package/esm/components/QList/QList.d.ts +22 -72
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QListItem.d.ts +14 -39
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +5 -5
- package/esm/components/QList/QListItemGroup.d.ts +9 -26
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/index.d.ts +0 -1
- package/esm/components/QList/types.d.ts +5 -7
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +23 -141
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/index.d.ts +0 -1
- package/esm/components/QOverlay/types.d.ts +0 -1
- package/esm/components/QPopover/QPopover.d.ts +19 -77
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/index.d.ts +0 -1
- package/esm/components/QPopover/types.d.ts +0 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +28 -56
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +61 -62
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +7 -44
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +22 -26
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +11 -43
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +14 -16
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +12 -17
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +28 -25
- package/esm/components/QPropertyList/index.d.ts +0 -1
- package/esm/components/QPropertyList/types.d.ts +66 -34
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +199 -147
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +130 -125
- package/esm/components/QSelect/index.d.ts +0 -1
- package/esm/components/QSelect/types.d.ts +9 -8
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSelect/types.js +5 -3
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +2 -28
- 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 +0 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +2 -26
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/index.d.ts +0 -1
- package/esm/components/QTextField/QTextField.d.ts +100 -96
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/index.d.ts +0 -1
- package/esm/components/QTextField/types.d.ts +0 -1
- package/esm/components/QThemeProvider/QThemeProvider.d.ts +8 -13
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/index.d.ts +0 -1
- package/esm/components/QTooltip/QTooltip.d.ts +24 -121
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +1 -1
- package/esm/components/QTooltip/index.d.ts +0 -1
- package/esm/components/QTooltip/types.d.ts +1 -2
- package/esm/components/QTooltip/types.d.ts.map +1 -1
- package/esm/composables/defaults.d.ts +0 -1
- package/esm/composables/theme.d.ts +0 -1
- package/esm/framework.d.ts +0 -1
- package/esm/templates/theme.d.ts +0 -1
- package/esm/utils/setupPropsProxy.d.ts +0 -1
- package/esm/utils/theme.d.ts +0 -1
- package/package.json +35 -33
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const B = {
|
|
1
|
+
import { defineComponent as v, computed as o, openBlock as n, createElementBlock as a, normalizeClass as c, createElementVNode as i, toDisplayString as q, renderSlot as C, createBlock as h, resolveDynamicComponent as k, mergeProps as g, createCommentVNode as V } from "vue";
|
|
2
|
+
const B = {
|
|
3
|
+
key: 0,
|
|
4
|
+
class: "q-property-list-field__container"
|
|
5
|
+
}, P = /* @__PURE__ */ v({
|
|
3
6
|
__name: "QPropertyListRow",
|
|
4
7
|
props: {
|
|
5
8
|
field: {},
|
|
@@ -7,50 +10,50 @@ const B = { class: "q-property-list-field__container" }, b = /* @__PURE__ */ y({
|
|
|
7
10
|
readonly: { type: Boolean }
|
|
8
11
|
},
|
|
9
12
|
emits: ["focus", "field-change"],
|
|
10
|
-
setup(
|
|
11
|
-
const e =
|
|
12
|
-
var
|
|
13
|
+
setup(p, { emit: d }) {
|
|
14
|
+
const e = p, r = d, u = o(() => ["q-property-list__row", e.class]), f = o(() => {
|
|
15
|
+
var s;
|
|
13
16
|
const l = ["q-property-list__cell", "q-property-list__cell--label"];
|
|
14
|
-
return (
|
|
15
|
-
}),
|
|
16
|
-
function
|
|
17
|
+
return (s = e.field.props) != null && s.required && l.push("q-property-list__cell--required"), l;
|
|
18
|
+
}), m = o(() => e.readonly || (e.field.props.readonly ?? !1));
|
|
19
|
+
function t() {
|
|
17
20
|
r("focus", e.field);
|
|
18
21
|
}
|
|
19
|
-
function
|
|
22
|
+
function _(l) {
|
|
20
23
|
r("field-change", e.field, l);
|
|
21
24
|
}
|
|
22
|
-
const
|
|
25
|
+
const y = o(() => ({
|
|
23
26
|
...e.field.props,
|
|
24
|
-
readonly:
|
|
27
|
+
readonly: m.value
|
|
25
28
|
}));
|
|
26
|
-
return (l,
|
|
29
|
+
return (l, s) => (n(), a(
|
|
27
30
|
"tr",
|
|
28
31
|
{
|
|
29
|
-
class: c(
|
|
30
|
-
onFocusin:
|
|
32
|
+
class: c(u.value),
|
|
33
|
+
onFocusin: t
|
|
31
34
|
},
|
|
32
35
|
[
|
|
33
|
-
|
|
36
|
+
i(
|
|
34
37
|
"td",
|
|
35
38
|
{
|
|
36
|
-
class: c(
|
|
37
|
-
onClick:
|
|
39
|
+
class: c(f.value),
|
|
40
|
+
onClick: t
|
|
38
41
|
},
|
|
39
|
-
|
|
42
|
+
q(e.field.label),
|
|
40
43
|
3
|
|
41
44
|
/* TEXT, CLASS */
|
|
42
45
|
),
|
|
43
|
-
|
|
46
|
+
i("td", {
|
|
44
47
|
class: "q-property-list__cell",
|
|
45
|
-
onClick:
|
|
48
|
+
onClick: t
|
|
46
49
|
}, [
|
|
47
50
|
C(l.$slots, "default", {}, () => [
|
|
48
|
-
n("div", B, [
|
|
49
|
-
(
|
|
51
|
+
e.field.component ? (n(), a("div", B, [
|
|
52
|
+
(n(), h(k(e.field.component), g(y.value, {
|
|
50
53
|
"model-value": e.field.props.modelValue,
|
|
51
|
-
"onUpdate:modelValue":
|
|
54
|
+
"onUpdate:modelValue": _
|
|
52
55
|
}), null, 16, ["model-value"]))
|
|
53
|
-
])
|
|
56
|
+
])) : V("v-if", !0)
|
|
54
57
|
])
|
|
55
58
|
])
|
|
56
59
|
],
|
|
@@ -60,5 +63,5 @@ const B = { class: "q-property-list-field__container" }, b = /* @__PURE__ */ y({
|
|
|
60
63
|
}
|
|
61
64
|
});
|
|
62
65
|
export {
|
|
63
|
-
|
|
66
|
+
P as default
|
|
64
67
|
};
|
|
@@ -3,7 +3,6 @@ import { default as _QPropertyListRow } from './QPropertyListRow';
|
|
|
3
3
|
import { default as _QPropertyListGroup } from './QPropertyListGroup';
|
|
4
4
|
import { default as _QPropertyListPanel } from './QPropertyListPanel';
|
|
5
5
|
import { QPropertyListProps, QPropertyListRowProps, QPropertyListGroupProps, QPropertyListPanelProps } from './types';
|
|
6
|
-
|
|
7
6
|
declare const QPropertyList: typeof _QPropertyList;
|
|
8
7
|
declare const QPropertyListRow: typeof _QPropertyListRow;
|
|
9
8
|
declare const QPropertyListGroup: typeof _QPropertyListGroup;
|
|
@@ -1,101 +1,133 @@
|
|
|
1
1
|
import { Icon } from '../QIcon';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
/**
|
|
3
|
+
* Position where the panel should be rendered relative to the main content
|
|
4
|
+
* @value 'bottom' - Panel appears below the main content
|
|
5
|
+
* @value 'right' - Panel appears to the right of the main content
|
|
6
|
+
*/
|
|
7
|
+
export type PanelPosition = 'bottom' | 'right';
|
|
5
8
|
export type QPropertyListProps = {
|
|
6
9
|
/**
|
|
7
|
-
*
|
|
10
|
+
* Array of field configurations that define the content and behavior
|
|
11
|
+
* of each property list item
|
|
8
12
|
*/
|
|
9
13
|
fields?: QPropertyListField[];
|
|
10
14
|
/**
|
|
11
|
-
*
|
|
15
|
+
* When true, hides the description panel that displays additional field information.
|
|
12
16
|
*/
|
|
13
17
|
noPanel?: boolean;
|
|
14
18
|
/**
|
|
15
|
-
*
|
|
19
|
+
* When true, disables the ability to expand/collapse property groups.
|
|
16
20
|
*/
|
|
17
21
|
noToggle?: boolean;
|
|
18
22
|
/**
|
|
19
|
-
*
|
|
23
|
+
* Determines the layout position of the description panel.
|
|
20
24
|
*/
|
|
21
|
-
panelPosition?:
|
|
25
|
+
panelPosition?: PanelPosition;
|
|
22
26
|
/**
|
|
23
|
-
*
|
|
27
|
+
* Configuration for property groups used to organize and categorize fields.
|
|
24
28
|
*/
|
|
25
29
|
groups?: QPropertyListGroupProps[];
|
|
26
30
|
/**
|
|
27
|
-
*
|
|
31
|
+
* When true, renders all fields in a read-only state preventing user interaction.
|
|
32
|
+
*/
|
|
33
|
+
readonly?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Custom CSS classes to apply to the root element.
|
|
28
36
|
*/
|
|
29
37
|
class?: string | unknown[];
|
|
30
38
|
/**
|
|
31
|
-
*
|
|
39
|
+
* Custom icon configurations.
|
|
32
40
|
*/
|
|
33
|
-
|
|
41
|
+
icons?: typeof DEFAULT_ICONS;
|
|
34
42
|
/**
|
|
35
|
-
*
|
|
43
|
+
* Custom text configurations.
|
|
36
44
|
*/
|
|
37
|
-
|
|
45
|
+
texts?: typeof DEFAULT_TEXTS;
|
|
38
46
|
};
|
|
39
47
|
export type QPropertyListGroupProps = {
|
|
40
48
|
/**
|
|
41
|
-
*
|
|
49
|
+
* Unique identifier for the property group.
|
|
42
50
|
*/
|
|
43
51
|
id: string;
|
|
44
52
|
/**
|
|
45
|
-
*
|
|
53
|
+
* Display title for the group header.
|
|
46
54
|
*/
|
|
47
55
|
title: string;
|
|
48
56
|
/**
|
|
49
|
-
*
|
|
57
|
+
* When true, disables the expand/collapse functionality for this specific group,
|
|
58
|
+
* keeping it permanently expanded.
|
|
50
59
|
*/
|
|
51
60
|
noToggle?: boolean;
|
|
52
61
|
/**
|
|
53
|
-
*
|
|
62
|
+
* Custom icon configurations.
|
|
63
|
+
*/
|
|
64
|
+
icons?: typeof DEFAULT_ICONS;
|
|
65
|
+
/**
|
|
66
|
+
* Custom text configurations.
|
|
54
67
|
*/
|
|
55
|
-
|
|
68
|
+
texts?: typeof DEFAULT_TEXTS;
|
|
56
69
|
};
|
|
57
70
|
export type QPropertyListField = {
|
|
71
|
+
/**
|
|
72
|
+
* Unique identifier for the field.
|
|
73
|
+
*/
|
|
58
74
|
id: string;
|
|
75
|
+
/**
|
|
76
|
+
* Associates the field with a specific group.
|
|
77
|
+
*/
|
|
59
78
|
group?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Display label that appears above the field input.
|
|
81
|
+
*/
|
|
60
82
|
label: string;
|
|
83
|
+
/**
|
|
84
|
+
* Additional explanatory text shown below the field.
|
|
85
|
+
*/
|
|
61
86
|
description?: string;
|
|
62
|
-
|
|
87
|
+
/**
|
|
88
|
+
* Component responsible for rendering the field's input element.
|
|
89
|
+
*/
|
|
90
|
+
component?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Configuration object passed as props to the rendered component.
|
|
93
|
+
* Supports any valid props accepted by the specified component.
|
|
94
|
+
* @example { placeholder: 'Enter value', disabled: false }
|
|
95
|
+
*/
|
|
63
96
|
props: Record<string, unknown>;
|
|
64
97
|
};
|
|
65
98
|
export type QPropertyListRowProps = {
|
|
66
99
|
/**
|
|
67
|
-
*
|
|
100
|
+
* Configuration object for the field to be rendered within this row.
|
|
68
101
|
*/
|
|
69
102
|
field: QPropertyListField;
|
|
70
103
|
/**
|
|
71
|
-
* Custom
|
|
104
|
+
* Custom CSS classes to apply to the row element.
|
|
72
105
|
*/
|
|
73
106
|
class?: string | unknown[];
|
|
74
107
|
/**
|
|
75
|
-
*
|
|
108
|
+
* When true, renders the field in a read-only state preventing user interaction.
|
|
76
109
|
*/
|
|
77
110
|
readonly?: boolean;
|
|
78
111
|
};
|
|
79
112
|
export type QPropertyListPanelProps = {
|
|
80
113
|
/**
|
|
81
|
-
*
|
|
114
|
+
* Configuration object for the currently selected field to display
|
|
115
|
+
* in the description panel.
|
|
82
116
|
*/
|
|
83
117
|
field?: QPropertyListField;
|
|
84
118
|
/**
|
|
85
|
-
*
|
|
119
|
+
* Custom icon configurations.
|
|
120
|
+
*/
|
|
121
|
+
icons?: typeof DEFAULT_ICONS;
|
|
122
|
+
/**
|
|
123
|
+
* Custom text configurations.
|
|
86
124
|
*/
|
|
87
|
-
|
|
125
|
+
texts?: typeof DEFAULT_TEXTS;
|
|
88
126
|
};
|
|
89
127
|
export declare const DEFAULT_TEXTS: {
|
|
90
128
|
emptyMessage: string;
|
|
91
129
|
};
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
};
|
|
95
|
-
export declare const DEFAULT_ICONS: Record<string, Icon>;
|
|
96
|
-
type Internals = {
|
|
97
|
-
icons: typeof DEFAULT_ICONS;
|
|
98
|
-
texts: typeof DEFAULT_TEXTS;
|
|
99
|
-
};
|
|
130
|
+
type IconKeys = 'open' | 'close';
|
|
131
|
+
export declare const DEFAULT_ICONS: Record<IconKeys, Icon>;
|
|
100
132
|
export {};
|
|
101
133
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE9C;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE9C,MAAM,MAAM,kBAAkB,GAAG;IAChC;;;OAGG;IACH,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAE7B;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAA;IAE7B;;OAEG;IACH,MAAM,CAAC,EAAE,uBAAuB,EAAE,CAAA;IAElC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAE5B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG;IACrC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;;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;AAED,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,MAAM,MAAM,qBAAqB,GAAG;IACnC;;OAEG;IACH,KAAK,EAAE,kBAAkB,CAAA;IAEzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAE1B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG;IACrC;;;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;;CAEzB,CAAA;AAED,KAAK,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAA;AAGhC,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,QAAQ,EAAE,IAAI,CAOhD,CAAA"}
|