@dracor/react 1.2.0 → 1.2.1
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/README.md +20 -0
- package/dist/index.es.js +342 -520
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +3 -8
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,203 +1,25 @@
|
|
|
1
1
|
import e from "swagger-ui-react";
|
|
2
|
-
import { Fragment as t,
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import D from "
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}), A = /* @__PURE__ */ O(((e) => {
|
|
17
|
-
var t = Symbol.for("react.transitional.element"), n = Symbol.for("react.fragment");
|
|
18
|
-
function r(e, n, r) {
|
|
19
|
-
var i = null;
|
|
20
|
-
if (r !== void 0 && (i = "" + r), n.key !== void 0 && (i = "" + n.key), "key" in n) for (var a in r = {}, n) a !== "key" && (r[a] = n[a]);
|
|
21
|
-
else r = n;
|
|
22
|
-
return n = r.ref, {
|
|
23
|
-
$$typeof: t,
|
|
24
|
-
type: e,
|
|
25
|
-
key: i,
|
|
26
|
-
ref: n === void 0 ? null : n,
|
|
27
|
-
props: r
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
e.Fragment = n, e.jsx = r, e.jsxs = r;
|
|
31
|
-
})), j = /* @__PURE__ */ O(((e) => {
|
|
32
|
-
process.env.NODE_ENV !== "production" && (function() {
|
|
33
|
-
function t(e) {
|
|
34
|
-
if (e == null) return null;
|
|
35
|
-
if (typeof e == "function") return e.$$typeof === O ? null : e.displayName || e.name || null;
|
|
36
|
-
if (typeof e == "string") return e;
|
|
37
|
-
switch (e) {
|
|
38
|
-
case _: return "Fragment";
|
|
39
|
-
case y: return "Profiler";
|
|
40
|
-
case v: return "StrictMode";
|
|
41
|
-
case C: return "Suspense";
|
|
42
|
-
case w: return "SuspenseList";
|
|
43
|
-
case D: return "Activity";
|
|
44
|
-
}
|
|
45
|
-
if (typeof e == "object") switch (typeof e.tag == "number" && console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), e.$$typeof) {
|
|
46
|
-
case g: return "Portal";
|
|
47
|
-
case x: return e.displayName || "Context";
|
|
48
|
-
case b: return (e._context.displayName || "Context") + ".Consumer";
|
|
49
|
-
case S:
|
|
50
|
-
var n = e.render;
|
|
51
|
-
return e = e.displayName, e ||= (e = n.displayName || n.name || "", e === "" ? "ForwardRef" : "ForwardRef(" + e + ")"), e;
|
|
52
|
-
case T: return n = e.displayName || null, n === null ? t(e.type) || "Memo" : n;
|
|
53
|
-
case E:
|
|
54
|
-
n = e._payload, e = e._init;
|
|
55
|
-
try {
|
|
56
|
-
return t(e(n));
|
|
57
|
-
} catch {}
|
|
58
|
-
}
|
|
59
|
-
return null;
|
|
60
|
-
}
|
|
61
|
-
function n(e) {
|
|
62
|
-
return "" + e;
|
|
63
|
-
}
|
|
64
|
-
function r(e) {
|
|
65
|
-
try {
|
|
66
|
-
n(e);
|
|
67
|
-
var t = !1;
|
|
68
|
-
} catch {
|
|
69
|
-
t = !0;
|
|
70
|
-
}
|
|
71
|
-
if (t) {
|
|
72
|
-
t = console;
|
|
73
|
-
var r = t.error, i = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
74
|
-
return r.call(t, "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.", i), n(e);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
function i(e) {
|
|
78
|
-
if (e === _) return "<>";
|
|
79
|
-
if (typeof e == "object" && e && e.$$typeof === E) return "<...>";
|
|
80
|
-
try {
|
|
81
|
-
var n = t(e);
|
|
82
|
-
return n ? "<" + n + ">" : "<...>";
|
|
83
|
-
} catch {
|
|
84
|
-
return "<...>";
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
function a() {
|
|
88
|
-
var e = A.A;
|
|
89
|
-
return e === null ? null : e.getOwner();
|
|
90
|
-
}
|
|
91
|
-
function o() {
|
|
92
|
-
return Error("react-stack-top-frame");
|
|
93
|
-
}
|
|
94
|
-
function s(e) {
|
|
95
|
-
if (j.call(e, "key")) {
|
|
96
|
-
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
97
|
-
if (t && t.isReactWarning) return !1;
|
|
98
|
-
}
|
|
99
|
-
return e.key !== void 0;
|
|
100
|
-
}
|
|
101
|
-
function c(e, t) {
|
|
102
|
-
function n() {
|
|
103
|
-
P || (P = !0, console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)", t));
|
|
104
|
-
}
|
|
105
|
-
n.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
106
|
-
get: n,
|
|
107
|
-
configurable: !0
|
|
108
|
-
});
|
|
109
|
-
}
|
|
110
|
-
function l() {
|
|
111
|
-
var e = t(this.type);
|
|
112
|
-
return F[e] || (F[e] = !0, console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")), e = this.props.ref, e === void 0 ? null : e;
|
|
113
|
-
}
|
|
114
|
-
function u(e, t, n, r, i, a) {
|
|
115
|
-
var o = n.ref;
|
|
116
|
-
return e = {
|
|
117
|
-
$$typeof: h,
|
|
118
|
-
type: e,
|
|
119
|
-
key: t,
|
|
120
|
-
props: n,
|
|
121
|
-
_owner: r
|
|
122
|
-
}, (o === void 0 ? null : o) === null ? Object.defineProperty(e, "ref", {
|
|
123
|
-
enumerable: !1,
|
|
124
|
-
value: null
|
|
125
|
-
}) : Object.defineProperty(e, "ref", {
|
|
126
|
-
enumerable: !1,
|
|
127
|
-
get: l
|
|
128
|
-
}), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
129
|
-
configurable: !1,
|
|
130
|
-
enumerable: !1,
|
|
131
|
-
writable: !0,
|
|
132
|
-
value: 0
|
|
133
|
-
}), Object.defineProperty(e, "_debugInfo", {
|
|
134
|
-
configurable: !1,
|
|
135
|
-
enumerable: !1,
|
|
136
|
-
writable: !0,
|
|
137
|
-
value: null
|
|
138
|
-
}), Object.defineProperty(e, "_debugStack", {
|
|
139
|
-
configurable: !1,
|
|
140
|
-
enumerable: !1,
|
|
141
|
-
writable: !0,
|
|
142
|
-
value: i
|
|
143
|
-
}), Object.defineProperty(e, "_debugTask", {
|
|
144
|
-
configurable: !1,
|
|
145
|
-
enumerable: !1,
|
|
146
|
-
writable: !0,
|
|
147
|
-
value: a
|
|
148
|
-
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
149
|
-
}
|
|
150
|
-
function d(e, n, i, o, l, d) {
|
|
151
|
-
var p = n.children;
|
|
152
|
-
if (p !== void 0) if (o) if (M(p)) {
|
|
153
|
-
for (o = 0; o < p.length; o++) f(p[o]);
|
|
154
|
-
Object.freeze && Object.freeze(p);
|
|
155
|
-
} else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
156
|
-
else f(p);
|
|
157
|
-
if (j.call(n, "key")) {
|
|
158
|
-
p = t(e);
|
|
159
|
-
var m = Object.keys(n).filter(function(e) {
|
|
160
|
-
return e !== "key";
|
|
161
|
-
});
|
|
162
|
-
o = 0 < m.length ? "{key: someKey, " + m.join(": ..., ") + ": ...}" : "{key: someKey}", R[p + o] || (m = 0 < m.length ? "{" + m.join(": ..., ") + ": ...}" : "{}", console.error("A props object containing a \"key\" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />", o, p, m, p), R[p + o] = !0);
|
|
163
|
-
}
|
|
164
|
-
if (p = null, i !== void 0 && (r(i), p = "" + i), s(n) && (r(n.key), p = "" + n.key), "key" in n) for (var h in i = {}, n) h !== "key" && (i[h] = n[h]);
|
|
165
|
-
else i = n;
|
|
166
|
-
return p && c(i, typeof e == "function" ? e.displayName || e.name || "Unknown" : e), u(e, p, i, a(), l, d);
|
|
167
|
-
}
|
|
168
|
-
function f(e) {
|
|
169
|
-
p(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e && e.$$typeof === E && (e._payload.status === "fulfilled" ? p(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
170
|
-
}
|
|
171
|
-
function p(e) {
|
|
172
|
-
return typeof e == "object" && !!e && e.$$typeof === h;
|
|
173
|
-
}
|
|
174
|
-
var m = k("react"), h = Symbol.for("react.transitional.element"), g = Symbol.for("react.portal"), _ = Symbol.for("react.fragment"), v = Symbol.for("react.strict_mode"), y = Symbol.for("react.profiler"), b = Symbol.for("react.consumer"), x = Symbol.for("react.context"), S = Symbol.for("react.forward_ref"), C = Symbol.for("react.suspense"), w = Symbol.for("react.suspense_list"), T = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), D = Symbol.for("react.activity"), O = Symbol.for("react.client.reference"), A = m.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, j = Object.prototype.hasOwnProperty, M = Array.isArray, N = console.createTask ? console.createTask : function() {
|
|
175
|
-
return null;
|
|
176
|
-
};
|
|
177
|
-
m = { react_stack_bottom_frame: function(e) {
|
|
178
|
-
return e();
|
|
179
|
-
} };
|
|
180
|
-
var P, F = {}, I = m.react_stack_bottom_frame.bind(m, o)(), L = N(i(o)), R = {};
|
|
181
|
-
e.Fragment = _, e.jsx = function(e, t, n) {
|
|
182
|
-
var r = 1e4 > A.recentlyCreatedOwnerStacks++;
|
|
183
|
-
return d(e, t, n, !1, r ? Error("react-stack-top-frame") : I, r ? N(i(e)) : L);
|
|
184
|
-
}, e.jsxs = function(e, t, n) {
|
|
185
|
-
var r = 1e4 > A.recentlyCreatedOwnerStacks++;
|
|
186
|
-
return d(e, t, n, !0, r ? Error("react-stack-top-frame") : I, r ? N(i(e)) : L);
|
|
187
|
-
};
|
|
188
|
-
})();
|
|
189
|
-
})), M = (/* @__PURE__ */ O(((e, t) => {
|
|
190
|
-
process.env.NODE_ENV === "production" ? t.exports = A() : t.exports = j();
|
|
191
|
-
})))();
|
|
192
|
-
function N({ url: t, title: n }) {
|
|
193
|
-
return /* @__PURE__ */ (0, M.jsxs)("div", { children: [n !== void 0 && /* @__PURE__ */ (0, M.jsx)("title", { children: n }), /* @__PURE__ */ (0, M.jsx)(e, {
|
|
2
|
+
import { Fragment as t, jsx as n, jsxs as r } from "react/jsx-runtime";
|
|
3
|
+
import { Fragment as i, useEffect as a, useRef as o, useState as s } from "react";
|
|
4
|
+
import { faGithub as c } from "@fortawesome/free-brands-svg-icons";
|
|
5
|
+
import { FontAwesomeIcon as l } from "@fortawesome/react-fontawesome";
|
|
6
|
+
import u from "react-markdown";
|
|
7
|
+
import { faBook as d, faCaretDown as f, faClipboard as p, faLanguage as m, faPenFancy as h, faTheaterMasks as g } from "@fortawesome/free-solid-svg-icons";
|
|
8
|
+
import { CopyToClipboard as _ } from "react-copy-to-clipboard";
|
|
9
|
+
import { Menu as v, MenuButton as y, MenuItem as b, MenuItems as x, Transition as S } from "@headlessui/react";
|
|
10
|
+
import { Link as C, useLocation as w } from "@tanstack/react-router";
|
|
11
|
+
import { flexRender as T, getCoreRowModel as E, getFilteredRowModel as ee, getSortedRowModel as D, useReactTable as O } from "@tanstack/react-table";
|
|
12
|
+
import k from "CETEIcean";
|
|
13
|
+
//#region src/components/ApiDoc/ApiDoc.tsx
|
|
14
|
+
function A({ url: t, title: i }) {
|
|
15
|
+
return /* @__PURE__ */ r("div", { children: [i !== void 0 && /* @__PURE__ */ n("title", { children: i }), /* @__PURE__ */ n(e, {
|
|
194
16
|
url: t,
|
|
195
17
|
deepLinking: !0
|
|
196
18
|
})] });
|
|
197
19
|
}
|
|
198
20
|
//#endregion
|
|
199
21
|
//#region src/components/IdLink/IdLink.tsx
|
|
200
|
-
var
|
|
22
|
+
var j = [
|
|
201
23
|
{
|
|
202
24
|
schema: "wikidata",
|
|
203
25
|
label: "Wikidata",
|
|
@@ -241,34 +63,34 @@ var P = [
|
|
|
241
63
|
classes: "pl-[23px] bg-(image:--img-oclc) bg-[length:15px]"
|
|
242
64
|
}
|
|
243
65
|
];
|
|
244
|
-
function
|
|
245
|
-
let
|
|
246
|
-
let
|
|
247
|
-
return
|
|
66
|
+
function M({ showLabel: e, children: t, className: i }) {
|
|
67
|
+
let a = "inline-flex bg-white bg-no-repeat bg-[5px] rounded-sm px-1.5 gap-1 align-text-bottom", o, s = j.find(({ pattern: e, url: n, schema: r }) => {
|
|
68
|
+
let i = RegExp(`^(?:${e || n}/|${r}:)([a-z\\d]+)$`, "i"), a = t.match(i);
|
|
69
|
+
return a ? (o = a[1], !0) : !1;
|
|
248
70
|
});
|
|
249
|
-
if (!
|
|
250
|
-
className:
|
|
71
|
+
if (!s) return /* @__PURE__ */ n("span", {
|
|
72
|
+
className: a,
|
|
251
73
|
children: t
|
|
252
74
|
});
|
|
253
|
-
let { url:
|
|
254
|
-
return
|
|
255
|
-
className:
|
|
256
|
-
children: [e && `${
|
|
257
|
-
className:
|
|
258
|
-
href: `${
|
|
259
|
-
title:
|
|
260
|
-
children:
|
|
75
|
+
let { url: c, label: l, classes: u = "" } = s;
|
|
76
|
+
return a += ` ${u}`, /* @__PURE__ */ r("span", {
|
|
77
|
+
className: a,
|
|
78
|
+
children: [e && `${l}: `, /* @__PURE__ */ n("a", {
|
|
79
|
+
className: i,
|
|
80
|
+
href: `${c}/${o}`,
|
|
81
|
+
title: l,
|
|
82
|
+
children: o
|
|
261
83
|
})]
|
|
262
84
|
});
|
|
263
85
|
}
|
|
264
86
|
//#endregion
|
|
265
87
|
//#region src/utils.ts
|
|
266
|
-
function
|
|
88
|
+
function N(e, t = 0) {
|
|
267
89
|
if (e === null) return "";
|
|
268
90
|
let n = parseInt(e, 10);
|
|
269
91
|
return n < 0 ? `${n * -1} BCE` : n < t ? `${n} CE` : String(n);
|
|
270
92
|
}
|
|
271
|
-
function
|
|
93
|
+
function P(e, t = "en-GB") {
|
|
272
94
|
let n = `${e}`;
|
|
273
95
|
if (n.match("^-[0-9]{4}/-[0-9]{4}$")) {
|
|
274
96
|
let e = n.split("/").map((e) => parseInt(e, 10) * -1);
|
|
@@ -276,7 +98,7 @@ function L(e, t = "en-GB") {
|
|
|
276
98
|
}
|
|
277
99
|
if (n.match("^-?[0-9]{4}/-?[0-9]{4}$")) {
|
|
278
100
|
let e = n.split("/");
|
|
279
|
-
return `${
|
|
101
|
+
return `${N(e[0])}-${N(e[1], 1e3)}`;
|
|
280
102
|
}
|
|
281
103
|
return n.match("^[0-9]{4}-[0-9]{2}$") ? new Date(n).toLocaleDateString(t, {
|
|
282
104
|
month: "long",
|
|
@@ -285,16 +107,16 @@ function L(e, t = "en-GB") {
|
|
|
285
107
|
day: "numeric",
|
|
286
108
|
month: "long",
|
|
287
109
|
year: "numeric"
|
|
288
|
-
}) : n.match("^>-?[0-9]{4}") ? `after ${
|
|
110
|
+
}) : n.match("^>-?[0-9]{4}") ? `after ${N(n.substring(1), 1e3)}` : n.match("^<-?[0-9]{4}") ? `before ${N(n.substring(1), 1e3)}` : n.match("^-?[0-9]{4}") ? N(n, 1e3) : n;
|
|
289
111
|
}
|
|
290
112
|
//#endregion
|
|
291
113
|
//#region src/components/AuthorInfo/AuthorInfo.tsx
|
|
292
|
-
var
|
|
293
|
-
function
|
|
294
|
-
let [
|
|
295
|
-
|
|
114
|
+
var F = "https://query.wikidata.org/sparql", I = "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='102' height='137' viewBox='-305 -516 610 820'%3E%3Ctitle%3EWikimedia Commons Logo%3C/title%3E%3Cdefs%3E%3CclipPath id='c'%3E%3Ccircle r='298'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle r='100' fill='%23900'/%3E%3Cg fill='%23069'%3E%3Cg id='arrow' clip-path='url(%23c)'%3E%3Cpath d='m-11 180v118h22v-118'/%3E%3Cpath d='m-43 185l43-75 43 75'/%3E%3C/g%3E%3Cg id='arrows3'%3E%3Cuse xlink:href='%23arrow' transform='rotate(45)'/%3E%3Cuse xlink:href='%23arrow' transform='rotate(90)'/%3E%3Cuse xlink:href='%23arrow' transform='rotate(135)'/%3E%3C/g%3E%3Cuse xlink:href='%23arrows3' transform='scale(-1 1)'/%3E%3Cpath id='blue_path' transform='rotate(-45)' stroke='%23069' stroke-width='84' fill='none' d='M 0,-256 A 256 256 0 1 0 256,0 C 256,-100 155,-150 250,-275'/%3E%3Cpath id='arrow_top' d='m-23-515s-36 135-80 185 116-62 170-5-90-180-90-180z'/%3E%3C/g%3E%3C/svg%3E";
|
|
115
|
+
function L({ wikidataId: e, name: t, birthLabel: i = "b.", deathLabel: o = "d.", unknownLabel: c = "unknown" }) {
|
|
116
|
+
let [l, u] = s(null);
|
|
117
|
+
a(() => {
|
|
296
118
|
function t(e) {
|
|
297
|
-
return e.startsWith("http://www.wikidata.org/.well-known/genid") ?
|
|
119
|
+
return e.startsWith("http://www.wikidata.org/.well-known/genid") ? c : P(e.replace(/^(-?\d{4}).*$/, "$1"));
|
|
298
120
|
}
|
|
299
121
|
async function n(e) {
|
|
300
122
|
let n = `
|
|
@@ -314,7 +136,7 @@ WHERE {
|
|
|
314
136
|
OPTIONAL { ?author wdt:P227 ?gnd. }
|
|
315
137
|
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
|
|
316
138
|
}
|
|
317
|
-
`, r = `${
|
|
139
|
+
`, r = `${F}?query=${encodeURIComponent(n)}`, i = {
|
|
318
140
|
method: "GET",
|
|
319
141
|
headers: { Accept: "application/json" }
|
|
320
142
|
};
|
|
@@ -324,163 +146,163 @@ WHERE {
|
|
|
324
146
|
console.log(e.status);
|
|
325
147
|
return;
|
|
326
148
|
}
|
|
327
|
-
let { authorLabel: n, img: a, birthDate: o, birthPlaceLabel: s, deathDate:
|
|
328
|
-
o?.value && d.push(t(o.value)), s?.value && d.push(s.value),
|
|
149
|
+
let { authorLabel: n, img: a, birthDate: o, birthPlaceLabel: s, deathDate: c, deathPlaceLabel: l } = ((await e.json()).results?.bindings || [])[0], d = [], f = [];
|
|
150
|
+
o?.value && d.push(t(o.value)), s?.value && d.push(s.value), c?.value && f.push(t(c.value)), l?.value && f.push(l.value);
|
|
329
151
|
let p = {
|
|
330
152
|
name: n.value,
|
|
331
153
|
birth: d,
|
|
332
154
|
death: f
|
|
333
155
|
};
|
|
334
|
-
a?.value && (p.imageUrl = a.value.replace(/^http:/, "https:"), p.commonsPage = a.value.replace(/Special:FilePath\//, "File:").replace(/^http:/, "https:")),
|
|
156
|
+
a?.value && (p.imageUrl = a.value.replace(/^http:/, "https:"), p.commonsPage = a.value.replace(/Special:FilePath\//, "File:").replace(/^http:/, "https:")), u(p);
|
|
335
157
|
} catch (e) {
|
|
336
158
|
console.log(e);
|
|
337
159
|
}
|
|
338
160
|
}
|
|
339
161
|
e && n(e);
|
|
340
|
-
}, [e,
|
|
341
|
-
let { name:
|
|
342
|
-
return /* @__PURE__ */ (
|
|
162
|
+
}, [e, c]);
|
|
163
|
+
let { name: d, imageUrl: f, commonsPage: p, birth: m = [], death: h = [] } = l || {};
|
|
164
|
+
return /* @__PURE__ */ r("div", {
|
|
343
165
|
className: "flex whitespace-nowrap",
|
|
344
|
-
children: [/* @__PURE__ */ (
|
|
166
|
+
children: [/* @__PURE__ */ r("div", {
|
|
345
167
|
className: "relative w-[5em] h-[6em] overflow-hidden bg-(image:--img-author) bg-no-repeat bg-center bg-primary rounded-md border-2 border-primary mr-4",
|
|
346
168
|
style: { backgroundSize: "70%" },
|
|
347
|
-
children: [
|
|
348
|
-
src:
|
|
349
|
-
title:
|
|
169
|
+
children: [f && /* @__PURE__ */ n("img", {
|
|
170
|
+
src: f,
|
|
171
|
+
title: d,
|
|
350
172
|
alt: "",
|
|
351
173
|
className: "object-cover object-top w-full h-full"
|
|
352
|
-
}),
|
|
353
|
-
href:
|
|
174
|
+
}), p && /* @__PURE__ */ n("a", {
|
|
175
|
+
href: p,
|
|
354
176
|
title: "© Wikimedia Commons",
|
|
355
177
|
className: "absolute flex inset-0 z-10 bg-white/0 hover:bg-white/60",
|
|
356
|
-
children: /* @__PURE__ */ (
|
|
357
|
-
src:
|
|
178
|
+
children: /* @__PURE__ */ n("img", {
|
|
179
|
+
src: I,
|
|
358
180
|
className: "opacity-0 hover:opacity-100 place-self-center w-full h-full p-[20%]",
|
|
359
181
|
width: "17",
|
|
360
182
|
alt: "Wikimedia Commons"
|
|
361
183
|
})
|
|
362
184
|
})]
|
|
363
|
-
}), /* @__PURE__ */ (
|
|
364
|
-
/* @__PURE__ */ (
|
|
185
|
+
}), /* @__PURE__ */ r("span", { children: [
|
|
186
|
+
/* @__PURE__ */ n("div", {
|
|
365
187
|
className: "text-lg",
|
|
366
|
-
children: t ||
|
|
188
|
+
children: t || d
|
|
367
189
|
}),
|
|
368
|
-
e && /* @__PURE__ */ (
|
|
369
|
-
|
|
370
|
-
|
|
190
|
+
e && /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n(M, { children: `wikidata:${e}` }) }),
|
|
191
|
+
m.length > 0 && /* @__PURE__ */ r("div", { children: [
|
|
192
|
+
i,
|
|
371
193
|
" ",
|
|
372
|
-
|
|
194
|
+
m.join(", ")
|
|
373
195
|
] }),
|
|
374
|
-
|
|
375
|
-
|
|
196
|
+
h.length > 0 && /* @__PURE__ */ r("div", { children: [
|
|
197
|
+
o,
|
|
376
198
|
" ",
|
|
377
|
-
|
|
199
|
+
h.join(", ")
|
|
378
200
|
] })
|
|
379
201
|
] })]
|
|
380
202
|
});
|
|
381
203
|
}
|
|
382
204
|
//#endregion
|
|
383
205
|
//#region src/components/Authors/Authors.tsx
|
|
384
|
-
var
|
|
385
|
-
|
|
206
|
+
var R = ({ data: e }) => /* @__PURE__ */ n(t, { children: e.map((e, i) => /* @__PURE__ */ r("span", { children: [
|
|
207
|
+
i > 0 && /* @__PURE__ */ n("br", {}),
|
|
386
208
|
e.name,
|
|
387
|
-
e.pseudonym && /* @__PURE__ */ (
|
|
209
|
+
e.pseudonym && /* @__PURE__ */ r("i", { children: [
|
|
388
210
|
" (",
|
|
389
211
|
e.pseudonym,
|
|
390
212
|
")"
|
|
391
213
|
] }),
|
|
392
|
-
e.ref && /* @__PURE__ */ (
|
|
393
|
-
] }, `${
|
|
214
|
+
e.ref && /* @__PURE__ */ r(t, { children: [" ", /* @__PURE__ */ n("small", { children: /* @__PURE__ */ n(M, { children: e.ref }) })] })
|
|
215
|
+
] }, `${i}-${e.name}`)) });
|
|
394
216
|
//#endregion
|
|
395
217
|
//#region src/components/Commit/Commit.tsx
|
|
396
|
-
function
|
|
397
|
-
let
|
|
398
|
-
return e ? /* @__PURE__ */ (
|
|
399
|
-
href:
|
|
218
|
+
function z({ repo: e, children: t }) {
|
|
219
|
+
let i = t.trim(), a = i.substring(0, 7), o = `${e}/commit/${i}`;
|
|
220
|
+
return e ? /* @__PURE__ */ r("a", {
|
|
221
|
+
href: o,
|
|
400
222
|
target: "_blank",
|
|
401
223
|
rel: "noreferrer noopener",
|
|
402
224
|
className: "text-sm",
|
|
403
|
-
children: [/* @__PURE__ */ (
|
|
404
|
-
icon:
|
|
225
|
+
children: [/* @__PURE__ */ n(l, {
|
|
226
|
+
icon: c,
|
|
405
227
|
size: "lg",
|
|
406
228
|
className: "mr-1"
|
|
407
|
-
}),
|
|
408
|
-
}) : /* @__PURE__ */ (
|
|
229
|
+
}), a]
|
|
230
|
+
}) : /* @__PURE__ */ n("span", {
|
|
409
231
|
title: "Git commit",
|
|
410
|
-
children:
|
|
232
|
+
children: a
|
|
411
233
|
});
|
|
412
234
|
}
|
|
413
235
|
//#endregion
|
|
414
236
|
//#region src/components/DebouncedInput/DebouncedInput.tsx
|
|
415
|
-
function
|
|
416
|
-
let [o,
|
|
417
|
-
return
|
|
237
|
+
function B({ value: e, onChange: t, debounce: r = 500, ...i }) {
|
|
238
|
+
let [o, c] = s(e), [l, u] = s(e);
|
|
239
|
+
return l !== e && (u(e), c(e)), a(() => {
|
|
418
240
|
let e = setTimeout(() => {
|
|
419
241
|
t(o);
|
|
420
242
|
}, r);
|
|
421
243
|
return () => clearTimeout(e);
|
|
422
|
-
}, [o]), /* @__PURE__ */ (
|
|
423
|
-
...
|
|
244
|
+
}, [o]), /* @__PURE__ */ n("input", {
|
|
245
|
+
...i,
|
|
424
246
|
value: o,
|
|
425
|
-
onChange: (e) =>
|
|
247
|
+
onChange: (e) => c(e.target.value)
|
|
426
248
|
});
|
|
427
249
|
}
|
|
428
250
|
//#endregion
|
|
429
251
|
//#region src/components/DocPage/DocPage.tsx
|
|
430
|
-
function
|
|
431
|
-
let [
|
|
432
|
-
return
|
|
252
|
+
function V({ url: e, match: t, components: i, rehypePlugins: o }) {
|
|
253
|
+
let [c, l] = s(""), [d, f] = s("");
|
|
254
|
+
return a(() => {
|
|
433
255
|
async function n(e) {
|
|
434
256
|
try {
|
|
435
257
|
let t = await fetch(e, { method: "GET" });
|
|
436
258
|
if (t.status == 404) {
|
|
437
|
-
|
|
259
|
+
l("Not Found"), f("Not Found");
|
|
438
260
|
return;
|
|
439
261
|
}
|
|
440
262
|
if (t.status !== 200) throw console.log(t.status), Error(`Request failed with status ${t.status}`);
|
|
441
263
|
let n = t.headers.get("content-type");
|
|
442
264
|
if (!n || !n.includes("text/markdown")) {
|
|
443
|
-
|
|
265
|
+
l("Oops, we haven't got Markdown!"), f("No Markdown");
|
|
444
266
|
return;
|
|
445
267
|
}
|
|
446
268
|
let r = await t.text();
|
|
447
|
-
|
|
269
|
+
l(r);
|
|
448
270
|
let i = r.replace(/^\s+/, "").split(/(\n|\r|\r\n){2,}/)[0].match(/^#\s*(.+)/);
|
|
449
|
-
|
|
271
|
+
f(i ? i[1] : "...");
|
|
450
272
|
} catch (e) {
|
|
451
|
-
|
|
273
|
+
l("Something went wrong."), f("Error"), console.error(e);
|
|
452
274
|
}
|
|
453
275
|
}
|
|
454
276
|
let r = e || (t ? t() : null);
|
|
455
277
|
r && n(r);
|
|
456
|
-
}, [e, t]), /* @__PURE__ */ (
|
|
457
|
-
children:
|
|
458
|
-
components:
|
|
459
|
-
rehypePlugins:
|
|
278
|
+
}, [e, t]), /* @__PURE__ */ r("div", { children: [d && /* @__PURE__ */ n("title", { children: d }), /* @__PURE__ */ n(u, {
|
|
279
|
+
children: c,
|
|
280
|
+
components: i,
|
|
281
|
+
rehypePlugins: o
|
|
460
282
|
})] });
|
|
461
283
|
}
|
|
462
284
|
//#endregion
|
|
463
285
|
//#region src/components/icons/Bibtex.tsx
|
|
464
|
-
var
|
|
286
|
+
var H = (e) => /* @__PURE__ */ r("svg", {
|
|
465
287
|
xmlns: "http://www.w3.org/2000/svg",
|
|
466
288
|
viewBox: "0 0 235.93 314.58",
|
|
467
289
|
...e,
|
|
468
|
-
children: [/* @__PURE__ */ (
|
|
290
|
+
children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".bibtex_svg__cls-2{fill:#08f}.bibtex_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
|
|
469
291
|
id: "bibtex_svg__Ebene_2",
|
|
470
292
|
"data-name": "Ebene 2",
|
|
471
|
-
children: /* @__PURE__ */ (
|
|
293
|
+
children: /* @__PURE__ */ r("g", {
|
|
472
294
|
id: "bibtex_svg__Ebene_1-2",
|
|
473
295
|
"data-name": "Ebene 1",
|
|
474
296
|
children: [
|
|
475
|
-
/* @__PURE__ */ (
|
|
297
|
+
/* @__PURE__ */ n("path", {
|
|
476
298
|
d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
|
|
477
299
|
style: { fill: "#1f2448" }
|
|
478
300
|
}),
|
|
479
|
-
/* @__PURE__ */ (
|
|
301
|
+
/* @__PURE__ */ n("path", {
|
|
480
302
|
d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
|
|
481
303
|
className: "bibtex_svg__cls-2"
|
|
482
304
|
}),
|
|
483
|
-
/* @__PURE__ */ (
|
|
305
|
+
/* @__PURE__ */ n("rect", {
|
|
484
306
|
width: 204.98,
|
|
485
307
|
height: 74.77,
|
|
486
308
|
x: 15.48,
|
|
@@ -488,36 +310,36 @@ var W = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
488
310
|
className: "bibtex_svg__cls-3",
|
|
489
311
|
rx: 23.84
|
|
490
312
|
}),
|
|
491
|
-
/* @__PURE__ */ (
|
|
313
|
+
/* @__PURE__ */ n("path", {
|
|
492
314
|
d: "M69.65 284.34a1.51 1.51 0 0 1-1.6-1.6v-41.6a1.53 1.53 0 0 1 1.6-1.6h19.13a21.45 21.45 0 0 1 8.77 1.54 10.69 10.69 0 0 1 5 4.35 13 13 0 0 1 1.64 6.66 9.24 9.24 0 0 1-.87 4.13 10 10 0 0 1-2.08 2.91 10.14 10.14 0 0 1-2.37 1.73 11.06 11.06 0 0 1 4.39 3.8 10.52 10.52 0 0 1 1.89 6.24 13.41 13.41 0 0 1-1.83 7.11 12.12 12.12 0 0 1-5.32 4.67 20.32 20.32 0 0 1-8.71 1.66Zm8.83-26.75h9a6 6 0 0 0 4.52-1.47 5.17 5.17 0 0 0 1.44-3.78 5 5 0 0 0-1.44-3.71 6.14 6.14 0 0 0-4.45-1.41h-9Zm0 19.07h9.66a5.85 5.85 0 0 0 4.61-1.72 5.93 5.93 0 0 0 1.54-4 5.87 5.87 0 0 0-1.57-4.12 5.94 5.94 0 0 0-4.58-1.7h-9.66ZM114.19 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6A1.57 1.57 0 0 1 113 240a1.55 1.55 0 0 1 1.15-.45h7.55a1.58 1.58 0 0 1 1.12.45 1.52 1.52 0 0 1 .48 1.15v41.6a1.52 1.52 0 0 1-.48 1.16 1.57 1.57 0 0 1-1.12.44ZM134.28 284.34a1.51 1.51 0 0 1-1.59-1.6v-41.6a1.53 1.53 0 0 1 1.59-1.6h19.14a21.45 21.45 0 0 1 8.77 1.54 10.69 10.69 0 0 1 5 4.35 13 13 0 0 1 1.64 6.66 9.24 9.24 0 0 1-.87 4.13 10.23 10.23 0 0 1-4.45 4.64 11.06 11.06 0 0 1 4.39 3.8 10.52 10.52 0 0 1 1.89 6.24A13.41 13.41 0 0 1 168 278a12.12 12.12 0 0 1-5.34 4.67 20.32 20.32 0 0 1-8.71 1.66Zm8.84-26.75h9a6 6 0 0 0 4.45-1.47 5.17 5.17 0 0 0 1.44-3.78 5 5 0 0 0-1.44-3.71 6.14 6.14 0 0 0-4.45-1.41h-9Zm0 19.07h9.66a5.86 5.86 0 0 0 4.61-1.72 5.93 5.93 0 0 0 1.54-4 5.87 5.87 0 0 0-1.57-4.12 5.94 5.94 0 0 0-4.58-1.7h-9.66Z",
|
|
493
315
|
className: "bibtex_svg__cls-2"
|
|
494
316
|
}),
|
|
495
|
-
/* @__PURE__ */ (
|
|
317
|
+
/* @__PURE__ */ n("path", {
|
|
496
318
|
id: "bibtex_svg__path14",
|
|
497
319
|
d: "M67.11 72.89v1.6c4.63 0 5.38 0 5.38 3v36.06c0 3-.73 3-5.38 3v1.6h22.77c8.47 0 14-6 14-12.06S98.41 95 91.33 94.55c6.35-1.25 10.79-5.49 10.79-10.53 0-5.5-5.43-11.14-14-11.14Zm9.67 21.18v-17c0-2.26.13-2.6 2.76-2.6H88A9.24 9.24 0 0 1 97.38 84c0 5.05-4 10.11-11.12 10.11Zm2.76 22.51c-2.62 0-2.75-.33-2.75-2.6V95.15H89c6.77 0 10.07 6.07 10.07 10.95a10.55 10.55 0 0 1-10.92 10.48",
|
|
498
320
|
className: "bibtex_svg__cls-3"
|
|
499
321
|
}),
|
|
500
|
-
/* @__PURE__ */ (
|
|
322
|
+
/* @__PURE__ */ n("path", {
|
|
501
323
|
id: "bibtex_svg__path16",
|
|
502
324
|
d: "M116.45 89c0-2.85.34-3.18 5.14-3.18v-1.6c-2.25.06-5.71.2-7.43.2s-5.18-.13-7.44-.2v1.6c4.59 0 4.91.33 4.91 3.18v24.44c0 2.84-.31 3.18-4.91 3.18v1.6c2.26-.06 5.71-.19 7.44-.19s5.17.13 7.43.19v-1.6c-4.8 0-5.14-.32-5.14-3.18",
|
|
503
325
|
className: "bibtex_svg__cls-3"
|
|
504
326
|
}),
|
|
505
|
-
/* @__PURE__ */ (
|
|
327
|
+
/* @__PURE__ */ n("path", {
|
|
506
328
|
id: "bibtex_svg__path18",
|
|
507
329
|
d: "M125.4 84.15v1.6c4.39 0 4.71.4 4.71 3.12v24.57c0 2.72-.32 3.12-4.71 3.12v1.6h20c7.36 0 12-4.5 12-9.13 0-4.3-4.25-7.94-10-8.67 4.71-1 8.49-4 8.49-7.81 0-4.16-4.64-8.4-11.87-8.4Zm9 15.54V88.61c0-2.64.33-2.84 2.68-2.84h6.43a6.7 6.7 0 0 1 7.11 6.73c0 2.38-1.74 7.19-8.72 7.19Zm0 1.34h10c5.64 0 7.45 5.11 7.45 7.94 0 3-2.19 7.6-8.24 7.6h-6.52c-2.32 0-2.64-.2-2.64-2.89",
|
|
508
330
|
className: "bibtex_svg__cls-3"
|
|
509
331
|
}),
|
|
510
|
-
/* @__PURE__ */ (
|
|
332
|
+
/* @__PURE__ */ n("path", {
|
|
511
333
|
id: "bibtex_svg__path20",
|
|
512
334
|
d: "M97.87 123.82H59.54l-1.12 14.68h1.19c.86-11 1.8-12.92 12.09-12.92h3.67c1.27.2 1.27 1 1.27 2.54v36.12c0 2.4-.2 3.13-5.8 3.13H69V169c3.18-.06 6.5-.13 9.76-.13s6.57.07 9.75.13v-1.61h-1.89c-5.51 0-5.7-.73-5.7-3.13v-36.14c0-1.47 0-2.27 1.19-2.54h3.64c10.16 0 11.15 1.92 12 12.92H99",
|
|
513
335
|
className: "bibtex_svg__cls-3"
|
|
514
336
|
}),
|
|
515
|
-
/* @__PURE__ */ (
|
|
337
|
+
/* @__PURE__ */ n("path", {
|
|
516
338
|
id: "bibtex_svg__path22",
|
|
517
339
|
d: "M130.91 172.3h-1.2c-1.45 9.84-2.31 15.19-14 15.19h-9.21c-2.65 0-2.78-.34-2.78-2.62v-18.55H110c6.26 0 6.86 2.29 6.86 7.89h1.07V157h-1.07c0 5.5-.6 7.76-6.86 7.76h-6.26v-16.5c0-2.24.13-2.58 2.78-2.58h9.07c10.27 0 11.47 4.09 12.4 12.86h1.19l-1.59-14.68H94v1.82c4.7 0 5.46 0 5.46 3v35.81c0 3-.75 3-5.46 3v1.6h34.54",
|
|
518
340
|
className: "bibtex_svg__cls-3"
|
|
519
341
|
}),
|
|
520
|
-
/* @__PURE__ */ (
|
|
342
|
+
/* @__PURE__ */ n("path", {
|
|
521
343
|
id: "bibtex_svg__path24",
|
|
522
344
|
d: "m149.06 143.86 9.82-14.2c1-1.39 3-4.26 8.43-4.33v-1.6c-1.52.12-4 .12-5.63.12-2.19 0-4.91 0-6.57-.12v1.6c2.13.2 2.65 1.53 2.65 2.6a3.24 3.24 0 0 1-.79 2l-8.76 12.71-9.82-14.38c-.47-.72-.53-.93-.53-1.13 0-.6.72-1.73 2.92-1.79v-1.6c-2.12.12-5.37.12-7.56.12-1.71 0-5 0-6.64-.12v1.6c3.65 0 4.84.14 6.31 2.2l12.8 18.8-11.54 16.86a9.89 9.89 0 0 1-8.43 4.2v1.6c1.51-.13 4-.13 5.63-.13 1.79 0 4.91 0 6.56.13v-1.6a2.56 2.56 0 0 1-2.64-2.6 2.81 2.81 0 0 1 .65-1.8l10.62-15.5 11.55 17c.52.74.52.94.52 1.14 0 .52-.6 1.66-2.92 1.8V169c2.13-.13 5.37-.13 7.56-.13 1.72 0 5 0 6.65.13v-1.6c-4.25 0-4.92-.33-6.24-2.2",
|
|
523
345
|
className: "bibtex_svg__cls-3"
|
|
@@ -525,60 +347,60 @@ var W = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
525
347
|
]
|
|
526
348
|
})
|
|
527
349
|
})]
|
|
528
|
-
}),
|
|
350
|
+
}), U = (e) => /* @__PURE__ */ r("svg", {
|
|
529
351
|
xmlns: "http://www.w3.org/2000/svg",
|
|
530
352
|
viewBox: "0 0 235.93 314.58",
|
|
531
353
|
...e,
|
|
532
|
-
children: [/* @__PURE__ */ (
|
|
354
|
+
children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".csv_svg__cls-2{fill:#08f}.csv_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
|
|
533
355
|
id: "csv_svg__Ebene_2",
|
|
534
356
|
"data-name": "Ebene 2",
|
|
535
|
-
children: /* @__PURE__ */ (
|
|
357
|
+
children: /* @__PURE__ */ r("g", {
|
|
536
358
|
id: "csv_svg__Ebene_1-2",
|
|
537
359
|
"data-name": "Ebene 1",
|
|
538
360
|
children: [
|
|
539
|
-
/* @__PURE__ */ (
|
|
361
|
+
/* @__PURE__ */ n("path", {
|
|
540
362
|
d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
|
|
541
363
|
style: { fill: "#1f2448" }
|
|
542
364
|
}),
|
|
543
|
-
/* @__PURE__ */ (
|
|
365
|
+
/* @__PURE__ */ n("path", {
|
|
544
366
|
d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
|
|
545
367
|
className: "csv_svg__cls-2"
|
|
546
368
|
}),
|
|
547
|
-
/* @__PURE__ */ (
|
|
369
|
+
/* @__PURE__ */ n("path", {
|
|
548
370
|
d: "M220.45 248.17v27.08a23.84 23.84 0 0 1-23.84 23.85H39.32a23.85 23.85 0 0 1-23.85-23.85v-27.08a23.85 23.85 0 0 1 23.85-23.84h157.29a23.84 23.84 0 0 1 23.84 23.84Z",
|
|
549
371
|
className: "csv_svg__cls-3"
|
|
550
372
|
}),
|
|
551
|
-
/* @__PURE__ */ (
|
|
373
|
+
/* @__PURE__ */ n("path", {
|
|
552
374
|
d: "M77.07 285a23.7 23.7 0 0 1-10.24-2 15.07 15.07 0 0 1-6.56-5.89 19.73 19.73 0 0 1-2.59-9.44c0-1.75-.07-3.63-.07-5.63s0-3.93.07-5.76a19.41 19.41 0 0 1 2.62-9.38 15.47 15.47 0 0 1 6.62-5.9 23.29 23.29 0 0 1 10.15-2 26.56 26.56 0 0 1 7.81 1 18.69 18.69 0 0 1 6.12 3.13 14.74 14.74 0 0 1 4 4.8 13.55 13.55 0 0 1 1.5 6.14 1 1 0 0 1-.35 1 1.37 1.37 0 0 1-1 .39h-7.58a1.89 1.89 0 0 1-1.22-.36 2.35 2.35 0 0 1-.7-1.24c-.6-2.48-1.64-4.17-3.11-5.09a10.28 10.28 0 0 0-5.54-1.42 8.44 8.44 0 0 0-6.08 2.15c-1.49 1.43-2.3 3.78-2.43 7.07q-.18 5.25 0 10.75c.13 3.29.94 5.64 2.43 7.07a8.44 8.44 0 0 0 6.08 2.15 10.1 10.1 0 0 0 5.54-1.41 7.94 7.94 0 0 0 3.11-5.06 2.25 2.25 0 0 1 .7-1.28 2.08 2.08 0 0 1 1.22-.32h7.61a1.37 1.37 0 0 1 1 .39 1 1 0 0 1 .35 1A13.55 13.55 0 0 1 95 276a14.74 14.74 0 0 1-4 4.8 18.69 18.69 0 0 1-6.11 3.14 26.57 26.57 0 0 1-7.82 1.06ZM119.88 285a26.15 26.15 0 0 1-10.36-1.79 14.55 14.55 0 0 1-6.27-4.7 11.14 11.14 0 0 1-2.25-6.18 1.34 1.34 0 0 1 .39-.93 1.25 1.25 0 0 1 1-.41h7.1a2.2 2.2 0 0 1 1.35.35 5.24 5.24 0 0 1 .83.86 7 7 0 0 0 1.44 2.05 7.17 7.17 0 0 0 2.65 1.67 11.85 11.85 0 0 0 4.16.64 11.52 11.52 0 0 0 6.15-1.32 4 4 0 0 0 2.05-3.55 3.32 3.32 0 0 0-1.12-2.59 10.64 10.64 0 0 0-3.49-1.82 58.43 58.43 0 0 0-6.34-1.73 35.68 35.68 0 0 1-8.16-2.66 12.52 12.52 0 0 1-5.09-4.22 12.54 12.54 0 0 1 .42-13.35 14.14 14.14 0 0 1 6-4.7 22.76 22.76 0 0 1 9.18-1.7 23.13 23.13 0 0 1 7.65 1.16 17.27 17.27 0 0 1 5.5 3 14.52 14.52 0 0 1 3.39 4 9.15 9.15 0 0 1 1.25 4.13 1.33 1.33 0 0 1-.38.93 1.26 1.26 0 0 1-1 .42h-7.49a2.62 2.62 0 0 1-1.12-.26 1.84 1.84 0 0 1-.86-.9 4.75 4.75 0 0 0-2.21-2.84 8.64 8.64 0 0 0-4.77-1.19 9.15 9.15 0 0 0-4.86 1.12 3.76 3.76 0 0 0-1.8 3.43 3.67 3.67 0 0 0 .93 2.52 7.31 7.31 0 0 0 3.11 1.83c1.45.51 3.39 1.07 5.82 1.66a44.94 44.94 0 0 1 9.18 2.75 10.44 10.44 0 0 1 6.82 10.56 11.75 11.75 0 0 1-2.4 7.4 15 15 0 0 1-6.62 4.73 27.06 27.06 0 0 1-9.78 1.63ZM156.88 284.34a2.48 2.48 0 0 1-1.7-.54 3 3 0 0 1-.86-1.31l-13.32-41a1.62 1.62 0 0 1-.12-.57 1.42 1.42 0 0 1 1.34-1.35h7a2 2 0 0 1 1.5.55 2.35 2.35 0 0 1 .68 1l9.79 30.92 9.81-30.9a3.25 3.25 0 0 1 .7-1 1.93 1.93 0 0 1 1.47-.55h7a1.44 1.44 0 0 1 1.35 1.35 1.65 1.65 0 0 1-.13.57l-13.31 41a2.53 2.53 0 0 1-.83 1.31 2.61 2.61 0 0 1-1.73.54Z",
|
|
553
375
|
className: "csv_svg__cls-2"
|
|
554
376
|
}),
|
|
555
|
-
/* @__PURE__ */ (
|
|
377
|
+
/* @__PURE__ */ n("path", {
|
|
556
378
|
d: "M62 124.63a1.06 1.06 0 0 1-.77-.33 1 1 0 0 1-.32-.72 1 1 0 0 1 .05-.3 1.15 1.15 0 0 1 .15-.29L72 106.88 61.93 91.46a1.42 1.42 0 0 1-.14-.59 1 1 0 0 1 .29-.72 1 1 0 0 1 .75-.33H70a1.58 1.58 0 0 1 1.14.38 2.35 2.35 0 0 1 .55.67l6 9 6-9a3.45 3.45 0 0 1 .6-.67 1.6 1.6 0 0 1 1.14-.38h6.81a1 1 0 0 1 .77.33 1 1 0 0 1 .33.72.92.92 0 0 1-.2.59l-10.07 15.37L94 123a.81.81 0 0 1 .13.29 1.51 1.51 0 0 1 0 .3 1 1 0 0 1-.29.72 1 1 0 0 1-.75.33H85.7a1.7 1.7 0 0 1-1.17-.38 2.73 2.73 0 0 1-.57-.62l-6.61-9.54-6.47 9.54a3 3 0 0 1-.54.62 1.63 1.63 0 0 1-1.15.38ZM141.78 89.82h33.21v13.85h-33.21zM141.78 110.77h33.21v13.4h-33.21zM141.78 131.28h33.21v13.4h-33.21zM141.78 151.78h33.21v14.07h-33.21zM141.78 172.95h33.21v13.73h-33.21zM60.94 131.66h33.21v13.02H60.94zM60.94 151.78h33.21v14.07H60.94zM60.94 172.95h33.21v13.73H60.94zM101.36 89.82h33.21v13.85h-33.21zM101.36 172.95h33.21v13.73h-33.21zM101.36 151.78h33.21v14.07h-33.21zM101.36 131.28h33.21v13.4h-33.21zM101.36 110.77h33.21v13.4h-33.21z",
|
|
557
379
|
className: "csv_svg__cls-3"
|
|
558
380
|
})
|
|
559
381
|
]
|
|
560
382
|
})
|
|
561
383
|
})]
|
|
562
|
-
}),
|
|
384
|
+
}), W = (e) => /* @__PURE__ */ r("svg", {
|
|
563
385
|
xmlns: "http://www.w3.org/2000/svg",
|
|
564
386
|
viewBox: "0 0 235.93 314.58",
|
|
565
387
|
...e,
|
|
566
|
-
children: [/* @__PURE__ */ (
|
|
388
|
+
children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".gexf_svg__cls-2{fill:#08f}.gexf_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
|
|
567
389
|
id: "gexf_svg__Ebene_2",
|
|
568
390
|
"data-name": "Ebene 2",
|
|
569
|
-
children: /* @__PURE__ */ (
|
|
391
|
+
children: /* @__PURE__ */ r("g", {
|
|
570
392
|
id: "gexf_svg__Ebene_1-2",
|
|
571
393
|
"data-name": "Ebene 1",
|
|
572
394
|
children: [
|
|
573
|
-
/* @__PURE__ */ (
|
|
395
|
+
/* @__PURE__ */ n("path", {
|
|
574
396
|
d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
|
|
575
397
|
style: { fill: "#1f2448" }
|
|
576
398
|
}),
|
|
577
|
-
/* @__PURE__ */ (
|
|
399
|
+
/* @__PURE__ */ n("path", {
|
|
578
400
|
d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
|
|
579
401
|
className: "gexf_svg__cls-2"
|
|
580
402
|
}),
|
|
581
|
-
/* @__PURE__ */ (
|
|
403
|
+
/* @__PURE__ */ n("rect", {
|
|
582
404
|
width: 204.98,
|
|
583
405
|
height: 74.77,
|
|
584
406
|
x: 15.48,
|
|
@@ -586,11 +408,11 @@ var W = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
586
408
|
className: "gexf_svg__cls-3",
|
|
587
409
|
rx: 23.84
|
|
588
410
|
}),
|
|
589
|
-
/* @__PURE__ */ (
|
|
411
|
+
/* @__PURE__ */ n("path", {
|
|
590
412
|
d: "M56.88 285a23.87 23.87 0 0 1-10.27-2 15.25 15.25 0 0 1-6.61-5.92 19 19 0 0 1-2.56-9.38q-.06-2.74-.06-5.88t.06-6a18.16 18.16 0 0 1 2.56-9.11 15.36 15.36 0 0 1 6.69-5.79 24 24 0 0 1 10.21-2 26.39 26.39 0 0 1 8.41 1.22 19.93 19.93 0 0 1 6.08 3.17 14.08 14.08 0 0 1 3.72 4.25A10 10 0 0 1 76.4 252a1.09 1.09 0 0 1-.35 1 1.41 1.41 0 0 1-1 .39H66.8a1.66 1.66 0 0 1-1-.23 2.25 2.25 0 0 1-.64-.73 9.27 9.27 0 0 0-1.41-2.27 7.6 7.6 0 0 0-2.59-2 9.94 9.94 0 0 0-4.32-.8 9 9 0 0 0-6.21 2.08q-2.31 2.08-2.5 6.75c-.12 3.67-.12 7.41 0 11.2.13 3.25 1 5.58 2.56 7a9.09 9.09 0 0 0 6.34 2.15 11 11 0 0 0 4.61-.93 7.26 7.26 0 0 0 3.23-2.85 9.25 9.25 0 0 0 1.18-4.93v-1.53h-6.74a1.43 1.43 0 0 1-1.09-.48 1.59 1.59 0 0 1-.44-1.12v-4.23a1.54 1.54 0 0 1 .44-1.15 1.48 1.48 0 0 1 1.09-.45h15.81a1.54 1.54 0 0 1 1.6 1.6v7a17.45 17.45 0 0 1-2.43 9.41 15.72 15.72 0 0 1-6.92 6A24.61 24.61 0 0 1 56.88 285ZM86 284.34a1.53 1.53 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.54 1.54 0 0 1 1.15-.45h29.18a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v5.32a1.46 1.46 0 0 1-.45 1.08 1.55 1.55 0 0 1-1.15.45H94.51v9.73h19.26a1.52 1.52 0 0 1 1.16.48 1.71 1.71 0 0 1 .44 1.18v4.87a1.53 1.53 0 0 1-1.6 1.6H94.51v10h21.18a1.51 1.51 0 0 1 1.6 1.6v5.24a1.61 1.61 0 0 1-.44 1.16 1.57 1.57 0 0 1-1.16.44ZM122.41 284.34a1.25 1.25 0 0 1-1-.41 1.37 1.37 0 0 1-.38-.93 1.21 1.21 0 0 1 .06-.38l.13-.39 14.18-20.73-13.12-19.84a1.4 1.4 0 0 1-.25-.77 1.32 1.32 0 0 1 .41-.93 1.29 1.29 0 0 1 .93-.42h8.2a1.93 1.93 0 0 1 1.37.45 5.21 5.21 0 0 1 .74.83l8.38 12.55 8.45-12.55a4.68 4.68 0 0 1 .77-.83 2 2 0 0 1 1.34-.45h7.74a1.23 1.23 0 0 1 1 .42 1.34 1.34 0 0 1 .39.93 1.47 1.47 0 0 1-.19.77l-13.19 19.77 14.21 20.8a.92.92 0 0 1 .16.39 2.34 2.34 0 0 1 0 .38 1.33 1.33 0 0 1-.38.93 1.25 1.25 0 0 1-1 .41h-8.45a2 2 0 0 1-1.34-.44 3.85 3.85 0 0 1-.71-.77l-9.21-13.19-9 13.19a7.89 7.89 0 0 1-.73.77 1.94 1.94 0 0 1-1.38.44ZM169.9 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h28.74a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v5.64a1.54 1.54 0 0 1-1.6 1.6h-20v10.56h18.76a1.6 1.6 0 0 1 1.15.44 1.58 1.58 0 0 1 .45 1.16v5.63a1.48 1.48 0 0 1-.45 1.09 1.56 1.56 0 0 1-1.15.44h-18.8v15a1.52 1.52 0 0 1-.48 1.16 1.65 1.65 0 0 1-1.18.44Z",
|
|
591
413
|
className: "gexf_svg__cls-2"
|
|
592
414
|
}),
|
|
593
|
-
/* @__PURE__ */ (
|
|
415
|
+
/* @__PURE__ */ n("path", {
|
|
594
416
|
id: "gexf_svg__F161dc",
|
|
595
417
|
d: "M139.75 72.88c9.65-.77 21.84.91 24.18 12.13a3.81 3.81 0 0 0 2.58 2.99c16.31 5.93 7.09 32.57-7.84 33 4.13-4.85 8.31-8.2 11.78-13.26 3.47-5.35 2.24-15.1-5.89-17.42 1.22 20.77-37.16 52.14-41 18.53-8.33 8.77-16.24 18.15-26.9 24.53a3.41 3.41 0 0 0-1.49 2.22c-.37 8.32 5.54 17.95 16.36 14 15.88-5.16 24.07-25.58 42.12-24.73-2 3.37-6.23 4.6-8.52 7.63-8.18 10-12.67 35.89 3.62 38.9 3.33-13.31 2-28 8-40.52 24.07-28.57 49.17 32.64-2.22 46.35-1 6.05-2.16 13.09-3.32 20.12h-6.88c7.87-37.63 1-10.72-14.59-32.27-12 31.84-63.44 29.77-69.81-4.36-4.08-23.18 32.08-20.43 33.72-.94 1.81 9-8.3 17.09-16.58 13.06 17.37-6.17 13.4-29.09-5.68-25.75-6.06 1.35-9.85 7.9-8.39 14.78 5 23.55 39.21 32.29 52.55 10.8a106.1 106.1 0 0 0 13.8-30c-14.61 13-34.08 16.51-40.56-5.93-22 6.08-39.65-14.35-37.34-34.53 3.86-13.73 18.53-22.8 32.92-19-17.68 4.16-35.52 22.83-23.51 41 5.76 8.84 15.24 12.64 24.93 10a2.66 2.66 0 0 0 2.31-3c-1.1-29.02 24.6-53.07 51.65-58.33ZM96.1 129.61c23.24-13 34.44-47.9 64.91-43.81-2.76-12.72-18.73-12.54-28-7.63a72 72 0 0 0-36.91 51.44Zm39.71-9.15c14.71-1.75 22.5-16.36 25.32-29.46 0-7.72-20.33-.67-23.53 2.87-9.89 4.88-17.38 24.85-1.79 26.59Zm19.75 50.87.61.84c31.12-7.27 17.14-56.19 5.27-36.18-3.44 11.49-4.07 23.54-5.88 35.34Z",
|
|
596
418
|
className: "gexf_svg__cls-3"
|
|
@@ -598,26 +420,26 @@ var W = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
598
420
|
]
|
|
599
421
|
})
|
|
600
422
|
})]
|
|
601
|
-
}),
|
|
423
|
+
}), G = (e) => /* @__PURE__ */ r("svg", {
|
|
602
424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
603
425
|
viewBox: "0 0 235.93 314.58",
|
|
604
426
|
...e,
|
|
605
|
-
children: [/* @__PURE__ */ (
|
|
427
|
+
children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".graphml_svg__cls-2{fill:#08f}.graphml_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
|
|
606
428
|
id: "graphml_svg__Ebene_2",
|
|
607
429
|
"data-name": "Ebene 2",
|
|
608
|
-
children: /* @__PURE__ */ (
|
|
430
|
+
children: /* @__PURE__ */ r("g", {
|
|
609
431
|
id: "graphml_svg__Ebene_1-2",
|
|
610
432
|
"data-name": "Ebene 1",
|
|
611
433
|
children: [
|
|
612
|
-
/* @__PURE__ */ (
|
|
434
|
+
/* @__PURE__ */ n("path", {
|
|
613
435
|
d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
|
|
614
436
|
style: { fill: "#1f2448" }
|
|
615
437
|
}),
|
|
616
|
-
/* @__PURE__ */ (
|
|
438
|
+
/* @__PURE__ */ n("path", {
|
|
617
439
|
d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
|
|
618
440
|
className: "graphml_svg__cls-2"
|
|
619
441
|
}),
|
|
620
|
-
/* @__PURE__ */ (
|
|
442
|
+
/* @__PURE__ */ n("rect", {
|
|
621
443
|
width: 204.98,
|
|
622
444
|
height: 74.77,
|
|
623
445
|
x: 15.48,
|
|
@@ -625,27 +447,27 @@ var W = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
625
447
|
className: "graphml_svg__cls-3",
|
|
626
448
|
rx: 23.84
|
|
627
449
|
}),
|
|
628
|
-
/* @__PURE__ */ (
|
|
450
|
+
/* @__PURE__ */ n("path", {
|
|
629
451
|
d: "M43.64 277.74a16.36 16.36 0 0 1-7.07-1.39A10.41 10.41 0 0 1 32 272.3a13.07 13.07 0 0 1-1.76-6.44v-8.14a12.52 12.52 0 0 1 1.76-6.29 10.56 10.56 0 0 1 4.6-4 16.53 16.53 0 0 1 7-1.38 18.31 18.31 0 0 1 5.78.83 13.84 13.84 0 0 1 4.18 2.18 9.61 9.61 0 0 1 2.59 2.94 6.78 6.78 0 0 1 .91 3.08.73.73 0 0 1-.25.66 1 1 0 0 1-.68.26h-5.67a1.15 1.15 0 0 1-.66-.15 1.64 1.64 0 0 1-.44-.51 6.46 6.46 0 0 0-1-1.56 5.2 5.2 0 0 0-1.78-1.36 6.76 6.76 0 0 0-3-.55 6.11 6.11 0 0 0-4.27 1.43q-1.59 1.42-1.72 4.64-.13 3.78 0 7.7c.09 2.23.68 3.83 1.76 4.82a6.27 6.27 0 0 0 4.36 1.47 7.54 7.54 0 0 0 3.17-.64 4.91 4.91 0 0 0 2.22-2A6.38 6.38 0 0 0 50 266v-1.06h-4.69a1 1 0 0 1-.75-.33 1.12 1.12 0 0 1-.31-.77v-2.9a1.11 1.11 0 0 1 .31-.8 1.06 1.06 0 0 1 .75-.31h10.87a1.06 1.06 0 0 1 1.1 1.11v4.84a11.93 11.93 0 0 1-1.68 6.46 10.78 10.78 0 0 1-4.75 4.12 17 17 0 0 1-7.21 1.38ZM60.91 277.3a1 1 0 0 1-.75-.31 1.06 1.06 0 0 1-.31-.79v-20.68a1.06 1.06 0 0 1 .31-.77 1 1 0 0 1 .75-.33h4.48a1 1 0 0 1 .77.33 1 1 0 0 1 .33.77v1.76a7.45 7.45 0 0 1 2.73-2.11 8.77 8.77 0 0 1 3.7-.75h1.89a1 1 0 0 1 .79.31 1 1 0 0 1 .31.79v4a1 1 0 0 1-.31.75 1.08 1.08 0 0 1-.79.3h-3.92a4 4 0 0 0-3 1.08 4.14 4.14 0 0 0-1.05 3v11.55a1 1 0 0 1-.33.79 1.12 1.12 0 0 1-.77.31ZM83.91 277.74a9.58 9.58 0 0 1-4.2-.9 7.6 7.6 0 0 1-2.95-2.45 5.88 5.88 0 0 1-1.07-3.39 5.81 5.81 0 0 1 2.5-4.95 15 15 0 0 1 6.69-2.44l5.72-.88V262a3.88 3.88 0 0 0-.77-2.62 3.4 3.4 0 0 0-2.7-.9 4.21 4.21 0 0 0-2.27.54 3.83 3.83 0 0 0-1.34 1.48 1.15 1.15 0 0 1-1 .53h-4.37a.94.94 0 0 1-.73-.27 1 1 0 0 1-.24-.7 4.49 4.49 0 0 1 .6-1.74 6.69 6.69 0 0 1 1.76-2 10.05 10.05 0 0 1 3.08-1.65 13.71 13.71 0 0 1 4.55-.66 15.29 15.29 0 0 1 4.8.66 8.08 8.08 0 0 1 3.19 1.85 7.33 7.33 0 0 1 1.78 2.77 9.89 9.89 0 0 1 .57 3.39v13.52a1.06 1.06 0 0 1-.31.79 1.09 1.09 0 0 1-.79.31H92a1.11 1.11 0 0 1-.8-.31 1.09 1.09 0 0 1-.3-.79v-1.63a6.22 6.22 0 0 1-1.54 1.58A8.6 8.6 0 0 1 87 277.3a10.11 10.11 0 0 1-3.09.44Zm1.81-4.67a5.28 5.28 0 0 0 2.53-.59 4.25 4.25 0 0 0 1.75-1.87 6.86 6.86 0 0 0 .66-3.17v-.7l-4 .66a7.66 7.66 0 0 0-3.36 1.14 2.31 2.31 0 0 0-1.08 1.89 2.15 2.15 0 0 0 .5 1.43 3.11 3.11 0 0 0 1.3.9 4.61 4.61 0 0 0 1.7.31ZM101.46 285.66a1.09 1.09 0 0 1-.79-.31 1.06 1.06 0 0 1-.31-.79v-29a1 1 0 0 1 .31-.79 1 1 0 0 1 .79-.31h4.36a1 1 0 0 1 .74.31 1 1 0 0 1 .31.79v1.67a8.2 8.2 0 0 1 2.75-2.31 8.88 8.88 0 0 1 4.2-.9 10.19 10.19 0 0 1 3.94.7 7.48 7.48 0 0 1 2.86 2.05 9.69 9.69 0 0 1 1.83 3.25 14.9 14.9 0 0 1 .75 4.29V267.53a14.74 14.74 0 0 1-.73 4.15 9.36 9.36 0 0 1-1.83 3.24 8.09 8.09 0 0 1-2.88 2.11 9.65 9.65 0 0 1-3.94.75 9 9 0 0 1-3.91-.79 7.05 7.05 0 0 1-2.68-2.25v9.86a1.1 1.1 0 0 1-.31.79 1.06 1.06 0 0 1-.75.31Zm10.3-13.34a4.2 4.2 0 0 0 2.55-.68 3.88 3.88 0 0 0 1.34-1.84 9.38 9.38 0 0 0 .51-2.58 20.72 20.72 0 0 0 0-2.73 9.3 9.3 0 0 0-.51-2.57 3.91 3.91 0 0 0-1.34-1.85 4.26 4.26 0 0 0-2.55-.68 4.33 4.33 0 0 0-2.6.7 4.13 4.13 0 0 0-1.41 1.85 8.1 8.1 0 0 0-.52 2.42v3.3a5.66 5.66 0 0 0 .54 2.29 4.07 4.07 0 0 0 4 2.37ZM126.66 277.3a1.09 1.09 0 0 1-.79-.31 1.06 1.06 0 0 1-.31-.79v-29a1 1 0 0 1 .31-.79 1 1 0 0 1 .79-.31h4.93a1.06 1.06 0 0 1 1.1 1.1v9.9a8.26 8.26 0 0 1 2.88-2.25 9.51 9.51 0 0 1 4.11-.83 9 9 0 0 1 4.6 1.16 8.15 8.15 0 0 1 3.15 3.39 11.7 11.7 0 0 1 1.14 5.39v12.24a1 1 0 0 1-.33.79 1.12 1.12 0 0 1-.77.31h-5a1.12 1.12 0 0 1-.77-.31 1 1 0 0 1-.33-.79v-12a5.24 5.24 0 0 0-1.1-3.55 4 4 0 0 0-3.17-1.25 4.29 4.29 0 0 0-3.23 1.25 4.9 4.9 0 0 0-1.21 3.55v12a1.06 1.06 0 0 1-1.1 1.1ZM152.83 277.3a1.11 1.11 0 0 1-.77-.31 1 1 0 0 1-.33-.79v-28.6a1 1 0 0 1 .33-.8 1.1 1.1 0 0 1 .77-.3h4.22a1.33 1.33 0 0 1 1 .35 2.57 2.57 0 0 1 .42.53l8.05 14.69 8.1-14.69a2.57 2.57 0 0 1 .42-.53 1.33 1.33 0 0 1 1-.35h4.18a1.18 1.18 0 0 1 .82.3 1.08 1.08 0 0 1 .33.8v28.6a1.08 1.08 0 0 1-.33.79 1.19 1.19 0 0 1-.82.31h-4.62a1.12 1.12 0 0 1-.77-.31 1 1 0 0 1-.33-.79v-17.51l-5.45 10.2a2.13 2.13 0 0 1-.53.71 1.46 1.46 0 0 1-1 .31h-2.02a1.41 1.41 0 0 1-.93-.31 2.78 2.78 0 0 1-.57-.71l-5.45-10.2v17.51a1.1 1.1 0 0 1-.31.79 1.06 1.06 0 0 1-.75.31ZM186.27 277.3a1.11 1.11 0 0 1-.8-.31 1.09 1.09 0 0 1-.3-.79v-28.6a1 1 0 0 1 1.1-1.1h5.1a1.05 1.05 0 0 1 .75.3 1.11 1.11 0 0 1 .31.8v23.63H206a1.05 1.05 0 0 1 .79.32 1.16 1.16 0 0 1 .31.82v3.83a1.06 1.06 0 0 1-.31.79 1.09 1.09 0 0 1-.79.31Z",
|
|
630
452
|
className: "graphml_svg__cls-2"
|
|
631
453
|
}),
|
|
632
|
-
/* @__PURE__ */ (
|
|
454
|
+
/* @__PURE__ */ n("path", {
|
|
633
455
|
d: "M176.66 102.12a10.29 10.29 0 0 1-17.1 7.73L128.06 128a10.43 10.43 0 0 1 .2 2 10.29 10.29 0 0 1-7 9.76v36.36a10.3 10.3 0 1 1-6.59 0v-36.3a10.29 10.29 0 0 1-7-9.76 10.43 10.43 0 0 1 .2-2l-31.5-18.19a10.19 10.19 0 0 1-6.8 2.58 10.3 10.3 0 1 1 10.3-10.3 10.43 10.43 0 0 1-.2 2l31.5 18.19a10.24 10.24 0 0 1 13.59 0l31.5-18.19a10.43 10.43 0 0 1-.2-2 10.3 10.3 0 1 1 20.6 0Z",
|
|
634
456
|
className: "graphml_svg__cls-3"
|
|
635
457
|
}),
|
|
636
|
-
/* @__PURE__ */ (
|
|
458
|
+
/* @__PURE__ */ n("circle", {
|
|
637
459
|
cx: 117.96,
|
|
638
460
|
cy: 74.18,
|
|
639
461
|
r: 10.3,
|
|
640
462
|
className: "graphml_svg__cls-3"
|
|
641
463
|
}),
|
|
642
|
-
/* @__PURE__ */ (
|
|
464
|
+
/* @__PURE__ */ n("circle", {
|
|
643
465
|
cx: 166.36,
|
|
644
466
|
cy: 158,
|
|
645
467
|
r: 10.3,
|
|
646
468
|
className: "graphml_svg__cls-3"
|
|
647
469
|
}),
|
|
648
|
-
/* @__PURE__ */ (
|
|
470
|
+
/* @__PURE__ */ n("circle", {
|
|
649
471
|
cx: 69.57,
|
|
650
472
|
cy: 158,
|
|
651
473
|
r: 10.3,
|
|
@@ -654,64 +476,64 @@ var W = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
654
476
|
]
|
|
655
477
|
})
|
|
656
478
|
})]
|
|
657
|
-
}),
|
|
479
|
+
}), K = (e) => /* @__PURE__ */ r("svg", {
|
|
658
480
|
xmlns: "http://www.w3.org/2000/svg",
|
|
659
481
|
viewBox: "0 0 235.93 314.58",
|
|
660
482
|
...e,
|
|
661
|
-
children: [/* @__PURE__ */ (
|
|
483
|
+
children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".json_svg__cls-2{fill:#08f}.json_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
|
|
662
484
|
id: "json_svg__Ebene_2",
|
|
663
485
|
"data-name": "Ebene 2",
|
|
664
|
-
children: /* @__PURE__ */ (
|
|
486
|
+
children: /* @__PURE__ */ r("g", {
|
|
665
487
|
id: "json_svg__Ebene_1-2",
|
|
666
488
|
"data-name": "Ebene 1",
|
|
667
489
|
children: [
|
|
668
|
-
/* @__PURE__ */ (
|
|
490
|
+
/* @__PURE__ */ n("path", {
|
|
669
491
|
d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
|
|
670
492
|
style: { fill: "#1f2448" }
|
|
671
493
|
}),
|
|
672
|
-
/* @__PURE__ */ (
|
|
494
|
+
/* @__PURE__ */ n("path", {
|
|
673
495
|
d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
|
|
674
496
|
className: "json_svg__cls-2"
|
|
675
497
|
}),
|
|
676
|
-
/* @__PURE__ */ (
|
|
498
|
+
/* @__PURE__ */ n("path", {
|
|
677
499
|
d: "M39.32 224.33h157.29v74.77H39.32z",
|
|
678
500
|
className: "json_svg__cls-3"
|
|
679
501
|
}),
|
|
680
|
-
/* @__PURE__ */ (
|
|
502
|
+
/* @__PURE__ */ n("path", {
|
|
681
503
|
d: "M196.61 224.33a23.84 23.84 0 0 0-23.84 23.85H63.16a23.84 23.84 0 1 0-47.68 0v27.08a23.84 23.84 0 1 0 47.68 0h109.61a23.84 23.84 0 1 0 47.68 0v-27.08a23.84 23.84 0 0 0-23.84-23.85Z",
|
|
682
504
|
className: "json_svg__cls-3"
|
|
683
505
|
}),
|
|
684
|
-
/* @__PURE__ */ (
|
|
506
|
+
/* @__PURE__ */ n("path", {
|
|
685
507
|
d: "M52.33 285a25.35 25.35 0 0 1-6.82-.89 17.7 17.7 0 0 1-5.72-2.72 13.46 13.46 0 0 1-4-4.55 14 14 0 0 1-1.6-6.3 1.44 1.44 0 0 1 .38-1 1.33 1.33 0 0 1 1-.42h7.55a1.81 1.81 0 0 1 1.34.45 3.06 3.06 0 0 1 .71 1.28 7.29 7.29 0 0 0 1.37 3.23 6.06 6.06 0 0 0 2.53 1.86 9.48 9.48 0 0 0 3.46.61 6.66 6.66 0 0 0 5.47-2.31q1.89-2.3 1.89-6.59v-19.34H38.76a1.45 1.45 0 0 1-1.09-.48 1.61 1.61 0 0 1-.44-1.12v-5.57a1.6 1.6 0 0 1 .44-1.15 1.5 1.5 0 0 1 1.09-.45H69.1a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v26.76a17.46 17.46 0 0 1-2.34 9.31A15 15 0 0 1 61.9 283a21.87 21.87 0 0 1-9.57 2ZM94.27 285a26.17 26.17 0 0 1-10.37-1.79 14.67 14.67 0 0 1-6.27-4.7 11.05 11.05 0 0 1-2.24-6.18 1.37 1.37 0 0 1 .38-.93 1.28 1.28 0 0 1 1-.41h7.11a2.19 2.19 0 0 1 1.34.35 4.53 4.53 0 0 1 .83.86 7 7 0 0 0 1.44 2.05 7.22 7.22 0 0 0 2.66 1.67 11.85 11.85 0 0 0 4.16.64 11.46 11.46 0 0 0 6.14-1.32 4 4 0 0 0 2-3.55 3.29 3.29 0 0 0-1.12-2.59 10.64 10.64 0 0 0-3.49-1.82 58.81 58.81 0 0 0-6.33-1.73 35.68 35.68 0 0 1-8.16-2.66 12.46 12.46 0 0 1-5.09-4.22 12.49 12.49 0 0 1 .42-13.35 14.1 14.1 0 0 1 6-4.7 22.77 22.77 0 0 1 9.19-1.7 23 23 0 0 1 7.64 1.16 17.32 17.32 0 0 1 5.51 3 14.52 14.52 0 0 1 3.39 4 9.27 9.27 0 0 1 1.25 4.13 1.34 1.34 0 0 1-.39.93 1.23 1.23 0 0 1-1 .42h-7.48a2.59 2.59 0 0 1-1.12-.26 1.86 1.86 0 0 1-.87-.9 4.67 4.67 0 0 0-2.21-2.84 8.59 8.59 0 0 0-4.76-1.19 9.21 9.21 0 0 0-4.83 1.1 3.78 3.78 0 0 0-1.79 3.43 3.67 3.67 0 0 0 .93 2.52 7.27 7.27 0 0 0 3.1 1.83c1.45.51 3.39 1.07 5.83 1.66a45.13 45.13 0 0 1 9.18 2.75 11.52 11.52 0 0 1 5.18 4.16 12.92 12.92 0 0 1-.76 13.8 14.94 14.94 0 0 1-6.63 4.73 27 27 0 0 1-9.77 1.65ZM136.82 285a24.09 24.09 0 0 1-10-1.92 14.88 14.88 0 0 1-6.63-5.79 19.48 19.48 0 0 1-2.59-9.76c0-1.83-.06-3.66-.06-5.47s0-3.66.06-5.54a19.28 19.28 0 0 1 2.63-9.69 15.17 15.17 0 0 1 6.72-5.92 25.87 25.87 0 0 1 19.9 0 15.17 15.17 0 0 1 6.72 5.92 19.28 19.28 0 0 1 2.62 9.69c.09 1.88.13 3.73.13 5.54s0 3.64-.13 5.47a19.38 19.38 0 0 1-2.59 9.76 14.83 14.83 0 0 1-6.65 5.79 24.37 24.37 0 0 1-10.13 1.92Zm0-8.44a8.43 8.43 0 0 0 6-2.21q2.34-2.2 2.47-7.14c.08-1.87.13-3.63.13-5.28s-.05-3.38-.13-5.21a11.66 11.66 0 0 0-1.19-5.35 7 7 0 0 0-3-3 10.13 10.13 0 0 0-8.61 0 7.07 7.07 0 0 0-3 3 12.45 12.45 0 0 0-1.25 5.35c0 1.83-.06 3.57-.06 5.21s0 3.41.06 5.28q.19 4.94 2.53 7.14a8.38 8.38 0 0 0 6.05 2.19ZM164 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h6a2 2 0 0 1 1.44.45 3.14 3.14 0 0 1 .61.71l16.76 26.24v-25.8a1.57 1.57 0 0 1 .45-1.15 1.48 1.48 0 0 1 1.09-.45h6.78a1.58 1.58 0 0 1 1.16.45 1.6 1.6 0 0 1 .44 1.15v41.6a1.61 1.61 0 0 1-.44 1.12 1.52 1.52 0 0 1-1.16.48H191a1.81 1.81 0 0 1-1.4-.48 5.88 5.88 0 0 1-.58-.67l-16.77-25.47v25a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44Z",
|
|
686
508
|
className: "json_svg__cls-2"
|
|
687
509
|
}),
|
|
688
|
-
/* @__PURE__ */ (
|
|
510
|
+
/* @__PURE__ */ n("path", {
|
|
689
511
|
d: "M85.74 182a26.41 26.41 0 0 1-9.74-1.83 17.34 17.34 0 0 1-7-5.28 23.33 23.33 0 0 1-4.17-8.68 46.23 46.23 0 0 1-1.4-12A17.16 17.16 0 0 0 62.1 147a9.33 9.33 0 0 0-4.1-4.28l-.86-.48a4.26 4.26 0 0 1-2.49-3.74v-2.69a4.26 4.26 0 0 1 2.49-3.74l1-.48a10.07 10.07 0 0 0 4-4.36 16.9 16.9 0 0 0 1.29-7.15 46.34 46.34 0 0 1 1.4-12A22.94 22.94 0 0 1 69 99.46a18 18 0 0 1 7-5.27 24.32 24.32 0 0 1 9.83-1.83h.48a2.11 2.11 0 0 1 1.54.58 2.08 2.08 0 0 1 .57 1.53v6.14a2.11 2.11 0 0 1-.57 1.54 1.88 1.88 0 0 1-1.35.57h-.48a11 11 0 0 0-6.62 2.16 10.75 10.75 0 0 0-3.35 6 48.83 48.83 0 0 0-1 10.79 22.66 22.66 0 0 1-1.87 9.78 11.74 11.74 0 0 1-5.23 5.66 9.84 9.84 0 0 1 3.79 3.31 17.49 17.49 0 0 1 2.45 5.32 25.38 25.38 0 0 1 .86 6.81 48.93 48.93 0 0 0 1 10.75 10.88 10.88 0 0 0 3.31 6.09 10.9 10.9 0 0 0 6.66 2.15l.48.1a1.88 1.88 0 0 1 1.35.57 2.11 2.11 0 0 1 .57 1.54v6.14a2.11 2.11 0 0 1-.57 1.48 2 2 0 0 1-1.54.63ZM112.31 174a1.53 1.53 0 0 1-1.3-.57 1.93 1.93 0 0 1-.33-1.44l2.49-16.31a4.48 4.48 0 0 1 .91-2.15 2.58 2.58 0 0 1 2.16-.92h8.82a1.62 1.62 0 0 1 1.25.53 1.87 1.87 0 0 1 .48 1.3 2.76 2.76 0 0 1-.29 1.24l-6.14 15.92a5.55 5.55 0 0 1-1 1.68 2.76 2.76 0 0 1-2.11.72Zm3-40.76a2.17 2.17 0 0 1-1.68-.67 2.29 2.29 0 0 1-.62-1.63v-9.11a2.43 2.43 0 0 1 .62-1.73 2.21 2.21 0 0 1 1.68-.67h9.49a2.42 2.42 0 0 1 1.68.67 2.27 2.27 0 0 1 .72 1.73v9.11a2.15 2.15 0 0 1-.72 1.63 2.37 2.37 0 0 1-1.68.67ZM150.09 92.36a25.41 25.41 0 0 1 9.91 1.78 17.38 17.38 0 0 1 7 5.27 23.48 23.48 0 0 1 4.17 8.68 46.79 46.79 0 0 1 1.39 12.09 16.81 16.81 0 0 0 1.3 7.14 10.1 10.1 0 0 0 4 4.37l1 .38a4.26 4.26 0 0 1 2.49 3.74v2.78a4.25 4.25 0 0 1-2.49 3.74l-1 .48a9.14 9.14 0 0 0-4 4.27 17.67 17.67 0 0 0-1.25 7.24 45.75 45.75 0 0 1-1.39 11.94 23.39 23.39 0 0 1-4.17 8.63 17.45 17.45 0 0 1-6.95 5.28 26.32 26.32 0 0 1-9.83 1.87h-.58a2.15 2.15 0 0 1-2.11-2.11v-6.14a2.07 2.07 0 0 1 .58-1.54 2 2 0 0 1 1.44-.57h.38a11.7 11.7 0 0 0 6.76-2.21 10.59 10.59 0 0 0 3.31-6 48.9 48.9 0 0 0 1-10.74 22.94 22.94 0 0 1 1.87-9.88 11.29 11.29 0 0 1 5.23-5.56 11.83 11.83 0 0 1-3.79-3.41 16.08 16.08 0 0 1-2.45-5.22 25.38 25.38 0 0 1-.86-6.81A49.45 49.45 0 0 0 160 111a9.4 9.4 0 0 0-10-8.25h-.48a2 2 0 0 1-1.44-.57 2.07 2.07 0 0 1-.58-1.54v-6.17a2 2 0 0 1 .63-1.53 2.12 2.12 0 0 1 1.48-.58Z",
|
|
690
512
|
className: "json_svg__cls-3"
|
|
691
513
|
})
|
|
692
514
|
]
|
|
693
515
|
})
|
|
694
516
|
})]
|
|
695
|
-
}),
|
|
517
|
+
}), te = (e) => /* @__PURE__ */ r("svg", {
|
|
696
518
|
xmlns: "http://www.w3.org/2000/svg",
|
|
697
519
|
viewBox: "0 0 235.93 314.58",
|
|
698
520
|
...e,
|
|
699
|
-
children: [/* @__PURE__ */ (
|
|
521
|
+
children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".rdf_svg__cls-2{fill:#08f}.rdf_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
|
|
700
522
|
id: "rdf_svg__Ebene_2",
|
|
701
523
|
"data-name": "Ebene 2",
|
|
702
|
-
children: /* @__PURE__ */ (
|
|
524
|
+
children: /* @__PURE__ */ r("g", {
|
|
703
525
|
id: "rdf_svg__Ebene_1-2",
|
|
704
526
|
"data-name": "Ebene 1",
|
|
705
527
|
children: [
|
|
706
|
-
/* @__PURE__ */ (
|
|
528
|
+
/* @__PURE__ */ n("path", {
|
|
707
529
|
d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
|
|
708
530
|
style: { fill: "#1f2448" }
|
|
709
531
|
}),
|
|
710
|
-
/* @__PURE__ */ (
|
|
532
|
+
/* @__PURE__ */ n("path", {
|
|
711
533
|
d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
|
|
712
534
|
className: "rdf_svg__cls-2"
|
|
713
535
|
}),
|
|
714
|
-
/* @__PURE__ */ (
|
|
536
|
+
/* @__PURE__ */ n("rect", {
|
|
715
537
|
width: 204.98,
|
|
716
538
|
height: 74.77,
|
|
717
539
|
x: 15.48,
|
|
@@ -719,45 +541,45 @@ var W = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
719
541
|
className: "rdf_svg__cls-3",
|
|
720
542
|
rx: 23.84
|
|
721
543
|
}),
|
|
722
|
-
/* @__PURE__ */ (
|
|
544
|
+
/* @__PURE__ */ n("path", {
|
|
723
545
|
d: "M60.53 284.34a1.57 1.57 0 0 1-1.16-.44 1.61 1.61 0 0 1-.44-1.16v-41.6a1.6 1.6 0 0 1 .44-1.15 1.58 1.58 0 0 1 1.16-.45h17.08q8 0 12.64 3.72t4.64 10.62a13 13 0 0 1-2.24 7.81 13.4 13.4 0 0 1-6 4.67l9 15.94a1.68 1.68 0 0 1 .19.7 1.29 1.29 0 0 1-.42.93 1.26 1.26 0 0 1-.93.41h-7.34a2.3 2.3 0 0 1-1.73-.6 5.07 5.07 0 0 1-.83-1.12l-7.68-14.53h-7.55v14.65a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44Zm8.83-24.57h8.06a7.13 7.13 0 0 0 5.06-1.57 5.72 5.72 0 0 0 1.66-4.38 6.11 6.11 0 0 0-1.63-4.48c-1.09-1.11-2.78-1.67-5.09-1.67h-8.06ZM104.3 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h16.19a25.35 25.35 0 0 1 10.72 2 14.59 14.59 0 0 1 6.6 5.89 19.62 19.62 0 0 1 2.4 9.57c0 1.87.06 3.52.06 4.92s0 3-.06 4.87a21.51 21.51 0 0 1-2.37 9.85 13.33 13.33 0 0 1-6.43 5.8 26.16 26.16 0 0 1-10.6 1.88Zm8.83-8.44h7.36a12.11 12.11 0 0 0 5.12-.93 6.12 6.12 0 0 0 3-3 12.91 12.91 0 0 0 1.06-5.31q.06-1.86.09-3.33t0-2.94q0-1.47-.09-3.27c-.09-3.15-.9-5.47-2.44-6.94s-3.88-2.21-7-2.21h-7ZM149.81 284.34a1.51 1.51 0 0 1-1.6-1.6v-41.6a1.53 1.53 0 0 1 1.6-1.6h28.73a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v5.64a1.54 1.54 0 0 1-1.6 1.6h-20v10.56h18.75a1.53 1.53 0 0 1 1.6 1.6v5.63a1.48 1.48 0 0 1-.45 1.09 1.54 1.54 0 0 1-1.15.44h-18.78v15a1.52 1.52 0 0 1-.48 1.16 1.67 1.67 0 0 1-1.19.44Z",
|
|
724
546
|
className: "rdf_svg__cls-2"
|
|
725
547
|
}),
|
|
726
|
-
/* @__PURE__ */ (
|
|
548
|
+
/* @__PURE__ */ n("path", {
|
|
727
549
|
d: "M155.16 159.24a20.26 20.26 0 0 0-2.13-1h.51s-4.57-2-5-16.74 4.36-17.22 4.36-17.22h-.68a20.5 20.5 0 0 0 .26-36.28 20.48 20.48 0 0 0-29.85 21.37l-.24-.36s1.21 5.34-11.3 13.11S92.93 126 92.93 126l.36.53c-.36-.22-.7-.45-1.08-.64a20.51 20.51 0 1 0 3.2 34.11l-.13.26s4.55-3.75 17.68 3.3c10.36 5.56 11.9 11 12.1 13.06a20.5 20.5 0 1 0 30.1-17.37Zm-23.16 2.7c-1.66.58-6.39 1.23-16.37-4.12-10.8-5.8-12.4-10.64-12.63-12.09a20.36 20.36 0 0 0-.25-5.24l.07.09s-.88-4.71 11.48-12.38c11.06-6.87 16.08-5.5 17-5.14a20 20 0 0 0 5.71 2.7c1.52 1.45 4.32 5.56 4.61 16.37s-2.9 15.1-4.65 16.59a20.18 20.18 0 0 0-4.97 3.22Z",
|
|
728
550
|
className: "rdf_svg__cls-3"
|
|
729
551
|
}),
|
|
730
|
-
/* @__PURE__ */ (
|
|
552
|
+
/* @__PURE__ */ n("path", {
|
|
731
553
|
d: "M130.68 94.49c-6 6.53-6.1 16.13-.34 21.57-2.85-2.74-2.79-8.44.09-13.89a2.7 2.7 0 0 1 3-1.12.67.67 0 0 0 .32.06 4.44 4.44 0 0 0 1.09.11 4.31 4.31 0 0 0 4.11-4.5 4.26 4.26 0 0 0-1.17-2.72c5.51-3.61 11.84-4 14.43-1.66h.1c-5.92-5.41-15.61-4.44-21.63 2.15ZM70.48 154.84l-.15-.16.1.11ZM70.67 133.11c-6 6.53-6.09 16.13-.34 21.57-2.84-2.74-2.78-8.44.09-13.89a2.7 2.7 0 0 1 3-1.12.87.87 0 0 0 .33.06 3.92 3.92 0 0 0 1.09.1 4.3 4.3 0 0 0 4.1-4.49 4.23 4.23 0 0 0-1.17-2.73c5.51-3.62 11.84-4 14.44-1.66h.09c-5.92-5.41-15.6-4.44-21.63 2.16ZM134 187.53l-.16-.16a.52.52 0 0 0 .1.11ZM134.19 165.8c-6 6.53-6.09 16.13-.34 21.57-2.84-2.74-2.78-8.44.09-13.89a2.69 2.69 0 0 1 3-1.11 1 1 0 0 0 .32.06 4.38 4.38 0 0 0 1.09.1 4.3 4.3 0 0 0 4.1-4.5 4.23 4.23 0 0 0-1.17-2.73c5.51-3.61 11.84-4 14.44-1.66h.09c-5.91-5.4-15.59-4.43-21.62 2.16Z",
|
|
732
554
|
className: "rdf_svg__cls-2"
|
|
733
555
|
})
|
|
734
556
|
]
|
|
735
557
|
})
|
|
736
558
|
})]
|
|
737
|
-
}),
|
|
559
|
+
}), q = (e) => /* @__PURE__ */ r("svg", {
|
|
738
560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
739
561
|
viewBox: "0 0 235.93 314.58",
|
|
740
562
|
...e,
|
|
741
|
-
children: [/* @__PURE__ */ (
|
|
563
|
+
children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".ris_svg__cls-2{fill:#08f}.ris_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
|
|
742
564
|
id: "ris_svg__Ebene_2",
|
|
743
565
|
"data-name": "Ebene 2",
|
|
744
|
-
children: /* @__PURE__ */ (
|
|
566
|
+
children: /* @__PURE__ */ r("g", {
|
|
745
567
|
id: "ris_svg__Ebene_1-2",
|
|
746
568
|
"data-name": "Ebene 1",
|
|
747
569
|
children: [
|
|
748
|
-
/* @__PURE__ */ (
|
|
570
|
+
/* @__PURE__ */ n("path", {
|
|
749
571
|
d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
|
|
750
572
|
style: { fill: "#1f2448" }
|
|
751
573
|
}),
|
|
752
|
-
/* @__PURE__ */ (
|
|
574
|
+
/* @__PURE__ */ n("path", {
|
|
753
575
|
d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
|
|
754
576
|
className: "ris_svg__cls-2"
|
|
755
577
|
}),
|
|
756
|
-
/* @__PURE__ */ (
|
|
578
|
+
/* @__PURE__ */ n("path", {
|
|
757
579
|
d: "M73 106.25h39.59v39.58q0 35.22-39.59 39.59v-19.7q17.74-2.15 19.89-19.89H73Zm59.47 0H172v39.58q0 35.22-39.58 39.59v-19.7q17.74-2.15 19.89-19.89h-19.85Z",
|
|
758
580
|
className: "ris_svg__cls-3"
|
|
759
581
|
}),
|
|
760
|
-
/* @__PURE__ */ (
|
|
582
|
+
/* @__PURE__ */ n("rect", {
|
|
761
583
|
width: 204.98,
|
|
762
584
|
height: 74.77,
|
|
763
585
|
x: 15.48,
|
|
@@ -765,33 +587,33 @@ var W = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
765
587
|
className: "ris_svg__cls-3",
|
|
766
588
|
rx: 23.84
|
|
767
589
|
}),
|
|
768
|
-
/* @__PURE__ */ (
|
|
590
|
+
/* @__PURE__ */ n("path", {
|
|
769
591
|
d: "M71.37 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h17.09q8 0 12.64 3.72t4.64 10.62a13.11 13.11 0 0 1-2.24 7.81 13.45 13.45 0 0 1-6 4.67l9 15.94a1.56 1.56 0 0 1 .2.7 1.42 1.42 0 0 1-1.35 1.34H98a2.29 2.29 0 0 1-1.73-.6 5.07 5.07 0 0 1-.83-1.12l-7.68-14.53h-7.55v14.65a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44Zm8.84-24.57h8.06a7.13 7.13 0 0 0 5.06-1.57 5.76 5.76 0 0 0 1.67-4.38 6.11 6.11 0 0 0-1.63-4.48q-1.64-1.67-5.09-1.67h-8.07ZM115.15 284.34a1.53 1.53 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6A1.57 1.57 0 0 1 114 240a1.54 1.54 0 0 1 1.15-.45h7.55a1.58 1.58 0 0 1 1.12.45 1.52 1.52 0 0 1 .48 1.15v41.6a1.52 1.52 0 0 1-.48 1.16 1.57 1.57 0 0 1-1.12.44ZM149.9 285a26.21 26.21 0 0 1-10.37-1.79 14.67 14.67 0 0 1-6.27-4.7 11.13 11.13 0 0 1-2.24-6.18 1.34 1.34 0 0 1 .39-.93 1.25 1.25 0 0 1 1-.41h7.1a2.17 2.17 0 0 1 1.34.35 4.53 4.53 0 0 1 .83.86 7 7 0 0 0 1.44 2.05 7.3 7.3 0 0 0 2.66 1.67 11.85 11.85 0 0 0 4.16.64 11.46 11.46 0 0 0 6.14-1.32 4 4 0 0 0 2.05-3.55 3.29 3.29 0 0 0-1.12-2.59 10.57 10.57 0 0 0-3.48-1.82 59.09 59.09 0 0 0-6.34-1.73 35.68 35.68 0 0 1-8.16-2.66 12.46 12.46 0 0 1-5.09-4.22 12.49 12.49 0 0 1 .42-13.35 14.17 14.17 0 0 1 6-4.7 22.77 22.77 0 0 1 9.19-1.7 23 23 0 0 1 7.64 1.16 17.32 17.32 0 0 1 5.51 3 14.52 14.52 0 0 1 3.39 4 9.15 9.15 0 0 1 1.25 4.13 1.34 1.34 0 0 1-.39.93 1.23 1.23 0 0 1-1 .42h-7.48a2.59 2.59 0 0 1-1.12-.26 1.86 1.86 0 0 1-.87-.9 4.67 4.67 0 0 0-2.21-2.84 8.59 8.59 0 0 0-4.76-1.19 9.21 9.21 0 0 0-4.87 1.12 3.78 3.78 0 0 0-1.79 3.43 3.67 3.67 0 0 0 .93 2.52 7.27 7.27 0 0 0 3.1 1.83c1.45.51 3.39 1.07 5.83 1.66a45.13 45.13 0 0 1 9.18 2.75 11.52 11.52 0 0 1 5.18 4.16 12.92 12.92 0 0 1-.76 13.8 14.94 14.94 0 0 1-6.63 4.73 27 27 0 0 1-9.78 1.63Z",
|
|
770
592
|
className: "ris_svg__cls-2"
|
|
771
593
|
})
|
|
772
594
|
]
|
|
773
595
|
})
|
|
774
596
|
})]
|
|
775
|
-
}),
|
|
597
|
+
}), J = (e) => /* @__PURE__ */ r("svg", {
|
|
776
598
|
xmlns: "http://www.w3.org/2000/svg",
|
|
777
599
|
viewBox: "0 0 235.93 314.58",
|
|
778
600
|
...e,
|
|
779
|
-
children: [/* @__PURE__ */ (
|
|
601
|
+
children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".tei_svg__cls-2{fill:#08f}.tei_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
|
|
780
602
|
id: "tei_svg__Ebene_2",
|
|
781
603
|
"data-name": "Ebene 2",
|
|
782
|
-
children: /* @__PURE__ */ (
|
|
604
|
+
children: /* @__PURE__ */ r("g", {
|
|
783
605
|
id: "tei_svg__Ebene_1-2",
|
|
784
606
|
"data-name": "Ebene 1",
|
|
785
607
|
children: [
|
|
786
|
-
/* @__PURE__ */ (
|
|
608
|
+
/* @__PURE__ */ n("path", {
|
|
787
609
|
d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
|
|
788
610
|
style: { fill: "#1f2448" }
|
|
789
611
|
}),
|
|
790
|
-
/* @__PURE__ */ (
|
|
612
|
+
/* @__PURE__ */ n("path", {
|
|
791
613
|
d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
|
|
792
614
|
className: "tei_svg__cls-2"
|
|
793
615
|
}),
|
|
794
|
-
/* @__PURE__ */ (
|
|
616
|
+
/* @__PURE__ */ n("rect", {
|
|
795
617
|
width: 204.98,
|
|
796
618
|
height: 74.77,
|
|
797
619
|
x: 15.48,
|
|
@@ -799,37 +621,37 @@ var W = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
799
621
|
className: "tei_svg__cls-3",
|
|
800
622
|
rx: 23.84
|
|
801
623
|
}),
|
|
802
|
-
/* @__PURE__ */ (
|
|
624
|
+
/* @__PURE__ */ n("path", {
|
|
803
625
|
d: "M85.4 284.34a1.57 1.57 0 0 1-1.16-.44 1.61 1.61 0 0 1-.44-1.16v-34H72.21a1.48 1.48 0 0 1-1.09-.45 1.58 1.58 0 0 1-.44-1.15v-6a1.6 1.6 0 0 1 .44-1.15 1.48 1.48 0 0 1 1.09-.45h33.73a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v6a1.54 1.54 0 0 1-1.6 1.6H94.36v34a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44ZM114.31 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h29.19a1.54 1.54 0 0 1 1.6 1.6v5.32a1.46 1.46 0 0 1-.45 1.08 1.57 1.57 0 0 1-1.15.45h-20.68v9.73h19.27a1.5 1.5 0 0 1 1.15.48 1.67 1.67 0 0 1 .45 1.18v4.87a1.54 1.54 0 0 1-1.6 1.6h-19.27v10H144a1.53 1.53 0 0 1 1.6 1.6v5.24a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44ZM152.84 284.34a1.53 1.53 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.54 1.54 0 0 1 1.15-.45h7.55a1.58 1.58 0 0 1 1.12.45 1.52 1.52 0 0 1 .48 1.15v41.6a1.52 1.52 0 0 1-.48 1.16 1.57 1.57 0 0 1-1.12.44Z",
|
|
804
626
|
className: "tei_svg__cls-2"
|
|
805
627
|
}),
|
|
806
|
-
/* @__PURE__ */ (
|
|
628
|
+
/* @__PURE__ */ n("path", {
|
|
807
629
|
d: "M86.82 168.89a2.73 2.73 0 0 1-1-.25 5 5 0 0 1-1-.55l-34.17-23.34a8.41 8.41 0 0 1-2.22-2 4.14 4.14 0 0 1-.7-2.43v-2.42a4.09 4.09 0 0 1 .7-2.48 10.57 10.57 0 0 1 2.22-2.07l34.15-23.26a6.91 6.91 0 0 1 1-.6 2.42 2.42 0 0 1 1-.3 2 2 0 0 1 2 2.12V119a3.12 3.12 0 0 1-.7 2.12 8.5 8.5 0 0 1-1.82 1.51l-24.51 16.46 24.55 16.47a9.75 9.75 0 0 1 1.82 1.44 3.08 3.08 0 0 1 .7 2.17v7.68a1.87 1.87 0 0 1-.6 1.52 2.14 2.14 0 0 1-1.42.52ZM96.76 183a1.94 1.94 0 0 1-1.41-.61 2 2 0 0 1-.61-1.51 4.57 4.57 0 0 1 .2-1.12l34.35-82.54a6.58 6.58 0 0 1 1.12-1.41 2.73 2.73 0 0 1 2-.71H139a2.15 2.15 0 0 1 1.47.61 2 2 0 0 1 .65 1.51 3.12 3.12 0 0 1-.3 1.12l-34.45 82.54a6.28 6.28 0 0 1-1 1.36 2.78 2.78 0 0 1-2.12.76ZM149.11 168.89a2.14 2.14 0 0 1-1.42-.5 1.87 1.87 0 0 1-.6-1.52v-7.68a3.08 3.08 0 0 1 .7-2.17 9.43 9.43 0 0 1 1.82-1.46l24.55-16.47-24.55-16.47a8.26 8.26 0 0 1-1.82-1.51 3.12 3.12 0 0 1-.7-2.12v-7.68a2 2 0 0 1 2-2.12 2.57 2.57 0 0 1 1.11.3 6.91 6.91 0 0 1 1 .6l34.05 23.24a10.57 10.57 0 0 1 2.22 2.07 4.09 4.09 0 0 1 .7 2.48v2.42a4.14 4.14 0 0 1-.7 2.43 8.41 8.41 0 0 1-2.22 2l-34.05 23.34a5 5 0 0 1-1 .55 2.92 2.92 0 0 1-1.09.27Z",
|
|
808
630
|
className: "tei_svg__cls-3"
|
|
809
631
|
})
|
|
810
632
|
]
|
|
811
633
|
})
|
|
812
634
|
})]
|
|
813
|
-
}),
|
|
635
|
+
}), Y = (e) => /* @__PURE__ */ r("svg", {
|
|
814
636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
815
637
|
viewBox: "0 0 235.93 314.58",
|
|
816
638
|
...e,
|
|
817
|
-
children: [/* @__PURE__ */ (
|
|
639
|
+
children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".txt_svg__cls-2{fill:#08f}.txt_svg__cls-3{fill:#fff}.txt_svg__cls-4{fill:none}" }) }), /* @__PURE__ */ n("g", {
|
|
818
640
|
id: "txt_svg__Ebene_2",
|
|
819
641
|
"data-name": "Ebene 2",
|
|
820
|
-
children: /* @__PURE__ */ (
|
|
642
|
+
children: /* @__PURE__ */ r("g", {
|
|
821
643
|
id: "txt_svg__Ebene_1-2",
|
|
822
644
|
"data-name": "Ebene 1",
|
|
823
645
|
children: [
|
|
824
|
-
/* @__PURE__ */ (
|
|
646
|
+
/* @__PURE__ */ n("path", {
|
|
825
647
|
d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
|
|
826
648
|
style: { fill: "#1f2448" }
|
|
827
649
|
}),
|
|
828
|
-
/* @__PURE__ */ (
|
|
650
|
+
/* @__PURE__ */ n("path", {
|
|
829
651
|
d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
|
|
830
652
|
className: "txt_svg__cls-2"
|
|
831
653
|
}),
|
|
832
|
-
/* @__PURE__ */ (
|
|
654
|
+
/* @__PURE__ */ n("rect", {
|
|
833
655
|
width: 204.98,
|
|
834
656
|
height: 74.77,
|
|
835
657
|
x: 15.48,
|
|
@@ -837,35 +659,35 @@ var W = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
837
659
|
className: "txt_svg__cls-3",
|
|
838
660
|
rx: 23.84
|
|
839
661
|
}),
|
|
840
|
-
/* @__PURE__ */ (
|
|
662
|
+
/* @__PURE__ */ n("path", {
|
|
841
663
|
d: "M73.42 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-34H60.24a1.48 1.48 0 0 1-1.09-.45 1.55 1.55 0 0 1-.45-1.15v-6a1.57 1.57 0 0 1 .45-1.15 1.48 1.48 0 0 1 1.09-.45H94a1.54 1.54 0 0 1 1.6 1.6v6a1.55 1.55 0 0 1-.45 1.15 1.57 1.57 0 0 1-1.15.45H82.38v34a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44ZM99.21 284.34a1.25 1.25 0 0 1-1-.41 1.37 1.37 0 0 1-.38-.93 1.21 1.21 0 0 1 .06-.38l.13-.39 14.15-20.73-13.08-19.84a1.34 1.34 0 0 1-.26-.77 1.29 1.29 0 0 1 .42-.93 1.25 1.25 0 0 1 .92-.42h8.2a1.93 1.93 0 0 1 1.37.45 5.21 5.21 0 0 1 .74.83l8.38 12.55 8.45-12.55a4.68 4.68 0 0 1 .77-.83 2 2 0 0 1 1.34-.45h7.75a1.26 1.26 0 0 1 1 .42 1.37 1.37 0 0 1 .38.93 1.47 1.47 0 0 1-.19.77l-13.19 19.77 14.21 20.8a.92.92 0 0 1 .16.39 2.34 2.34 0 0 1 0 .38 1.33 1.33 0 0 1-.38.93 1.25 1.25 0 0 1-1 .41h-8.45a2 2 0 0 1-1.34-.44 3.85 3.85 0 0 1-.71-.77l-9.21-13.19-9 13.19a7.89 7.89 0 0 1-.73.77 1.94 1.94 0 0 1-1.38.44ZM156.56 284.34a1.51 1.51 0 0 1-1.6-1.6v-34h-11.59a1.5 1.5 0 0 1-1.09-.45 1.58 1.58 0 0 1-.44-1.15v-6a1.6 1.6 0 0 1 .44-1.15 1.5 1.5 0 0 1 1.09-.45h33.73a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v6a1.54 1.54 0 0 1-1.6 1.6h-11.58v34a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44Z",
|
|
842
664
|
className: "txt_svg__cls-2"
|
|
843
665
|
}),
|
|
844
|
-
/* @__PURE__ */ (
|
|
666
|
+
/* @__PURE__ */ n("path", {
|
|
845
667
|
d: "M61.7 125.22a1 1 0 0 1-.72-.32 1 1 0 0 1-.32-.72 2 2 0 0 1 .05-.45l11.68-31.92a2 2 0 0 1 .63-1 1.89 1.89 0 0 1 1.31-.42h7.36a1.92 1.92 0 0 1 1.32.42 2 2 0 0 1 .62 1l11.64 31.92a1.06 1.06 0 0 1 .1.45 1 1 0 0 1-.33.72 1 1 0 0 1-.77.32h-6.11a1.51 1.51 0 0 1-1.12-.37 1.75 1.75 0 0 1-.47-.67l-1.94-5.07H71.35l-1.89 5.07a1.91 1.91 0 0 1-.45.67 1.57 1.57 0 0 1-1.19.37ZM73.39 112h9.25L78 98.82Z",
|
|
846
668
|
className: "txt_svg__cls-3"
|
|
847
669
|
}),
|
|
848
|
-
/* @__PURE__ */ (
|
|
670
|
+
/* @__PURE__ */ n("path", {
|
|
849
671
|
d: "M200.25 118.7h11.96v9.43h-11.96zM200.25 109.27h11.96v9.43h-11.96z",
|
|
850
672
|
className: "txt_svg__cls-4"
|
|
851
673
|
}),
|
|
852
|
-
/* @__PURE__ */ (
|
|
674
|
+
/* @__PURE__ */ n("path", {
|
|
853
675
|
d: "M200.25 99.84h11.96v9.43h-11.96z",
|
|
854
676
|
className: "txt_svg__cls-4"
|
|
855
677
|
}),
|
|
856
|
-
/* @__PURE__ */ (
|
|
678
|
+
/* @__PURE__ */ n("path", {
|
|
857
679
|
d: "M200.25 90.42h11.96v9.43h-11.96zM200.25 156.4h11.96v9.43h-11.96zM200.25 146.97h11.96v9.43h-11.96z",
|
|
858
680
|
className: "txt_svg__cls-4"
|
|
859
681
|
}),
|
|
860
|
-
/* @__PURE__ */ (
|
|
682
|
+
/* @__PURE__ */ n("path", {
|
|
861
683
|
d: "M200.25 137.55h11.96v9.43h-11.96zM200.25 128.12h11.96v9.43h-11.96zM200.25 194.11h11.96v9.43h-11.96zM200.25 184.68h11.96v9.43h-11.96zM200.25 175.25h11.96v9.43h-11.96z",
|
|
862
684
|
className: "txt_svg__cls-4"
|
|
863
685
|
}),
|
|
864
|
-
/* @__PURE__ */ (
|
|
686
|
+
/* @__PURE__ */ n("path", {
|
|
865
687
|
d: "M200.25 165.83h11.96v9.43h-11.96z",
|
|
866
688
|
className: "txt_svg__cls-4"
|
|
867
689
|
}),
|
|
868
|
-
/* @__PURE__ */ (
|
|
690
|
+
/* @__PURE__ */ n("path", {
|
|
869
691
|
d: "M101.62 117.53h73.63v7.04h-73.63zM101.62 103.39h73.63v7.04h-73.63zM101.62 90.21h73.63v6.08h-73.63zM61.2 174.09h73.64v7.03H61.2zM61.2 159.95h114.05v7.04H61.2zM61.2 145.81h114.05v7.04H61.2zM61.2 131.67h114.05v7.04H61.2z",
|
|
870
692
|
className: "txt_svg__cls-3"
|
|
871
693
|
})
|
|
@@ -875,66 +697,66 @@ var W = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
875
697
|
});
|
|
876
698
|
//#endregion
|
|
877
699
|
//#region src/components/DownloadButton/DownloadButton.tsx
|
|
878
|
-
function
|
|
879
|
-
let
|
|
700
|
+
function X({ href: e, type: t, name: r }) {
|
|
701
|
+
let i = "w-14", a = r.match(/^[a-z0-9]/i) ? r : "download", o;
|
|
880
702
|
switch (t) {
|
|
881
703
|
case "bibtex":
|
|
882
|
-
|
|
704
|
+
o = /* @__PURE__ */ n(H, { className: i });
|
|
883
705
|
break;
|
|
884
706
|
case "csv":
|
|
885
|
-
|
|
707
|
+
o = /* @__PURE__ */ n(U, { className: i });
|
|
886
708
|
break;
|
|
887
709
|
case "gexf":
|
|
888
|
-
|
|
710
|
+
o = /* @__PURE__ */ n(W, { className: i });
|
|
889
711
|
break;
|
|
890
712
|
case "graphml":
|
|
891
|
-
|
|
713
|
+
o = /* @__PURE__ */ n(G, { className: i });
|
|
892
714
|
break;
|
|
893
715
|
case "json":
|
|
894
|
-
|
|
716
|
+
o = /* @__PURE__ */ n(K, { className: i });
|
|
895
717
|
break;
|
|
896
718
|
case "rdf":
|
|
897
|
-
|
|
719
|
+
o = /* @__PURE__ */ n(te, { className: i });
|
|
898
720
|
break;
|
|
899
721
|
case "ris":
|
|
900
|
-
|
|
722
|
+
o = /* @__PURE__ */ n(q, { className: i });
|
|
901
723
|
break;
|
|
902
724
|
case "tei":
|
|
903
|
-
|
|
725
|
+
o = /* @__PURE__ */ n(J, { className: i });
|
|
904
726
|
break;
|
|
905
727
|
case "txt":
|
|
906
|
-
|
|
728
|
+
o = /* @__PURE__ */ n(Y, { className: i });
|
|
907
729
|
break;
|
|
908
730
|
}
|
|
909
|
-
return /* @__PURE__ */ (
|
|
731
|
+
return /* @__PURE__ */ n("a", {
|
|
910
732
|
href: e,
|
|
911
|
-
download:
|
|
733
|
+
download: a,
|
|
912
734
|
className: "inline-block",
|
|
913
|
-
children:
|
|
735
|
+
children: o || a
|
|
914
736
|
});
|
|
915
737
|
}
|
|
916
738
|
//#endregion
|
|
917
739
|
//#region src/components/icons/Dracor.tsx
|
|
918
|
-
var
|
|
740
|
+
var Z = (e) => /* @__PURE__ */ r("svg", {
|
|
919
741
|
xmlns: "http://www.w3.org/2000/svg",
|
|
920
742
|
viewBox: "0 0 384 384",
|
|
921
743
|
...e,
|
|
922
|
-
children: [/* @__PURE__ */ (
|
|
744
|
+
children: [/* @__PURE__ */ r("defs", { children: [/* @__PURE__ */ n("clipPath", {
|
|
923
745
|
id: "dracor_svg__clip-path",
|
|
924
|
-
children: /* @__PURE__ */ (
|
|
746
|
+
children: /* @__PURE__ */ n("path", {
|
|
925
747
|
d: "M0 0h384v384H0z",
|
|
926
748
|
style: { fill: "none" }
|
|
927
749
|
})
|
|
928
|
-
}), /* @__PURE__ */ (
|
|
750
|
+
}), /* @__PURE__ */ n("style", { children: ".dracor_svg__cls-2{clip-path:url(#dracor_svg__clip-path)}" })] }), /* @__PURE__ */ n("g", {
|
|
929
751
|
id: "dracor_svg__Layer_2",
|
|
930
752
|
"data-name": "Layer 2",
|
|
931
|
-
children: /* @__PURE__ */ (
|
|
753
|
+
children: /* @__PURE__ */ n("g", {
|
|
932
754
|
id: "dracor_svg__Layer_1-2",
|
|
933
755
|
"data-name": "Layer 1",
|
|
934
|
-
children: /* @__PURE__ */ (
|
|
756
|
+
children: /* @__PURE__ */ n("g", {
|
|
935
757
|
id: "dracor_svg__Vektor-Smartobjekt",
|
|
936
758
|
className: "dracor_svg__cls-2",
|
|
937
|
-
children: /* @__PURE__ */ (
|
|
759
|
+
children: /* @__PURE__ */ n("path", {
|
|
938
760
|
d: "M378.47 146A192.23 192.23 0 0 0 192 0H0v384h192a192.23 192.23 0 0 0 186.47-145.95 194.5 194.5 0 0 0 0-92.1M192 347.51H36.49V210.25H71.6a121.84 121.84 0 0 0 233.18 27.8h-41a85.29 85.29 0 1 1-11.51-106.34A86 86 0 0 1 263.8 146h41a121.81 121.81 0 0 0-233.2 27.76H36.49V36.49H192c69.73 0 128.88 46.12 148.55 109.46q2.13 6.84 3.62 13.91c1 4.56 1.73 9.2 2.27 13.9h-105.6a50 50 0 0 0-2.38-5.43c-.48-.94-1-1.86-1.54-2.77a51 51 0 0 0-3.89-5.7 50 50 0 0 0-4.17-4.71 52 52 0 0 0-61.31-9.2c-1.14.6-2.26 1.26-3.35 2a51.2 51.2 0 0 0-9 7.25 52.09 52.09 0 0 0 0 73.71 51.2 51.2 0 0 0 9 7.24l3.34 2a52.07 52.07 0 0 0 61.32-9.19 50 50 0 0 0 4.18-4.72 52 52 0 0 0 3.47-5c.7-1.14 1.35-2.3 2-3.49a48 48 0 0 0 2.38-5.43h105.6c-.54 4.7-1.31 9.34-2.27 13.9q-1.49 7.08-3.62 13.91c-19.72 63.26-78.87 109.38-148.6 109.38",
|
|
939
761
|
className: "dracor_svg__cls-2",
|
|
940
762
|
style: { fill: "#1f2447" }
|
|
@@ -942,7 +764,7 @@ var ne = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
942
764
|
})
|
|
943
765
|
})
|
|
944
766
|
})]
|
|
945
|
-
}),
|
|
767
|
+
}), Q = (e) => /* @__PURE__ */ n("svg", {
|
|
946
768
|
xmlns: "http://www.w3.org/2000/svg",
|
|
947
769
|
xmlSpace: "preserve",
|
|
948
770
|
style: {
|
|
@@ -953,20 +775,20 @@ var ne = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
953
775
|
},
|
|
954
776
|
viewBox: "0 0 588 391",
|
|
955
777
|
...e,
|
|
956
|
-
children: /* @__PURE__ */ (
|
|
778
|
+
children: /* @__PURE__ */ r("g", {
|
|
957
779
|
transform: "translate(-123.029 -99.495)",
|
|
958
780
|
children: [
|
|
959
|
-
/* @__PURE__ */ (
|
|
781
|
+
/* @__PURE__ */ n("path", {
|
|
960
782
|
d: "M123.029 99.495h587.633v390.271H123.029z",
|
|
961
783
|
style: { fill: "none" }
|
|
962
784
|
}),
|
|
963
|
-
/* @__PURE__ */ (
|
|
785
|
+
/* @__PURE__ */ n("clipPath", {
|
|
964
786
|
id: "ein_svg__a",
|
|
965
|
-
children: /* @__PURE__ */ (
|
|
787
|
+
children: /* @__PURE__ */ n("path", { d: "M123.029 99.495h587.633v390.271H123.029z" })
|
|
966
788
|
}),
|
|
967
|
-
/* @__PURE__ */ (
|
|
789
|
+
/* @__PURE__ */ r("g", {
|
|
968
790
|
clipPath: "url(#ein_svg__a)",
|
|
969
|
-
children: [/* @__PURE__ */ (
|
|
791
|
+
children: [/* @__PURE__ */ n("path", { d: "M710.692 156.68c0-31.289-25.402-56.691-56.69-56.691H179.749c-31.288 0-56.69 25.402-56.69 56.69v276.89c0 31.289 25.402 56.69 56.69 56.69h474.253c31.288 0 56.69-25.401 56.69-56.69z" }), /* @__PURE__ */ n("path", {
|
|
970
792
|
d: "M646.08 424.9a8.18 8.18 0 0 1-2.28-6.06V170.59a8.85 8.85 0 0 1 2.28-6.25 7.85 7.85 0 0 1 6.06-2.47H800q.416-.044.834-.044c4.35 0 7.93 3.58 7.93 7.93q0 .418-.044.834v5.69a7.86 7.86 0 0 1-2.47 6.06 8.84 8.84 0 0 1-6.25 2.27H667.68v96.65h123.93q.422-.045.845-.045c4.345 0 7.92 3.575 7.92 7.92q0 .423-.045.845v5.68a7.86 7.86 0 0 1-2.47 6.07 8.88 8.88 0 0 1-6.25 2.27H667.68v100.43H803q.416-.044.834-.044c4.35 0 7.93 3.58 7.93 7.93q0 .418-.044.834v5.69a7.83 7.83 0 0 1-2.47 6.06 8.84 8.84 0 0 1-6.25 2.27H652.14a8.15 8.15 0 0 1-6.06-2.27M848.5 424.9a8.18 8.18 0 0 1-2.28-6.06V170.21a8 8 0 0 1-.017-.517c0-4.301 3.539-7.84 7.84-7.84q.259 0 .517.017h7.2a8 8 0 0 1 .528-.018c4.295 0 7.83 3.535 7.83 7.83q0 .264-.018.528v248.63q.018.269.019.539c0 4.285-3.526 7.81-7.81 7.81q-.275 0-.549-.019h-7.2a8.15 8.15 0 0 1-6.06-2.27M912.7 424.9a8.18 8.18 0 0 1-2.28-6.06V170.59a8.85 8.85 0 0 1 2.28-6.25 7.85 7.85 0 0 1 6.06-2.47h8a9.23 9.23 0 0 1 8 4.55l139.85 213.76V170.59a8.88 8.88 0 0 1 2.27-6.25 7.88 7.88 0 0 1 6.07-2.47h6.82c.28-.029.56-.044.83-.044 4.35 0 7.93 3.58 7.93 7.93 0 .279-.01.557-.04.834v247.87a8.83 8.83 0 0 1-2.28 6.25 7.82 7.82 0 0 1-6.06 2.46h-8.34a9.2 9.2 0 0 1-8-4.54l-139.47-213v209.21a7.85 7.85 0 0 1-2.46 6.06 8.87 8.87 0 0 1-6.26 2.27h-6.82a8.16 8.16 0 0 1-6.1-2.27",
|
|
971
793
|
style: {
|
|
972
794
|
fill: "#fff",
|
|
@@ -977,23 +799,23 @@ var ne = (e) => /* @__PURE__ */ (0, M.jsxs)("svg", {
|
|
|
977
799
|
})
|
|
978
800
|
]
|
|
979
801
|
})
|
|
980
|
-
}), { protocol:
|
|
981
|
-
function
|
|
982
|
-
let
|
|
983
|
-
return /* @__PURE__ */ (
|
|
802
|
+
}), { protocol: ne, host: re } = window.location, ie = `${ne}//${re}/id/`;
|
|
803
|
+
function ae({ children: e, className: t = "", uri: i, prefix: a, icon: o }) {
|
|
804
|
+
let s = e, c = i || `${a || ie}${s}`;
|
|
805
|
+
return /* @__PURE__ */ r("span", {
|
|
984
806
|
className: `inline-flex bg-white rounded-sm px-1.5 gap-1 align-text-bottom cursor-pointer ${t}`,
|
|
985
807
|
children: [
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
/* @__PURE__ */ (
|
|
989
|
-
text:
|
|
990
|
-
children: /* @__PURE__ */ (
|
|
808
|
+
o === "ein" && /* @__PURE__ */ n(Q, { style: { width: "25px" } }),
|
|
809
|
+
o === "dracor" && /* @__PURE__ */ n(Z, { style: { width: "15px" } }),
|
|
810
|
+
/* @__PURE__ */ n(_, {
|
|
811
|
+
text: c,
|
|
812
|
+
children: /* @__PURE__ */ r("span", {
|
|
991
813
|
title: "copy to clipboard",
|
|
992
|
-
children: [/* @__PURE__ */ (
|
|
814
|
+
children: [/* @__PURE__ */ n("span", {
|
|
993
815
|
className: "pr-1",
|
|
994
|
-
children:
|
|
995
|
-
}), /* @__PURE__ */ (
|
|
996
|
-
icon:
|
|
816
|
+
children: s
|
|
817
|
+
}), /* @__PURE__ */ n(l, {
|
|
818
|
+
icon: p,
|
|
997
819
|
size: "sm"
|
|
998
820
|
})]
|
|
999
821
|
})
|
|
@@ -1003,30 +825,30 @@ function oe({ children: e, className: t = "", uri: n, prefix: r, icon: i }) {
|
|
|
1003
825
|
}
|
|
1004
826
|
//#endregion
|
|
1005
827
|
//#region src/components/LanguageMenu/LanguageMenu.tsx
|
|
1006
|
-
function
|
|
1007
|
-
return /* @__PURE__ */ (
|
|
828
|
+
function oe({ languages: e, current: t = "", onSelect: a }) {
|
|
829
|
+
return /* @__PURE__ */ r(v, {
|
|
1008
830
|
as: "div",
|
|
1009
831
|
className: "relative inline-block text-left",
|
|
1010
|
-
children: [/* @__PURE__ */ (
|
|
832
|
+
children: [/* @__PURE__ */ n(y, {
|
|
1011
833
|
className: "relative justify-center inline-flex mr-8 hover:text-neutral-100",
|
|
1012
|
-
children: /* @__PURE__ */ (
|
|
1013
|
-
icon:
|
|
834
|
+
children: /* @__PURE__ */ n(l, {
|
|
835
|
+
icon: m,
|
|
1014
836
|
size: "2x"
|
|
1015
837
|
})
|
|
1016
|
-
}), /* @__PURE__ */ (
|
|
1017
|
-
as:
|
|
838
|
+
}), /* @__PURE__ */ n(S, {
|
|
839
|
+
as: i,
|
|
1018
840
|
enter: "transition ease-out duration-100",
|
|
1019
841
|
enterFrom: "transform opacity-0 scale-95",
|
|
1020
842
|
enterTo: "transform opacity-100 scale-100",
|
|
1021
843
|
leave: "transition ease-in duration-75",
|
|
1022
844
|
leaveFrom: "transform opacity-100 scale-100",
|
|
1023
845
|
leaveTo: "transform opacity-0 scale-95",
|
|
1024
|
-
children: /* @__PURE__ */ (
|
|
846
|
+
children: /* @__PURE__ */ n(x, {
|
|
1025
847
|
className: "flex flex-col origin-top absolute top-6 mt-2 p-[0.2em] rounded-sm shadow-lg bg-white ring-1 ring-black/10 focus:outline-none z-10",
|
|
1026
|
-
children: e.map((e) => /* @__PURE__ */ (
|
|
848
|
+
children: e.map((e) => /* @__PURE__ */ n(b, { children: /* @__PURE__ */ n("button", {
|
|
1027
849
|
className: `group flex w-full items-center rounded-sm px-2 py-1
|
|
1028
|
-
text-sm ${e ===
|
|
1029
|
-
onClick: () =>
|
|
850
|
+
text-sm ${e === t ? "bg-blue-300 text-white font-medium" : "text-gray-900 hover:text-gray-900 hover:bg-blue-100"}`,
|
|
851
|
+
onClick: () => a(e),
|
|
1030
852
|
children: e
|
|
1031
853
|
}, e) }, e))
|
|
1032
854
|
})
|
|
@@ -1035,64 +857,64 @@ function se({ languages: e, current: n = "", onSelect: r }) {
|
|
|
1035
857
|
}
|
|
1036
858
|
//#endregion
|
|
1037
859
|
//#region src/components/Navigation/NavItem.tsx
|
|
1038
|
-
function
|
|
1039
|
-
let
|
|
1040
|
-
return
|
|
1041
|
-
href:
|
|
1042
|
-
className:
|
|
860
|
+
function $({ label: e, to: t, params: r, href: i, className: a }) {
|
|
861
|
+
let o = `block md:inline-block justify-center text-white hover:text-blue-100 uppercase ${a}`;
|
|
862
|
+
return i?.startsWith("http") || i?.startsWith("mailto:") ? /* @__PURE__ */ n("a", {
|
|
863
|
+
href: i,
|
|
864
|
+
className: o,
|
|
1043
865
|
target: "_blank",
|
|
1044
866
|
rel: "noopener noreferrer",
|
|
1045
867
|
children: e
|
|
1046
|
-
}) : /* @__PURE__ */ (
|
|
868
|
+
}) : /* @__PURE__ */ n(C, {
|
|
1047
869
|
to: t,
|
|
1048
|
-
params:
|
|
1049
|
-
className: `[&.active]:border-b-4 ${
|
|
870
|
+
params: r,
|
|
871
|
+
className: `[&.active]:border-b-4 ${o}`,
|
|
1050
872
|
children: e
|
|
1051
873
|
});
|
|
1052
874
|
}
|
|
1053
875
|
//#endregion
|
|
1054
876
|
//#region src/components/Navigation/NavMenu.tsx
|
|
1055
|
-
var
|
|
1056
|
-
function
|
|
1057
|
-
let
|
|
1058
|
-
function
|
|
1059
|
-
return e &&
|
|
877
|
+
var se = "group flex w-full items-center rounded-sm px-2 py-1 text-sm text-gray-900 hover:text-gray-900 hover:bg-blue-100";
|
|
878
|
+
function ce({ label: e, items: t, menuClass: a }) {
|
|
879
|
+
let o = w();
|
|
880
|
+
function s({ to: e }) {
|
|
881
|
+
return e && o.pathname.startsWith(e);
|
|
1060
882
|
}
|
|
1061
|
-
return /* @__PURE__ */ (
|
|
883
|
+
return /* @__PURE__ */ r(v, {
|
|
1062
884
|
as: "div",
|
|
1063
885
|
className: "relative inline-block text-left",
|
|
1064
|
-
children: [/* @__PURE__ */ (
|
|
1065
|
-
className: `cursor-pointer block md:inline-block justify-center text-white hover:text-blue-100 uppercase ${
|
|
1066
|
-
children: [e, /* @__PURE__ */ (
|
|
1067
|
-
icon:
|
|
886
|
+
children: [/* @__PURE__ */ n("div", { children: /* @__PURE__ */ r(y, {
|
|
887
|
+
className: `cursor-pointer block md:inline-block justify-center text-white hover:text-blue-100 uppercase ${t.find((e) => s(e)) ? "border-b-4" : ""} ${a}`,
|
|
888
|
+
children: [e, /* @__PURE__ */ n(l, {
|
|
889
|
+
icon: f,
|
|
1068
890
|
className: "ml-2 mt-1",
|
|
1069
891
|
size: "sm",
|
|
1070
892
|
"aria-hidden": "true"
|
|
1071
893
|
})]
|
|
1072
|
-
}) }), /* @__PURE__ */ (
|
|
1073
|
-
as:
|
|
894
|
+
}) }), /* @__PURE__ */ n(S, {
|
|
895
|
+
as: i,
|
|
1074
896
|
enter: "transition ease-out duration-100",
|
|
1075
897
|
enterFrom: "transform opacity-0 scale-95",
|
|
1076
898
|
enterTo: "transform opacity-100 scale-100",
|
|
1077
899
|
leave: "transition ease-in duration-75",
|
|
1078
900
|
leaveFrom: "transform opacity-100 scale-100",
|
|
1079
901
|
leaveTo: "transform opacity-0 scale-95",
|
|
1080
|
-
children: /* @__PURE__ */ (
|
|
902
|
+
children: /* @__PURE__ */ n(x, {
|
|
1081
903
|
className: "absolute left-0 mt-2 min-w-fit whitespace-nowrap origin-top-right divide-y divide-gray-100 rounded-sm bg-white shadow-lg focus:outline-hidden",
|
|
1082
|
-
children: /* @__PURE__ */ (
|
|
904
|
+
children: /* @__PURE__ */ n("div", {
|
|
1083
905
|
className: "px-1 py-1",
|
|
1084
|
-
children:
|
|
906
|
+
children: t.map(({ to: e, href: t, params: r, label: i }) => /* @__PURE__ */ n(b, { children: t?.startsWith("http") || t?.startsWith("mailto:") ? /* @__PURE__ */ n("a", {
|
|
1085
907
|
href: t,
|
|
1086
|
-
className:
|
|
908
|
+
className: se,
|
|
1087
909
|
target: "_blank",
|
|
1088
910
|
rel: "noopener noreferrer",
|
|
1089
|
-
children:
|
|
1090
|
-
}) : /* @__PURE__ */ (
|
|
911
|
+
children: i
|
|
912
|
+
}) : /* @__PURE__ */ n(C, {
|
|
1091
913
|
to: e,
|
|
1092
|
-
params:
|
|
914
|
+
params: r,
|
|
1093
915
|
className: "group flex w-full items-center rounded-sm px-2 py-1 text-sm text-gray-900 hover:text-gray-900 hover:bg-blue-100 [&.active]:bg-blue-300 [&.active]:text-white [&.active]:font-medium [&.active]:hover:bg-blue-100 [&.active]:hover:text-gray-900",
|
|
1094
|
-
children:
|
|
1095
|
-
}) },
|
|
916
|
+
children: i
|
|
917
|
+
}) }, i))
|
|
1096
918
|
})
|
|
1097
919
|
})
|
|
1098
920
|
})]
|
|
@@ -1100,57 +922,57 @@ function ue({ label: e, items: n, menuClass: r }) {
|
|
|
1100
922
|
}
|
|
1101
923
|
//#endregion
|
|
1102
924
|
//#region src/components/Navigation/NavBar.tsx
|
|
1103
|
-
function
|
|
1104
|
-
let [
|
|
1105
|
-
return /* @__PURE__ */ (
|
|
925
|
+
function le({ title: e, logo: t, logoClass: i, version: a, gitHubUrl: o, gitHubIcon: u, gitHubTitle: d, addItem: f, navItems: p }) {
|
|
926
|
+
let [m, h] = s(!1);
|
|
927
|
+
return /* @__PURE__ */ r("nav", {
|
|
1106
928
|
className: "flex items-center justify-between flex-wrap p-4 bg-primary text-white font-medium",
|
|
1107
929
|
children: [
|
|
1108
|
-
/* @__PURE__ */ (
|
|
930
|
+
/* @__PURE__ */ n(C, {
|
|
1109
931
|
to: "/",
|
|
1110
|
-
children: t ? /* @__PURE__ */ (
|
|
932
|
+
children: t ? /* @__PURE__ */ n("img", {
|
|
1111
933
|
alt: `${e} logo`,
|
|
1112
|
-
title: `${e}${
|
|
1113
|
-
className: `h-12 ${
|
|
934
|
+
title: `${e}${a ? ` (${a})` : ""}`,
|
|
935
|
+
className: `h-12 ${i || ""}`,
|
|
1114
936
|
src: t
|
|
1115
|
-
}) : /* @__PURE__ */ (
|
|
1116
|
-
title:
|
|
937
|
+
}) : /* @__PURE__ */ n("span", {
|
|
938
|
+
title: a,
|
|
1117
939
|
className: "text-white font-bold text-xl",
|
|
1118
940
|
children: e
|
|
1119
941
|
})
|
|
1120
942
|
}),
|
|
1121
|
-
/* @__PURE__ */ (
|
|
943
|
+
/* @__PURE__ */ n("div", {
|
|
1122
944
|
className: "block md:hidden",
|
|
1123
|
-
children: /* @__PURE__ */ (
|
|
945
|
+
children: /* @__PURE__ */ n("button", {
|
|
1124
946
|
className: "flex items-center px-3 py-2 hover:text-blue-100",
|
|
1125
|
-
onClick: () =>
|
|
1126
|
-
children: /* @__PURE__ */ (
|
|
947
|
+
onClick: () => h(!m),
|
|
948
|
+
children: /* @__PURE__ */ r("svg", {
|
|
1127
949
|
className: "fill-current h-10 w-10",
|
|
1128
950
|
viewBox: "0 0 20 20",
|
|
1129
951
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1130
|
-
children: [/* @__PURE__ */ (
|
|
952
|
+
children: [/* @__PURE__ */ n("title", { children: "Menu" }), /* @__PURE__ */ n("path", { d: "M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" })]
|
|
1131
953
|
})
|
|
1132
954
|
})
|
|
1133
955
|
}),
|
|
1134
|
-
/* @__PURE__ */ (
|
|
1135
|
-
className: `block md:flex grow md:items-center w-full md:w-auto ${
|
|
956
|
+
/* @__PURE__ */ r("div", {
|
|
957
|
+
className: `block md:flex grow md:items-center w-full md:w-auto ${m ? "" : "hidden"}`,
|
|
1136
958
|
children: [
|
|
1137
|
-
|
|
959
|
+
p?.length && /* @__PURE__ */ n("div", {
|
|
1138
960
|
className: "my-2 md:grow md:flex-row flex justify-center flex-col gap-4",
|
|
1139
|
-
children:
|
|
961
|
+
children: p.map((e) => "items" in e ? /* @__PURE__ */ n(ce, {
|
|
1140
962
|
label: e.label,
|
|
1141
963
|
items: e.items
|
|
1142
|
-
}, e.label) : /* @__PURE__ */ (
|
|
964
|
+
}, e.label) : /* @__PURE__ */ n($, {
|
|
1143
965
|
label: e.label,
|
|
1144
966
|
to: e.to
|
|
1145
967
|
}, e.label))
|
|
1146
968
|
}),
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
href:
|
|
1150
|
-
title:
|
|
969
|
+
f,
|
|
970
|
+
o && /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n("a", {
|
|
971
|
+
href: o,
|
|
972
|
+
title: d || "GitHub",
|
|
1151
973
|
className: "text-white text-2xl",
|
|
1152
|
-
children:
|
|
1153
|
-
icon:
|
|
974
|
+
children: u || /* @__PURE__ */ n(l, {
|
|
975
|
+
icon: c,
|
|
1154
976
|
size: "2xl"
|
|
1155
977
|
})
|
|
1156
978
|
}) })
|
|
@@ -1161,71 +983,71 @@ function de({ title: e, logo: t, logoClass: n, version: r, gitHubUrl: s, gitHubI
|
|
|
1161
983
|
}
|
|
1162
984
|
//#endregion
|
|
1163
985
|
//#region src/components/Table/Table.tsx
|
|
1164
|
-
function
|
|
1165
|
-
let [
|
|
1166
|
-
data:
|
|
986
|
+
function ue({ columns: e, data: i, defaultSort: a = [] }) {
|
|
987
|
+
let [o, c] = s(a), [l, u] = s(""), [d] = s(i), f = O({
|
|
988
|
+
data: d,
|
|
1167
989
|
columns: e,
|
|
1168
990
|
state: {
|
|
1169
|
-
sorting:
|
|
1170
|
-
globalFilter:
|
|
991
|
+
sorting: o,
|
|
992
|
+
globalFilter: l
|
|
1171
993
|
},
|
|
1172
|
-
onSortingChange:
|
|
1173
|
-
onGlobalFilterChange:
|
|
1174
|
-
getCoreRowModel:
|
|
1175
|
-
getSortedRowModel:
|
|
1176
|
-
getFilteredRowModel:
|
|
994
|
+
onSortingChange: c,
|
|
995
|
+
onGlobalFilterChange: u,
|
|
996
|
+
getCoreRowModel: E(),
|
|
997
|
+
getSortedRowModel: D(),
|
|
998
|
+
getFilteredRowModel: ee(),
|
|
1177
999
|
debugTable: !0
|
|
1178
1000
|
});
|
|
1179
|
-
return /* @__PURE__ */ (
|
|
1001
|
+
return /* @__PURE__ */ r(t, { children: [/* @__PURE__ */ r("div", {
|
|
1180
1002
|
className: "mb-2",
|
|
1181
|
-
children: [/* @__PURE__ */ (
|
|
1182
|
-
value:
|
|
1183
|
-
onChange: (e) =>
|
|
1003
|
+
children: [/* @__PURE__ */ n(B, {
|
|
1004
|
+
value: l ?? "",
|
|
1005
|
+
onChange: (e) => u(String(e)),
|
|
1184
1006
|
placeholder: "Search"
|
|
1185
|
-
}),
|
|
1007
|
+
}), l !== "" && /* @__PURE__ */ r("span", {
|
|
1186
1008
|
className: "ml-2",
|
|
1187
1009
|
children: [
|
|
1188
1010
|
"(",
|
|
1189
|
-
|
|
1011
|
+
f.getRowModel().rows.length,
|
|
1190
1012
|
")"
|
|
1191
1013
|
]
|
|
1192
1014
|
})]
|
|
1193
|
-
}), /* @__PURE__ */ (
|
|
1015
|
+
}), /* @__PURE__ */ n("div", {
|
|
1194
1016
|
className: "flex",
|
|
1195
|
-
children: /* @__PURE__ */ (
|
|
1017
|
+
children: /* @__PURE__ */ r("table", { children: [/* @__PURE__ */ n("thead", { children: f.getHeaderGroups().map((e) => /* @__PURE__ */ n("tr", { children: e.headers.map((e) => /* @__PURE__ */ n("th", {
|
|
1196
1018
|
colSpan: e.colSpan,
|
|
1197
|
-
children: e.isPlaceholder ? null : /* @__PURE__ */ (
|
|
1019
|
+
children: e.isPlaceholder ? null : /* @__PURE__ */ r("div", {
|
|
1198
1020
|
className: e.column.getCanSort() ? "cursor-pointer select-none" : "",
|
|
1199
1021
|
onClick: e.column.getToggleSortingHandler(),
|
|
1200
1022
|
children: [
|
|
1201
|
-
|
|
1023
|
+
T(e.column.columnDef.header, e.getContext()),
|
|
1202
1024
|
" ",
|
|
1203
|
-
/* @__PURE__ */ (
|
|
1025
|
+
/* @__PURE__ */ n(de, { status: e.column.getIsSorted() })
|
|
1204
1026
|
]
|
|
1205
1027
|
})
|
|
1206
|
-
}, e.id)) }, e.id)) }), /* @__PURE__ */ (
|
|
1028
|
+
}, e.id)) }, e.id)) }), /* @__PURE__ */ n("tbody", { children: f.getRowModel().rows.map((e, t) => /* @__PURE__ */ n("tr", {
|
|
1207
1029
|
className: t % 2 ? "" : "bg-neutral-200",
|
|
1208
|
-
children: e.getVisibleCells().map((e) => /* @__PURE__ */ (
|
|
1030
|
+
children: e.getVisibleCells().map((e) => /* @__PURE__ */ n("td", { children: T(e.column.columnDef.cell, e.getContext()) }, e.id))
|
|
1209
1031
|
}, e.id)) })] })
|
|
1210
1032
|
})] });
|
|
1211
1033
|
}
|
|
1212
|
-
function
|
|
1213
|
-
return /* @__PURE__ */ (
|
|
1034
|
+
function de({ status: e }) {
|
|
1035
|
+
return /* @__PURE__ */ r(t, { children: [/* @__PURE__ */ n("span", {
|
|
1214
1036
|
className: e === "asc" ? "" : "opacity-40",
|
|
1215
1037
|
children: "▲"
|
|
1216
|
-
}), /* @__PURE__ */ (
|
|
1038
|
+
}), /* @__PURE__ */ n("span", {
|
|
1217
1039
|
className: e === "desc" ? "" : "opacity-40",
|
|
1218
1040
|
children: "▼"
|
|
1219
1041
|
})] });
|
|
1220
1042
|
}
|
|
1221
1043
|
//#endregion
|
|
1222
1044
|
//#region src/components/Tabs/Tabs.tsx
|
|
1223
|
-
function
|
|
1224
|
-
return /* @__PURE__ */ (
|
|
1045
|
+
function fe({ data: e }) {
|
|
1046
|
+
return /* @__PURE__ */ n("div", {
|
|
1225
1047
|
className: "text-sm font-medium text-center text-gray-500 border-b border-gray-200 dark:text-gray-400 dark:border-gray-700",
|
|
1226
|
-
children: /* @__PURE__ */ (
|
|
1048
|
+
children: /* @__PURE__ */ n("div", {
|
|
1227
1049
|
className: "flex flex-wrap -mb-px gap-3",
|
|
1228
|
-
children: e.map(({ label: e, to: t }) => /* @__PURE__ */ (
|
|
1050
|
+
children: e.map(({ label: e, to: t }) => /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n(C, {
|
|
1229
1051
|
to: t,
|
|
1230
1052
|
className: "inline-block p-4 border-b-2 text-gray-500 hover:text-gray-600 border-transparent hover:border-gray-300 [&.active]:border-primary",
|
|
1231
1053
|
children: e
|
|
@@ -1235,56 +1057,56 @@ function me({ data: e }) {
|
|
|
1235
1057
|
}
|
|
1236
1058
|
//#endregion
|
|
1237
1059
|
//#region src/components/TEIText/TEIText.tsx
|
|
1238
|
-
function
|
|
1239
|
-
let t =
|
|
1240
|
-
return
|
|
1241
|
-
let n = new
|
|
1060
|
+
function pe({ url: e }) {
|
|
1061
|
+
let t = o(null);
|
|
1062
|
+
return a(() => {
|
|
1063
|
+
let n = new k();
|
|
1242
1064
|
for (; t.current?.firstChild;) t.current.removeChild(t.current.firstChild);
|
|
1243
1065
|
n.getHTML5(e, (e) => {
|
|
1244
1066
|
t.current?.appendChild(e);
|
|
1245
1067
|
});
|
|
1246
|
-
}, [e]), /* @__PURE__ */ (
|
|
1068
|
+
}, [e]), /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n("div", { ref: t }) });
|
|
1247
1069
|
}
|
|
1248
1070
|
//#endregion
|
|
1249
1071
|
//#region src/components/Years/Years.tsx
|
|
1250
|
-
function
|
|
1251
|
-
return /* @__PURE__ */ (
|
|
1252
|
-
e && /* @__PURE__ */ (
|
|
1253
|
-
title:
|
|
1072
|
+
function me({ written: e, premiere: i, print: a, locale: o, labelPremiered: s = "premiered", labelPrinted: c = "printed", labelWritten: u = "written" }) {
|
|
1073
|
+
return /* @__PURE__ */ r(t, { children: [
|
|
1074
|
+
e && /* @__PURE__ */ r(t, { children: [/* @__PURE__ */ r("span", {
|
|
1075
|
+
title: u,
|
|
1254
1076
|
children: [
|
|
1255
|
-
/* @__PURE__ */ (
|
|
1256
|
-
icon:
|
|
1077
|
+
/* @__PURE__ */ n(l, {
|
|
1078
|
+
icon: h,
|
|
1257
1079
|
size: "sm"
|
|
1258
1080
|
}),
|
|
1259
1081
|
"\xA0",
|
|
1260
|
-
|
|
1082
|
+
P(e, o)
|
|
1261
1083
|
]
|
|
1262
1084
|
}), " "] }),
|
|
1263
|
-
|
|
1264
|
-
title:
|
|
1085
|
+
i && /* @__PURE__ */ r(t, { children: [/* @__PURE__ */ r("span", {
|
|
1086
|
+
title: s,
|
|
1265
1087
|
children: [
|
|
1266
|
-
/* @__PURE__ */ (
|
|
1267
|
-
icon:
|
|
1088
|
+
/* @__PURE__ */ n(l, {
|
|
1089
|
+
icon: g,
|
|
1268
1090
|
size: "sm"
|
|
1269
1091
|
}),
|
|
1270
1092
|
"\xA0",
|
|
1271
|
-
|
|
1093
|
+
P(i, o)
|
|
1272
1094
|
]
|
|
1273
1095
|
}), " "] }),
|
|
1274
|
-
|
|
1275
|
-
title:
|
|
1096
|
+
a && /* @__PURE__ */ r("span", {
|
|
1097
|
+
title: c,
|
|
1276
1098
|
children: [
|
|
1277
|
-
/* @__PURE__ */ (
|
|
1278
|
-
icon:
|
|
1099
|
+
/* @__PURE__ */ n(l, {
|
|
1100
|
+
icon: d,
|
|
1279
1101
|
size: "sm"
|
|
1280
1102
|
}),
|
|
1281
1103
|
"\xA0",
|
|
1282
|
-
|
|
1104
|
+
P(a, o)
|
|
1283
1105
|
]
|
|
1284
1106
|
})
|
|
1285
1107
|
] });
|
|
1286
1108
|
}
|
|
1287
1109
|
//#endregion
|
|
1288
|
-
export {
|
|
1110
|
+
export { A as ApiDoc, L as AuthorInfo, R as Authors, z as Commit, B as DebouncedInput, V as DocPage, X as DownloadButton, ae as IdCopy, M as IdLink, oe as LanguageMenu, le as NavBar, pe as TEIText, ue as Table, fe as Tabs, me as Years, N as formatEra, P as formatYear };
|
|
1289
1111
|
|
|
1290
1112
|
//# sourceMappingURL=index.es.js.map
|