pankosmia-rcl 0.1.36 → 0.1.37
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.
|
@@ -48147,7 +48147,7 @@ const bx = nt(/* @__PURE__ */ m.jsx("path", {
|
|
|
48147
48147
|
}), "ExpandLess"), hA = nt(/* @__PURE__ */ m.jsx("path", {
|
|
48148
48148
|
d: "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"
|
|
48149
48149
|
}), "ExpandMore");
|
|
48150
|
-
function
|
|
48150
|
+
function qA({ i18n: e, netEnabled: o, debug: n }) {
|
|
48151
48151
|
const [r, a] = Xe(!1), [s, i] = Xe(!1), [l, c] = Xe([]);
|
|
48152
48152
|
ht(
|
|
48153
48153
|
() => {
|
|
@@ -48262,7 +48262,7 @@ function HA({ i18n: e, netEnabled: o, debug: n }) {
|
|
|
48262
48262
|
)
|
|
48263
48263
|
] });
|
|
48264
48264
|
}
|
|
48265
|
-
function
|
|
48265
|
+
function GA({
|
|
48266
48266
|
titleLabel: e,
|
|
48267
48267
|
isOpen: o,
|
|
48268
48268
|
closeFn: n,
|
|
@@ -48321,7 +48321,7 @@ function Sg({ label: e, actionFn: o, isDisabled: n }) {
|
|
|
48321
48321
|
}
|
|
48322
48322
|
);
|
|
48323
48323
|
}
|
|
48324
|
-
function
|
|
48324
|
+
function YA({ actionFn: e, actionLabel: o, closeFn: n, closeLabel: r, isDisabled: a, closeOnAction: s = !0, onlyCloseButton: i = !1 }) {
|
|
48325
48325
|
return /* @__PURE__ */ m.jsxs(Us, { children: [
|
|
48326
48326
|
/* @__PURE__ */ m.jsx(Sg, { actionFn: n, isDisabled: !1, label: r }),
|
|
48327
48327
|
i ? null : /* @__PURE__ */ m.jsx(Sg, { actionFn: () => {
|
|
@@ -48819,7 +48819,7 @@ const EA = async (e, o) => {
|
|
|
48819
48819
|
);
|
|
48820
48820
|
e(n.json);
|
|
48821
48821
|
};
|
|
48822
|
-
function
|
|
48822
|
+
function KA({
|
|
48823
48823
|
downloadedType: e = "org",
|
|
48824
48824
|
downloadFunction: o,
|
|
48825
48825
|
downloadLegacyFunction: n,
|
|
@@ -49588,9 +49588,9 @@ const FA = nt(/* @__PURE__ */ m.jsx("path", {
|
|
|
49588
49588
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4 12m8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1C19.37 8.45 20 10.15 20 12c0 4.42-3.58 8-8 8"
|
|
49589
49589
|
}), "BlockOutlined");
|
|
49590
49590
|
function zA({ titleKey: e, widget: o, margin: n = 0, children: r, requireNet: a = !1, currentId: s }) {
|
|
49591
|
-
const { enableNet: i } = Zt(ti), l = Zt(pn);
|
|
49591
|
+
const { enableNet: i } = Zt(ti), { i18nRef: l } = Zt(pn);
|
|
49592
49592
|
return a && !i ? /* @__PURE__ */ m.jsx(Ct, { sx: {
|
|
49593
|
-
m:
|
|
49593
|
+
m: 0,
|
|
49594
49594
|
height: "100%",
|
|
49595
49595
|
overflowX: "hidden",
|
|
49596
49596
|
overflowY: "auto"
|
|
@@ -49598,15 +49598,23 @@ function zA({ titleKey: e, widget: o, margin: n = 0, children: r, requireNet: a
|
|
|
49598
49598
|
zt,
|
|
49599
49599
|
{
|
|
49600
49600
|
container: !0,
|
|
49601
|
-
spacing: 0,
|
|
49602
|
-
direction: "column",
|
|
49603
49601
|
alignItems: "center",
|
|
49604
49602
|
justifyContent: "center",
|
|
49605
49603
|
sx: { minHeight: "100vh" },
|
|
49606
|
-
children: /* @__PURE__ */ m.
|
|
49607
|
-
|
|
49608
|
-
|
|
49609
|
-
|
|
49604
|
+
children: /* @__PURE__ */ m.jsxs(
|
|
49605
|
+
zt,
|
|
49606
|
+
{
|
|
49607
|
+
item: !0,
|
|
49608
|
+
display: "flex",
|
|
49609
|
+
flexDirection: "column",
|
|
49610
|
+
alignItems: "center",
|
|
49611
|
+
rowSpacing: 0.5,
|
|
49612
|
+
children: [
|
|
49613
|
+
/* @__PURE__ */ m.jsx(FA, { sx: { fontSize: 80 }, color: "warning" }),
|
|
49614
|
+
/* @__PURE__ */ m.jsx("p", { children: Ne.doI18n("components:framework:no_entry_if_offline", l.current) })
|
|
49615
|
+
]
|
|
49616
|
+
}
|
|
49617
|
+
)
|
|
49610
49618
|
}
|
|
49611
49619
|
) }) : /* @__PURE__ */ m.jsxs(m.Fragment, { children: [
|
|
49612
49620
|
/* @__PURE__ */ m.jsx(Ct, { children: /* @__PURE__ */ m.jsx(
|
|
@@ -49624,7 +49632,7 @@ function zA({ titleKey: e, widget: o, margin: n = 0, children: r, requireNet: a
|
|
|
49624
49632
|
}, children: r })
|
|
49625
49633
|
] });
|
|
49626
49634
|
}
|
|
49627
|
-
function
|
|
49635
|
+
function XA({ children: e, titleKey: o, requireNet: n, currentId: r, widget: a, margin: s }) {
|
|
49628
49636
|
return /* @__PURE__ */ m.jsx(BA, { children: /* @__PURE__ */ m.jsx(
|
|
49629
49637
|
zA,
|
|
49630
49638
|
{
|
|
@@ -49637,9 +49645,9 @@ function KA({ children: e, titleKey: o, requireNet: n, currentId: r, widget: a,
|
|
|
49637
49645
|
}
|
|
49638
49646
|
) });
|
|
49639
49647
|
}
|
|
49640
|
-
const
|
|
49648
|
+
const JA = Ko({ languages: !1, setLanguages: () => {
|
|
49641
49649
|
} });
|
|
49642
|
-
function
|
|
49650
|
+
function ZA({
|
|
49643
49651
|
currentLanguage: e,
|
|
49644
49652
|
setCurrentLanguage: o,
|
|
49645
49653
|
setIsValid: n,
|
|
@@ -49961,7 +49969,7 @@ Od.propTypes = {
|
|
|
49961
49969
|
index: Mi.PropTypes.objectOf(Mi.PropTypes.string)
|
|
49962
49970
|
})
|
|
49963
49971
|
};
|
|
49964
|
-
function
|
|
49972
|
+
function QA({ isOpen: e, versification: o, setVersification: n }) {
|
|
49965
49973
|
const { i18nRef: r } = Zt(pn), [a, s] = Xe([]);
|
|
49966
49974
|
return ht(
|
|
49967
49975
|
() => {
|
|
@@ -50022,7 +50030,7 @@ function ZA({ isOpen: e, versification: o, setVersification: n }) {
|
|
|
50022
50030
|
] })
|
|
50023
50031
|
] });
|
|
50024
50032
|
}
|
|
50025
|
-
function
|
|
50033
|
+
function eD({ bookCode: e, setBookCode: o, bookAbbr: n, setBookAbbr: r, bookTitle: a, setBookTitle: s, bookCodes: i, showVersification: l, setShowVersification: c, bookProject: u, addVerses: p = !0 }) {
|
|
50026
50034
|
var C, x, O, w, j, k, P, E;
|
|
50027
50035
|
const { i18nRef: d } = Zt(pn), [g, v] = Xe(!0), [b, f] = Xe({});
|
|
50028
50036
|
ht(() => {
|
|
@@ -50119,7 +50127,7 @@ function QA({ bookCode: e, setBookCode: o, bookAbbr: n, setBookAbbr: r, bookTitl
|
|
|
50119
50127
|
) })
|
|
50120
50128
|
] }) });
|
|
50121
50129
|
}
|
|
50122
|
-
function
|
|
50130
|
+
function tD({ steps: e, renderStepContent: o, isStepValid: n, handleCreate: r, handleClose: a }) {
|
|
50123
50131
|
const [s, i] = Xe(0), [l, c] = Xe(/* @__PURE__ */ new Set()), { i18nRef: u } = Zt(pn), p = (v) => l.has(v), d = async () => {
|
|
50124
50132
|
let v = l;
|
|
50125
50133
|
if (p(s) && (v = new Set(v.values()), v.delete(s)), s === e.length - 1) {
|
|
@@ -50175,22 +50183,25 @@ function eD({ steps: e, renderStepContent: o, isStepValid: n, handleCreate: r, h
|
|
|
50175
50183
|
] })
|
|
50176
50184
|
] });
|
|
50177
50185
|
}
|
|
50186
|
+
const VA = { primary: { main: "#666" }, secondary: { main: "#888" } }, oD = {
|
|
50187
|
+
palette: VA
|
|
50188
|
+
};
|
|
50178
50189
|
export {
|
|
50179
50190
|
AA as AppWrapper,
|
|
50180
|
-
|
|
50191
|
+
qA as AppbarHamburger,
|
|
50181
50192
|
kA as Header,
|
|
50182
50193
|
gA as InternetSwitch,
|
|
50183
50194
|
mA as InternetWarningDialog,
|
|
50184
|
-
|
|
50185
|
-
|
|
50186
|
-
|
|
50187
|
-
|
|
50195
|
+
eD as PanBookPicker,
|
|
50196
|
+
GA as PanDialog,
|
|
50197
|
+
YA as PanDialogActions,
|
|
50198
|
+
KA as PanDownload,
|
|
50188
50199
|
Tg as PanFilteredMenu,
|
|
50189
|
-
|
|
50190
|
-
|
|
50200
|
+
ZA as PanLanguagePicker,
|
|
50201
|
+
tD as PanStepperPicker,
|
|
50191
50202
|
CA as PanTable,
|
|
50192
|
-
|
|
50193
|
-
|
|
50203
|
+
QA as PanVersificationPicker,
|
|
50204
|
+
XA as SpSpa,
|
|
50194
50205
|
zA as SpSpaPage,
|
|
50195
50206
|
_A as Spa,
|
|
50196
50207
|
BA as SpaContainer,
|
|
@@ -50200,8 +50211,9 @@ export {
|
|
|
50200
50211
|
MA as clientInterfacesContext,
|
|
50201
50212
|
IA as currentProjectContext,
|
|
50202
50213
|
ac as debugContext,
|
|
50214
|
+
oD as fallbackTheme,
|
|
50203
50215
|
pn as i18nContext,
|
|
50204
|
-
|
|
50216
|
+
JA as languagesContext,
|
|
50205
50217
|
NA as messagesContext,
|
|
50206
50218
|
ti as netContext,
|
|
50207
50219
|
jA as typographyContext
|