@datatechsolutions/ui 2.11.37 → 2.11.38
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/astrlabe/index.js +108 -108
- package/dist/astrlabe/index.mjs +2 -2
- package/dist/astrlabe/workflow-canvas.js +2 -2
- package/dist/astrlabe/workflow-canvas.mjs +1 -1
- package/dist/{chunk-CQQKF7VT.mjs → chunk-4RCCAZMR.mjs} +9 -16
- package/dist/chunk-4RCCAZMR.mjs.map +1 -0
- package/dist/{chunk-NFJCB4BB.js → chunk-TE4XMF4F.js} +9 -16
- package/dist/chunk-TE4XMF4F.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-CQQKF7VT.mjs.map +0 -1
- package/dist/chunk-NFJCB4BB.js.map +0 -1
|
@@ -2899,21 +2899,14 @@ var DatasourceFlowNode = react.memo(function DatasourceFlowNode2({ id, data, sel
|
|
|
2899
2899
|
)
|
|
2900
2900
|
] }),
|
|
2901
2901
|
/* @__PURE__ */ jsxRuntime.jsxs(NodeCardMeta, { compact: isCompact, children: [
|
|
2902
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-
|
|
2902
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-1.5", children: [
|
|
2903
2903
|
config.dialect && /* @__PURE__ */ jsxRuntime.jsx(NodeCardBadge, { className: "inline-flex items-center rounded-full px-2 py-0.5 text-[10px] font-semibold bg-cyan-100 text-cyan-700 dark:bg-cyan-400/15 dark:text-cyan-400", children: config.dialect }),
|
|
2904
|
-
readOnly && /* @__PURE__ */ jsxRuntime.jsx(NodeCardBadge, { className: "inline-flex items-center rounded-full px-2 py-0.5 text-[10px] font-medium bg-slate-100 text-slate-600 dark:bg-slate-500/20 dark:text-slate-400", children: "
|
|
2905
|
-
|
|
2906
|
-
columnCount,
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
filterCount,
|
|
2911
|
-
" filters"
|
|
2912
|
-
] }),
|
|
2913
|
-
config.limit > 0 && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-[10px] text-gray-400 dark:text-gray-500", children: [
|
|
2914
|
-
"\u2264",
|
|
2915
|
-
config.limit
|
|
2916
|
-
] })
|
|
2904
|
+
readOnly && /* @__PURE__ */ jsxRuntime.jsx(NodeCardBadge, { className: "inline-flex items-center rounded-full px-2 py-0.5 text-[10px] font-medium bg-slate-100 text-slate-600 dark:bg-slate-500/20 dark:text-slate-400", children: "sample" }),
|
|
2905
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-[10px] text-gray-400 dark:text-gray-500", children: [
|
|
2906
|
+
columnCount > 0 ? `${columnCount} cols` : null,
|
|
2907
|
+
filterCount > 0 ? `${filterCount} filters` : null,
|
|
2908
|
+
config.limit > 0 ? `\u2264${config.limit}` : null
|
|
2909
|
+
].filter(Boolean).join(" \xB7 ") })
|
|
2917
2910
|
] }),
|
|
2918
2911
|
onRemoveFromCanvas && /* @__PURE__ */ jsxRuntime.jsx(
|
|
2919
2912
|
"span",
|
|
@@ -7695,5 +7688,5 @@ exports.useModalStore = useModalStore;
|
|
|
7695
7688
|
exports.useWorkflowBuilderClient = useWorkflowBuilderClient;
|
|
7696
7689
|
exports.useWorkflowBuilderClientOptional = useWorkflowBuilderClientOptional;
|
|
7697
7690
|
exports.useWorkflowStore = useWorkflowStore;
|
|
7698
|
-
//# sourceMappingURL=chunk-
|
|
7699
|
-
//# sourceMappingURL=chunk-
|
|
7691
|
+
//# sourceMappingURL=chunk-TE4XMF4F.js.map
|
|
7692
|
+
//# sourceMappingURL=chunk-TE4XMF4F.js.map
|