@quidgest/ui 0.14.6 → 0.14.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/ui.css +1 -6
- package/dist/ui.esm.js +1202 -1060
- package/dist/ui.js +43 -6
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +186 -174
- package/dist/ui.scss +2 -6
- package/esm/components/QAccordion/QAccordion.d.ts +7 -6
- package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.d.ts +3 -2
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +11 -11
- package/esm/components/QButton/QButton.d.ts +3 -2
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +14 -14
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +3 -2
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +3 -3
- package/esm/components/QButtonToggle/QButtonToggle.d.ts +7 -6
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +6 -6
- package/esm/components/QCard/QCard.d.ts +2 -1
- package/esm/components/QCard/QCard.d.ts.map +1 -1
- package/esm/components/QCard/QCard.vue.js +30 -30
- package/esm/components/QCheckbox/QCheckbox.d.ts +21 -5
- package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +62 -45
- package/esm/components/QCheckbox/QCheckboxLabel.d.ts +21 -0
- package/esm/components/QCheckbox/QCheckboxLabel.d.ts.map +1 -0
- package/esm/components/QCheckbox/QCheckboxLabel.vue.js +31 -0
- package/esm/components/QCheckbox/QCheckboxLabel.vue2.js +4 -0
- package/esm/components/QCheckbox/types.d.ts +7 -5
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.d.ts +6 -5
- package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +25 -25
- package/esm/components/QCombobox/QCombobox.d.ts +31 -30
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +80 -80
- package/esm/components/QDialog/QDialog.d.ts +6 -5
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +7 -7
- package/esm/components/QField/QField.d.ts +2 -1
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +9 -9
- package/esm/components/QIcon/InlineSvg.d.ts +1 -1
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +9 -9
- package/esm/components/QIcon/QIconFont.d.ts +1 -1
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.vue.js +5 -5
- package/esm/components/QIcon/QIconImg.d.ts +1 -1
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.vue.js +5 -5
- package/esm/components/QIcon/QIconSvg.d.ts +2 -2
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.vue.js +17 -17
- package/esm/components/QInputGroup/QInputGroup.d.ts +2 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +24 -24
- package/esm/components/QLineLoader/QLineLoader.d.ts +1 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.vue.js +4 -4
- package/esm/components/QList/QList.d.ts +6 -5
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +1 -1
- package/esm/components/QList/QListItem.d.ts +3 -2
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +18 -18
- package/esm/components/QList/QListItemGroup.d.ts +3 -2
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +6 -5
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +148 -138
- package/esm/components/QPopover/QPopover.d.ts +6 -5
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +3 -2
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +22 -22
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +3 -2
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +4 -4
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +3 -2
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +24 -0
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +72 -0
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue2.js +4 -0
- package/esm/components/QRemoveScrollBar/constants.d.ts +10 -0
- package/esm/components/QRemoveScrollBar/constants.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/constants.js +8 -0
- package/esm/components/QRemoveScrollBar/index.d.ts +4 -0
- package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/index.js +6 -0
- package/esm/components/QRemoveScrollBar/types.d.ts +18 -0
- package/esm/components/QRemoveScrollBar/types.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/utils/gap.d.ts +15 -0
- package/esm/components/QRemoveScrollBar/utils/gap.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/utils/gap.js +23 -0
- package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts +5 -0
- package/esm/components/QRemoveScrollBar/utils/stylesheet.d.ts.map +1 -0
- package/esm/components/QRemoveScrollBar/utils/stylesheet.js +24 -0
- package/esm/components/QSelect/QSelect.d.ts +11 -10
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +33 -33
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +11 -11
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +6 -6
- package/esm/components/QTextField/QTextField.d.ts +6 -5
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +15 -15
- package/esm/components/QThemeProvider/QThemeProvider.d.ts +3 -2
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts +6 -5
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +15 -15
- package/esm/composables/defaults.js +5 -5
- package/esm/composables/group.js +8 -8
- package/esm/composables/overlay.js +11 -11
- package/esm/framework.js +2 -2
- package/esm/utils/color.js +6 -6
- package/package.json +31 -30
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { defineComponent as H, mergeModels as $, useModel as J, computed as c, reactive as M, watch as w, ref as R, nextTick as f, onMounted as X, onBeforeUnmount as Y, openBlock as s, createElementBlock as k, Fragment as Z, createBlock as V, Teleport as ee, normalizeClass as A, createCommentVNode as g, createVNode as te, Transition as ne, withCtx as oe, normalizeStyle as U, createElementVNode as re, mergeProps as ie, withKeys as ae, renderSlot as le, unref as de } from "vue";
|
|
2
|
+
import { QRemoveScrollBar as se } from "../QRemoveScrollBar/index.js";
|
|
3
|
+
import { getSideFromPlacement as ue, computePosition as ce } from "../../composables/overlay.js";
|
|
4
|
+
import { getElement as fe } from "../../utils/getElement.js";
|
|
5
|
+
const me = ["role"], we = /* @__PURE__ */ H({
|
|
5
6
|
inheritAttrs: !1,
|
|
6
7
|
__name: "QOverlay",
|
|
7
8
|
props: /* @__PURE__ */ $({
|
|
@@ -28,224 +29,233 @@ const ce = ["role"], me = /* @__PURE__ */ G({
|
|
|
28
29
|
modelModifiers: {}
|
|
29
30
|
}),
|
|
30
31
|
emits: /* @__PURE__ */ $(["enter", "leave"], ["update:modelValue"]),
|
|
31
|
-
setup(E, { emit:
|
|
32
|
-
const t = E,
|
|
32
|
+
setup(E, { emit: z }) {
|
|
33
|
+
const t = E, B = z, r = J(E, "modelValue"), I = c(() => [
|
|
33
34
|
"q-overlay",
|
|
34
|
-
`q-overlay--${
|
|
35
|
+
`q-overlay--${ue(n.placement)}`,
|
|
35
36
|
{
|
|
36
37
|
"q-overlay--independent": t.anchor === void 0,
|
|
37
38
|
"q-overlay--inverted": t.appearance === "inverted"
|
|
38
39
|
},
|
|
39
40
|
t.class
|
|
40
|
-
]),
|
|
41
|
+
]), b = c(() => (r.value || n.animating) && !t.nonModal), n = M({
|
|
41
42
|
animating: !1,
|
|
42
43
|
top: 0,
|
|
43
44
|
left: 0,
|
|
44
45
|
width: 0,
|
|
45
46
|
placement: t.placement
|
|
46
|
-
}),
|
|
47
|
+
}), i = M({
|
|
47
48
|
top: void 0,
|
|
48
49
|
left: void 0,
|
|
49
50
|
hidden: !0
|
|
50
|
-
}),
|
|
51
|
-
|
|
52
|
-
const
|
|
51
|
+
}), N = c(() => n.top !== 0 && n.left !== 0);
|
|
52
|
+
w(r, () => n.animating = !0);
|
|
53
|
+
const O = c(() => {
|
|
53
54
|
if (t.anchor === void 0) return;
|
|
54
|
-
const e =
|
|
55
|
+
const e = d(), h = t.width === "anchor", o = h ? e == null ? void 0 : e.getBoundingClientRect().width : void 0;
|
|
55
56
|
return {
|
|
56
|
-
top: `${
|
|
57
|
-
left: `${
|
|
58
|
-
width:
|
|
57
|
+
top: `${n.top}px`,
|
|
58
|
+
left: `${n.left}px`,
|
|
59
|
+
width: o !== void 0 ? `${o}px` : void 0
|
|
59
60
|
};
|
|
60
|
-
}),
|
|
61
|
+
}), P = c(() => {
|
|
61
62
|
if (t.arrow)
|
|
62
63
|
return {
|
|
63
|
-
top:
|
|
64
|
-
left:
|
|
65
|
-
opacity:
|
|
64
|
+
top: i.top !== void 0 ? `${i.top}px` : void 0,
|
|
65
|
+
left: i.left !== void 0 ? `${i.left}px` : void 0,
|
|
66
|
+
opacity: i.hidden ? 0 : 1
|
|
66
67
|
};
|
|
67
|
-
}),
|
|
68
|
-
function
|
|
69
|
-
const e =
|
|
70
|
-
if (!e || !
|
|
68
|
+
}), m = R(null), p = R(null);
|
|
69
|
+
function a() {
|
|
70
|
+
const e = d();
|
|
71
|
+
if (!e || !p.value)
|
|
71
72
|
return;
|
|
72
|
-
const
|
|
73
|
+
const h = {
|
|
73
74
|
placement: t.placement,
|
|
74
75
|
width: t.width,
|
|
75
76
|
offset: t.offset,
|
|
76
77
|
arrow: t.arrow
|
|
77
|
-
},
|
|
78
|
+
}, o = ce(
|
|
78
79
|
e,
|
|
79
|
-
|
|
80
|
-
(
|
|
81
|
-
|
|
80
|
+
p.value,
|
|
81
|
+
(m == null ? void 0 : m.value) ?? void 0,
|
|
82
|
+
h
|
|
82
83
|
);
|
|
83
|
-
|
|
84
|
+
n.left = o.overlayCoords.x, n.top = o.overlayCoords.y, n.placement = o.placement, i.hidden = o.arrowCoords === void 0, o.arrowCoords && (i.top = o.arrowCoords.y, i.left = o.arrowCoords.x);
|
|
84
85
|
}
|
|
85
|
-
|
|
86
|
+
w(
|
|
86
87
|
() => t.placement,
|
|
87
|
-
() =>
|
|
88
|
+
() => f(a)
|
|
88
89
|
);
|
|
89
|
-
let
|
|
90
|
-
function
|
|
90
|
+
let v;
|
|
91
|
+
function y() {
|
|
91
92
|
C(0);
|
|
92
93
|
}
|
|
93
94
|
function _() {
|
|
94
95
|
C(t.delay);
|
|
95
96
|
}
|
|
96
97
|
function C(e) {
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
v || (v = window.setTimeout(() => {
|
|
99
|
+
r.value = !0;
|
|
99
100
|
}, e));
|
|
100
101
|
}
|
|
101
102
|
function l() {
|
|
102
|
-
if (clearTimeout(
|
|
103
|
-
const e =
|
|
103
|
+
if (clearTimeout(v), v = void 0, r.value = !1, t.anchor && t.trigger === "click") {
|
|
104
|
+
const e = d();
|
|
104
105
|
e == null || e.focus();
|
|
105
106
|
}
|
|
106
107
|
}
|
|
107
|
-
|
|
108
|
-
function
|
|
109
|
-
|
|
108
|
+
w(N, () => f(D));
|
|
109
|
+
function D() {
|
|
110
|
+
B("enter");
|
|
110
111
|
}
|
|
111
112
|
let T;
|
|
112
|
-
function
|
|
113
|
-
window.clearTimeout(T), T = window.setTimeout(() =>
|
|
113
|
+
function F() {
|
|
114
|
+
window.clearTimeout(T), T = window.setTimeout(() => n.animating = !1, 200), B("leave");
|
|
114
115
|
}
|
|
115
|
-
function
|
|
116
|
-
return t.anchor ?
|
|
116
|
+
function d() {
|
|
117
|
+
return t.anchor ? fe(t.anchor) : null;
|
|
117
118
|
}
|
|
118
|
-
let
|
|
119
|
+
let u;
|
|
119
120
|
function K() {
|
|
120
|
-
const e =
|
|
121
|
+
const e = d();
|
|
121
122
|
if (e)
|
|
122
|
-
switch (
|
|
123
|
+
switch (u = new MutationObserver(a), u.observe(e, {
|
|
123
124
|
attributes: !1,
|
|
124
125
|
childList: !0,
|
|
125
126
|
characterData: !0,
|
|
126
127
|
subtree: !0
|
|
127
128
|
}), t.trigger) {
|
|
128
129
|
case "click":
|
|
129
|
-
e.addEventListener("click",
|
|
130
|
+
e.addEventListener("click", y);
|
|
130
131
|
break;
|
|
131
132
|
case "hover":
|
|
132
|
-
e.addEventListener("mouseenter", _), e.addEventListener("mouseleave", l), e.addEventListener("focusin",
|
|
133
|
+
e.addEventListener("mouseenter", _), e.addEventListener("mouseleave", l), e.addEventListener("focusin", y), e.addEventListener("focusout", l);
|
|
133
134
|
break;
|
|
134
135
|
}
|
|
135
136
|
}
|
|
136
|
-
function
|
|
137
|
-
const e =
|
|
137
|
+
function Q() {
|
|
138
|
+
const e = d();
|
|
138
139
|
if (e)
|
|
139
|
-
switch (
|
|
140
|
+
switch (u == null || u.disconnect(), t.trigger) {
|
|
140
141
|
case "click":
|
|
141
|
-
e.removeEventListener("click",
|
|
142
|
+
e.removeEventListener("click", y);
|
|
142
143
|
break;
|
|
143
144
|
case "hover":
|
|
144
|
-
e.removeEventListener("mouseenter", _), e.removeEventListener("mouseleave", l), e.removeEventListener("focusin",
|
|
145
|
+
e.removeEventListener("mouseenter", _), e.removeEventListener("mouseleave", l), e.removeEventListener("focusin", y), e.removeEventListener("focusout", l);
|
|
145
146
|
break;
|
|
146
147
|
}
|
|
147
148
|
}
|
|
148
|
-
function Q() {
|
|
149
|
-
window.addEventListener("resize", i), t.scrollLock || window.addEventListener("scroll", i);
|
|
150
|
-
}
|
|
151
149
|
function W() {
|
|
152
|
-
window.
|
|
150
|
+
window.addEventListener("resize", a), t.scrollLock || window.addEventListener("scroll", a);
|
|
153
151
|
}
|
|
154
|
-
|
|
152
|
+
function j() {
|
|
153
|
+
window.removeEventListener("resize", a), t.scrollLock || window.removeEventListener("scroll", a);
|
|
154
|
+
}
|
|
155
|
+
let L;
|
|
155
156
|
function x() {
|
|
156
|
-
|
|
157
|
+
d() ? (a(), L = window.setTimeout(x, 100)) : l();
|
|
157
158
|
}
|
|
158
|
-
function
|
|
159
|
-
|
|
159
|
+
function G() {
|
|
160
|
+
W(), t.spy ? x() : a(), (t.anchor === void 0 || t.trigger === "click") && f(() => {
|
|
160
161
|
var e;
|
|
161
|
-
return (e =
|
|
162
|
+
return (e = p.value) == null ? void 0 : e.focus();
|
|
162
163
|
});
|
|
163
164
|
}
|
|
164
|
-
function q() {
|
|
165
|
-
W(), t.spy && (clearTimeout(k), k = void 0), t.scrollLock && document.body.classList.remove("no-scroll"), o.top = 0, o.left = 0;
|
|
166
|
-
}
|
|
167
165
|
function S() {
|
|
166
|
+
j(), t.spy && (clearTimeout(L), L = void 0), n.top = 0, n.left = 0;
|
|
167
|
+
}
|
|
168
|
+
function q() {
|
|
168
169
|
t.persistent || l();
|
|
169
170
|
}
|
|
170
|
-
return
|
|
171
|
-
|
|
172
|
-
}),
|
|
173
|
-
|
|
174
|
-
}),
|
|
175
|
-
|
|
171
|
+
return X(() => {
|
|
172
|
+
f(K);
|
|
173
|
+
}), Y(() => {
|
|
174
|
+
Q(), S();
|
|
175
|
+
}), w(
|
|
176
|
+
r,
|
|
176
177
|
(e) => {
|
|
177
|
-
|
|
178
|
+
f(() => e ? G() : S());
|
|
178
179
|
},
|
|
179
180
|
{ immediate: !0 }
|
|
180
|
-
), (e,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
t.backdropClass,
|
|
190
|
-
"q-overlay__underlay",
|
|
191
|
-
{ "q-overlay__underlay--blur": t.backdropBlur }
|
|
192
|
-
])
|
|
193
|
-
},
|
|
194
|
-
null,
|
|
195
|
-
2
|
|
196
|
-
/* CLASS */
|
|
197
|
-
)) : g("v-if", !0),
|
|
198
|
-
ee(te, {
|
|
199
|
-
name: t.transition,
|
|
200
|
-
appear: "",
|
|
201
|
-
onLeave: D
|
|
202
|
-
}, {
|
|
203
|
-
default: oe(() => [
|
|
204
|
-
a.value ? (w(), L(
|
|
181
|
+
), (e, h) => (s(), k(
|
|
182
|
+
Z,
|
|
183
|
+
null,
|
|
184
|
+
[
|
|
185
|
+
(s(), V(ee, {
|
|
186
|
+
disabled: !r.value && !n.animating || t.inline,
|
|
187
|
+
to: t.attach
|
|
188
|
+
}, [
|
|
189
|
+
b.value ? (s(), k(
|
|
205
190
|
"div",
|
|
206
191
|
{
|
|
207
192
|
key: 0,
|
|
208
|
-
class:
|
|
209
|
-
|
|
193
|
+
class: A([
|
|
194
|
+
t.backdropClass,
|
|
195
|
+
"q-overlay__underlay",
|
|
196
|
+
{ "q-overlay__underlay--blur": t.backdropBlur }
|
|
197
|
+
])
|
|
210
198
|
},
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
199
|
+
null,
|
|
200
|
+
2
|
|
201
|
+
/* CLASS */
|
|
202
|
+
)) : g("v-if", !0),
|
|
203
|
+
te(ne, {
|
|
204
|
+
name: t.transition,
|
|
205
|
+
appear: "",
|
|
206
|
+
onLeave: F
|
|
207
|
+
}, {
|
|
208
|
+
default: oe(() => [
|
|
209
|
+
r.value ? (s(), k(
|
|
210
|
+
"div",
|
|
211
|
+
{
|
|
212
|
+
key: 0,
|
|
213
|
+
class: A(I.value),
|
|
214
|
+
style: U(O.value)
|
|
215
|
+
},
|
|
216
|
+
[
|
|
217
|
+
re("div", ie({
|
|
218
|
+
ref_key: "overlayRef",
|
|
219
|
+
ref: p,
|
|
220
|
+
class: "q-overlay__content",
|
|
221
|
+
tabindex: "-1",
|
|
222
|
+
role: b.value ? "dialog" : void 0
|
|
223
|
+
}, e.$attrs, {
|
|
224
|
+
onKeydown: ae(q, ["escape"]),
|
|
225
|
+
onBlur: q
|
|
226
|
+
}), [
|
|
227
|
+
t.arrow ? (s(), k(
|
|
228
|
+
"div",
|
|
229
|
+
{
|
|
230
|
+
key: 0,
|
|
231
|
+
ref_key: "arrowRef",
|
|
232
|
+
ref: m,
|
|
233
|
+
role: "presentation",
|
|
234
|
+
class: "q-overlay__arrow",
|
|
235
|
+
style: U(P.value)
|
|
236
|
+
},
|
|
237
|
+
null,
|
|
238
|
+
4
|
|
239
|
+
/* STYLE */
|
|
240
|
+
)) : g("v-if", !0),
|
|
241
|
+
le(e.$slots, "default")
|
|
242
|
+
], 16, me)
|
|
243
|
+
],
|
|
244
|
+
6
|
|
245
|
+
/* CLASS, STYLE */
|
|
246
|
+
)) : g("v-if", !0)
|
|
247
|
+
]),
|
|
248
|
+
_: 3
|
|
249
|
+
/* FORWARDED */
|
|
250
|
+
}, 8, ["name"])
|
|
251
|
+
], 8, ["disabled", "to"])),
|
|
252
|
+
t.scrollLock && r.value ? (s(), V(de(se), { key: 0 })) : g("v-if", !0)
|
|
253
|
+
],
|
|
254
|
+
64
|
|
255
|
+
/* STABLE_FRAGMENT */
|
|
256
|
+
));
|
|
247
257
|
}
|
|
248
258
|
});
|
|
249
259
|
export {
|
|
250
|
-
|
|
260
|
+
we as default
|
|
251
261
|
};
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
import { QPopoverProps } from './types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = QPopoverProps;
|
|
3
3
|
type __VLS_PublicProps = {
|
|
4
4
|
modelValue?: boolean;
|
|
5
|
-
} &
|
|
5
|
+
} & __VLS_Props;
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
7
8
|
slots: {
|
|
8
9
|
header?(_: {}): any;
|
|
9
10
|
body?(_: {}): any;
|
|
10
11
|
};
|
|
11
12
|
refs: {};
|
|
12
|
-
|
|
13
|
+
rootEl: any;
|
|
13
14
|
};
|
|
14
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
16
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
-
"update:modelValue": (
|
|
17
|
+
"update:modelValue": (value: boolean) => any;
|
|
17
18
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
|
-
"onUpdate:modelValue"?: ((
|
|
19
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
19
20
|
}>, {
|
|
20
21
|
html: boolean;
|
|
21
22
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QPopover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPopover/QPopover.vue"],"names":[],"mappings":"AAwDC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAI7C,
|
|
1
|
+
{"version":3,"file":"QPopover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPopover/QPopover.vue"],"names":[],"mappings":"AA4BA;AAwDC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAI7C,KAAK,WAAW,GAAG,aAAa,CAAC;AA6BjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA8DT,OAAO,IAA6B;;wBATtB,GAAG;sBACL,GAAG;;;;EAa5B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;6EAQnB,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,5 +1,6 @@
|
|
|
1
1
|
import { QPropertyListField, QPropertyListGroupProps, QPropertyListProps, DEFAULT_ICONS, DEFAULT_TEXTS } from './types';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: Partial<Record<string, (_: {
|
|
4
5
|
field: QPropertyListField;
|
|
5
6
|
}) => any>> & {
|
|
@@ -17,7 +18,7 @@ declare function __VLS_template(): {
|
|
|
17
18
|
refs: {
|
|
18
19
|
componentRoot: HTMLDivElement;
|
|
19
20
|
};
|
|
20
|
-
|
|
21
|
+
rootEl: HTMLDivElement;
|
|
21
22
|
};
|
|
22
23
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
23
24
|
declare const __VLS_component: import('vue').DefineComponent<QPropertyListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -31,7 +32,7 @@ declare const __VLS_component: import('vue').DefineComponent<QPropertyListProps,
|
|
|
31
32
|
texts: typeof DEFAULT_TEXTS;
|
|
32
33
|
fields: QPropertyListField[];
|
|
33
34
|
panelPosition: import('./types').PanelPosition;
|
|
34
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
35
36
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
37
|
export default _default;
|
|
37
38
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QPropertyList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyList.vue"],"names":[],"mappings":"AAkMC,OAAO,KAAK,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAI9F,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AA8IvD,iBAAS,cAAc;;;
|
|
1
|
+
{"version":3,"file":"QPropertyList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyList.vue"],"names":[],"mappings":"AAsDA;AAkMC,OAAO,KAAK,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAI9F,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AA8IvD,iBAAS,cAAc;WAoIT,OAAO,IAA6B;;;UAXoC,GAAG;;;;;;;;;;YAE7D,GAAG;;;;;;EAc9B;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;wFASnB,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,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as w, ref as d, computed as g, openBlock as s, createElementBlock as
|
|
1
|
+
import { defineComponent as w, ref as d, computed as g, openBlock as s, createElementBlock as a, normalizeClass as v, createElementVNode as i, Fragment as p, renderList as _, createBlock as c, unref as f, createCommentVNode as y, withCtx as h, renderSlot as F } from "vue";
|
|
2
2
|
import { QPropertyListGroup as G, QPropertyListRow as Q, QPropertyListPanel as S } from "./index.js";
|
|
3
3
|
import { DEFAULT_ICONS as A, DEFAULT_TEXTS as N } from "./types.js";
|
|
4
4
|
const O = { class: "q-property-list__table" }, $ = /* @__PURE__ */ w({
|
|
@@ -16,7 +16,7 @@ const O = { class: "q-property-list__table" }, $ = /* @__PURE__ */ w({
|
|
|
16
16
|
},
|
|
17
17
|
emits: ["field-change"],
|
|
18
18
|
setup(k, { emit: P }) {
|
|
19
|
-
const t = k, x = P,
|
|
19
|
+
const t = k, x = P, u = d(t.groups.map((e) => e.id)), r = d(void 0), m = d(null), C = g(() => t.groups.length ? t.groups.filter(
|
|
20
20
|
(e) => t.fields.some((o) => o.group === e.id)
|
|
21
21
|
) : [{ id: "", title: "" }]), L = g(() => [
|
|
22
22
|
t.class,
|
|
@@ -32,16 +32,16 @@ const O = { class: "q-property-list__table" }, $ = /* @__PURE__ */ w({
|
|
|
32
32
|
return e ? t.fields.filter((o) => o.group === e) : t.fields;
|
|
33
33
|
}
|
|
34
34
|
function B(e) {
|
|
35
|
-
const o =
|
|
36
|
-
o === -1 ?
|
|
35
|
+
const o = u.value.indexOf(e);
|
|
36
|
+
o === -1 ? u.value.push(e) : u.value.splice(o, 1);
|
|
37
37
|
}
|
|
38
38
|
function E(e) {
|
|
39
|
-
var
|
|
40
|
-
const o = e.group && !
|
|
39
|
+
var l;
|
|
40
|
+
const o = e.group && !u.value.includes(e.group), n = ((l = r.value) == null ? void 0 : l.id) === e.id;
|
|
41
41
|
return [
|
|
42
42
|
{
|
|
43
43
|
"q-property-list__row--closed": o,
|
|
44
|
-
"q-property-list__row--selected":
|
|
44
|
+
"q-property-list__row--selected": n
|
|
45
45
|
}
|
|
46
46
|
];
|
|
47
47
|
}
|
|
@@ -51,13 +51,13 @@ const O = { class: "q-property-list__table" }, $ = /* @__PURE__ */ w({
|
|
|
51
51
|
function b(e, o) {
|
|
52
52
|
t.readonly || (e.props.readonly ?? !1) || (e.props.modelValue = o, x("field-change", e));
|
|
53
53
|
}
|
|
54
|
-
return (e, o) => (s(),
|
|
54
|
+
return (e, o) => (s(), a(
|
|
55
55
|
"div",
|
|
56
56
|
{
|
|
57
|
-
tabindex: "0",
|
|
58
|
-
class: v(["q-property-list", L.value]),
|
|
59
57
|
ref_key: "componentRoot",
|
|
60
58
|
ref: m,
|
|
59
|
+
tabindex: "0",
|
|
60
|
+
class: v(["q-property-list", L.value]),
|
|
61
61
|
onFocusout: T
|
|
62
62
|
},
|
|
63
63
|
[
|
|
@@ -74,36 +74,36 @@ const O = { class: "q-property-list__table" }, $ = /* @__PURE__ */ w({
|
|
|
74
74
|
/* HOISTED */
|
|
75
75
|
)),
|
|
76
76
|
i("tbody", null, [
|
|
77
|
-
(s(!0),
|
|
77
|
+
(s(!0), a(
|
|
78
78
|
p,
|
|
79
79
|
null,
|
|
80
|
-
_(C.value, (
|
|
80
|
+
_(C.value, (n) => (s(), a(
|
|
81
81
|
p,
|
|
82
82
|
{
|
|
83
|
-
key:
|
|
83
|
+
key: n.id
|
|
84
84
|
},
|
|
85
85
|
[
|
|
86
|
-
|
|
86
|
+
n.title ? (s(), c(f(G), {
|
|
87
87
|
key: 0,
|
|
88
|
-
id:
|
|
89
|
-
title:
|
|
88
|
+
id: n.id,
|
|
89
|
+
title: n.title,
|
|
90
90
|
icons: t.icons,
|
|
91
91
|
"no-toggle": t.noToggle,
|
|
92
92
|
onToggleGroup: B
|
|
93
93
|
}, null, 8, ["id", "title", "icons", "no-toggle"])) : y("v-if", !0),
|
|
94
|
-
(s(!0),
|
|
94
|
+
(s(!0), a(
|
|
95
95
|
p,
|
|
96
96
|
null,
|
|
97
|
-
_(q(
|
|
98
|
-
key:
|
|
99
|
-
class: v(E(
|
|
100
|
-
field:
|
|
97
|
+
_(q(n.id), (l) => (s(), c(f(Q), {
|
|
98
|
+
key: l.id,
|
|
99
|
+
class: v(E(l)),
|
|
100
|
+
field: l,
|
|
101
101
|
readonly: t.readonly,
|
|
102
102
|
onFocus: R,
|
|
103
103
|
onFieldChange: b
|
|
104
104
|
}, {
|
|
105
105
|
default: h(() => [
|
|
106
|
-
F(e.$slots,
|
|
106
|
+
F(e.$slots, l.id, { field: l })
|
|
107
107
|
]),
|
|
108
108
|
_: 2
|
|
109
109
|
/* DYNAMIC */
|
|
@@ -6,6 +6,6 @@ declare const _default: import('vue').DefineComponent<QPropertyListGroupProps, {
|
|
|
6
6
|
}>, {
|
|
7
7
|
icons: typeof DEFAULT_ICONS;
|
|
8
8
|
noToggle: boolean;
|
|
9
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
10
10
|
export default _default;
|
|
11
11
|
//# sourceMappingURL=QPropertyListGroup.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QPropertyListGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListGroup.vue"],"names":[],"mappings":"AAyEC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;;AAoIxC,
|
|
1
|
+
{"version":3,"file":"QPropertyListGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListGroup.vue"],"names":[],"mappings":"AAuBA;AAyEC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;;AAoIxC,wBASG"}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { QPropertyListPanelProps, DEFAULT_TEXTS } from './types';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
11
|
declare const __VLS_component: import('vue').DefineComponent<QPropertyListPanelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QPropertyListPanelProps> & Readonly<{}>, {
|
|
11
12
|
texts: typeof DEFAULT_TEXTS;
|
|
12
13
|
field: import('./types').QPropertyListField;
|
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
15
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
16
|
export default _default;
|
|
16
17
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QPropertyListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListPanel.vue"],"names":[],"mappings":"AA+BC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"QPropertyListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListPanel.vue"],"names":[],"mappings":"AAeA;AA+BC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAmBxC,iBAAS,cAAc;WAgDT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;wFAQnB,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,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as r, openBlock as s, createElementBlock as o, renderSlot as p, createElementVNode as l, toDisplayString as t } from "vue";
|
|
2
2
|
import { DEFAULT_TEXTS as a } from "./types.js";
|
|
3
3
|
const d = { class: "q-property-list-panel__container" }, _ = { class: "q-property-list-panel__label" }, c = { class: "q-property-list-panel__description" }, f = {
|
|
4
4
|
key: 1,
|
|
5
5
|
class: "q-property-list-panel__empty"
|
|
6
|
-
}, h = /* @__PURE__ */
|
|
6
|
+
}, h = /* @__PURE__ */ r({
|
|
7
7
|
__name: "QPropertyListPanel",
|
|
8
8
|
props: {
|
|
9
9
|
field: { default: void 0 },
|
|
@@ -12,8 +12,8 @@ const d = { class: "q-property-list-panel__container" }, _ = { class: "q-propert
|
|
|
12
12
|
},
|
|
13
13
|
setup(i) {
|
|
14
14
|
const e = i;
|
|
15
|
-
return (
|
|
16
|
-
e.field ? p(
|
|
15
|
+
return (n, m) => (s(), o("div", d, [
|
|
16
|
+
e.field ? p(n.$slots, "default", { key: 0 }, () => [
|
|
17
17
|
l(
|
|
18
18
|
"div",
|
|
19
19
|
_,
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { QPropertyListField, QPropertyListRowProps } from './types';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: HTMLTableRowElement;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
11
|
declare const __VLS_component: import('vue').DefineComponent<QPropertyListRowProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -13,7 +14,7 @@ declare const __VLS_component: import('vue').DefineComponent<QPropertyListRowPro
|
|
|
13
14
|
}, string, import('vue').PublicProps, Readonly<QPropertyListRowProps> & Readonly<{
|
|
14
15
|
onFocus?: ((field: QPropertyListField) => any) | undefined;
|
|
15
16
|
"onField-change"?: ((field: QPropertyListField, value: unknown) => any) | undefined;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
17
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableRowElement>;
|
|
17
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
19
|
export default _default;
|
|
19
20
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QPropertyListRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListRow.vue"],"names":[],"mappings":"AAsEC,OAAO,KAAK,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"QPropertyListRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPropertyList/QPropertyListRow.vue"],"names":[],"mappings":"AA0BA;AAsEC,OAAO,KAAK,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AA8CzE,iBAAS,cAAc;WAkET,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;kGAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|