@quidgest/ui 0.14.19 → 0.14.21
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 +10 -16
- package/dist/ui.esm.js +1135 -1134
- package/dist/ui.js +10 -10
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +74 -73
- package/dist/ui.scss +11 -17
- package/esm/components/QBadge/QBadge.d.ts +1 -1
- package/esm/components/QBadge/index.d.ts +3 -3
- package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +2 -1
- package/esm/components/QCombobox/QCombobox.d.ts +2 -0
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/index.d.ts +1 -0
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.d.ts +1 -1
- package/esm/components/QDialog/index.d.ts +3 -3
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +2 -0
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +13 -13
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +25 -17
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.vue.js +9 -13
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.vue.js +11 -15
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.vue.js +15 -19
- package/esm/components/QIcon/types.d.ts +8 -4
- package/esm/components/QIcon/types.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +2 -0
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +22 -21
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +22 -18
- package/esm/components/QList/index.d.ts +1 -0
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +4 -0
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +2 -0
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/index.d.ts +1 -0
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/ui.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Quidgest UI v0.14.
|
|
2
|
+
* Quidgest UI v0.14.21
|
|
3
3
|
* (c) 2025 Quidgest - Consultores de Gestão, S.A.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1142,20 +1142,14 @@ $button-text-on-plain: var(--q-theme-on-background);
|
|
|
1142
1142
|
}
|
|
1143
1143
|
}
|
|
1144
1144
|
.q-dropdown-menu {
|
|
1145
|
-
&
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
width: calc(100% - 2 * $space-base);
|
|
1150
|
-
margin-left: $space-base;
|
|
1151
|
-
margin-right: $space-base;
|
|
1152
|
-
.q-list-item__check-container {
|
|
1153
|
-
min-width: 0;
|
|
1154
|
-
}
|
|
1145
|
+
&__body {
|
|
1146
|
+
min-width: 8rem;
|
|
1147
|
+
.q-list-item-group {
|
|
1148
|
+
padding: $space-base;
|
|
1155
1149
|
}
|
|
1156
1150
|
}
|
|
1157
1151
|
&__extra {
|
|
1158
|
-
margin-left:
|
|
1152
|
+
margin-left: auto;
|
|
1159
1153
|
display: flex;
|
|
1160
1154
|
color: var(--q-theme-neutral);
|
|
1161
1155
|
font-size: x-small;
|
|
@@ -1512,7 +1506,7 @@ $line-color: var(--q-theme-primary);
|
|
|
1512
1506
|
display: flex;
|
|
1513
1507
|
gap: 0.25rem;
|
|
1514
1508
|
align-items: center;
|
|
1515
|
-
padding:
|
|
1509
|
+
padding: $space-base * 1.5 $space-base * 2;
|
|
1516
1510
|
list-style: none;
|
|
1517
1511
|
line-height: 15px;
|
|
1518
1512
|
word-wrap: break-word;
|
|
@@ -1551,7 +1545,7 @@ $line-color: var(--q-theme-primary);
|
|
|
1551
1545
|
&__content {
|
|
1552
1546
|
display: flex;
|
|
1553
1547
|
flex-grow: 1;
|
|
1554
|
-
gap: $space-base;
|
|
1548
|
+
gap: $space-base * 2;
|
|
1555
1549
|
}
|
|
1556
1550
|
&__check-container {
|
|
1557
1551
|
display: flex;
|
|
@@ -1609,7 +1603,7 @@ $overlay-z-index: 1070;
|
|
|
1609
1603
|
$arrow-tip-radius: 0.1rem;
|
|
1610
1604
|
.q-overlay {
|
|
1611
1605
|
$this: &;
|
|
1612
|
-
--q-overlay-bg: var(--q-theme-
|
|
1606
|
+
--q-overlay-bg: var(--q-theme-container);
|
|
1613
1607
|
--q-overlay-color: var(--q-theme-on-background);
|
|
1614
1608
|
--q-overlay-border-color: var(--q-theme-neutral-light);
|
|
1615
1609
|
position: fixed;
|
|
@@ -1852,8 +1846,8 @@ $base-border: 1px solid rgb(0 0 0 / 10%);
|
|
|
1852
1846
|
}
|
|
1853
1847
|
|
|
1854
1848
|
.q-field__prepend {
|
|
1855
|
-
padding-left:
|
|
1856
|
-
padding-right: $space-base;
|
|
1849
|
+
padding-left: $space-base * 2;
|
|
1850
|
+
padding-right: $space-base * 2;
|
|
1857
1851
|
}
|
|
1858
1852
|
}
|
|
1859
1853
|
.q-select__chevron {
|
|
@@ -14,8 +14,8 @@ declare const __VLS_component: import('vue').DefineComponent<QBadgeProps, {}, {}
|
|
|
14
14
|
"onClick:remove"?: (() => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
16
|
size: import('./types').QBadgeSize;
|
|
17
|
-
variant: import('./types').QBadgeVariant;
|
|
18
17
|
color: string;
|
|
18
|
+
variant: import('./types').QBadgeVariant;
|
|
19
19
|
icons: typeof DEFAULT_ICONS;
|
|
20
20
|
texts: typeof DEFAULT_TEXTS;
|
|
21
21
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
@@ -5,8 +5,8 @@ declare const QBadge: {
|
|
|
5
5
|
"click:remove": () => any;
|
|
6
6
|
}, import('vue').PublicProps, {
|
|
7
7
|
size: import('./types').QBadgeSize;
|
|
8
|
-
variant: import('./types').QBadgeVariant;
|
|
9
8
|
color: string;
|
|
9
|
+
variant: import('./types').QBadgeVariant;
|
|
10
10
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
11
11
|
texts: typeof import('./types').DEFAULT_TEXTS;
|
|
12
12
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLSpanElement, import('vue').ComponentProvideOptions, {
|
|
@@ -20,8 +20,8 @@ declare const QBadge: {
|
|
|
20
20
|
"onClick:remove"?: (() => any) | undefined;
|
|
21
21
|
}>, {}, {}, {}, {}, {
|
|
22
22
|
size: import('./types').QBadgeSize;
|
|
23
|
-
variant: import('./types').QBadgeVariant;
|
|
24
23
|
color: string;
|
|
24
|
+
variant: import('./types').QBadgeVariant;
|
|
25
25
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
26
26
|
texts: typeof import('./types').DEFAULT_TEXTS;
|
|
27
27
|
}>;
|
|
@@ -34,8 +34,8 @@ declare const QBadge: {
|
|
|
34
34
|
"click:remove": () => any;
|
|
35
35
|
}, string, {
|
|
36
36
|
size: import('./types').QBadgeSize;
|
|
37
|
-
variant: import('./types').QBadgeVariant;
|
|
38
37
|
color: string;
|
|
38
|
+
variant: import('./types').QBadgeVariant;
|
|
39
39
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
40
40
|
texts: typeof import('./types').DEFAULT_TEXTS;
|
|
41
41
|
}, {}, 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":"QCollapsible.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/QCollapsible.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QCollapsible.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCollapsible/QCollapsible.vue"],"names":[],"mappings":"AAyEA;AAwJC,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAQvC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAOhD,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAkEtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA+IT,OAAO,IAA6B;;sBAfvB,GAAG;sBAGH,GAAG;iCAFQ,GAAG;gCACJ,GAAG;0BAET,GAAG;yBACJ,GAAG;;;;EAehC;AAmBD,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;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -67,6 +67,7 @@ const L = {
|
|
|
67
67
|
"b-style": "tertiary",
|
|
68
68
|
block: "",
|
|
69
69
|
class: "q-collapsible__btn",
|
|
70
|
+
"aria-expanded": s.value,
|
|
70
71
|
onClick: C
|
|
71
72
|
}, {
|
|
72
73
|
default: d(() => [
|
|
@@ -111,7 +112,7 @@ const L = {
|
|
|
111
112
|
]),
|
|
112
113
|
_: 3
|
|
113
114
|
/* FORWARDED */
|
|
114
|
-
})
|
|
115
|
+
}, 8, ["aria-expanded"])
|
|
115
116
|
])) : o("v-if", !0)
|
|
116
117
|
]),
|
|
117
118
|
default: d(() => [
|
|
@@ -309,6 +309,7 @@ declare function __VLS_template(): {
|
|
|
309
309
|
readonly value: Primitive;
|
|
310
310
|
readonly label: string;
|
|
311
311
|
readonly icon?: import('..').Icon | undefined;
|
|
312
|
+
readonly selectable?: boolean | undefined;
|
|
312
313
|
readonly selected?: boolean | undefined;
|
|
313
314
|
readonly highlighted?: boolean | undefined;
|
|
314
315
|
readonly disabled?: boolean | undefined;
|
|
@@ -1153,6 +1154,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1153
1154
|
readonly value: Primitive;
|
|
1154
1155
|
readonly label: string;
|
|
1155
1156
|
readonly icon?: import('..').Icon | undefined;
|
|
1157
|
+
readonly selectable?: boolean | undefined;
|
|
1156
1158
|
readonly selected?: boolean | undefined;
|
|
1157
1159
|
readonly highlighted?: boolean | undefined;
|
|
1158
1160
|
readonly disabled?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"AAyHA;AAqkBC,OAAO,EAAE,aAAa,EAAiB,MAAM,SAAS,CAAA;AAYtD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAG7C,OAAO,EAAY,QAAQ,EAAyB,MAAM,KAAK,CAAA;AAE/D,KAAK,WAAW,GAAG,cAAc,CAAC;AAscnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACjB,GAAG,WAAW,CAAC;AAOhB,iBAAS,cAAc;WA2UT,OAAO,IAA6B;;iCAtBZ,GAAG;gCACJ,GAAG;yBACV,GAAG;wBACJ,GAAG;wBACH,GAAG;gCACK,GAAG;;;YACb,GAAG;+BACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAxXpC,GAAC,8CAKO,GAAE,yBACV,GACF,6DACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCARP,GAAC,8CAKO,GAAE,yBACV,GACF,6DACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCARP,GAAC,8CAKO,GAAE,yBACV,GACF,6DACM,GAAG
|
|
1
|
+
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"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"}
|
|
@@ -713,6 +713,7 @@ declare const QCombobox: {
|
|
|
713
713
|
readonly value: import('../../types/primitive').Primitive;
|
|
714
714
|
readonly label: string;
|
|
715
715
|
readonly icon?: import('..').Icon | undefined;
|
|
716
|
+
readonly selectable?: boolean | undefined;
|
|
716
717
|
readonly selected?: boolean | undefined;
|
|
717
718
|
readonly highlighted?: boolean | undefined;
|
|
718
719
|
readonly disabled?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAI+vzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -19,8 +19,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
19
19
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
20
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
|
-
icon: import('../QIcon').Icon;
|
|
23
22
|
html: boolean;
|
|
23
|
+
icon: import('../QIcon').Icon;
|
|
24
24
|
icons: typeof DEFAULT_ICONS;
|
|
25
25
|
attach: string;
|
|
26
26
|
backdropBlur: boolean;
|
|
@@ -18,8 +18,8 @@ declare const QDialog: {
|
|
|
18
18
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
19
|
"update:modelValue": (value: boolean) => any;
|
|
20
20
|
}, import('vue').PublicProps, {
|
|
21
|
-
icon: import('..').Icon;
|
|
22
21
|
html: boolean;
|
|
22
|
+
icon: import('..').Icon;
|
|
23
23
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
24
24
|
attach: string;
|
|
25
25
|
backdropBlur: boolean;
|
|
@@ -47,8 +47,8 @@ declare const QDialog: {
|
|
|
47
47
|
}> & Readonly<{
|
|
48
48
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49
49
|
}>, {}, {}, {}, {}, {
|
|
50
|
-
icon: import('..').Icon;
|
|
51
50
|
html: boolean;
|
|
51
|
+
icon: import('..').Icon;
|
|
52
52
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
53
53
|
attach: string;
|
|
54
54
|
backdropBlur: boolean;
|
|
@@ -75,8 +75,8 @@ declare const QDialog: {
|
|
|
75
75
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
76
76
|
"update:modelValue": (value: boolean) => any;
|
|
77
77
|
}, string, {
|
|
78
|
-
icon: import('..').Icon;
|
|
79
78
|
html: boolean;
|
|
79
|
+
icon: import('..').Icon;
|
|
80
80
|
icons: typeof import('./types').DEFAULT_ICONS;
|
|
81
81
|
attach: string;
|
|
82
82
|
backdropBlur: boolean;
|
|
@@ -46,6 +46,7 @@ declare function __VLS_template(): {
|
|
|
46
46
|
readonly value: Primitive;
|
|
47
47
|
readonly label: string;
|
|
48
48
|
readonly icon?: import('..').Icon | undefined;
|
|
49
|
+
readonly selectable?: boolean | undefined;
|
|
49
50
|
readonly selected?: boolean | undefined;
|
|
50
51
|
readonly highlighted?: boolean | undefined;
|
|
51
52
|
readonly disabled?: boolean | undefined;
|
|
@@ -247,6 +248,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
247
248
|
readonly value: Primitive;
|
|
248
249
|
readonly label: string;
|
|
249
250
|
readonly icon?: import('..').Icon | undefined;
|
|
251
|
+
readonly selectable?: boolean | undefined;
|
|
250
252
|
readonly selected?: boolean | undefined;
|
|
251
253
|
readonly highlighted?: boolean | undefined;
|
|
252
254
|
readonly disabled?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QDropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenuContent.vue"],"names":[],"mappings":"AAsDA;AAmNC,OAAO,KAAK,EAAE,yBAAyB,EAA0B,MAAM,SAAS,CAAA;AAChF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAGlD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAGvC,KAAK,WAAW,GAAG,yBAAyB,CAAC;AA2J9C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;
|
|
1
|
+
{"version":3,"file":"QDropdownMenuContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QDropdownMenu/QDropdownMenuContent.vue"],"names":[],"mappings":"AAsDA;AAmNC,OAAO,KAAK,EAAE,yBAAyB,EAA0B,MAAM,SAAS,CAAA;AAChF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAGlD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAGvC,KAAK,WAAW,GAAG,yBAAyB,CAAC;AA2J9C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA0IT,OAAO,IAA6B;;;;YAbvB,GAAG;;;YACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAwEi+S,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAvD7nT;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA+Bm/S,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArB5nT,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 T, mergeModels as h, useModel as N, ref as i, computed as y, createBlock as R, openBlock as w, unref as k, normalizeClass as S, withCtx as
|
|
1
|
+
import { defineComponent as T, mergeModels as h, useModel as N, ref as i, computed as y, createBlock as R, openBlock as w, unref as k, normalizeClass as S, withCtx as f, createElementVNode as U, withModifiers as $, createVNode as q, renderSlot as _, createElementBlock as A, createCommentVNode as F, toDisplayString as Q } from "vue";
|
|
2
2
|
import { QList as z } from "../QList/index.js";
|
|
3
3
|
import { QOverlay as K } from "../QOverlay/index.js";
|
|
4
4
|
import { DEFAULT_ICONS as H } from "./types.js";
|
|
@@ -33,7 +33,7 @@ const P = {
|
|
|
33
33
|
setup(c, { emit: b }) {
|
|
34
34
|
const e = c, L = b, a = N(c, "modelValue"), r = i(void 0), m = i([]), u = i(""), V = y(() => e.depth !== 0 ? e.offset : 4), C = y(() => e.depth !== 0 ? e.crossOffset : void 0);
|
|
35
35
|
let p;
|
|
36
|
-
const
|
|
36
|
+
const d = i(null), v = i(null);
|
|
37
37
|
function E(t) {
|
|
38
38
|
var n;
|
|
39
39
|
r.value = t;
|
|
@@ -78,11 +78,11 @@ const P = {
|
|
|
78
78
|
}
|
|
79
79
|
function B() {
|
|
80
80
|
var t;
|
|
81
|
-
(t =
|
|
81
|
+
(t = d.value) == null || t.$el.focus();
|
|
82
82
|
}
|
|
83
83
|
function M(t) {
|
|
84
84
|
var o;
|
|
85
|
-
(o =
|
|
85
|
+
(o = d.value) == null || o.focusItem(t);
|
|
86
86
|
}
|
|
87
87
|
return (t, o) => (w(), R(k(K), {
|
|
88
88
|
id: e.id,
|
|
@@ -97,27 +97,27 @@ const P = {
|
|
|
97
97
|
transition: e.transition,
|
|
98
98
|
class: S(e.class),
|
|
99
99
|
trigger: e.trigger,
|
|
100
|
-
"non-modal": "",
|
|
101
100
|
"scroll-lock": "",
|
|
102
101
|
persistent: "",
|
|
103
102
|
"onUpdate:modelValue": D,
|
|
104
103
|
onEnter: B
|
|
105
104
|
}, {
|
|
106
|
-
default:
|
|
105
|
+
default: f(() => [
|
|
107
106
|
U(
|
|
108
107
|
"div",
|
|
109
108
|
{
|
|
110
109
|
ref_key: "contentRef",
|
|
111
110
|
ref: v,
|
|
111
|
+
class: "q-dropdown-menu__body",
|
|
112
112
|
"data-testid": "dropdown-content",
|
|
113
113
|
tabindex: "-1",
|
|
114
114
|
onFocusout: x,
|
|
115
115
|
onKeydown: $(O, ["stop"])
|
|
116
116
|
},
|
|
117
117
|
[
|
|
118
|
-
|
|
118
|
+
q(k(z), {
|
|
119
119
|
ref_key: "listRef",
|
|
120
|
-
ref:
|
|
120
|
+
ref: d,
|
|
121
121
|
class: "q-dropdown-menu__items",
|
|
122
122
|
highlighted: r.value,
|
|
123
123
|
items: e.items,
|
|
@@ -126,18 +126,18 @@ const P = {
|
|
|
126
126
|
"item-value": e.itemValue,
|
|
127
127
|
"onUpdate:modelValue": E
|
|
128
128
|
}, {
|
|
129
|
-
item:
|
|
129
|
+
item: f(({ item: n }) => [
|
|
130
130
|
_(t.$slots, "item", { item: n })
|
|
131
131
|
]),
|
|
132
|
-
"item.append":
|
|
132
|
+
"item.append": f(({ item: n }) => [
|
|
133
133
|
_(t.$slots, "item.append", { item: n }, () => [
|
|
134
|
-
n.extraInfo ? (w(),
|
|
134
|
+
n.extraInfo ? (w(), A(
|
|
135
135
|
"span",
|
|
136
136
|
P,
|
|
137
|
-
|
|
137
|
+
Q(n.extraInfo),
|
|
138
138
|
1
|
|
139
139
|
/* TEXT */
|
|
140
|
-
)) :
|
|
140
|
+
)) : F("v-if", !0)
|
|
141
141
|
])
|
|
142
142
|
]),
|
|
143
143
|
_: 3
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIcon.vue"],"names":[],"mappings":"AAQA;
|
|
1
|
+
{"version":3,"file":"QIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIcon.vue"],"names":[],"mappings":"AAQA;AAwDC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;;;;AA4F1C,wBAQG"}
|
|
@@ -1,35 +1,43 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { QIconImg as
|
|
3
|
-
|
|
1
|
+
import { defineComponent as s, computed as n, toRef as i, createBlock as a, openBlock as u, resolveDynamicComponent as d, normalizeStyle as m, normalizeClass as p } from "vue";
|
|
2
|
+
import { QIconImg as f, QIconFont as y, QIconSvg as v } from "./index.js";
|
|
3
|
+
import { useColorStyle as g } from "../../composables/useColorStyle/index.js";
|
|
4
|
+
const S = /* @__PURE__ */ s({
|
|
4
5
|
__name: "QIcon",
|
|
5
6
|
props: {
|
|
6
7
|
id: {},
|
|
7
8
|
class: {},
|
|
8
9
|
icon: {},
|
|
10
|
+
type: { default: "svg" },
|
|
9
11
|
size: {},
|
|
10
|
-
|
|
12
|
+
color: {}
|
|
11
13
|
},
|
|
12
|
-
setup(
|
|
13
|
-
const
|
|
14
|
-
switch (
|
|
14
|
+
setup(c) {
|
|
15
|
+
const o = c, t = n(() => {
|
|
16
|
+
switch (o.type) {
|
|
15
17
|
case "svg":
|
|
16
|
-
return
|
|
18
|
+
return v;
|
|
17
19
|
case "font":
|
|
18
|
-
return
|
|
20
|
+
return y;
|
|
19
21
|
case "img":
|
|
20
|
-
return
|
|
22
|
+
return f;
|
|
21
23
|
default:
|
|
22
24
|
return;
|
|
23
25
|
}
|
|
26
|
+
}), l = g(i(o, "color"), "bold"), r = n(() => {
|
|
27
|
+
var e;
|
|
28
|
+
return {
|
|
29
|
+
"font-size": o.size !== void 0 ? `${o.size}px` : void 0,
|
|
30
|
+
color: o.color !== void 0 && o.color !== "primary" ? (e = l.style.value) == null ? void 0 : e.backgroundColor : void 0
|
|
31
|
+
};
|
|
24
32
|
});
|
|
25
|
-
return (
|
|
26
|
-
id:
|
|
27
|
-
class:
|
|
28
|
-
icon:
|
|
29
|
-
|
|
30
|
-
}, null, 8, ["id", "class", "icon", "
|
|
33
|
+
return (e, z) => (u(), a(d(t.value), {
|
|
34
|
+
id: o.id,
|
|
35
|
+
class: p(o.class),
|
|
36
|
+
icon: o.icon,
|
|
37
|
+
style: m(r.value)
|
|
38
|
+
}, null, 8, ["id", "class", "icon", "style"]));
|
|
31
39
|
}
|
|
32
40
|
});
|
|
33
41
|
export {
|
|
34
|
-
|
|
42
|
+
S as default
|
|
35
43
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QIconFont.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconFont.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QIconFont.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconFont.vue"],"names":[],"mappings":"AAMA;AA+BC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;;;;AAgE9C,wBAQG"}
|
|
@@ -1,25 +1,21 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as t, computed as n, createElementBlock as e, openBlock as c, normalizeClass as l } from "vue";
|
|
2
|
+
const s = ["id"], d = /* @__PURE__ */ t({
|
|
3
3
|
__name: "QIconFont",
|
|
4
4
|
props: {
|
|
5
5
|
id: {},
|
|
6
6
|
class: {},
|
|
7
7
|
icon: {},
|
|
8
|
-
size: {},
|
|
9
8
|
library: { default: "" },
|
|
10
9
|
variant: {}
|
|
11
10
|
},
|
|
12
|
-
setup(
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
class: u(["q-icon", "q-icon__font", r.value, t.value, n.class]),
|
|
19
|
-
style: l(o.value)
|
|
20
|
-
}, null, 14, d));
|
|
11
|
+
setup(a) {
|
|
12
|
+
const r = a, i = n(() => r.variant ? `${r.library}-${r.variant}` : r.library), o = n(() => r.library && r.icon ? `${r.library}-${r.icon}` : r.icon);
|
|
13
|
+
return (u, p) => (c(), e("i", {
|
|
14
|
+
id: r.id,
|
|
15
|
+
class: l(["q-icon", "q-icon__font", i.value, o.value, r.class])
|
|
16
|
+
}, null, 10, s));
|
|
21
17
|
}
|
|
22
18
|
});
|
|
23
19
|
export {
|
|
24
|
-
|
|
20
|
+
d as default
|
|
25
21
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QIconImg.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconImg.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QIconImg.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconImg.vue"],"names":[],"mappings":"AAMA;AAgBC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;;AA4C9C,wBAOG"}
|
|
@@ -1,24 +1,20 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as n, createElementBlock as s, openBlock as e, normalizeClass as i } from "vue";
|
|
2
|
+
const t = ["id", "src"], m = /* @__PURE__ */ n({
|
|
3
3
|
__name: "QIconImg",
|
|
4
4
|
props: {
|
|
5
5
|
id: {},
|
|
6
6
|
class: {},
|
|
7
|
-
icon: {}
|
|
8
|
-
size: {}
|
|
7
|
+
icon: {}
|
|
9
8
|
},
|
|
10
|
-
setup(
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
class: r(["q-icon", "q-icon__img", e.class]),
|
|
18
|
-
style: l(o.value)
|
|
19
|
-
}, null, 14, a));
|
|
9
|
+
setup(o) {
|
|
10
|
+
const c = o;
|
|
11
|
+
return (r, a) => (e(), s("img", {
|
|
12
|
+
id: c.id,
|
|
13
|
+
src: c.icon,
|
|
14
|
+
class: i(["q-icon", "q-icon__img", c.class])
|
|
15
|
+
}, null, 10, t));
|
|
20
16
|
}
|
|
21
17
|
});
|
|
22
18
|
export {
|
|
23
|
-
|
|
19
|
+
m as default
|
|
24
20
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QIconSvg.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconSvg.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QIconSvg.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/QIconSvg.vue"],"names":[],"mappings":"AASA;AAwCC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;AA2F7C,wBASG"}
|
|
@@ -1,36 +1,32 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as a, createBlock as i, openBlock as t, unref as r, normalizeClass as m } from "vue";
|
|
2
|
+
import u from "./InlineSvg.js";
|
|
3
|
+
const b = /* @__PURE__ */ a({
|
|
4
4
|
__name: "QIconSvg",
|
|
5
5
|
props: {
|
|
6
6
|
id: {},
|
|
7
7
|
class: {},
|
|
8
8
|
icon: {},
|
|
9
|
-
size: {},
|
|
10
9
|
bundle: { default: "" }
|
|
11
10
|
},
|
|
12
11
|
emits: ["loaded", "unloaded"],
|
|
13
|
-
setup(s, { emit:
|
|
14
|
-
const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
function c(o) {
|
|
18
|
-
n("loaded", o);
|
|
12
|
+
setup(s, { emit: c }) {
|
|
13
|
+
const o = s, n = c;
|
|
14
|
+
function l(e) {
|
|
15
|
+
n("loaded", e);
|
|
19
16
|
}
|
|
20
17
|
function d() {
|
|
21
18
|
n("unloaded");
|
|
22
19
|
}
|
|
23
|
-
return (
|
|
24
|
-
id:
|
|
25
|
-
class:
|
|
26
|
-
src:
|
|
27
|
-
symbol:
|
|
28
|
-
|
|
29
|
-
onLoaded: c,
|
|
20
|
+
return (e, p) => (t(), i(r(u), {
|
|
21
|
+
id: o.id,
|
|
22
|
+
class: m(["q-icon", "q-icon__svg", o.class]),
|
|
23
|
+
src: o.bundle,
|
|
24
|
+
symbol: o.icon,
|
|
25
|
+
onLoaded: l,
|
|
30
26
|
onUnloaded: d
|
|
31
|
-
}, null, 8, ["id", "class", "src", "symbol"
|
|
27
|
+
}, null, 8, ["id", "class", "src", "symbol"]));
|
|
32
28
|
}
|
|
33
29
|
});
|
|
34
30
|
export {
|
|
35
|
-
|
|
31
|
+
b as default
|
|
36
32
|
};
|
|
@@ -7,16 +7,20 @@ export type QIconBaseProps = QBaseComponentProps & {
|
|
|
7
7
|
* - The identifier of the SVG.
|
|
8
8
|
*/
|
|
9
9
|
icon: string;
|
|
10
|
-
/**
|
|
11
|
-
* The size of the icon, in pixels.
|
|
12
|
-
*/
|
|
13
|
-
size?: number;
|
|
14
10
|
};
|
|
15
11
|
export type QIconProps = QIconBaseProps & {
|
|
16
12
|
/**
|
|
17
13
|
* The type of resource.
|
|
18
14
|
*/
|
|
19
15
|
type?: 'svg' | 'font' | 'img';
|
|
16
|
+
/**
|
|
17
|
+
* The size of the icon, in pixels.
|
|
18
|
+
*/
|
|
19
|
+
size?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Color value to control the icon's fill color.
|
|
22
|
+
*/
|
|
23
|
+
color?: string;
|
|
20
24
|
};
|
|
21
25
|
export type QIconFontProps = QIconBaseProps & {
|
|
22
26
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,MAAM,MAAM,cAAc,GAAG,mBAAmB,GAAG;IAClD;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QIcon/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,MAAM,MAAM,cAAc,GAAG,mBAAmB,GAAG;IAClD;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAA;CACZ,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,cAAc,GAAG;IACzC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,KAAK,CAAA;IAE7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,cAAc,GAAG,cAAc,GAAG;IAC7C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,aAAa,GAAG,cAAc,CAAA;AAE1C,MAAM,MAAM,aAAa,GAAG,cAAc,GAAG;IAC5C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CACf,CAAA"}
|
|
@@ -60,6 +60,7 @@ declare function __VLS_template(): {
|
|
|
60
60
|
readonly value: Primitive;
|
|
61
61
|
readonly label: string;
|
|
62
62
|
readonly icon?: import('..').Icon | undefined;
|
|
63
|
+
readonly selectable?: boolean | undefined;
|
|
63
64
|
readonly selected?: boolean | undefined;
|
|
64
65
|
readonly highlighted?: boolean | undefined;
|
|
65
66
|
readonly disabled?: boolean | undefined;
|
|
@@ -145,6 +146,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
145
146
|
readonly value: Primitive;
|
|
146
147
|
readonly label: string;
|
|
147
148
|
readonly icon?: import('..').Icon | undefined;
|
|
149
|
+
readonly selectable?: boolean | undefined;
|
|
148
150
|
readonly selected?: boolean | undefined;
|
|
149
151
|
readonly highlighted?: boolean | undefined;
|
|
150
152
|
readonly disabled?: boolean | undefined;
|
|
@@ -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":"AA4CA;AA+XC,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAKlD,KAAK,WAAW,GAAG,UAAU,CAAC;AA4I9B;;;;;;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;AAmCD;;;;;;;;GAQG;AACH,iBAAS,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAuB7E;AAsDF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAoIT,OAAO,IAA6B;;;;;YAbvB,GAAG;;;;YACM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAnBqD,GAC3F,8CAEwC,GAAG,yBAE3C,GAAG,6DACmB,GAAG;;;;;;;;;;;;;;EA8BzB;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA5DuE,GAC3F,8CAEwC,GAAG,yBAE3C,GAAG,6DACmB,GAAG;;;;;;;;;;;;OAiExB,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"}
|