@ethnolib/language-chooser-react-mui 0.0.9 → 0.0.10
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/LanguageChooser.d.ts +1 -0
- package/{Demo.d.ts → demos/DialogDemo.d.ts} +3 -2
- package/demos/DummyRightPanelComponent.d.ts +1 -0
- package/demos/PageDemo.d.ts +2 -0
- package/index.js +54 -54
- package/index.mjs +202 -199
- package/package.json +1 -1
package/index.mjs
CHANGED
@@ -1083,7 +1083,7 @@ var k3 = function(n) {
|
|
1083
1083
|
function Ia(a, n, t) {
|
1084
1084
|
return Lg.call(n, "css") ? Vr.jsx(uh, mh(a, n), t) : Vr.jsx(a, n, t);
|
1085
1085
|
}
|
1086
|
-
function
|
1086
|
+
function Rn(a, n, t) {
|
1087
1087
|
return Lg.call(n, "css") ? Vr.jsxs(uh, mh(a, n), t) : Vr.jsxs(a, n, t);
|
1088
1088
|
}
|
1089
1089
|
var C3 = /* @__PURE__ */ Vm(function(a, n) {
|
@@ -2438,16 +2438,16 @@ function Th(a, n) {
|
|
2438
2438
|
const t = ph(a.theme);
|
2439
2439
|
return Object.keys(a).map((i) => cf(a, n, i, t)).reduce(li, {});
|
2440
2440
|
}
|
2441
|
-
function
|
2441
|
+
function En(a) {
|
2442
2442
|
return Th(a, pg);
|
2443
2443
|
}
|
2444
|
-
|
2445
|
-
|
2446
|
-
function
|
2444
|
+
En.propTypes = process.env.NODE_ENV !== "production" ? pg.reduce((a, n) => (a[n] = ps, a), {}) : {};
|
2445
|
+
En.filterProps = pg;
|
2446
|
+
function Un(a) {
|
2447
2447
|
return Th(a, Tg);
|
2448
2448
|
}
|
2449
|
-
|
2450
|
-
|
2449
|
+
Un.propTypes = process.env.NODE_ENV !== "production" ? Tg.reduce((a, n) => (a[n] = ps, a), {}) : {};
|
2450
|
+
Un.filterProps = Tg;
|
2451
2451
|
process.env.NODE_ENV !== "production" && mf.reduce((a, n) => (a[n] = ps, a), {});
|
2452
2452
|
function df(a = 8) {
|
2453
2453
|
if (a.mui)
|
@@ -2682,124 +2682,124 @@ const Ci = {
|
|
2682
2682
|
},
|
2683
2683
|
// spacing
|
2684
2684
|
p: {
|
2685
|
-
style:
|
2685
|
+
style: Un
|
2686
2686
|
},
|
2687
2687
|
pt: {
|
2688
|
-
style:
|
2688
|
+
style: Un
|
2689
2689
|
},
|
2690
2690
|
pr: {
|
2691
|
-
style:
|
2691
|
+
style: Un
|
2692
2692
|
},
|
2693
2693
|
pb: {
|
2694
|
-
style:
|
2694
|
+
style: Un
|
2695
2695
|
},
|
2696
2696
|
pl: {
|
2697
|
-
style:
|
2697
|
+
style: Un
|
2698
2698
|
},
|
2699
2699
|
px: {
|
2700
|
-
style:
|
2700
|
+
style: Un
|
2701
2701
|
},
|
2702
2702
|
py: {
|
2703
|
-
style:
|
2703
|
+
style: Un
|
2704
2704
|
},
|
2705
2705
|
padding: {
|
2706
|
-
style:
|
2706
|
+
style: Un
|
2707
2707
|
},
|
2708
2708
|
paddingTop: {
|
2709
|
-
style:
|
2709
|
+
style: Un
|
2710
2710
|
},
|
2711
2711
|
paddingRight: {
|
2712
|
-
style:
|
2712
|
+
style: Un
|
2713
2713
|
},
|
2714
2714
|
paddingBottom: {
|
2715
|
-
style:
|
2715
|
+
style: Un
|
2716
2716
|
},
|
2717
2717
|
paddingLeft: {
|
2718
|
-
style:
|
2718
|
+
style: Un
|
2719
2719
|
},
|
2720
2720
|
paddingX: {
|
2721
|
-
style:
|
2721
|
+
style: Un
|
2722
2722
|
},
|
2723
2723
|
paddingY: {
|
2724
|
-
style:
|
2724
|
+
style: Un
|
2725
2725
|
},
|
2726
2726
|
paddingInline: {
|
2727
|
-
style:
|
2727
|
+
style: Un
|
2728
2728
|
},
|
2729
2729
|
paddingInlineStart: {
|
2730
|
-
style:
|
2730
|
+
style: Un
|
2731
2731
|
},
|
2732
2732
|
paddingInlineEnd: {
|
2733
|
-
style:
|
2733
|
+
style: Un
|
2734
2734
|
},
|
2735
2735
|
paddingBlock: {
|
2736
|
-
style:
|
2736
|
+
style: Un
|
2737
2737
|
},
|
2738
2738
|
paddingBlockStart: {
|
2739
|
-
style:
|
2739
|
+
style: Un
|
2740
2740
|
},
|
2741
2741
|
paddingBlockEnd: {
|
2742
|
-
style:
|
2742
|
+
style: Un
|
2743
2743
|
},
|
2744
2744
|
m: {
|
2745
|
-
style:
|
2745
|
+
style: En
|
2746
2746
|
},
|
2747
2747
|
mt: {
|
2748
|
-
style:
|
2748
|
+
style: En
|
2749
2749
|
},
|
2750
2750
|
mr: {
|
2751
|
-
style:
|
2751
|
+
style: En
|
2752
2752
|
},
|
2753
2753
|
mb: {
|
2754
|
-
style:
|
2754
|
+
style: En
|
2755
2755
|
},
|
2756
2756
|
ml: {
|
2757
|
-
style:
|
2757
|
+
style: En
|
2758
2758
|
},
|
2759
2759
|
mx: {
|
2760
|
-
style:
|
2760
|
+
style: En
|
2761
2761
|
},
|
2762
2762
|
my: {
|
2763
|
-
style:
|
2763
|
+
style: En
|
2764
2764
|
},
|
2765
2765
|
margin: {
|
2766
|
-
style:
|
2766
|
+
style: En
|
2767
2767
|
},
|
2768
2768
|
marginTop: {
|
2769
|
-
style:
|
2769
|
+
style: En
|
2770
2770
|
},
|
2771
2771
|
marginRight: {
|
2772
|
-
style:
|
2772
|
+
style: En
|
2773
2773
|
},
|
2774
2774
|
marginBottom: {
|
2775
|
-
style:
|
2775
|
+
style: En
|
2776
2776
|
},
|
2777
2777
|
marginLeft: {
|
2778
|
-
style:
|
2778
|
+
style: En
|
2779
2779
|
},
|
2780
2780
|
marginX: {
|
2781
|
-
style:
|
2781
|
+
style: En
|
2782
2782
|
},
|
2783
2783
|
marginY: {
|
2784
|
-
style:
|
2784
|
+
style: En
|
2785
2785
|
},
|
2786
2786
|
marginInline: {
|
2787
|
-
style:
|
2787
|
+
style: En
|
2788
2788
|
},
|
2789
2789
|
marginInlineStart: {
|
2790
|
-
style:
|
2790
|
+
style: En
|
2791
2791
|
},
|
2792
2792
|
marginInlineEnd: {
|
2793
|
-
style:
|
2793
|
+
style: En
|
2794
2794
|
},
|
2795
2795
|
marginBlock: {
|
2796
|
-
style:
|
2796
|
+
style: En
|
2797
2797
|
},
|
2798
2798
|
marginBlockStart: {
|
2799
|
-
style:
|
2799
|
+
style: En
|
2800
2800
|
},
|
2801
2801
|
marginBlockEnd: {
|
2802
|
-
style:
|
2802
|
+
style: En
|
2803
2803
|
},
|
2804
2804
|
// display
|
2805
2805
|
displayPrint: {
|
@@ -5917,7 +5917,7 @@ const yC = Fa("MuiButtonBase", ["root", "disabled", "focusVisible"]), LC = ["act
|
|
5917
5917
|
nn === "button" && (O.href || O.to) && (nn = f);
|
5918
5918
|
const vn = {};
|
5919
5919
|
nn === "button" ? (vn.type = sa === void 0 ? "button" : sa, vn.disabled = y) : (!O.href && !O.to && (vn.role = "button"), y && (vn["aria-disabled"] = y));
|
5920
|
-
const
|
5920
|
+
const qn = Wn(t, pa, oa);
|
5921
5921
|
process.env.NODE_ENV !== "production" && v.useEffect(() => {
|
5922
5922
|
ga && !W.current && console.error(["MUI: The `component` prop provided to ButtonBase is invalid.", "Please make sure the children prop is rendered in this custom component."].join(`
|
5923
5923
|
`));
|
@@ -5949,7 +5949,7 @@ const yC = Fa("MuiButtonBase", ["root", "disabled", "focusVisible"]), LC = ["act
|
|
5949
5949
|
onTouchEnd: ka,
|
5950
5950
|
onTouchMove: mn,
|
5951
5951
|
onTouchStart: Sa,
|
5952
|
-
ref:
|
5952
|
+
ref: qn,
|
5953
5953
|
tabIndex: y ? -1 : U,
|
5954
5954
|
type: sa
|
5955
5955
|
}, vn, O, {
|
@@ -6742,7 +6742,7 @@ function DC(a) {
|
|
6742
6742
|
default: !1,
|
6743
6743
|
name: y,
|
6744
6744
|
state: "open"
|
6745
|
-
}), [vn,
|
6745
|
+
}), [vn, qn] = v.useState(!0), jn = !U && ka != null && Ga === la(ka), za = rn && !Q, ha = za ? w(
|
6746
6746
|
R.filter((Y) => !(P && (U ? ka : [ka]).some((Z) => Z !== null && ta(Y, Z)))),
|
6747
6747
|
// we use the empty string to manipulate `filterOptions` to not filter any options
|
6748
6748
|
// i.e. the filter predicate always returns true
|
@@ -6906,7 +6906,7 @@ function DC(a) {
|
|
6906
6906
|
Vn();
|
6907
6907
|
}, [Vn]);
|
6908
6908
|
const le = (Y) => {
|
6909
|
-
rn || (nn(!0),
|
6909
|
+
rn || (nn(!0), qn(!0), oa && oa(Y));
|
6910
6910
|
}, _e = (Y, Z) => {
|
6911
6911
|
rn && (nn(!1), X && X(Y, Z));
|
6912
6912
|
}, ye = (Y, Z, ya, da) => {
|
@@ -7048,7 +7048,7 @@ function DC(a) {
|
|
7048
7048
|
Ea(!1), _a.current = !0, ca.current = !1, l && Sa.current !== -1 && za ? Ue(Y, ha[Sa.current], "blur") : l && I && Ga !== "" ? Ue(Y, Ga, "blur", "freeSolo") : u && ln(Y, ka), _e(Y, "blur");
|
7049
7049
|
}, Xn = (Y) => {
|
7050
7050
|
const Z = Y.target.value;
|
7051
|
-
Ga !== Z && (_n(Z),
|
7051
|
+
Ga !== Z && (_n(Z), qn(!1), O && O(Y, Z, "input")), Z === "" ? !b && !U && ye(Y, null, "clear") : le(Y);
|
7052
7052
|
}, fn = (Y) => {
|
7053
7053
|
const Z = Number(Y.currentTarget.getAttribute("data-option-index"));
|
7054
7054
|
Sa.current !== Z && fa({
|
@@ -7918,7 +7918,7 @@ function BA(a) {
|
|
7918
7918
|
j[C] = ka, U[C] = ka - oa;
|
7919
7919
|
}
|
7920
7920
|
if (u) {
|
7921
|
-
var mn, Ga = C === "x" ? Ne : ve, _n = C === "x" ? ot : it, en = j[x], Ea = x === "y" ? "height" : "width", ln = en + w[Ga], rn = en - w[_n], nn = [Ne, ve].indexOf(P) !== -1, vn = (mn = ta == null ? void 0 : ta[x]) != null ? mn : 0,
|
7921
|
+
var mn, Ga = C === "x" ? Ne : ve, _n = C === "x" ? ot : it, en = j[x], Ea = x === "y" ? "height" : "width", ln = en + w[Ga], rn = en - w[_n], nn = [Ne, ve].indexOf(P) !== -1, vn = (mn = ta == null ? void 0 : ta[x]) != null ? mn : 0, qn = nn ? ln : en - z[Ea] - E[Ea] - vn + H.altAxis, jn = nn ? en + z[Ea] + E[Ea] - vn - H.altAxis : rn, za = f && nn ? iA(qn, en, jn) : mi(f ? qn : ln, en, f ? jn : rn);
|
7922
7922
|
j[x] = za, U[x] = za - en;
|
7923
7923
|
}
|
7924
7924
|
n.modifiersData[i] = U;
|
@@ -9692,15 +9692,15 @@ const je = Fa("MuiInputBase", ["root", "formControl", "focused", "disabled", "ad
|
|
9692
9692
|
size: K.size,
|
9693
9693
|
startAdornment: R,
|
9694
9694
|
type: Q
|
9695
|
-
}), nn = NP(rn), vn = La.root || y.Root || Ig,
|
9695
|
+
}), nn = NP(rn), vn = La.root || y.Root || Ig, qn = W.root || L.root || {}, jn = La.input || y.Input || Bg;
|
9696
9696
|
return Ea = N({}, Ea, (i = W.input) != null ? i : L.input), /* @__PURE__ */ Gn(v.Fragment, {
|
9697
|
-
children: [!f && vP, /* @__PURE__ */ Gn(vn, N({},
|
9698
|
-
ownerState: N({}, rn,
|
9697
|
+
children: [!f && vP, /* @__PURE__ */ Gn(vn, N({}, qn, !vo(vn) && {
|
9698
|
+
ownerState: N({}, rn, qn.ownerState)
|
9699
9699
|
}, {
|
9700
9700
|
ref: t,
|
9701
9701
|
onClick: _n
|
9702
9702
|
}, pa, {
|
9703
|
-
className: wa(nn.root,
|
9703
|
+
className: wa(nn.root, qn.className, d, sa && "MuiInputBase-readOnly"),
|
9704
9704
|
children: [R, /* @__PURE__ */ V(Bi.Provider, {
|
9705
9705
|
value: null,
|
9706
9706
|
children: /* @__PURE__ */ V(jn, N({
|
@@ -10406,7 +10406,7 @@ const MP = ["autoComplete", "autoHighlight", "autoSelect", "blurOnSelect", "Chip
|
|
10406
10406
|
getInputLabelProps: rn,
|
10407
10407
|
getPopupIndicatorProps: nn,
|
10408
10408
|
getClearProps: vn,
|
10409
|
-
getTagProps:
|
10409
|
+
getTagProps: qn,
|
10410
10410
|
getListboxProps: jn,
|
10411
10411
|
getOptionProps: za,
|
10412
10412
|
value: ha,
|
@@ -10448,7 +10448,7 @@ const MP = ["autoComplete", "autoHighlight", "autoSelect", "blurOnSelect", "Chip
|
|
10448
10448
|
const da = (Ka) => N({
|
10449
10449
|
className: fn.tag,
|
10450
10450
|
disabled: z
|
10451
|
-
},
|
10451
|
+
}, qn(Ka));
|
10452
10452
|
ka ? se = ka(ha, da, Xn) : se = ha.map((Ka, xa) => {
|
10453
10453
|
const Wa = da({
|
10454
10454
|
index: xa
|
@@ -17150,7 +17150,7 @@ const zz = (a) => {
|
|
17150
17150
|
(og({
|
17151
17151
|
value: W
|
17152
17152
|
}) || f) && (U ? Ea = U(W) : nn = !0);
|
17153
|
-
const
|
17153
|
+
const qn = Sa.map((fa) => {
|
17154
17154
|
if (!/* @__PURE__ */ v.isValidElement(fa))
|
17155
17155
|
return null;
|
17156
17156
|
process.env.NODE_ENV !== "production" && pi.isFragment(fa) && console.error(["MUI: The Select component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
|
@@ -17264,7 +17264,7 @@ const zz = (a) => {
|
|
17264
17264
|
}, Dn != null ? Dn.style : null)
|
17265
17265
|
})
|
17266
17266
|
}),
|
17267
|
-
children:
|
17267
|
+
children: qn
|
17268
17268
|
}))]
|
17269
17269
|
});
|
17270
17270
|
});
|
@@ -17872,7 +17872,7 @@ const Rb = /* @__PURE__ */ v.forwardRef(function(n, t) {
|
|
17872
17872
|
TransitionProps: Ca
|
17873
17873
|
} = j, $ = Pa(j, Ez), Sa = /* @__PURE__ */ v.isValidElement(E) ? E : /* @__PURE__ */ V("span", {
|
17874
17874
|
children: E
|
17875
|
-
}), ka = Pi(), mn = Bh(), [Ga, _n] = v.useState(), [en, Ea] = v.useState(null), ln = v.useRef(!1), rn = X || La, nn = bo(), vn = bo(),
|
17875
|
+
}), ka = Pi(), mn = Bh(), [Ga, _n] = v.useState(), [en, Ea] = v.useState(null), ln = v.useRef(!1), rn = X || La, nn = bo(), vn = bo(), qn = bo(), jn = bo(), [za, ha] = Bs({
|
17876
17876
|
controlled: la,
|
17877
17877
|
default: !1,
|
17878
17878
|
name: "Tooltip",
|
@@ -17906,11 +17906,11 @@ const Rb = /* @__PURE__ */ v.forwardRef(function(n, t) {
|
|
17906
17906
|
});
|
17907
17907
|
}
|
17908
17908
|
), un = (xa) => {
|
17909
|
-
ln.current && xa.type !== "touchstart" || (Ga && Ga.removeAttribute("title"), vn.clear(),
|
17909
|
+
ln.current && xa.type !== "touchstart" || (Ga && Ga.removeAttribute("title"), vn.clear(), qn.clear(), O || Ir && oa ? vn.start(Ir ? oa : O, () => {
|
17910
17910
|
fa(xa);
|
17911
17911
|
}) : fa(xa));
|
17912
17912
|
}, Vn = (xa) => {
|
17913
|
-
vn.clear(),
|
17913
|
+
vn.clear(), qn.start(Q, () => {
|
17914
17914
|
Ba(xa);
|
17915
17915
|
});
|
17916
17916
|
}, {
|
@@ -17927,11 +17927,11 @@ const Rb = /* @__PURE__ */ v.forwardRef(function(n, t) {
|
|
17927
17927
|
const Wa = Sa.props;
|
17928
17928
|
Wa.onTouchStart && Wa.onTouchStart(xa);
|
17929
17929
|
}, as = (xa) => {
|
17930
|
-
qt(xa),
|
17930
|
+
qt(xa), qn.clear(), nn.clear(), Qn(), Dn.current = document.body.style.WebkitUserSelect, document.body.style.WebkitUserSelect = "none", jn.start(W, () => {
|
17931
17931
|
document.body.style.WebkitUserSelect = Dn.current, un(xa);
|
17932
17932
|
});
|
17933
17933
|
}, ns = (xa) => {
|
17934
|
-
Sa.props.onTouchEnd && Sa.props.onTouchEnd(xa), Qn(),
|
17934
|
+
Sa.props.onTouchEnd && Sa.props.onTouchEnd(xa), Qn(), qn.start(Ta, () => {
|
17935
17935
|
Ba(xa);
|
17936
17936
|
});
|
17937
17937
|
};
|
@@ -103713,7 +103713,7 @@ gg.exports;
|
|
103713
103713
|
["partial", x],
|
103714
103714
|
["partialRight", j],
|
103715
103715
|
["rearg", E]
|
103716
|
-
], la = "[object Arguments]", ca = "[object Array]", _a = "[object AsyncFunction]", ga = "[object Boolean]", ua = "[object Date]", Ma = "[object DOMException]", va = "[object Error]", K = "[object Function]", Ca = "[object GeneratorFunction]", $ = "[object Map]", Sa = "[object Number]", ka = "[object Null]", mn = "[object Object]", Ga = "[object Promise]", _n = "[object Proxy]", en = "[object RegExp]", Ea = "[object Set]", ln = "[object String]", rn = "[object Symbol]", nn = "[object Undefined]", vn = "[object WeakMap]",
|
103716
|
+
], la = "[object Arguments]", ca = "[object Array]", _a = "[object AsyncFunction]", ga = "[object Boolean]", ua = "[object Date]", Ma = "[object DOMException]", va = "[object Error]", K = "[object Function]", Ca = "[object GeneratorFunction]", $ = "[object Map]", Sa = "[object Number]", ka = "[object Null]", mn = "[object Object]", Ga = "[object Promise]", _n = "[object Proxy]", en = "[object RegExp]", Ea = "[object Set]", ln = "[object String]", rn = "[object Symbol]", nn = "[object Undefined]", vn = "[object WeakMap]", qn = "[object WeakSet]", jn = "[object ArrayBuffer]", za = "[object DataView]", ha = "[object Float32Array]", sn = "[object Float64Array]", $n = "[object Int8Array]", Dn = "[object Int16Array]", Qn = "[object Int32Array]", fa = "[object Uint8Array]", Ba = "[object Uint8ClampedArray]", un = "[object Uint16Array]", Vn = "[object Uint32Array]", gt = /\b__p \+= '';/g, le = /\b(__p \+=) '' \+/g, _e = /(__e\(.*?\)|\b__t\)) \+\n'';/g, ye = /&(?:amp|lt|gt|quot|#39);/g, Ee = /[&<>"']/g, Ue = RegExp(ye.source), Rt = RegExp(Ee.source), qt = /<%-([\s\S]+?)%>/g, as = /<%([\s\S]+?)%>/g, ns = /<%=([\s\S]+?)%>/g, Ws = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, He = /^\w*$/, Xn = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, fn = /[\\^$.*+?()[\]{}|]/g, se = RegExp(fn.source), ae = /^\s+/, lt = /\s/, Ns = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, mt = /\{\n\/\* \[wrapped with (.+)\] \*/, St = /,? & /, _t = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, Oe = /[()=,{}\[\]\/\s]/, ut = /\\(\\)?/g, Y = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, Z = /\w*$/, ya = /^[-+]0x[0-9a-f]+$/i, da = /^0b[01]+$/i, Ka = /^\[object .+?Constructor\]$/, xa = /^0o[0-7]+$/i, Wa = /^(?:0|[1-9]\d*)$/, oe = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, ct = /($^)/, hp = /['\n\r\u2028\u2029\\]/g, Ri = "\\ud800-\\udfff", bp = "\\u0300-\\u036f", pp = "\\ufe20-\\ufe2f", Tp = "\\u20d0-\\u20ff", Ou = bp + pp + Tp, Wu = "\\u2700-\\u27bf", Yu = "a-z\\xdf-\\xf6\\xf8-\\xff", xp = "\\xac\\xb1\\xd7\\xf7", kp = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", Np = "\\u2000-\\u206f", vp = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Fu = "A-Z\\xc0-\\xd6\\xd8-\\xde", Vu = "\\ufe0e\\ufe0f", Xu = xp + kp + Np + vp, Eg = "['’]", Sp = "[" + Ri + "]", Ju = "[" + Xu + "]", qi = "[" + Ou + "]", $u = "\\d+", _p = "[" + Wu + "]", Qu = "[" + Yu + "]", ac = "[^" + Ri + Xu + $u + Wu + Yu + Fu + "]", Ug = "\\ud83c[\\udffb-\\udfff]", fp = "(?:" + qi + "|" + Ug + ")", nc = "[^" + Ri + "]", Hg = "(?:\\ud83c[\\udde6-\\uddff]){2}", Og = "[\\ud800-\\udbff][\\udc00-\\udfff]", Ys = "[" + Fu + "]", ec = "\\u200d", tc = "(?:" + Qu + "|" + ac + ")", wp = "(?:" + Ys + "|" + ac + ")", sc = "(?:" + Eg + "(?:d|ll|m|re|s|t|ve))?", oc = "(?:" + Eg + "(?:D|LL|M|RE|S|T|VE))?", ic = fp + "?", rc = "[" + Vu + "]?", Mp = "(?:" + ec + "(?:" + [nc, Hg, Og].join("|") + ")" + rc + ic + ")*", Cp = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", Ap = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", gc = rc + ic + Mp, Pp = "(?:" + [_p, Hg, Og].join("|") + ")" + gc, Gp = "(?:" + [nc + qi + "?", qi, Hg, Og, Sp].join("|") + ")", jp = RegExp(Eg, "g"), zp = RegExp(qi, "g"), Wg = RegExp(Ug + "(?=" + Ug + ")|" + Gp + gc, "g"), Ip = RegExp([
|
103717
103717
|
Ys + "?" + Qu + "+" + sc + "(?=" + [Ju, Ys, "$"].join("|") + ")",
|
103718
103718
|
wp + "+" + oc + "(?=" + [Ju, Ys + tc, "$"].join("|") + ")",
|
103719
103719
|
Ys + "?" + tc + "+" + sc,
|
@@ -104260,7 +104260,7 @@ gg.exports;
|
|
104260
104260
|
}
|
104261
104261
|
}(), vT = F.clearTimeout !== ie.clearTimeout && F.clearTimeout, ST = Aa && Aa.now !== ie.Date.now && Aa.now, _T = F.setTimeout !== ie.setTimeout && F.setTimeout, Qi = ne.ceil, ar = ne.floor, ol = wn.getOwnPropertySymbols, fT = Fi ? Fi.isBuffer : t, Gc = F.isFinite, wT = Hi.join, MT = _c(wn.keys, wn), ee = ne.max, me = ne.min, CT = Aa.now, AT = F.parseInt, jc = ne.random, PT = Hi.reverse, il = Cs(F, "DataView"), Ko = Cs(F, "Map"), rl = Cs(F, "Promise"), Qs = Cs(F, "Set"), Ro = Cs(F, "WeakMap"), qo = Cs(wn, "create"), nr = Ro && new Ro(), ao = {}, GT = As(il), jT = As(Ko), zT = As(rl), IT = As(Qs), BT = As(Ro), er = os ? os.prototype : t, Zo = er ? er.valueOf : t, zc = er ? er.toString : t;
|
104262
104262
|
function p(e) {
|
104263
|
-
if (
|
104263
|
+
if (Zn(e) && !Oa(e) && !(e instanceof on)) {
|
104264
104264
|
if (e instanceof Ve)
|
104265
104265
|
return e;
|
104266
104266
|
if (Sn.call(e, "__wrapped__"))
|
@@ -104740,16 +104740,16 @@ gg.exports;
|
|
104740
104740
|
return c == null ? t : fe(c, e, g);
|
104741
104741
|
}
|
104742
104742
|
function Hc(e) {
|
104743
|
-
return
|
104743
|
+
return Zn(e) && Le(e) == la;
|
104744
104744
|
}
|
104745
104745
|
function Tx(e) {
|
104746
|
-
return
|
104746
|
+
return Zn(e) && Le(e) == jn;
|
104747
104747
|
}
|
104748
104748
|
function xx(e) {
|
104749
|
-
return
|
104749
|
+
return Zn(e) && Le(e) == ua;
|
104750
104750
|
}
|
104751
104751
|
function Oo(e, s, g, c, h) {
|
104752
|
-
return e === s ? !0 : e == null || s == null || !
|
104752
|
+
return e === s ? !0 : e == null || s == null || !Zn(e) && !Zn(s) ? e !== e && s !== s : kx(e, s, g, c, Oo, h);
|
104753
104753
|
}
|
104754
104754
|
function kx(e, s, g, c, h, k) {
|
104755
104755
|
var A = Oa(e), G = Oa(s), D = A ? ca : ue(e), aa = G ? ca : ue(s);
|
@@ -104772,7 +104772,7 @@ gg.exports;
|
|
104772
104772
|
return Na ? (k || (k = new yt()), Vx(e, s, g, c, h, k)) : !1;
|
104773
104773
|
}
|
104774
104774
|
function Nx(e) {
|
104775
|
-
return
|
104775
|
+
return Zn(e) && ue(e) == $;
|
104776
104776
|
}
|
104777
104777
|
function yl(e, s, g, c) {
|
104778
104778
|
var h = g.length, k = h, A = !c;
|
@@ -104806,13 +104806,13 @@ gg.exports;
|
|
104806
104806
|
return s.test(As(e));
|
104807
104807
|
}
|
104808
104808
|
function vx(e) {
|
104809
|
-
return
|
104809
|
+
return Zn(e) && Le(e) == en;
|
104810
104810
|
}
|
104811
104811
|
function Sx(e) {
|
104812
|
-
return
|
104812
|
+
return Zn(e) && ue(e) == Ea;
|
104813
104813
|
}
|
104814
104814
|
function _x(e) {
|
104815
|
-
return
|
104815
|
+
return Zn(e) && vr(e.length) && !!zn[Le(e)];
|
104816
104816
|
}
|
104817
104817
|
function Wc(e) {
|
104818
104818
|
return typeof e == "function" ? e : e == null ? ke : typeof e == "object" ? Oa(e) ? Vc(e[0], e[1]) : Fc(e) : yy(e);
|
@@ -106575,20 +106575,20 @@ gg.exports;
|
|
106575
106575
|
}), Ps = Hc(/* @__PURE__ */ function() {
|
106576
106576
|
return arguments;
|
106577
106577
|
}()) ? Hc : function(e) {
|
106578
|
-
return
|
106578
|
+
return Zn(e) && Sn.call(e, "callee") && !Ac.call(e, "callee");
|
106579
106579
|
}, Oa = q.isArray, uv = uc ? we(uc) : Tx;
|
106580
106580
|
function Te(e) {
|
106581
106581
|
return e != null && vr(e.length) && !Yt(e);
|
106582
106582
|
}
|
106583
106583
|
function Hn(e) {
|
106584
|
-
return
|
106584
|
+
return Zn(e) && Te(e);
|
106585
106585
|
}
|
106586
106586
|
function cv(e) {
|
106587
|
-
return e === !0 || e === !1 ||
|
106587
|
+
return e === !0 || e === !1 || Zn(e) && Le(e) == ga;
|
106588
106588
|
}
|
106589
106589
|
var ms = fT || Jl, dv = cc ? we(cc) : xx;
|
106590
106590
|
function yv(e) {
|
106591
|
-
return
|
106591
|
+
return Zn(e) && e.nodeType === 1 && !Xo(e);
|
106592
106592
|
}
|
106593
106593
|
function Lv(e) {
|
106594
106594
|
if (e == null)
|
@@ -106614,7 +106614,7 @@ gg.exports;
|
|
106614
106614
|
return c === t ? Oo(e, s, t, g) : !!c;
|
106615
106615
|
}
|
106616
106616
|
function Zl(e) {
|
106617
|
-
if (!
|
106617
|
+
if (!Zn(e))
|
106618
106618
|
return !1;
|
106619
106619
|
var s = Le(e);
|
106620
106620
|
return s == va || s == Ma || typeof e.message == "string" && typeof e.name == "string" && !Xo(e);
|
@@ -106638,7 +106638,7 @@ gg.exports;
|
|
106638
106638
|
var s = typeof e;
|
106639
106639
|
return e != null && (s == "object" || s == "function");
|
106640
106640
|
}
|
106641
|
-
function
|
106641
|
+
function Zn(e) {
|
106642
106642
|
return e != null && typeof e == "object";
|
106643
106643
|
}
|
106644
106644
|
var Qd = dc ? we(dc) : Nx;
|
@@ -106663,10 +106663,10 @@ gg.exports;
|
|
106663
106663
|
return e == null;
|
106664
106664
|
}
|
106665
106665
|
function ay(e) {
|
106666
|
-
return typeof e == "number" ||
|
106666
|
+
return typeof e == "number" || Zn(e) && Le(e) == Sa;
|
106667
106667
|
}
|
106668
106668
|
function Xo(e) {
|
106669
|
-
if (!
|
106669
|
+
if (!Zn(e) || Le(e) != mn)
|
106670
106670
|
return !1;
|
106671
106671
|
var s = Xi(e);
|
106672
106672
|
if (s === null)
|
@@ -106680,20 +106680,20 @@ gg.exports;
|
|
106680
106680
|
}
|
106681
106681
|
var ny = Lc ? we(Lc) : Sx;
|
106682
106682
|
function Sr(e) {
|
106683
|
-
return typeof e == "string" || !Oa(e) &&
|
106683
|
+
return typeof e == "string" || !Oa(e) && Zn(e) && Le(e) == ln;
|
106684
106684
|
}
|
106685
106685
|
function Ce(e) {
|
106686
|
-
return typeof e == "symbol" ||
|
106686
|
+
return typeof e == "symbol" || Zn(e) && Le(e) == rn;
|
106687
106687
|
}
|
106688
106688
|
var oo = hc ? we(hc) : _x;
|
106689
106689
|
function fv(e) {
|
106690
106690
|
return e === t;
|
106691
106691
|
}
|
106692
106692
|
function wv(e) {
|
106693
|
-
return
|
106693
|
+
return Zn(e) && ue(e) == vn;
|
106694
106694
|
}
|
106695
106695
|
function Mv(e) {
|
106696
|
-
return
|
106696
|
+
return Zn(e) && Le(e) == qn;
|
106697
106697
|
}
|
106698
106698
|
var Cv = yr(hl), Av = yr(function(e, s) {
|
106699
106699
|
return e <= s;
|
@@ -107263,7 +107263,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
107263
107263
|
function v_(e, s) {
|
107264
107264
|
return e && e.length ? al(e, Ra(s, 2)) : 0;
|
107265
107265
|
}
|
107266
|
-
return p.after = ON, p.ary = Od, p.assign = Gv, p.assignIn = oy, p.assignInWith = _r, p.assignWith = jv, p.at = zv, p.before = Wd, p.bind = Rl, p.bindAll = RS, p.bindKey = Yd, p.castArray = tv, p.chain = Ed, p.chunk = ck, p.compact = dk, p.concat = yk, p.cond = qS, p.conforms = ZS, p.constant = Wl, p.countBy = NN, p.create = Iv, p.curry = Fd, p.curryRight = Vd, p.debounce = Xd, p.defaults = Bv, p.defaultsDeep = Dv, p.defer = WN, p.delay = YN, p.difference = Lk, p.differenceBy = hk, p.differenceWith = bk, p.drop = pk, p.dropRight = Tk, p.dropRightWhile = xk, p.dropWhile = kk, p.fill = Nk, p.filter = SN, p.flatMap = wN, p.flatMapDeep = MN, p.flatMapDepth = CN, p.flatten = Kd, p.flattenDeep = vk, p.flattenDepth = Sk, p.flip = FN, p.flow = US, p.flowRight = HS, p.fromPairs = _k, p.functions = Hv, p.functionsIn = Ov, p.groupBy = AN, p.initial = wk, p.intersection = Mk, p.intersectionBy = Ck, p.intersectionWith = Ak, p.invert = Yv, p.invertBy = Fv, p.invokeMap = GN, p.iteratee = Yl, p.keyBy = jN, p.keys = te, p.keysIn = xe, p.map = Tr, p.mapKeys = Xv, p.mapValues = Jv, p.matches = OS, p.matchesProperty = WS, p.memoize = kr, p.merge = $v, p.mergeWith = iy, p.method = YS, p.methodOf = FS, p.mixin = Fl, p.negate = Nr, p.nthArg = XS, p.omit = Qv, p.omitBy = aS, p.once = VN, p.orderBy = zN, p.over = JS, p.overArgs = XN, p.overEvery = $S, p.overSome = QS, p.partial = ql, p.partialRight = Jd, p.partition = IN, p.pick = nS, p.pickBy = ry, p.property = yy, p.propertyOf = a_, p.pull = zk, p.pullAll = qd, p.pullAllBy = Ik, p.pullAllWith = Bk, p.pullAt = Dk, p.range = n_, p.rangeRight = e_, p.rearg = JN, p.reject = KN, p.remove = Kk, p.rest = $N, p.reverse = Dl, p.sampleSize = qN, p.set = tS, p.setWith = sS, p.shuffle = ZN, p.slice = Rk, p.sortBy = HN, p.sortedUniq = Wk, p.sortedUniqBy = Yk, p.split = wS, p.spread = QN, p.tail = Fk, p.take = Vk, p.takeRight = Xk, p.takeRightWhile = Jk, p.takeWhile = $k, p.tap = dN, p.throttle = av, p.thru = pr, p.toArray = ey, p.toPairs = gy, p.toPairsIn = ly, p.toPath = r_, p.toPlainObject = sy, p.transform = oS, p.unary = nv, p.union = Qk, p.unionBy = aN, p.unionWith = nN, p.uniq = eN, p.uniqBy = tN, p.uniqWith = sN, p.unset = iS, p.unzip = Kl, p.unzipWith = Zd, p.update = rS, p.updateWith = gS, p.values = io, p.valuesIn = lS, p.without = oN, p.words = cy, p.wrap = ev, p.xor = iN, p.xorBy = rN, p.xorWith = gN, p.zip = lN, p.zipObject = mN, p.zipObjectDeep = uN, p.zipWith = cN, p.entries = gy, p.entriesIn = ly, p.extend = oy, p.extendWith = _r, Fl(p, p), p.add = l_, p.attempt = dy, p.camelCase = dS, p.capitalize = my, p.ceil = m_, p.clamp = mS, p.clone = sv, p.cloneDeep = iv, p.cloneDeepWith = rv, p.cloneWith = ov, p.conformsTo = gv, p.deburr = uy, p.defaultTo = ES, p.divide = u_, p.endsWith = yS, p.eq = Lt, p.escape = LS, p.escapeRegExp = hS, p.every = vN, p.find = _N, p.findIndex = Bd, p.findKey = Kv, p.findLast = fN, p.findLastIndex = Dd, p.findLastKey = Rv, p.floor = c_, p.forEach = Ud, p.forEachRight = Hd, p.forIn = qv, p.forInRight = Zv, p.forOwn = Ev, p.forOwnRight = Uv, p.get = Ul, p.gt = lv, p.gte = mv, p.has = Wv, p.hasIn = Hl, p.head = Rd, p.identity = ke, p.includes = PN, p.indexOf = fk, p.inRange = uS, p.invoke = Vv, p.isArguments = Ps, p.isArray = Oa, p.isArrayBuffer = uv, p.isArrayLike = Te, p.isArrayLikeObject = Hn, p.isBoolean = cv, p.isBuffer = ms, p.isDate = dv, p.isElement = yv, p.isEmpty = Lv, p.isEqual = hv, p.isEqualWith = bv, p.isError = Zl, p.isFinite = pv, p.isFunction = Yt, p.isInteger = $d, p.isLength = vr, p.isMap = Qd, p.isMatch = Tv, p.isMatchWith = xv, p.isNaN = kv, p.isNative = Nv, p.isNil = Sv, p.isNull = vv, p.isNumber = ay, p.isObject = Kn, p.isObjectLike =
|
107266
|
+
return p.after = ON, p.ary = Od, p.assign = Gv, p.assignIn = oy, p.assignInWith = _r, p.assignWith = jv, p.at = zv, p.before = Wd, p.bind = Rl, p.bindAll = RS, p.bindKey = Yd, p.castArray = tv, p.chain = Ed, p.chunk = ck, p.compact = dk, p.concat = yk, p.cond = qS, p.conforms = ZS, p.constant = Wl, p.countBy = NN, p.create = Iv, p.curry = Fd, p.curryRight = Vd, p.debounce = Xd, p.defaults = Bv, p.defaultsDeep = Dv, p.defer = WN, p.delay = YN, p.difference = Lk, p.differenceBy = hk, p.differenceWith = bk, p.drop = pk, p.dropRight = Tk, p.dropRightWhile = xk, p.dropWhile = kk, p.fill = Nk, p.filter = SN, p.flatMap = wN, p.flatMapDeep = MN, p.flatMapDepth = CN, p.flatten = Kd, p.flattenDeep = vk, p.flattenDepth = Sk, p.flip = FN, p.flow = US, p.flowRight = HS, p.fromPairs = _k, p.functions = Hv, p.functionsIn = Ov, p.groupBy = AN, p.initial = wk, p.intersection = Mk, p.intersectionBy = Ck, p.intersectionWith = Ak, p.invert = Yv, p.invertBy = Fv, p.invokeMap = GN, p.iteratee = Yl, p.keyBy = jN, p.keys = te, p.keysIn = xe, p.map = Tr, p.mapKeys = Xv, p.mapValues = Jv, p.matches = OS, p.matchesProperty = WS, p.memoize = kr, p.merge = $v, p.mergeWith = iy, p.method = YS, p.methodOf = FS, p.mixin = Fl, p.negate = Nr, p.nthArg = XS, p.omit = Qv, p.omitBy = aS, p.once = VN, p.orderBy = zN, p.over = JS, p.overArgs = XN, p.overEvery = $S, p.overSome = QS, p.partial = ql, p.partialRight = Jd, p.partition = IN, p.pick = nS, p.pickBy = ry, p.property = yy, p.propertyOf = a_, p.pull = zk, p.pullAll = qd, p.pullAllBy = Ik, p.pullAllWith = Bk, p.pullAt = Dk, p.range = n_, p.rangeRight = e_, p.rearg = JN, p.reject = KN, p.remove = Kk, p.rest = $N, p.reverse = Dl, p.sampleSize = qN, p.set = tS, p.setWith = sS, p.shuffle = ZN, p.slice = Rk, p.sortBy = HN, p.sortedUniq = Wk, p.sortedUniqBy = Yk, p.split = wS, p.spread = QN, p.tail = Fk, p.take = Vk, p.takeRight = Xk, p.takeRightWhile = Jk, p.takeWhile = $k, p.tap = dN, p.throttle = av, p.thru = pr, p.toArray = ey, p.toPairs = gy, p.toPairsIn = ly, p.toPath = r_, p.toPlainObject = sy, p.transform = oS, p.unary = nv, p.union = Qk, p.unionBy = aN, p.unionWith = nN, p.uniq = eN, p.uniqBy = tN, p.uniqWith = sN, p.unset = iS, p.unzip = Kl, p.unzipWith = Zd, p.update = rS, p.updateWith = gS, p.values = io, p.valuesIn = lS, p.without = oN, p.words = cy, p.wrap = ev, p.xor = iN, p.xorBy = rN, p.xorWith = gN, p.zip = lN, p.zipObject = mN, p.zipObjectDeep = uN, p.zipWith = cN, p.entries = gy, p.entriesIn = ly, p.extend = oy, p.extendWith = _r, Fl(p, p), p.add = l_, p.attempt = dy, p.camelCase = dS, p.capitalize = my, p.ceil = m_, p.clamp = mS, p.clone = sv, p.cloneDeep = iv, p.cloneDeepWith = rv, p.cloneWith = ov, p.conformsTo = gv, p.deburr = uy, p.defaultTo = ES, p.divide = u_, p.endsWith = yS, p.eq = Lt, p.escape = LS, p.escapeRegExp = hS, p.every = vN, p.find = _N, p.findIndex = Bd, p.findKey = Kv, p.findLast = fN, p.findLastIndex = Dd, p.findLastKey = Rv, p.floor = c_, p.forEach = Ud, p.forEachRight = Hd, p.forIn = qv, p.forInRight = Zv, p.forOwn = Ev, p.forOwnRight = Uv, p.get = Ul, p.gt = lv, p.gte = mv, p.has = Wv, p.hasIn = Hl, p.head = Rd, p.identity = ke, p.includes = PN, p.indexOf = fk, p.inRange = uS, p.invoke = Vv, p.isArguments = Ps, p.isArray = Oa, p.isArrayBuffer = uv, p.isArrayLike = Te, p.isArrayLikeObject = Hn, p.isBoolean = cv, p.isBuffer = ms, p.isDate = dv, p.isElement = yv, p.isEmpty = Lv, p.isEqual = hv, p.isEqualWith = bv, p.isError = Zl, p.isFinite = pv, p.isFunction = Yt, p.isInteger = $d, p.isLength = vr, p.isMap = Qd, p.isMatch = Tv, p.isMatchWith = xv, p.isNaN = kv, p.isNative = Nv, p.isNil = Sv, p.isNull = vv, p.isNumber = ay, p.isObject = Kn, p.isObjectLike = Zn, p.isPlainObject = Xo, p.isRegExp = El, p.isSafeInteger = _v, p.isSet = ny, p.isString = Sr, p.isSymbol = Ce, p.isTypedArray = oo, p.isUndefined = fv, p.isWeakMap = wv, p.isWeakSet = Mv, p.join = Pk, p.kebabCase = bS, p.last = $e, p.lastIndexOf = Gk, p.lowerCase = pS, p.lowerFirst = TS, p.lt = Cv, p.lte = Av, p.max = d_, p.maxBy = y_, p.mean = L_, p.meanBy = h_, p.min = b_, p.minBy = p_, p.stubArray = Xl, p.stubFalse = Jl, p.stubObject = t_, p.stubString = s_, p.stubTrue = o_, p.multiply = T_, p.nth = jk, p.noConflict = VS, p.noop = Vl, p.now = xr, p.pad = xS, p.padEnd = kS, p.padStart = NS, p.parseInt = vS, p.random = cS, p.reduce = BN, p.reduceRight = DN, p.repeat = SS, p.replace = _S, p.result = eS, p.round = x_, p.runInContext = B, p.sample = RN, p.size = EN, p.snakeCase = fS, p.some = UN, p.sortedIndex = qk, p.sortedIndexBy = Zk, p.sortedIndexOf = Ek, p.sortedLastIndex = Uk, p.sortedLastIndexBy = Hk, p.sortedLastIndexOf = Ok, p.startCase = MS, p.startsWith = CS, p.subtract = k_, p.sum = N_, p.sumBy = v_, p.template = AS, p.times = i_, p.toFinite = Ft, p.toInteger = Va, p.toLength = ty, p.toLower = PS, p.toNumber = Qe, p.toSafeInteger = Pv, p.toString = hn, p.toUpper = GS, p.trim = jS, p.trimEnd = zS, p.trimStart = IS, p.truncate = BS, p.unescape = DS, p.uniqueId = g_, p.upperCase = KS, p.upperFirst = Ol, p.each = Ud, p.eachRight = Hd, p.first = Rd, Fl(p, function() {
|
107267
107267
|
var e = {};
|
107268
107268
|
return ft(p, function(s, g) {
|
107269
107269
|
Sn.call(p.prototype, g) || (e[g] = s);
|
@@ -303381,8 +303381,8 @@ const si = ({ children: a, ...n }) => {
|
|
303381
303381
|
backgroundColorWhenNotSelected: Pn.white,
|
303382
303382
|
backgroundColorWhenSelected: Pn.blues[0]
|
303383
303383
|
};
|
303384
|
-
return /* @__PURE__ */
|
303385
|
-
/* @__PURE__ */
|
303384
|
+
return /* @__PURE__ */ Rn(op, { ...t, children: [
|
303385
|
+
/* @__PURE__ */ Rn(
|
303386
303386
|
"div",
|
303387
303387
|
{
|
303388
303388
|
css: Da`
|
@@ -303463,7 +303463,7 @@ const si = ({ children: a, ...n }) => {
|
|
303463
303463
|
backgroundColorWhenNotSelected: Pn.white,
|
303464
303464
|
backgroundColorWhenSelected: Pn.blues[1]
|
303465
303465
|
};
|
303466
|
-
return /* @__PURE__ */
|
303466
|
+
return /* @__PURE__ */ Rn(op, { ...t, children: [
|
303467
303467
|
/* @__PURE__ */ Ia(qe, { variant: "h2", children: a.name }),
|
303468
303468
|
/* @__PURE__ */ Ia(
|
303469
303469
|
qe,
|
@@ -303568,7 +303568,7 @@ const fB = ({
|
|
303568
303568
|
currentTagPreview: a,
|
303569
303569
|
forUnlistedLanguage: n,
|
303570
303570
|
...t
|
303571
|
-
}) => /* @__PURE__ */
|
303571
|
+
}) => /* @__PURE__ */ Rn(
|
303572
303572
|
Mo,
|
303573
303573
|
{
|
303574
303574
|
variant: "outlined",
|
@@ -303588,7 +303588,7 @@ const fB = ({
|
|
303588
303588
|
`,
|
303589
303589
|
...t,
|
303590
303590
|
children: [
|
303591
|
-
/* @__PURE__ */
|
303591
|
+
/* @__PURE__ */ Rn(
|
303592
303592
|
qe,
|
303593
303593
|
{
|
303594
303594
|
css: Da`
|
@@ -303616,7 +303616,7 @@ const fB = ({
|
|
303616
303616
|
]
|
303617
303617
|
}
|
303618
303618
|
),
|
303619
|
-
/* @__PURE__ */
|
303619
|
+
/* @__PURE__ */ Rn(
|
303620
303620
|
"div",
|
303621
303621
|
{
|
303622
303622
|
id: "custom-language-card-bottom",
|
@@ -303667,7 +303667,7 @@ var gp = qu.default = void 0, MB = wB(Di()), CB = _i;
|
|
303667
303667
|
gp = qu.default = (0, MB.default)(/* @__PURE__ */ (0, CB.jsx)("path", {
|
303668
303668
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-6h2zm0-8h-2V7h2z"
|
303669
303669
|
}), "Info");
|
303670
|
-
const Si = ({ label: a, required: n, ...t }) => /* @__PURE__ */ Ia(fu, { ...t, children: /* @__PURE__ */
|
303670
|
+
const Si = ({ label: a, required: n, ...t }) => /* @__PURE__ */ Ia(fu, { ...t, children: /* @__PURE__ */ Rn(
|
303671
303671
|
qe,
|
303672
303672
|
{
|
303673
303673
|
css: Da`
|
@@ -303689,7 +303689,7 @@ const Si = ({ label: a, required: n, ...t }) => /* @__PURE__ */ Ia(fu, { ...t, c
|
|
303689
303689
|
)
|
303690
303690
|
]
|
303691
303691
|
}
|
303692
|
-
) }), YL = ({ id: a, label: n, required: t, ...i }) => /* @__PURE__ */
|
303692
|
+
) }), YL = ({ id: a, label: n, required: t, ...i }) => /* @__PURE__ */ Rn("div", { children: [
|
303693
303693
|
/* @__PURE__ */ Ia(Si, { htmlFor: a, label: n, required: t }),
|
303694
303694
|
/* @__PURE__ */ Ia(
|
303695
303695
|
rg,
|
@@ -303739,7 +303739,7 @@ const GB = (a) => {
|
|
303739
303739
|
// starting point for the unlisted language name (which is actually stored in the dialect field)
|
303740
303740
|
a.selectedLanguage ? a.customizableLanguageDetails.dialect || "" : a.searchString
|
303741
303741
|
);
|
303742
|
-
}, [a, t]), /* @__PURE__ */
|
303742
|
+
}, [a, t]), /* @__PURE__ */ Rn(
|
303743
303743
|
xb,
|
303744
303744
|
{
|
303745
303745
|
onClose: a.onClose,
|
@@ -303764,7 +303764,7 @@ const GB = (a) => {
|
|
303764
303764
|
children: n ? "Unlisted Language Tag" : "Custom Language Tag"
|
303765
303765
|
}
|
303766
303766
|
),
|
303767
|
-
/* @__PURE__ */
|
303767
|
+
/* @__PURE__ */ Rn(
|
303768
303768
|
Nb,
|
303769
303769
|
{
|
303770
303770
|
css: Da`
|
@@ -303783,7 +303783,7 @@ const GB = (a) => {
|
|
303783
303783
|
padding: 7px;
|
303784
303784
|
flex-shrink: 0;
|
303785
303785
|
`,
|
303786
|
-
children: /* @__PURE__ */
|
303786
|
+
children: /* @__PURE__ */ Rn(
|
303787
303787
|
qe,
|
303788
303788
|
{
|
303789
303789
|
css: Da`
|
@@ -303817,7 +303817,7 @@ const GB = (a) => {
|
|
303817
303817
|
required: !0
|
303818
303818
|
}
|
303819
303819
|
),
|
303820
|
-
!n && /* @__PURE__ */
|
303820
|
+
!n && /* @__PURE__ */ Rn("div", { id: "customize-script", children: [
|
303821
303821
|
/* @__PURE__ */ Ia(Si, { htmlFor: "customize-script-field", label: "Script" }),
|
303822
303822
|
/* @__PURE__ */ Ia(
|
303823
303823
|
Gm,
|
@@ -303834,7 +303834,7 @@ const GB = (a) => {
|
|
303834
303834
|
}
|
303835
303835
|
)
|
303836
303836
|
] }),
|
303837
|
-
/* @__PURE__ */
|
303837
|
+
/* @__PURE__ */ Rn("div", { id: "customize-region", children: [
|
303838
303838
|
/* @__PURE__ */ Ia(
|
303839
303839
|
Si,
|
303840
303840
|
{
|
@@ -303876,7 +303876,7 @@ const GB = (a) => {
|
|
303876
303876
|
}
|
303877
303877
|
}
|
303878
303878
|
),
|
303879
|
-
/* @__PURE__ */
|
303879
|
+
/* @__PURE__ */ Rn(qe, { children: [
|
303880
303880
|
"BCP 47 Tag:",
|
303881
303881
|
" ",
|
303882
303882
|
/* @__PURE__ */ Ia(
|
@@ -303905,7 +303905,7 @@ const GB = (a) => {
|
|
303905
303905
|
css: Da`
|
303906
303906
|
padding: 0; //using padding on the entire dialog instead, plus gap between sections
|
303907
303907
|
`,
|
303908
|
-
children: /* @__PURE__ */
|
303908
|
+
children: /* @__PURE__ */ Rn(
|
303909
303909
|
"div",
|
303910
303910
|
{
|
303911
303911
|
id: "buttons-container",
|
@@ -304309,7 +304309,7 @@ const n6 = (a) => {
|
|
304309
304309
|
}
|
304310
304310
|
}
|
304311
304311
|
}), d = "90px";
|
304312
|
-
return /* @__PURE__ */ Ia(f3, { theme: u, children: /* @__PURE__ */
|
304312
|
+
return /* @__PURE__ */ Ia(f3, { theme: u, children: /* @__PURE__ */ Rn(
|
304313
304313
|
"div",
|
304314
304314
|
{
|
304315
304315
|
id: "lang-chooser",
|
@@ -304359,7 +304359,7 @@ const n6 = (a) => {
|
|
304359
304359
|
)
|
304360
304360
|
}
|
304361
304361
|
),
|
304362
|
-
/* @__PURE__ */
|
304362
|
+
/* @__PURE__ */ Rn(
|
304363
304363
|
"div",
|
304364
304364
|
{
|
304365
304365
|
id: "lang-chooser-body",
|
@@ -304368,7 +304368,7 @@ const n6 = (a) => {
|
|
304368
304368
|
display: flex;
|
304369
304369
|
`,
|
304370
304370
|
children: [
|
304371
|
-
/* @__PURE__ */
|
304371
|
+
/* @__PURE__ */ Rn(
|
304372
304372
|
"div",
|
304373
304373
|
{
|
304374
304374
|
id: "left-pane",
|
@@ -304448,7 +304448,7 @@ const n6 = (a) => {
|
|
304448
304448
|
`,
|
304449
304449
|
children: n.languageData.map((S, _) => {
|
304450
304450
|
var w, P;
|
304451
|
-
return /* @__PURE__ */
|
304451
|
+
return /* @__PURE__ */ Rn(
|
304452
304452
|
XB,
|
304453
304453
|
{
|
304454
304454
|
height: d,
|
@@ -304535,7 +304535,7 @@ const n6 = (a) => {
|
|
304535
304535
|
]
|
304536
304536
|
}
|
304537
304537
|
),
|
304538
|
-
/* @__PURE__ */
|
304538
|
+
/* @__PURE__ */ Rn(
|
304539
304539
|
"div",
|
304540
304540
|
{
|
304541
304541
|
id: "right-pane",
|
@@ -304544,107 +304544,110 @@ const n6 = (a) => {
|
|
304544
304544
|
flex-shrink: 0;
|
304545
304545
|
display: flex;
|
304546
304546
|
flex-direction: column;
|
304547
|
-
justify-content:
|
304547
|
+
justify-content: space-between;
|
304548
304548
|
background-color: white;
|
304549
304549
|
padding: 10px 15px 10px 20px;
|
304550
304550
|
`,
|
304551
304551
|
children: [
|
304552
|
-
|
304553
|
-
|
304554
|
-
|
304555
|
-
|
304556
|
-
|
304557
|
-
|
304558
|
-
|
304559
|
-
|
304560
|
-
|
304561
|
-
|
304552
|
+
/* @__PURE__ */ Ia("div", { id: "right-panel-component-container", children: a.rightPanelComponent }),
|
304553
|
+
/* @__PURE__ */ Rn("div", { id: "right-pane-language-chooser-section", children: [
|
304554
|
+
n.selectedLanguage && /* @__PURE__ */ Rn("div", { id: "right-pane-language-details=section", children: [
|
304555
|
+
/* @__PURE__ */ Ia(
|
304556
|
+
Si,
|
304557
|
+
{
|
304558
|
+
htmlFor: "language-name-bar",
|
304559
|
+
label: "Display this language this way"
|
304560
|
+
}
|
304561
|
+
),
|
304562
|
+
/* @__PURE__ */ Ia(
|
304563
|
+
Co,
|
304564
|
+
{
|
304565
|
+
type: "text",
|
304566
|
+
inputProps: {
|
304567
|
+
spellCheck: !1
|
304568
|
+
},
|
304569
|
+
css: Da`
|
304570
|
+
background-color: white;
|
304571
|
+
margin-right: 16px;
|
304572
|
+
margin-bottom: 10px;
|
304573
|
+
font-size: 1.625rem; // 26px
|
304574
|
+
font-weight: 700;
|
304575
|
+
`,
|
304576
|
+
id: "language-name-bar",
|
304577
|
+
size: "small",
|
304578
|
+
fullWidth: !0,
|
304579
|
+
value: n.customizableLanguageDetails.displayName,
|
304580
|
+
onChange: (S) => {
|
304581
|
+
n.saveLanguageDetails(
|
304582
|
+
{
|
304583
|
+
...n.customizableLanguageDetails,
|
304584
|
+
displayName: S.target.value
|
304585
|
+
},
|
304586
|
+
n.selectedScript
|
304587
|
+
);
|
304588
|
+
}
|
304589
|
+
}
|
304590
|
+
),
|
304591
|
+
/* @__PURE__ */ Ia(
|
304592
|
+
qe,
|
304593
|
+
{
|
304594
|
+
variant: "body2",
|
304595
|
+
css: Da`
|
304596
|
+
color: ${Pn.greys[3]};
|
304597
|
+
`,
|
304598
|
+
children: r
|
304599
|
+
}
|
304600
|
+
)
|
304601
|
+
] }),
|
304602
|
+
/* @__PURE__ */ Rn(
|
304603
|
+
"div",
|
304562
304604
|
{
|
304563
|
-
|
304564
|
-
inputProps: {
|
304565
|
-
spellCheck: !1
|
304566
|
-
},
|
304605
|
+
id: "buttons-container",
|
304567
304606
|
css: Da`
|
304568
|
-
|
304569
|
-
|
304570
|
-
|
304571
|
-
|
304572
|
-
|
304607
|
+
width: 100%;
|
304608
|
+
display: flex;
|
304609
|
+
justify-content: flex-end;
|
304610
|
+
padding-top: 15px;
|
304611
|
+
padding-bottom: 5px;
|
304612
|
+
`,
|
304613
|
+
children: [
|
304614
|
+
/* @__PURE__ */ Ia(
|
304615
|
+
Mo,
|
304616
|
+
{
|
304617
|
+
css: Da`
|
304618
|
+
margin-left: auto;
|
304619
|
+
margin-right: 10px;
|
304620
|
+
min-width: 100px;
|
304573
304621
|
`,
|
304574
|
-
|
304575
|
-
|
304576
|
-
|
304577
|
-
|
304578
|
-
|
304579
|
-
|
304622
|
+
variant: "contained",
|
304623
|
+
color: "primary",
|
304624
|
+
disabled: !n.isReadyToSubmit,
|
304625
|
+
onClick: () => a.onClose(
|
304626
|
+
qm({
|
304627
|
+
language: n.selectedLanguage,
|
304628
|
+
script: n.selectedScript,
|
304629
|
+
customDetails: n.customizableLanguageDetails
|
304630
|
+
})
|
304631
|
+
),
|
304632
|
+
children: "OK"
|
304633
|
+
}
|
304634
|
+
),
|
304635
|
+
/* @__PURE__ */ Ia(
|
304636
|
+
Mo,
|
304580
304637
|
{
|
304581
|
-
|
304582
|
-
|
304583
|
-
},
|
304584
|
-
n.selectedScript
|
304585
|
-
);
|
304586
|
-
}
|
304587
|
-
}
|
304588
|
-
),
|
304589
|
-
/* @__PURE__ */ Ia(
|
304590
|
-
qe,
|
304591
|
-
{
|
304592
|
-
variant: "body2",
|
304593
|
-
css: Da`
|
304594
|
-
color: ${Pn.greys[3]};
|
304638
|
+
css: Da`
|
304639
|
+
min-width: 100px;
|
304595
304640
|
`,
|
304596
|
-
|
304641
|
+
variant: "outlined",
|
304642
|
+
color: "primary",
|
304643
|
+
onClick: () => a.onClose(void 0),
|
304644
|
+
children: "Cancel"
|
304645
|
+
}
|
304646
|
+
)
|
304647
|
+
]
|
304597
304648
|
}
|
304598
304649
|
)
|
304599
|
-
] })
|
304600
|
-
/* @__PURE__ */ Un(
|
304601
|
-
"div",
|
304602
|
-
{
|
304603
|
-
id: "buttons-container",
|
304604
|
-
css: Da`
|
304605
|
-
width: 100%;
|
304606
|
-
display: flex;
|
304607
|
-
justify-content: flex-end;
|
304608
|
-
padding-top: 15px;
|
304609
|
-
padding-bottom: 5px;
|
304610
|
-
`,
|
304611
|
-
children: [
|
304612
|
-
/* @__PURE__ */ Ia(
|
304613
|
-
Mo,
|
304614
|
-
{
|
304615
|
-
css: Da`
|
304616
|
-
margin-left: auto;
|
304617
|
-
margin-right: 10px;
|
304618
|
-
min-width: 100px;
|
304619
|
-
`,
|
304620
|
-
variant: "contained",
|
304621
|
-
color: "primary",
|
304622
|
-
disabled: !n.isReadyToSubmit,
|
304623
|
-
onClick: () => a.onClose(
|
304624
|
-
qm({
|
304625
|
-
language: n.selectedLanguage,
|
304626
|
-
script: n.selectedScript,
|
304627
|
-
customDetails: n.customizableLanguageDetails
|
304628
|
-
})
|
304629
|
-
),
|
304630
|
-
children: "OK"
|
304631
|
-
}
|
304632
|
-
),
|
304633
|
-
/* @__PURE__ */ Ia(
|
304634
|
-
Mo,
|
304635
|
-
{
|
304636
|
-
css: Da`
|
304637
|
-
min-width: 100px;
|
304638
|
-
`,
|
304639
|
-
variant: "outlined",
|
304640
|
-
color: "primary",
|
304641
|
-
onClick: () => a.onClose(void 0),
|
304642
|
-
children: "Cancel"
|
304643
|
-
}
|
304644
|
-
)
|
304645
|
-
]
|
304646
|
-
}
|
304647
|
-
)
|
304650
|
+
] })
|
304648
304651
|
]
|
304649
304652
|
}
|
304650
304653
|
)
|