@odigos/ui-kit 0.0.107 → 0.0.109
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/.devcontainer/README.md +26 -0
- package/.devcontainer/devcontainer.json +19 -0
- package/CHANGELOG.md +14 -0
- package/lib/chunks/ui-components-7cef5b2b.js +1604 -0
- package/lib/components/status/index.d.ts +2 -1
- package/lib/components/text/index.d.ts +1 -0
- package/lib/components.js +1 -1
- package/lib/constants.js +1 -1
- package/lib/containers/source-drawer/odigos-health/index.d.ts +6 -0
- package/lib/containers.js +103 -103
- package/lib/functions/get-status-type-from-odigos-health/index.d.ts +2 -0
- package/lib/functions/index.d.ts +1 -0
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/icons.js +1 -1
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/instrumentation-rules/index.d.ts +1 -0
- package/lib/types/sources/index.d.ts +17 -0
- package/lib/types.js +1 -1
- package/package.json +1 -1
- package/lib/chunks/ui-components-6977d7a8.js +0 -1604
package/lib/snippets.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{aS as AddButton,
|
|
1
|
+
export{aS as AddButton,ch as AddNode,ci as BaseNode,bp as CopyText,cj as EdgedNode,bl as EditButton,az as Flow,ck as FrameNode,cl as HeaderNode,cq as LabeledEdge,cm as MapItemNode,cn as NoDataNode,aT as NoteBackToSummary,br as PodContainer,co as ScrollNode,cp as SkeletonNode,bv as SourceContainer,al as nodeConfig}from"./chunks/ui-components-7cef5b2b.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-1dea551d.js";import"styled-components";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
|
package/lib/store.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{cg as useActiveNodeStore,bJ as useDarkMode,as as useDataStreamStore,p as useDrawerStore,w as useEntityStore,a2 as useFilterStore,at as useInstrumentStore,N as useModalStore,o as useNotificationStore,u as usePendingStore,bh as useSelectedStore,a$ as useSetupStore}from"./chunks/ui-components-7cef5b2b.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-1dea551d.js";import"styled-components";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
|
package/lib/theme.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{T as default}from"./chunks/ui-components-
|
|
1
|
+
export{T as default}from"./chunks/ui-components-7cef5b2b.js";import"styled-components";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-1dea551d.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
|
|
@@ -53,6 +53,7 @@ export declare enum CustomInstrumentationsKeyTypes {
|
|
|
53
53
|
export interface CustomInstrumentationProbe {
|
|
54
54
|
className: string;
|
|
55
55
|
methodName: string;
|
|
56
|
+
symbol: string;
|
|
56
57
|
}
|
|
57
58
|
export interface CustomInstrumentations {
|
|
58
59
|
[CustomInstrumentationsKeyTypes.Probes]?: CustomInstrumentationProbe[] | null;
|
|
@@ -6,6 +6,18 @@ export declare enum K8sResourceKind {
|
|
|
6
6
|
StatefulSet = "StatefulSet",
|
|
7
7
|
CronJob = "CronJob"
|
|
8
8
|
}
|
|
9
|
+
export declare enum OdigosHealthStatus {
|
|
10
|
+
Error = "Error",
|
|
11
|
+
Failure = "Failure",
|
|
12
|
+
Notice = "Notice",
|
|
13
|
+
Pending = "Pending",
|
|
14
|
+
Waiting = "Waiting",
|
|
15
|
+
Unsupported = "Unsupported",
|
|
16
|
+
Disabled = "Disabled",
|
|
17
|
+
Success = "Success",
|
|
18
|
+
Irrelevant = "Irrelevant",
|
|
19
|
+
Unknown = "Unknown"
|
|
20
|
+
}
|
|
9
21
|
export interface WorkloadId {
|
|
10
22
|
namespace: string;
|
|
11
23
|
name: string;
|
|
@@ -27,6 +39,11 @@ export interface Source extends WorkloadId {
|
|
|
27
39
|
dataStreamNames: string[];
|
|
28
40
|
containers: SourceContainer[] | null;
|
|
29
41
|
conditions: Condition[] | null;
|
|
42
|
+
workloadOdigosHealthStatus?: {
|
|
43
|
+
status: OdigosHealthStatus;
|
|
44
|
+
reasonEnum: string;
|
|
45
|
+
message: string;
|
|
46
|
+
} | null;
|
|
30
47
|
}
|
|
31
48
|
export interface SourceFormData {
|
|
32
49
|
otelServiceName?: string;
|
package/lib/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{bO as ActionCategory,c as ActionKeyTypes,A as ActionType,am as AddNodeTypes,bG as AgentEnvVarsInjectionMethod,bR as BooleanOperation,b9 as CodeAttributesKeyTypes,J as Crud,b8 as CustomInstrumentationsKeyTypes,bY as DestinationTypes,ak as EdgeTypes,E as EntityTypes,j as FieldTypes,b7 as HeadersCollectionKeyTypes,d as InputTypes,bI as InstallationMethod,bb as InstrumentationRuleType,bW as IntrumentationStatus,bS as JsonOperation,K as K8sAttributesFrom,bw as K8sResourceKind,bF as MountMethod,ai as NodeTypes,bQ as NumberOperation,bZ as OdigosHealthStatus,bV as OtherEntityTypes,a0 as OtherStatus,ba as PayloadCollectionKeyTypes,bU as PlatformType,bH as Profile,bx as ProgrammingLanguages,aY as SignalType,bX as SortDirection,v as StatusType,bP as StringOperation,bT as Tier}from"./chunks/ui-components-7cef5b2b.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-1dea551d.js";import"styled-components";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
|