@datatechsolutions/ui 3.7.4 → 3.7.5

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.
Files changed (83) hide show
  1. package/dist/astrlabe/contracts.d.mts +517 -0
  2. package/dist/astrlabe/contracts.d.ts +517 -0
  3. package/dist/astrlabe/graph-node.d.mts +28 -0
  4. package/dist/astrlabe/graph-node.d.ts +28 -0
  5. package/dist/astrlabe/index.d.mts +743 -0
  6. package/dist/astrlabe/index.d.ts +743 -0
  7. package/dist/astrlabe/utils.d.mts +60 -0
  8. package/dist/astrlabe/utils.d.ts +60 -0
  9. package/dist/astrlabe/workflow-canvas.d.mts +6 -0
  10. package/dist/astrlabe/workflow-canvas.d.ts +6 -0
  11. package/dist/astrlabe/workflow-preview-canvas.d.mts +10 -0
  12. package/dist/astrlabe/workflow-preview-canvas.d.ts +10 -0
  13. package/dist/billing-panel-DsHhhJqG.d.mts +18 -0
  14. package/dist/billing-panel-DsHhhJqG.d.ts +18 -0
  15. package/dist/brand/index.d.mts +71 -0
  16. package/dist/brand/index.d.ts +71 -0
  17. package/dist/{chunk-ZWLMKOHZ.mjs → chunk-KZSL7AXW.mjs} +3 -3
  18. package/dist/{chunk-ZWLMKOHZ.mjs.map → chunk-KZSL7AXW.mjs.map} +1 -1
  19. package/dist/{chunk-VDO6MDQW.js → chunk-Y2FR242F.js} +3 -3
  20. package/dist/{chunk-VDO6MDQW.js.map → chunk-Y2FR242F.js.map} +1 -1
  21. package/dist/dynamic-island-confirm-BKsZkAEP.d.mts +17 -0
  22. package/dist/dynamic-island-confirm-BKsZkAEP.d.ts +17 -0
  23. package/dist/index-BNRGVAS5.d.mts +222 -0
  24. package/dist/index-BoebbJ44.d.mts +49 -0
  25. package/dist/index-BoebbJ44.d.ts +49 -0
  26. package/dist/index-CnCY-b5V.d.ts +222 -0
  27. package/dist/index.d.mts +5316 -0
  28. package/dist/index.d.ts +5316 -0
  29. package/dist/layout-engine-YZcVr20M.d.mts +19 -0
  30. package/dist/layout-engine-YZcVr20M.d.ts +19 -0
  31. package/dist/lib/i18n-context.d.mts +36 -0
  32. package/dist/lib/i18n-context.d.ts +36 -0
  33. package/dist/lib/router-context.d.mts +35 -0
  34. package/dist/lib/router-context.d.ts +35 -0
  35. package/dist/navigation-BiWVffAN.d.mts +49 -0
  36. package/dist/navigation-BiWVffAN.d.ts +49 -0
  37. package/dist/platform/admin/index.d.mts +17 -0
  38. package/dist/platform/admin/index.d.ts +17 -0
  39. package/dist/platform/agents-workspace.d.mts +19 -0
  40. package/dist/platform/agents-workspace.d.ts +19 -0
  41. package/dist/platform/app-shell.d.mts +64 -0
  42. package/dist/platform/app-shell.d.ts +64 -0
  43. package/dist/platform/auth/index.d.mts +73 -0
  44. package/dist/platform/auth/index.d.ts +73 -0
  45. package/dist/platform/billing/index.d.mts +29 -0
  46. package/dist/platform/billing/index.d.ts +29 -0
  47. package/dist/platform/impersonation/index.d.mts +19 -0
  48. package/dist/platform/impersonation/index.d.ts +19 -0
  49. package/dist/platform/index.d.mts +188 -0
  50. package/dist/platform/index.d.ts +188 -0
  51. package/dist/platform/index.js +17 -17
  52. package/dist/platform/index.mjs +4 -4
  53. package/dist/platform/pages/index.d.mts +538 -0
  54. package/dist/platform/pages/index.d.ts +538 -0
  55. package/dist/platform/pages/index.js +6 -6
  56. package/dist/platform/pages/index.js.map +1 -1
  57. package/dist/platform/pages/index.mjs +6 -6
  58. package/dist/platform/pages/index.mjs.map +1 -1
  59. package/dist/platform/rbac.d.mts +42 -0
  60. package/dist/platform/rbac.d.ts +42 -0
  61. package/dist/platform/settings/index.d.mts +31 -0
  62. package/dist/platform/settings/index.d.ts +31 -0
  63. package/dist/platform/settings/index.js +3 -3
  64. package/dist/platform/settings/index.mjs +2 -2
  65. package/dist/platform/telemetry/index.d.mts +51 -0
  66. package/dist/platform/telemetry/index.d.ts +51 -0
  67. package/dist/platform/utils/index.d.mts +32 -0
  68. package/dist/platform/utils/index.d.ts +32 -0
  69. package/dist/platform/windsock-admin-client.d.mts +57 -0
  70. package/dist/platform/windsock-admin-client.d.ts +57 -0
  71. package/dist/platform/workflow-api-client.d.mts +6 -0
  72. package/dist/platform/workflow-api-client.d.ts +6 -0
  73. package/dist/platform/workflow-canvas-shell.d.mts +18 -0
  74. package/dist/platform/workflow-canvas-shell.d.ts +18 -0
  75. package/dist/rule-form-BYJzyork.d.mts +128 -0
  76. package/dist/rule-form-BYJzyork.d.ts +128 -0
  77. package/dist/workflow-api-client-CpFl3WcG.d.mts +468 -0
  78. package/dist/workflow-api-client-uLICOanv.d.ts +468 -0
  79. package/dist/workflow-canvas--qaYKuMm.d.ts +113 -0
  80. package/dist/workflow-canvas-B80fmD_n.d.mts +113 -0
  81. package/dist/workflow-store-o17I6L6A.d.ts +79 -0
  82. package/dist/workflow-store-ppVHdMZi.d.mts +79 -0
  83. package/package.json +1 -1
@@ -2907,7 +2907,7 @@ function CreateAgentDialog({
2907
2907
  {
2908
2908
  label: labels.name,
2909
2909
  value: name,
2910
- onChange: (event) => setName(event.target.value),
2910
+ onValueChange: setName,
2911
2911
  required: true,
2912
2912
  placeholder: labels.namePlaceholder ?? "Sales Specialist"
2913
2913
  }
@@ -2917,7 +2917,7 @@ function CreateAgentDialog({
2917
2917
  {
2918
2918
  label: labels.role,
2919
2919
  value: role,
2920
- onChange: (event) => setRole(event.target.value),
2920
+ onValueChange: setRole,
2921
2921
  placeholder: labels.rolePlaceholder
2922
2922
  }
2923
2923
  )
@@ -2939,7 +2939,7 @@ function CreateAgentDialog({
2939
2939
  {
2940
2940
  label: labels.promptSystemPrompt ?? "System prompt",
2941
2941
  value: systemPrompt,
2942
- onChange: (event) => setSystemPrompt(event.target.value),
2942
+ onValueChange: setSystemPrompt,
2943
2943
  rows: 5,
2944
2944
  placeholder: labels.promptPlaceholder ?? "You are a helpful assistant\u2026"
2945
2945
  }
@@ -2950,7 +2950,7 @@ function CreateAgentDialog({
2950
2950
  {
2951
2951
  label: labels.model,
2952
2952
  value: modelId,
2953
- onChange: (event) => setModelId(event.target.value),
2953
+ onValueChange: setModelId,
2954
2954
  options: modelOptions.length > 0 ? modelOptions : [{ value: "", label: labels.modelEmpty }]
2955
2955
  }
2956
2956
  ),
@@ -2960,7 +2960,7 @@ function CreateAgentDialog({
2960
2960
  label: labels.maxTokens,
2961
2961
  type: "number",
2962
2962
  value: String(maxTokens),
2963
- onChange: (event) => setMaxTokens(Number(event.target.value) || 0),
2963
+ onValueChange: (v) => setMaxTokens(Number(v) || 0),
2964
2964
  min: 1,
2965
2965
  max: 32e3
2966
2966
  }
@@ -2971,7 +2971,7 @@ function CreateAgentDialog({
2971
2971
  label: `${labels.temperature} (${temperature.toFixed(2)})`,
2972
2972
  type: "number",
2973
2973
  value: String(temperature),
2974
- onChange: (event) => setTemperature(Number(event.target.value) || 0),
2974
+ onValueChange: (v) => setTemperature(Number(v) || 0),
2975
2975
  step: 0.1,
2976
2976
  min: 0,
2977
2977
  max: 2