@purpurds/checkbox 5.10.0 → 5.11.0
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/LICENSE.txt +4 -4
- package/dist/checkbox.cjs.js +4 -4
- package/dist/checkbox.cjs.js.map +1 -1
- package/dist/checkbox.es.js +56 -56
- package/dist/checkbox.es.js.map +1 -1
- package/package.json +6 -6
package/dist/checkbox.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as U, jsx as f } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as _, Children as v, isValidElement as x, createElement as p, cloneElement as R, useEffect as
|
|
2
|
+
import { forwardRef as _, Children as v, isValidElement as x, createElement as p, cloneElement as R, useEffect as A, Fragment as re, useCallback as V, createContext as K, useMemo as k, useContext as ge, useRef as $, useState as I, useLayoutEffect as _e, useReducer as $e } from "react";
|
|
3
3
|
import { flushSync as ye } from "react-dom";
|
|
4
4
|
function xe(e) {
|
|
5
5
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
@@ -49,12 +49,12 @@ const Ne = /* @__PURE__ */ xe(we), Se = {
|
|
|
49
49
|
"purpur-icon--md": "_purpur-icon--md_8u1lq_16",
|
|
50
50
|
"purpur-icon--lg": "_purpur-icon--lg_8u1lq_20",
|
|
51
51
|
"purpur-icon--xl": "_purpur-icon--xl_8u1lq_24"
|
|
52
|
-
},
|
|
52
|
+
}, Ae = {
|
|
53
53
|
name: "error-filled",
|
|
54
54
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24" fill="currentColor"><path fill-rule="evenodd" d="M14.268 3.5c-.77-1.333-2.694-1.333-3.464 0l-8.66 15c-.77 1.333.192 3 1.732 3h17.32c1.54 0 2.502-1.667 1.733-3l-8.66-15Zm-.694 5.067-.247 6.876h-1.566l-.247-6.876a1.03 1.03 0 1 1 2.06 0Zm.212 8.917c0 .649-.585 1.234-1.25 1.234-.648 0-1.25-.585-1.25-1.234 0-.633.602-1.234 1.25-1.234.665 0 1.25.601 1.25 1.234Z" clip-rule="evenodd"/></svg>',
|
|
55
55
|
keywords: ["error-filled"],
|
|
56
56
|
category: "status"
|
|
57
|
-
},
|
|
57
|
+
}, Oe = Ne.bind(Se), W = "purpur-icon", Ce = "md", Pe = (e) => e.filter((n) => Object.keys(n).length >= 1).map((n) => `${n.name}="${n.value}"`).join(" "), ke = ({ content: e = "", title: n } = {}) => {
|
|
58
58
|
const t = [
|
|
59
59
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
60
60
|
{ name: "fill", value: "currentColor" },
|
|
@@ -62,7 +62,7 @@ const Ne = /* @__PURE__ */ xe(we), Se = {
|
|
|
62
62
|
n ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
63
63
|
], a = n ? `<title>${n}</title>` : "";
|
|
64
64
|
return `<svg ${Pe(t)}>${a}${e}</svg>`;
|
|
65
|
-
},
|
|
65
|
+
}, je = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), Ee = ({
|
|
66
66
|
["data-testid"]: e,
|
|
67
67
|
svg: n,
|
|
68
68
|
allyTitle: t,
|
|
@@ -71,9 +71,9 @@ const Ne = /* @__PURE__ */ xe(we), Se = {
|
|
|
71
71
|
...r
|
|
72
72
|
}) => {
|
|
73
73
|
const o = ke({
|
|
74
|
-
content:
|
|
74
|
+
content: je(n.svg),
|
|
75
75
|
title: t
|
|
76
|
-
}), i =
|
|
76
|
+
}), i = Oe(a, W, `${W}--${u}`);
|
|
77
77
|
return /* @__PURE__ */ f(
|
|
78
78
|
"span",
|
|
79
79
|
{
|
|
@@ -143,7 +143,7 @@ const De = /* @__PURE__ */ Me(Re), X = {
|
|
|
143
143
|
"aria-relevant": a,
|
|
144
144
|
...u,
|
|
145
145
|
children: [
|
|
146
|
-
/* @__PURE__ */ f(
|
|
146
|
+
/* @__PURE__ */ f(Ee, { svg: Ae, size: "xs", className: X[`${J}__icon`] }),
|
|
147
147
|
n
|
|
148
148
|
]
|
|
149
149
|
}
|
|
@@ -187,8 +187,8 @@ var oe = { exports: {} };
|
|
|
187
187
|
e.exports ? (t.default = t, e.exports = t) : window.classNames = t;
|
|
188
188
|
})();
|
|
189
189
|
})(oe);
|
|
190
|
-
var
|
|
191
|
-
const
|
|
190
|
+
var Be = oe.exports;
|
|
191
|
+
const Le = /* @__PURE__ */ Ie(Be), ze = {
|
|
192
192
|
"purpur-icon": "_purpur-icon_8u1lq_1",
|
|
193
193
|
"purpur-icon--xxs": "_purpur-icon--xxs_8u1lq_4",
|
|
194
194
|
"purpur-icon--xs": "_purpur-icon--xs_8u1lq_8",
|
|
@@ -206,7 +206,7 @@ const Be = /* @__PURE__ */ Ie(Le), ze = {
|
|
|
206
206
|
svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M3 12c0-1.105.711-2 1.588-2h14.824c.877 0 1.588.895 1.588 2s-.711 2-1.588 2H4.588C3.711 14 3 13.105 3 12Z" clip-rule="evenodd"/></svg>',
|
|
207
207
|
keywords: ["minus-bold"],
|
|
208
208
|
category: "utility"
|
|
209
|
-
}, He =
|
|
209
|
+
}, He = Le.bind(ze), Q = "purpur-icon", Fe = "md", Ze = (e) => e.filter((n) => Object.keys(n).length >= 1).map((n) => `${n.name}="${n.value}"`).join(" "), Ge = ({ content: e = "", title: n } = {}) => {
|
|
210
210
|
const t = [
|
|
211
211
|
{ name: "xmlns", value: "http://www.w3.org/2000/svg" },
|
|
212
212
|
{ name: "fill", value: "currentColor" },
|
|
@@ -214,7 +214,7 @@ const Be = /* @__PURE__ */ Ie(Le), ze = {
|
|
|
214
214
|
n ? { name: "role", value: "img" } : { name: "aria-hidden", value: "true" }
|
|
215
215
|
], a = n ? `<title>${n}</title>` : "";
|
|
216
216
|
return `<svg ${Ze(t)}>${a}${e}</svg>`;
|
|
217
|
-
},
|
|
217
|
+
}, Ve = (e) => e.replace(/<(\/?)svg([^>]*)>/g, "").trim(), Y = ({
|
|
218
218
|
["data-testid"]: e,
|
|
219
219
|
svg: n,
|
|
220
220
|
allyTitle: t,
|
|
@@ -222,8 +222,8 @@ const Be = /* @__PURE__ */ Ie(Le), ze = {
|
|
|
222
222
|
size: u = Fe,
|
|
223
223
|
...r
|
|
224
224
|
}) => {
|
|
225
|
-
const o =
|
|
226
|
-
content:
|
|
225
|
+
const o = Ge({
|
|
226
|
+
content: Ve(n.svg),
|
|
227
227
|
title: t
|
|
228
228
|
}), i = He(a, Q, `${Q}--${u}`);
|
|
229
229
|
return /* @__PURE__ */ f(
|
|
@@ -247,15 +247,15 @@ function H() {
|
|
|
247
247
|
return e;
|
|
248
248
|
}, H.apply(this, arguments);
|
|
249
249
|
}
|
|
250
|
-
function
|
|
251
|
-
return
|
|
250
|
+
function j() {
|
|
251
|
+
return j = Object.assign ? Object.assign.bind() : function(e) {
|
|
252
252
|
for (var n = 1; n < arguments.length; n++) {
|
|
253
253
|
var t = arguments[n];
|
|
254
254
|
for (var a in t)
|
|
255
255
|
Object.prototype.hasOwnProperty.call(t, a) && (e[a] = t[a]);
|
|
256
256
|
}
|
|
257
257
|
return e;
|
|
258
|
-
},
|
|
258
|
+
}, j.apply(this, arguments);
|
|
259
259
|
}
|
|
260
260
|
function Ke(e, n) {
|
|
261
261
|
typeof e == "function" ? e(n) : e != null && (e.current = n);
|
|
@@ -269,11 +269,11 @@ const ae = /* @__PURE__ */ _((e, n) => {
|
|
|
269
269
|
const { children: t, ...a } = e, u = v.toArray(t), r = u.find(Je);
|
|
270
270
|
if (r) {
|
|
271
271
|
const o = r.props.children, i = u.map((c) => c === r ? v.count(o) > 1 ? v.only(null) : /* @__PURE__ */ x(o) ? o.props.children : null : c);
|
|
272
|
-
return /* @__PURE__ */ p(F,
|
|
272
|
+
return /* @__PURE__ */ p(F, j({}, a, {
|
|
273
273
|
ref: n
|
|
274
274
|
}), /* @__PURE__ */ x(o) ? /* @__PURE__ */ R(o, void 0, i) : null);
|
|
275
275
|
}
|
|
276
|
-
return /* @__PURE__ */ p(F,
|
|
276
|
+
return /* @__PURE__ */ p(F, j({}, a, {
|
|
277
277
|
ref: n
|
|
278
278
|
}), t);
|
|
279
279
|
});
|
|
@@ -331,9 +331,9 @@ const Ye = [
|
|
|
331
331
|
], er = Ye.reduce((e, n) => {
|
|
332
332
|
const t = /* @__PURE__ */ _((a, u) => {
|
|
333
333
|
const { asChild: r, ...o } = a, i = r ? ae : n;
|
|
334
|
-
return
|
|
334
|
+
return A(() => {
|
|
335
335
|
window[Symbol.for("radix-ui")] = !0;
|
|
336
|
-
}, []), /* @__PURE__ */ p(i,
|
|
336
|
+
}, []), /* @__PURE__ */ p(i, j({}, o, {
|
|
337
337
|
ref: u
|
|
338
338
|
}));
|
|
339
339
|
});
|
|
@@ -388,7 +388,7 @@ var ie = { exports: {} };
|
|
|
388
388
|
})();
|
|
389
389
|
})(ie);
|
|
390
390
|
var or = ie.exports;
|
|
391
|
-
const ar = /* @__PURE__ */ nr(or),
|
|
391
|
+
const ar = /* @__PURE__ */ nr(or), L = {
|
|
392
392
|
"purpur-label": "_purpur-label_12cfi_1",
|
|
393
393
|
"purpur-label--negative": "_purpur-label--negative_12cfi_9",
|
|
394
394
|
"purpur-label--disabled": "_purpur-label--disabled_12cfi_12"
|
|
@@ -403,10 +403,10 @@ const ar = /* @__PURE__ */ nr(or), B = {
|
|
|
403
403
|
}) => {
|
|
404
404
|
const i = ar([
|
|
405
405
|
n,
|
|
406
|
-
|
|
406
|
+
L[z],
|
|
407
407
|
{
|
|
408
|
-
[
|
|
409
|
-
[
|
|
408
|
+
[L[`${z}--disabled`]]: u,
|
|
409
|
+
[L[`${z}--negative`]]: r
|
|
410
410
|
}
|
|
411
411
|
]);
|
|
412
412
|
return /* @__PURE__ */ f(tr, { className: i, "data-testid": a, htmlFor: t, ...o, children: e });
|
|
@@ -499,15 +499,15 @@ const sr = /* @__PURE__ */ ur(cr), C = {
|
|
|
499
499
|
]);
|
|
500
500
|
return /* @__PURE__ */ f("p", { ...i, className: c, "data-testid": e, children: n });
|
|
501
501
|
};
|
|
502
|
-
function
|
|
503
|
-
return
|
|
502
|
+
function E() {
|
|
503
|
+
return E = Object.assign ? Object.assign.bind() : function(e) {
|
|
504
504
|
for (var n = 1; n < arguments.length; n++) {
|
|
505
505
|
var t = arguments[n];
|
|
506
506
|
for (var a in t)
|
|
507
507
|
Object.prototype.hasOwnProperty.call(t, a) && (e[a] = t[a]);
|
|
508
508
|
}
|
|
509
509
|
return e;
|
|
510
|
-
},
|
|
510
|
+
}, E.apply(this, arguments);
|
|
511
511
|
}
|
|
512
512
|
function dr(e, n) {
|
|
513
513
|
typeof e == "function" ? e(n) : e != null && (e.current = n);
|
|
@@ -518,7 +518,7 @@ function ce(...e) {
|
|
|
518
518
|
);
|
|
519
519
|
}
|
|
520
520
|
function se(...e) {
|
|
521
|
-
return
|
|
521
|
+
return V(ce(...e), e);
|
|
522
522
|
}
|
|
523
523
|
function fr(e, n = []) {
|
|
524
524
|
let t = [];
|
|
@@ -612,7 +612,7 @@ function ee(e, n, { checkForDefaultPrevented: t = !0 } = {}) {
|
|
|
612
612
|
}
|
|
613
613
|
function le(e) {
|
|
614
614
|
const n = $(e);
|
|
615
|
-
return
|
|
615
|
+
return A(() => {
|
|
616
616
|
n.current = e;
|
|
617
617
|
}), k(
|
|
618
618
|
() => (...t) => {
|
|
@@ -627,7 +627,7 @@ function mr({ prop: e, defaultProp: n, onChange: t = () => {
|
|
|
627
627
|
const [a, u] = vr({
|
|
628
628
|
defaultProp: n,
|
|
629
629
|
onChange: t
|
|
630
|
-
}), r = e !== void 0, o = r ? e : a, i = le(t), c =
|
|
630
|
+
}), r = e !== void 0, o = r ? e : a, i = le(t), c = V((s) => {
|
|
631
631
|
if (r) {
|
|
632
632
|
const l = typeof s == "function" ? s(e) : s;
|
|
633
633
|
l !== e && i(l);
|
|
@@ -646,7 +646,7 @@ function mr({ prop: e, defaultProp: n, onChange: t = () => {
|
|
|
646
646
|
}
|
|
647
647
|
function vr({ defaultProp: e, onChange: n }) {
|
|
648
648
|
const t = I(e), [a] = t, u = $(a), r = le(n);
|
|
649
|
-
return
|
|
649
|
+
return A(() => {
|
|
650
650
|
u.current !== a && (r(a), u.current = a);
|
|
651
651
|
}, [
|
|
652
652
|
a,
|
|
@@ -726,7 +726,7 @@ function $r(e) {
|
|
|
726
726
|
MOUNT: "mounted"
|
|
727
727
|
}
|
|
728
728
|
});
|
|
729
|
-
return
|
|
729
|
+
return A(() => {
|
|
730
730
|
const s = q(a.current);
|
|
731
731
|
r.current = i === "mounted" ? s : "none";
|
|
732
732
|
}, [
|
|
@@ -763,7 +763,7 @@ function $r(e) {
|
|
|
763
763
|
"mounted",
|
|
764
764
|
"unmountSuspended"
|
|
765
765
|
].includes(i),
|
|
766
|
-
ref:
|
|
766
|
+
ref: V((s) => {
|
|
767
767
|
s && (a.current = getComputedStyle(s)), t(s);
|
|
768
768
|
}, [])
|
|
769
769
|
};
|
|
@@ -785,23 +785,23 @@ const de = /* @__PURE__ */ _((e, n) => {
|
|
|
785
785
|
const { children: t, ...a } = e, u = v.toArray(t), r = u.find(xr);
|
|
786
786
|
if (r) {
|
|
787
787
|
const o = r.props.children, i = u.map((c) => c === r ? v.count(o) > 1 ? v.only(null) : /* @__PURE__ */ x(o) ? o.props.children : null : c);
|
|
788
|
-
return /* @__PURE__ */ p(
|
|
788
|
+
return /* @__PURE__ */ p(G, M({}, a, {
|
|
789
789
|
ref: n
|
|
790
790
|
}), /* @__PURE__ */ x(o) ? /* @__PURE__ */ R(o, void 0, i) : null);
|
|
791
791
|
}
|
|
792
|
-
return /* @__PURE__ */ p(
|
|
792
|
+
return /* @__PURE__ */ p(G, M({}, a, {
|
|
793
793
|
ref: n
|
|
794
794
|
}), t);
|
|
795
795
|
});
|
|
796
796
|
de.displayName = "Slot";
|
|
797
|
-
const
|
|
797
|
+
const G = /* @__PURE__ */ _((e, n) => {
|
|
798
798
|
const { children: t, ...a } = e;
|
|
799
799
|
return /* @__PURE__ */ x(t) ? /* @__PURE__ */ R(t, {
|
|
800
800
|
...wr(a, t.props),
|
|
801
801
|
ref: n ? ce(n, t.ref) : t.ref
|
|
802
802
|
}) : v.count(t) > 1 ? v.only(null) : null;
|
|
803
803
|
});
|
|
804
|
-
|
|
804
|
+
G.displayName = "SlotClone";
|
|
805
805
|
const yr = ({ children: e }) => /* @__PURE__ */ p(re, null, e);
|
|
806
806
|
function xr(e) {
|
|
807
807
|
return /* @__PURE__ */ x(e) && e.type === yr;
|
|
@@ -847,7 +847,7 @@ const Nr = [
|
|
|
847
847
|
], fe = Nr.reduce((e, n) => {
|
|
848
848
|
const t = /* @__PURE__ */ _((a, u) => {
|
|
849
849
|
const { asChild: r, ...o } = a, i = r ? de : n;
|
|
850
|
-
return
|
|
850
|
+
return A(() => {
|
|
851
851
|
window[Symbol.for("radix-ui")] = !0;
|
|
852
852
|
}, []), /* @__PURE__ */ p(i, M({}, o, {
|
|
853
853
|
ref: u
|
|
@@ -857,29 +857,29 @@ const Nr = [
|
|
|
857
857
|
...e,
|
|
858
858
|
[n]: t
|
|
859
859
|
};
|
|
860
|
-
}, {}), he = "Checkbox", [Sr, Tr] = fr(he), [
|
|
860
|
+
}, {}), he = "Checkbox", [Sr, Tr] = fr(he), [Ar, Or] = Sr(he), Cr = /* @__PURE__ */ _((e, n) => {
|
|
861
861
|
const { __scopeCheckbox: t, name: a, checked: u, defaultChecked: r, required: o, disabled: i, value: c = "on", onCheckedChange: s, ...h } = e, [l, d] = I(null), b = se(
|
|
862
862
|
n,
|
|
863
863
|
(m) => d(m)
|
|
864
|
-
), g = $(!1), D = l ? !!l.closest("form") : !0, [y = !1,
|
|
864
|
+
), g = $(!1), D = l ? !!l.closest("form") : !0, [y = !1, B] = mr({
|
|
865
865
|
prop: u,
|
|
866
866
|
defaultProp: r,
|
|
867
867
|
onChange: s
|
|
868
868
|
}), be = $(y);
|
|
869
|
-
return
|
|
869
|
+
return A(() => {
|
|
870
870
|
const m = l == null ? void 0 : l.form;
|
|
871
871
|
if (m) {
|
|
872
|
-
const
|
|
873
|
-
return m.addEventListener("reset",
|
|
872
|
+
const O = () => B(be.current);
|
|
873
|
+
return m.addEventListener("reset", O), () => m.removeEventListener("reset", O);
|
|
874
874
|
}
|
|
875
875
|
}, [
|
|
876
876
|
l,
|
|
877
|
-
|
|
878
|
-
]), /* @__PURE__ */ p(
|
|
877
|
+
B
|
|
878
|
+
]), /* @__PURE__ */ p(Ar, {
|
|
879
879
|
scope: t,
|
|
880
880
|
state: y,
|
|
881
881
|
disabled: i
|
|
882
|
-
}, /* @__PURE__ */ p(fe.button,
|
|
882
|
+
}, /* @__PURE__ */ p(fe.button, E({
|
|
883
883
|
type: "button",
|
|
884
884
|
role: "checkbox",
|
|
885
885
|
"aria-checked": S(y) ? "mixed" : y,
|
|
@@ -894,11 +894,11 @@ const Nr = [
|
|
|
894
894
|
m.key === "Enter" && m.preventDefault();
|
|
895
895
|
}),
|
|
896
896
|
onClick: ee(e.onClick, (m) => {
|
|
897
|
-
|
|
898
|
-
(
|
|
897
|
+
B(
|
|
898
|
+
(O) => S(O) ? !0 : !O
|
|
899
899
|
), D && (g.current = m.isPropagationStopped(), g.current || m.stopPropagation());
|
|
900
900
|
})
|
|
901
|
-
})), D && /* @__PURE__ */ p(
|
|
901
|
+
})), D && /* @__PURE__ */ p(jr, {
|
|
902
902
|
control: l,
|
|
903
903
|
bubbles: !g.current,
|
|
904
904
|
name: a,
|
|
@@ -911,10 +911,10 @@ const Nr = [
|
|
|
911
911
|
}
|
|
912
912
|
}));
|
|
913
913
|
}), Pr = "CheckboxIndicator", kr = /* @__PURE__ */ _((e, n) => {
|
|
914
|
-
const { __scopeCheckbox: t, forceMount: a, ...u } = e, r =
|
|
914
|
+
const { __scopeCheckbox: t, forceMount: a, ...u } = e, r = Or(Pr, t);
|
|
915
915
|
return /* @__PURE__ */ p(pe, {
|
|
916
916
|
present: a || S(r.state) || r.state === !0
|
|
917
|
-
}, /* @__PURE__ */ p(fe.span,
|
|
917
|
+
}, /* @__PURE__ */ p(fe.span, E({
|
|
918
918
|
"data-state": me(r.state),
|
|
919
919
|
"data-disabled": r.disabled ? "" : void 0
|
|
920
920
|
}, u, {
|
|
@@ -924,9 +924,9 @@ const Nr = [
|
|
|
924
924
|
...e.style
|
|
925
925
|
}
|
|
926
926
|
})));
|
|
927
|
-
}),
|
|
927
|
+
}), jr = (e) => {
|
|
928
928
|
const { control: n, checked: t, bubbles: a = !0, ...u } = e, r = $(null), o = br(t), i = gr(n);
|
|
929
|
-
return
|
|
929
|
+
return A(() => {
|
|
930
930
|
const c = r.current, s = window.HTMLInputElement.prototype, l = Object.getOwnPropertyDescriptor(s, "checked").set;
|
|
931
931
|
if (o !== t && l) {
|
|
932
932
|
const d = new Event("click", {
|
|
@@ -938,7 +938,7 @@ const Nr = [
|
|
|
938
938
|
o,
|
|
939
939
|
t,
|
|
940
940
|
a
|
|
941
|
-
]), /* @__PURE__ */ p("input",
|
|
941
|
+
]), /* @__PURE__ */ p("input", E({
|
|
942
942
|
type: "checkbox",
|
|
943
943
|
"aria-hidden": !0,
|
|
944
944
|
defaultChecked: S(t) ? !1 : t
|
|
@@ -961,7 +961,7 @@ function S(e) {
|
|
|
961
961
|
function me(e) {
|
|
962
962
|
return S(e) ? "indeterminate" : e ? "checked" : "unchecked";
|
|
963
963
|
}
|
|
964
|
-
const
|
|
964
|
+
const Er = Cr, Mr = kr;
|
|
965
965
|
function Rr(e) {
|
|
966
966
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
967
967
|
}
|
|
@@ -1023,7 +1023,7 @@ const T = /* @__PURE__ */ Rr(Dr), w = {
|
|
|
1023
1023
|
return /* @__PURE__ */ U("div", { className: T([t, w[`${N}__wrapper`]]), children: [
|
|
1024
1024
|
/* @__PURE__ */ U("div", { className: T([t, w[`${N}__container`]]), children: [
|
|
1025
1025
|
/* @__PURE__ */ f(
|
|
1026
|
-
|
|
1026
|
+
Er,
|
|
1027
1027
|
{
|
|
1028
1028
|
...o,
|
|
1029
1029
|
checked: n,
|