@datatechsolutions/ui 2.11.84 → 2.11.85
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 +107 -107
- package/dist/astrlabe/index.mjs +4 -4
- package/dist/astrlabe/workflow-canvas.js +4 -4
- package/dist/astrlabe/workflow-canvas.mjs +3 -3
- package/dist/{chunk-JJWFMKZY.js → chunk-2URBM4LA.js} +7 -7
- package/dist/{chunk-JJWFMKZY.js.map → chunk-2URBM4LA.js.map} +1 -1
- package/dist/{chunk-WGELLCOZ.js → chunk-3YVQXDKJ.js} +4 -4
- package/dist/{chunk-WGELLCOZ.js.map → chunk-3YVQXDKJ.js.map} +1 -1
- package/dist/{chunk-SGJ24J2Q.js → chunk-6F3IMKDZ.js} +39 -39
- package/dist/{chunk-SGJ24J2Q.js.map → chunk-6F3IMKDZ.js.map} +1 -1
- package/dist/{chunk-CCRBT7TA.mjs → chunk-6OWYGDNW.mjs} +6 -6
- package/dist/{chunk-CCRBT7TA.mjs.map → chunk-6OWYGDNW.mjs.map} +1 -1
- package/dist/{chunk-BH2AU3LG.mjs → chunk-D4TESEYK.mjs} +3 -3
- package/dist/{chunk-BH2AU3LG.mjs.map → chunk-D4TESEYK.mjs.map} +1 -1
- package/dist/{chunk-EDE36MKE.mjs → chunk-G7DZU3NM.mjs} +3 -3
- package/dist/{chunk-EDE36MKE.mjs.map → chunk-G7DZU3NM.mjs.map} +1 -1
- package/dist/{chunk-63AL2RN5.mjs → chunk-HK6J6HQP.mjs} +4 -4
- package/dist/{chunk-63AL2RN5.mjs.map → chunk-HK6J6HQP.mjs.map} +1 -1
- package/dist/{chunk-MNQEZL7B.mjs → chunk-JUTOBBBI.mjs} +4 -4
- package/dist/{chunk-MNQEZL7B.mjs.map → chunk-JUTOBBBI.mjs.map} +1 -1
- package/dist/{chunk-CXIQWPBH.js → chunk-K26RY4EQ.js} +26 -26
- package/dist/{chunk-CXIQWPBH.js.map → chunk-K26RY4EQ.js.map} +1 -1
- package/dist/{chunk-GV6WJCEB.js → chunk-KNXAOJAK.js} +3 -3
- package/dist/{chunk-GV6WJCEB.js.map → chunk-KNXAOJAK.js.map} +1 -1
- package/dist/{chunk-SW6TVAIJ.js → chunk-SV4SMITM.js} +36 -36
- package/dist/{chunk-SW6TVAIJ.js.map → chunk-SV4SMITM.js.map} +1 -1
- package/dist/{chunk-HU3EAHFO.mjs → chunk-TLDVFFAK.mjs} +3 -3
- package/dist/{chunk-HU3EAHFO.mjs.map → chunk-TLDVFFAK.mjs.map} +1 -1
- package/dist/{chunk-EFREXNZB.js → chunk-TZ62G5WM.js} +64 -64
- package/dist/{chunk-EFREXNZB.js.map → chunk-TZ62G5WM.js.map} +1 -1
- package/dist/{chunk-CHLJUSXX.mjs → chunk-XOZMUCMF.mjs} +4 -4
- package/dist/{chunk-CHLJUSXX.mjs.map → chunk-XOZMUCMF.mjs.map} +1 -1
- package/dist/{chunk-L6FVIWAJ.js → chunk-ZHHRWC27.js} +128 -128
- package/dist/{chunk-L6FVIWAJ.js.map → chunk-ZHHRWC27.js.map} +1 -1
- package/dist/{chunk-I6WYV2AN.mjs → chunk-ZJQ5RLGK.mjs} +3 -3
- package/dist/{chunk-I6WYV2AN.mjs.map → chunk-ZJQ5RLGK.mjs.map} +1 -1
- package/dist/index.js +761 -761
- package/dist/index.mjs +2 -2
- package/dist/platform/agents-workspace.js +7 -7
- package/dist/platform/agents-workspace.mjs +6 -6
- package/dist/platform/app-shell.js +4 -4
- package/dist/platform/app-shell.mjs +3 -3
- package/dist/platform/index.js +37 -37
- package/dist/platform/index.mjs +11 -11
- package/dist/platform/pages/index.js +202 -197
- package/dist/platform/pages/index.js.map +1 -1
- package/dist/platform/pages/index.mjs +14 -9
- package/dist/platform/pages/index.mjs.map +1 -1
- package/dist/platform/workflow-canvas-shell.js +5 -5
- package/dist/platform/workflow-canvas-shell.mjs +4 -4
- package/package.json +1 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { adaptWorkflowGraphToUi, formatDurationMs } from '../../chunk-UQXVCVAN.mjs';
|
|
3
|
-
import { WorkflowWorkspace } from '../../chunk-
|
|
4
|
-
export { RolesPageView, UsersPageView } from '../../chunk-
|
|
5
|
-
import { DatasourceModal, findCategory, DIALECT_CATEGORIES } from '../../chunk-
|
|
6
|
-
export { DIALECT_CATEGORIES, DatasourceFormModal, DatasourceModal, findCategory, findDialect } from '../../chunk-
|
|
7
|
-
import { defaultRuleForm, RuleForm, ExecutionTimelinePanel } from '../../chunk-
|
|
3
|
+
import { WorkflowWorkspace } from '../../chunk-JUTOBBBI.mjs';
|
|
4
|
+
export { RolesPageView, UsersPageView } from '../../chunk-JUTOBBBI.mjs';
|
|
5
|
+
import { DatasourceModal, findCategory, DIALECT_CATEGORIES } from '../../chunk-G7DZU3NM.mjs';
|
|
6
|
+
export { DIALECT_CATEGORIES, DatasourceFormModal, DatasourceModal, findCategory, findDialect } from '../../chunk-G7DZU3NM.mjs';
|
|
7
|
+
import { defaultRuleForm, RuleForm, ExecutionTimelinePanel } from '../../chunk-HK6J6HQP.mjs';
|
|
8
8
|
import '../../chunk-JB6RNAD2.mjs';
|
|
9
9
|
import '../../chunk-53SRKVKQ.mjs';
|
|
10
|
-
import '../../chunk-
|
|
11
|
-
import { HeroSection, PageLoadingState, PageEmptyState, EntityCard, Badge, ManagementPageLayout, CreateActionButton, Button, GlassModal, FormGrid, FormSelect, FormInput, FormTextarea, SectionHeader, Text, Form, FormActionsRow, Table, TableHead, TableRow, TableHeader, TableBody, TableCell, InlineForm, CopyableId } from '../../chunk-
|
|
12
|
-
import { useLink } from '../../chunk-QWG2FMUN.mjs';
|
|
10
|
+
import '../../chunk-D4TESEYK.mjs';
|
|
11
|
+
import { HeroSection, PageLoadingState, PageEmptyState, EntityCard, Badge, ManagementPageLayout, CreateActionButton, Button, GlassModal, FormGrid, FormSelect, FormInput, FormTextarea, SectionHeader, Text, Form, FormActionsRow, Table, TableHead, TableRow, TableHeader, TableBody, TableCell, InlineForm, CopyableId } from '../../chunk-ZJQ5RLGK.mjs';
|
|
13
12
|
import '../../chunk-D2JF6C3E.mjs';
|
|
14
13
|
import '../../chunk-7VJ7CMMT.mjs';
|
|
14
|
+
import { useLink } from '../../chunk-QWG2FMUN.mjs';
|
|
15
15
|
import '../../chunk-OZNTQROP.mjs';
|
|
16
16
|
import '../../chunk-WNCPAWLC.mjs';
|
|
17
17
|
import { CubeTransparentIcon, CpuChipIcon, ChatBubbleLeftEllipsisIcon, WrenchScrewdriverIcon, AdjustmentsHorizontalIcon, CircleStackIcon, RectangleStackIcon, ClockIcon, LinkIcon, KeyIcon, ArrowPathIcon, TrashIcon } from '@heroicons/react/24/outline';
|
|
@@ -1696,9 +1696,11 @@ function ConnectionEditor({
|
|
|
1696
1696
|
setSubmitting(true);
|
|
1697
1697
|
try {
|
|
1698
1698
|
let credentialRef = value.credentialRef;
|
|
1699
|
+
let credentialRefRotated = false;
|
|
1699
1700
|
if (value.apiKey.trim().length > 0) {
|
|
1700
1701
|
const secret = await onCreateSecret(`${secretNamePrefix}-${value.providerSlug}-${Date.now()}`, value.apiKey.trim());
|
|
1701
1702
|
credentialRef = secret.id;
|
|
1703
|
+
credentialRefRotated = true;
|
|
1702
1704
|
}
|
|
1703
1705
|
const modelFilter = parseCsv(value.modelFilter);
|
|
1704
1706
|
let config;
|
|
@@ -1730,7 +1732,10 @@ function ConnectionEditor({
|
|
|
1730
1732
|
name: value.name.trim() || void 0,
|
|
1731
1733
|
region: value.region.trim() || void 0,
|
|
1732
1734
|
endpoint: value.endpoint.trim() || void 0,
|
|
1733
|
-
|
|
1735
|
+
// Only thread `credentialRef` when the user actually rotated
|
|
1736
|
+
// the key. Omitting it tells the backend to keep the
|
|
1737
|
+
// existing pointer intact.
|
|
1738
|
+
...credentialRefRotated && credentialRef ? { credentialRef } : {},
|
|
1734
1739
|
...modelFilter.length > 0 ? { modelFilter } : {},
|
|
1735
1740
|
...config && { config }
|
|
1736
1741
|
};
|