climb-onyx-gui 0.10.1 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/climb-onyx-gui.js +6 -6
- package/package.json +1 -1
package/dist/climb-onyx-gui.js
CHANGED
|
@@ -26455,7 +26455,7 @@ function GI({
|
|
|
26455
26455
|
function jP(a) {
|
|
26456
26456
|
const { data: { username: r, site: u } = { username: "", site: "" } } = Cd({
|
|
26457
26457
|
queryKey: ["profile"],
|
|
26458
|
-
queryFn: async () => a.httpPathHandler("accounts/profile").then((f) => f.json()).then((f) => ({ username: f.data.username, site: f.data.site }))
|
|
26458
|
+
queryFn: async () => a.httpPathHandler("accounts/profile/").then((f) => f.json()).then((f) => ({ username: f.data.username, site: f.data.site }))
|
|
26459
26459
|
});
|
|
26460
26460
|
return /* @__PURE__ */ Y(Sd, { bg: "dark", variant: "dark", collapseOnSelect: !0, expand: "sm", children: /* @__PURE__ */ Vt(sc, { fluid: !0, children: [
|
|
26461
26461
|
/* @__PURE__ */ Y(Sd.Brand, { children: "Onyx" }),
|
|
@@ -31168,7 +31168,7 @@ function nG() {
|
|
|
31168
31168
|
/* @__PURE__ */ Y("span", { children: "Loading..." })
|
|
31169
31169
|
] }) });
|
|
31170
31170
|
}
|
|
31171
|
-
const rG = "0.10.
|
|
31171
|
+
const rG = "0.10.2";
|
|
31172
31172
|
function aG(a) {
|
|
31173
31173
|
const [r, u] = ln(new Array()), [f, c] = ln(new Array()), [p, h] = ln(new Array()), [C, y] = ln(new Array()), [E, w] = ln(""), T = Array.from(a.projectFields.entries()).filter(([, B]) => B.actions.includes("filter")).map(([B]) => B), A = Array.from(a.projectFields.entries()).filter(([, B]) => B.actions.includes("list")).map(([B]) => B);
|
|
31174
31174
|
g0(() => {
|
|
@@ -31426,7 +31426,7 @@ function uG(a) {
|
|
|
31426
31426
|
function lG(a) {
|
|
31427
31427
|
const [r, u] = ln(!1), [f, c] = ln(""), { data: p = [] } = Cd({
|
|
31428
31428
|
queryKey: ["projects"],
|
|
31429
|
-
queryFn: async () => a.httpPathHandler("projects").then((A) => A.json()).then((A) => [
|
|
31429
|
+
queryFn: async () => a.httpPathHandler("projects/").then((A) => A.json()).then((A) => [
|
|
31430
31430
|
...new Set(
|
|
31431
31431
|
A.data.map(
|
|
31432
31432
|
(O) => O.project
|
|
@@ -31439,7 +31439,7 @@ function lG(a) {
|
|
|
31439
31439
|
}, [f, p]);
|
|
31440
31440
|
const { data: h = /* @__PURE__ */ new Map() } = Cd({
|
|
31441
31441
|
queryKey: ["types"],
|
|
31442
|
-
queryFn: async () => a.httpPathHandler("projects/types").then((A) => A.json()).then((A) => new Map(
|
|
31442
|
+
queryFn: async () => a.httpPathHandler("projects/types/").then((A) => A.json()).then((A) => new Map(
|
|
31443
31443
|
A.data.map((O) => [
|
|
31444
31444
|
O.type,
|
|
31445
31445
|
O.lookups
|
|
@@ -31447,7 +31447,7 @@ function lG(a) {
|
|
|
31447
31447
|
))
|
|
31448
31448
|
}), { data: C = /* @__PURE__ */ new Map() } = Cd({
|
|
31449
31449
|
queryKey: ["lookups"],
|
|
31450
|
-
queryFn: async () => a.httpPathHandler("projects/lookups").then((A) => A.json()).then((A) => new Map(
|
|
31450
|
+
queryFn: async () => a.httpPathHandler("projects/lookups/").then((A) => A.json()).then((A) => new Map(
|
|
31451
31451
|
A.data.map((O) => [
|
|
31452
31452
|
O.lookup,
|
|
31453
31453
|
O.description
|
|
@@ -31461,7 +31461,7 @@ function lG(a) {
|
|
|
31461
31461
|
}
|
|
31462
31462
|
} = Cd({
|
|
31463
31463
|
queryKey: ["fields", f],
|
|
31464
|
-
queryFn: async () => a.httpPathHandler("projects/" + f + "/fields").then((A) => A.json()).then((A) => {
|
|
31464
|
+
queryFn: async () => a.httpPathHandler("projects/" + f + "/fields/").then((A) => A.json()).then((A) => {
|
|
31465
31465
|
const O = uG(A.data.fields), L = A.data.name, M = new Map(
|
|
31466
31466
|
Object.keys(O).map((P) => [
|
|
31467
31467
|
P,
|