@cu-mkp/editioncrafter 1.3.1-beta.3 → 1.3.1-beta.4
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/editioncrafter.js
CHANGED
|
@@ -124,8 +124,8 @@ function C3() {
|
|
|
124
124
|
e.Fragment = 60107;
|
|
125
125
|
var s = 60108, c = 60114, u = 60109, f = 60110, p = 60112, g = 60113, v = 60120, E = 60115, S = 60116, _ = 60121, R = 60122, O = 60117, k = 60129, U = 60131;
|
|
126
126
|
if (typeof Symbol == "function" && Symbol.for) {
|
|
127
|
-
var
|
|
128
|
-
r =
|
|
127
|
+
var z = Symbol.for;
|
|
128
|
+
r = z("react.element"), i = z("react.portal"), e.Fragment = z("react.fragment"), s = z("react.strict_mode"), c = z("react.profiler"), u = z("react.provider"), f = z("react.context"), p = z("react.forward_ref"), g = z("react.suspense"), v = z("react.suspense_list"), E = z("react.memo"), S = z("react.lazy"), _ = z("react.block"), R = z("react.server.block"), O = z("react.fundamental"), z("react.scope"), z("react.opaque.id"), k = z("react.debug_trace_mode"), z("react.offscreen"), U = z("react.legacy_hidden");
|
|
129
129
|
}
|
|
130
130
|
var K = typeof Symbol == "function" && Symbol.iterator, V = "@@iterator";
|
|
131
131
|
function X(be) {
|
|
@@ -676,7 +676,7 @@ Check the top-level render call using <` + Tt + ">.");
|
|
|
676
676
|
}(jp)), jp;
|
|
677
677
|
}
|
|
678
678
|
process.env.NODE_ENV === "production" ? ng.exports = T3() : ng.exports = C3();
|
|
679
|
-
var
|
|
679
|
+
var B = ng.exports;
|
|
680
680
|
function Jr(e, n) {
|
|
681
681
|
return process.env.NODE_ENV === "production" ? function() {
|
|
682
682
|
return null;
|
|
@@ -726,7 +726,7 @@ function _3() {
|
|
|
726
726
|
* LICENSE file in the root directory of this source tree.
|
|
727
727
|
*/
|
|
728
728
|
var e = typeof Symbol == "function" && Symbol.for, n = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, u = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, g = e ? Symbol.for("react.forward_ref") : 60112, v = e ? Symbol.for("react.suspense") : 60113, E = e ? Symbol.for("react.suspense_list") : 60120, S = e ? Symbol.for("react.memo") : 60115, _ = e ? Symbol.for("react.lazy") : 60116, R = e ? Symbol.for("react.block") : 60121, O = e ? Symbol.for("react.fundamental") : 60117, k = e ? Symbol.for("react.responder") : 60118, U = e ? Symbol.for("react.scope") : 60119;
|
|
729
|
-
function
|
|
729
|
+
function z(V) {
|
|
730
730
|
if (typeof V == "object" && V !== null) {
|
|
731
731
|
var X = V.$$typeof;
|
|
732
732
|
switch (X) {
|
|
@@ -757,35 +757,35 @@ function _3() {
|
|
|
757
757
|
}
|
|
758
758
|
}
|
|
759
759
|
function K(V) {
|
|
760
|
-
return
|
|
760
|
+
return z(V) === p;
|
|
761
761
|
}
|
|
762
762
|
return In.AsyncMode = f, In.ConcurrentMode = p, In.ContextConsumer = u, In.ContextProvider = c, In.Element = n, In.ForwardRef = g, In.Fragment = r, In.Lazy = _, In.Memo = S, In.Portal = t, In.Profiler = s, In.StrictMode = i, In.Suspense = v, In.isAsyncMode = function(V) {
|
|
763
|
-
return K(V) ||
|
|
763
|
+
return K(V) || z(V) === f;
|
|
764
764
|
}, In.isConcurrentMode = K, In.isContextConsumer = function(V) {
|
|
765
|
-
return
|
|
765
|
+
return z(V) === u;
|
|
766
766
|
}, In.isContextProvider = function(V) {
|
|
767
|
-
return
|
|
767
|
+
return z(V) === c;
|
|
768
768
|
}, In.isElement = function(V) {
|
|
769
769
|
return typeof V == "object" && V !== null && V.$$typeof === n;
|
|
770
770
|
}, In.isForwardRef = function(V) {
|
|
771
|
-
return
|
|
771
|
+
return z(V) === g;
|
|
772
772
|
}, In.isFragment = function(V) {
|
|
773
|
-
return
|
|
773
|
+
return z(V) === r;
|
|
774
774
|
}, In.isLazy = function(V) {
|
|
775
|
-
return
|
|
775
|
+
return z(V) === _;
|
|
776
776
|
}, In.isMemo = function(V) {
|
|
777
|
-
return
|
|
777
|
+
return z(V) === S;
|
|
778
778
|
}, In.isPortal = function(V) {
|
|
779
|
-
return
|
|
779
|
+
return z(V) === t;
|
|
780
780
|
}, In.isProfiler = function(V) {
|
|
781
|
-
return
|
|
781
|
+
return z(V) === s;
|
|
782
782
|
}, In.isStrictMode = function(V) {
|
|
783
|
-
return
|
|
783
|
+
return z(V) === i;
|
|
784
784
|
}, In.isSuspense = function(V) {
|
|
785
|
-
return
|
|
785
|
+
return z(V) === v;
|
|
786
786
|
}, In.isValidElementType = function(V) {
|
|
787
787
|
return typeof V == "string" || typeof V == "function" || V === r || V === p || V === s || V === i || V === v || V === E || typeof V == "object" && V !== null && (V.$$typeof === _ || V.$$typeof === S || V.$$typeof === c || V.$$typeof === u || V.$$typeof === g || V.$$typeof === O || V.$$typeof === k || V.$$typeof === U || V.$$typeof === R);
|
|
788
|
-
}, In.typeOf =
|
|
788
|
+
}, In.typeOf = z, In;
|
|
789
789
|
}
|
|
790
790
|
var Nn = {}, Px;
|
|
791
791
|
function P3() {
|
|
@@ -801,7 +801,7 @@ function P3() {
|
|
|
801
801
|
*/
|
|
802
802
|
return process.env.NODE_ENV !== "production" && function() {
|
|
803
803
|
var e = typeof Symbol == "function" && Symbol.for, n = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, u = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, g = e ? Symbol.for("react.forward_ref") : 60112, v = e ? Symbol.for("react.suspense") : 60113, E = e ? Symbol.for("react.suspense_list") : 60120, S = e ? Symbol.for("react.memo") : 60115, _ = e ? Symbol.for("react.lazy") : 60116, R = e ? Symbol.for("react.block") : 60121, O = e ? Symbol.for("react.fundamental") : 60117, k = e ? Symbol.for("react.responder") : 60118, U = e ? Symbol.for("react.scope") : 60119;
|
|
804
|
-
function
|
|
804
|
+
function z(ge) {
|
|
805
805
|
return typeof ge == "string" || typeof ge == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
806
806
|
ge === r || ge === p || ge === s || ge === i || ge === v || ge === E || typeof ge == "object" && ge !== null && (ge.$$typeof === _ || ge.$$typeof === S || ge.$$typeof === c || ge.$$typeof === u || ge.$$typeof === g || ge.$$typeof === O || ge.$$typeof === k || ge.$$typeof === U || ge.$$typeof === R);
|
|
807
807
|
}
|
|
@@ -877,7 +877,7 @@ function P3() {
|
|
|
877
877
|
function Pe(ge) {
|
|
878
878
|
return K(ge) === v;
|
|
879
879
|
}
|
|
880
|
-
Nn.AsyncMode = V, Nn.ConcurrentMode = X, Nn.ContextConsumer = re, Nn.ContextProvider = ae, Nn.Element = se, Nn.ForwardRef = ee, Nn.Fragment = me, Nn.Lazy = he, Nn.Memo = ye, Nn.Portal = je, Nn.Profiler = Me, Nn.StrictMode = we, Nn.Suspense = _e, Nn.isAsyncMode = Ie, Nn.isConcurrentMode = W, Nn.isContextConsumer = xe, Nn.isContextProvider = He, Nn.isElement = $, Nn.isForwardRef = We, Nn.isFragment = ot, Nn.isLazy = Be, Nn.isMemo = Je, Nn.isPortal = nt, Nn.isProfiler = at, Nn.isStrictMode = tt, Nn.isSuspense = Pe, Nn.isValidElementType =
|
|
880
|
+
Nn.AsyncMode = V, Nn.ConcurrentMode = X, Nn.ContextConsumer = re, Nn.ContextProvider = ae, Nn.Element = se, Nn.ForwardRef = ee, Nn.Fragment = me, Nn.Lazy = he, Nn.Memo = ye, Nn.Portal = je, Nn.Profiler = Me, Nn.StrictMode = we, Nn.Suspense = _e, Nn.isAsyncMode = Ie, Nn.isConcurrentMode = W, Nn.isContextConsumer = xe, Nn.isContextProvider = He, Nn.isElement = $, Nn.isForwardRef = We, Nn.isFragment = ot, Nn.isLazy = Be, Nn.isMemo = Je, Nn.isPortal = nt, Nn.isProfiler = at, Nn.isStrictMode = tt, Nn.isSuspense = Pe, Nn.isValidElementType = z, Nn.typeOf = K;
|
|
881
881
|
}(), Nn;
|
|
882
882
|
}
|
|
883
883
|
var Rx;
|
|
@@ -978,7 +978,7 @@ function O3() {
|
|
|
978
978
|
string: k("string"),
|
|
979
979
|
symbol: k("symbol"),
|
|
980
980
|
any: U(),
|
|
981
|
-
arrayOf:
|
|
981
|
+
arrayOf: z,
|
|
982
982
|
element: K(),
|
|
983
983
|
elementType: V(),
|
|
984
984
|
instanceOf: X,
|
|
@@ -1036,7 +1036,7 @@ function O3() {
|
|
|
1036
1036
|
function U() {
|
|
1037
1037
|
return O(c);
|
|
1038
1038
|
}
|
|
1039
|
-
function
|
|
1039
|
+
function z(W) {
|
|
1040
1040
|
function xe(He, $, We, ot, Be) {
|
|
1041
1041
|
if (typeof W != "function")
|
|
1042
1042
|
return new R("Property `" + Be + "` of component `" + We + "` has invalid PropType notation inside arrayOf.");
|
|
@@ -1429,8 +1429,8 @@ function j3() {
|
|
|
1429
1429
|
}
|
|
1430
1430
|
}
|
|
1431
1431
|
}
|
|
1432
|
-
var
|
|
1433
|
-
return Yn.ContextConsumer = c, Yn.ContextProvider =
|
|
1432
|
+
var z = s, K = e, V = u, X = t, re = v, ae = g, se = n, ee = i, me = r, he = f;
|
|
1433
|
+
return Yn.ContextConsumer = c, Yn.ContextProvider = z, Yn.Element = K, Yn.ForwardRef = V, Yn.Fragment = X, Yn.Lazy = re, Yn.Memo = ae, Yn.Portal = se, Yn.Profiler = ee, Yn.StrictMode = me, Yn.Suspense = he, Yn.isAsyncMode = function() {
|
|
1434
1434
|
return !1;
|
|
1435
1435
|
}, Yn.isConcurrentMode = function() {
|
|
1436
1436
|
return !1;
|
|
@@ -1479,7 +1479,7 @@ function B3() {
|
|
|
1479
1479
|
e = k("react.element"), n = k("react.portal"), t = k("react.fragment"), r = k("react.strict_mode"), i = k("react.profiler"), s = k("react.provider"), c = k("react.context"), u = k("react.forward_ref"), f = k("react.suspense"), p = k("react.suspense_list"), g = k("react.memo"), v = k("react.lazy"), E = k("react.block"), S = k("react.server.block"), _ = k("react.fundamental"), k("react.scope"), k("react.opaque.id"), R = k("react.debug_trace_mode"), k("react.offscreen"), O = k("react.legacy_hidden");
|
|
1480
1480
|
}
|
|
1481
1481
|
var U = !1;
|
|
1482
|
-
function
|
|
1482
|
+
function z(Pe) {
|
|
1483
1483
|
return !!(typeof Pe == "string" || typeof Pe == "function" || Pe === t || Pe === i || Pe === R || Pe === r || Pe === f || Pe === p || Pe === O || U || typeof Pe == "object" && Pe !== null && (Pe.$$typeof === v || Pe.$$typeof === g || Pe.$$typeof === s || Pe.$$typeof === c || Pe.$$typeof === u || Pe.$$typeof === _ || Pe.$$typeof === E || Pe[0] === S));
|
|
1484
1484
|
}
|
|
1485
1485
|
function K(Pe) {
|
|
@@ -1553,7 +1553,7 @@ function B3() {
|
|
|
1553
1553
|
function tt(Pe) {
|
|
1554
1554
|
return K(Pe) === f;
|
|
1555
1555
|
}
|
|
1556
|
-
Xn.ContextConsumer = V, Xn.ContextProvider = X, Xn.Element = re, Xn.ForwardRef = ae, Xn.Fragment = se, Xn.Lazy = ee, Xn.Memo = me, Xn.Portal = he, Xn.Profiler = ye, Xn.StrictMode = je, Xn.Suspense = Me, Xn.isAsyncMode = Te, Xn.isConcurrentMode = Ie, Xn.isContextConsumer = W, Xn.isContextProvider = xe, Xn.isElement = He, Xn.isForwardRef = $, Xn.isFragment = We, Xn.isLazy = ot, Xn.isMemo = Be, Xn.isPortal = Je, Xn.isProfiler = nt, Xn.isStrictMode = at, Xn.isSuspense = tt, Xn.isValidElementType =
|
|
1556
|
+
Xn.ContextConsumer = V, Xn.ContextProvider = X, Xn.Element = re, Xn.ForwardRef = ae, Xn.Fragment = se, Xn.Lazy = ee, Xn.Memo = me, Xn.Portal = he, Xn.Profiler = ye, Xn.StrictMode = je, Xn.Suspense = Me, Xn.isAsyncMode = Te, Xn.isConcurrentMode = Ie, Xn.isContextConsumer = W, Xn.isContextProvider = xe, Xn.isElement = He, Xn.isForwardRef = $, Xn.isFragment = We, Xn.isLazy = ot, Xn.isMemo = Be, Xn.isPortal = Je, Xn.isProfiler = nt, Xn.isStrictMode = at, Xn.isSuspense = tt, Xn.isValidElementType = z, Xn.typeOf = K;
|
|
1557
1557
|
}(), Xn;
|
|
1558
1558
|
}
|
|
1559
1559
|
process.env.NODE_ENV === "production" ? ig.exports = j3() : ig.exports = B3();
|
|
@@ -1962,7 +1962,7 @@ function X3(e) {
|
|
|
1962
1962
|
light: Kp[300],
|
|
1963
1963
|
main: Kp[500],
|
|
1964
1964
|
dark: Kp[700]
|
|
1965
|
-
} : v, S = e.type, _ = S === void 0 ? "light" : S, R = e.contrastThreshold, O = R === void 0 ? 3 : R, k = e.tonalOffset, U = k === void 0 ? 0.2 : k,
|
|
1965
|
+
} : v, S = e.type, _ = S === void 0 ? "light" : S, R = e.contrastThreshold, O = R === void 0 ? 3 : R, k = e.tonalOffset, U = k === void 0 ? 0.2 : k, z = Ht(e, ["primary", "secondary", "error", "warning", "info", "success", "type", "contrastThreshold", "tonalOffset"]);
|
|
1966
1966
|
function K(ae) {
|
|
1967
1967
|
var se = Fx(ae, Jp.text.primary) >= O ? Jp.text.primary : Bx.text.primary;
|
|
1968
1968
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -2026,7 +2026,7 @@ const theme2 = createTheme({ palette: {
|
|
|
2026
2026
|
// two indexes within its tonal palette.
|
|
2027
2027
|
// E.g., shift from Red 500 to Red 300 or Red 700.
|
|
2028
2028
|
tonalOffset: U
|
|
2029
|
-
}, X[_]),
|
|
2029
|
+
}, X[_]), z);
|
|
2030
2030
|
return re;
|
|
2031
2031
|
}
|
|
2032
2032
|
function vC(e) {
|
|
@@ -2041,7 +2041,7 @@ var Vx = {
|
|
|
2041
2041
|
textTransform: "uppercase"
|
|
2042
2042
|
}, Ux = '"Roboto", "Helvetica", "Arial", sans-serif';
|
|
2043
2043
|
function K3(e, n) {
|
|
2044
|
-
var t = typeof n == "function" ? n(e) : n, r = t.fontFamily, i = r === void 0 ? Ux : r, s = t.fontSize, c = s === void 0 ? 14 : s, u = t.fontWeightLight, f = u === void 0 ? 300 : u, p = t.fontWeightRegular, g = p === void 0 ? 400 : p, v = t.fontWeightMedium, E = v === void 0 ? 500 : v, S = t.fontWeightBold, _ = S === void 0 ? 700 : S, R = t.htmlFontSize, O = R === void 0 ? 16 : R, k = t.allVariants, U = t.pxToRem,
|
|
2044
|
+
var t = typeof n == "function" ? n(e) : n, r = t.fontFamily, i = r === void 0 ? Ux : r, s = t.fontSize, c = s === void 0 ? 14 : s, u = t.fontWeightLight, f = u === void 0 ? 300 : u, p = t.fontWeightRegular, g = p === void 0 ? 400 : p, v = t.fontWeightMedium, E = v === void 0 ? 500 : v, S = t.fontWeightBold, _ = S === void 0 ? 700 : S, R = t.htmlFontSize, O = R === void 0 ? 16 : R, k = t.allVariants, U = t.pxToRem, z = Ht(t, ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"]);
|
|
2045
2045
|
process.env.NODE_ENV !== "production" && (typeof c != "number" && console.error("Material-UI: `fontSize` is required to be a number."), typeof O != "number" && console.error("Material-UI: `htmlFontSize` is required to be a number."));
|
|
2046
2046
|
var K = c / 14, V = U || function(ae) {
|
|
2047
2047
|
return "".concat(ae / O * K, "rem");
|
|
@@ -2081,7 +2081,7 @@ function K3(e, n) {
|
|
|
2081
2081
|
fontWeightRegular: g,
|
|
2082
2082
|
fontWeightMedium: E,
|
|
2083
2083
|
fontWeightBold: _
|
|
2084
|
-
}, re),
|
|
2084
|
+
}, re), z, {
|
|
2085
2085
|
clone: !1
|
|
2086
2086
|
// No need to clone deep
|
|
2087
2087
|
});
|
|
@@ -2592,7 +2592,7 @@ function uv() {
|
|
|
2592
2592
|
if (_ = O.reduce(function(K, V) {
|
|
2593
2593
|
return Ma(K, V);
|
|
2594
2594
|
}, _), process.env.NODE_ENV !== "production") {
|
|
2595
|
-
var U = ["checked", "disabled", "error", "focused", "focusVisible", "required", "expanded", "selected"],
|
|
2595
|
+
var U = ["checked", "disabled", "error", "focused", "focusVisible", "required", "expanded", "selected"], z = function K(V, X) {
|
|
2596
2596
|
var re = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1, ae;
|
|
2597
2597
|
for (ae in V) {
|
|
2598
2598
|
var se = V[ae];
|
|
@@ -2602,7 +2602,7 @@ function uv() {
|
|
|
2602
2602
|
`)), V[ae] = {});
|
|
2603
2603
|
}
|
|
2604
2604
|
};
|
|
2605
|
-
|
|
2605
|
+
z(_.overrides);
|
|
2606
2606
|
}
|
|
2607
2607
|
return _;
|
|
2608
2608
|
}
|
|
@@ -4444,7 +4444,7 @@ function _5() {
|
|
|
4444
4444
|
* LICENSE file in the root directory of this source tree.
|
|
4445
4445
|
*/
|
|
4446
4446
|
var e = typeof Symbol == "function" && Symbol.for, n = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, u = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, g = e ? Symbol.for("react.forward_ref") : 60112, v = e ? Symbol.for("react.suspense") : 60113, E = e ? Symbol.for("react.suspense_list") : 60120, S = e ? Symbol.for("react.memo") : 60115, _ = e ? Symbol.for("react.lazy") : 60116, R = e ? Symbol.for("react.block") : 60121, O = e ? Symbol.for("react.fundamental") : 60117, k = e ? Symbol.for("react.responder") : 60118, U = e ? Symbol.for("react.scope") : 60119;
|
|
4447
|
-
function
|
|
4447
|
+
function z(V) {
|
|
4448
4448
|
if (typeof V == "object" && V !== null) {
|
|
4449
4449
|
var X = V.$$typeof;
|
|
4450
4450
|
switch (X) {
|
|
@@ -4475,35 +4475,35 @@ function _5() {
|
|
|
4475
4475
|
}
|
|
4476
4476
|
}
|
|
4477
4477
|
function K(V) {
|
|
4478
|
-
return
|
|
4478
|
+
return z(V) === p;
|
|
4479
4479
|
}
|
|
4480
4480
|
return Mn.AsyncMode = f, Mn.ConcurrentMode = p, Mn.ContextConsumer = u, Mn.ContextProvider = c, Mn.Element = n, Mn.ForwardRef = g, Mn.Fragment = r, Mn.Lazy = _, Mn.Memo = S, Mn.Portal = t, Mn.Profiler = s, Mn.StrictMode = i, Mn.Suspense = v, Mn.isAsyncMode = function(V) {
|
|
4481
|
-
return K(V) ||
|
|
4481
|
+
return K(V) || z(V) === f;
|
|
4482
4482
|
}, Mn.isConcurrentMode = K, Mn.isContextConsumer = function(V) {
|
|
4483
|
-
return
|
|
4483
|
+
return z(V) === u;
|
|
4484
4484
|
}, Mn.isContextProvider = function(V) {
|
|
4485
|
-
return
|
|
4485
|
+
return z(V) === c;
|
|
4486
4486
|
}, Mn.isElement = function(V) {
|
|
4487
4487
|
return typeof V == "object" && V !== null && V.$$typeof === n;
|
|
4488
4488
|
}, Mn.isForwardRef = function(V) {
|
|
4489
|
-
return
|
|
4489
|
+
return z(V) === g;
|
|
4490
4490
|
}, Mn.isFragment = function(V) {
|
|
4491
|
-
return
|
|
4491
|
+
return z(V) === r;
|
|
4492
4492
|
}, Mn.isLazy = function(V) {
|
|
4493
|
-
return
|
|
4493
|
+
return z(V) === _;
|
|
4494
4494
|
}, Mn.isMemo = function(V) {
|
|
4495
|
-
return
|
|
4495
|
+
return z(V) === S;
|
|
4496
4496
|
}, Mn.isPortal = function(V) {
|
|
4497
|
-
return
|
|
4497
|
+
return z(V) === t;
|
|
4498
4498
|
}, Mn.isProfiler = function(V) {
|
|
4499
|
-
return
|
|
4499
|
+
return z(V) === s;
|
|
4500
4500
|
}, Mn.isStrictMode = function(V) {
|
|
4501
|
-
return
|
|
4501
|
+
return z(V) === i;
|
|
4502
4502
|
}, Mn.isSuspense = function(V) {
|
|
4503
|
-
return
|
|
4503
|
+
return z(V) === v;
|
|
4504
4504
|
}, Mn.isValidElementType = function(V) {
|
|
4505
4505
|
return typeof V == "string" || typeof V == "function" || V === r || V === p || V === s || V === i || V === v || V === E || typeof V == "object" && V !== null && (V.$$typeof === _ || V.$$typeof === S || V.$$typeof === c || V.$$typeof === u || V.$$typeof === g || V.$$typeof === O || V.$$typeof === k || V.$$typeof === U || V.$$typeof === R);
|
|
4506
|
-
}, Mn.typeOf =
|
|
4506
|
+
}, Mn.typeOf = z, Mn;
|
|
4507
4507
|
}
|
|
4508
4508
|
var Ln = {}, dE;
|
|
4509
4509
|
function P5() {
|
|
@@ -4519,7 +4519,7 @@ function P5() {
|
|
|
4519
4519
|
*/
|
|
4520
4520
|
return process.env.NODE_ENV !== "production" && function() {
|
|
4521
4521
|
var e = typeof Symbol == "function" && Symbol.for, n = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, u = e ? Symbol.for("react.context") : 60110, f = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, g = e ? Symbol.for("react.forward_ref") : 60112, v = e ? Symbol.for("react.suspense") : 60113, E = e ? Symbol.for("react.suspense_list") : 60120, S = e ? Symbol.for("react.memo") : 60115, _ = e ? Symbol.for("react.lazy") : 60116, R = e ? Symbol.for("react.block") : 60121, O = e ? Symbol.for("react.fundamental") : 60117, k = e ? Symbol.for("react.responder") : 60118, U = e ? Symbol.for("react.scope") : 60119;
|
|
4522
|
-
function
|
|
4522
|
+
function z(ge) {
|
|
4523
4523
|
return typeof ge == "string" || typeof ge == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
4524
4524
|
ge === r || ge === p || ge === s || ge === i || ge === v || ge === E || typeof ge == "object" && ge !== null && (ge.$$typeof === _ || ge.$$typeof === S || ge.$$typeof === c || ge.$$typeof === u || ge.$$typeof === g || ge.$$typeof === O || ge.$$typeof === k || ge.$$typeof === U || ge.$$typeof === R);
|
|
4525
4525
|
}
|
|
@@ -4595,7 +4595,7 @@ function P5() {
|
|
|
4595
4595
|
function Pe(ge) {
|
|
4596
4596
|
return K(ge) === v;
|
|
4597
4597
|
}
|
|
4598
|
-
Ln.AsyncMode = V, Ln.ConcurrentMode = X, Ln.ContextConsumer = re, Ln.ContextProvider = ae, Ln.Element = se, Ln.ForwardRef = ee, Ln.Fragment = me, Ln.Lazy = he, Ln.Memo = ye, Ln.Portal = je, Ln.Profiler = Me, Ln.StrictMode = we, Ln.Suspense = _e, Ln.isAsyncMode = Ie, Ln.isConcurrentMode = W, Ln.isContextConsumer = xe, Ln.isContextProvider = He, Ln.isElement = $, Ln.isForwardRef = We, Ln.isFragment = ot, Ln.isLazy = Be, Ln.isMemo = Je, Ln.isPortal = nt, Ln.isProfiler = at, Ln.isStrictMode = tt, Ln.isSuspense = Pe, Ln.isValidElementType =
|
|
4598
|
+
Ln.AsyncMode = V, Ln.ConcurrentMode = X, Ln.ContextConsumer = re, Ln.ContextProvider = ae, Ln.Element = se, Ln.ForwardRef = ee, Ln.Fragment = me, Ln.Lazy = he, Ln.Memo = ye, Ln.Portal = je, Ln.Profiler = Me, Ln.StrictMode = we, Ln.Suspense = _e, Ln.isAsyncMode = Ie, Ln.isConcurrentMode = W, Ln.isContextConsumer = xe, Ln.isContextProvider = He, Ln.isElement = $, Ln.isForwardRef = We, Ln.isFragment = ot, Ln.isLazy = Be, Ln.isMemo = Je, Ln.isPortal = nt, Ln.isProfiler = at, Ln.isStrictMode = tt, Ln.isSuspense = Pe, Ln.isValidElementType = z, Ln.typeOf = K;
|
|
4599
4599
|
}(), Ln;
|
|
4600
4600
|
}
|
|
4601
4601
|
process.env.NODE_ENV === "production" ? yg.exports = _5() : yg.exports = P5();
|
|
@@ -4696,8 +4696,8 @@ function j5(e) {
|
|
|
4696
4696
|
}, c)), v, E = {};
|
|
4697
4697
|
r.filterProps && (v = r.filterProps, delete r.filterProps), r.propTypes && (E = r.propTypes, delete r.propTypes);
|
|
4698
4698
|
var S = /* @__PURE__ */ Et.forwardRef(function(R, O) {
|
|
4699
|
-
var k = R.children, U = R.className,
|
|
4700
|
-
if (v && (ae = F5(ae, v)),
|
|
4699
|
+
var k = R.children, U = R.className, z = R.clone, K = R.component, V = Ht(R, ["children", "className", "clone", "component"]), X = g(R), re = qt(X.root, U), ae = V;
|
|
4700
|
+
if (v && (ae = F5(ae, v)), z)
|
|
4701
4701
|
return /* @__PURE__ */ Et.cloneElement(k, De({
|
|
4702
4702
|
className: qt(k.props.className, re)
|
|
4703
4703
|
}, ae));
|
|
@@ -4788,12 +4788,12 @@ var z5 = function(n) {
|
|
|
4788
4788
|
classNamePrefix: p
|
|
4789
4789
|
}, f)), E = /* @__PURE__ */ Et.forwardRef(function(_, R) {
|
|
4790
4790
|
_.classes;
|
|
4791
|
-
var O = _.innerRef, k = Ht(_, ["classes", "innerRef"]), U = v(De({}, r.defaultProps, _)),
|
|
4792
|
-
return (typeof u == "string" || c) && (
|
|
4793
|
-
theme:
|
|
4791
|
+
var O = _.innerRef, k = Ht(_, ["classes", "innerRef"]), U = v(De({}, r.defaultProps, _)), z, K = k;
|
|
4792
|
+
return (typeof u == "string" || c) && (z = Ga() || i, u && (K = Yh({
|
|
4793
|
+
theme: z,
|
|
4794
4794
|
name: u,
|
|
4795
4795
|
props: k
|
|
4796
|
-
})), c && !K.theme && (K.theme =
|
|
4796
|
+
})), c && !K.theme && (K.theme = z)), /* @__PURE__ */ Et.createElement(r, De({
|
|
4797
4797
|
ref: O || R,
|
|
4798
4798
|
classes: U
|
|
4799
4799
|
}, K));
|
|
@@ -4845,11 +4845,11 @@ function V5(e) {
|
|
|
4845
4845
|
return Y.useEffect(function() {
|
|
4846
4846
|
var U = !0;
|
|
4847
4847
|
if (s) {
|
|
4848
|
-
var
|
|
4849
|
-
U && k(
|
|
4848
|
+
var z = g(i), K = function() {
|
|
4849
|
+
U && k(z.matches);
|
|
4850
4850
|
};
|
|
4851
|
-
return K(),
|
|
4852
|
-
U = !1,
|
|
4851
|
+
return K(), z.addListener(K), function() {
|
|
4852
|
+
U = !1, z.removeListener(K);
|
|
4853
4853
|
};
|
|
4854
4854
|
}
|
|
4855
4855
|
}, [i, g, s]), process.env.NODE_ENV !== "production" && Y.useDebugValue({
|
|
@@ -4873,7 +4873,7 @@ var U5 = function(n, t) {
|
|
|
4873
4873
|
W5(function() {
|
|
4874
4874
|
U(!0);
|
|
4875
4875
|
}, []);
|
|
4876
|
-
var
|
|
4876
|
+
var z = v.breakpoints.keys.slice().reverse(), K = z.reduce(function(X, re) {
|
|
4877
4877
|
var ae = V5(v.breakpoints.up(re));
|
|
4878
4878
|
return !X && ae ? re : X;
|
|
4879
4879
|
}, null), V = De({
|
|
@@ -5004,10 +5004,10 @@ function Y5(e) {
|
|
|
5004
5004
|
location: v
|
|
5005
5005
|
});
|
|
5006
5006
|
}
|
|
5007
|
-
function
|
|
5007
|
+
function z(re, ae) {
|
|
5008
5008
|
var se = js.Push, ee = R(re, ae);
|
|
5009
5009
|
function me() {
|
|
5010
|
-
|
|
5010
|
+
z(re, ae);
|
|
5011
5011
|
}
|
|
5012
5012
|
if (k(se, ee, me)) {
|
|
5013
5013
|
var he = O(ee, g + 1), ye = he[0], je = he[1];
|
|
@@ -5040,7 +5040,7 @@ function Y5(e) {
|
|
|
5040
5040
|
return v;
|
|
5041
5041
|
},
|
|
5042
5042
|
createHref: _,
|
|
5043
|
-
push:
|
|
5043
|
+
push: z,
|
|
5044
5044
|
replace: K,
|
|
5045
5045
|
go: V,
|
|
5046
5046
|
back: function() {
|
|
@@ -5161,28 +5161,28 @@ function Q5() {
|
|
|
5161
5161
|
return process.env.NODE_ENV !== "production" && function() {
|
|
5162
5162
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
5163
5163
|
var e = Et, n = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
5164
|
-
function t(
|
|
5164
|
+
function t(z) {
|
|
5165
5165
|
{
|
|
5166
5166
|
for (var K = arguments.length, V = new Array(K > 1 ? K - 1 : 0), X = 1; X < K; X++)
|
|
5167
5167
|
V[X - 1] = arguments[X];
|
|
5168
|
-
r("error",
|
|
5168
|
+
r("error", z, V);
|
|
5169
5169
|
}
|
|
5170
5170
|
}
|
|
5171
|
-
function r(
|
|
5171
|
+
function r(z, K, V) {
|
|
5172
5172
|
{
|
|
5173
5173
|
var X = n.ReactDebugCurrentFrame, re = X.getStackAddendum();
|
|
5174
5174
|
re !== "" && (K += "%s", V = V.concat([re]));
|
|
5175
5175
|
var ae = V.map(function(se) {
|
|
5176
5176
|
return String(se);
|
|
5177
5177
|
});
|
|
5178
|
-
ae.unshift("Warning: " + K), Function.prototype.apply.call(console[
|
|
5178
|
+
ae.unshift("Warning: " + K), Function.prototype.apply.call(console[z], console, ae);
|
|
5179
5179
|
}
|
|
5180
5180
|
}
|
|
5181
|
-
function i(
|
|
5182
|
-
return
|
|
5181
|
+
function i(z, K) {
|
|
5182
|
+
return z === K && (z !== 0 || 1 / z === 1 / K) || z !== z && K !== K;
|
|
5183
5183
|
}
|
|
5184
5184
|
var s = typeof Object.is == "function" ? Object.is : i, c = e.useState, u = e.useEffect, f = e.useLayoutEffect, p = e.useDebugValue, g = !1, v = !1;
|
|
5185
|
-
function E(
|
|
5185
|
+
function E(z, K, V) {
|
|
5186
5186
|
g || e.startTransition !== void 0 && (g = !0, t("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));
|
|
5187
5187
|
var X = K();
|
|
5188
5188
|
if (!v) {
|
|
@@ -5199,7 +5199,7 @@ function Q5() {
|
|
|
5199
5199
|
se.value = X, se.getSnapshot = K, S(se) && ee({
|
|
5200
5200
|
inst: se
|
|
5201
5201
|
});
|
|
5202
|
-
}, [
|
|
5202
|
+
}, [z, X, K]), u(function() {
|
|
5203
5203
|
S(se) && ee({
|
|
5204
5204
|
inst: se
|
|
5205
5205
|
});
|
|
@@ -5208,11 +5208,11 @@ function Q5() {
|
|
|
5208
5208
|
inst: se
|
|
5209
5209
|
});
|
|
5210
5210
|
};
|
|
5211
|
-
return
|
|
5212
|
-
}, [
|
|
5211
|
+
return z(me);
|
|
5212
|
+
}, [z]), p(X), X;
|
|
5213
5213
|
}
|
|
5214
|
-
function S(
|
|
5215
|
-
var K =
|
|
5214
|
+
function S(z) {
|
|
5215
|
+
var K = z.getSnapshot, V = z.value;
|
|
5216
5216
|
try {
|
|
5217
5217
|
var X = K();
|
|
5218
5218
|
return !s(V, X);
|
|
@@ -5220,7 +5220,7 @@ function Q5() {
|
|
|
5220
5220
|
return !0;
|
|
5221
5221
|
}
|
|
5222
5222
|
}
|
|
5223
|
-
function _(
|
|
5223
|
+
function _(z, K, V) {
|
|
5224
5224
|
return K();
|
|
5225
5225
|
}
|
|
5226
5226
|
var R = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u", O = !R, k = O ? _ : E, U = e.useSyncExternalStore !== void 0 ? e.useSyncExternalStore : k;
|
|
@@ -5255,17 +5255,17 @@ function $5() {
|
|
|
5255
5255
|
_ = u(function() {
|
|
5256
5256
|
function k(X) {
|
|
5257
5257
|
if (!U) {
|
|
5258
|
-
if (U = !0,
|
|
5258
|
+
if (U = !0, z = X, X = E(X), S !== void 0 && R.hasValue) {
|
|
5259
5259
|
var re = R.value;
|
|
5260
5260
|
if (S(re, X)) return K = re;
|
|
5261
5261
|
}
|
|
5262
5262
|
return K = X;
|
|
5263
5263
|
}
|
|
5264
|
-
if (re = K, r(
|
|
5264
|
+
if (re = K, r(z, X)) return re;
|
|
5265
5265
|
var ae = E(X);
|
|
5266
|
-
return S !== void 0 && S(re, ae) ? re : (
|
|
5266
|
+
return S !== void 0 && S(re, ae) ? re : (z = X, K = ae);
|
|
5267
5267
|
}
|
|
5268
|
-
var U = !1,
|
|
5268
|
+
var U = !1, z, K, V = v === void 0 ? null : v;
|
|
5269
5269
|
return [function() {
|
|
5270
5270
|
return k(g());
|
|
5271
5271
|
}, V === null ? void 0 : function() {
|
|
@@ -5327,7 +5327,7 @@ function ez() {
|
|
|
5327
5327
|
return ae(se());
|
|
5328
5328
|
};
|
|
5329
5329
|
return [ee, me];
|
|
5330
|
-
}, [v, E, S, _]), U = k[0],
|
|
5330
|
+
}, [v, E, S, _]), U = k[0], z = k[1], K = i(g, U, z);
|
|
5331
5331
|
return c(function() {
|
|
5332
5332
|
O.hasValue = !0, O.value = K;
|
|
5333
5333
|
}, [K]), f(K), K;
|
|
@@ -5436,14 +5436,14 @@ function az() {
|
|
|
5436
5436
|
* LICENSE file in the root directory of this source tree.
|
|
5437
5437
|
*/
|
|
5438
5438
|
return process.env.NODE_ENV !== "production" && function() {
|
|
5439
|
-
var e = Symbol.for("react.element"), n = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), c = Symbol.for("react.context"), u = Symbol.for("react.server_context"), f = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), v = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), _ = !1, R = !1, O = !1, k = !1, U = !1,
|
|
5440
|
-
|
|
5439
|
+
var e = Symbol.for("react.element"), n = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), c = Symbol.for("react.context"), u = Symbol.for("react.server_context"), f = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), v = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), _ = !1, R = !1, O = !1, k = !1, U = !1, z;
|
|
5440
|
+
z = Symbol.for("react.module.reference");
|
|
5441
5441
|
function K(ke) {
|
|
5442
5442
|
return !!(typeof ke == "string" || typeof ke == "function" || ke === t || ke === i || U || ke === r || ke === p || ke === g || k || ke === S || _ || R || O || typeof ke == "object" && ke !== null && (ke.$$typeof === E || ke.$$typeof === v || ke.$$typeof === s || ke.$$typeof === c || ke.$$typeof === f || // This needs to include all possible module reference object
|
|
5443
5443
|
// types supported by any Flight configuration anywhere since
|
|
5444
5444
|
// we don't know which Flight build this will end up being used
|
|
5445
5445
|
// with.
|
|
5446
|
-
ke.$$typeof ===
|
|
5446
|
+
ke.$$typeof === z || ke.getModuleId !== void 0));
|
|
5447
5447
|
}
|
|
5448
5448
|
function V(ke) {
|
|
5449
5449
|
if (typeof ke == "object" && ke !== null) {
|
|
@@ -5547,8 +5547,8 @@ function uz(e, n, t, r, {
|
|
|
5547
5547
|
areStatePropsEqual: c
|
|
5548
5548
|
}) {
|
|
5549
5549
|
let u = !1, f, p, g, v, E;
|
|
5550
|
-
function S(U,
|
|
5551
|
-
return f = U, p =
|
|
5550
|
+
function S(U, z) {
|
|
5551
|
+
return f = U, p = z, g = e(f, p), v = n(r, p), E = t(g, v, p), u = !0, E;
|
|
5552
5552
|
}
|
|
5553
5553
|
function _() {
|
|
5554
5554
|
return g = e(f, p), n.dependsOnOwnProps && (v = n(r, p)), E = t(g, v, p), E;
|
|
@@ -5557,15 +5557,15 @@ function uz(e, n, t, r, {
|
|
|
5557
5557
|
return e.dependsOnOwnProps && (g = e(f, p)), n.dependsOnOwnProps && (v = n(r, p)), E = t(g, v, p), E;
|
|
5558
5558
|
}
|
|
5559
5559
|
function O() {
|
|
5560
|
-
const U = e(f, p),
|
|
5561
|
-
return g = U,
|
|
5560
|
+
const U = e(f, p), z = !c(U, g);
|
|
5561
|
+
return g = U, z && (E = t(g, v, p)), E;
|
|
5562
5562
|
}
|
|
5563
|
-
function k(U,
|
|
5564
|
-
const K = !s(
|
|
5565
|
-
return f = U, p =
|
|
5563
|
+
function k(U, z) {
|
|
5564
|
+
const K = !s(z, p), V = !i(U, f, z, p);
|
|
5565
|
+
return f = U, p = z, K && V ? _() : K ? R() : V ? O() : E;
|
|
5566
5566
|
}
|
|
5567
|
-
return function(
|
|
5568
|
-
return u ? k(
|
|
5567
|
+
return function(z, K) {
|
|
5568
|
+
return u ? k(z, K) : S(z, K);
|
|
5569
5569
|
};
|
|
5570
5570
|
}
|
|
5571
5571
|
function cz(e, n) {
|
|
@@ -5780,7 +5780,7 @@ function bi(e, n, t, {
|
|
|
5780
5780
|
return (O) => {
|
|
5781
5781
|
if (process.env.NODE_ENV !== "production" && !_E.isValidElementType(O))
|
|
5782
5782
|
throw new Error(`You must pass a component to the function returned by connect. Instead received ${Tz(O)}`);
|
|
5783
|
-
const k = O.displayName || O.name || "Component", U = `Connect(${k})`,
|
|
5783
|
+
const k = O.displayName || O.name || "Component", U = `Connect(${k})`, z = {
|
|
5784
5784
|
shouldHandleStateChanges: _,
|
|
5785
5785
|
displayName: U,
|
|
5786
5786
|
wrappedComponentName: k,
|
|
@@ -5805,7 +5805,7 @@ function bi(e, n, t, {
|
|
|
5805
5805
|
_E.isContextConsumer(/* @__PURE__ */ Et.createElement(ae.Consumer, null)) ? ae : g, [ae, g]), he = oo(me), ye = !!re.store && !!re.store.getState && !!re.store.dispatch, je = !!he && !!he.store;
|
|
5806
5806
|
if (process.env.NODE_ENV !== "production" && !ye && !je)
|
|
5807
5807
|
throw new Error(`Could not find "store" in the context of "${U}". Either wrap the root component in a <Provider>, or pass a custom React context provider to <Provider> and the corresponding React context consumer to ${U} in connect options.`);
|
|
5808
|
-
const Me = ye ? re.store : he.store, we = je ? he.getServerState : Me.getState, _e = wn(() => cz(Me.dispatch,
|
|
5808
|
+
const Me = ye ? re.store : he.store, we = je ? he.getServerState : Me.getState, _e = wn(() => cz(Me.dispatch, z), [Me]), [Te, Ie] = wn(() => {
|
|
5809
5809
|
if (!_) return Sz;
|
|
5810
5810
|
const ge = XC(Me, ye ? void 0 : he.subscription), wt = ge.notifyNestedSubs.bind(ge);
|
|
5811
5811
|
return [ge, wt];
|
|
@@ -6044,9 +6044,9 @@ function Dz(e, n, t, r) {
|
|
|
6044
6044
|
u = Wo.Push;
|
|
6045
6045
|
let U = xg(R.location, O, k);
|
|
6046
6046
|
t && t(U, O), p = g() + 1;
|
|
6047
|
-
let
|
|
6047
|
+
let z = DE(U, p), K = R.createHref(U);
|
|
6048
6048
|
try {
|
|
6049
|
-
c.pushState(
|
|
6049
|
+
c.pushState(z, "", K);
|
|
6050
6050
|
} catch {
|
|
6051
6051
|
i.location.assign(K);
|
|
6052
6052
|
}
|
|
@@ -6060,8 +6060,8 @@ function Dz(e, n, t, r) {
|
|
|
6060
6060
|
u = Wo.Replace;
|
|
6061
6061
|
let U = xg(R.location, O, k);
|
|
6062
6062
|
t && t(U, O), p = g();
|
|
6063
|
-
let
|
|
6064
|
-
c.replaceState(
|
|
6063
|
+
let z = DE(U, p), K = R.createHref(U);
|
|
6064
|
+
c.replaceState(z, "", K), s && f && f({
|
|
6065
6065
|
action: u,
|
|
6066
6066
|
location: R.location,
|
|
6067
6067
|
delta: 0
|
|
@@ -6918,8 +6918,8 @@ const DH = typeof window < "u" && typeof window.document < "u" && typeof window.
|
|
|
6918
6918
|
} = Y.useContext(Wi), S, _ = !1;
|
|
6919
6919
|
if (typeof p == "string" && IH.test(p) && (S = p, DH))
|
|
6920
6920
|
try {
|
|
6921
|
-
let U = new URL(window.location.href),
|
|
6922
|
-
|
|
6921
|
+
let U = new URL(window.location.href), z = p.startsWith("//") ? new URL(U.protocol + p) : new URL(p), K = gu(z.pathname, E);
|
|
6922
|
+
z.origin === U.origin && K != null ? p = K + z.search + z.hash : _ = !0;
|
|
6923
6923
|
} catch {
|
|
6924
6924
|
process.env.NODE_ENV !== "production" && yi(!1, '<Link to="' + p + '"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.');
|
|
6925
6925
|
}
|
|
@@ -6961,14 +6961,14 @@ const NH = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
|
6961
6961
|
navigator: _
|
|
6962
6962
|
} = Y.useContext(Wi), R = _.encodeLocation ? _.encodeLocation(v).pathname : v.pathname, O = E.pathname, k = S && S.navigation && S.navigation.location ? S.navigation.location.pathname : null;
|
|
6963
6963
|
i || (O = O.toLowerCase(), k = k ? k.toLowerCase() : null, R = R.toLowerCase());
|
|
6964
|
-
let U = O === R || !c && O.startsWith(R) && O.charAt(R.length) === "/",
|
|
6964
|
+
let U = O === R || !c && O.startsWith(R) && O.charAt(R.length) === "/", z = k != null && (k === R || !c && k.startsWith(R) && k.charAt(R.length) === "/"), K = U ? r : void 0, V;
|
|
6965
6965
|
typeof s == "function" ? V = s({
|
|
6966
6966
|
isActive: U,
|
|
6967
|
-
isPending:
|
|
6968
|
-
}) : V = [s, U ? "active" : null,
|
|
6967
|
+
isPending: z
|
|
6968
|
+
}) : V = [s, U ? "active" : null, z ? "pending" : null].filter(Boolean).join(" ");
|
|
6969
6969
|
let X = typeof u == "function" ? u({
|
|
6970
6970
|
isActive: U,
|
|
6971
|
-
isPending:
|
|
6971
|
+
isPending: z
|
|
6972
6972
|
}) : u;
|
|
6973
6973
|
return /* @__PURE__ */ Y.createElement(n_, Zo({}, g, {
|
|
6974
6974
|
"aria-current": K,
|
|
@@ -6978,7 +6978,7 @@ const NH = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
|
6978
6978
|
to: f
|
|
6979
6979
|
}), typeof p == "function" ? p({
|
|
6980
6980
|
isActive: U,
|
|
6981
|
-
isPending:
|
|
6981
|
+
isPending: z
|
|
6982
6982
|
}) : p);
|
|
6983
6983
|
});
|
|
6984
6984
|
process.env.NODE_ENV !== "production" && (NH.displayName = "NavLink");
|
|
@@ -7136,8 +7136,8 @@ function i_(e) {
|
|
|
7136
7136
|
toggleTag: (S, _) => {
|
|
7137
7137
|
const R = _ === "right" ? c : i, O = _ === "right" ? p : f, k = _ === "right" ? u : s;
|
|
7138
7138
|
if (R.includes(S)) {
|
|
7139
|
-
const
|
|
7140
|
-
n.set(`tags${_ === "right" ? "Right" : "Left"}`,
|
|
7139
|
+
const z = Wl(O).filter((K) => K !== S);
|
|
7140
|
+
n.set(`tags${_ === "right" ? "Right" : "Left"}`, z.join(",")), k(z), r(`${t.pathname}?${ja(n.toString())}`);
|
|
7141
7141
|
} else
|
|
7142
7142
|
n.set(`tags${_ === "right" ? "Right" : "Left"}`, `${O},${S}`), k([...R, S]), r(`${t.pathname}?${ja(n.toString())}`);
|
|
7143
7143
|
},
|
|
@@ -7145,7 +7145,7 @@ function i_(e) {
|
|
|
7145
7145
|
u([]), s([]);
|
|
7146
7146
|
}
|
|
7147
7147
|
}), [t.pathname, r, n, f, p, i, c]);
|
|
7148
|
-
return /* @__PURE__ */
|
|
7148
|
+
return /* @__PURE__ */ B.jsx(rl.Provider, { value: g, children: e.children });
|
|
7149
7149
|
}
|
|
7150
7150
|
function jE(e, n) {
|
|
7151
7151
|
var t = Object.keys(e);
|
|
@@ -7303,11 +7303,11 @@ function a_(e, n, t) {
|
|
|
7303
7303
|
subscribe: function(U) {
|
|
7304
7304
|
if (typeof U != "object" || U === null)
|
|
7305
7305
|
throw new Error(process.env.NODE_ENV === "production" ? Ur(11) : "Expected the observer to be an object. Instead, received: '" + Sa(U) + "'");
|
|
7306
|
-
function
|
|
7306
|
+
function z() {
|
|
7307
7307
|
U.next && U.next(g());
|
|
7308
7308
|
}
|
|
7309
|
-
|
|
7310
|
-
var K = O(
|
|
7309
|
+
z();
|
|
7310
|
+
var K = O(z);
|
|
7311
7311
|
return {
|
|
7312
7312
|
unsubscribe: K
|
|
7313
7313
|
};
|
|
@@ -7382,8 +7382,8 @@ function YH(e) {
|
|
|
7382
7382
|
for (var E = !1, S = {}, _ = 0; _ < s.length; _++) {
|
|
7383
7383
|
var R = s[_], O = t[R], k = p[R], U = O(k, g);
|
|
7384
7384
|
if (typeof U > "u") {
|
|
7385
|
-
var
|
|
7386
|
-
throw new Error(process.env.NODE_ENV === "production" ? Ur(14) : "When called with an action of type " + (
|
|
7385
|
+
var z = g && g.type;
|
|
7386
|
+
throw new Error(process.env.NODE_ENV === "production" ? Ur(14) : "When called with an action of type " + (z ? '"' + String(z) + '"' : "(unknown type)") + ', the slice reducer for key "' + R + '" returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.');
|
|
7387
7387
|
}
|
|
7388
7388
|
S[R] = U, E = E || U !== k;
|
|
7389
7389
|
}
|
|
@@ -8148,7 +8148,7 @@ function hV(e, n, t, r, i, s, c) {
|
|
|
8148
8148
|
if (f = xh, lV({
|
|
8149
8149
|
meta: i,
|
|
8150
8150
|
cancelledTasks: E
|
|
8151
|
-
}),
|
|
8151
|
+
}), z.isRoot) {
|
|
8152
8152
|
var X = cV();
|
|
8153
8153
|
H_(), e.onError(K, {
|
|
8154
8154
|
sagaStack: X
|
|
@@ -8156,9 +8156,9 @@ function hV(e, n, t, r, i, s, c) {
|
|
|
8156
8156
|
}
|
|
8157
8157
|
g = K, v && v.reject(K);
|
|
8158
8158
|
}
|
|
8159
|
-
|
|
8159
|
+
z.cont(K, V), z.joiners.forEach(function(re) {
|
|
8160
8160
|
re.cb(K, V);
|
|
8161
|
-
}),
|
|
8161
|
+
}), z.joiners = null;
|
|
8162
8162
|
}
|
|
8163
8163
|
function k(K) {
|
|
8164
8164
|
process.env.NODE_ENV !== "production" && Cn(K, Iv, g_("task", K)), Nv(S, K);
|
|
@@ -8166,7 +8166,7 @@ function hV(e, n, t, r, i, s, c) {
|
|
|
8166
8166
|
function U() {
|
|
8167
8167
|
return v || (v = I8(), f === xh ? v.reject(g) : f !== Pa && v.resolve(p)), v.promise;
|
|
8168
8168
|
}
|
|
8169
|
-
var
|
|
8169
|
+
var z = (u = {}, u[JH] = !0, u.id = r, u.meta = i, u.isRoot = s, u.context = S, u.joiners = [], u.queue = _, u.cancel = R, u.cont = c, u.end = O, u.setContext = k, u.toPromise = U, u.isRunning = function() {
|
|
8170
8170
|
return f === Pa;
|
|
8171
8171
|
}, u.isCancelled = function() {
|
|
8172
8172
|
return f === xo || f === Pa && n.status === xo;
|
|
@@ -8177,7 +8177,7 @@ function hV(e, n, t, r, i, s, c) {
|
|
|
8177
8177
|
}, u.error = function() {
|
|
8178
8178
|
return g;
|
|
8179
8179
|
}, u);
|
|
8180
|
-
return
|
|
8180
|
+
return z;
|
|
8181
8181
|
}
|
|
8182
8182
|
function id(e, n, t, r, i, s, c) {
|
|
8183
8183
|
if (process.env.NODE_ENV !== "production" && n[o8])
|
|
@@ -8233,20 +8233,20 @@ function id(e, n, t, r, i, s, c) {
|
|
|
8233
8233
|
}
|
|
8234
8234
|
function _(R, O, k, U) {
|
|
8235
8235
|
U === void 0 && (U = "");
|
|
8236
|
-
var
|
|
8236
|
+
var z = B_();
|
|
8237
8237
|
e.sagaMonitor && e.sagaMonitor.effectTriggered({
|
|
8238
|
-
effectId:
|
|
8238
|
+
effectId: z,
|
|
8239
8239
|
parentEffectId: O,
|
|
8240
8240
|
label: U,
|
|
8241
8241
|
effect: R
|
|
8242
8242
|
});
|
|
8243
8243
|
var K;
|
|
8244
8244
|
function V(X, re) {
|
|
8245
|
-
K || (K = !0, k.cancel = Lr, e.sagaMonitor && (re ? e.sagaMonitor.effectRejected(
|
|
8245
|
+
K || (K = !0, k.cancel = Lr, e.sagaMonitor && (re ? e.sagaMonitor.effectRejected(z, X) : e.sagaMonitor.effectResolved(z, X)), re && uV(R), k(X, re));
|
|
8246
8246
|
}
|
|
8247
8247
|
V.cancel = Lr, k.cancel = function() {
|
|
8248
|
-
K || (K = !0, V.cancel(), V.cancel = Lr, e.sagaMonitor && e.sagaMonitor.effectCancelled(
|
|
8249
|
-
}, u(R,
|
|
8248
|
+
K || (K = !0, V.cancel(), V.cancel = Lr, e.sagaMonitor && e.sagaMonitor.effectCancelled(z));
|
|
8249
|
+
}, u(R, z, V);
|
|
8250
8250
|
}
|
|
8251
8251
|
}
|
|
8252
8252
|
var dV = "runSaga(options, saga, ...args)", qE = dV + ": saga argument must be a Generator function!";
|
|
@@ -8273,13 +8273,13 @@ function fV(e, n) {
|
|
|
8273
8273
|
}
|
|
8274
8274
|
var U;
|
|
8275
8275
|
if (p) {
|
|
8276
|
-
var
|
|
8276
|
+
var z = s_.apply(void 0, p);
|
|
8277
8277
|
U = function(X) {
|
|
8278
8278
|
return function(re, ae, se) {
|
|
8279
8279
|
var ee = function(he) {
|
|
8280
8280
|
return X(he, ae, se);
|
|
8281
8281
|
};
|
|
8282
|
-
return
|
|
8282
|
+
return z(ee)(re);
|
|
8283
8283
|
};
|
|
8284
8284
|
};
|
|
8285
8285
|
} else
|
|
@@ -9635,9 +9635,9 @@ var q_ = { exports: {} };
|
|
|
9635
9635
|
for (var U in E)
|
|
9636
9636
|
Object.prototype.hasOwnProperty.call(E, U) && E[U] && O.setRequestHeader(U, E[U]);
|
|
9637
9637
|
v && (O.withCredentials = !0), O.send(_);
|
|
9638
|
-
} catch (
|
|
9639
|
-
t.console.error("%s while making AJAX request: %s",
|
|
9640
|
-
}, t.isFunction(g) && g(O,
|
|
9638
|
+
} catch (z) {
|
|
9639
|
+
t.console.error("%s while making AJAX request: %s", z.name, z.message), O.onreadystatechange = function() {
|
|
9640
|
+
}, t.isFunction(g) && g(O, z);
|
|
9641
9641
|
}
|
|
9642
9642
|
return O;
|
|
9643
9643
|
},
|
|
@@ -10010,7 +10010,7 @@ var q_ = { exports: {} };
|
|
|
10010
10010
|
var Q = this;
|
|
10011
10011
|
r[this.hash] = {
|
|
10012
10012
|
click: function(ie) {
|
|
10013
|
-
|
|
10013
|
+
z(Q, ie);
|
|
10014
10014
|
},
|
|
10015
10015
|
dblclick: function(ie) {
|
|
10016
10016
|
K(Q, ie);
|
|
@@ -11078,7 +11078,7 @@ var q_ = { exports: {} };
|
|
|
11078
11078
|
function U(L, j) {
|
|
11079
11079
|
return new t.Point((L.x + j.x) / 2, (L.y + j.y) / 2);
|
|
11080
11080
|
}
|
|
11081
|
-
function
|
|
11081
|
+
function z(L, j) {
|
|
11082
11082
|
var Q = {
|
|
11083
11083
|
originalEvent: j,
|
|
11084
11084
|
eventType: "click",
|
|
@@ -12151,7 +12151,7 @@ var q_ = { exports: {} };
|
|
|
12151
12151
|
contextMenuHandler: t.delegate(this, O),
|
|
12152
12152
|
keyDownHandler: t.delegate(this, k),
|
|
12153
12153
|
keyHandler: t.delegate(this, U),
|
|
12154
|
-
clickHandler: t.delegate(this,
|
|
12154
|
+
clickHandler: t.delegate(this, z),
|
|
12155
12155
|
dblClickHandler: t.delegate(this, K),
|
|
12156
12156
|
dragHandler: t.delegate(this, V),
|
|
12157
12157
|
dragEndHandler: t.delegate(this, X),
|
|
@@ -13426,7 +13426,7 @@ var q_ = { exports: {} };
|
|
|
13426
13426
|
};
|
|
13427
13427
|
this.raiseEvent("canvas-key-press", te);
|
|
13428
13428
|
}
|
|
13429
|
-
function
|
|
13429
|
+
function z(N) {
|
|
13430
13430
|
var te, Oe = document.activeElement === this.canvas;
|
|
13431
13431
|
Oe || this.canvas.focus(), this.viewport.flipped && (N.position.x = this.viewport.getContainerSize().x - N.position.x);
|
|
13432
13432
|
var Ge = {
|
|
@@ -13879,8 +13879,8 @@ var q_ = { exports: {} };
|
|
|
13879
13879
|
}
|
|
13880
13880
|
var k = this.displayRegion.style;
|
|
13881
13881
|
k.display = this.world.getItemCount() ? "block" : "none", k.top = _.y.toFixed(2) + "px", k.left = _.x.toFixed(2) + "px";
|
|
13882
|
-
var U = R.x - _.x,
|
|
13883
|
-
k.width = Math.round(Math.max(U, 0)) + "px", k.height = Math.round(Math.max(
|
|
13882
|
+
var U = R.x - _.x, z = R.y - _.y;
|
|
13883
|
+
k.width = Math.round(Math.max(U, 0)) + "px", k.height = Math.round(Math.max(z, 0)) + "px";
|
|
13884
13884
|
}
|
|
13885
13885
|
},
|
|
13886
13886
|
// overrides Viewer.addTiledImage
|
|
@@ -14791,8 +14791,8 @@ var q_ = { exports: {} };
|
|
|
14791
14791
|
}
|
|
14792
14792
|
});
|
|
14793
14793
|
return v.length && (g.Image.DisplayRect = v), i(s, g);
|
|
14794
|
-
} catch (
|
|
14795
|
-
throw
|
|
14794
|
+
} catch (z) {
|
|
14795
|
+
throw z instanceof Error ? z : new Error(t.getString("Errors.Dzi"));
|
|
14796
14796
|
}
|
|
14797
14797
|
else {
|
|
14798
14798
|
if (f === "Collection")
|
|
@@ -15046,8 +15046,8 @@ var q_ = { exports: {} };
|
|
|
15046
15046
|
var g = null;
|
|
15047
15047
|
return this.levels.length > 0 && u >= this.minLevel && u <= this.maxLevel && (g = this.levels[u].url), g;
|
|
15048
15048
|
}
|
|
15049
|
-
var v = "0", E = Math.pow(0.5, this.maxLevel - u), S, _, R, O, k, U,
|
|
15050
|
-
return this.levelSizes ? (S = this.levelSizes[u].width, _ = this.levelSizes[u].height) : (S = Math.ceil(this.width * E), _ = Math.ceil(this.height * E)), R = this.getTileWidth(u), O = this.getTileHeight(u), k = Math.round(R / E), U = Math.round(O / E), this.version === 1 ? me = "native." + this.tileFormat : me = "default." + this.tileFormat, S < R && _ < O ? (this.version === 2 && S === this.width ? ae = "full" : this.version === 3 && S === this.width && _ === this.height ? ae = "max" : this.version === 3 ? ae = S + "," + _ : ae = S + ",",
|
|
15049
|
+
var v = "0", E = Math.pow(0.5, this.maxLevel - u), S, _, R, O, k, U, z, K, V, X, re, ae, se, ee, me, he;
|
|
15050
|
+
return this.levelSizes ? (S = this.levelSizes[u].width, _ = this.levelSizes[u].height) : (S = Math.ceil(this.width * E), _ = Math.ceil(this.height * E)), R = this.getTileWidth(u), O = this.getTileHeight(u), k = Math.round(R / E), U = Math.round(O / E), this.version === 1 ? me = "native." + this.tileFormat : me = "default." + this.tileFormat, S < R && _ < O ? (this.version === 2 && S === this.width ? ae = "full" : this.version === 3 && S === this.width && _ === this.height ? ae = "max" : this.version === 3 ? ae = S + "," + _ : ae = S + ",", z = "full") : (K = f * k, V = p * U, X = Math.min(k, this.width - K), re = Math.min(U, this.height - V), f === 0 && p === 0 && X === this.width && re === this.height ? z = "full" : z = [K, V, X, re].join(","), se = Math.min(R, S - f * R), ee = Math.min(O, _ - p * O), this.version === 2 && se === this.width ? ae = "full" : this.version === 3 && se === this.width && ee === this.height ? ae = "max" : this.version === 3 ? ae = se + "," + ee : ae = se + ","), he = [this._id, z, ae, v, me].join("/"), he;
|
|
15051
15051
|
},
|
|
15052
15052
|
__testonly__: {
|
|
15053
15053
|
canBeTiled: r,
|
|
@@ -15905,11 +15905,11 @@ var q_ = { exports: {} };
|
|
|
15905
15905
|
this.containsPoint(S, i) && s.push(S);
|
|
15906
15906
|
for (var _ = this._getSegments(), R = r._getSegments(), O = 0; O < _.length; O++)
|
|
15907
15907
|
for (var k = _[O], U = 0; U < R.length; U++) {
|
|
15908
|
-
var
|
|
15908
|
+
var z = R[U], K = V(
|
|
15909
15909
|
k[0],
|
|
15910
15910
|
k[1],
|
|
15911
|
-
|
|
15912
|
-
|
|
15911
|
+
z[0],
|
|
15912
|
+
z[1]
|
|
15913
15913
|
);
|
|
15914
15914
|
K && s.push(K);
|
|
15915
15915
|
}
|
|
@@ -16035,8 +16035,8 @@ var q_ = { exports: {} };
|
|
|
16035
16035
|
leaveHandler: t.delegate(this, p),
|
|
16036
16036
|
keyDownHandler: t.delegate(this, g),
|
|
16037
16037
|
keyHandler: t.delegate(this, v),
|
|
16038
|
-
preProcessEventHandler: function(
|
|
16039
|
-
|
|
16038
|
+
preProcessEventHandler: function(z) {
|
|
16039
|
+
z.eventType === "wheel" && (z.preventDefault = !0);
|
|
16040
16040
|
}
|
|
16041
16041
|
}), E.width && E.height ? (this.element.style.width = E.width + "px", this.element.style.height = E.height + "px", _.addControl(
|
|
16042
16042
|
this.element,
|
|
@@ -16055,8 +16055,8 @@ var q_ = { exports: {} };
|
|
|
16055
16055
|
* @function
|
|
16056
16056
|
*/
|
|
16057
16057
|
setFocus: function(E) {
|
|
16058
|
-
var S = this.element.querySelector("#" + this.element.id + "-" + E), _ = t.getElementSize(this.viewer.canvas), R = Number(this.element.style.width.replace("px", "")), O = Number(this.element.style.height.replace("px", "")), k = -Number(this.element.style.marginLeft.replace("px", "")), U = -Number(this.element.style.marginTop.replace("px", "")),
|
|
16059
|
-
this.currentSelected !== S && (this.currentSelected && (this.currentSelected.style.background = "#000"), this.currentSelected = S, this.currentSelected.style.background = "#999", this.scroll === "horizontal" ? (
|
|
16058
|
+
var S = this.element.querySelector("#" + this.element.id + "-" + E), _ = t.getElementSize(this.viewer.canvas), R = Number(this.element.style.width.replace("px", "")), O = Number(this.element.style.height.replace("px", "")), k = -Number(this.element.style.marginLeft.replace("px", "")), U = -Number(this.element.style.marginTop.replace("px", "")), z;
|
|
16059
|
+
this.currentSelected !== S && (this.currentSelected && (this.currentSelected.style.background = "#000"), this.currentSelected = S, this.currentSelected.style.background = "#999", this.scroll === "horizontal" ? (z = Number(E) * (this.panelWidth + 3), z > k + _.x - this.panelWidth ? (z = Math.min(z, R - _.x), this.element.style.marginLeft = -z + "px", u(this, _.x, -z)) : z < k && (z = Math.max(0, z - _.x / 2), this.element.style.marginLeft = -z + "px", u(this, _.x, -z))) : (z = Number(E) * (this.panelHeight + 3), z > U + _.y - this.panelHeight ? (z = Math.min(z, O - _.y), this.element.style.marginTop = -z + "px", u(this, _.y, -z)) : z < U && (z = Math.max(0, z - _.y / 2), this.element.style.marginTop = -z + "px", u(this, _.y, -z))), this.currentPage = E, f.call(this, { eventSource: this.tracker }));
|
|
16060
16060
|
},
|
|
16061
16061
|
/**
|
|
16062
16062
|
* @function
|
|
@@ -16091,10 +16091,10 @@ var q_ = { exports: {} };
|
|
|
16091
16091
|
}
|
|
16092
16092
|
}
|
|
16093
16093
|
function u(E, S, _) {
|
|
16094
|
-
var R, O, k, U,
|
|
16095
|
-
for (E.scroll === "horizontal" ? R = E.panelWidth : R = E.panelHeight, O = Math.ceil(S / R) + 5, k = Math.ceil((Math.abs(_) + S) / R) + 1, O = k - O, O = O < 0 ? 0 : O,
|
|
16096
|
-
if (K = E.panels[
|
|
16097
|
-
var V, X = E.viewer.tileSources[
|
|
16094
|
+
var R, O, k, U, z, K;
|
|
16095
|
+
for (E.scroll === "horizontal" ? R = E.panelWidth : R = E.panelHeight, O = Math.ceil(S / R) + 5, k = Math.ceil((Math.abs(_) + S) / R) + 1, O = k - O, O = O < 0 ? 0 : O, z = O; z < k && z < E.panels.length; z++)
|
|
16096
|
+
if (K = E.panels[z], !K.activePanel) {
|
|
16097
|
+
var V, X = E.viewer.tileSources[z];
|
|
16098
16098
|
X.referenceStripThumbnailUrl ? V = {
|
|
16099
16099
|
type: "image",
|
|
16100
16100
|
url: X.referenceStripThumbnailUrl
|
|
@@ -17435,8 +17435,8 @@ var q_ = { exports: {} };
|
|
|
17435
17435
|
var S = i.y + i.height, _ = s.y + s.height, R, O, k;
|
|
17436
17436
|
i.height > s.height ? R = this.visibilityRatio * s.height : R = this.visibilityRatio * i.height, O = s.y - S + R, k = _ - i.y - R, R > s.height ? (i.y += (O + k) / 2, u = !0) : k < 0 ? (i.y += k, u = !0) : O > 0 && (i.y += O, u = !0);
|
|
17437
17437
|
}
|
|
17438
|
-
var U = c || u,
|
|
17439
|
-
return
|
|
17438
|
+
var U = c || u, z = U ? this.viewerElementToViewportRectangle(i) : r.clone();
|
|
17439
|
+
return z.xConstrained = c, z.yConstrained = u, z.constraintApplied = U, z;
|
|
17440
17440
|
},
|
|
17441
17441
|
/**
|
|
17442
17442
|
* @function
|
|
@@ -18748,9 +18748,9 @@ var q_ = { exports: {} };
|
|
|
18748
18748
|
p
|
|
18749
18749
|
), this.setHeight(O, p);
|
|
18750
18750
|
} else {
|
|
18751
|
-
var U = u.width / _,
|
|
18752
|
-
g.isVerticallyCentered ?
|
|
18753
|
-
new t.Point(u.x - E, u.y - S +
|
|
18751
|
+
var U = u.width / _, z = 0;
|
|
18752
|
+
g.isVerticallyCentered ? z = (u.height - u.width / v) / 2 : g.isBottom && (z = u.height - u.width / v), this.setPosition(
|
|
18753
|
+
new t.Point(u.x - E, u.y - S + z),
|
|
18754
18754
|
p
|
|
18755
18755
|
), this.setWidth(U, p);
|
|
18756
18756
|
}
|
|
@@ -18978,11 +18978,11 @@ var q_ = { exports: {} };
|
|
|
18978
18978
|
return;
|
|
18979
18979
|
}
|
|
18980
18980
|
for (var v = this._getLevelsInterval(), E = v.lowestLevel, S = v.highestLevel, _ = null, R = !1, O = t.now(), k = S; k >= E; k--) {
|
|
18981
|
-
var U = !1,
|
|
18981
|
+
var U = !1, z = f.deltaPixelsFromPointsNoRotate(
|
|
18982
18982
|
this.source.getPixelRatio(k),
|
|
18983
18983
|
!0
|
|
18984
18984
|
).x * this._scaleSpring.current.value;
|
|
18985
|
-
if (k === E || !R &&
|
|
18985
|
+
if (k === E || !R && z >= this.minPixelRatio)
|
|
18986
18986
|
U = !0, R = !0;
|
|
18987
18987
|
else if (!R)
|
|
18988
18988
|
continue;
|
|
@@ -18997,7 +18997,7 @@ var q_ = { exports: {} };
|
|
|
18997
18997
|
)
|
|
18998
18998
|
),
|
|
18999
18999
|
!1
|
|
19000
|
-
).x * this._scaleSpring.current.value, X = this.immediateRender ? 1 : V, re = Math.min(1, (
|
|
19000
|
+
).x * this._scaleSpring.current.value, X = this.immediateRender ? 1 : V, re = Math.min(1, (z - 0.5) / 0.5), ae = X / Math.abs(
|
|
19001
19001
|
X - K
|
|
19002
19002
|
);
|
|
19003
19003
|
if (_ = this._updateLevel(
|
|
@@ -19052,10 +19052,10 @@ var q_ = { exports: {} };
|
|
|
19052
19052
|
currenttime: S,
|
|
19053
19053
|
best: _
|
|
19054
19054
|
}), this._resetCoverage(this.coverage, p), this._resetCoverage(this.loadingCoverage, p);
|
|
19055
|
-
var k = this._getCornerTiles(p, R, O), U = k.topLeft,
|
|
19056
|
-
this.getFlip() && (
|
|
19057
|
-
for (var X = U.x; X <=
|
|
19058
|
-
for (var re = U.y; re <=
|
|
19055
|
+
var k = this._getCornerTiles(p, R, O), U = k.topLeft, z = k.bottomRight, K = this.source.getNumTiles(p), V = this.viewport.pixelFromPoint(this.viewport.getCenter());
|
|
19056
|
+
this.getFlip() && (z.x += 1, this.wrapHorizontal || (z.x = Math.min(z.x, K.x - 1)));
|
|
19057
|
+
for (var X = U.x; X <= z.x; X++)
|
|
19058
|
+
for (var re = U.y; re <= z.y; re++) {
|
|
19059
19059
|
var ae;
|
|
19060
19060
|
if (this.getFlip()) {
|
|
19061
19061
|
var se = (K.x + X % K.x) % K.x;
|
|
@@ -19103,13 +19103,13 @@ var q_ = { exports: {} };
|
|
|
19103
19103
|
R,
|
|
19104
19104
|
this._worldWidthCurrent,
|
|
19105
19105
|
this._worldHeightCurrent
|
|
19106
|
-
),
|
|
19106
|
+
), z = f;
|
|
19107
19107
|
this.viewer && this.viewer.raiseEvent("update-tile", {
|
|
19108
19108
|
tiledImage: this,
|
|
19109
19109
|
tile: U
|
|
19110
19110
|
}), this._setCoverage(this.coverage, v, p, g, !1);
|
|
19111
19111
|
var K = U.loaded || U.loading || this._isCovered(this.loadingCoverage, v, p, g);
|
|
19112
|
-
if (this._setCoverage(this.loadingCoverage, v, p, g, K), !U.exists || (u && !
|
|
19112
|
+
if (this._setCoverage(this.loadingCoverage, v, p, g, K), !U.exists || (u && !z && (this._isCovered(this.coverage, v, p, g) ? this._setCoverage(this.coverage, v, p, g, !0) : z = !0), !z))
|
|
19113
19113
|
return k;
|
|
19114
19114
|
if (this._positionTile(
|
|
19115
19115
|
U,
|
|
@@ -19151,20 +19151,20 @@ var q_ = { exports: {} };
|
|
|
19151
19151
|
* @returns {OpenSeadragon.Tile}
|
|
19152
19152
|
*/
|
|
19153
19153
|
_getTile: function(u, f, p, g, v, E, S) {
|
|
19154
|
-
var _, R, O, k, U,
|
|
19155
|
-
return ae[p] || (ae[p] = {}), ae[p][u] || (ae[p][u] = {}), (!ae[p][u][f] || !ae[p][u][f].flipped != !this.flipped) && (_ = (v.x + u % v.x) % v.x, R = (v.y + f % v.y) % v.y, O = this.getTileBounds(p, u, f), k = se.getTileBounds(p, _, R, !0), U = se.tileExists(p, _, R),
|
|
19154
|
+
var _, R, O, k, U, z, K, V, X, re, ae = this.tilesMatrix, se = this.source;
|
|
19155
|
+
return ae[p] || (ae[p] = {}), ae[p][u] || (ae[p][u] = {}), (!ae[p][u][f] || !ae[p][u][f].flipped != !this.flipped) && (_ = (v.x + u % v.x) % v.x, R = (v.y + f % v.y) % v.y, O = this.getTileBounds(p, u, f), k = se.getTileBounds(p, _, R, !0), U = se.tileExists(p, _, R), z = se.getTileUrl(p, _, R), K = se.getTilePostData(p, _, R), this.loadTilesWithAjax ? (V = se.getTileAjaxHeaders(p, _, R), t.isPlainObject(this.ajaxHeaders) && (V = t.extend({}, this.ajaxHeaders, V))) : V = null, X = se.getContext2D ? se.getContext2D(p, _, R) : void 0, re = new t.Tile(
|
|
19156
19156
|
p,
|
|
19157
19157
|
u,
|
|
19158
19158
|
f,
|
|
19159
19159
|
O,
|
|
19160
19160
|
U,
|
|
19161
|
-
|
|
19161
|
+
z,
|
|
19162
19162
|
X,
|
|
19163
19163
|
this.loadTilesWithAjax,
|
|
19164
19164
|
V,
|
|
19165
19165
|
k,
|
|
19166
19166
|
K,
|
|
19167
|
-
se.getTileHashKey(p, _, R,
|
|
19167
|
+
se.getTileHashKey(p, _, R, z, V, K)
|
|
19168
19168
|
), this.getFlip() ? _ === 0 && (re.isRightMost = !0) : _ === v.x - 1 && (re.isRightMost = !0), R === v.y - 1 && (re.isBottomMost = !0), re.flipped = this.flipped, ae[p][u][f] = re), re = ae[p][u][f], re.lastTouchTime = g, re;
|
|
19169
19169
|
},
|
|
19170
19170
|
/**
|
|
@@ -19278,8 +19278,8 @@ var q_ = { exports: {} };
|
|
|
19278
19278
|
E.x *= this._scaleSpring.current.value, E.y *= this._scaleSpring.current.value, E.x += this._xSpring.current.value, E.y += this._ySpring.current.value;
|
|
19279
19279
|
var S = u.bounds.getSize();
|
|
19280
19280
|
S.x *= this._scaleSpring.current.value, S.y *= this._scaleSpring.current.value;
|
|
19281
|
-
var _ = p.pixelFromPointNoRotate(E, !0), R = p.pixelFromPointNoRotate(E, !1), O = p.deltaPixelsFromPointsNoRotate(S, !0), k = p.deltaPixelsFromPointsNoRotate(S, !1), U = R.plus(k.divide(2)),
|
|
19282
|
-
f || (O = O.plus(new t.Point(1, 1))), u.isRightMost && this.wrapHorizontal && (O.x += 0.75), u.isBottomMost && this.wrapVertical && (O.y += 0.75), u.position = _, u.size = O, u.squaredDistance =
|
|
19281
|
+
var _ = p.pixelFromPointNoRotate(E, !0), R = p.pixelFromPointNoRotate(E, !1), O = p.deltaPixelsFromPointsNoRotate(S, !0), k = p.deltaPixelsFromPointsNoRotate(S, !1), U = R.plus(k.divide(2)), z = g.squaredDistanceTo(U);
|
|
19282
|
+
f || (O = O.plus(new t.Point(1, 1))), u.isRightMost && this.wrapHorizontal && (O.x += 0.75), u.isBottomMost && this.wrapVertical && (O.y += 0.75), u.position = _, u.size = O, u.squaredDistance = z, u.visibility = v;
|
|
19283
19283
|
},
|
|
19284
19284
|
/**
|
|
19285
19285
|
* @private
|
|
@@ -19361,13 +19361,13 @@ var q_ = { exports: {} };
|
|
|
19361
19361
|
var U = this;
|
|
19362
19362
|
this._drawer.saveContext(p);
|
|
19363
19363
|
try {
|
|
19364
|
-
var
|
|
19364
|
+
var z = this._croppingPolygons.map(function(ee) {
|
|
19365
19365
|
return ee.map(function(me) {
|
|
19366
19366
|
var he = U.imageToViewportCoordinates(me.x, me.y, !0).rotate(-U.getRotation(!0), U._getRotationPoint(!0)), ye = U._drawer.viewportCoordToDrawerCoord(he);
|
|
19367
19367
|
return g && (ye = ye.times(g)), v && (ye = ye.plus(v)), ye;
|
|
19368
19368
|
});
|
|
19369
19369
|
});
|
|
19370
|
-
this._drawer.clipWithPolygons(
|
|
19370
|
+
this._drawer.clipWithPolygons(z, p);
|
|
19371
19371
|
} catch (ee) {
|
|
19372
19372
|
t.console.error(ee);
|
|
19373
19373
|
}
|
|
@@ -19803,8 +19803,8 @@ var q_ = { exports: {} };
|
|
|
19803
19803
|
!r.rows && u ? v = u : v = Math.ceil(this._items.length / c);
|
|
19804
19804
|
var E = 0, S = 0, _, R, O, k, U;
|
|
19805
19805
|
this.setAutoRefigureSizes(!1);
|
|
19806
|
-
for (var
|
|
19807
|
-
|
|
19806
|
+
for (var z = 0; z < this._items.length; z++)
|
|
19807
|
+
z && z % v === 0 && (s === "horizontal" ? (S += g, E = 0) : (E += g, S = 0)), _ = this._items[z], R = _.getBounds(), R.width > R.height ? O = f : O = f * (R.width / R.height), k = O * (R.height / R.width), U = new t.Point(
|
|
19808
19808
|
E + (f - O) / 2,
|
|
19809
19809
|
S + (f - k) / 2
|
|
19810
19810
|
), _.setPosition(U, i), _.setWidth(O, i), s === "horizontal" ? E += g : S += g;
|
|
@@ -19914,12 +19914,12 @@ function LV(e, n, t) {
|
|
|
19914
19914
|
try {
|
|
19915
19915
|
for (const E of i) {
|
|
19916
19916
|
const S = KE(n), _ = KE(JE), R = E.id, O = E.children, k = E.getAttribute("facs"), U = E.getAttribute("ana");
|
|
19917
|
-
for (const
|
|
19918
|
-
const K = s(
|
|
19919
|
-
|
|
19917
|
+
for (const z of O) {
|
|
19918
|
+
const K = s(z), V = c(z);
|
|
19919
|
+
z.setAttribute("data-entry-id", R), _[K] ? (z.id = _[K][0].id, _[K].push(z)) : (p++, z.id = `z${p}`, _[K] = [z]), t(K, S, V, z);
|
|
19920
19920
|
}
|
|
19921
|
-
for (const
|
|
19922
|
-
|
|
19921
|
+
for (const z of Object.values(_))
|
|
19922
|
+
z && (f = f.concat(jV(z, k, U)));
|
|
19923
19923
|
u[g] = wm(S[0], u[g]), u[g + 1] = wm(S[1], u[g + 1]), u[g + 2] = wm(S[2], u[g + 2]), g += 1;
|
|
19924
19924
|
}
|
|
19925
19925
|
} catch (E) {
|
|
@@ -21034,7 +21034,7 @@ var E7 = function(n) {
|
|
|
21034
21034
|
}
|
|
21035
21035
|
};
|
|
21036
21036
|
}, Xv = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
21037
|
-
var r = n.children, i = n.classes, s = n.className, c = n.collapsedHeight, u = n.collapsedSize, f = u === void 0 ? "0px" : u, p = n.component, g = p === void 0 ? "div" : p, v = n.disableStrictModeCompat, E = v === void 0 ? !1 : v, S = n.in, _ = n.onEnter, R = n.onEntered, O = n.onEntering, k = n.onExit, U = n.onExited,
|
|
21037
|
+
var r = n.children, i = n.classes, s = n.className, c = n.collapsedHeight, u = n.collapsedSize, f = u === void 0 ? "0px" : u, p = n.component, g = p === void 0 ? "div" : p, v = n.disableStrictModeCompat, E = v === void 0 ? !1 : v, S = n.in, _ = n.onEnter, R = n.onEntered, O = n.onEntering, k = n.onExit, U = n.onExited, z = n.onExiting, K = n.style, V = n.timeout, X = V === void 0 ? cu.standard : V, re = n.TransitionComponent, ae = re === void 0 ? Xi : re, se = Ht(n, ["children", "classes", "className", "collapsedHeight", "collapsedSize", "component", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"]), ee = tl(), me = Y.useRef(), he = Y.useRef(null), ye = Y.useRef(), je = typeof (c || f) == "number" ? "".concat(c || f, "px") : c || f;
|
|
21038
21038
|
Y.useEffect(function() {
|
|
21039
21039
|
return function() {
|
|
21040
21040
|
clearTimeout(me.current);
|
|
@@ -21079,7 +21079,7 @@ var E7 = function(n) {
|
|
|
21079
21079
|
Be.style.transitionDuration = "".concat(tt, "ms"), ye.current = tt;
|
|
21080
21080
|
} else
|
|
21081
21081
|
Be.style.transitionDuration = typeof at == "string" ? at : "".concat(at, "ms");
|
|
21082
|
-
Be.style.height = je,
|
|
21082
|
+
Be.style.height = je, z && z(Be);
|
|
21083
21083
|
}), ot = function(Je, nt) {
|
|
21084
21084
|
var at = Me ? Je : nt;
|
|
21085
21085
|
X === "auto" && (me.current = setTimeout(at, ye.current || 0));
|
|
@@ -21352,7 +21352,7 @@ var T7 = function(n) {
|
|
|
21352
21352
|
default: u,
|
|
21353
21353
|
name: "Accordion",
|
|
21354
21354
|
state: "expanded"
|
|
21355
|
-
}),
|
|
21355
|
+
}), z = Wa(U, 2), K = z[0], V = z[1], X = Y.useCallback(function(he) {
|
|
21356
21356
|
V(!K), v && v(he, !K);
|
|
21357
21357
|
}, [K, v, V]), re = Y.Children.toArray(r), ae = p7(re), se = ae[0], ee = ae.slice(1), me = Y.useMemo(function() {
|
|
21358
21358
|
return {
|
|
@@ -21676,7 +21676,7 @@ var kg = 550, O7 = 80, k7 = function(n) {
|
|
|
21676
21676
|
rippleSize: Te,
|
|
21677
21677
|
cb: re
|
|
21678
21678
|
});
|
|
21679
|
-
}, [i, k]),
|
|
21679
|
+
}, [i, k]), z = Y.useCallback(function() {
|
|
21680
21680
|
U({}, {
|
|
21681
21681
|
pulsate: !0
|
|
21682
21682
|
});
|
|
@@ -21693,11 +21693,11 @@ var kg = 550, O7 = 80, k7 = function(n) {
|
|
|
21693
21693
|
}, []);
|
|
21694
21694
|
return Y.useImperativeHandle(t, function() {
|
|
21695
21695
|
return {
|
|
21696
|
-
pulsate:
|
|
21696
|
+
pulsate: z,
|
|
21697
21697
|
start: U,
|
|
21698
21698
|
stop: K
|
|
21699
21699
|
};
|
|
21700
|
-
}, [
|
|
21700
|
+
}, [z, U, K]), /* @__PURE__ */ Y.createElement("span", De({
|
|
21701
21701
|
className: qt(s.root, c),
|
|
21702
21702
|
ref: O
|
|
21703
21703
|
}, u), /* @__PURE__ */ Y.createElement(Yv, {
|
|
@@ -21771,7 +21771,7 @@ var D7 = {
|
|
|
21771
21771
|
/* Pseudo-class applied to the root element if keyboard focused. */
|
|
21772
21772
|
focusVisible: {}
|
|
21773
21773
|
}, nP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
21774
|
-
var r = n.action, i = n.buttonRef, s = n.centerRipple, c = s === void 0 ? !1 : s, u = n.children, f = n.classes, p = n.className, g = n.component, v = g === void 0 ? "button" : g, E = n.disabled, S = E === void 0 ? !1 : E, _ = n.disableRipple, R = _ === void 0 ? !1 : _, O = n.disableTouchRipple, k = O === void 0 ? !1 : O, U = n.focusRipple,
|
|
21774
|
+
var r = n.action, i = n.buttonRef, s = n.centerRipple, c = s === void 0 ? !1 : s, u = n.children, f = n.classes, p = n.className, g = n.component, v = g === void 0 ? "button" : g, E = n.disabled, S = E === void 0 ? !1 : E, _ = n.disableRipple, R = _ === void 0 ? !1 : _, O = n.disableTouchRipple, k = O === void 0 ? !1 : O, U = n.focusRipple, z = U === void 0 ? !1 : U, K = n.focusVisibleClassName, V = n.onBlur, X = n.onClick, re = n.onFocus, ae = n.onFocusVisible, se = n.onKeyDown, ee = n.onKeyUp, me = n.onMouseDown, he = n.onMouseLeave, ye = n.onMouseUp, je = n.onTouchEnd, Me = n.onTouchMove, we = n.onTouchStart, _e = n.onDragLeave, Te = n.tabIndex, Ie = Te === void 0 ? 0 : Te, W = n.TouchRippleProps, xe = n.type, He = xe === void 0 ? "button" : xe, $ = Ht(n, ["action", "buttonRef", "centerRipple", "children", "classes", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "onBlur", "onClick", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "onDragLeave", "tabIndex", "TouchRippleProps", "type"]), We = Y.useRef(null);
|
|
21775
21775
|
function ot() {
|
|
21776
21776
|
return ao.findDOMNode(We.current);
|
|
21777
21777
|
}
|
|
@@ -21785,8 +21785,8 @@ var D7 = {
|
|
|
21785
21785
|
}
|
|
21786
21786
|
};
|
|
21787
21787
|
}, []), Y.useEffect(function() {
|
|
21788
|
-
nt &&
|
|
21789
|
-
}, [R,
|
|
21788
|
+
nt && z && !R && Be.current.pulsate();
|
|
21789
|
+
}, [R, z, nt]);
|
|
21790
21790
|
function ke(qe, gn) {
|
|
21791
21791
|
var an = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : k;
|
|
21792
21792
|
return Go(function(pr) {
|
|
@@ -21805,11 +21805,11 @@ var D7 = {
|
|
|
21805
21805
|
var gn = ot();
|
|
21806
21806
|
return v && v !== "button" && !(gn.tagName === "A" && gn.href);
|
|
21807
21807
|
}, Ft = Y.useRef(!1), Nt = Go(function(qe) {
|
|
21808
|
-
|
|
21808
|
+
z && !Ft.current && nt && Be.current && qe.key === " " && (Ft.current = !0, qe.persist(), Be.current.stop(qe, function() {
|
|
21809
21809
|
Be.current.start(qe);
|
|
21810
21810
|
})), qe.target === qe.currentTarget && St() && qe.key === " " && qe.preventDefault(), se && se(qe), qe.target === qe.currentTarget && St() && qe.key === "Enter" && !S && (qe.preventDefault(), X && X(qe));
|
|
21811
21811
|
}), Ce = Go(function(qe) {
|
|
21812
|
-
|
|
21812
|
+
z && qe.key === " " && Be.current && nt && !qe.defaultPrevented && (Ft.current = !1, qe.persist(), Be.current.stop(qe, function() {
|
|
21813
21813
|
Be.current.pulsate(qe);
|
|
21814
21814
|
})), ee && ee(qe), X && qe.target === qe.currentTarget && St() && qe.key === " " && !qe.defaultPrevented && X(qe);
|
|
21815
21815
|
}), ze = v;
|
|
@@ -22196,8 +22196,8 @@ var N7 = function(n) {
|
|
|
22196
22196
|
}
|
|
22197
22197
|
};
|
|
22198
22198
|
}, iP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
22199
|
-
var r = n.children, i = n.classes, s = n.className, c = n.expandIcon, u = n.focusVisibleClassName, f = n.IconButtonProps, p = f === void 0 ? {} : f, g = n.onClick, v = Ht(n, ["children", "classes", "className", "expandIcon", "focusVisibleClassName", "IconButtonProps", "onClick"]), E = Y.useContext(Zv), S = E.disabled, _ = S === void 0 ? !1 : S, R = E.expanded, O = E.toggle, k = function(
|
|
22200
|
-
O && O(
|
|
22199
|
+
var r = n.children, i = n.classes, s = n.className, c = n.expandIcon, u = n.focusVisibleClassName, f = n.IconButtonProps, p = f === void 0 ? {} : f, g = n.onClick, v = Ht(n, ["children", "classes", "className", "expandIcon", "focusVisibleClassName", "IconButtonProps", "onClick"]), E = Y.useContext(Zv), S = E.disabled, _ = S === void 0 ? !1 : S, R = E.expanded, O = E.toggle, k = function(z) {
|
|
22200
|
+
O && O(z), g && g(z);
|
|
22201
22201
|
};
|
|
22202
22202
|
return /* @__PURE__ */ Y.createElement(ld, De({
|
|
22203
22203
|
focusRipple: !1,
|
|
@@ -22277,7 +22277,7 @@ var L7 = {
|
|
|
22277
22277
|
enter: cu.enteringScreen,
|
|
22278
22278
|
exit: cu.leavingScreen
|
|
22279
22279
|
}, Jv = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
22280
|
-
var r = n.children, i = n.disableStrictModeCompat, s = i === void 0 ? !1 : i, c = n.in, u = n.onEnter, f = n.onEntered, p = n.onEntering, g = n.onExit, v = n.onExited, E = n.onExiting, S = n.style, _ = n.TransitionComponent, R = _ === void 0 ? Xi : _, O = n.timeout, k = O === void 0 ? F7 : O, U = Ht(n, ["children", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "TransitionComponent", "timeout"]),
|
|
22280
|
+
var r = n.children, i = n.disableStrictModeCompat, s = i === void 0 ? !1 : i, c = n.in, u = n.onEnter, f = n.onEntered, p = n.onEntering, g = n.onExit, v = n.onExited, E = n.onExiting, S = n.style, _ = n.TransitionComponent, R = _ === void 0 ? Xi : _, O = n.timeout, k = O === void 0 ? F7 : O, U = Ht(n, ["children", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "TransitionComponent", "timeout"]), z = tl(), K = z.unstable_strictMode && !s, V = Y.useRef(null), X = mr(r.ref, t), re = mr(K ? V : void 0, X), ae = function(we) {
|
|
22281
22281
|
return function(_e, Te) {
|
|
22282
22282
|
if (we) {
|
|
22283
22283
|
var Ie = K ? [V.current, _e] : [_e, Te], W = Wa(Ie, 2), xe = W[0], He = W[1];
|
|
@@ -22292,7 +22292,7 @@ var L7 = {
|
|
|
22292
22292
|
}, {
|
|
22293
22293
|
mode: "enter"
|
|
22294
22294
|
});
|
|
22295
|
-
Me.style.webkitTransition =
|
|
22295
|
+
Me.style.webkitTransition = z.transitions.create("opacity", _e), Me.style.transition = z.transitions.create("opacity", _e), u && u(Me, we);
|
|
22296
22296
|
}), me = ae(f), he = ae(E), ye = ae(function(Me) {
|
|
22297
22297
|
var we = Zs({
|
|
22298
22298
|
style: S,
|
|
@@ -22300,7 +22300,7 @@ var L7 = {
|
|
|
22300
22300
|
}, {
|
|
22301
22301
|
mode: "exit"
|
|
22302
22302
|
});
|
|
22303
|
-
Me.style.webkitTransition =
|
|
22303
|
+
Me.style.webkitTransition = z.transitions.create("opacity", we), Me.style.transition = z.transitions.create("opacity", we), g && g(Me);
|
|
22304
22304
|
}), je = ae(v);
|
|
22305
22305
|
return /* @__PURE__ */ Y.createElement(R, De({
|
|
22306
22306
|
appear: !0,
|
|
@@ -22496,9 +22496,9 @@ var j7 = f6(So(d6, w6, N6, Y6, r4, K6, i4, d4, lv, P4)), rS = H5("div")(j7, {
|
|
|
22496
22496
|
body1: "p",
|
|
22497
22497
|
body2: "p"
|
|
22498
22498
|
}, oP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
22499
|
-
var r = n.align, i = r === void 0 ? "inherit" : r, s = n.classes, c = n.className, u = n.color, f = u === void 0 ? "initial" : u, p = n.component, g = n.display, v = g === void 0 ? "initial" : g, E = n.gutterBottom, S = E === void 0 ? !1 : E, _ = n.noWrap, R = _ === void 0 ? !1 : _, O = n.paragraph, k = O === void 0 ? !1 : O, U = n.variant,
|
|
22499
|
+
var r = n.align, i = r === void 0 ? "inherit" : r, s = n.classes, c = n.className, u = n.color, f = u === void 0 ? "initial" : u, p = n.component, g = n.display, v = g === void 0 ? "initial" : g, E = n.gutterBottom, S = E === void 0 ? !1 : E, _ = n.noWrap, R = _ === void 0 ? !1 : _, O = n.paragraph, k = O === void 0 ? !1 : O, U = n.variant, z = U === void 0 ? "body1" : U, K = n.variantMapping, V = K === void 0 ? iS : K, X = Ht(n, ["align", "classes", "className", "color", "component", "display", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"]), re = p || (k ? "p" : V[z] || iS[z]) || "span";
|
|
22500
22500
|
return /* @__PURE__ */ Y.createElement(re, De({
|
|
22501
|
-
className: qt(s.root, c,
|
|
22501
|
+
className: qt(s.root, c, z !== "inherit" && s[z], f !== "initial" && s["color".concat(Er(f))], R && s.noWrap, S && s.gutterBottom, k && s.paragraph, i !== "inherit" && s["align".concat(Er(i))], v !== "initial" && s["display".concat(Er(v))]),
|
|
22502
22502
|
ref: t
|
|
22503
22503
|
}, X));
|
|
22504
22504
|
});
|
|
@@ -22816,13 +22816,13 @@ var z7 = function(n) {
|
|
|
22816
22816
|
}
|
|
22817
22817
|
};
|
|
22818
22818
|
}, aP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
22819
|
-
var r = n.children, i = n.classes, s = n.className, c = n.color, u = c === void 0 ? "default" : c, f = n.component, p = f === void 0 ? "button" : f, g = n.disabled, v = g === void 0 ? !1 : g, E = n.disableElevation, S = E === void 0 ? !1 : E, _ = n.disableFocusRipple, R = _ === void 0 ? !1 : _, O = n.endIcon, k = n.focusVisibleClassName, U = n.fullWidth,
|
|
22819
|
+
var r = n.children, i = n.classes, s = n.className, c = n.color, u = c === void 0 ? "default" : c, f = n.component, p = f === void 0 ? "button" : f, g = n.disabled, v = g === void 0 ? !1 : g, E = n.disableElevation, S = E === void 0 ? !1 : E, _ = n.disableFocusRipple, R = _ === void 0 ? !1 : _, O = n.endIcon, k = n.focusVisibleClassName, U = n.fullWidth, z = U === void 0 ? !1 : U, K = n.size, V = K === void 0 ? "medium" : K, X = n.startIcon, re = n.type, ae = re === void 0 ? "button" : re, se = n.variant, ee = se === void 0 ? "text" : se, me = Ht(n, ["children", "classes", "className", "color", "component", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"]), he = X && /* @__PURE__ */ Y.createElement("span", {
|
|
22820
22820
|
className: qt(i.startIcon, i["iconSize".concat(Er(V))])
|
|
22821
22821
|
}, X), ye = O && /* @__PURE__ */ Y.createElement("span", {
|
|
22822
22822
|
className: qt(i.endIcon, i["iconSize".concat(Er(V))])
|
|
22823
22823
|
}, O);
|
|
22824
22824
|
return /* @__PURE__ */ Y.createElement(ld, De({
|
|
22825
|
-
className: qt(i.root, i[ee], s, u === "inherit" ? i.colorInherit : u !== "default" && i["".concat(ee).concat(Er(u))], V !== "medium" && [i["".concat(ee, "Size").concat(Er(V))], i["size".concat(Er(V))]], S && i.disableElevation, v && i.disabled,
|
|
22825
|
+
className: qt(i.root, i[ee], s, u === "inherit" ? i.colorInherit : u !== "default" && i["".concat(ee).concat(Er(u))], V !== "medium" && [i["".concat(ee, "Size").concat(Er(V))], i["size".concat(Er(V))]], S && i.disableElevation, v && i.disabled, z && i.fullWidth),
|
|
22826
22826
|
component: p,
|
|
22827
22827
|
disabled: v,
|
|
22828
22828
|
focusRipple: !R,
|
|
@@ -22944,7 +22944,7 @@ var V7 = {
|
|
|
22944
22944
|
zIndex: 1
|
|
22945
22945
|
}
|
|
22946
22946
|
}, sP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
22947
|
-
var r = n.autoFocus, i = n.checked, s = n.checkedIcon, c = n.classes, u = n.className, f = n.defaultChecked, p = n.disabled, g = n.icon, v = n.id, E = n.inputProps, S = n.inputRef, _ = n.name, R = n.onBlur, O = n.onChange, k = n.onFocus, U = n.readOnly,
|
|
22947
|
+
var r = n.autoFocus, i = n.checked, s = n.checkedIcon, c = n.classes, u = n.className, f = n.defaultChecked, p = n.disabled, g = n.icon, v = n.id, E = n.inputProps, S = n.inputRef, _ = n.name, R = n.onBlur, O = n.onChange, k = n.onFocus, U = n.readOnly, z = n.required, K = n.tabIndex, V = n.type, X = n.value, re = Ht(n, ["autoFocus", "checked", "checkedIcon", "classes", "className", "defaultChecked", "disabled", "icon", "id", "inputProps", "inputRef", "name", "onBlur", "onChange", "onFocus", "readOnly", "required", "tabIndex", "type", "value"]), ae = ad({
|
|
22948
22948
|
controlled: i,
|
|
22949
22949
|
default: !!f,
|
|
22950
22950
|
name: "SwitchBase",
|
|
@@ -22979,7 +22979,7 @@ var V7 = {
|
|
|
22979
22979
|
onChange: Me,
|
|
22980
22980
|
readOnly: U,
|
|
22981
22981
|
ref: S,
|
|
22982
|
-
required:
|
|
22982
|
+
required: z,
|
|
22983
22983
|
tabIndex: K,
|
|
22984
22984
|
type: V,
|
|
22985
22985
|
value: X
|
|
@@ -23127,7 +23127,7 @@ var Y7 = function(n) {
|
|
|
23127
23127
|
}
|
|
23128
23128
|
};
|
|
23129
23129
|
}, X7 = /* @__PURE__ */ Y.createElement(G7, null), Z7 = /* @__PURE__ */ Y.createElement(W7, null), K7 = /* @__PURE__ */ Y.createElement(q7, null), lP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
23130
|
-
var r = n.checkedIcon, i = r === void 0 ? X7 : r, s = n.classes, c = n.color, u = c === void 0 ? "secondary" : c, f = n.icon, p = f === void 0 ? Z7 : f, g = n.indeterminate, v = g === void 0 ? !1 : g, E = n.indeterminateIcon, S = E === void 0 ? K7 : E, _ = n.inputProps, R = n.size, O = R === void 0 ? "medium" : R, k = Ht(n, ["checkedIcon", "classes", "color", "icon", "indeterminate", "indeterminateIcon", "inputProps", "size"]), U = v ? S : p,
|
|
23130
|
+
var r = n.checkedIcon, i = r === void 0 ? X7 : r, s = n.classes, c = n.color, u = c === void 0 ? "secondary" : c, f = n.icon, p = f === void 0 ? Z7 : f, g = n.indeterminate, v = g === void 0 ? !1 : g, E = n.indeterminateIcon, S = E === void 0 ? K7 : E, _ = n.inputProps, R = n.size, O = R === void 0 ? "medium" : R, k = Ht(n, ["checkedIcon", "classes", "color", "icon", "indeterminate", "indeterminateIcon", "inputProps", "size"]), U = v ? S : p, z = v ? S : i;
|
|
23131
23131
|
return /* @__PURE__ */ Y.createElement(U7, De({
|
|
23132
23132
|
type: "checkbox",
|
|
23133
23133
|
classes: {
|
|
@@ -23142,8 +23142,8 @@ var Y7 = function(n) {
|
|
|
23142
23142
|
icon: /* @__PURE__ */ Y.cloneElement(U, {
|
|
23143
23143
|
fontSize: U.props.fontSize === void 0 && O === "small" ? O : U.props.fontSize
|
|
23144
23144
|
}),
|
|
23145
|
-
checkedIcon: /* @__PURE__ */ Y.cloneElement(
|
|
23146
|
-
fontSize:
|
|
23145
|
+
checkedIcon: /* @__PURE__ */ Y.cloneElement(z, {
|
|
23146
|
+
fontSize: z.props.fontSize === void 0 && O === "small" ? O : z.props.fontSize
|
|
23147
23147
|
}),
|
|
23148
23148
|
ref: t
|
|
23149
23149
|
}, k));
|
|
@@ -23399,34 +23399,34 @@ var nU = /* @__PURE__ */ function() {
|
|
|
23399
23399
|
}]), e;
|
|
23400
23400
|
}();
|
|
23401
23401
|
function Ih(e) {
|
|
23402
|
-
var n = e.children, t = e.disableAutoFocus, r = t === void 0 ? !1 : t, i = e.disableEnforceFocus, s = i === void 0 ? !1 : i, c = e.disableRestoreFocus, u = c === void 0 ? !1 : c, f = e.getDoc, p = e.isEnabled, g = e.open, v = Y.useRef(), E = Y.useRef(null), S = Y.useRef(null), _ = Y.useRef(), R = Y.useRef(null), O = Y.useCallback(function(
|
|
23403
|
-
R.current = ao.findDOMNode(
|
|
23402
|
+
var n = e.children, t = e.disableAutoFocus, r = t === void 0 ? !1 : t, i = e.disableEnforceFocus, s = i === void 0 ? !1 : i, c = e.disableRestoreFocus, u = c === void 0 ? !1 : c, f = e.getDoc, p = e.isEnabled, g = e.open, v = Y.useRef(), E = Y.useRef(null), S = Y.useRef(null), _ = Y.useRef(), R = Y.useRef(null), O = Y.useCallback(function(z) {
|
|
23403
|
+
R.current = ao.findDOMNode(z);
|
|
23404
23404
|
}, []), k = mr(n.ref, O), U = Y.useRef();
|
|
23405
23405
|
return Y.useEffect(function() {
|
|
23406
23406
|
U.current = g;
|
|
23407
23407
|
}, [g]), !U.current && g && typeof window < "u" && (_.current = f().activeElement), Y.useEffect(function() {
|
|
23408
23408
|
if (g) {
|
|
23409
|
-
var
|
|
23410
|
-
!r && R.current && !R.current.contains(
|
|
23409
|
+
var z = ro(R.current);
|
|
23410
|
+
!r && R.current && !R.current.contains(z.activeElement) && (R.current.hasAttribute("tabIndex") || (process.env.NODE_ENV !== "production" && console.error(["Material-UI: The modal content node does not accept focus.", 'For the benefit of assistive technologies, the tabIndex of the node is being set to "-1".'].join(`
|
|
23411
23411
|
`)), R.current.setAttribute("tabIndex", -1)), R.current.focus());
|
|
23412
23412
|
var K = function() {
|
|
23413
23413
|
var ae = R.current;
|
|
23414
23414
|
if (ae !== null) {
|
|
23415
|
-
if (!
|
|
23415
|
+
if (!z.hasFocus() || s || !p() || v.current) {
|
|
23416
23416
|
v.current = !1;
|
|
23417
23417
|
return;
|
|
23418
23418
|
}
|
|
23419
|
-
R.current && !R.current.contains(
|
|
23419
|
+
R.current && !R.current.contains(z.activeElement) && R.current.focus();
|
|
23420
23420
|
}
|
|
23421
23421
|
}, V = function(ae) {
|
|
23422
|
-
s || !p() || ae.keyCode !== 9 ||
|
|
23422
|
+
s || !p() || ae.keyCode !== 9 || z.activeElement === R.current && (v.current = !0, ae.shiftKey ? S.current.focus() : E.current.focus());
|
|
23423
23423
|
};
|
|
23424
|
-
|
|
23424
|
+
z.addEventListener("focus", K, !0), z.addEventListener("keydown", V, !0);
|
|
23425
23425
|
var X = setInterval(function() {
|
|
23426
23426
|
K();
|
|
23427
23427
|
}, 50);
|
|
23428
23428
|
return function() {
|
|
23429
|
-
clearInterval(X),
|
|
23429
|
+
clearInterval(X), z.removeEventListener("focus", K, !0), z.removeEventListener("keydown", V, !0), u || (_.current && _.current.focus && _.current.focus(), _.current = null);
|
|
23430
23430
|
};
|
|
23431
23431
|
}
|
|
23432
23432
|
}, [r, s, u, p, g]), /* @__PURE__ */ Y.createElement(Y.Fragment, null, /* @__PURE__ */ Y.createElement("div", {
|
|
@@ -23550,7 +23550,7 @@ var oU = new nU(), aU = function(n) {
|
|
|
23550
23550
|
name: "MuiModal",
|
|
23551
23551
|
props: De({}, n),
|
|
23552
23552
|
theme: r
|
|
23553
|
-
}), s = i.BackdropComponent, c = s === void 0 ? cP : s, u = i.BackdropProps, f = i.children, p = i.closeAfterTransition, g = p === void 0 ? !1 : p, v = i.container, E = i.disableAutoFocus, S = E === void 0 ? !1 : E, _ = i.disableBackdropClick, R = _ === void 0 ? !1 : _, O = i.disableEnforceFocus, k = O === void 0 ? !1 : O, U = i.disableEscapeKeyDown,
|
|
23553
|
+
}), s = i.BackdropComponent, c = s === void 0 ? cP : s, u = i.BackdropProps, f = i.children, p = i.closeAfterTransition, g = p === void 0 ? !1 : p, v = i.container, E = i.disableAutoFocus, S = E === void 0 ? !1 : E, _ = i.disableBackdropClick, R = _ === void 0 ? !1 : _, O = i.disableEnforceFocus, k = O === void 0 ? !1 : O, U = i.disableEscapeKeyDown, z = U === void 0 ? !1 : U, K = i.disablePortal, V = K === void 0 ? !1 : K, X = i.disableRestoreFocus, re = X === void 0 ? !1 : X, ae = i.disableScrollLock, se = ae === void 0 ? !1 : ae, ee = i.hideBackdrop, me = ee === void 0 ? !1 : ee, he = i.keepMounted, ye = he === void 0 ? !1 : he, je = i.manager, Me = je === void 0 ? oU : je, we = i.onBackdropClick, _e = i.onClose, Te = i.onEscapeKeyDown, Ie = i.onRendered, W = i.open, xe = Ht(i, ["BackdropComponent", "BackdropProps", "children", "closeAfterTransition", "container", "disableAutoFocus", "disableBackdropClick", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "manager", "onBackdropClick", "onClose", "onEscapeKeyDown", "onRendered", "open"]), He = Y.useState(!0), $ = He[0], We = He[1], ot = Y.useRef({}), Be = Y.useRef(null), Je = Y.useRef(null), nt = mr(Je, t), at = iU(i), tt = function() {
|
|
23554
23554
|
return ro(Be.current);
|
|
23555
23555
|
}, Pe = function() {
|
|
23556
23556
|
return ot.current.modalRef = Je.current, ot.current.mountNode = Be.current, ot.current;
|
|
@@ -23583,7 +23583,7 @@ var oU = new nU(), aU = function(n) {
|
|
|
23583
23583
|
}, Oe = function(St) {
|
|
23584
23584
|
St.target === St.currentTarget && (we && we(St), !R && _e && _e(St, "backdropClick"));
|
|
23585
23585
|
}, Ge = function(St) {
|
|
23586
|
-
St.key !== "Escape" || !ke() || (Te && Te(St),
|
|
23586
|
+
St.key !== "Escape" || !ke() || (Te && Te(St), z || (St.stopPropagation(), _e && _e(St, "escapeKeyDown")));
|
|
23587
23587
|
}, Xe = aU(r || {
|
|
23588
23588
|
zIndex: TC
|
|
23589
23589
|
}), vt = {};
|
|
@@ -23758,12 +23758,12 @@ var sU = function(n) {
|
|
|
23758
23758
|
}
|
|
23759
23759
|
};
|
|
23760
23760
|
}, dP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
23761
|
-
var r = n.absolute, i = r === void 0 ? !1 : r, s = n.classes, c = n.className, u = n.component, f = u === void 0 ? "hr" : u, p = n.flexItem, g = p === void 0 ? !1 : p, v = n.light, E = v === void 0 ? !1 : v, S = n.orientation, _ = S === void 0 ? "horizontal" : S, R = n.role, O = R === void 0 ? f !== "hr" ? "separator" : void 0 : R, k = n.variant, U = k === void 0 ? "fullWidth" : k,
|
|
23761
|
+
var r = n.absolute, i = r === void 0 ? !1 : r, s = n.classes, c = n.className, u = n.component, f = u === void 0 ? "hr" : u, p = n.flexItem, g = p === void 0 ? !1 : p, v = n.light, E = v === void 0 ? !1 : v, S = n.orientation, _ = S === void 0 ? "horizontal" : S, R = n.role, O = R === void 0 ? f !== "hr" ? "separator" : void 0 : R, k = n.variant, U = k === void 0 ? "fullWidth" : k, z = Ht(n, ["absolute", "classes", "className", "component", "flexItem", "light", "orientation", "role", "variant"]);
|
|
23762
23762
|
return /* @__PURE__ */ Y.createElement(f, De({
|
|
23763
23763
|
className: qt(s.root, c, U !== "fullWidth" && s[U], i && s.absolute, g && s.flexItem, E && s.light, _ === "vertical" && s.vertical),
|
|
23764
23764
|
role: O,
|
|
23765
23765
|
ref: t
|
|
23766
|
-
},
|
|
23766
|
+
}, z));
|
|
23767
23767
|
});
|
|
23768
23768
|
process.env.NODE_ENV !== "production" && (dP.propTypes = {
|
|
23769
23769
|
// ----------------------------- Warning --------------------------------
|
|
@@ -23842,8 +23842,8 @@ var uU = typeof window < "u" ? Y.useLayoutEffect : Y.useEffect, cU = {
|
|
|
23842
23842
|
transform: "translateZ(0)"
|
|
23843
23843
|
}
|
|
23844
23844
|
}, fP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
23845
|
-
var r = n.onChange, i = n.rows, s = n.rowsMax, c = n.rowsMin, u = n.maxRows, f = n.minRows, p = f === void 0 ? 1 : f, g = n.style, v = n.value, E = Ht(n, ["onChange", "rows", "rowsMax", "rowsMin", "maxRows", "minRows", "style", "value"]), S = u || s, _ = i || c || p, R = Y.useRef(v != null), O = R.current, k = Y.useRef(null), U = mr(t, k),
|
|
23846
|
-
var ee = k.current, me = window.getComputedStyle(ee), he =
|
|
23845
|
+
var r = n.onChange, i = n.rows, s = n.rowsMax, c = n.rowsMin, u = n.maxRows, f = n.minRows, p = f === void 0 ? 1 : f, g = n.style, v = n.value, E = Ht(n, ["onChange", "rows", "rowsMax", "rowsMin", "maxRows", "minRows", "style", "value"]), S = u || s, _ = i || c || p, R = Y.useRef(v != null), O = R.current, k = Y.useRef(null), U = mr(t, k), z = Y.useRef(null), K = Y.useRef(0), V = Y.useState({}), X = V[0], re = V[1], ae = Y.useCallback(function() {
|
|
23846
|
+
var ee = k.current, me = window.getComputedStyle(ee), he = z.current;
|
|
23847
23847
|
he.style.width = me.width, he.value = ee.value || n.placeholder || "x", he.value.slice(-1) === `
|
|
23848
23848
|
` && (he.value += " ");
|
|
23849
23849
|
var ye = me["box-sizing"], je = ah(me, "padding-bottom") + ah(me, "padding-top"), Me = ah(me, "border-bottom-width") + ah(me, "border-top-width"), we = he.scrollHeight - je;
|
|
@@ -23889,7 +23889,7 @@ var uU = typeof window < "u" ? Y.useLayoutEffect : Y.useEffect, cU = {
|
|
|
23889
23889
|
"aria-hidden": !0,
|
|
23890
23890
|
className: n.className,
|
|
23891
23891
|
readOnly: !0,
|
|
23892
|
-
ref:
|
|
23892
|
+
ref: z,
|
|
23893
23893
|
tabIndex: -1,
|
|
23894
23894
|
style: De({}, cU.shadow, g)
|
|
23895
23895
|
}));
|
|
@@ -24105,7 +24105,7 @@ var hU = function(n) {
|
|
|
24105
24105
|
n.error;
|
|
24106
24106
|
var v = n.fullWidth, E = v === void 0 ? !1 : v, S = n.id, _ = n.inputComponent, R = _ === void 0 ? "input" : _, O = n.inputProps, k = O === void 0 ? {} : O, U = n.inputRef;
|
|
24107
24107
|
n.margin;
|
|
24108
|
-
var
|
|
24108
|
+
var z = n.multiline, K = z === void 0 ? !1 : z, V = n.name, X = n.onBlur, re = n.onChange, ae = n.onClick, se = n.onFocus, ee = n.onKeyDown, me = n.onKeyUp, he = n.placeholder, ye = n.readOnly, je = n.renderSuffix, Me = n.rows, we = n.rowsMax, _e = n.rowsMin, Te = n.maxRows, Ie = n.minRows, W = n.startAdornment, xe = n.type, He = xe === void 0 ? "text" : xe, $ = n.value, We = Ht(n, ["aria-describedby", "autoComplete", "autoFocus", "classes", "className", "color", "defaultValue", "disabled", "endAdornment", "error", "fullWidth", "id", "inputComponent", "inputProps", "inputRef", "margin", "multiline", "name", "onBlur", "onChange", "onClick", "onFocus", "onKeyDown", "onKeyUp", "placeholder", "readOnly", "renderSuffix", "rows", "rowsMax", "rowsMin", "maxRows", "minRows", "startAdornment", "type", "value"]), ot = k.value != null ? k.value : $, Be = Y.useRef(ot != null), Je = Be.current, nt = Y.useRef(), at = Y.useCallback(function(ze) {
|
|
24109
24109
|
process.env.NODE_ENV !== "production" && ze && ze.nodeName !== "INPUT" && !ze.focus && console.error(["Material-UI: You have provided a `inputComponent` to the input component", "that does not correctly handle the `inputRef` prop.", "Make sure the `inputRef` prop is called with a HTMLInputElement."].join(`
|
|
24110
24110
|
`));
|
|
24111
24111
|
}, []), tt = mr(k.ref, at), Pe = mr(U, tt), ge = mr(nt, Pe), wt = Y.useState(!1), ke = wt[0], Lt = wt[1], Ot = H7();
|
|
@@ -24970,7 +24970,7 @@ var EU = function(n) {
|
|
|
24970
24970
|
return wU(t, n, r), t;
|
|
24971
24971
|
}, {}));
|
|
24972
24972
|
}, bP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
24973
|
-
var r = n.alignContent, i = r === void 0 ? "stretch" : r, s = n.alignItems, c = s === void 0 ? "stretch" : s, u = n.classes, f = n.className, p = n.component, g = p === void 0 ? "div" : p, v = n.container, E = v === void 0 ? !1 : v, S = n.direction, _ = S === void 0 ? "row" : S, R = n.item, O = R === void 0 ? !1 : R, k = n.justify, U = n.justifyContent,
|
|
24973
|
+
var r = n.alignContent, i = r === void 0 ? "stretch" : r, s = n.alignItems, c = s === void 0 ? "stretch" : s, u = n.classes, f = n.className, p = n.component, g = p === void 0 ? "div" : p, v = n.container, E = v === void 0 ? !1 : v, S = n.direction, _ = S === void 0 ? "row" : S, R = n.item, O = R === void 0 ? !1 : R, k = n.justify, U = n.justifyContent, z = U === void 0 ? "flex-start" : U, K = n.lg, V = K === void 0 ? !1 : K, X = n.md, re = X === void 0 ? !1 : X, ae = n.sm, se = ae === void 0 ? !1 : ae, ee = n.spacing, me = ee === void 0 ? 0 : ee, he = n.wrap, ye = he === void 0 ? "wrap" : he, je = n.xl, Me = je === void 0 ? !1 : je, we = n.xs, _e = we === void 0 ? !1 : we, Te = n.zeroMinWidth, Ie = Te === void 0 ? !1 : Te, W = Ht(n, ["alignContent", "alignItems", "classes", "className", "component", "container", "direction", "item", "justify", "justifyContent", "lg", "md", "sm", "spacing", "wrap", "xl", "xs", "zeroMinWidth"]), xe = qt(u.root, f, E && [u.container, me !== 0 && u["spacing-xs-".concat(String(me))]], O && u.item, Ie && u.zeroMinWidth, _ !== "row" && u["direction-xs-".concat(String(_))], ye !== "wrap" && u["wrap-xs-".concat(String(ye))], c !== "stretch" && u["align-items-xs-".concat(String(c))], i !== "stretch" && u["align-content-xs-".concat(String(i))], (k || z) !== "flex-start" && u["justify-content-xs-".concat(String(k || z))], _e !== !1 && u["grid-xs-".concat(String(_e))], se !== !1 && u["grid-sm-".concat(String(se))], re !== !1 && u["grid-md-".concat(String(re))], V !== !1 && u["grid-lg-".concat(String(V))], Me !== !1 && u["grid-xl-".concat(String(Me))]);
|
|
24974
24974
|
return /* @__PURE__ */ Y.createElement(g, De({
|
|
24975
24975
|
className: xe,
|
|
24976
24976
|
ref: t
|
|
@@ -25104,7 +25104,7 @@ var SU = {
|
|
|
25104
25104
|
transform: "none"
|
|
25105
25105
|
}
|
|
25106
25106
|
}, ty = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
25107
|
-
var r = n.children, i = n.disableStrictModeCompat, s = i === void 0 ? !1 : i, c = n.in, u = n.onEnter, f = n.onEntered, p = n.onEntering, g = n.onExit, v = n.onExited, E = n.onExiting, S = n.style, _ = n.timeout, R = _ === void 0 ? "auto" : _, O = n.TransitionComponent, k = O === void 0 ? Xi : O, U = Ht(n, ["children", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"]),
|
|
25107
|
+
var r = n.children, i = n.disableStrictModeCompat, s = i === void 0 ? !1 : i, c = n.in, u = n.onEnter, f = n.onEntered, p = n.onEntering, g = n.onExit, v = n.onExited, E = n.onExiting, S = n.style, _ = n.timeout, R = _ === void 0 ? "auto" : _, O = n.TransitionComponent, k = O === void 0 ? Xi : O, U = Ht(n, ["children", "disableStrictModeCompat", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"]), z = Y.useRef(), K = Y.useRef(), V = tl(), X = V.unstable_strictMode && !s, re = Y.useRef(null), ae = mr(r.ref, t), se = mr(X ? re : void 0, ae), ee = function(Ie) {
|
|
25108
25108
|
return function(W, xe) {
|
|
25109
25109
|
if (Ie) {
|
|
25110
25110
|
var He = X ? [re.current, W] : [W, xe], $ = Wa(He, 2), We = $[0], ot = $[1];
|
|
@@ -25142,11 +25142,11 @@ var SU = {
|
|
|
25142
25142
|
})].join(","), Te.style.opacity = "0", Te.style.transform = Ag(0.75), g && g(Te);
|
|
25143
25143
|
}), we = ee(v), _e = function(Ie, W) {
|
|
25144
25144
|
var xe = X ? Ie : W;
|
|
25145
|
-
R === "auto" && (
|
|
25145
|
+
R === "auto" && (z.current = setTimeout(xe, K.current || 0));
|
|
25146
25146
|
};
|
|
25147
25147
|
return Y.useEffect(function() {
|
|
25148
25148
|
return function() {
|
|
25149
|
-
clearTimeout(
|
|
25149
|
+
clearTimeout(z.current);
|
|
25150
25150
|
};
|
|
25151
25151
|
}, []), /* @__PURE__ */ Y.createElement(k, De({
|
|
25152
25152
|
appear: !0,
|
|
@@ -25608,8 +25608,8 @@ var _U = function(n) {
|
|
|
25608
25608
|
}, PU = typeof window > "u" ? Y.useEffect : Y.useLayoutEffect, xP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
25609
25609
|
var r = n.alignItems, i = r === void 0 ? "center" : r, s = n.autoFocus, c = s === void 0 ? !1 : s, u = n.button, f = u === void 0 ? !1 : u, p = n.children, g = n.classes, v = n.className, E = n.component, S = n.ContainerComponent, _ = S === void 0 ? "li" : S, R = n.ContainerProps;
|
|
25610
25610
|
R = R === void 0 ? {} : R;
|
|
25611
|
-
var O = R.className, k = Ht(R, ["className"]), U = n.dense,
|
|
25612
|
-
dense:
|
|
25611
|
+
var O = R.className, k = Ht(R, ["className"]), U = n.dense, z = U === void 0 ? !1 : U, K = n.disabled, V = K === void 0 ? !1 : K, X = n.disableGutters, re = X === void 0 ? !1 : X, ae = n.divider, se = ae === void 0 ? !1 : ae, ee = n.focusVisibleClassName, me = n.selected, he = me === void 0 ? !1 : me, ye = Ht(n, ["alignItems", "autoFocus", "button", "children", "classes", "className", "component", "ContainerComponent", "ContainerProps", "dense", "disabled", "disableGutters", "divider", "focusVisibleClassName", "selected"]), je = Y.useContext(Na), Me = {
|
|
25612
|
+
dense: z || je.dense || !1,
|
|
25613
25613
|
alignItems: i
|
|
25614
25614
|
}, we = Y.useRef(null);
|
|
25615
25615
|
PU(function() {
|
|
@@ -25892,7 +25892,7 @@ var AU = {
|
|
|
25892
25892
|
var r = n.action, i = n.anchorEl, s = n.anchorOrigin, c = s === void 0 ? {
|
|
25893
25893
|
vertical: "top",
|
|
25894
25894
|
horizontal: "left"
|
|
25895
|
-
} : s, u = n.anchorPosition, f = n.anchorReference, p = f === void 0 ? "anchorEl" : f, g = n.children, v = n.classes, E = n.className, S = n.container, _ = n.elevation, R = _ === void 0 ? 8 : _, O = n.getContentAnchorEl, k = n.marginThreshold, U = k === void 0 ? 16 : k,
|
|
25895
|
+
} : s, u = n.anchorPosition, f = n.anchorReference, p = f === void 0 ? "anchorEl" : f, g = n.children, v = n.classes, E = n.className, S = n.container, _ = n.elevation, R = _ === void 0 ? 8 : _, O = n.getContentAnchorEl, k = n.marginThreshold, U = k === void 0 ? 16 : k, z = n.onEnter, K = n.onEntered, V = n.onEntering, X = n.onExit, re = n.onExited, ae = n.onExiting, se = n.open, ee = n.PaperProps, me = ee === void 0 ? {} : ee, he = n.transformOrigin, ye = he === void 0 ? {
|
|
25896
25896
|
vertical: "top",
|
|
25897
25897
|
horizontal: "left"
|
|
25898
25898
|
} : he, je = n.TransitionComponent, Me = je === void 0 ? ty : je, we = n.transitionDuration, _e = we === void 0 ? "auto" : we, Te = n.TransitionProps, Ie = Te === void 0 ? {} : Te, W = Ht(n, ["action", "anchorEl", "anchorOrigin", "anchorPosition", "anchorReference", "children", "classes", "className", "container", "elevation", "getContentAnchorEl", "marginThreshold", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "open", "PaperProps", "transformOrigin", "TransitionComponent", "transitionDuration", "TransitionProps"]), xe = Y.useRef(), He = Y.useCallback(function(Pe) {
|
|
@@ -26002,7 +26002,7 @@ var AU = {
|
|
|
26002
26002
|
}, W), /* @__PURE__ */ Y.createElement(Me, De({
|
|
26003
26003
|
appear: !0,
|
|
26004
26004
|
in: se,
|
|
26005
|
-
onEnter:
|
|
26005
|
+
onEnter: z,
|
|
26006
26006
|
onEntered: K,
|
|
26007
26007
|
onExit: X,
|
|
26008
26008
|
onExited: re,
|
|
@@ -26217,7 +26217,7 @@ function ql(e, n, t, r, i, s) {
|
|
|
26217
26217
|
}
|
|
26218
26218
|
}
|
|
26219
26219
|
var DU = typeof window > "u" ? Y.useEffect : Y.useLayoutEffect, PP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
26220
|
-
var r = n.actions, i = n.autoFocus, s = i === void 0 ? !1 : i, c = n.autoFocusItem, u = c === void 0 ? !1 : c, f = n.children, p = n.className, g = n.disabledItemsFocusable, v = g === void 0 ? !1 : g, E = n.disableListWrap, S = E === void 0 ? !1 : E, _ = n.onKeyDown, R = n.variant, O = R === void 0 ? "selectedMenu" : R, k = Ht(n, ["actions", "autoFocus", "autoFocusItem", "children", "className", "disabledItemsFocusable", "disableListWrap", "onKeyDown", "variant"]), U = Y.useRef(null),
|
|
26220
|
+
var r = n.actions, i = n.autoFocus, s = i === void 0 ? !1 : i, c = n.autoFocusItem, u = c === void 0 ? !1 : c, f = n.children, p = n.className, g = n.disabledItemsFocusable, v = g === void 0 ? !1 : g, E = n.disableListWrap, S = E === void 0 ? !1 : E, _ = n.onKeyDown, R = n.variant, O = R === void 0 ? "selectedMenu" : R, k = Ht(n, ["actions", "autoFocus", "autoFocusItem", "children", "className", "disabledItemsFocusable", "disableListWrap", "onKeyDown", "variant"]), U = Y.useRef(null), z = Y.useRef({
|
|
26221
26221
|
keys: [],
|
|
26222
26222
|
repeating: !0,
|
|
26223
26223
|
previousKeyMatched: !0,
|
|
@@ -26248,7 +26248,7 @@ var DU = typeof window > "u" ? Y.useEffect : Y.useLayoutEffect, PP = /* @__PURE_
|
|
|
26248
26248
|
else if (he === "End")
|
|
26249
26249
|
ee.preventDefault(), ql(me, null, S, v, pS);
|
|
26250
26250
|
else if (he.length === 1) {
|
|
26251
|
-
var je =
|
|
26251
|
+
var je = z.current, Me = he.toLowerCase(), we = performance.now();
|
|
26252
26252
|
je.keys.length > 0 && (we - je.lastTime > 500 ? (je.keys = [], je.repeating = !0, je.previousKeyMatched = !0) : je.repeating && Me !== je.keys[0] && (je.repeating = !1)), je.lastTime = we, je.keys.push(Me);
|
|
26253
26253
|
var _e = ye && !je.repeating && _P(ye, je);
|
|
26254
26254
|
je.previousKeyMatched && (_e || ql(me, ye, !1, v, Cm, je)) ? ee.preventDefault() : je.previousKeyMatched = !1;
|
|
@@ -26338,9 +26338,9 @@ var mS = {
|
|
|
26338
26338
|
outline: 0
|
|
26339
26339
|
}
|
|
26340
26340
|
}, RP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
26341
|
-
var r = n.autoFocus, i = r === void 0 ? !0 : r, s = n.children, c = n.classes, u = n.disableAutoFocusItem, f = u === void 0 ? !1 : u, p = n.MenuListProps, g = p === void 0 ? {} : p, v = n.onClose, E = n.onEntering, S = n.open, _ = n.PaperProps, R = _ === void 0 ? {} : _, O = n.PopoverClasses, k = n.transitionDuration, U = k === void 0 ? "auto" : k,
|
|
26342
|
-
|
|
26343
|
-
var K =
|
|
26341
|
+
var r = n.autoFocus, i = r === void 0 ? !0 : r, s = n.children, c = n.classes, u = n.disableAutoFocusItem, f = u === void 0 ? !1 : u, p = n.MenuListProps, g = p === void 0 ? {} : p, v = n.onClose, E = n.onEntering, S = n.open, _ = n.PaperProps, R = _ === void 0 ? {} : _, O = n.PopoverClasses, k = n.transitionDuration, U = k === void 0 ? "auto" : k, z = n.TransitionProps;
|
|
26342
|
+
z = z === void 0 ? {} : z;
|
|
26343
|
+
var K = z.onEntering, V = Ht(z, ["onEntering"]), X = n.variant, re = X === void 0 ? "selectedMenu" : X, ae = Ht(n, ["autoFocus", "children", "classes", "disableAutoFocusItem", "MenuListProps", "onClose", "onEntering", "open", "PaperProps", "PopoverClasses", "transitionDuration", "TransitionProps", "variant"]), se = tl(), ee = i && !f && S, me = Y.useRef(null), he = Y.useRef(null), ye = function() {
|
|
26344
26344
|
return he.current;
|
|
26345
26345
|
}, je = function(Ie, W) {
|
|
26346
26346
|
me.current && me.current.adjustStyleForScrollbar(Ie, se), E && E(Ie, W), K && K(Ie, W);
|
|
@@ -27623,8 +27623,8 @@ function lW(e, n) {
|
|
|
27623
27623
|
}
|
|
27624
27624
|
var uW = Pu && /Firefox/i.test(navigator.userAgent);
|
|
27625
27625
|
function cW(e, n) {
|
|
27626
|
-
var t = n.x, r = n.y, i = e.offsets.popper, s = Ou(e.instance.modifiers, function(
|
|
27627
|
-
return
|
|
27626
|
+
var t = n.x, r = n.y, i = e.offsets.popper, s = Ou(e.instance.modifiers, function(z) {
|
|
27627
|
+
return z.name === "applyStyle";
|
|
27628
27628
|
}).gpuAcceleration;
|
|
27629
27629
|
s !== void 0 && console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");
|
|
27630
27630
|
var c = s !== void 0 ? s : n.gpuAcceleration, u = Ks(e.instance.popper), f = Ig(u), p = {
|
|
@@ -27666,8 +27666,8 @@ function hW(e, n) {
|
|
|
27666
27666
|
return console.warn("WARNING: `arrow.element` must be child of its popper element!"), e;
|
|
27667
27667
|
var i = e.placement.split("-")[0], s = e.offsets, c = s.popper, u = s.reference, f = ["left", "right"].indexOf(i) !== -1, p = f ? "height" : "width", g = f ? "Top" : "Left", v = g.toLowerCase(), E = f ? "left" : "top", S = f ? "bottom" : "right", _ = zP(r)[p];
|
|
27668
27668
|
u[S] - _ < c[v] && (e.offsets.popper[v] -= c[v] - (u[S] - _)), u[v] + _ > c[S] && (e.offsets.popper[v] += u[v] + _ - c[S]), e.offsets.popper = Ko(e.offsets.popper);
|
|
27669
|
-
var R = u[v] + u[p] / 2 - _ / 2, O = Xa(e.instance.popper), k = parseFloat(O["margin" + g]), U = parseFloat(O["border" + g + "Width"]),
|
|
27670
|
-
return
|
|
27669
|
+
var R = u[v] + u[p] / 2 - _ / 2, O = Xa(e.instance.popper), k = parseFloat(O["margin" + g]), U = parseFloat(O["border" + g + "Width"]), z = R - e.offsets.popper[v] - k - U;
|
|
27670
|
+
return z = Math.max(Math.min(c[p] - _, z), 0), e.arrowElement = r, e.offsets.arrow = (t = {}, Qs(t, v, Math.round(z)), Qs(t, E, ""), t), e;
|
|
27671
27671
|
}
|
|
27672
27672
|
function dW(e) {
|
|
27673
27673
|
return e === "end" ? "start" : e === "start" ? "end" : e;
|
|
@@ -27703,7 +27703,7 @@ function fW(e, n) {
|
|
|
27703
27703
|
if (r !== u || c.length === f + 1)
|
|
27704
27704
|
return e;
|
|
27705
27705
|
r = e.placement.split("-")[0], i = Lh(r);
|
|
27706
|
-
var p = e.offsets.popper, g = e.offsets.reference, v = Math.floor, E = r === "left" && v(p.right) > v(g.left) || r === "right" && v(p.left) < v(g.right) || r === "top" && v(p.bottom) > v(g.top) || r === "bottom" && v(p.top) < v(g.bottom), S = v(p.left) < v(t.left), _ = v(p.right) > v(t.right), R = v(p.top) < v(t.top), O = v(p.bottom) > v(t.bottom), k = r === "left" && S || r === "right" && _ || r === "top" && R || r === "bottom" && O, U = ["top", "bottom"].indexOf(r) !== -1,
|
|
27706
|
+
var p = e.offsets.popper, g = e.offsets.reference, v = Math.floor, E = r === "left" && v(p.right) > v(g.left) || r === "right" && v(p.left) < v(g.right) || r === "top" && v(p.bottom) > v(g.top) || r === "bottom" && v(p.top) < v(g.bottom), S = v(p.left) < v(t.left), _ = v(p.right) > v(t.right), R = v(p.top) < v(t.top), O = v(p.bottom) > v(t.bottom), k = r === "left" && S || r === "right" && _ || r === "top" && R || r === "bottom" && O, U = ["top", "bottom"].indexOf(r) !== -1, z = !!n.flipVariations && (U && s === "start" && S || U && s === "end" && _ || !U && s === "start" && R || !U && s === "end" && O), K = !!n.flipVariationsByContent && (U && s === "start" && _ || U && s === "end" && S || !U && s === "start" && O || !U && s === "end" && R), V = z || K;
|
|
27707
27707
|
(E || k || V) && (e.flipped = !0, (E || k) && (r = c[f + 1]), V && (s = dW(s)), e.placement = r + (s ? "-" + s : ""), e.offsets.popper = ki({}, e.offsets.popper, HP(e.instance.popper, e.offsets.reference, e.placement)), e = VP(e.instance.modifiers, e, "flip"));
|
|
27708
27708
|
}), e;
|
|
27709
27709
|
}
|
|
@@ -28257,7 +28257,7 @@ function Mg(e) {
|
|
|
28257
28257
|
return typeof e == "function" ? e() : e;
|
|
28258
28258
|
}
|
|
28259
28259
|
var CW = typeof window < "u" ? Y.useLayoutEffect : Y.useEffect, _W = {}, fy = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
28260
|
-
var r = n.anchorEl, i = n.children, s = n.container, c = n.disablePortal, u = c === void 0 ? !1 : c, f = n.keepMounted, p = f === void 0 ? !1 : f, g = n.modifiers, v = n.open, E = n.placement, S = E === void 0 ? "bottom" : E, _ = n.popperOptions, R = _ === void 0 ? _W : _, O = n.popperRef, k = n.style, U = n.transition,
|
|
28260
|
+
var r = n.anchorEl, i = n.children, s = n.container, c = n.disablePortal, u = c === void 0 ? !1 : c, f = n.keepMounted, p = f === void 0 ? !1 : f, g = n.modifiers, v = n.open, E = n.placement, S = E === void 0 ? "bottom" : E, _ = n.popperOptions, R = _ === void 0 ? _W : _, O = n.popperRef, k = n.style, U = n.transition, z = U === void 0 ? !1 : U, K = Ht(n, ["anchorEl", "children", "container", "disablePortal", "keepMounted", "modifiers", "open", "placement", "popperOptions", "popperRef", "style", "transition"]), V = Y.useRef(null), X = mr(V, t), re = Y.useRef(null), ae = mr(re, O), se = Y.useRef(ae);
|
|
28261
28261
|
CW(function() {
|
|
28262
28262
|
se.current = ae;
|
|
28263
28263
|
}, [ae]), Y.useImperativeHandle(O, function() {
|
|
@@ -28308,13 +28308,13 @@ var CW = typeof window < "u" ? Y.useLayoutEffect : Y.useEffect, _W = {}, fy = /*
|
|
|
28308
28308
|
xe();
|
|
28309
28309
|
};
|
|
28310
28310
|
}, []), Y.useEffect(function() {
|
|
28311
|
-
!v && !
|
|
28312
|
-
}, [v,
|
|
28311
|
+
!v && !z && xe();
|
|
28312
|
+
}, [v, z]), !p && !v && (!z || me))
|
|
28313
28313
|
return null;
|
|
28314
28314
|
var $ = {
|
|
28315
28315
|
placement: we
|
|
28316
28316
|
};
|
|
28317
|
-
return
|
|
28317
|
+
return z && ($.TransitionProps = {
|
|
28318
28318
|
in: v,
|
|
28319
28319
|
onEnter: W,
|
|
28320
28320
|
onExited: He
|
|
@@ -28331,7 +28331,7 @@ var CW = typeof window < "u" ? Y.useLayoutEffect : Y.useEffect, _W = {}, fy = /*
|
|
|
28331
28331
|
// Fix Popper.js display issue
|
|
28332
28332
|
top: 0,
|
|
28333
28333
|
left: 0,
|
|
28334
|
-
display: !v && p && !
|
|
28334
|
+
display: !v && p && !z ? "none" : null
|
|
28335
28335
|
}, k)
|
|
28336
28336
|
}), typeof i == "function" ? i($) : i));
|
|
28337
28337
|
});
|
|
@@ -28425,7 +28425,7 @@ function PW(e) {
|
|
|
28425
28425
|
return e == null || typeof e == "string" && !e.trim();
|
|
28426
28426
|
}
|
|
28427
28427
|
var XP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
28428
|
-
var r = n["aria-label"], i = n.autoFocus, s = n.autoWidth, c = n.children, u = n.classes, f = n.className, p = n.defaultValue, g = n.disabled, v = n.displayEmpty, E = n.IconComponent, S = n.inputRef, _ = n.labelId, R = n.MenuProps, O = R === void 0 ? {} : R, k = n.multiple, U = n.name,
|
|
28428
|
+
var r = n["aria-label"], i = n.autoFocus, s = n.autoWidth, c = n.children, u = n.classes, f = n.className, p = n.defaultValue, g = n.disabled, v = n.displayEmpty, E = n.IconComponent, S = n.inputRef, _ = n.labelId, R = n.MenuProps, O = R === void 0 ? {} : R, k = n.multiple, U = n.name, z = n.onBlur, K = n.onChange, V = n.onClose, X = n.onFocus, re = n.onOpen, ae = n.open, se = n.readOnly, ee = n.renderValue, me = n.SelectDisplayProps, he = me === void 0 ? {} : me, ye = n.tabIndex;
|
|
28429
28429
|
n.type;
|
|
28430
28430
|
var je = n.value, Me = n.variant, we = Me === void 0 ? "standard" : Me, _e = Ht(n, ["aria-label", "autoFocus", "autoWidth", "children", "classes", "className", "defaultValue", "disabled", "displayEmpty", "IconComponent", "inputRef", "labelId", "MenuProps", "multiple", "name", "onBlur", "onChange", "onClose", "onFocus", "onOpen", "open", "readOnly", "renderValue", "SelectDisplayProps", "tabIndex", "type", "value", "variant"]), Te = ad({
|
|
28431
28431
|
controlled: je,
|
|
@@ -28500,13 +28500,13 @@ var XP = /* @__PURE__ */ Y.forwardRef(function(n, t) {
|
|
|
28500
28500
|
dt.indexOf(Le.key) !== -1 && (Le.preventDefault(), Lt(!0, Le));
|
|
28501
28501
|
}
|
|
28502
28502
|
}, vt = We !== null && (Je ? ae : ge), it = function(Le) {
|
|
28503
|
-
!vt &&
|
|
28503
|
+
!vt && z && (Le.persist(), Object.defineProperty(Le, "target", {
|
|
28504
28504
|
writable: !0,
|
|
28505
28505
|
value: {
|
|
28506
28506
|
value: W,
|
|
28507
28507
|
name: U
|
|
28508
28508
|
}
|
|
28509
|
-
}),
|
|
28509
|
+
}), z(Le));
|
|
28510
28510
|
};
|
|
28511
28511
|
delete _e["aria-invalid"];
|
|
28512
28512
|
var St, Ft, Nt = [], Ce = !1, ze = !1;
|
|
@@ -28753,7 +28753,7 @@ process.env.NODE_ENV !== "production" && (XP.propTypes = {
|
|
|
28753
28753
|
variant: P.oneOf(["standard", "outlined", "filled"])
|
|
28754
28754
|
});
|
|
28755
28755
|
var RW = AP, OW = /* @__PURE__ */ Y.createElement(ry, null), kW = /* @__PURE__ */ Y.createElement(pU, null), py = /* @__PURE__ */ Y.forwardRef(function e(n, t) {
|
|
28756
|
-
var r = n.autoWidth, i = r === void 0 ? !1 : r, s = n.children, c = n.classes, u = n.displayEmpty, f = u === void 0 ? !1 : u, p = n.IconComponent, g = p === void 0 ? kP : p, v = n.id, E = n.input, S = n.inputProps, _ = n.label, R = n.labelId, O = n.labelWidth, k = O === void 0 ? 0 : O, U = n.MenuProps,
|
|
28756
|
+
var r = n.autoWidth, i = r === void 0 ? !1 : r, s = n.children, c = n.classes, u = n.displayEmpty, f = u === void 0 ? !1 : u, p = n.IconComponent, g = p === void 0 ? kP : p, v = n.id, E = n.input, S = n.inputProps, _ = n.label, R = n.labelId, O = n.labelWidth, k = O === void 0 ? 0 : O, U = n.MenuProps, z = n.multiple, K = z === void 0 ? !1 : z, V = n.native, X = V === void 0 ? !1 : V, re = n.onClose, ae = n.onOpen, se = n.open, ee = n.renderValue, me = n.SelectDisplayProps, he = n.variant, ye = he === void 0 ? "standard" : he, je = Ht(n, ["autoWidth", "children", "classes", "displayEmpty", "IconComponent", "id", "input", "inputProps", "label", "labelId", "labelWidth", "MenuProps", "multiple", "native", "onClose", "onOpen", "open", "renderValue", "SelectDisplayProps", "variant"]), Me = X ? oy : XP, we = cd(), _e = Qv({
|
|
28757
28757
|
props: n,
|
|
28758
28758
|
muiFormControl: we,
|
|
28759
28759
|
states: ["variant"]
|
|
@@ -28933,27 +28933,27 @@ const Lg = An(RW, {
|
|
|
28933
28933
|
name: "MuiSelect"
|
|
28934
28934
|
})(py);
|
|
28935
28935
|
function ZP() {
|
|
28936
|
-
return /* @__PURE__ */
|
|
28937
|
-
/* @__PURE__ */
|
|
28938
|
-
/* @__PURE__ */
|
|
28939
|
-
/* @__PURE__ */
|
|
28936
|
+
return /* @__PURE__ */ B.jsxs("svg", { width: "15", height: "11", viewBox: "0 0 15 11", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
28937
|
+
/* @__PURE__ */ B.jsxs("g", { clipPath: "url(#clip0_527_47371)", children: [
|
|
28938
|
+
/* @__PURE__ */ B.jsx("path", { d: "M1.57302 0H6.01747C6.31215 0 6.59477 0.144866 6.80314 0.402728C7.01152 0.660591 7.12858 1.01033 7.12858 1.375V9.625C7.12858 9.98967 7.01152 10.3394 6.80314 10.5973C6.59477 10.8551 6.31215 11 6.01747 11H1.57302C1.27834 11 0.995725 10.8551 0.787351 10.5973C0.578977 10.3394 0.461914 9.98967 0.461914 9.625V1.375C0.461914 1.01033 0.578977 0.660591 0.787351 0.402728C0.995725 0.144866 1.27834 0 1.57302 0ZM1.57302 0.6875C1.42568 0.6875 1.28437 0.759933 1.18019 0.888864C1.076 1.0178 1.01747 1.19266 1.01747 1.375V9.625C1.01747 9.80734 1.076 9.98221 1.18019 10.1111C1.28437 10.2401 1.42568 10.3125 1.57302 10.3125H6.01747C6.16481 10.3125 6.30612 10.2401 6.41031 10.1111C6.51449 9.98221 6.57302 9.80734 6.57302 9.625V1.375C6.57302 1.19266 6.51449 1.0178 6.41031 0.888864C6.30612 0.759933 6.16481 0.6875 6.01747 0.6875H1.57302Z", fill: "white" }),
|
|
28939
|
+
/* @__PURE__ */ B.jsx("path", { opacity: "0.4", d: "M8.90603 0H13.3505C13.6452 0 13.9278 0.144866 14.1362 0.402728C14.3445 0.660591 14.4616 1.01033 14.4616 1.375V9.625C14.4616 9.98967 14.3445 10.3394 14.1362 10.5973C13.9278 10.8551 13.6452 11 13.3505 11H8.90603C8.61135 11 8.32873 10.8551 8.12036 10.5973C7.91198 10.3394 7.79492 9.98967 7.79492 9.625V1.375C7.79492 1.01033 7.91198 0.660591 8.12036 0.402728C8.32873 0.144866 8.61135 0 8.90603 0ZM8.90603 0.6875C8.75869 0.6875 8.61738 0.759933 8.5132 0.888864C8.40901 1.0178 8.35048 1.19266 8.35048 1.375V9.625C8.35048 9.80734 8.40901 9.98221 8.5132 10.1111C8.61738 10.2401 8.75869 10.3125 8.90603 10.3125H13.3505C13.4978 10.3125 13.6391 10.2401 13.7433 10.1111C13.8475 9.98221 13.906 9.80734 13.906 9.625V1.375C13.906 1.19266 13.8475 1.0178 13.7433 0.888864C13.6391 0.759933 13.4978 0.6875 13.3505 0.6875H8.90603Z", fill: "white" })
|
|
28940
28940
|
] }),
|
|
28941
|
-
/* @__PURE__ */
|
|
28941
|
+
/* @__PURE__ */ B.jsx("defs", { children: /* @__PURE__ */ B.jsx("clipPath", { id: "clip0_527_47371", children: /* @__PURE__ */ B.jsx("rect", { width: "14", height: "11", fill: "white", transform: "translate(0.461914)" }) }) })
|
|
28942
28942
|
] });
|
|
28943
28943
|
}
|
|
28944
28944
|
function KP() {
|
|
28945
|
-
return /* @__PURE__ */
|
|
28946
|
-
/* @__PURE__ */
|
|
28947
|
-
/* @__PURE__ */
|
|
28948
|
-
/* @__PURE__ */
|
|
28945
|
+
return /* @__PURE__ */ B.jsxs("svg", { width: "14", height: "11", viewBox: "0 0 14 11", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
28946
|
+
/* @__PURE__ */ B.jsxs("g", { clipPath: "url(#clip0_527_47381)", children: [
|
|
28947
|
+
/* @__PURE__ */ B.jsx("path", { opacity: "0.4", d: "M1.11111 0H5.55555C5.85024 0 6.13285 0.144866 6.34123 0.402728C6.5496 0.660591 6.66667 1.01033 6.66667 1.375V9.625C6.66667 9.98967 6.5496 10.3394 6.34123 10.5973C6.13285 10.8551 5.85024 11 5.55555 11H1.11111C0.816426 11 0.533811 10.8551 0.325437 10.5973C0.117063 10.3394 0 9.98967 0 9.625V1.375C0 1.01033 0.117063 0.660591 0.325437 0.402728C0.533811 0.144866 0.816426 0 1.11111 0ZM1.11111 0.6875C0.963768 0.6875 0.822461 0.759933 0.718274 0.888864C0.614087 1.0178 0.555555 1.19266 0.555555 1.375V9.625C0.555555 9.80734 0.614087 9.98221 0.718274 10.1111C0.822461 10.2401 0.963768 10.3125 1.11111 10.3125H5.55555C5.7029 10.3125 5.8442 10.2401 5.94839 10.1111C6.05258 9.98221 6.11111 9.80734 6.11111 9.625V1.375C6.11111 1.19266 6.05258 1.0178 5.94839 0.888864C5.8442 0.759933 5.7029 0.6875 5.55555 0.6875H1.11111Z", fill: "white" }),
|
|
28948
|
+
/* @__PURE__ */ B.jsx("path", { d: "M8.44412 0H12.8886C13.1832 0 13.4659 0.144866 13.6742 0.402728C13.8826 0.660591 13.9997 1.01033 13.9997 1.375V9.625C13.9997 9.98967 13.8826 10.3394 13.6742 10.5973C13.4659 10.8551 13.1832 11 12.8886 11H8.44412C8.14943 11 7.86682 10.8551 7.65844 10.5973C7.45007 10.3394 7.33301 9.98967 7.33301 9.625V1.375C7.33301 1.01033 7.45007 0.660591 7.65844 0.402728C7.86682 0.144866 8.14943 0 8.44412 0ZM8.44412 0.6875C8.29678 0.6875 8.15547 0.759933 8.05128 0.888864C7.94709 1.0178 7.88856 1.19266 7.88856 1.375V9.625C7.88856 9.80734 7.94709 9.98221 8.05128 10.1111C8.15547 10.2401 8.29678 10.3125 8.44412 10.3125H12.8886C13.0359 10.3125 13.1772 10.2401 13.2814 10.1111C13.3856 9.98221 13.4441 9.80734 13.4441 9.625V1.375C13.4441 1.19266 13.3856 1.0178 13.2814 0.888864C13.1772 0.759933 13.0359 0.6875 12.8886 0.6875H8.44412Z", fill: "white" })
|
|
28949
28949
|
] }),
|
|
28950
|
-
/* @__PURE__ */
|
|
28950
|
+
/* @__PURE__ */ B.jsx("defs", { children: /* @__PURE__ */ B.jsx("clipPath", { id: "clip0_527_47381", children: /* @__PURE__ */ B.jsx("rect", { width: "14", height: "11", fill: "white" }) }) })
|
|
28951
28951
|
] });
|
|
28952
28952
|
}
|
|
28953
28953
|
function AW(e) {
|
|
28954
|
-
return /* @__PURE__ */
|
|
28955
|
-
e.side === "left" ? /* @__PURE__ */
|
|
28956
|
-
/* @__PURE__ */
|
|
28954
|
+
return /* @__PURE__ */ B.jsx("div", { style: { backgroundColor: "black", display: "flex", justifyContent: "center", alignItems: "center", color: "white" }, children: /* @__PURE__ */ B.jsxs("div", { style: { display: "flex", flexDirection: "row", gap: "12px", alignItems: "center" }, children: [
|
|
28955
|
+
e.side === "left" ? /* @__PURE__ */ B.jsx(ZP, {}) : /* @__PURE__ */ B.jsx(KP, {}),
|
|
28956
|
+
/* @__PURE__ */ B.jsxs(Kn, { children: [
|
|
28957
28957
|
"Select",
|
|
28958
28958
|
" ",
|
|
28959
28959
|
e.side,
|
|
@@ -31341,7 +31341,7 @@ function PR() {
|
|
|
31341
31341
|
if (Fm("use", r), R != null) if (typeof R == "function")
|
|
31342
31342
|
V(R, ...O);
|
|
31343
31343
|
else if (typeof R == "object")
|
|
31344
|
-
Array.isArray(R) ? K(R) :
|
|
31344
|
+
Array.isArray(R) ? K(R) : z(R);
|
|
31345
31345
|
else
|
|
31346
31346
|
throw new TypeError("Expected usable value, not `" + R + "`");
|
|
31347
31347
|
return k && (t.settings = Object.assign(t.settings || {}, k)), s;
|
|
@@ -31353,11 +31353,11 @@ function PR() {
|
|
|
31353
31353
|
const [re, ...ae] = X;
|
|
31354
31354
|
V(re, ...ae);
|
|
31355
31355
|
} else
|
|
31356
|
-
|
|
31356
|
+
z(X);
|
|
31357
31357
|
else
|
|
31358
31358
|
throw new TypeError("Expected usable value, not `" + X + "`");
|
|
31359
31359
|
}
|
|
31360
|
-
function
|
|
31360
|
+
function z(X) {
|
|
31361
31361
|
K(X.plugins), X.settings && (k = Object.assign(k || {}, X.settings));
|
|
31362
31362
|
}
|
|
31363
31363
|
function K(X) {
|
|
@@ -31394,17 +31394,17 @@ function PR() {
|
|
|
31394
31394
|
if (JS(R), s.freeze(), !k && typeof O == "function" && (k = O, O = void 0), !k)
|
|
31395
31395
|
return new Promise(U);
|
|
31396
31396
|
U(null, k);
|
|
31397
|
-
function U(
|
|
31397
|
+
function U(z, K) {
|
|
31398
31398
|
e.run(R, Yl(O), V);
|
|
31399
31399
|
function V(X, re, ae) {
|
|
31400
|
-
re = re || R, X ? K(X) :
|
|
31400
|
+
re = re || R, X ? K(X) : z ? z(re) : k(null, re, ae);
|
|
31401
31401
|
}
|
|
31402
31402
|
}
|
|
31403
31403
|
}
|
|
31404
31404
|
function E(R, O) {
|
|
31405
31405
|
let k, U;
|
|
31406
|
-
return s.run(R, O,
|
|
31407
|
-
function
|
|
31406
|
+
return s.run(R, O, z), QS("runSync", "run", U), k;
|
|
31407
|
+
function z(K, V) {
|
|
31408
31408
|
VS(K), k = V, U = !0;
|
|
31409
31409
|
}
|
|
31410
31410
|
}
|
|
@@ -31412,7 +31412,7 @@ function PR() {
|
|
|
31412
31412
|
if (s.freeze(), Mm("process", s.Parser), Lm("process", s.Compiler), !O)
|
|
31413
31413
|
return new Promise(k);
|
|
31414
31414
|
k(null, O);
|
|
31415
|
-
function k(U,
|
|
31415
|
+
function k(U, z) {
|
|
31416
31416
|
const K = Yl(R);
|
|
31417
31417
|
s.run(s.parse(K), K, (X, re, ae) => {
|
|
31418
31418
|
if (X || !re || !ae)
|
|
@@ -31423,7 +31423,7 @@ function PR() {
|
|
|
31423
31423
|
}
|
|
31424
31424
|
});
|
|
31425
31425
|
function V(X, re) {
|
|
31426
|
-
X || !re ?
|
|
31426
|
+
X || !re ? z(X) : U ? U(re) : O(null, re);
|
|
31427
31427
|
}
|
|
31428
31428
|
}
|
|
31429
31429
|
}
|
|
@@ -31432,8 +31432,8 @@ function PR() {
|
|
|
31432
31432
|
s.freeze(), Mm("processSync", s.Parser), Lm("processSync", s.Compiler);
|
|
31433
31433
|
const k = Yl(R);
|
|
31434
31434
|
return s.process(k, U), QS("processSync", "process", O), k;
|
|
31435
|
-
function U(
|
|
31436
|
-
O = !0, VS(
|
|
31435
|
+
function U(z) {
|
|
31436
|
+
O = !0, VS(z);
|
|
31437
31437
|
}
|
|
31438
31438
|
}
|
|
31439
31439
|
}
|
|
@@ -31637,18 +31637,18 @@ function Hq(e) {
|
|
|
31637
31637
|
const n = this, t = [];
|
|
31638
31638
|
let r = 0, i, s, c;
|
|
31639
31639
|
return u;
|
|
31640
|
-
function u(
|
|
31640
|
+
function u(z) {
|
|
31641
31641
|
if (r < t.length) {
|
|
31642
31642
|
const K = t[r];
|
|
31643
31643
|
return n.containerState = K[1], e.attempt(
|
|
31644
31644
|
K[0].continuation,
|
|
31645
31645
|
f,
|
|
31646
31646
|
p
|
|
31647
|
-
)(
|
|
31647
|
+
)(z);
|
|
31648
31648
|
}
|
|
31649
|
-
return p(
|
|
31649
|
+
return p(z);
|
|
31650
31650
|
}
|
|
31651
|
-
function f(
|
|
31651
|
+
function f(z) {
|
|
31652
31652
|
if (r++, n.containerState._closeFlow) {
|
|
31653
31653
|
n.containerState._closeFlow = void 0, i && U();
|
|
31654
31654
|
const K = n.events.length;
|
|
@@ -31667,61 +31667,61 @@ function Hq(e) {
|
|
|
31667
31667
|
V + 1,
|
|
31668
31668
|
0,
|
|
31669
31669
|
n.events.slice(K)
|
|
31670
|
-
), n.events.length = re, p(
|
|
31670
|
+
), n.events.length = re, p(z);
|
|
31671
31671
|
}
|
|
31672
|
-
return u(
|
|
31672
|
+
return u(z);
|
|
31673
31673
|
}
|
|
31674
|
-
function p(
|
|
31674
|
+
function p(z) {
|
|
31675
31675
|
if (r === t.length) {
|
|
31676
31676
|
if (!i)
|
|
31677
|
-
return E(
|
|
31677
|
+
return E(z);
|
|
31678
31678
|
if (i.currentConstruct && i.currentConstruct.concrete)
|
|
31679
|
-
return _(
|
|
31679
|
+
return _(z);
|
|
31680
31680
|
n.interrupt = !!(i.currentConstruct && !i._gfmTableDynamicInterruptHack);
|
|
31681
31681
|
}
|
|
31682
31682
|
return n.containerState = {}, e.check(
|
|
31683
31683
|
tT,
|
|
31684
31684
|
g,
|
|
31685
31685
|
v
|
|
31686
|
-
)(
|
|
31686
|
+
)(z);
|
|
31687
31687
|
}
|
|
31688
|
-
function g(
|
|
31689
|
-
return i && U(), k(r), E(
|
|
31688
|
+
function g(z) {
|
|
31689
|
+
return i && U(), k(r), E(z);
|
|
31690
31690
|
}
|
|
31691
|
-
function v(
|
|
31692
|
-
return n.parser.lazy[n.now().line] = r !== t.length, c = n.now().offset, _(
|
|
31691
|
+
function v(z) {
|
|
31692
|
+
return n.parser.lazy[n.now().line] = r !== t.length, c = n.now().offset, _(z);
|
|
31693
31693
|
}
|
|
31694
|
-
function E(
|
|
31694
|
+
function E(z) {
|
|
31695
31695
|
return n.containerState = {}, e.attempt(
|
|
31696
31696
|
tT,
|
|
31697
31697
|
S,
|
|
31698
31698
|
_
|
|
31699
|
-
)(
|
|
31699
|
+
)(z);
|
|
31700
31700
|
}
|
|
31701
|
-
function S(
|
|
31702
|
-
return r++, t.push([n.currentConstruct, n.containerState]), E(
|
|
31701
|
+
function S(z) {
|
|
31702
|
+
return r++, t.push([n.currentConstruct, n.containerState]), E(z);
|
|
31703
31703
|
}
|
|
31704
|
-
function _(
|
|
31705
|
-
if (
|
|
31706
|
-
i && U(), k(0), e.consume(
|
|
31704
|
+
function _(z) {
|
|
31705
|
+
if (z === null) {
|
|
31706
|
+
i && U(), k(0), e.consume(z);
|
|
31707
31707
|
return;
|
|
31708
31708
|
}
|
|
31709
31709
|
return i = i || n.parser.flow(n.now()), e.enter("chunkFlow", {
|
|
31710
31710
|
contentType: "flow",
|
|
31711
31711
|
previous: s,
|
|
31712
31712
|
_tokenizer: i
|
|
31713
|
-
}), R(
|
|
31713
|
+
}), R(z);
|
|
31714
31714
|
}
|
|
31715
|
-
function R(
|
|
31716
|
-
if (
|
|
31717
|
-
O(e.exit("chunkFlow"), !0), k(0), e.consume(
|
|
31715
|
+
function R(z) {
|
|
31716
|
+
if (z === null) {
|
|
31717
|
+
O(e.exit("chunkFlow"), !0), k(0), e.consume(z);
|
|
31718
31718
|
return;
|
|
31719
31719
|
}
|
|
31720
|
-
return Ut(
|
|
31720
|
+
return Ut(z) ? (e.consume(z), O(e.exit("chunkFlow")), r = 0, n.interrupt = void 0, u) : (e.consume(z), R);
|
|
31721
31721
|
}
|
|
31722
|
-
function O(
|
|
31723
|
-
const V = n.sliceStream(
|
|
31724
|
-
if (K && V.push(null),
|
|
31722
|
+
function O(z, K) {
|
|
31723
|
+
const V = n.sliceStream(z);
|
|
31724
|
+
if (K && V.push(null), z.previous = s, s && (s.next = z), s = z, i.defineSkip(z.start), i.write(V), n.parser.lazy[z.start.line]) {
|
|
31725
31725
|
let X = i.events.length;
|
|
31726
31726
|
for (; X--; )
|
|
31727
31727
|
if (
|
|
@@ -31751,13 +31751,13 @@ function Hq(e) {
|
|
|
31751
31751
|
), n.events.length = X;
|
|
31752
31752
|
}
|
|
31753
31753
|
}
|
|
31754
|
-
function k(
|
|
31754
|
+
function k(z) {
|
|
31755
31755
|
let K = t.length;
|
|
31756
|
-
for (; K-- >
|
|
31756
|
+
for (; K-- > z; ) {
|
|
31757
31757
|
const V = t[K];
|
|
31758
31758
|
n.containerState = V[1], V[0].exit.call(n, e);
|
|
31759
31759
|
}
|
|
31760
|
-
t.length =
|
|
31760
|
+
t.length = z;
|
|
31761
31761
|
}
|
|
31762
31762
|
function U() {
|
|
31763
31763
|
i.write([null]), s = void 0, i = void 0, n.containerState._closeFlow = void 0;
|
|
@@ -32061,10 +32061,10 @@ function $q(e, n, t) {
|
|
|
32061
32061
|
)(X) : U(X);
|
|
32062
32062
|
}
|
|
32063
32063
|
function U(X) {
|
|
32064
|
-
return X === null || Ut(X) ? e.check(iT, R, K)(X) : (e.enter("codeFlowValue"),
|
|
32064
|
+
return X === null || Ut(X) ? e.check(iT, R, K)(X) : (e.enter("codeFlowValue"), z(X));
|
|
32065
32065
|
}
|
|
32066
|
-
function
|
|
32067
|
-
return X === null || Ut(X) ? (e.exit("codeFlowValue"), U(X)) : (e.consume(X),
|
|
32066
|
+
function z(X) {
|
|
32067
|
+
return X === null || Ut(X) ? (e.exit("codeFlowValue"), U(X)) : (e.consume(X), z);
|
|
32068
32068
|
}
|
|
32069
32069
|
function K(X) {
|
|
32070
32070
|
return e.exit("codeFenced"), n(X);
|
|
@@ -32605,7 +32605,7 @@ function RY(e, n, t) {
|
|
|
32605
32605
|
function O($) {
|
|
32606
32606
|
if ($ === null || $ === 47 || $ === 62 || Jn($)) {
|
|
32607
32607
|
const We = $ === 47, ot = c.toLowerCase();
|
|
32608
|
-
return !We && !s && aT.includes(ot) ? (i = 1, r.interrupt ? n($) : he($)) : SY.includes(c.toLowerCase()) ? (i = 6, We ? (e.consume($), k) : r.interrupt ? n($) : he($)) : (i = 7, r.interrupt && !r.parser.lazy[r.now().line] ? t($) : s ? U($) :
|
|
32608
|
+
return !We && !s && aT.includes(ot) ? (i = 1, r.interrupt ? n($) : he($)) : SY.includes(c.toLowerCase()) ? (i = 6, We ? (e.consume($), k) : r.interrupt ? n($) : he($)) : (i = 7, r.interrupt && !r.parser.lazy[r.now().line] ? t($) : s ? U($) : z($));
|
|
32609
32609
|
}
|
|
32610
32610
|
return $ === 45 || Gr($) ? (e.consume($), c += String.fromCharCode($), O) : t($);
|
|
32611
32611
|
}
|
|
@@ -32615,14 +32615,14 @@ function RY(e, n, t) {
|
|
|
32615
32615
|
function U($) {
|
|
32616
32616
|
return pn($) ? (e.consume($), U) : ee($);
|
|
32617
32617
|
}
|
|
32618
|
-
function
|
|
32619
|
-
return $ === 47 ? (e.consume($), ee) : $ === 58 || $ === 95 || Kr($) ? (e.consume($), K) : pn($) ? (e.consume($),
|
|
32618
|
+
function z($) {
|
|
32619
|
+
return $ === 47 ? (e.consume($), ee) : $ === 58 || $ === 95 || Kr($) ? (e.consume($), K) : pn($) ? (e.consume($), z) : ee($);
|
|
32620
32620
|
}
|
|
32621
32621
|
function K($) {
|
|
32622
32622
|
return $ === 45 || $ === 46 || $ === 58 || $ === 95 || Gr($) ? (e.consume($), K) : V($);
|
|
32623
32623
|
}
|
|
32624
32624
|
function V($) {
|
|
32625
|
-
return $ === 61 ? (e.consume($), X) : pn($) ? (e.consume($), V) :
|
|
32625
|
+
return $ === 61 ? (e.consume($), X) : pn($) ? (e.consume($), V) : z($);
|
|
32626
32626
|
}
|
|
32627
32627
|
function X($) {
|
|
32628
32628
|
return $ === null || $ === 60 || $ === 61 || $ === 62 || $ === 96 ? t($) : $ === 34 || $ === 39 ? (e.consume($), f = $, re) : pn($) ? (e.consume($), X) : ae($);
|
|
@@ -32634,7 +32634,7 @@ function RY(e, n, t) {
|
|
|
32634
32634
|
return $ === null || $ === 34 || $ === 39 || $ === 47 || $ === 60 || $ === 61 || $ === 62 || $ === 96 || Jn($) ? V($) : (e.consume($), ae);
|
|
32635
32635
|
}
|
|
32636
32636
|
function se($) {
|
|
32637
|
-
return $ === 47 || $ === 62 || pn($) ?
|
|
32637
|
+
return $ === 47 || $ === 62 || pn($) ? z($) : t($);
|
|
32638
32638
|
}
|
|
32639
32639
|
function ee($) {
|
|
32640
32640
|
return $ === 62 ? (e.consume($), me) : t($);
|
|
@@ -32716,7 +32716,7 @@ function DY(e, n, t) {
|
|
|
32716
32716
|
return e.enter("htmlText"), e.enter("htmlTextData"), e.consume(W), f;
|
|
32717
32717
|
}
|
|
32718
32718
|
function f(W) {
|
|
32719
|
-
return W === 33 ? (e.consume(W), p) : W === 47 ? (e.consume(W), V) : W === 63 ? (e.consume(W),
|
|
32719
|
+
return W === 33 ? (e.consume(W), p) : W === 47 ? (e.consume(W), V) : W === 63 ? (e.consume(W), z) : Kr(W) ? (e.consume(W), ae) : t(W);
|
|
32720
32720
|
}
|
|
32721
32721
|
function p(W) {
|
|
32722
32722
|
return W === 45 ? (e.consume(W), g) : W === 91 ? (e.consume(W), s = 0, _) : Kr(W) ? (e.consume(W), U) : t(W);
|
|
@@ -32749,11 +32749,11 @@ function DY(e, n, t) {
|
|
|
32749
32749
|
function U(W) {
|
|
32750
32750
|
return W === null || W === 62 ? we(W) : Ut(W) ? (c = U, _e(W)) : (e.consume(W), U);
|
|
32751
32751
|
}
|
|
32752
|
-
function
|
|
32753
|
-
return W === null ? t(W) : W === 63 ? (e.consume(W), K) : Ut(W) ? (c =
|
|
32752
|
+
function z(W) {
|
|
32753
|
+
return W === null ? t(W) : W === 63 ? (e.consume(W), K) : Ut(W) ? (c = z, _e(W)) : (e.consume(W), z);
|
|
32754
32754
|
}
|
|
32755
32755
|
function K(W) {
|
|
32756
|
-
return W === 62 ? we(W) :
|
|
32756
|
+
return W === 62 ? we(W) : z(W);
|
|
32757
32757
|
}
|
|
32758
32758
|
function V(W) {
|
|
32759
32759
|
return Kr(W) ? (e.consume(W), X) : t(W);
|
|
@@ -33355,7 +33355,7 @@ function uX(e, n, t) {
|
|
|
33355
33355
|
let c = [], u = [];
|
|
33356
33356
|
const f = {
|
|
33357
33357
|
consume: U,
|
|
33358
|
-
enter:
|
|
33358
|
+
enter: z,
|
|
33359
33359
|
exit: K,
|
|
33360
33360
|
attempt: re(V),
|
|
33361
33361
|
check: re(X),
|
|
@@ -33415,7 +33415,7 @@ function uX(e, n, t) {
|
|
|
33415
33415
|
function U(me) {
|
|
33416
33416
|
Ut(me) ? (r.line++, r.column = 1, r.offset += me === -3 ? 2 : 1, ee()) : me !== -1 && (r.column++, r.offset++), r._bufferIndex < 0 ? r._index++ : (r._bufferIndex++, r._bufferIndex === c[r._index].length && (r._bufferIndex = -1, r._index++)), p.previous = me;
|
|
33417
33417
|
}
|
|
33418
|
-
function
|
|
33418
|
+
function z(me, he) {
|
|
33419
33419
|
const ye = he || {};
|
|
33420
33420
|
return ye.type = me, ye.start = _(), p.events.push(["enter", ye, p]), u.push(ye), ye;
|
|
33421
33421
|
}
|
|
@@ -33786,7 +33786,7 @@ function RX(e) {
|
|
|
33786
33786
|
codeFencedFenceInfo: R,
|
|
33787
33787
|
codeFencedFenceMeta: O,
|
|
33788
33788
|
codeFlowValue: he,
|
|
33789
|
-
codeIndented: g(
|
|
33789
|
+
codeIndented: g(z),
|
|
33790
33790
|
codeText: g(_e),
|
|
33791
33791
|
codeTextData: he,
|
|
33792
33792
|
data: he,
|
|
@@ -33982,7 +33982,7 @@ function RX(e) {
|
|
|
33982
33982
|
const Ce = this.resume(), ze = this.stack[this.stack.length - 1];
|
|
33983
33983
|
ze.value = Ce.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g, ""), s("flowCodeInside");
|
|
33984
33984
|
}
|
|
33985
|
-
function
|
|
33985
|
+
function z() {
|
|
33986
33986
|
const Ce = this.resume(), ze = this.stack[this.stack.length - 1];
|
|
33987
33987
|
ze.value = Ce.replace(/(\r?\n|\r)$/g, "");
|
|
33988
33988
|
}
|
|
@@ -36310,14 +36310,14 @@ function MZ() {
|
|
|
36310
36310
|
* LICENSE file in the root directory of this source tree.
|
|
36311
36311
|
*/
|
|
36312
36312
|
return process.env.NODE_ENV !== "production" && function() {
|
|
36313
|
-
var e = Symbol.for("react.element"), n = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), c = Symbol.for("react.context"), u = Symbol.for("react.server_context"), f = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), v = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), _ = !1, R = !1, O = !1, k = !1, U = !1,
|
|
36314
|
-
|
|
36313
|
+
var e = Symbol.for("react.element"), n = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), c = Symbol.for("react.context"), u = Symbol.for("react.server_context"), f = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), v = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), _ = !1, R = !1, O = !1, k = !1, U = !1, z;
|
|
36314
|
+
z = Symbol.for("react.module.reference");
|
|
36315
36315
|
function K(ke) {
|
|
36316
36316
|
return !!(typeof ke == "string" || typeof ke == "function" || ke === t || ke === i || U || ke === r || ke === p || ke === g || k || ke === S || _ || R || O || typeof ke == "object" && ke !== null && (ke.$$typeof === E || ke.$$typeof === v || ke.$$typeof === s || ke.$$typeof === c || ke.$$typeof === f || // This needs to include all possible module reference object
|
|
36317
36317
|
// types supported by any Flight configuration anywhere since
|
|
36318
36318
|
// we don't know which Flight build this will end up being used
|
|
36319
36319
|
// with.
|
|
36320
|
-
ke.$$typeof ===
|
|
36320
|
+
ke.$$typeof === z || ke.getModuleId !== void 0));
|
|
36321
36321
|
}
|
|
36322
36322
|
function V(ke) {
|
|
36323
36323
|
if (typeof ke == "object" && ke !== null) {
|
|
@@ -36648,7 +36648,7 @@ function lK(e, n, t) {
|
|
|
36648
36648
|
function U(X) {
|
|
36649
36649
|
return u = void 0, E && r ? S(X) : (r = i = void 0, c);
|
|
36650
36650
|
}
|
|
36651
|
-
function
|
|
36651
|
+
function z() {
|
|
36652
36652
|
u !== void 0 && clearTimeout(u), p = 0, r = f = i = u = void 0;
|
|
36653
36653
|
}
|
|
36654
36654
|
function K() {
|
|
@@ -36664,7 +36664,7 @@ function lK(e, n, t) {
|
|
|
36664
36664
|
}
|
|
36665
36665
|
return u === void 0 && (u = setTimeout(k, n)), c;
|
|
36666
36666
|
}
|
|
36667
|
-
return V.cancel =
|
|
36667
|
+
return V.cancel = z, V.flush = K, V;
|
|
36668
36668
|
}
|
|
36669
36669
|
function uK(e, n, t) {
|
|
36670
36670
|
var r = !0, i = !0;
|
|
@@ -37282,8 +37282,8 @@ Iu.default = function(e, n) {
|
|
|
37282
37282
|
if (!E || c.props.isDynamic) {
|
|
37283
37283
|
if (E = t.get(v), !E)
|
|
37284
37284
|
return;
|
|
37285
|
-
var
|
|
37286
|
-
R =
|
|
37285
|
+
var z = E.getBoundingClientRect();
|
|
37286
|
+
R = z.left - k + u, O = R + z.width;
|
|
37287
37287
|
}
|
|
37288
37288
|
var K = u - c.props.offset;
|
|
37289
37289
|
S = K >= Math.floor(R) && K < Math.floor(O), _ = K < Math.floor(R) || K >= Math.floor(O);
|
|
@@ -37673,8 +37673,8 @@ var mh = Et, wa = Nu, qm = sl, sr = $s, zo = _d, HT = {
|
|
|
37673
37673
|
var O = v.getBoundingClientRect();
|
|
37674
37674
|
E = O.top - _ + f, S = E + O.height;
|
|
37675
37675
|
}
|
|
37676
|
-
var k = f - u.props.offset, U = k >= Math.floor(E) && k < Math.floor(S),
|
|
37677
|
-
if (
|
|
37676
|
+
var k = f - u.props.offset, U = k >= Math.floor(E) && k < Math.floor(S), z = k < Math.floor(E) || k >= Math.floor(S), K = r.getActiveLink();
|
|
37677
|
+
if (z)
|
|
37678
37678
|
return g === K && r.setActiveLink(void 0), u.props.hashSpy && zo.getHash() === g && zo.changeHash(), u.props.spy && u.state.active && (u.setState({ active: !1 }), u.props.onSetInactive && u.props.onSetInactive()), wa.updateStates();
|
|
37679
37679
|
if (U && K !== g)
|
|
37680
37680
|
return r.setActiveLink(g), u.props.hashSpy && zo.changeHash(g), u.props.spy && (u.setState({ active: !0 }), u.props.onSetActive && u.props.onSetActive(g)), wa.updateStates();
|
|
@@ -37757,14 +37757,14 @@ class VT extends Jo {
|
|
|
37757
37757
|
for (let t = 0; t < uu.length; t++) {
|
|
37758
37758
|
const r = uu[t], i = `alpha-${t}`;
|
|
37759
37759
|
n.push(
|
|
37760
|
-
/* @__PURE__ */
|
|
37761
|
-
/* @__PURE__ */
|
|
37760
|
+
/* @__PURE__ */ B.jsxs("span", { children: [
|
|
37761
|
+
/* @__PURE__ */ B.jsx(SO, { to: i, offset: -120, containerId: "glossaryViewInner", smooth: "true", children: r }),
|
|
37762
37762
|
" "
|
|
37763
37763
|
] }, `link-${i}`)
|
|
37764
37764
|
);
|
|
37765
37765
|
}
|
|
37766
|
-
return /* @__PURE__ */
|
|
37767
|
-
/* @__PURE__ */
|
|
37766
|
+
return /* @__PURE__ */ B.jsxs("div", { style: { display: "inline" }, children: [
|
|
37767
|
+
/* @__PURE__ */ B.jsx(
|
|
37768
37768
|
"input",
|
|
37769
37769
|
{
|
|
37770
37770
|
id: "glossary-filter",
|
|
@@ -37774,14 +37774,14 @@ class VT extends Jo {
|
|
|
37774
37774
|
value: this.props.filterTerm
|
|
37775
37775
|
}
|
|
37776
37776
|
),
|
|
37777
|
-
/* @__PURE__ */
|
|
37778
|
-
/* @__PURE__ */
|
|
37777
|
+
/* @__PURE__ */ B.jsxs("div", { className: "alphaNav", children: [
|
|
37778
|
+
/* @__PURE__ */ B.jsx("span", { style: { color: "black" }, children: "Go to: " }),
|
|
37779
37779
|
n
|
|
37780
37780
|
] })
|
|
37781
37781
|
] });
|
|
37782
37782
|
}
|
|
37783
37783
|
render() {
|
|
37784
|
-
return /* @__PURE__ */
|
|
37784
|
+
return /* @__PURE__ */ B.jsx("div", { className: "glossaryNav", children: this.renderAlphaLinks() });
|
|
37785
37785
|
}
|
|
37786
37786
|
}
|
|
37787
37787
|
var TO = {
|
|
@@ -37892,12 +37892,12 @@ function aQ(e) {
|
|
|
37892
37892
|
return Or({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { fill: "none", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "32", d: "M336 112a80 80 0 00-160 0v96" } }, { tag: "rect", attr: { width: "320", height: "272", x: "96", y: "208", fill: "none", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "32", rx: "48", ry: "48" } }] })(e);
|
|
37893
37893
|
}
|
|
37894
37894
|
function sQ() {
|
|
37895
|
-
return /* @__PURE__ */
|
|
37896
|
-
/* @__PURE__ */
|
|
37897
|
-
/* @__PURE__ */
|
|
37898
|
-
/* @__PURE__ */
|
|
37895
|
+
return /* @__PURE__ */ B.jsxs("svg", { className: "document-pages-icon", width: "22", height: "16", viewBox: "0 0 22 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
37896
|
+
/* @__PURE__ */ B.jsxs("g", { id: "fluent:document-one-page-20-regular", clipPath: "url(#clip0_288_13990)", children: [
|
|
37897
|
+
/* @__PURE__ */ B.jsx("path", { id: "Vector", d: "M2.16667 0H8.83333C9.27536 0 9.69928 0.210714 10.0118 0.585786C10.3244 0.960859 10.5 1.46957 10.5 2V14C10.5 14.5304 10.3244 15.0391 10.0118 15.4142C9.69928 15.7893 9.27536 16 8.83333 16H2.16667C1.72464 16 1.30072 15.7893 0.988155 15.4142C0.675595 15.0391 0.5 14.5304 0.5 14V2C0.5 1.46957 0.675595 0.960859 0.988155 0.585786C1.30072 0.210714 1.72464 0 2.16667 0ZM2.16667 1C1.94565 1 1.73369 1.10536 1.57741 1.29289C1.42113 1.48043 1.33333 1.73478 1.33333 2V14C1.33333 14.2652 1.42113 14.5196 1.57741 14.7071C1.73369 14.8946 1.94565 15 2.16667 15H8.83333C9.05435 15 9.26631 14.8946 9.42259 14.7071C9.57887 14.5196 9.66667 14.2652 9.66667 14V2C9.66667 1.73478 9.57887 1.48043 9.42259 1.29289C9.26631 1.10536 9.05435 1 8.83333 1H2.16667ZM8 4.5C8.00003 4.61703 7.96586 4.73036 7.90343 4.82026C7.84099 4.91016 7.75426 4.97094 7.65833 4.992L7.58333 5H3.41667C3.31255 5.00023 3.21212 4.95367 3.13518 4.86949C3.05824 4.78531 3.01035 4.66961 3.00094 4.54518C2.99153 4.42074 3.02129 4.29659 3.08435 4.19717C3.14741 4.09775 3.23921 4.03026 3.34167 4.008L3.41667 4H7.58333C7.69384 4 7.79982 4.05268 7.87796 4.14645C7.9561 4.24021 8 4.36739 8 4.5ZM8 8C8.00003 8.11703 7.96586 8.23036 7.90343 8.32026C7.84099 8.41016 7.75426 8.47093 7.65833 8.492L7.58333 8.5H3.41667C3.31255 8.50023 3.21212 8.45367 3.13518 8.36949C3.05824 8.28531 3.01035 8.16961 3.00094 8.04518C2.99153 7.92074 3.02129 7.79659 3.08435 7.69717C3.14741 7.59775 3.23921 7.53026 3.34167 7.508L3.41667 7.5H7.58333C7.69384 7.5 7.79982 7.55268 7.87796 7.64645C7.9561 7.74021 8 7.86739 8 8ZM8 11.5C8.00003 11.617 7.96586 11.7304 7.90343 11.8203C7.84099 11.9102 7.75426 11.9709 7.65833 11.992L7.58333 12H3.41667C3.31255 12.0002 3.21212 11.9537 3.13518 11.8695C3.05824 11.7853 3.01035 11.6696 3.00094 11.5452C2.99153 11.4207 3.02129 11.2966 3.08435 11.1972C3.14741 11.0977 3.23921 11.0303 3.34167 11.008L3.41667 11H7.58333C7.69384 11 7.79982 11.0527 7.87796 11.1464C7.9561 11.2402 8 11.3674 8 11.5Z" }),
|
|
37898
|
+
/* @__PURE__ */ B.jsx("path", { id: "Vector_2", d: "M13.1667 0H19.8333C20.2754 0 20.6993 0.210714 21.0118 0.585786C21.3244 0.960859 21.5 1.46957 21.5 2V14C21.5 14.5304 21.3244 15.0391 21.0118 15.4142C20.6993 15.7893 20.2754 16 19.8333 16H13.1667C12.7246 16 12.3007 15.7893 11.9882 15.4142C11.6756 15.0391 11.5 14.5304 11.5 14V2C11.5 1.46957 11.6756 0.960859 11.9882 0.585786C12.3007 0.210714 12.7246 0 13.1667 0ZM13.1667 1C12.9457 1 12.7337 1.10536 12.5774 1.29289C12.4211 1.48043 12.3333 1.73478 12.3333 2V14C12.3333 14.2652 12.4211 14.5196 12.5774 14.7071C12.7337 14.8946 12.9457 15 13.1667 15H19.8333C20.0543 15 20.2663 14.8946 20.4226 14.7071C20.5789 14.5196 20.6667 14.2652 20.6667 14V2C20.6667 1.73478 20.5789 1.48043 20.4226 1.29289C20.2663 1.10536 20.0543 1 19.8333 1H13.1667ZM19 4.5C19 4.61703 18.9659 4.73036 18.9034 4.82026C18.841 4.91016 18.7543 4.97094 18.6583 4.992L18.5833 5H14.4167C14.3125 5.00023 14.2121 4.95367 14.1352 4.86949C14.0582 4.78531 14.0103 4.66961 14.0009 4.54518C13.9915 4.42074 14.0213 4.29659 14.0843 4.19717C14.1474 4.09775 14.2392 4.03026 14.3417 4.008L14.4167 4H18.5833C18.6938 4 18.7998 4.05268 18.878 4.14645C18.9561 4.24021 19 4.36739 19 4.5ZM19 8C19 8.11703 18.9659 8.23036 18.9034 8.32026C18.841 8.41016 18.7543 8.47093 18.6583 8.492L18.5833 8.5H14.4167C14.3125 8.50023 14.2121 8.45367 14.1352 8.36949C14.0582 8.28531 14.0103 8.16961 14.0009 8.04518C13.9915 7.92074 14.0213 7.79659 14.0843 7.69717C14.1474 7.59775 14.2392 7.53026 14.3417 7.508L14.4167 7.5H18.5833C18.6938 7.5 18.7998 7.55268 18.878 7.64645C18.9561 7.74021 19 7.86739 19 8ZM19 11.5C19 11.617 18.9659 11.7304 18.9034 11.8203C18.841 11.9102 18.7543 11.9709 18.6583 11.992L18.5833 12H14.4167C14.3125 12.0002 14.2121 11.9537 14.1352 11.8695C14.0582 11.7853 14.0103 11.6696 14.0009 11.5452C13.9915 11.4207 14.0213 11.2966 14.0843 11.1972C14.1474 11.0977 14.2392 11.0303 14.3417 11.008L14.4167 11H18.5833C18.6938 11 18.7998 11.0527 18.878 11.1464C18.9561 11.2402 19 11.3674 19 11.5Z" })
|
|
37899
37899
|
] }),
|
|
37900
|
-
/* @__PURE__ */
|
|
37900
|
+
/* @__PURE__ */ B.jsx("defs", { children: /* @__PURE__ */ B.jsx("clipPath", { id: "clip0_288_13990", children: /* @__PURE__ */ B.jsx("rect", { width: "21", height: "16", transform: "translate(0.5)" }) }) })
|
|
37901
37901
|
] });
|
|
37902
37902
|
}
|
|
37903
37903
|
const Ms = {};
|
|
@@ -37910,65 +37910,65 @@ Ms.transcriptionTypeLabels = {
|
|
|
37910
37910
|
};
|
|
37911
37911
|
const lQ = "data:image/png;base64,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", uQ = "data:image/png;base64,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", cQ = "data:image/png;base64,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", hQ = "data:image/png;base64,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";
|
|
37912
37912
|
function Jg(e) {
|
|
37913
|
-
return /* @__PURE__ */
|
|
37914
|
-
/* @__PURE__ */
|
|
37915
|
-
/* @__PURE__ */
|
|
37916
|
-
/* @__PURE__ */
|
|
37917
|
-
/* @__PURE__ */
|
|
37918
|
-
/* @__PURE__ */
|
|
37919
|
-
/* @__PURE__ */
|
|
37920
|
-
/* @__PURE__ */
|
|
37913
|
+
return /* @__PURE__ */ B.jsx(fy, { anchorEl: e.anchorEl, open: e.open, style: e.marginStyle, children: /* @__PURE__ */ B.jsx(Jv, { in: e.open, children: /* @__PURE__ */ B.jsxs(_u, { className: "helpContainer", children: [
|
|
37914
|
+
/* @__PURE__ */ B.jsx("div", { onClick: e.onClose, className: "closeX", children: /* @__PURE__ */ B.jsx("span", { className: "fa fa-window-close" }) }),
|
|
37915
|
+
/* @__PURE__ */ B.jsxs("div", { children: [
|
|
37916
|
+
/* @__PURE__ */ B.jsx(Kn, { variant: "h6", component: "h2", children: "Toolbar Buttons" }),
|
|
37917
|
+
/* @__PURE__ */ B.jsxs(iy, { children: [
|
|
37918
|
+
/* @__PURE__ */ B.jsxs(Uo, { children: [
|
|
37919
|
+
/* @__PURE__ */ B.jsx("span", { className: "fa fa-lock" }),
|
|
37920
|
+
/* @__PURE__ */ B.jsx(Gl, { primary: "Toggle Sync Views" })
|
|
37921
37921
|
] }),
|
|
37922
|
-
/* @__PURE__ */
|
|
37923
|
-
/* @__PURE__ */
|
|
37924
|
-
/* @__PURE__ */
|
|
37922
|
+
/* @__PURE__ */ B.jsxs(Uo, { children: [
|
|
37923
|
+
/* @__PURE__ */ B.jsx("span", { className: "fa fa-book" }),
|
|
37924
|
+
/* @__PURE__ */ B.jsx(Gl, { primary: "Toggle Book Mode" })
|
|
37925
37925
|
] }),
|
|
37926
|
-
/* @__PURE__ */
|
|
37927
|
-
/* @__PURE__ */
|
|
37928
|
-
/* @__PURE__ */
|
|
37926
|
+
/* @__PURE__ */ B.jsxs(Uo, { children: [
|
|
37927
|
+
/* @__PURE__ */ B.jsx("span", { className: "fa fa-code" }),
|
|
37928
|
+
/* @__PURE__ */ B.jsx(Gl, { primary: "Toggle XML Mode" })
|
|
37929
37929
|
] }),
|
|
37930
|
-
/* @__PURE__ */
|
|
37931
|
-
/* @__PURE__ */
|
|
37932
|
-
/* @__PURE__ */
|
|
37933
|
-
/* @__PURE__ */
|
|
37930
|
+
/* @__PURE__ */ B.jsxs(Uo, { children: [
|
|
37931
|
+
/* @__PURE__ */ B.jsxs("span", { className: "horizontal-buttons", children: [
|
|
37932
|
+
/* @__PURE__ */ B.jsx(PO, {}),
|
|
37933
|
+
/* @__PURE__ */ B.jsx(RO, {})
|
|
37934
37934
|
] }),
|
|
37935
|
-
/* @__PURE__ */
|
|
37935
|
+
/* @__PURE__ */ B.jsx(Gl, { primary: "Go Forward / Back" })
|
|
37936
37936
|
] }),
|
|
37937
|
-
/* @__PURE__ */
|
|
37938
|
-
/* @__PURE__ */
|
|
37939
|
-
/* @__PURE__ */
|
|
37937
|
+
/* @__PURE__ */ B.jsxs(Uo, { children: [
|
|
37938
|
+
/* @__PURE__ */ B.jsx("span", { className: "fa fa-hand-point-right" }),
|
|
37939
|
+
/* @__PURE__ */ B.jsx(Gl, { primary: "Jump to folio" })
|
|
37940
37940
|
] }),
|
|
37941
|
-
/* @__PURE__ */
|
|
37942
|
-
/* @__PURE__ */
|
|
37943
|
-
/* @__PURE__ */
|
|
37944
|
-
/* @__PURE__ */
|
|
37945
|
-
/* @__PURE__ */
|
|
37946
|
-
/* @__PURE__ */
|
|
37941
|
+
/* @__PURE__ */ B.jsxs("div", { className: "readingGuide", children: [
|
|
37942
|
+
/* @__PURE__ */ B.jsx(Kn, { variant: "h6", component: "h2", children: "Reading Guide" }),
|
|
37943
|
+
/* @__PURE__ */ B.jsxs("table", { children: [
|
|
37944
|
+
/* @__PURE__ */ B.jsx("thead", { children: /* @__PURE__ */ B.jsxs("tr", { children: [
|
|
37945
|
+
/* @__PURE__ */ B.jsx("th", { children: /* @__PURE__ */ B.jsx(Kn, { variant: "overline", component: "span", children: "Syntax" }) }),
|
|
37946
|
+
/* @__PURE__ */ B.jsx("th", { children: /* @__PURE__ */ B.jsx(Kn, { variant: "overline", component: "span", children: "Meaning" }) })
|
|
37947
37947
|
] }) }),
|
|
37948
|
-
/* @__PURE__ */
|
|
37949
|
-
/* @__PURE__ */
|
|
37950
|
-
/* @__PURE__ */
|
|
37951
|
-
/* @__PURE__ */
|
|
37948
|
+
/* @__PURE__ */ B.jsxs("tbody", { children: [
|
|
37949
|
+
/* @__PURE__ */ B.jsxs("tr", { children: [
|
|
37950
|
+
/* @__PURE__ */ B.jsx("td", { children: /* @__PURE__ */ B.jsx("img", { src: hQ, alt: "howtouse-ups" }) }),
|
|
37951
|
+
/* @__PURE__ */ B.jsx("td", { children: /* @__PURE__ */ B.jsx(Kn, { children: "Text is under the paper strip" }) })
|
|
37952
37952
|
] }),
|
|
37953
|
-
/* @__PURE__ */
|
|
37954
|
-
/* @__PURE__ */
|
|
37955
|
-
/* @__PURE__ */
|
|
37953
|
+
/* @__PURE__ */ B.jsxs("tr", { children: [
|
|
37954
|
+
/* @__PURE__ */ B.jsx("td", { children: /* @__PURE__ */ B.jsx("img", { src: uQ, alt: "howtouse-curly" }) }),
|
|
37955
|
+
/* @__PURE__ */ B.jsx("td", { children: /* @__PURE__ */ B.jsx(Kn, { children: "Expanded version implied by abbreviation marks" }) })
|
|
37956
37956
|
] }),
|
|
37957
|
-
/* @__PURE__ */
|
|
37958
|
-
/* @__PURE__ */
|
|
37959
|
-
/* @__PURE__ */
|
|
37957
|
+
/* @__PURE__ */ B.jsxs("tr", { children: [
|
|
37958
|
+
/* @__PURE__ */ B.jsx("td", { children: /* @__PURE__ */ B.jsx("img", { src: cQ, alt: "howtouse-square" }) }),
|
|
37959
|
+
/* @__PURE__ */ B.jsx("td", { children: /* @__PURE__ */ B.jsx(Kn, { children: "Editorial interventions and corrections" }) })
|
|
37960
37960
|
] }),
|
|
37961
|
-
/* @__PURE__ */
|
|
37962
|
-
/* @__PURE__ */
|
|
37963
|
-
/* @__PURE__ */
|
|
37961
|
+
/* @__PURE__ */ B.jsxs("tr", { children: [
|
|
37962
|
+
/* @__PURE__ */ B.jsx("td", { children: /* @__PURE__ */ B.jsx("img", { src: lQ, alt: "howtouse-asterisk" }) }),
|
|
37963
|
+
/* @__PURE__ */ B.jsx("td", { children: /* @__PURE__ */ B.jsx(Kn, { children: "Editorial Comments" }) })
|
|
37964
37964
|
] })
|
|
37965
37965
|
] })
|
|
37966
37966
|
] })
|
|
37967
37967
|
] })
|
|
37968
37968
|
] }),
|
|
37969
|
-
/* @__PURE__ */
|
|
37969
|
+
/* @__PURE__ */ B.jsxs(Kn, { children: [
|
|
37970
37970
|
"See ",
|
|
37971
|
-
/* @__PURE__ */
|
|
37971
|
+
/* @__PURE__ */ B.jsx("a", { href: "#/content/how-to-use", children: "How to Use" }),
|
|
37972
37972
|
" for more information."
|
|
37973
37973
|
] })
|
|
37974
37974
|
] })
|
|
@@ -37984,7 +37984,7 @@ function dQ(e) {
|
|
|
37984
37984
|
}, u = Zr(null);
|
|
37985
37985
|
return fr(() => {
|
|
37986
37986
|
u.current && u.current.focus();
|
|
37987
|
-
}, [u, r]), /* @__PURE__ */
|
|
37987
|
+
}, [u, r]), /* @__PURE__ */ B.jsx(
|
|
37988
37988
|
CP,
|
|
37989
37989
|
{
|
|
37990
37990
|
id: i,
|
|
@@ -37995,7 +37995,7 @@ function dQ(e) {
|
|
|
37995
37995
|
vertical: "bottom",
|
|
37996
37996
|
horizontal: "right"
|
|
37997
37997
|
},
|
|
37998
|
-
children: /* @__PURE__ */
|
|
37998
|
+
children: /* @__PURE__ */ B.jsx("form", { onSubmit: s, children: /* @__PURE__ */ B.jsx(
|
|
37999
37999
|
"input",
|
|
38000
38000
|
{
|
|
38001
38001
|
id: i,
|
|
@@ -38012,14 +38012,14 @@ function dQ(e) {
|
|
|
38012
38012
|
);
|
|
38013
38013
|
}
|
|
38014
38014
|
function fQ(e) {
|
|
38015
|
-
return /* @__PURE__ */
|
|
38015
|
+
return /* @__PURE__ */ B.jsxs(
|
|
38016
38016
|
"button",
|
|
38017
38017
|
{
|
|
38018
38018
|
className: e.isActive ? "active" : "",
|
|
38019
38019
|
onClick: e.onClick,
|
|
38020
38020
|
type: "button",
|
|
38021
38021
|
children: [
|
|
38022
|
-
e.isActive && /* @__PURE__ */
|
|
38022
|
+
e.isActive && /* @__PURE__ */ B.jsx(KJ, {}),
|
|
38023
38023
|
e.name
|
|
38024
38024
|
]
|
|
38025
38025
|
}
|
|
@@ -38027,15 +38027,15 @@ function fQ(e) {
|
|
|
38027
38027
|
}
|
|
38028
38028
|
function pQ(e) {
|
|
38029
38029
|
const { tagsLeft: n, tagsRight: t, toggleTag: r } = oo(rl), i = wn(() => e.side === "right" ? t : n, [e.side, t, n]);
|
|
38030
|
-
return /* @__PURE__ */
|
|
38031
|
-
/* @__PURE__ */
|
|
38032
|
-
/* @__PURE__ */
|
|
38033
|
-
/* @__PURE__ */
|
|
38030
|
+
return /* @__PURE__ */ B.jsxs("div", { className: "tag-bar", children: [
|
|
38031
|
+
/* @__PURE__ */ B.jsxs("div", { className: "tag-list", children: [
|
|
38032
|
+
/* @__PURE__ */ B.jsxs("span", { className: "tag-label", children: [
|
|
38033
|
+
/* @__PURE__ */ B.jsx(OO, {}),
|
|
38034
38034
|
"Tags"
|
|
38035
38035
|
] }),
|
|
38036
38036
|
e.folio.tagIds.map((s) => {
|
|
38037
38037
|
let c;
|
|
38038
|
-
return e.document.variorum ? c = e.document.tags[e.folio.doc_id] ? e.document.tags[e.folio.doc_id][s] : void 0 : c = e.document.tags[s], c ? /* @__PURE__ */
|
|
38038
|
+
return e.document.variorum ? c = e.document.tags[e.folio.doc_id] ? e.document.tags[e.folio.doc_id][s] : void 0 : c = e.document.tags[s], c ? /* @__PURE__ */ B.jsx(
|
|
38039
38039
|
fQ,
|
|
38040
38040
|
{
|
|
38041
38041
|
isActive: i.includes(s),
|
|
@@ -38046,13 +38046,13 @@ function pQ(e) {
|
|
|
38046
38046
|
) : null;
|
|
38047
38047
|
})
|
|
38048
38048
|
] }),
|
|
38049
|
-
/* @__PURE__ */
|
|
38049
|
+
/* @__PURE__ */ B.jsx(
|
|
38050
38050
|
"button",
|
|
38051
38051
|
{
|
|
38052
38052
|
className: "tag-bar-close",
|
|
38053
38053
|
onClick: e.toggleTags,
|
|
38054
38054
|
type: "button",
|
|
38055
|
-
children: /* @__PURE__ */
|
|
38055
|
+
children: /* @__PURE__ */ B.jsx(JJ, {})
|
|
38056
38056
|
}
|
|
38057
38057
|
)
|
|
38058
38058
|
] });
|
|
@@ -38061,31 +38061,31 @@ const mQ = {
|
|
|
38061
38061
|
anchorEl: null
|
|
38062
38062
|
};
|
|
38063
38063
|
function GT(e) {
|
|
38064
|
-
return /* @__PURE__ */
|
|
38065
|
-
/* @__PURE__ */
|
|
38064
|
+
return /* @__PURE__ */ B.jsxs(B.Fragment, { children: [
|
|
38065
|
+
/* @__PURE__ */ B.jsx(
|
|
38066
38066
|
"span",
|
|
38067
38067
|
{
|
|
38068
38068
|
title: "Go back",
|
|
38069
38069
|
onClick: e.changeCurrentFolio,
|
|
38070
38070
|
"data-id": e.documentView[e.side].previousFolioShortID,
|
|
38071
38071
|
className: e.documentView[e.side].hasPrevious ? "nav-arrow" : "disabled nav-arrow",
|
|
38072
|
-
children: /* @__PURE__ */
|
|
38072
|
+
children: /* @__PURE__ */ B.jsx(tQ, {})
|
|
38073
38073
|
}
|
|
38074
38074
|
),
|
|
38075
|
-
/* @__PURE__ */
|
|
38075
|
+
/* @__PURE__ */ B.jsx(
|
|
38076
38076
|
"span",
|
|
38077
38077
|
{
|
|
38078
38078
|
title: "Go forward",
|
|
38079
38079
|
onClick: e.changeCurrentFolio,
|
|
38080
38080
|
"data-id": e.documentView[e.side].nextFolioShortID,
|
|
38081
38081
|
className: e.documentView[e.side].hasNext ? "nav-arrow" : "disabled nav-arrow",
|
|
38082
|
-
children: /* @__PURE__ */
|
|
38082
|
+
children: /* @__PURE__ */ B.jsx(nQ, {})
|
|
38083
38083
|
}
|
|
38084
38084
|
)
|
|
38085
38085
|
] });
|
|
38086
38086
|
}
|
|
38087
38087
|
function qT(e) {
|
|
38088
|
-
return /* @__PURE__ */
|
|
38088
|
+
return /* @__PURE__ */ B.jsx(
|
|
38089
38089
|
"button",
|
|
38090
38090
|
{
|
|
38091
38091
|
className: "grid-view-button",
|
|
@@ -38093,19 +38093,19 @@ function qT(e) {
|
|
|
38093
38093
|
title: e.documentView[e.side].transcriptionType !== "g" && "Return to Grid View",
|
|
38094
38094
|
onClick: e.documentView[e.side].transcriptionType !== "g" && e.onGoToGrid,
|
|
38095
38095
|
type: "button",
|
|
38096
|
-
children: /* @__PURE__ */
|
|
38096
|
+
children: /* @__PURE__ */ B.jsx(_O, {})
|
|
38097
38097
|
}
|
|
38098
38098
|
);
|
|
38099
38099
|
}
|
|
38100
38100
|
function Ym(e) {
|
|
38101
|
-
return /* @__PURE__ */
|
|
38101
|
+
return /* @__PURE__ */ B.jsx(
|
|
38102
38102
|
"button",
|
|
38103
38103
|
{
|
|
38104
38104
|
className: `toggle-button ${e.active ? "active" : ""}`,
|
|
38105
38105
|
onClick: e.onClick,
|
|
38106
38106
|
title: "Toggle XML Mode",
|
|
38107
38107
|
type: "button",
|
|
38108
|
-
children: /* @__PURE__ */
|
|
38108
|
+
children: /* @__PURE__ */ B.jsx(e.icon, {})
|
|
38109
38109
|
}
|
|
38110
38110
|
);
|
|
38111
38111
|
}
|
|
@@ -38142,7 +38142,7 @@ function gQ(e) {
|
|
|
38142
38142
|
e.side,
|
|
38143
38143
|
!e.documentView[e.side].isXMLMode
|
|
38144
38144
|
);
|
|
38145
|
-
},
|
|
38145
|
+
}, z = () => {
|
|
38146
38146
|
if (e.documentView.bookMode) {
|
|
38147
38147
|
k();
|
|
38148
38148
|
return;
|
|
@@ -38186,10 +38186,10 @@ function gQ(e) {
|
|
|
38186
38186
|
() => (Te == null ? void 0 : Te.tagIds) && Te.tagIds.length > 0 && re.tags && Object.keys(re.tags).length > 0,
|
|
38187
38187
|
[Te, re]
|
|
38188
38188
|
);
|
|
38189
|
-
return ae ? /* @__PURE__ */
|
|
38190
|
-
/* @__PURE__ */
|
|
38191
|
-
/* @__PURE__ */
|
|
38192
|
-
/* @__PURE__ */
|
|
38189
|
+
return ae ? /* @__PURE__ */ B.jsxs("div", { children: [
|
|
38190
|
+
/* @__PURE__ */ B.jsx("div", { className: "navigationComponent", children: ae[X].transcriptionType !== "glossary" ? /* @__PURE__ */ B.jsxs("div", { id: "tool-bar-buttons", className: "breadcrumbs", style: ye, children: [
|
|
38191
|
+
/* @__PURE__ */ B.jsxs("div", { className: "toolbar-side toolbar-left", children: [
|
|
38192
|
+
/* @__PURE__ */ B.jsx(
|
|
38193
38193
|
qT,
|
|
38194
38194
|
{
|
|
38195
38195
|
documentView: ae,
|
|
@@ -38197,8 +38197,8 @@ function gQ(e) {
|
|
|
38197
38197
|
side: X
|
|
38198
38198
|
}
|
|
38199
38199
|
),
|
|
38200
|
-
/* @__PURE__ */
|
|
38201
|
-
/* @__PURE__ */
|
|
38200
|
+
/* @__PURE__ */ B.jsxs("div", { className: "folio-path", style: { display: "flex", overflowX: "hidden", justifyContent: "flex-end" }, children: [
|
|
38201
|
+
/* @__PURE__ */ B.jsx(
|
|
38202
38202
|
"span",
|
|
38203
38203
|
{
|
|
38204
38204
|
className: "document-title",
|
|
@@ -38206,8 +38206,8 @@ function gQ(e) {
|
|
|
38206
38206
|
children: e.documentName || re.documentName
|
|
38207
38207
|
}
|
|
38208
38208
|
),
|
|
38209
|
-
/* @__PURE__ */
|
|
38210
|
-
/* @__PURE__ */
|
|
38209
|
+
/* @__PURE__ */ B.jsx("span", { children: "/" }),
|
|
38210
|
+
/* @__PURE__ */ B.jsx(
|
|
38211
38211
|
"div",
|
|
38212
38212
|
{
|
|
38213
38213
|
onClick: V,
|
|
@@ -38218,7 +38218,7 @@ function gQ(e) {
|
|
|
38218
38218
|
}
|
|
38219
38219
|
)
|
|
38220
38220
|
] }),
|
|
38221
|
-
/* @__PURE__ */
|
|
38221
|
+
/* @__PURE__ */ B.jsx(
|
|
38222
38222
|
GT,
|
|
38223
38223
|
{
|
|
38224
38224
|
changeCurrentFolio: K,
|
|
@@ -38227,33 +38227,33 @@ function gQ(e) {
|
|
|
38227
38227
|
}
|
|
38228
38228
|
)
|
|
38229
38229
|
] }),
|
|
38230
|
-
/* @__PURE__ */
|
|
38231
|
-
/* @__PURE__ */
|
|
38230
|
+
/* @__PURE__ */ B.jsxs("div", { className: "toolbar-side toolbar-right", children: [
|
|
38231
|
+
/* @__PURE__ */ B.jsxs(
|
|
38232
38232
|
"div",
|
|
38233
38233
|
{
|
|
38234
38234
|
className: "book-mode-toggles",
|
|
38235
38235
|
title: "Toggle book mode",
|
|
38236
38236
|
onClick: k,
|
|
38237
38237
|
children: [
|
|
38238
|
-
/* @__PURE__ */
|
|
38239
|
-
/* @__PURE__ */
|
|
38238
|
+
/* @__PURE__ */ B.jsx("button", { className: e.documentView.bookMode ? "selected" : "", type: "button", children: /* @__PURE__ */ B.jsx(eQ, {}) }),
|
|
38239
|
+
/* @__PURE__ */ B.jsx("button", { className: e.documentView.bookMode ? "" : "selected", type: "button", children: /* @__PURE__ */ B.jsx(sQ, {}) })
|
|
38240
38240
|
]
|
|
38241
38241
|
}
|
|
38242
38242
|
),
|
|
38243
|
-
/* @__PURE__ */
|
|
38244
|
-
/* @__PURE__ */
|
|
38243
|
+
/* @__PURE__ */ B.jsxs("label", { className: "lockmode-container", children: [
|
|
38244
|
+
/* @__PURE__ */ B.jsx(
|
|
38245
38245
|
"input",
|
|
38246
38246
|
{
|
|
38247
|
-
onChange:
|
|
38247
|
+
onChange: z,
|
|
38248
38248
|
title: "Toggle coordination of views",
|
|
38249
38249
|
type: "checkbox",
|
|
38250
38250
|
value: e.documentView.linkedMode
|
|
38251
38251
|
}
|
|
38252
38252
|
),
|
|
38253
|
-
/* @__PURE__ */
|
|
38253
|
+
/* @__PURE__ */ B.jsx("span", { className: "switch", children: /* @__PURE__ */ B.jsx("span", { className: "slider", children: /* @__PURE__ */ B.jsx(aQ, {}) }) })
|
|
38254
38254
|
] }),
|
|
38255
|
-
/* @__PURE__ */
|
|
38256
|
-
/* @__PURE__ */
|
|
38255
|
+
/* @__PURE__ */ B.jsx("div", { className: "vertical-separator" }),
|
|
38256
|
+
/* @__PURE__ */ B.jsxs(
|
|
38257
38257
|
Lg,
|
|
38258
38258
|
{
|
|
38259
38259
|
className: he,
|
|
@@ -38262,14 +38262,14 @@ function gQ(e) {
|
|
|
38262
38262
|
id: "doc-type",
|
|
38263
38263
|
onClick: E,
|
|
38264
38264
|
children: [
|
|
38265
|
-
Object.keys(e.document.folios.find((xe) => xe.id === e.documentView[e.side].iiifShortID).annotationURLs).map((xe) => /* @__PURE__ */
|
|
38266
|
-
/* @__PURE__ */
|
|
38267
|
-
e.glossary && /* @__PURE__ */
|
|
38268
|
-
e.notes && /* @__PURE__ */
|
|
38265
|
+
Object.keys(e.document.folios.find((xe) => xe.id === e.documentView[e.side].iiifShortID).annotationURLs).map((xe) => /* @__PURE__ */ B.jsx(Vo, { value: xe, children: e.document.variorum ? e.document.transcriptionTypes[e.document.folios.find((He) => He.id === e.documentView[e.side].iiifShortID).doc_id][xe] : e.document.transcriptionTypes[xe] }, xe)),
|
|
38266
|
+
/* @__PURE__ */ B.jsx(Vo, { value: "f", children: Ms.transcriptionTypeLabels.f }, "f"),
|
|
38267
|
+
e.glossary && /* @__PURE__ */ B.jsx(Vo, { value: "glossary", children: Ms.transcriptionTypeLabels.glossary }, "glossary"),
|
|
38268
|
+
e.notes && /* @__PURE__ */ B.jsx(Vo, { value: "notes", children: Ms.transcriptionTypeLabels.notes }, "notes")
|
|
38269
38269
|
]
|
|
38270
38270
|
}
|
|
38271
38271
|
),
|
|
38272
|
-
!Me && /* @__PURE__ */
|
|
38272
|
+
!Me && /* @__PURE__ */ B.jsx(
|
|
38273
38273
|
Ym,
|
|
38274
38274
|
{
|
|
38275
38275
|
onClick: U,
|
|
@@ -38277,8 +38277,8 @@ function gQ(e) {
|
|
|
38277
38277
|
icon: WT
|
|
38278
38278
|
}
|
|
38279
38279
|
),
|
|
38280
|
-
/* @__PURE__ */
|
|
38281
|
-
Ie && /* @__PURE__ */
|
|
38280
|
+
/* @__PURE__ */ B.jsx("div", { className: "vertical-separator" }),
|
|
38281
|
+
Ie && /* @__PURE__ */ B.jsx(
|
|
38282
38282
|
Ym,
|
|
38283
38283
|
{
|
|
38284
38284
|
active: u,
|
|
@@ -38286,7 +38286,7 @@ function gQ(e) {
|
|
|
38286
38286
|
icon: OO
|
|
38287
38287
|
}
|
|
38288
38288
|
),
|
|
38289
|
-
/* @__PURE__ */
|
|
38289
|
+
/* @__PURE__ */ B.jsxs(
|
|
38290
38290
|
"button",
|
|
38291
38291
|
{
|
|
38292
38292
|
title: "Toggle folio help",
|
|
@@ -38295,8 +38295,8 @@ function gQ(e) {
|
|
|
38295
38295
|
ref: p,
|
|
38296
38296
|
type: "button",
|
|
38297
38297
|
children: [
|
|
38298
|
-
/* @__PURE__ */
|
|
38299
|
-
/* @__PURE__ */
|
|
38298
|
+
/* @__PURE__ */ B.jsx(Kg, {}),
|
|
38299
|
+
/* @__PURE__ */ B.jsx(
|
|
38300
38300
|
Jg,
|
|
38301
38301
|
{
|
|
38302
38302
|
marginStyle: _e,
|
|
@@ -38309,7 +38309,7 @@ function gQ(e) {
|
|
|
38309
38309
|
}
|
|
38310
38310
|
)
|
|
38311
38311
|
] }),
|
|
38312
|
-
/* @__PURE__ */
|
|
38312
|
+
/* @__PURE__ */ B.jsx(
|
|
38313
38313
|
dQ,
|
|
38314
38314
|
{
|
|
38315
38315
|
side: X,
|
|
@@ -38318,8 +38318,8 @@ function gQ(e) {
|
|
|
38318
38318
|
blurHandler: v
|
|
38319
38319
|
}
|
|
38320
38320
|
)
|
|
38321
|
-
] }) : /* @__PURE__ */
|
|
38322
|
-
u && /* @__PURE__ */
|
|
38321
|
+
] }) : /* @__PURE__ */ B.jsx(VT, { onFilterChange: ee, value: e.value }) }),
|
|
38322
|
+
u && /* @__PURE__ */ B.jsx(
|
|
38323
38323
|
pQ,
|
|
38324
38324
|
{
|
|
38325
38325
|
document: e.document,
|
|
@@ -38328,9 +38328,9 @@ function gQ(e) {
|
|
|
38328
38328
|
side: X
|
|
38329
38329
|
}
|
|
38330
38330
|
),
|
|
38331
|
-
/* @__PURE__ */
|
|
38332
|
-
ae[X].transcriptionType !== "glossary" ? /* @__PURE__ */
|
|
38333
|
-
/* @__PURE__ */
|
|
38331
|
+
/* @__PURE__ */ B.jsxs("div", { className: "navigationComponentNarrow", children: [
|
|
38332
|
+
ae[X].transcriptionType !== "glossary" ? /* @__PURE__ */ B.jsxs("div", { id: "tool-bar-buttons", className: "breadcrumbsNarrow", style: ye, children: [
|
|
38333
|
+
/* @__PURE__ */ B.jsx(
|
|
38334
38334
|
qT,
|
|
38335
38335
|
{
|
|
38336
38336
|
documentView: ae,
|
|
@@ -38339,7 +38339,7 @@ function gQ(e) {
|
|
|
38339
38339
|
}
|
|
38340
38340
|
),
|
|
38341
38341
|
" ",
|
|
38342
|
-
!Me && /* @__PURE__ */
|
|
38342
|
+
!Me && /* @__PURE__ */ B.jsx(
|
|
38343
38343
|
Ym,
|
|
38344
38344
|
{
|
|
38345
38345
|
onClick: U,
|
|
@@ -38347,7 +38347,7 @@ function gQ(e) {
|
|
|
38347
38347
|
icon: WT
|
|
38348
38348
|
}
|
|
38349
38349
|
),
|
|
38350
|
-
Me && /* @__PURE__ */
|
|
38350
|
+
Me && /* @__PURE__ */ B.jsx(
|
|
38351
38351
|
GT,
|
|
38352
38352
|
{
|
|
38353
38353
|
changeCurrentFolio: K,
|
|
@@ -38355,9 +38355,9 @@ function gQ(e) {
|
|
|
38355
38355
|
documentView: ae
|
|
38356
38356
|
}
|
|
38357
38357
|
)
|
|
38358
|
-
] }) : /* @__PURE__ */
|
|
38359
|
-
/* @__PURE__ */
|
|
38360
|
-
/* @__PURE__ */
|
|
38358
|
+
] }) : /* @__PURE__ */ B.jsx(VT, { onFilterChange: ee, value: e.value }),
|
|
38359
|
+
/* @__PURE__ */ B.jsxs("div", { id: "doc-type-help", style: je, ref: g, children: [
|
|
38360
|
+
/* @__PURE__ */ B.jsxs(
|
|
38361
38361
|
Lg,
|
|
38362
38362
|
{
|
|
38363
38363
|
className: he,
|
|
@@ -38366,22 +38366,22 @@ function gQ(e) {
|
|
|
38366
38366
|
id: "doc-type",
|
|
38367
38367
|
onClick: E,
|
|
38368
38368
|
children: [
|
|
38369
|
-
Object.keys(e.document.folios.find((xe) => xe.id === e.documentView[e.side].iiifShortID).annotationURLs).map((xe) => /* @__PURE__ */
|
|
38370
|
-
/* @__PURE__ */
|
|
38371
|
-
e.glossary && /* @__PURE__ */
|
|
38369
|
+
Object.keys(e.document.folios.find((xe) => xe.id === e.documentView[e.side].iiifShortID).annotationURLs).map((xe) => /* @__PURE__ */ B.jsx(Vo, { value: xe, title: xe, children: e.document.variorum ? e.document.transcriptionTypes[e.document.folios.find((He) => He.id === e.documentView[e.side].iiifShortID).doc_id][xe] : e.document.transcriptionTypes[xe] }, xe)),
|
|
38370
|
+
/* @__PURE__ */ B.jsx(Vo, { value: "f", children: Ms.transcriptionTypeLabels.f }, "f"),
|
|
38371
|
+
e.glossary && /* @__PURE__ */ B.jsx(Vo, { value: "glossary", children: Ms.transcriptionTypeLabels.glossary }, "glossary")
|
|
38372
38372
|
]
|
|
38373
38373
|
}
|
|
38374
38374
|
),
|
|
38375
|
-
/* @__PURE__ */
|
|
38375
|
+
/* @__PURE__ */ B.jsx(
|
|
38376
38376
|
"span",
|
|
38377
38377
|
{
|
|
38378
38378
|
title: "Toggle folio help",
|
|
38379
38379
|
onClick: R,
|
|
38380
38380
|
className: "helpIcon",
|
|
38381
|
-
children: /* @__PURE__ */
|
|
38381
|
+
children: /* @__PURE__ */ B.jsx(Kg, {})
|
|
38382
38382
|
}
|
|
38383
38383
|
),
|
|
38384
|
-
/* @__PURE__ */
|
|
38384
|
+
/* @__PURE__ */ B.jsx(
|
|
38385
38385
|
Jg,
|
|
38386
38386
|
{
|
|
38387
38387
|
marginStyle: _e,
|
|
@@ -38392,7 +38392,7 @@ function gQ(e) {
|
|
|
38392
38392
|
)
|
|
38393
38393
|
] })
|
|
38394
38394
|
] })
|
|
38395
|
-
] }) : /* @__PURE__ */
|
|
38395
|
+
] }) : /* @__PURE__ */ B.jsx("div", { children: "Unknown Transcription Type" });
|
|
38396
38396
|
}
|
|
38397
38397
|
function vQ(e) {
|
|
38398
38398
|
return {
|
|
@@ -38424,7 +38424,7 @@ class yQ extends Jo {
|
|
|
38424
38424
|
if (r.length === 0 && f.headWord[0] === uu[u]) {
|
|
38425
38425
|
const E = `alpha-${u}`;
|
|
38426
38426
|
c.push(
|
|
38427
|
-
/* @__PURE__ */
|
|
38427
|
+
/* @__PURE__ */ B.jsxs(Kn, { variant: "h4", id: E, children: [
|
|
38428
38428
|
"—",
|
|
38429
38429
|
uu[u],
|
|
38430
38430
|
" ",
|
|
@@ -38434,10 +38434,10 @@ class yQ extends Jo {
|
|
|
38434
38434
|
}
|
|
38435
38435
|
const p = f.headWord.toLowerCase(), g = f.alternateSpellings.toLowerCase(), v = f.modernSpelling.toLowerCase();
|
|
38436
38436
|
if (r.length === 0 || r.length !== 0 && s(p, r, " ") || r.length !== 0 && s(v, r, " ") || r.length !== 0 && s(g, r, ", ")) {
|
|
38437
|
-
const E = bQ(f), S = E[E.length - 1].endsWith("."), _ = f.alternateSpellings ? `, ${f.alternateSpellings}` : "", R = f.meanings[0].partOfSpeech, O = R ? `${R}:` : "", k = R ? "," : ":", U = f.modernSpelling ? ` (mod. ${f.modernSpelling})` : "",
|
|
38437
|
+
const E = bQ(f), S = E[E.length - 1].endsWith("."), _ = f.alternateSpellings ? `, ${f.alternateSpellings}` : "", R = f.meanings[0].partOfSpeech, O = R ? `${R}:` : "", k = R ? "," : ":", U = f.modernSpelling ? ` (mod. ${f.modernSpelling})` : "", z = S ? "" : ",", K = f.seeAlso ? `${z} see also <span>→</span>${f.seeAlso} ` : "", V = f.synonym ? `, syn. <span>→</span>${f.synonym}` : "", X = f.antonym ? `, ant. <span>→</span>${f.antonym}` : "";
|
|
38438
38438
|
c.push(
|
|
38439
|
-
/* @__PURE__ */
|
|
38440
|
-
/* @__PURE__ */
|
|
38439
|
+
/* @__PURE__ */ B.jsxs(Kn, { gutterBottom: !0, children: [
|
|
38440
|
+
/* @__PURE__ */ B.jsx("u", { children: f.headWord }),
|
|
38441
38441
|
_,
|
|
38442
38442
|
U,
|
|
38443
38443
|
k,
|
|
@@ -38455,8 +38455,8 @@ class yQ extends Jo {
|
|
|
38455
38455
|
return c;
|
|
38456
38456
|
}
|
|
38457
38457
|
render() {
|
|
38458
|
-
return this.props.glossary.loaded ? /* @__PURE__ */
|
|
38459
|
-
/* @__PURE__ */
|
|
38458
|
+
return this.props.glossary.loaded ? /* @__PURE__ */ B.jsxs("div", { id: "glossaryView", style: { position: "relative", overflow: "auto" }, children: [
|
|
38459
|
+
/* @__PURE__ */ B.jsx(
|
|
38460
38460
|
Va,
|
|
38461
38461
|
{
|
|
38462
38462
|
side: this.props.side,
|
|
@@ -38466,12 +38466,12 @@ class yQ extends Jo {
|
|
|
38466
38466
|
documentViewActions: this.props.documentViewActions
|
|
38467
38467
|
}
|
|
38468
38468
|
),
|
|
38469
|
-
/* @__PURE__ */
|
|
38470
|
-
/* @__PURE__ */
|
|
38471
|
-
this.props.glossary.glossary.title && /* @__PURE__ */
|
|
38472
|
-
/* @__PURE__ */
|
|
38473
|
-
/* @__PURE__ */
|
|
38474
|
-
/* @__PURE__ */
|
|
38469
|
+
/* @__PURE__ */ B.jsx("div", { id: "glossaryViewInner", children: /* @__PURE__ */ B.jsxs("div", { id: "glossaryContent", children: [
|
|
38470
|
+
/* @__PURE__ */ B.jsx(Kn, { variant: "h2", className: "title", children: "Glossary" }),
|
|
38471
|
+
this.props.glossary.glossary.title && /* @__PURE__ */ B.jsx("div", { className: "subtitle MuiTypography-root MuiTypography-body1", children: /* @__PURE__ */ B.jsx(Hh, { children: this.props.glossary.glossary.title }) }),
|
|
38472
|
+
/* @__PURE__ */ B.jsx("div", { className: "cite-instructions", children: this.props.glossary.glossary.citation && /* @__PURE__ */ B.jsxs(B.Fragment, { children: [
|
|
38473
|
+
/* @__PURE__ */ B.jsx(Kn, { className: "cite-header", children: "How to Cite" }),
|
|
38474
|
+
/* @__PURE__ */ B.jsx("div", { className: "MuiTypography-root MuiTypography-body1", children: /* @__PURE__ */ B.jsx(Hh, { children: this.props.glossary.glossary.citation }) })
|
|
38475
38475
|
] }) }),
|
|
38476
38476
|
this.renderGlossary()
|
|
38477
38477
|
] }) })
|
|
@@ -38702,12 +38702,12 @@ class EQ extends Et.Component {
|
|
|
38702
38702
|
}
|
|
38703
38703
|
}
|
|
38704
38704
|
renderToolbar() {
|
|
38705
|
-
return /* @__PURE__ */
|
|
38706
|
-
/* @__PURE__ */
|
|
38707
|
-
this.props.document.variorum ? this.renderDocSelect() : /* @__PURE__ */
|
|
38708
|
-
/* @__PURE__ */
|
|
38709
|
-
/* @__PURE__ */
|
|
38710
|
-
/* @__PURE__ */
|
|
38705
|
+
return /* @__PURE__ */ B.jsxs("div", { className: "imageGridToolbar", children: [
|
|
38706
|
+
/* @__PURE__ */ B.jsx("span", { className: "fas fa-th", style: { paddingLeft: "15px" } }),
|
|
38707
|
+
this.props.document.variorum ? this.renderDocSelect() : /* @__PURE__ */ B.jsx("div", { className: "doc-select", style: { marginTop: "5px" }, children: this.props.document.documentName }),
|
|
38708
|
+
/* @__PURE__ */ B.jsx("div", { className: "jump-to", children: /* @__PURE__ */ B.jsxs("form", { onSubmit: this.onJumpTo, children: [
|
|
38709
|
+
/* @__PURE__ */ B.jsx("span", { children: "Jump to: " }),
|
|
38710
|
+
/* @__PURE__ */ B.jsx(
|
|
38711
38711
|
"input",
|
|
38712
38712
|
{
|
|
38713
38713
|
id: "jump-to-input",
|
|
@@ -38716,13 +38716,13 @@ class EQ extends Et.Component {
|
|
|
38716
38716
|
value: this.state.jumpToBuffer
|
|
38717
38717
|
}
|
|
38718
38718
|
),
|
|
38719
|
-
/* @__PURE__ */
|
|
38719
|
+
/* @__PURE__ */ B.jsx("button", { id: "jump-to-button", onClick: this.onJumpTo, children: /* @__PURE__ */ B.jsx("span", { style: { color: "black" }, className: "fa fa-hand-point-right" }) })
|
|
38720
38720
|
] }) })
|
|
38721
38721
|
] });
|
|
38722
38722
|
}
|
|
38723
38723
|
// in the case of a variorum, allow for filtering by document
|
|
38724
38724
|
renderDocSelect() {
|
|
38725
|
-
return /* @__PURE__ */
|
|
38725
|
+
return /* @__PURE__ */ B.jsx("div", { className: "doc-select", children: /* @__PURE__ */ B.jsx(
|
|
38726
38726
|
Lg,
|
|
38727
38727
|
{
|
|
38728
38728
|
id: "doc-filter",
|
|
@@ -38730,7 +38730,7 @@ class EQ extends Et.Component {
|
|
|
38730
38730
|
style: { color: "white", fontSize: "max(16px, 1rem)" },
|
|
38731
38731
|
value: this.state.currentDoc || Object.keys(this.props.document.derivativeNames)[0],
|
|
38732
38732
|
onClick: this.onSelectDoc,
|
|
38733
|
-
children: Object.keys(this.props.document.derivativeNames).map((t) => /* @__PURE__ */
|
|
38733
|
+
children: Object.keys(this.props.document.derivativeNames).map((t) => /* @__PURE__ */ B.jsx(Vo, { value: t, children: this.props.document.derivativeNames[t] }, t))
|
|
38734
38734
|
}
|
|
38735
38735
|
) });
|
|
38736
38736
|
}
|
|
@@ -38741,11 +38741,11 @@ class EQ extends Et.Component {
|
|
|
38741
38741
|
generateThumbs(t, r) {
|
|
38742
38742
|
return r.map((s, c) => (
|
|
38743
38743
|
// eslint-disable-next-line react/no-array-index-key
|
|
38744
|
-
/* @__PURE__ */
|
|
38745
|
-
/* @__PURE__ */
|
|
38744
|
+
/* @__PURE__ */ B.jsxs("li", { className: "thumbnail", children: [
|
|
38745
|
+
/* @__PURE__ */ B.jsx("figure", { children: /* @__PURE__ */ B.jsx("a", { id: s.id, onClick: this.onClickThumb.bind(this, s.id), children: /* @__PURE__ */ B.jsx("img", { src: s.image_thumbnail_url, alt: s.name, style: { maxWidth: "130px", maxHeight: "130px" }, onError: ({ currentTarget: u }) => {
|
|
38746
38746
|
u.onerror = null, s.image_zoom_url && u.src !== `${s.image_zoom_url.slice(0, -9)}full/full/0/default.jpg` && (u.src = `${s.image_zoom_url.slice(0, -9)}full/full/0/default.jpg`);
|
|
38747
38747
|
} }) }) }),
|
|
38748
|
-
/* @__PURE__ */
|
|
38748
|
+
/* @__PURE__ */ B.jsx("figcaption", { className: "thumbnail-caption", children: s.name })
|
|
38749
38749
|
] }, `thumb-${c}`)
|
|
38750
38750
|
));
|
|
38751
38751
|
}
|
|
@@ -38756,9 +38756,9 @@ class EQ extends Et.Component {
|
|
|
38756
38756
|
let t = "imageGridComponent";
|
|
38757
38757
|
t = `${t} ${this.props.side}`;
|
|
38758
38758
|
let { visibleThumbs: r } = this.state;
|
|
38759
|
-
return r.constructor.toString().includes("Array") || (r = []), /* @__PURE__ */
|
|
38759
|
+
return r.constructor.toString().includes("Array") || (r = []), /* @__PURE__ */ B.jsxs("div", { className: t, children: [
|
|
38760
38760
|
this.renderToolbar(),
|
|
38761
|
-
/* @__PURE__ */
|
|
38761
|
+
/* @__PURE__ */ B.jsx(
|
|
38762
38762
|
Qg,
|
|
38763
38763
|
{
|
|
38764
38764
|
element: "ul",
|
|
@@ -38801,7 +38801,7 @@ var kO = { exports: {} };
|
|
|
38801
38801
|
var m = { type: a, props: h, key: o, ref: l, __k: null, __: null, __b: 0, __e: null, __d: void 0, __c: null, __h: null, constructor: void 0, __v: d ?? ++u };
|
|
38802
38802
|
return d == null && c.vnode != null && c.vnode(m), m;
|
|
38803
38803
|
}
|
|
38804
|
-
function
|
|
38804
|
+
function z() {
|
|
38805
38805
|
return { current: null };
|
|
38806
38806
|
}
|
|
38807
38807
|
function K(a) {
|
|
@@ -39393,7 +39393,7 @@ var kO = { exports: {} };
|
|
|
39393
39393
|
return a(h);
|
|
39394
39394
|
}, hl = function(a, h) {
|
|
39395
39395
|
return a(h);
|
|
39396
|
-
}, Vu = K, Ze = { useState: Ge, useReducer: Xe, useEffect: vt, useLayoutEffect: it, useRef: St, useImperativeHandle: Ft, useMemo: Nt, useCallback: Ce, useContext: ze, useDebugValue: L, version: "17.0.2", Children: Co, render: Zn, hydrate: tr, unmountComponentAtNode: cl, createPortal: En, createElement: k, createContext: nt, createFactory: Po, cloneElement: ia, createRef:
|
|
39396
|
+
}, Vu = K, Ze = { useState: Ge, useReducer: Xe, useEffect: vt, useLayoutEffect: it, useRef: St, useImperativeHandle: Ft, useMemo: Nt, useCallback: Ce, useContext: ze, useDebugValue: L, version: "17.0.2", Children: Co, render: Zn, hydrate: tr, unmountComponentAtNode: cl, createPortal: En, createElement: k, createContext: nt, createFactory: Po, cloneElement: ia, createRef: z, Fragment: K, isValidElement: $a, findDOMNode: ho, Component: V, PureComponent: an, memo: pr, forwardRef: xi, flushSync: hl, unstable_batchedUpdates: es, StrictMode: K, Suspense: lr, SuspenseList: be, lazy: _o, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: ul }, dl = Object.freeze({ __proto__: null, [Symbol.toStringTag]: "Module", default: Ze, version: Hu, Children: Co, render: Zn, hydrate: tr, unmountComponentAtNode: cl, createPortal: En, createFactory: Po, cloneElement: ia, isValidElement: $a, findDOMNode: ho, PureComponent: an, memo: pr, forwardRef: xi, flushSync: hl, unstable_batchedUpdates: es, StrictMode: Vu, Suspense: lr, SuspenseList: be, lazy: _o, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: ul, createElement: k, createContext: nt, createRef: z, Fragment: K, Component: V, useState: Ge, useReducer: Xe, useEffect: vt, useLayoutEffect: it, useRef: St, useImperativeHandle: Ft, useMemo: Nt, useCallback: Ce, useContext: ze, useDebugValue: L, useErrorBoundary: j }), Li = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof Rr < "u" ? Rr : typeof self < "u" ? self : {};
|
|
39397
39397
|
function oa(a) {
|
|
39398
39398
|
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
39399
39399
|
}
|
|
@@ -41558,7 +41558,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
41558
41558
|
o.which === 13 && o.ctrlKey && this.props.onSaveAndClose();
|
|
41559
41559
|
}), i(this, "onKeyUp", (o) => {
|
|
41560
41560
|
o.which === 46 && o.stopPropagation();
|
|
41561
|
-
}), this.element =
|
|
41561
|
+
}), this.element = z();
|
|
41562
41562
|
}
|
|
41563
41563
|
componentDidMount() {
|
|
41564
41564
|
this.props.focus && this.element.current && this.element.current.focus({ preventScroll: !0 });
|
|
@@ -49277,13 +49277,13 @@ var CQ = kO.exports;
|
|
|
49277
49277
|
const _Q = /* @__PURE__ */ so(CQ);
|
|
49278
49278
|
function PQ(e) {
|
|
49279
49279
|
const n = `os-zoom-in ${e.side}`, t = `os-zoom-out ${e.side}`, r = e.documentView.bookMode ? null : e.onZoomGrid;
|
|
49280
|
-
return /* @__PURE__ */
|
|
49281
|
-
/* @__PURE__ */
|
|
49282
|
-
/* @__PURE__ */
|
|
49283
|
-
/* @__PURE__ */
|
|
49284
|
-
/* @__PURE__ */
|
|
49285
|
-
/* @__PURE__ */
|
|
49286
|
-
/* @__PURE__ */
|
|
49280
|
+
return /* @__PURE__ */ B.jsxs("ul", { className: "ImageZoomControl", children: [
|
|
49281
|
+
/* @__PURE__ */ B.jsx("li", { children: /* @__PURE__ */ B.jsx("i", { title: "Zoom In", id: n, onClick: e.onZoomIn, className: "zoom-in fas fa-plus-circle fa-2x" }) }),
|
|
49282
|
+
/* @__PURE__ */ B.jsx("li", { children: /* @__PURE__ */ B.jsx("i", { title: "Fixed Zoom 1", onClick: e.onZoomFixed_1, className: "zoom-3 fas fa-circle fa-2x" }) }),
|
|
49283
|
+
/* @__PURE__ */ B.jsx("li", { children: /* @__PURE__ */ B.jsx("i", { title: "Fixed Zoom 2", onClick: e.onZoomFixed_2, className: "zoom-2 fas fa-circle fa-lg" }) }),
|
|
49284
|
+
/* @__PURE__ */ B.jsx("li", { children: /* @__PURE__ */ B.jsx("i", { title: "Fixed Zoom 3", onClick: e.onZoomFixed_3, className: "zoom-1 fas fa-circle" }) }),
|
|
49285
|
+
/* @__PURE__ */ B.jsx("li", { children: /* @__PURE__ */ B.jsx("i", { title: "Zoom Out", id: t, onClick: e.onZoomOut, className: "zoom-out fas fa-minus-circle fa-2x" }) }),
|
|
49286
|
+
/* @__PURE__ */ B.jsx("li", { className: e.documentView.bookMode ? "disabled" : "", children: /* @__PURE__ */ B.jsx("i", { title: "Return to grid mode (not available in book mode)", onClick: r, className: "zoom-grid fas fa-th fa-2x" }) })
|
|
49287
49287
|
] });
|
|
49288
49288
|
}
|
|
49289
49289
|
function Vy(e) {
|
|
@@ -49295,12 +49295,12 @@ function Vy(e) {
|
|
|
49295
49295
|
}, n);
|
|
49296
49296
|
return () => clearTimeout(s);
|
|
49297
49297
|
}
|
|
49298
|
-
}, []), r ? /* @__PURE__ */
|
|
49299
|
-
/* @__PURE__ */
|
|
49300
|
-
/* @__PURE__ */
|
|
49301
|
-
/* @__PURE__ */
|
|
49302
|
-
/* @__PURE__ */
|
|
49303
|
-
] }) : /* @__PURE__ */
|
|
49298
|
+
}, []), r ? /* @__PURE__ */ B.jsxs("div", { className: `big-ring-spinner ${t}`, children: [
|
|
49299
|
+
/* @__PURE__ */ B.jsx("div", {}),
|
|
49300
|
+
/* @__PURE__ */ B.jsx("div", {}),
|
|
49301
|
+
/* @__PURE__ */ B.jsx("div", {}),
|
|
49302
|
+
/* @__PURE__ */ B.jsx("div", {})
|
|
49303
|
+
] }) : /* @__PURE__ */ B.jsx("div", {});
|
|
49304
49304
|
}
|
|
49305
49305
|
function RQ(e) {
|
|
49306
49306
|
const { side: n, initViewer: t, tileSource: r } = e, [i, s] = cn(!0), c = Zr(null);
|
|
@@ -49308,7 +49308,7 @@ function RQ(e) {
|
|
|
49308
49308
|
(async () => {
|
|
49309
49309
|
c.current && await t(c.current, r).then(() => s(!1));
|
|
49310
49310
|
})();
|
|
49311
|
-
}, []), wn(() => /* @__PURE__ */
|
|
49311
|
+
}, []), wn(() => /* @__PURE__ */ B.jsx("div", { id: `image-view-seadragon-${n}`, ref: c, children: i && /* @__PURE__ */ B.jsx(Vy, { color: "light", delay: 1e3 }) }), [i]);
|
|
49312
49312
|
}
|
|
49313
49313
|
function OQ(e) {
|
|
49314
49314
|
const [n, t] = cn(null), [r, i] = cn(null), { tagsLeft: s, tagsRight: c } = oo(rl), u = wn(() => e.side === "right" ? c : s, [e.side, s, c]), f = wi(), p = Ya(), [g] = Av(), v = Zr(null), E = e.document.folioIndex[e.folioID], S = Vs(() => {
|
|
@@ -49333,7 +49333,7 @@ function OQ(e) {
|
|
|
49333
49333
|
n.viewport.fitVertically();
|
|
49334
49334
|
}, U = () => {
|
|
49335
49335
|
n.viewport.zoomBy(2);
|
|
49336
|
-
},
|
|
49336
|
+
}, z = () => {
|
|
49337
49337
|
n.viewport.zoomBy(0.5);
|
|
49338
49338
|
};
|
|
49339
49339
|
fr(() => {
|
|
@@ -49366,8 +49366,8 @@ function OQ(e) {
|
|
|
49366
49366
|
};
|
|
49367
49367
|
return fr(() => () => {
|
|
49368
49368
|
n && n.destroy();
|
|
49369
|
-
}, [n]), /* @__PURE__ */
|
|
49370
|
-
/* @__PURE__ */
|
|
49369
|
+
}, [n]), /* @__PURE__ */ B.jsx("div", { ref: v, children: E.tileSource ? /* @__PURE__ */ B.jsxs("div", { className: `image-view imageViewComponent ${e.side}`, style: { position: "relative" }, children: [
|
|
49370
|
+
/* @__PURE__ */ B.jsx(
|
|
49371
49371
|
Va,
|
|
49372
49372
|
{
|
|
49373
49373
|
side: e.side,
|
|
@@ -49376,7 +49376,7 @@ function OQ(e) {
|
|
|
49376
49376
|
documentName: e.document.variorum && e.document.folioIndex[e.folioID].doc_id
|
|
49377
49377
|
}
|
|
49378
49378
|
),
|
|
49379
|
-
/* @__PURE__ */
|
|
49379
|
+
/* @__PURE__ */ B.jsx(
|
|
49380
49380
|
PQ,
|
|
49381
49381
|
{
|
|
49382
49382
|
side: e.side,
|
|
@@ -49386,11 +49386,11 @@ function OQ(e) {
|
|
|
49386
49386
|
onZoomFixed_3: k,
|
|
49387
49387
|
onZoomGrid: _,
|
|
49388
49388
|
onZoomIn: U,
|
|
49389
|
-
onZoomOut:
|
|
49389
|
+
onZoomOut: z,
|
|
49390
49390
|
viewer: n
|
|
49391
49391
|
}
|
|
49392
49392
|
),
|
|
49393
|
-
/* @__PURE__ */
|
|
49393
|
+
/* @__PURE__ */ B.jsx(
|
|
49394
49394
|
RQ,
|
|
49395
49395
|
{
|
|
49396
49396
|
side: e.side,
|
|
@@ -49400,7 +49400,7 @@ function OQ(e) {
|
|
|
49400
49400
|
},
|
|
49401
49401
|
e.folioID
|
|
49402
49402
|
)
|
|
49403
|
-
] }) : /* @__PURE__ */
|
|
49403
|
+
] }) : /* @__PURE__ */ B.jsx(Vy, { color: "dark", delay: 300 }) });
|
|
49404
49404
|
}
|
|
49405
49405
|
function kQ(e) {
|
|
49406
49406
|
return {
|
|
@@ -50011,9 +50011,9 @@ function r$(e, n, t) {
|
|
|
50011
50011
|
return ee === 45 ? (e.enter("tableDelimiterFiller"), U(ee)) : V(ee);
|
|
50012
50012
|
}
|
|
50013
50013
|
function U(ee) {
|
|
50014
|
-
return ee === 45 ? (e.consume(ee), U) : ee === 58 ? (c = !0, e.exit("tableDelimiterFiller"), e.enter("tableDelimiterMarker"), e.consume(ee), e.exit("tableDelimiterMarker"),
|
|
50014
|
+
return ee === 45 ? (e.consume(ee), U) : ee === 58 ? (c = !0, e.exit("tableDelimiterFiller"), e.enter("tableDelimiterMarker"), e.consume(ee), e.exit("tableDelimiterMarker"), z) : (e.exit("tableDelimiterFiller"), z(ee));
|
|
50015
50015
|
}
|
|
50016
|
-
function
|
|
50016
|
+
function z(ee) {
|
|
50017
50017
|
return pn(ee) ? xn(e, K, "whitespace")(ee) : K(ee);
|
|
50018
50018
|
}
|
|
50019
50019
|
function K(ee) {
|
|
@@ -50219,7 +50219,7 @@ const h$ = {}.hasOwnProperty, d$ = (
|
|
|
50219
50219
|
const S = E[E.length - 1], _ = u[f][0], R = u[f][1];
|
|
50220
50220
|
let O = 0;
|
|
50221
50221
|
const k = S.children.indexOf(v);
|
|
50222
|
-
let U = !1,
|
|
50222
|
+
let U = !1, z = [];
|
|
50223
50223
|
_.lastIndex = 0;
|
|
50224
50224
|
let K = _.exec(v.value);
|
|
50225
50225
|
for (; K; ) {
|
|
@@ -50230,14 +50230,14 @@ const h$ = {}.hasOwnProperty, d$ = (
|
|
|
50230
50230
|
stack: [...E, v]
|
|
50231
50231
|
};
|
|
50232
50232
|
let re = R(...K, X);
|
|
50233
|
-
if (typeof re == "string" && (re = re.length > 0 ? { type: "text", value: re } : void 0), re !== !1 && (O !== V &&
|
|
50233
|
+
if (typeof re == "string" && (re = re.length > 0 ? { type: "text", value: re } : void 0), re !== !1 && (O !== V && z.push({
|
|
50234
50234
|
type: "text",
|
|
50235
50235
|
value: v.value.slice(O, V)
|
|
50236
|
-
}), Array.isArray(re) ?
|
|
50236
|
+
}), Array.isArray(re) ? z.push(...re) : re && z.push(re), O = V + K[0].length, U = !0), !_.global)
|
|
50237
50237
|
break;
|
|
50238
50238
|
K = _.exec(v.value);
|
|
50239
50239
|
}
|
|
50240
|
-
return U ? (O < v.value.length &&
|
|
50240
|
+
return U ? (O < v.value.length && z.push({ type: "text", value: v.value.slice(O) }), S.children.splice(k, 1, ...z)) : z = [v], k + z.length;
|
|
50241
50241
|
}
|
|
50242
50242
|
}
|
|
50243
50243
|
);
|
|
@@ -50708,8 +50708,8 @@ function $$(e, n) {
|
|
|
50708
50708
|
for (e[g].length > p && (p = e[g].length); ++k < e[g].length; ) {
|
|
50709
50709
|
const U = eee(e[g][k]);
|
|
50710
50710
|
if (t.alignDelimiters !== !1) {
|
|
50711
|
-
const
|
|
50712
|
-
O[k] =
|
|
50711
|
+
const z = i(U);
|
|
50712
|
+
O[k] = z, (f[k] === void 0 || z > f[k]) && (f[k] = z);
|
|
50713
50713
|
}
|
|
50714
50714
|
R.push(U);
|
|
50715
50715
|
}
|
|
@@ -50734,8 +50734,8 @@ function $$(e, n) {
|
|
|
50734
50734
|
1,
|
|
50735
50735
|
f[v] - O.length - k.length
|
|
50736
50736
|
);
|
|
50737
|
-
const
|
|
50738
|
-
t.alignDelimiters !== !1 && (U = O.length + U + k.length, U > f[v] && (f[v] = U), S[v] = U), E[v] =
|
|
50737
|
+
const z = O + "-".repeat(U) + k;
|
|
50738
|
+
t.alignDelimiters !== !1 && (U = O.length + U + k.length, U > f[v] && (f[v] = U), S[v] = U), E[v] = z;
|
|
50739
50739
|
}
|
|
50740
50740
|
c.splice(1, 0, E), u.splice(1, 0, S), g = -1;
|
|
50741
50741
|
const _ = [];
|
|
@@ -50745,14 +50745,14 @@ function $$(e, n) {
|
|
|
50745
50745
|
const k = [];
|
|
50746
50746
|
for (; ++v < p; ) {
|
|
50747
50747
|
const U = R[v] || "";
|
|
50748
|
-
let
|
|
50748
|
+
let z = "", K = "";
|
|
50749
50749
|
if (t.alignDelimiters !== !1) {
|
|
50750
50750
|
const V = f[v] - (O[v] || 0), X = s[v];
|
|
50751
|
-
X === 114 ?
|
|
50751
|
+
X === 114 ? z = " ".repeat(V) : X === 99 ? V % 2 ? (z = " ".repeat(V / 2 + 0.5), K = " ".repeat(V / 2 - 0.5)) : (z = " ".repeat(V / 2), K = z) : K = " ".repeat(V);
|
|
50752
50752
|
}
|
|
50753
50753
|
t.delimiterStart !== !1 && !v && k.push("|"), t.padding !== !1 && // Don’t add the opening space if we’re not aligning and the cell is
|
|
50754
50754
|
// empty: there will be a closing space.
|
|
50755
|
-
!(t.alignDelimiters === !1 && U === "") && (t.delimiterStart !== !1 || v) && k.push(" "), t.alignDelimiters !== !1 && k.push(
|
|
50755
|
+
!(t.alignDelimiters === !1 && U === "") && (t.delimiterStart !== !1 || v) && k.push(" "), t.alignDelimiters !== !1 && k.push(z), k.push(U), t.alignDelimiters !== !1 && k.push(K), t.padding !== !1 && k.push(" "), (t.delimiterEnd !== !1 || v !== p - 1) && k.push("|");
|
|
50756
50756
|
}
|
|
50757
50757
|
_.push(
|
|
50758
50758
|
t.delimiterEnd === !1 ? k.join("").replace(/ +$/, "") : k.join("")
|
|
@@ -50859,12 +50859,12 @@ function see(e) {
|
|
|
50859
50859
|
`));
|
|
50860
50860
|
}
|
|
50861
50861
|
function f(S, _, R, O) {
|
|
50862
|
-
const k = R.enter("tableCell"), U = R.enter("phrasing"),
|
|
50862
|
+
const k = R.enter("tableCell"), U = R.enter("phrasing"), z = WO(S, R, {
|
|
50863
50863
|
...O,
|
|
50864
50864
|
before: s,
|
|
50865
50865
|
after: s
|
|
50866
50866
|
});
|
|
50867
|
-
return U(), k(),
|
|
50867
|
+
return U(), k(), z;
|
|
50868
50868
|
}
|
|
50869
50869
|
function p(S, _) {
|
|
50870
50870
|
return $$(S, {
|
|
@@ -50880,19 +50880,19 @@ function see(e) {
|
|
|
50880
50880
|
function g(S, _, R) {
|
|
50881
50881
|
const O = S.children;
|
|
50882
50882
|
let k = -1;
|
|
50883
|
-
const U = [],
|
|
50883
|
+
const U = [], z = _.enter("table");
|
|
50884
50884
|
for (; ++k < O.length; )
|
|
50885
50885
|
U[k] = v(
|
|
50886
50886
|
O[k],
|
|
50887
50887
|
_,
|
|
50888
50888
|
R
|
|
50889
50889
|
);
|
|
50890
|
-
return
|
|
50890
|
+
return z(), U;
|
|
50891
50891
|
}
|
|
50892
50892
|
function v(S, _, R) {
|
|
50893
50893
|
const O = S.children;
|
|
50894
50894
|
let k = -1;
|
|
50895
|
-
const U = [],
|
|
50895
|
+
const U = [], z = _.enter("tableRow");
|
|
50896
50896
|
for (; ++k < O.length; )
|
|
50897
50897
|
U[k] = f(
|
|
50898
50898
|
O[k],
|
|
@@ -50900,7 +50900,7 @@ function see(e) {
|
|
|
50900
50900
|
_,
|
|
50901
50901
|
R
|
|
50902
50902
|
);
|
|
50903
|
-
return
|
|
50903
|
+
return z(), U;
|
|
50904
50904
|
}
|
|
50905
50905
|
function E(S, _, R) {
|
|
50906
50906
|
let O = qO(S, _, R);
|
|
@@ -51036,8 +51036,8 @@ class yee extends Jo {
|
|
|
51036
51036
|
this.state = { filterTerm: "" };
|
|
51037
51037
|
}
|
|
51038
51038
|
render() {
|
|
51039
|
-
return this.props.notes.loaded ? /* @__PURE__ */
|
|
51040
|
-
/* @__PURE__ */
|
|
51039
|
+
return this.props.notes.loaded ? /* @__PURE__ */ B.jsxs("div", { id: "notesView", style: { position: "relative", overflow: "auto" }, children: [
|
|
51040
|
+
/* @__PURE__ */ B.jsx(
|
|
51041
51041
|
Va,
|
|
51042
51042
|
{
|
|
51043
51043
|
side: this.props.side,
|
|
@@ -51047,7 +51047,7 @@ class yee extends Jo {
|
|
|
51047
51047
|
documentViewActions: this.props.documentViewActions
|
|
51048
51048
|
}
|
|
51049
51049
|
),
|
|
51050
|
-
/* @__PURE__ */
|
|
51050
|
+
/* @__PURE__ */ B.jsx("div", { id: "notesViewInner", children: /* @__PURE__ */ B.jsx("div", { id: "notesContent", children: /* @__PURE__ */ B.jsx(Hh, { children: this.props.notes.notes, remarkPlugins: [vee] }) }) })
|
|
51051
51051
|
] }) : null;
|
|
51052
51052
|
}
|
|
51053
51053
|
}
|
|
@@ -51059,7 +51059,7 @@ function bee(e) {
|
|
|
51059
51059
|
const wee = bi(bee)(yee);
|
|
51060
51060
|
class xee extends Jo {
|
|
51061
51061
|
render() {
|
|
51062
|
-
return /* @__PURE__ */
|
|
51062
|
+
return /* @__PURE__ */ B.jsx("div", { className: "single-pane-view", children: this.props.singlePane });
|
|
51063
51063
|
}
|
|
51064
51064
|
}
|
|
51065
51065
|
function Eee(e) {
|
|
@@ -51126,10 +51126,10 @@ class Tee extends Jo {
|
|
|
51126
51126
|
window.removeEventListener("pointermove", this.onDrag), window.removeEventListener("pointerup", this.onEndDrag), window.removeEventListener("resize", this.onResize);
|
|
51127
51127
|
}
|
|
51128
51128
|
renderDivider(t) {
|
|
51129
|
-
return /* @__PURE__ */
|
|
51129
|
+
return /* @__PURE__ */ B.jsx("div", { className: `divider ${t}_divider`, onPointerDown: () => this.onStartDrag(t), children: /* @__PURE__ */ B.jsx("div", { className: "drawer-button hidden", onClick: this.onDrawerButton, children: /* @__PURE__ */ B.jsx("i", { className: "drawer-icon fas fa-caret-left fa-2x", children: " " }) }) });
|
|
51130
51130
|
}
|
|
51131
51131
|
render() {
|
|
51132
|
-
return /* @__PURE__ */
|
|
51132
|
+
return /* @__PURE__ */ B.jsxs("div", { className: "split-pane-view three-pane", style: { ...this.state.style }, children: [
|
|
51133
51133
|
this.props.leftPane,
|
|
51134
51134
|
this.renderDivider("first"),
|
|
51135
51135
|
this.props.rightPane,
|
|
@@ -51151,13 +51151,13 @@ function Pee(e) {
|
|
|
51151
51151
|
i(!1);
|
|
51152
51152
|
}, u = () => {
|
|
51153
51153
|
const v = mi(e.text) || `ERROR: Could not find comment for id: ${e.commentID}.`, E = { maxWidth: 200, padding: "25px 15px 15px 15px" }, S = { float: "right", padding: 5, fontStyle: "bold" };
|
|
51154
|
-
return /* @__PURE__ */
|
|
51155
|
-
/* @__PURE__ */
|
|
51156
|
-
/* @__PURE__ */
|
|
51154
|
+
return /* @__PURE__ */ B.jsx(fy, { id: e.commentID, open: r, anchorEl: n, children: /* @__PURE__ */ B.jsx(Jv, { in: r, children: /* @__PURE__ */ B.jsxs(_u, { className: "editor-comment-content", children: [
|
|
51155
|
+
/* @__PURE__ */ B.jsx("div", { onClick: c, style: S, children: /* @__PURE__ */ B.jsx("span", { className: "fa fa-window-close" }) }),
|
|
51156
|
+
/* @__PURE__ */ B.jsx(Kn, { style: E, children: v })
|
|
51157
51157
|
] }) }) });
|
|
51158
51158
|
}, f = { display: "inline" }, p = { fontStyle: "bold", fontSize: "18pt", color: "red" };
|
|
51159
|
-
return /* @__PURE__ */
|
|
51160
|
-
/* @__PURE__ */
|
|
51159
|
+
return /* @__PURE__ */ B.jsxs("div", { style: f, children: [
|
|
51160
|
+
/* @__PURE__ */ B.jsx("span", { onClick: (g) => s(g), style: p, children: "*" }),
|
|
51161
51161
|
u()
|
|
51162
51162
|
] });
|
|
51163
51163
|
}
|
|
@@ -51175,13 +51175,13 @@ class nC extends Jo {
|
|
|
51175
51175
|
});
|
|
51176
51176
|
}
|
|
51177
51177
|
render() {
|
|
51178
|
-
return this.state.errorInfo ? /* @__PURE__ */
|
|
51179
|
-
/* @__PURE__ */
|
|
51180
|
-
/* @__PURE__ */
|
|
51178
|
+
return this.state.errorInfo ? /* @__PURE__ */ B.jsxs("div", { style: { height: "350px", overflowY: "scroll" }, children: [
|
|
51179
|
+
/* @__PURE__ */ B.jsx("h2", { children: "Something went wrong." }),
|
|
51180
|
+
/* @__PURE__ */ B.jsxs("details", { style: { whiteSpace: "pre-wrap" }, children: [
|
|
51181
51181
|
"There has been an error rendering a comment",
|
|
51182
|
-
/* @__PURE__ */
|
|
51182
|
+
/* @__PURE__ */ B.jsx("br", {}),
|
|
51183
51183
|
this.state.error && this.state.error.toString(),
|
|
51184
|
-
/* @__PURE__ */
|
|
51184
|
+
/* @__PURE__ */ B.jsx("br", {}),
|
|
51185
51185
|
this.state.errorInfo.componentStack
|
|
51186
51186
|
] })
|
|
51187
51187
|
] }) : this.props.children;
|
|
@@ -51212,19 +51212,19 @@ class Ree extends Et.Component {
|
|
|
51212
51212
|
if (i[t].iiifShortID === "-1")
|
|
51213
51213
|
return null;
|
|
51214
51214
|
const c = r.folioIndex[i[t].iiifShortID].name;
|
|
51215
|
-
return /* @__PURE__ */
|
|
51216
|
-
/* @__PURE__ */
|
|
51215
|
+
return /* @__PURE__ */ B.jsx("div", { className: s ? "paginationComponent bottom" : "paginationComponent", children: /* @__PURE__ */ B.jsxs("div", { className: "paginationControl", children: [
|
|
51216
|
+
/* @__PURE__ */ B.jsx(
|
|
51217
51217
|
"span",
|
|
51218
51218
|
{
|
|
51219
51219
|
title: "Go back",
|
|
51220
51220
|
onClick: this.changeCurrentFolio,
|
|
51221
51221
|
"data-id": i[t].previousFolioShortID,
|
|
51222
51222
|
className: i[t].hasPrevious ? "arrow" : "arrow disabled",
|
|
51223
|
-
children: /* @__PURE__ */
|
|
51223
|
+
children: /* @__PURE__ */ B.jsx(PO, {})
|
|
51224
51224
|
}
|
|
51225
51225
|
),
|
|
51226
|
-
/* @__PURE__ */
|
|
51227
|
-
/* @__PURE__ */
|
|
51226
|
+
/* @__PURE__ */ B.jsx("span", { className: "folioName", children: c }),
|
|
51227
|
+
/* @__PURE__ */ B.jsxs(
|
|
51228
51228
|
"span",
|
|
51229
51229
|
{
|
|
51230
51230
|
title: "Go forward",
|
|
@@ -51233,7 +51233,7 @@ class Ree extends Et.Component {
|
|
|
51233
51233
|
className: i[t].hasNext ? "arrow" : "arrow disabled",
|
|
51234
51234
|
children: [
|
|
51235
51235
|
" ",
|
|
51236
|
-
/* @__PURE__ */
|
|
51236
|
+
/* @__PURE__ */ B.jsx(RO, {})
|
|
51237
51237
|
]
|
|
51238
51238
|
}
|
|
51239
51239
|
)
|
|
@@ -51253,11 +51253,11 @@ class kee extends Et.Component {
|
|
|
51253
51253
|
}
|
|
51254
51254
|
}
|
|
51255
51255
|
function eu({ side: e, documentView: n, documentViewActions: t }) {
|
|
51256
|
-
return /* @__PURE__ */
|
|
51257
|
-
n.left.iiifShortID !== "-1" && n.right.iiifShortID !== "-1" ? /* @__PURE__ */
|
|
51258
|
-
/* @__PURE__ */
|
|
51259
|
-
/* @__PURE__ */
|
|
51260
|
-
/* @__PURE__ */
|
|
51256
|
+
return /* @__PURE__ */ B.jsxs("div", { style: { position: "relative" }, className: "watermarkContainer", children: [
|
|
51257
|
+
n.left.iiifShortID !== "-1" && n.right.iiifShortID !== "-1" ? /* @__PURE__ */ B.jsx(Va, { side: e, documentView: n, documentViewActions: t }) : null,
|
|
51258
|
+
/* @__PURE__ */ B.jsxs("div", { className: "transcriptContent", children: [
|
|
51259
|
+
/* @__PURE__ */ B.jsx(zs, { side: e, className: "pagination_upper", documentView: n, documentViewActions: t }),
|
|
51260
|
+
/* @__PURE__ */ B.jsx("div", { className: "watermark", children: /* @__PURE__ */ B.jsx("div", { className: e !== "third" ? "watermark_contents" : "third_pane_blank" }) })
|
|
51261
51261
|
] })
|
|
51262
51262
|
] });
|
|
51263
51263
|
}
|
|
@@ -51291,16 +51291,16 @@ function Dee(e, n) {
|
|
|
51291
51291
|
return Qm(e, r);
|
|
51292
51292
|
case "tei-note": {
|
|
51293
51293
|
const u = ((i = r.children[0]) == null ? void 0 : i.data) || "", f = r.attribs.n || r.attribs.id;
|
|
51294
|
-
return f ? /* @__PURE__ */
|
|
51294
|
+
return f ? /* @__PURE__ */ B.jsx(Pee, { commentID: f, text: u }) : r;
|
|
51295
51295
|
}
|
|
51296
51296
|
case "tei-figure": {
|
|
51297
51297
|
const u = r.children.find((v) => v.name === "tei-graphic"), f = (s = u == null ? void 0 : u.attribs) == null ? void 0 : s.url;
|
|
51298
51298
|
if (!f)
|
|
51299
51299
|
return r;
|
|
51300
51300
|
const p = r.children.find((v) => v.name === "tei-figdesc"), g = (c = p == null ? void 0 : p.children[0]) == null ? void 0 : c.data;
|
|
51301
|
-
return /* @__PURE__ */
|
|
51302
|
-
/* @__PURE__ */
|
|
51303
|
-
g ? /* @__PURE__ */
|
|
51301
|
+
return /* @__PURE__ */ B.jsxs("figure", { className: "inline-figure", children: [
|
|
51302
|
+
/* @__PURE__ */ B.jsx("img", { src: f, alt: g || "", className: "inline-image" }),
|
|
51303
|
+
g ? /* @__PURE__ */ B.jsx("figcaption", { children: g }) : null
|
|
51304
51304
|
] });
|
|
51305
51305
|
}
|
|
51306
51306
|
default:
|
|
@@ -51319,7 +51319,7 @@ function Iee(e) {
|
|
|
51319
51319
|
documentViewActions: u
|
|
51320
51320
|
} = e, { tagsLeft: f, tagsRight: p } = oo(rl), g = t === "left" ? f : p;
|
|
51321
51321
|
if (r === "-1")
|
|
51322
|
-
return /* @__PURE__ */
|
|
51322
|
+
return /* @__PURE__ */ B.jsx(
|
|
51323
51323
|
eu,
|
|
51324
51324
|
{
|
|
51325
51325
|
documentView: c,
|
|
@@ -51329,7 +51329,7 @@ function Iee(e) {
|
|
|
51329
51329
|
);
|
|
51330
51330
|
const v = s.folioIndex[r];
|
|
51331
51331
|
if (v && !v.loading && !v.transcription)
|
|
51332
|
-
return /* @__PURE__ */
|
|
51332
|
+
return /* @__PURE__ */ B.jsx(
|
|
51333
51333
|
eu,
|
|
51334
51334
|
{
|
|
51335
51335
|
documentView: c,
|
|
@@ -51339,7 +51339,7 @@ function Iee(e) {
|
|
|
51339
51339
|
);
|
|
51340
51340
|
const E = v && v.transcription && v.transcription[i];
|
|
51341
51341
|
if (v && !v.loading && !E)
|
|
51342
|
-
return /* @__PURE__ */
|
|
51342
|
+
return /* @__PURE__ */ B.jsx(
|
|
51343
51343
|
eu,
|
|
51344
51344
|
{
|
|
51345
51345
|
documentView: c,
|
|
@@ -51348,15 +51348,15 @@ function Iee(e) {
|
|
|
51348
51348
|
}
|
|
51349
51349
|
);
|
|
51350
51350
|
const S = Dee(n.get("zone"), g), _ = E && E.html, R = E && E.layout;
|
|
51351
|
-
return v && !v.loading && !_ ? /* @__PURE__ */
|
|
51351
|
+
return v && !v.loading && !_ ? /* @__PURE__ */ B.jsx(
|
|
51352
51352
|
eu,
|
|
51353
51353
|
{
|
|
51354
51354
|
documentView: c,
|
|
51355
51355
|
documentViewActions: u,
|
|
51356
51356
|
side: t
|
|
51357
51357
|
}
|
|
51358
|
-
) : v && v.loading ? /* @__PURE__ */
|
|
51359
|
-
/* @__PURE__ */
|
|
51358
|
+
) : v && v.loading ? /* @__PURE__ */ B.jsxs("div", { children: [
|
|
51359
|
+
/* @__PURE__ */ B.jsx(
|
|
51360
51360
|
Va,
|
|
51361
51361
|
{
|
|
51362
51362
|
side: t,
|
|
@@ -51365,9 +51365,9 @@ function Iee(e) {
|
|
|
51365
51365
|
documentName: s.variorum && v.doc_id
|
|
51366
51366
|
}
|
|
51367
51367
|
),
|
|
51368
|
-
/* @__PURE__ */
|
|
51369
|
-
/* @__PURE__ */
|
|
51370
|
-
/* @__PURE__ */
|
|
51368
|
+
/* @__PURE__ */ B.jsx(zs, { side: t, documentView: c, documentViewActions: u }),
|
|
51369
|
+
/* @__PURE__ */ B.jsx("div", { className: "transcriptionViewComponent", children: /* @__PURE__ */ B.jsx("div", { className: "transcriptContent", children: /* @__PURE__ */ B.jsx(nC, { children: /* @__PURE__ */ B.jsx(Vy, { delay: 3e3, color: "dark" }) }) }) }),
|
|
51370
|
+
/* @__PURE__ */ B.jsx(
|
|
51371
51371
|
zs,
|
|
51372
51372
|
{
|
|
51373
51373
|
side: t,
|
|
@@ -51376,8 +51376,8 @@ function Iee(e) {
|
|
|
51376
51376
|
bottom: !0
|
|
51377
51377
|
}
|
|
51378
51378
|
)
|
|
51379
|
-
] }) : /* @__PURE__ */
|
|
51380
|
-
/* @__PURE__ */
|
|
51379
|
+
] }) : /* @__PURE__ */ B.jsxs("div", { style: { position: "relative", overflow: "auto" }, children: [
|
|
51380
|
+
/* @__PURE__ */ B.jsx(
|
|
51381
51381
|
Va,
|
|
51382
51382
|
{
|
|
51383
51383
|
side: t,
|
|
@@ -51386,13 +51386,13 @@ function Iee(e) {
|
|
|
51386
51386
|
documentName: s.variorum && v.doc_id
|
|
51387
51387
|
}
|
|
51388
51388
|
),
|
|
51389
|
-
/* @__PURE__ */
|
|
51390
|
-
/* @__PURE__ */
|
|
51389
|
+
/* @__PURE__ */ B.jsx(zs, { side: t, documentView: c, documentViewActions: u }),
|
|
51390
|
+
/* @__PURE__ */ B.jsx("div", { className: "transcriptionViewComponent", children: /* @__PURE__ */ B.jsx("div", { className: "transcriptContent", children: /* @__PURE__ */ B.jsx(nC, { children: /* @__PURE__ */ B.jsx(
|
|
51391
51391
|
"div",
|
|
51392
51392
|
{
|
|
51393
51393
|
className: "surface grid-mode",
|
|
51394
51394
|
style: { gridTemplateAreas: R },
|
|
51395
|
-
children: /* @__PURE__ */
|
|
51395
|
+
children: /* @__PURE__ */ B.jsx(
|
|
51396
51396
|
kee,
|
|
51397
51397
|
{
|
|
51398
51398
|
html: _,
|
|
@@ -51401,7 +51401,7 @@ function Iee(e) {
|
|
|
51401
51401
|
)
|
|
51402
51402
|
}
|
|
51403
51403
|
) }) }) }),
|
|
51404
|
-
/* @__PURE__ */
|
|
51404
|
+
/* @__PURE__ */ B.jsx(
|
|
51405
51405
|
zs,
|
|
51406
51406
|
{
|
|
51407
51407
|
side: t,
|
|
@@ -51429,10 +51429,10 @@ class Lee extends Jo {
|
|
|
51429
51429
|
documentViewActions: i
|
|
51430
51430
|
} = this.props, s = `xmlViewComponent ${n}`, c = `xmlViewComponent_${n}`, u = r[n].iiifShortID;
|
|
51431
51431
|
if (u === "-1")
|
|
51432
|
-
return /* @__PURE__ */
|
|
51432
|
+
return /* @__PURE__ */ B.jsx("div", { className: "watermark", children: /* @__PURE__ */ B.jsx("div", { className: "watermark_contents" }) });
|
|
51433
51433
|
const f = t.folioIndex[u];
|
|
51434
51434
|
if (!f.transcription)
|
|
51435
|
-
return /* @__PURE__ */
|
|
51435
|
+
return /* @__PURE__ */ B.jsx(
|
|
51436
51436
|
eu,
|
|
51437
51437
|
{
|
|
51438
51438
|
documentView: r,
|
|
@@ -51441,10 +51441,10 @@ class Lee extends Jo {
|
|
|
51441
51441
|
}
|
|
51442
51442
|
);
|
|
51443
51443
|
const { transcriptionType: p } = r[n], g = f.transcription[p], { xml: v } = g;
|
|
51444
|
-
return /* @__PURE__ */
|
|
51445
|
-
/* @__PURE__ */
|
|
51446
|
-
/* @__PURE__ */
|
|
51447
|
-
/* @__PURE__ */
|
|
51444
|
+
return /* @__PURE__ */ B.jsxs("div", { id: c, className: s, style: { position: "relative", overflow: "auto" }, children: [
|
|
51445
|
+
/* @__PURE__ */ B.jsx(Va, { side: n, documentView: r, documentViewActions: i, documentName: t.variorum && f.doc_id }),
|
|
51446
|
+
/* @__PURE__ */ B.jsx(zs, { side: n, className: "pagination_upper", documentView: r, documentViewActions: i }),
|
|
51447
|
+
/* @__PURE__ */ B.jsx("div", { className: "xmlContentInner", children: /* @__PURE__ */ B.jsx("pre", { children: v }) })
|
|
51448
51448
|
] });
|
|
51449
51449
|
}
|
|
51450
51450
|
}
|
|
@@ -51521,7 +51521,7 @@ function Bee(e) {
|
|
|
51521
51521
|
}, []);
|
|
51522
51522
|
const U = (we, _e) => {
|
|
51523
51523
|
we === "left" ? c({ ...s, isXMLMode: _e }) : we === "right" ? f({ ...u, isXMLMode: _e }) : g({ ...p, isXMLMode: _e });
|
|
51524
|
-
},
|
|
51524
|
+
}, z = (we, _e) => {
|
|
51525
51525
|
if (i(_e), _e) {
|
|
51526
51526
|
const [Te, Ie] = V(we);
|
|
51527
51527
|
ae(Te, "f", Ie, "f");
|
|
@@ -51690,13 +51690,13 @@ function Bee(e) {
|
|
|
51690
51690
|
}, he = {
|
|
51691
51691
|
setXMLMode: U,
|
|
51692
51692
|
setLinkedMode: t,
|
|
51693
|
-
setBookMode:
|
|
51693
|
+
setBookMode: z,
|
|
51694
51694
|
changeTranscriptionType: re,
|
|
51695
51695
|
changeCurrentFolio: se,
|
|
51696
51696
|
jumpToFolio: K
|
|
51697
51697
|
}, ye = (we, _e) => {
|
|
51698
51698
|
const Te = ee(we), Ie = je(we), W = _e[we].iiifShortID, xe = _e[we].documentID, { transcriptionType: He } = _e[we];
|
|
51699
|
-
return Te === "ImageView" ? /* @__PURE__ */
|
|
51699
|
+
return Te === "ImageView" ? /* @__PURE__ */ B.jsx(
|
|
51700
51700
|
AQ,
|
|
51701
51701
|
{
|
|
51702
51702
|
folioID: W,
|
|
@@ -51705,7 +51705,7 @@ function Bee(e) {
|
|
|
51705
51705
|
side: we
|
|
51706
51706
|
},
|
|
51707
51707
|
Ie
|
|
51708
|
-
) : Te === "TranscriptionView" ? /* @__PURE__ */
|
|
51708
|
+
) : Te === "TranscriptionView" ? /* @__PURE__ */ B.jsx(
|
|
51709
51709
|
Mee,
|
|
51710
51710
|
{
|
|
51711
51711
|
documentView: _e,
|
|
@@ -51715,7 +51715,7 @@ function Bee(e) {
|
|
|
51715
51715
|
transcriptionType: He
|
|
51716
51716
|
},
|
|
51717
51717
|
Ie
|
|
51718
|
-
) : Te === "XMLView" ? /* @__PURE__ */
|
|
51718
|
+
) : Te === "XMLView" ? /* @__PURE__ */ B.jsx(
|
|
51719
51719
|
jee,
|
|
51720
51720
|
{
|
|
51721
51721
|
folioID: W,
|
|
@@ -51725,7 +51725,7 @@ function Bee(e) {
|
|
|
51725
51725
|
side: we
|
|
51726
51726
|
},
|
|
51727
51727
|
Ie
|
|
51728
|
-
) : Te === "ImageGridView" ? e.tagExplorerMode ? /* @__PURE__ */
|
|
51728
|
+
) : Te === "ImageGridView" ? e.tagExplorerMode ? /* @__PURE__ */ B.jsx(AW, { side: we, documentView: _e }) : /* @__PURE__ */ B.jsx(
|
|
51729
51729
|
TQ,
|
|
51730
51730
|
{
|
|
51731
51731
|
documentView: _e,
|
|
@@ -51734,7 +51734,7 @@ function Bee(e) {
|
|
|
51734
51734
|
selectedDoc: xe || e.document.variorum && Object.keys(e.document.derivativeNames)[we === "left" ? 0 : we === "right" ? 1 : Object.keys(e.document.derivativeNames).length > 2 ? 2 : 1]
|
|
51735
51735
|
},
|
|
51736
51736
|
Ie
|
|
51737
|
-
) : Te === "GlossaryView" ? /* @__PURE__ */
|
|
51737
|
+
) : Te === "GlossaryView" ? /* @__PURE__ */ B.jsx(
|
|
51738
51738
|
xQ,
|
|
51739
51739
|
{
|
|
51740
51740
|
documentView: _e,
|
|
@@ -51742,7 +51742,7 @@ function Bee(e) {
|
|
|
51742
51742
|
side: we
|
|
51743
51743
|
},
|
|
51744
51744
|
Ie
|
|
51745
|
-
) : Te === "NotesView" ? /* @__PURE__ */
|
|
51745
|
+
) : Te === "NotesView" ? /* @__PURE__ */ B.jsx(
|
|
51746
51746
|
wee,
|
|
51747
51747
|
{
|
|
51748
51748
|
documentView: _e,
|
|
@@ -51750,7 +51750,7 @@ function Bee(e) {
|
|
|
51750
51750
|
side: we
|
|
51751
51751
|
},
|
|
51752
51752
|
Ie
|
|
51753
|
-
) : /* @__PURE__ */
|
|
51753
|
+
) : /* @__PURE__ */ B.jsx("div", { children: "ERROR: Unrecognized viewType." });
|
|
51754
51754
|
}, je = (we) => {
|
|
51755
51755
|
const _e = we === "left" ? s : we === "right" ? u : p;
|
|
51756
51756
|
return _e.viewType === "ImageGridView" ? `${we}-${_e.viewType}` : typeof _e.folio < "u" ? `${we}-${_e.viewType}-${_e.folio.id}` : `${we}-${_e.viewType}`;
|
|
@@ -51764,7 +51764,7 @@ function Bee(e) {
|
|
|
51764
51764
|
right: me("right"),
|
|
51765
51765
|
third: me("third")
|
|
51766
51766
|
};
|
|
51767
|
-
return { ...me("right") }, U5("md", e.width) && !v ? /* @__PURE__ */
|
|
51767
|
+
return { ...me("right") }, U5("md", e.width) && !v ? /* @__PURE__ */ B.jsx("div", { style: { height: "100%" }, children: /* @__PURE__ */ B.jsx(
|
|
51768
51768
|
_ee,
|
|
51769
51769
|
{
|
|
51770
51770
|
leftPane: ye("left", Me),
|
|
@@ -51773,7 +51773,7 @@ function Bee(e) {
|
|
|
51773
51773
|
onWidth: X,
|
|
51774
51774
|
threePanel: e.document.threePanel
|
|
51775
51775
|
}
|
|
51776
|
-
) }) : /* @__PURE__ */
|
|
51776
|
+
) }) : /* @__PURE__ */ B.jsx("div", { style: { height: "100%" }, children: /* @__PURE__ */ B.jsx(
|
|
51777
51777
|
See,
|
|
51778
51778
|
{
|
|
51779
51779
|
singlePane: ye(me("left").iiifShortID === "-1" ? "left" : "right", Me)
|
|
@@ -51810,18 +51810,18 @@ function YO(e) {
|
|
|
51810
51810
|
}, []), fr(() => {
|
|
51811
51811
|
s.current && (t(s.current.offsetWidth), s.current.clientHeight === 0 && i("100dvh"));
|
|
51812
51812
|
}, [s]);
|
|
51813
|
-
const { fixedFrameMode: c } = e.diplomatic, u = c ? "editioncrafter" : "editioncrafter sticky", f = /* @__PURE__ */
|
|
51814
|
-
/* @__PURE__ */
|
|
51815
|
-
/* @__PURE__ */
|
|
51816
|
-
/* @__PURE__ */
|
|
51817
|
-
/* @__PURE__ */
|
|
51818
|
-
/* @__PURE__ */
|
|
51819
|
-
/* @__PURE__ */
|
|
51820
|
-
/* @__PURE__ */
|
|
51821
|
-
/* @__PURE__ */
|
|
51813
|
+
const { fixedFrameMode: c } = e.diplomatic, u = c ? "editioncrafter" : "editioncrafter sticky", f = /* @__PURE__ */ B.jsxs("div", { id: "diplomatic", className: u, ref: s, style: { height: r }, children: [
|
|
51814
|
+
/* @__PURE__ */ B.jsx(Uee, {}),
|
|
51815
|
+
/* @__PURE__ */ B.jsx("div", { id: "content", style: { height: "100%" }, children: /* @__PURE__ */ B.jsxs(xH, { children: [
|
|
51816
|
+
/* @__PURE__ */ B.jsx(Ea, { path: "/ec/:folioID/:transcriptionType/:folioID2/:transcriptionType2/:folioID3/:transcriptionType3", element: /* @__PURE__ */ B.jsx(Xl, { ...e, containerWidth: n }), exact: !0 }),
|
|
51817
|
+
/* @__PURE__ */ B.jsx(Ea, { path: "/ec/:folioID/:transcriptionType/:folioID2/:transcriptionType2", element: /* @__PURE__ */ B.jsx(Xl, { ...e, containerWidth: n }), exact: !0 }),
|
|
51818
|
+
/* @__PURE__ */ B.jsx(Ea, { path: "/ec/:folioID/:transcriptionType", element: /* @__PURE__ */ B.jsx(Xl, { ...e, containerWidth: n }), exact: !0 }),
|
|
51819
|
+
/* @__PURE__ */ B.jsx(Ea, { path: "/ec/:folioID", element: /* @__PURE__ */ B.jsx(Xl, { ...e, containerWidth: n }), exact: !0 }),
|
|
51820
|
+
/* @__PURE__ */ B.jsx(Ea, { path: "/ec", element: /* @__PURE__ */ B.jsx(Xl, { ...e, containerWidth: n }), exact: !0 }),
|
|
51821
|
+
/* @__PURE__ */ B.jsx(Ea, { path: "/", element: /* @__PURE__ */ B.jsx(bH, { to: "/ec" }), exact: !0 })
|
|
51822
51822
|
] }) })
|
|
51823
|
-
] }), p = e.tagExplorerMode !== !0 ? /* @__PURE__ */
|
|
51824
|
-
return /* @__PURE__ */
|
|
51823
|
+
] }), p = e.tagExplorerMode !== !0 ? /* @__PURE__ */ B.jsx(t_, { children: /* @__PURE__ */ B.jsx(i_, { children: f }) }) : f;
|
|
51824
|
+
return /* @__PURE__ */ B.jsx(Oz, { store: e.store, children: p });
|
|
51825
51825
|
}
|
|
51826
51826
|
YO.propTypes = {
|
|
51827
51827
|
store: P.object.isRequired,
|
|
@@ -51845,7 +51845,7 @@ function qee(e) {
|
|
|
51845
51845
|
}
|
|
51846
51846
|
}
|
|
51847
51847
|
}), t = e.tagExplorerMode === !0;
|
|
51848
|
-
return /* @__PURE__ */
|
|
51848
|
+
return /* @__PURE__ */ B.jsx(fu, { theme: n, children: /* @__PURE__ */ B.jsx(Gee, { config: e, store: e7(e), tagExplorerMode: t }) });
|
|
51849
51849
|
}
|
|
51850
51850
|
var XO = { exports: {} };
|
|
51851
51851
|
const Yee = {}, Xee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -52188,8 +52188,8 @@ const Yee = {}, Xee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defin
|
|
|
52188
52188
|
};
|
|
52189
52189
|
var S = Object.assign({}, p), _ = "./this.program", R = "", O, k;
|
|
52190
52190
|
if (E) {
|
|
52191
|
-
var U = eg,
|
|
52192
|
-
R = __dirname + "/", k = (C) => (C = ot(C) ? new URL(C) :
|
|
52191
|
+
var U = eg, z = eg;
|
|
52192
|
+
R = __dirname + "/", k = (C) => (C = ot(C) ? new URL(C) : z.normalize(C), U.readFileSync(C)), O = (C) => (C = ot(C) ? new URL(C) : z.normalize(C), new Promise((A, H) => {
|
|
52193
52193
|
U.readFile(C, void 0, (ne, ve) => {
|
|
52194
52194
|
ne ? H(ne) : A(ve.buffer);
|
|
52195
52195
|
});
|
|
@@ -53475,9 +53475,9 @@ function ste(e) {
|
|
|
53475
53475
|
return Or({ tag: "svg", attr: { fill: "none", viewBox: "0 0 24 24", strokeWidth: "1.5", stroke: "currentColor", "aria-hidden": "true" }, child: [{ tag: "path", attr: { strokeLinecap: "round", strokeLinejoin: "round", d: "M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25" } }] })(e);
|
|
53476
53476
|
}
|
|
53477
53477
|
function JO() {
|
|
53478
|
-
return /* @__PURE__ */
|
|
53479
|
-
/* @__PURE__ */
|
|
53480
|
-
/* @__PURE__ */
|
|
53478
|
+
return /* @__PURE__ */ B.jsxs("div", { className: "loading", children: [
|
|
53479
|
+
/* @__PURE__ */ B.jsx(ste, {}),
|
|
53480
|
+
/* @__PURE__ */ B.jsx("span", { children: "Loading" })
|
|
53481
53481
|
] });
|
|
53482
53482
|
}
|
|
53483
53483
|
function Ui(e) {
|
|
@@ -53491,7 +53491,7 @@ const zu = ev({
|
|
|
53491
53491
|
tags: []
|
|
53492
53492
|
});
|
|
53493
53493
|
function Uh(e) {
|
|
53494
|
-
return /* @__PURE__ */
|
|
53494
|
+
return /* @__PURE__ */ B.jsxs("button", { className: e.isActive ? "active pill" : "pill", onClick: e.onClick, type: "button", children: [
|
|
53495
53495
|
e.children,
|
|
53496
53496
|
e.label
|
|
53497
53497
|
] });
|
|
@@ -53504,27 +53504,27 @@ function lte(e) {
|
|
|
53504
53504
|
r.layer === e.layer && (t.includes(r.name) || (r.name.length > iC ? t.push(`${r.name.slice(0, iC)}...`) : t.push(r.name)));
|
|
53505
53505
|
}), t.join("; ");
|
|
53506
53506
|
}, [e.layer, e.phrases]);
|
|
53507
|
-
return /* @__PURE__ */
|
|
53507
|
+
return /* @__PURE__ */ B.jsx("p", { children: n });
|
|
53508
53508
|
}
|
|
53509
53509
|
function ute(e) {
|
|
53510
53510
|
const n = oo(zu), [t, r] = cn(Object.keys(n.layers)[0]), i = wn(
|
|
53511
53511
|
() => Object.keys(e.tagCounts).filter((s) => e.tagCounts[s].phrases.some((c) => c.layer === t)),
|
|
53512
53512
|
[t, e.tagCounts]
|
|
53513
53513
|
);
|
|
53514
|
-
return /* @__PURE__ */
|
|
53514
|
+
return /* @__PURE__ */ B.jsxs(
|
|
53515
53515
|
"div",
|
|
53516
53516
|
{
|
|
53517
53517
|
className: "phrase-list-table-container",
|
|
53518
53518
|
style: { display: e.visible ? "initial" : "none" },
|
|
53519
53519
|
children: [
|
|
53520
|
-
/* @__PURE__ */
|
|
53521
|
-
/* @__PURE__ */
|
|
53522
|
-
/* @__PURE__ */
|
|
53520
|
+
/* @__PURE__ */ B.jsxs("div", { className: "layer-select-container", children: [
|
|
53521
|
+
/* @__PURE__ */ B.jsx("span", { children: "Layer" }),
|
|
53522
|
+
/* @__PURE__ */ B.jsx(
|
|
53523
53523
|
"select",
|
|
53524
53524
|
{
|
|
53525
53525
|
className: "layer-select",
|
|
53526
53526
|
onChange: (s) => r(s.target.value),
|
|
53527
|
-
children: Object.keys(n.layers).map((s) => /* @__PURE__ */
|
|
53527
|
+
children: Object.keys(n.layers).map((s) => /* @__PURE__ */ B.jsx(
|
|
53528
53528
|
"option",
|
|
53529
53529
|
{
|
|
53530
53530
|
value: s,
|
|
@@ -53535,23 +53535,23 @@ function ute(e) {
|
|
|
53535
53535
|
}
|
|
53536
53536
|
)
|
|
53537
53537
|
] }),
|
|
53538
|
-
/* @__PURE__ */
|
|
53539
|
-
/* @__PURE__ */
|
|
53540
|
-
/* @__PURE__ */
|
|
53541
|
-
/* @__PURE__ */
|
|
53538
|
+
/* @__PURE__ */ B.jsxs("table", { className: "phrase-list-table", children: [
|
|
53539
|
+
/* @__PURE__ */ B.jsx("thead", { children: /* @__PURE__ */ B.jsxs("tr", { children: [
|
|
53540
|
+
/* @__PURE__ */ B.jsx("th", { children: "Tags for phrases" }),
|
|
53541
|
+
/* @__PURE__ */ B.jsx("th", { children: /* @__PURE__ */ B.jsx("span", { children: "References in this layer" }) })
|
|
53542
53542
|
] }) }),
|
|
53543
|
-
/* @__PURE__ */
|
|
53544
|
-
i.length === 0 && /* @__PURE__ */
|
|
53545
|
-
i.map((s) => /* @__PURE__ */
|
|
53546
|
-
/* @__PURE__ */
|
|
53543
|
+
/* @__PURE__ */ B.jsxs("tbody", { children: [
|
|
53544
|
+
i.length === 0 && /* @__PURE__ */ B.jsx("tr", { children: /* @__PURE__ */ B.jsx("td", { colSpan: 2, children: /* @__PURE__ */ B.jsx("div", { className: "empty-table-container", children: "No tags in this layer." }) }) }),
|
|
53545
|
+
i.map((s) => /* @__PURE__ */ B.jsxs("tr", { children: [
|
|
53546
|
+
/* @__PURE__ */ B.jsx("td", { children: /* @__PURE__ */ B.jsx(
|
|
53547
53547
|
Uh,
|
|
53548
53548
|
{
|
|
53549
53549
|
label: s,
|
|
53550
53550
|
isActive: n.tags.includes(e.tagCounts[s].id),
|
|
53551
|
-
children: /* @__PURE__ */
|
|
53551
|
+
children: /* @__PURE__ */ B.jsx("span", { className: "tag-count", children: e.tagCounts[s].count })
|
|
53552
53552
|
}
|
|
53553
53553
|
) }),
|
|
53554
|
-
/* @__PURE__ */
|
|
53554
|
+
/* @__PURE__ */ B.jsx("td", { children: /* @__PURE__ */ B.jsx(
|
|
53555
53555
|
lte,
|
|
53556
53556
|
{
|
|
53557
53557
|
layer: t,
|
|
@@ -53575,14 +53575,14 @@ function hte(e, n, t, r) {
|
|
|
53575
53575
|
return `${e}#/ec/${n.surface_xml_id}/f/${n.surface_xml_id}/${n.layer_xml_id}?tags=${[...t, ...r].join(",")}`;
|
|
53576
53576
|
}
|
|
53577
53577
|
function dte(e) {
|
|
53578
|
-
return /* @__PURE__ */
|
|
53578
|
+
return /* @__PURE__ */ B.jsx(
|
|
53579
53579
|
"button",
|
|
53580
53580
|
{
|
|
53581
53581
|
"aria-label": "Toggle phrases",
|
|
53582
53582
|
className: "phrase-toggle",
|
|
53583
53583
|
onClick: e.onClick,
|
|
53584
53584
|
type: "button",
|
|
53585
|
-
children: e.toggled ? /* @__PURE__ */
|
|
53585
|
+
children: e.toggled ? /* @__PURE__ */ B.jsx(oQ, {}) : /* @__PURE__ */ B.jsx(iQ, {})
|
|
53586
53586
|
}
|
|
53587
53587
|
);
|
|
53588
53588
|
}
|
|
@@ -53608,8 +53608,8 @@ function fte(e) {
|
|
|
53608
53608
|
});
|
|
53609
53609
|
}), c;
|
|
53610
53610
|
}, [e.childElements, e.tags]);
|
|
53611
|
-
return /* @__PURE__ */
|
|
53612
|
-
/* @__PURE__ */
|
|
53611
|
+
return /* @__PURE__ */ B.jsxs("div", { className: "record-box", children: [
|
|
53612
|
+
/* @__PURE__ */ B.jsx("p", { children: /* @__PURE__ */ B.jsx(
|
|
53613
53613
|
"a",
|
|
53614
53614
|
{
|
|
53615
53615
|
href: hte(e.viewerUrl, e.div, r.categories, r.tags),
|
|
@@ -53618,11 +53618,11 @@ function fte(e) {
|
|
|
53618
53618
|
children: cte(e.div)
|
|
53619
53619
|
}
|
|
53620
53620
|
) }),
|
|
53621
|
-
/* @__PURE__ */
|
|
53622
|
-
/* @__PURE__ */
|
|
53623
|
-
/* @__PURE__ */
|
|
53624
|
-
Object.keys(s).map((c) => /* @__PURE__ */
|
|
53625
|
-
/* @__PURE__ */
|
|
53621
|
+
/* @__PURE__ */ B.jsx("div", { className: "category-list", children: i.map((c) => /* @__PURE__ */ B.jsx(Uh, { label: c.name, isActive: r.categories.includes(c.xml_id) }, c.id)) }),
|
|
53622
|
+
/* @__PURE__ */ B.jsxs("div", { className: "tag-list", children: [
|
|
53623
|
+
/* @__PURE__ */ B.jsx("span", { className: "tag-list-label", children: "Tags" }),
|
|
53624
|
+
Object.keys(s).map((c) => /* @__PURE__ */ B.jsx(Uh, { label: c, isActive: r.tags.includes(s[c].id), children: /* @__PURE__ */ B.jsx("span", { className: "tag-count", children: s[c].count }) }, c)),
|
|
53625
|
+
/* @__PURE__ */ B.jsx(
|
|
53626
53626
|
dte,
|
|
53627
53627
|
{
|
|
53628
53628
|
toggled: n,
|
|
@@ -53630,7 +53630,7 @@ function fte(e) {
|
|
|
53630
53630
|
}
|
|
53631
53631
|
)
|
|
53632
53632
|
] }),
|
|
53633
|
-
/* @__PURE__ */
|
|
53633
|
+
/* @__PURE__ */ B.jsx(
|
|
53634
53634
|
ute,
|
|
53635
53635
|
{
|
|
53636
53636
|
tagCounts: s,
|
|
@@ -53692,8 +53692,8 @@ function vte(e) {
|
|
|
53692
53692
|
}
|
|
53693
53693
|
return s;
|
|
53694
53694
|
}, [t]);
|
|
53695
|
-
return /* @__PURE__ */
|
|
53696
|
-
/* @__PURE__ */
|
|
53695
|
+
return /* @__PURE__ */ B.jsxs("div", { className: "record-list-view", children: [
|
|
53696
|
+
/* @__PURE__ */ B.jsxs("h1", { className: "entries-header", children: [
|
|
53697
53697
|
e.recordLabel || "Records",
|
|
53698
53698
|
" ",
|
|
53699
53699
|
"(",
|
|
@@ -53701,7 +53701,7 @@ function vte(e) {
|
|
|
53701
53701
|
")"
|
|
53702
53702
|
] }),
|
|
53703
53703
|
i.map(
|
|
53704
|
-
(s) => gte(n, s) ? /* @__PURE__ */
|
|
53704
|
+
(s) => gte(n, s) ? /* @__PURE__ */ B.jsx(
|
|
53705
53705
|
fte,
|
|
53706
53706
|
{
|
|
53707
53707
|
childElements: t.filter((c) => c.parent_id === s.element.id),
|
|
@@ -53716,28 +53716,28 @@ function vte(e) {
|
|
|
53716
53716
|
}
|
|
53717
53717
|
function aC(e) {
|
|
53718
53718
|
const [n, t] = cn(!0);
|
|
53719
|
-
return /* @__PURE__ */
|
|
53720
|
-
/* @__PURE__ */
|
|
53721
|
-
/* @__PURE__ */
|
|
53722
|
-
n ? /* @__PURE__ */
|
|
53719
|
+
return /* @__PURE__ */ B.jsxs(B.Fragment, { children: [
|
|
53720
|
+
/* @__PURE__ */ B.jsx("div", { className: "collapsible-menu", children: /* @__PURE__ */ B.jsxs("button", { className: "collapsible-menu-toggle", onClick: () => t(!n), type: "button", children: [
|
|
53721
|
+
/* @__PURE__ */ B.jsx("p", { className: "collapsible-menu-title", children: e.title }),
|
|
53722
|
+
n ? /* @__PURE__ */ B.jsx($J, {}) : /* @__PURE__ */ B.jsx(QJ, {})
|
|
53723
53723
|
] }) }),
|
|
53724
53724
|
n && e.children
|
|
53725
53725
|
] });
|
|
53726
53726
|
}
|
|
53727
53727
|
function yte(e) {
|
|
53728
53728
|
const { categories: n, toggleCategoryFilter: t, tags: r, toggleTagFilter: i } = oo(zu), s = e.type === "categories" ? t : i, c = wn(() => e.type === "categories" ? n.includes(e.tag.xml_id) : r.includes(e.tag.xml_id), [e.type, e.tag.xml_id, n, r]);
|
|
53729
|
-
return /* @__PURE__ */
|
|
53729
|
+
return /* @__PURE__ */ B.jsx(
|
|
53730
53730
|
Uh,
|
|
53731
53731
|
{
|
|
53732
53732
|
isActive: c,
|
|
53733
53733
|
onClick: () => s(e.tag.xml_id),
|
|
53734
53734
|
label: e.tag.name,
|
|
53735
|
-
children: c && /* @__PURE__ */
|
|
53735
|
+
children: c && /* @__PURE__ */ B.jsx(rQ, {})
|
|
53736
53736
|
}
|
|
53737
53737
|
);
|
|
53738
53738
|
}
|
|
53739
53739
|
function sC(e) {
|
|
53740
|
-
return /* @__PURE__ */
|
|
53740
|
+
return /* @__PURE__ */ B.jsx("div", { className: "sidebar-tag-list", children: e.tags.map((n) => /* @__PURE__ */ B.jsx(yte, { type: e.type, tag: n }, n.id)) });
|
|
53741
53741
|
}
|
|
53742
53742
|
function bte(e) {
|
|
53743
53743
|
const n = e.prepare(`
|
|
@@ -53786,12 +53786,12 @@ function bte(e) {
|
|
|
53786
53786
|
}
|
|
53787
53787
|
function wte(e) {
|
|
53788
53788
|
const n = wn(() => bte(e.db), [e.db]);
|
|
53789
|
-
return /* @__PURE__ */
|
|
53790
|
-
/* @__PURE__ */
|
|
53791
|
-
/* @__PURE__ */
|
|
53792
|
-
/* @__PURE__ */
|
|
53793
|
-
/* @__PURE__ */
|
|
53794
|
-
/* @__PURE__ */
|
|
53789
|
+
return /* @__PURE__ */ B.jsxs("div", { className: "ec-sidebar", children: [
|
|
53790
|
+
/* @__PURE__ */ B.jsx("h2", { children: "Filters" }),
|
|
53791
|
+
/* @__PURE__ */ B.jsx("div", { className: "h-separator" }),
|
|
53792
|
+
/* @__PURE__ */ B.jsx(aC, { title: "Categories", children: /* @__PURE__ */ B.jsx(sC, { tags: n.categories, type: "categories" }) }),
|
|
53793
|
+
/* @__PURE__ */ B.jsx("div", { className: "h-separator" }),
|
|
53794
|
+
/* @__PURE__ */ B.jsx(aC, { title: "Tags", children: /* @__PURE__ */ B.jsx(sC, { tags: n.tags, type: "tags" }) })
|
|
53795
53795
|
] });
|
|
53796
53796
|
}
|
|
53797
53797
|
const xte = {
|
|
@@ -53825,9 +53825,9 @@ function lne(e) {
|
|
|
53825
53825
|
t(p);
|
|
53826
53826
|
})(), () => {
|
|
53827
53827
|
n && n.close();
|
|
53828
|
-
}), [e.dbUrl, n]), n ? /* @__PURE__ */
|
|
53829
|
-
/* @__PURE__ */
|
|
53830
|
-
/* @__PURE__ */
|
|
53828
|
+
}), [e.dbUrl, n]), n ? /* @__PURE__ */ B.jsx(zu.Provider, { value: u, children: /* @__PURE__ */ B.jsxs("div", { className: "editioncrafter-record-list", children: [
|
|
53829
|
+
/* @__PURE__ */ B.jsx(wte, { db: n }),
|
|
53830
|
+
/* @__PURE__ */ B.jsx(
|
|
53831
53831
|
vte,
|
|
53832
53832
|
{
|
|
53833
53833
|
db: n,
|
|
@@ -53835,26 +53835,26 @@ function lne(e) {
|
|
|
53835
53835
|
viewerUrl: e.viewerUrl
|
|
53836
53836
|
}
|
|
53837
53837
|
)
|
|
53838
|
-
] }) }) : /* @__PURE__ */
|
|
53838
|
+
] }) }) : /* @__PURE__ */ B.jsx(JO, {});
|
|
53839
53839
|
}
|
|
53840
53840
|
function Ste(e) {
|
|
53841
53841
|
const { helpRef: n, toggleDrawer: t, toggleHelp: r } = e;
|
|
53842
|
-
return /* @__PURE__ */
|
|
53843
|
-
/* @__PURE__ */
|
|
53842
|
+
return /* @__PURE__ */ B.jsx(_u, { className: "narrow-sidebar", children: /* @__PURE__ */ B.jsxs(iy, { children: [
|
|
53843
|
+
/* @__PURE__ */ B.jsx(
|
|
53844
53844
|
Uo,
|
|
53845
53845
|
{
|
|
53846
53846
|
onClick: t,
|
|
53847
53847
|
button: !0,
|
|
53848
|
-
children: /* @__PURE__ */
|
|
53848
|
+
children: /* @__PURE__ */ B.jsx(cS, { children: /* @__PURE__ */ B.jsx(_O, {}) })
|
|
53849
53849
|
}
|
|
53850
53850
|
),
|
|
53851
|
-
/* @__PURE__ */
|
|
53851
|
+
/* @__PURE__ */ B.jsx(
|
|
53852
53852
|
Uo,
|
|
53853
53853
|
{
|
|
53854
53854
|
onClick: r,
|
|
53855
53855
|
ref: n,
|
|
53856
53856
|
button: !0,
|
|
53857
|
-
children: /* @__PURE__ */
|
|
53857
|
+
children: /* @__PURE__ */ B.jsx(cS, { children: /* @__PURE__ */ B.jsx(Kg, {}) })
|
|
53858
53858
|
}
|
|
53859
53859
|
)
|
|
53860
53860
|
] }) });
|
|
@@ -53951,25 +53951,25 @@ var rk = Zy.default = void 0, jte = Fte(Et), Bte = Lte(Yy()), zte = (0, Bte.defa
|
|
|
53951
53951
|
}), "ExpandMore");
|
|
53952
53952
|
rk = Zy.default = zte;
|
|
53953
53953
|
function Hte() {
|
|
53954
|
-
return /* @__PURE__ */
|
|
53954
|
+
return /* @__PURE__ */ B.jsx("svg", { width: "28", height: "21", viewBox: "0 0 16 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ B.jsxs(
|
|
53955
53955
|
"g",
|
|
53956
53956
|
{
|
|
53957
53957
|
children: [
|
|
53958
|
-
/* @__PURE__ */
|
|
53959
|
-
/* @__PURE__ */
|
|
53960
|
-
/* @__PURE__ */
|
|
53958
|
+
/* @__PURE__ */ B.jsx("path", { id: "Vector", d: "M1.26984 0H6.34921C6.68599 0 7.00898 0.158035 7.24712 0.43934C7.48526 0.720644 7.61905 1.10218 7.61905 1.5V10.5C7.61905 10.8978 7.48526 11.2794 7.24712 11.5607C7.00898 11.842 6.68599 12 6.34921 12H1.26984C0.933058 12 0.610069 11.842 0.371928 11.5607C0.133786 11.2794 0 10.8978 0 10.5V1.5C0 1.10218 0.133786 0.720644 0.371928 0.43934C0.610069 0.158035 0.933058 0 1.26984 0ZM1.26984 0.75C1.10145 0.75 0.939955 0.829018 0.820885 0.96967C0.701814 1.11032 0.634921 1.30109 0.634921 1.5V10.5C0.634921 10.6989 0.701814 10.8897 0.820885 11.0303C0.939955 11.171 1.10145 11.25 1.26984 11.25H6.34921C6.5176 11.25 6.67909 11.171 6.79816 11.0303C6.91723 10.8897 6.98413 10.6989 6.98413 10.5V1.5C6.98413 1.30109 6.91723 1.11032 6.79816 0.96967C6.67909 0.829018 6.5176 0.75 6.34921 0.75H1.26984Z", fill: "white" }),
|
|
53959
|
+
/* @__PURE__ */ B.jsx("path", { id: "Vector_2", opacity: "0.4", d: "M9.6507 0H14.7301C15.0668 0 15.3898 0.158035 15.628 0.43934C15.8661 0.720644 15.9999 1.10218 15.9999 1.5V10.5C15.9999 10.8978 15.8661 11.2794 15.628 11.5607C15.3898 11.842 15.0668 12 14.7301 12H9.6507C9.31392 12 8.99093 11.842 8.75279 11.5607C8.51465 11.2794 8.38086 10.8978 8.38086 10.5V1.5C8.38086 1.10218 8.51465 0.720644 8.75279 0.43934C8.99093 0.158035 9.31392 0 9.6507 0ZM9.6507 0.75C9.48231 0.75 9.32081 0.829018 9.20174 0.96967C9.08267 1.11032 9.01578 1.30109 9.01578 1.5V10.5C9.01578 10.6989 9.08267 10.8897 9.20174 11.0303C9.32081 11.171 9.48231 11.25 9.6507 11.25H14.7301C14.8985 11.25 15.06 11.171 15.179 11.0303C15.2981 10.8897 15.365 10.6989 15.365 10.5V1.5C15.365 1.30109 15.2981 1.11032 15.179 0.96967C15.06 0.829018 14.8985 0.75 14.7301 0.75H9.6507Z", fill: "white" }),
|
|
53960
|
+
/* @__PURE__ */ B.jsx("path", { id: "Vector_3", d: "M5.82826 6.11765C5.82826 6.16445 5.81101 6.20934 5.7803 6.24243C5.74959 6.27553 5.70794 6.29412 5.66451 6.29412H4.02709V8.05882C4.02709 8.10563 4.00984 8.15051 3.97913 8.18361C3.94842 8.2167 3.90677 8.23529 3.86335 8.23529C3.81992 8.23529 3.77827 8.2167 3.74756 8.18361C3.71686 8.15051 3.6996 8.10563 3.6996 8.05882V6.29412H2.06218C2.01875 6.29412 1.9771 6.27553 1.9464 6.24243C1.91569 6.20934 1.89844 6.16445 1.89844 6.11765C1.89844 6.07084 1.91569 6.02596 1.9464 5.99286C1.9771 5.95977 2.01875 5.94118 2.06218 5.94118H3.6996V4.17647C3.6996 4.12967 3.71686 4.08478 3.74756 4.05169C3.77827 4.01859 3.81992 4 3.86335 4C3.90677 4 3.94842 4.01859 3.97913 4.05169C4.00984 4.08478 4.02709 4.12967 4.02709 4.17647V5.94118H5.66451C5.70794 5.94118 5.74959 5.95977 5.7803 5.99286C5.81101 6.02596 5.82826 6.07084 5.82826 6.11765Z", fill: "white" })
|
|
53961
53961
|
]
|
|
53962
53962
|
}
|
|
53963
53963
|
) });
|
|
53964
53964
|
}
|
|
53965
53965
|
function Vte() {
|
|
53966
|
-
return /* @__PURE__ */
|
|
53966
|
+
return /* @__PURE__ */ B.jsx("svg", { width: "28", height: "21", viewBox: "0 0 16 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ B.jsxs(
|
|
53967
53967
|
"g",
|
|
53968
53968
|
{
|
|
53969
53969
|
children: [
|
|
53970
|
-
/* @__PURE__ */
|
|
53971
|
-
/* @__PURE__ */
|
|
53972
|
-
/* @__PURE__ */
|
|
53970
|
+
/* @__PURE__ */ B.jsx("path", { opacity: "0.4", d: "M1.27 0H6.35C6.68682 0 7.00985 0.158035 7.24802 0.43934C7.4862 0.720644 7.62 1.10218 7.62 1.5V10.5C7.62 10.8978 7.4862 11.2794 7.24802 11.5607C7.00985 11.842 6.68682 12 6.35 12H1.27C0.933175 12 0.610146 11.842 0.371974 11.5607C0.133803 11.2794 0 10.8978 0 10.5V1.5C0 1.10218 0.133803 0.720644 0.371974 0.43934C0.610146 0.158035 0.933175 0 1.27 0ZM1.27 0.75C1.10159 0.75 0.940073 0.829018 0.820987 0.96967C0.701902 1.11032 0.635 1.30109 0.635 1.5V10.5C0.635 10.6989 0.701902 10.8897 0.820987 11.0303C0.940073 11.171 1.10159 11.25 1.27 11.25H6.35C6.51841 11.25 6.67993 11.171 6.79901 11.0303C6.9181 10.8897 6.985 10.6989 6.985 10.5V1.5C6.985 1.30109 6.9181 1.11032 6.79901 0.96967C6.67993 0.829018 6.51841 0.75 6.35 0.75H1.27Z", fill: "white" }),
|
|
53971
|
+
/* @__PURE__ */ B.jsx("path", { d: "M9.64988 0H14.7299C15.0667 0 15.3897 0.158035 15.6279 0.43934C15.8661 0.720644 15.9999 1.10218 15.9999 1.5V10.5C15.9999 10.8978 15.8661 11.2794 15.6279 11.5607C15.3897 11.842 15.0667 12 14.7299 12H9.64988C9.31306 12 8.99003 11.842 8.75186 11.5607C8.51369 11.2794 8.37988 10.8978 8.37988 10.5V1.5C8.37988 1.10218 8.51369 0.720644 8.75186 0.43934C8.99003 0.158035 9.31306 0 9.64988 0ZM9.64988 0.75C9.48147 0.75 9.31996 0.829018 9.20087 0.96967C9.08178 1.11032 9.01488 1.30109 9.01488 1.5V10.5C9.01488 10.6989 9.08178 10.8897 9.20087 11.0303C9.31996 11.171 9.48147 11.25 9.64988 11.25H14.7299C14.8983 11.25 15.0598 11.171 15.1789 11.0303C15.298 10.8897 15.3649 10.6989 15.3649 10.5V1.5C15.3649 1.30109 15.298 1.11032 15.1789 0.96967C15.0598 0.829018 14.8983 0.75 14.7299 0.75H9.64988Z", fill: "white" }),
|
|
53972
|
+
/* @__PURE__ */ B.jsx("path", { d: "M14.2096 6.10028C14.2096 6.1404 14.1924 6.17887 14.1616 6.20724C14.1309 6.23561 14.0893 6.25154 14.0458 6.25154H12.4082V7.76415C12.4082 7.80426 12.391 7.84274 12.3603 7.87111C12.3295 7.89947 12.2879 7.91541 12.2445 7.91541C12.201 7.91541 12.1594 7.89947 12.1287 7.87111C12.0979 7.84274 12.0807 7.80426 12.0807 7.76415V6.25154H10.4431C10.3996 6.25154 10.358 6.23561 10.3273 6.20724C10.2966 6.17887 10.2793 6.1404 10.2793 6.10028C10.2793 6.06017 10.2966 6.02169 10.3273 5.99332C10.358 5.96496 10.3996 5.94902 10.4431 5.94902H12.0807V4.43642C12.0807 4.3963 12.0979 4.35783 12.1287 4.32946C12.1594 4.30109 12.201 4.28516 12.2445 4.28516C12.2879 4.28516 12.3295 4.30109 12.3603 4.32946C12.391 4.35783 12.4082 4.3963 12.4082 4.43642V5.94902H14.0458C14.0893 5.94902 14.1309 5.96496 14.1616 5.99332C14.1924 6.02169 14.2096 6.06017 14.2096 6.10028Z", fill: "white" })
|
|
53973
53973
|
]
|
|
53974
53974
|
}
|
|
53975
53975
|
) });
|
|
@@ -54023,19 +54023,19 @@ function Gte(e) {
|
|
|
54023
54023
|
const E = `${r.slice(0, -9)}full/full/0/default.jpg`;
|
|
54024
54024
|
v.src !== E && (v.src = E);
|
|
54025
54025
|
};
|
|
54026
|
-
return /* @__PURE__ */
|
|
54027
|
-
/* @__PURE__ */
|
|
54028
|
-
f ? /* @__PURE__ */
|
|
54029
|
-
/* @__PURE__ */
|
|
54030
|
-
/* @__PURE__ */
|
|
54031
|
-
] }) }) : p ? /* @__PURE__ */
|
|
54032
|
-
/* @__PURE__ */
|
|
54033
|
-
/* @__PURE__ */
|
|
54034
|
-
] }) }) : /* @__PURE__ */
|
|
54035
|
-
/* @__PURE__ */
|
|
54036
|
-
/* @__PURE__ */
|
|
54026
|
+
return /* @__PURE__ */ B.jsxs(Nh, { className: "surface-thumbnail", children: [
|
|
54027
|
+
/* @__PURE__ */ B.jsxs("figure", { className: "surface-thumbnail-figure", children: [
|
|
54028
|
+
f ? /* @__PURE__ */ B.jsx("div", { className: "surface-thumbnail-overlay-selected left", children: /* @__PURE__ */ B.jsxs("div", { children: [
|
|
54029
|
+
/* @__PURE__ */ B.jsx(ZP, {}),
|
|
54030
|
+
/* @__PURE__ */ B.jsx(Kn, { children: "Left" })
|
|
54031
|
+
] }) }) : p ? /* @__PURE__ */ B.jsx("div", { className: "surface-thumbnail-overlay-selected right", children: /* @__PURE__ */ B.jsxs("div", { children: [
|
|
54032
|
+
/* @__PURE__ */ B.jsx(KP, {}),
|
|
54033
|
+
/* @__PURE__ */ B.jsx(Kn, { children: "Right" })
|
|
54034
|
+
] }) }) : /* @__PURE__ */ B.jsx("div", { className: "surface-thumbnail-overlay", children: /* @__PURE__ */ B.jsxs("div", { className: "surface-thumbnail-overlay-content", children: [
|
|
54035
|
+
/* @__PURE__ */ B.jsx("a", { onClick: s.left, title: "Insert left", children: /* @__PURE__ */ B.jsx(Hte, {}) }),
|
|
54036
|
+
/* @__PURE__ */ B.jsx("a", { onClick: s.right, title: "Insert right", children: /* @__PURE__ */ B.jsx(Vte, {}) })
|
|
54037
54037
|
] }) }),
|
|
54038
|
-
/* @__PURE__ */
|
|
54038
|
+
/* @__PURE__ */ B.jsx("div", { id: n, children: /* @__PURE__ */ B.jsx(
|
|
54039
54039
|
"img",
|
|
54040
54040
|
{
|
|
54041
54041
|
src: i,
|
|
@@ -54045,13 +54045,13 @@ function Gte(e) {
|
|
|
54045
54045
|
}
|
|
54046
54046
|
) })
|
|
54047
54047
|
] }),
|
|
54048
|
-
/* @__PURE__ */
|
|
54048
|
+
/* @__PURE__ */ B.jsx("figcaption", { className: "surface-thumbnail-caption", children: t })
|
|
54049
54049
|
] });
|
|
54050
54050
|
}
|
|
54051
54051
|
function qte(e) {
|
|
54052
54052
|
const { surfaces: n, selection: t, navigateToSelection: r, documentLocalID: i } = e;
|
|
54053
|
-
return /* @__PURE__ */
|
|
54054
|
-
(s) => /* @__PURE__ */
|
|
54053
|
+
return /* @__PURE__ */ B.jsx(Nh, { className: "thumbnail-grid", container: !0, children: n.map(
|
|
54054
|
+
(s) => /* @__PURE__ */ B.jsx(
|
|
54055
54055
|
Gte,
|
|
54056
54056
|
{
|
|
54057
54057
|
surfaceID: s.id,
|
|
@@ -54103,25 +54103,25 @@ function Yte(e) {
|
|
|
54103
54103
|
}, [n, r, f]);
|
|
54104
54104
|
return fr(() => {
|
|
54105
54105
|
c(p == null ? void 0 : p.length);
|
|
54106
|
-
}, [p, c, f]), !f.length || p.length ? /* @__PURE__ */
|
|
54107
|
-
/* @__PURE__ */
|
|
54106
|
+
}, [p, c, f]), !f.length || p.length ? /* @__PURE__ */ B.jsxs(C7, { children: [
|
|
54107
|
+
/* @__PURE__ */ B.jsxs(
|
|
54108
54108
|
M7,
|
|
54109
54109
|
{
|
|
54110
|
-
expandIcon: /* @__PURE__ */
|
|
54110
|
+
expandIcon: /* @__PURE__ */ B.jsx(rk, {}),
|
|
54111
54111
|
"aria-controls": `document-detail-${r}-content`,
|
|
54112
54112
|
id: `document-detail-${r}`,
|
|
54113
54113
|
className: "accordion-summary",
|
|
54114
54114
|
children: [
|
|
54115
|
-
/* @__PURE__ */
|
|
54116
|
-
/* @__PURE__ */
|
|
54115
|
+
/* @__PURE__ */ B.jsx(Kn, { children: t }),
|
|
54116
|
+
/* @__PURE__ */ B.jsx(Kn, { children: (p == null ? void 0 : p.length) || "" })
|
|
54117
54117
|
]
|
|
54118
54118
|
}
|
|
54119
54119
|
),
|
|
54120
|
-
/* @__PURE__ */
|
|
54120
|
+
/* @__PURE__ */ B.jsx(
|
|
54121
54121
|
P7,
|
|
54122
54122
|
{
|
|
54123
54123
|
className: "accordion-detail",
|
|
54124
|
-
children: /* @__PURE__ */
|
|
54124
|
+
children: /* @__PURE__ */ B.jsx(
|
|
54125
54125
|
qte,
|
|
54126
54126
|
{
|
|
54127
54127
|
navigateToSelection: s,
|
|
@@ -54169,16 +54169,16 @@ function Zte(e) {
|
|
|
54169
54169
|
k != null && k.length && (E[O.id] = k);
|
|
54170
54170
|
}
|
|
54171
54171
|
f(E);
|
|
54172
|
-
}, [s, i, r]), /* @__PURE__ */
|
|
54172
|
+
}, [s, i, r]), /* @__PURE__ */ B.jsx(B.Fragment, { children: (v = i == null ? void 0 : i.tags) != null && v.length ? /* @__PURE__ */ B.jsx("div", { className: "tag-list", children: /* @__PURE__ */ B.jsx(yU, { children: i.taxonomies.map((E, S) => {
|
|
54173
54173
|
var R;
|
|
54174
54174
|
const _ = u[E.id];
|
|
54175
|
-
return _ != null && _.length ? /* @__PURE__ */
|
|
54176
|
-
/* @__PURE__ */
|
|
54177
|
-
/* @__PURE__ */
|
|
54175
|
+
return _ != null && _.length ? /* @__PURE__ */ B.jsxs("div", { children: [
|
|
54176
|
+
/* @__PURE__ */ B.jsx(Kn, { children: `${E.name.slice(0, 1).toUpperCase()}${E.name.slice(1)}` }),
|
|
54177
|
+
/* @__PURE__ */ B.jsx("ul", { children: _ == null ? void 0 : _.map((O) => /* @__PURE__ */ B.jsx(
|
|
54178
54178
|
gU,
|
|
54179
54179
|
{
|
|
54180
54180
|
as: "li",
|
|
54181
|
-
control: /* @__PURE__ */
|
|
54181
|
+
control: /* @__PURE__ */ B.jsx(
|
|
54182
54182
|
J7,
|
|
54183
54183
|
{
|
|
54184
54184
|
checked: t.includes(O.id),
|
|
@@ -54191,7 +54191,7 @@ function Zte(e) {
|
|
|
54191
54191
|
},
|
|
54192
54192
|
O.id
|
|
54193
54193
|
)) }),
|
|
54194
|
-
(R = i.tags.filter((O) => O.taxonomy_id === E.id)) != null && R.length && i.tags.filter((O) => O.taxonomy_id === E.id).length >= 6 ? /* @__PURE__ */
|
|
54194
|
+
(R = i.tags.filter((O) => O.taxonomy_id === E.id)) != null && R.length && i.tags.filter((O) => O.taxonomy_id === E.id).length >= 6 ? /* @__PURE__ */ B.jsx(
|
|
54195
54195
|
"button",
|
|
54196
54196
|
{
|
|
54197
54197
|
className: "tag-filter-button",
|
|
@@ -54258,10 +54258,10 @@ function $te(e) {
|
|
|
54258
54258
|
return Me[he] = 0, u(Me), !1;
|
|
54259
54259
|
}
|
|
54260
54260
|
return !0;
|
|
54261
|
-
}), [s, c]), k = wn(() => O(i, g), [O, i, g]), U = Ya(),
|
|
54261
|
+
}), [s, c]), k = wn(() => O(i, g), [O, i, g]), { clearTags: U } = oo(rl), z = Ya(), K = wi(), V = wn(() => Qte(K.pathname), [K]), X = Vs((se) => {
|
|
54262
54262
|
const ee = se != null && se.left ? `${se.left.localID}_${se.left.surfaceID}` : null, me = se != null && se.right ? `${se.right.localID}_${se.right.surfaceID}` : null, he = `/ec/${ee || "-1"}/${ee ? "f" : "g"}/${me || "-1"}/${me ? "f" : "g"}`;
|
|
54263
|
-
|
|
54264
|
-
}, [
|
|
54263
|
+
z(he + K.search);
|
|
54264
|
+
}, [K.search, z]), re = Vs((se, ee) => {
|
|
54265
54265
|
const me = c;
|
|
54266
54266
|
me[se] = ee, u(me);
|
|
54267
54267
|
}, [c]);
|
|
@@ -54271,45 +54271,47 @@ function $te(e) {
|
|
|
54271
54271
|
se += c[ee];
|
|
54272
54272
|
p(se);
|
|
54273
54273
|
}, [c, g]);
|
|
54274
|
-
const ae = wn(() => k.map((se) => /* @__PURE__ */
|
|
54274
|
+
const ae = wn(() => k.map((se) => /* @__PURE__ */ B.jsx(
|
|
54275
54275
|
Yte,
|
|
54276
54276
|
{
|
|
54277
54277
|
db: n,
|
|
54278
54278
|
documentName: se.name,
|
|
54279
54279
|
documentLocalID: se.local_id,
|
|
54280
54280
|
documentID: se.id,
|
|
54281
|
-
selection:
|
|
54281
|
+
selection: V,
|
|
54282
54282
|
navigateToSelection: X,
|
|
54283
54283
|
updatePageCount: (ee) => re(se.id, ee),
|
|
54284
54284
|
tags: g == null ? void 0 : g.filter((ee) => !s.includes(ee))
|
|
54285
54285
|
},
|
|
54286
54286
|
`document-detail-${se.id}`
|
|
54287
|
-
)), [n, s, k, X,
|
|
54288
|
-
return /* @__PURE__ */
|
|
54287
|
+
)), [n, s, k, X, V, g, re]);
|
|
54288
|
+
return /* @__PURE__ */ B.jsx(K_, { in: t, horizontal: !0, children: /* @__PURE__ */ B.jsxs(
|
|
54289
54289
|
rS,
|
|
54290
54290
|
{
|
|
54291
54291
|
className: "surface-browser",
|
|
54292
54292
|
children: [
|
|
54293
|
-
/* @__PURE__ */
|
|
54294
|
-
/* @__PURE__ */
|
|
54295
|
-
/* @__PURE__ */
|
|
54296
|
-
/* @__PURE__ */
|
|
54297
|
-
/* @__PURE__ */
|
|
54298
|
-
g && g.length ? /* @__PURE__ */
|
|
54293
|
+
/* @__PURE__ */ B.jsx(Kv, { onClick: r, className: "surface-browser-close", children: /* @__PURE__ */ B.jsx(tk, {}) }),
|
|
54294
|
+
/* @__PURE__ */ B.jsx(lU, {}),
|
|
54295
|
+
/* @__PURE__ */ B.jsxs("div", { style: { display: "flex", justifyContent: "space-between", alignItems: "center" }, children: [
|
|
54296
|
+
/* @__PURE__ */ B.jsx(Kn, { children: "Contents" }),
|
|
54297
|
+
/* @__PURE__ */ B.jsxs("div", { children: [
|
|
54298
|
+
g && g.length ? /* @__PURE__ */ B.jsx(
|
|
54299
54299
|
oS,
|
|
54300
54300
|
{
|
|
54301
|
-
onClick:
|
|
54301
|
+
onClick: () => {
|
|
54302
|
+
v([]), U();
|
|
54303
|
+
},
|
|
54302
54304
|
children: "Clear All"
|
|
54303
54305
|
}
|
|
54304
54306
|
) : null,
|
|
54305
|
-
/* @__PURE__ */
|
|
54307
|
+
/* @__PURE__ */ B.jsxs(
|
|
54306
54308
|
oS,
|
|
54307
54309
|
{
|
|
54308
|
-
startIcon: /* @__PURE__ */
|
|
54310
|
+
startIcon: /* @__PURE__ */ B.jsx(nk, {}),
|
|
54309
54311
|
onClick: () => S((se) => !se),
|
|
54310
54312
|
children: [
|
|
54311
54313
|
"Filter",
|
|
54312
|
-
g && g.length ? /* @__PURE__ */
|
|
54314
|
+
g && g.length ? /* @__PURE__ */ B.jsx(
|
|
54313
54315
|
"div",
|
|
54314
54316
|
{
|
|
54315
54317
|
style: {
|
|
@@ -54335,17 +54337,17 @@ function $te(e) {
|
|
|
54335
54337
|
)
|
|
54336
54338
|
] })
|
|
54337
54339
|
] }),
|
|
54338
|
-
/* @__PURE__ */
|
|
54340
|
+
/* @__PURE__ */ B.jsxs(Kn, { children: [
|
|
54339
54341
|
f,
|
|
54340
54342
|
" ",
|
|
54341
54343
|
"Page",
|
|
54342
54344
|
f !== 1 ? "s" : ""
|
|
54343
54345
|
] }),
|
|
54344
|
-
E && /* @__PURE__ */
|
|
54345
|
-
/* @__PURE__ */
|
|
54346
|
+
E && /* @__PURE__ */ B.jsxs("div", { className: "tag-filters", children: [
|
|
54347
|
+
/* @__PURE__ */ B.jsx(ry, { placeholder: "Search for filters", value: _, onChange: (se) => {
|
|
54346
54348
|
R(se.target.value);
|
|
54347
54349
|
}, className: "tag-filters-search" }),
|
|
54348
|
-
/* @__PURE__ */
|
|
54350
|
+
/* @__PURE__ */ B.jsx(
|
|
54349
54351
|
Zte,
|
|
54350
54352
|
{
|
|
54351
54353
|
db: n,
|
|
@@ -54357,7 +54359,7 @@ function $te(e) {
|
|
|
54357
54359
|
}
|
|
54358
54360
|
)
|
|
54359
54361
|
] }),
|
|
54360
|
-
/* @__PURE__ */
|
|
54362
|
+
/* @__PURE__ */ B.jsx(rS, { className: "surface-browser-document-details", children: ae })
|
|
54361
54363
|
]
|
|
54362
54364
|
}
|
|
54363
54365
|
) });
|
|
@@ -54372,8 +54374,8 @@ function ene(e) {
|
|
|
54372
54374
|
type: "dark"
|
|
54373
54375
|
}
|
|
54374
54376
|
});
|
|
54375
|
-
return /* @__PURE__ */
|
|
54376
|
-
/* @__PURE__ */
|
|
54377
|
+
return /* @__PURE__ */ B.jsx("div", { className: "tag-explore-sidebar", children: /* @__PURE__ */ B.jsxs(fu, { theme: g, children: [
|
|
54378
|
+
/* @__PURE__ */ B.jsx(
|
|
54377
54379
|
Ste,
|
|
54378
54380
|
{
|
|
54379
54381
|
toggleDrawer: u,
|
|
@@ -54381,7 +54383,7 @@ function ene(e) {
|
|
|
54381
54383
|
helpRef: f
|
|
54382
54384
|
}
|
|
54383
54385
|
),
|
|
54384
|
-
/* @__PURE__ */
|
|
54386
|
+
/* @__PURE__ */ B.jsx(
|
|
54385
54387
|
$te,
|
|
54386
54388
|
{
|
|
54387
54389
|
db: n,
|
|
@@ -54389,7 +54391,7 @@ function ene(e) {
|
|
|
54389
54391
|
toggleOpen: u
|
|
54390
54392
|
}
|
|
54391
54393
|
),
|
|
54392
|
-
/* @__PURE__ */
|
|
54394
|
+
/* @__PURE__ */ B.jsx(
|
|
54393
54395
|
Jg,
|
|
54394
54396
|
{
|
|
54395
54397
|
marginStyle: p,
|
|
@@ -54444,9 +54446,9 @@ function une(e) {
|
|
|
54444
54446
|
t(c), i(u);
|
|
54445
54447
|
})(), () => {
|
|
54446
54448
|
n && n.close();
|
|
54447
|
-
}), [e.dbUrl, n]), !n || !r ? /* @__PURE__ */
|
|
54448
|
-
/* @__PURE__ */
|
|
54449
|
-
/* @__PURE__ */
|
|
54449
|
+
}), [e.dbUrl, n]), !n || !r ? /* @__PURE__ */ B.jsx(JO, {}) : /* @__PURE__ */ B.jsx("div", { className: "tag-explore", children: /* @__PURE__ */ B.jsx(t_, { children: /* @__PURE__ */ B.jsxs(i_, { children: [
|
|
54450
|
+
/* @__PURE__ */ B.jsx(ene, { db: n }),
|
|
54451
|
+
/* @__PURE__ */ B.jsx(qee, { ...r })
|
|
54450
54452
|
] }) }) });
|
|
54451
54453
|
}
|
|
54452
54454
|
export {
|