react-semaphor 0.0.545 → 0.0.547
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/chunks/{dashboard-plus-BT-dahvA.js → dashboard-plus-BWib9L7x.js} +11 -11
- package/dist/chunks/{dashboard-plus-IqrNLFPq.js → dashboard-plus-Duz1z2Cc.js} +1439 -1439
- package/dist/chunks/{index-DdiZhL-n.js → index-DjrkyZr5.js} +15 -12
- package/dist/chunks/{index-CGfbd0m4.js → index-N4c87NYQ.js} +2 -2
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +1 -1
- package/package.json +1 -1
|
@@ -26912,9 +26912,9 @@ function Tie(e) {
|
|
|
26912
26912
|
datamodel_id: b.id,
|
|
26913
26913
|
database_name: "",
|
|
26914
26914
|
schema_name: "",
|
|
26915
|
-
table_name: ""
|
|
26916
|
-
domain_id:
|
|
26917
|
-
dataset_name:
|
|
26915
|
+
table_name: ""
|
|
26916
|
+
// domain_id: (target as DatasetEntityReference).domainId,
|
|
26917
|
+
// dataset_name: (target as DatasetEntityReference).name,
|
|
26918
26918
|
} : b.type === "dataset" ? y = {
|
|
26919
26919
|
connection_id: b.connectionId,
|
|
26920
26920
|
domain_id: b.domainId,
|
|
@@ -79170,7 +79170,7 @@ function X4e({
|
|
|
79170
79170
|
return /* @__PURE__ */ M(
|
|
79171
79171
|
"div",
|
|
79172
79172
|
{
|
|
79173
|
-
className: "flex items-
|
|
79173
|
+
className: "ounded flex items-start space-x-2 p-2 hover:bg-muted",
|
|
79174
79174
|
children: [
|
|
79175
79175
|
/* @__PURE__ */ p(
|
|
79176
79176
|
go,
|
|
@@ -79181,13 +79181,16 @@ function X4e({
|
|
|
79181
79181
|
disabled: v
|
|
79182
79182
|
}
|
|
79183
79183
|
),
|
|
79184
|
-
/* @__PURE__ */
|
|
79185
|
-
|
|
79186
|
-
|
|
79187
|
-
|
|
79188
|
-
|
|
79189
|
-
|
|
79190
|
-
|
|
79184
|
+
/* @__PURE__ */ M("div", { className: "flex flex-col gap-1", children: [
|
|
79185
|
+
/* @__PURE__ */ p(
|
|
79186
|
+
me,
|
|
79187
|
+
{
|
|
79188
|
+
htmlFor: `dataModel-${R.name}`,
|
|
79189
|
+
children: R.name
|
|
79190
|
+
}
|
|
79191
|
+
),
|
|
79192
|
+
/* @__PURE__ */ p("span", { className: "text-xs text-muted-foreground", children: R.description })
|
|
79193
|
+
] })
|
|
79191
79194
|
]
|
|
79192
79195
|
},
|
|
79193
79196
|
R.name
|
|
@@ -79334,7 +79337,7 @@ function Q4e({
|
|
|
79334
79337
|
disabled: u
|
|
79335
79338
|
}
|
|
79336
79339
|
),
|
|
79337
|
-
/* @__PURE__ */ M("div", { className: "flex flex-col", children: [
|
|
79340
|
+
/* @__PURE__ */ M("div", { className: "flex flex-col gap-1", children: [
|
|
79338
79341
|
/* @__PURE__ */ p(
|
|
79339
79342
|
me,
|
|
79340
79343
|
{
|