semaphor 0.0.33 → 0.0.34
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/react-semaphor.js
CHANGED
|
@@ -6405,7 +6405,12 @@ function zF(e, t) {
|
|
|
6405
6405
|
isFetching: D,
|
|
6406
6406
|
isError: H
|
|
6407
6407
|
} = Di({
|
|
6408
|
-
queryKey: [
|
|
6408
|
+
queryKey: [
|
|
6409
|
+
i,
|
|
6410
|
+
o,
|
|
6411
|
+
s,
|
|
6412
|
+
a
|
|
6413
|
+
],
|
|
6409
6414
|
queryFn: () => Vl(
|
|
6410
6415
|
"https://semaphor.cloud/api/v1/columns",
|
|
6411
6416
|
(r == null ? void 0 : r.accessToken) || "",
|
|
@@ -6443,7 +6448,7 @@ function zF(e, t) {
|
|
|
6443
6448
|
function ge(U) {
|
|
6444
6449
|
c(U);
|
|
6445
6450
|
}
|
|
6446
|
-
S && S.databases.length > 0, T && T.schemas.length > 0, X && X.columns.length > 0 && (n = X.columns.map((U) => ({
|
|
6451
|
+
S && S.databases.length > 0, T && T.schemas.length > 0, X && X.columns.length > 0 && (console.log("columnsData", X), n = X.columns.map((U) => ({
|
|
6447
6452
|
...U,
|
|
6448
6453
|
data_type: U.data_type.toLowerCase()
|
|
6449
6454
|
}))), P && (n = []), (H || y) && (n = []);
|
|
@@ -34758,6 +34763,7 @@ function KZ(e, t) {
|
|
|
34758
34763
|
let py = ho(YZ), ZD = ho(GZ), XZ = ho(KZ), QZ = Object.assign(py, { Child: XZ, Root: py });
|
|
34759
34764
|
const Qg = [
|
|
34760
34765
|
"text",
|
|
34766
|
+
"enum",
|
|
34761
34767
|
"varchar",
|
|
34762
34768
|
"nvarchar",
|
|
34763
34769
|
"nvarchar2",
|
|
@@ -41035,7 +41041,7 @@ function Bh({
|
|
|
41035
41041
|
),
|
|
41036
41042
|
/* @__PURE__ */ w.jsx(W1, { children: /* @__PURE__ */ w.jsxs(RT, { children: [
|
|
41037
41043
|
r ? /* @__PURE__ */ w.jsx(Up, { children: "Loading..." }) : /* @__PURE__ */ w.jsx(Up, { children: e }),
|
|
41038
|
-
/* @__PURE__ */ w.jsx(w.Fragment, { children: t && t.map((d) => /* @__PURE__ */ w.jsx(Oa, { value: d.id, children: d.name },
|
|
41044
|
+
/* @__PURE__ */ w.jsx(w.Fragment, { children: t && t.map((d, f) => /* @__PURE__ */ w.jsx(Oa, { value: d.id, children: d.name }, f)) }),
|
|
41039
41045
|
(r || i) && /* @__PURE__ */ w.jsx(Oa, { value: l, children: l })
|
|
41040
41046
|
] }) })
|
|
41041
41047
|
] })
|