@odigos/ui-kit 0.0.115 → 0.0.117
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/CHANGELOG.md +19 -0
- package/lib/chunks/ui-components-c54e0ca6.js +1605 -0
- package/lib/components.js +1 -1
- package/lib/constants.js +1 -1
- package/lib/containers.js +105 -105
- package/lib/functions.js +1 -1
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/useBodyScroll.d.ts +6 -0
- package/lib/hooks/useSourceSelectionFormData.d.ts +2 -2
- 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 +19 -3
- package/lib/types.js +1 -1
- package/package.json +1 -1
- package/lib/chunks/ui-components-f1517f30.js +0 -1605
package/lib/snippets.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{aS as AddButton,
|
|
1
|
+
export{aS as AddButton,ck as AddNode,cl as BaseNode,bs as CopyText,cm as EdgedNode,bo as EditButton,az as Flow,cn as FrameNode,co as HeaderNode,ct as LabeledEdge,cp as MapItemNode,cq as NoDataNode,aT as NoteBackToSummary,bu as PodContainer,cr as ScrollNode,cs as SkeletonNode,by as SourceContainer,al as nodeConfig}from"./chunks/ui-components-c54e0ca6.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{ci as useActiveNodeStore,bM 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,bk as useSelectedStore,b0 as useSetupStore}from"./chunks/ui-components-c54e0ca6.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-c54e0ca6.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";
|
|
@@ -52,15 +52,31 @@ export declare enum CustomInstrumentationsKeyTypes {
|
|
|
52
52
|
Java = "java",
|
|
53
53
|
Golang = "golang"
|
|
54
54
|
}
|
|
55
|
-
export interface
|
|
55
|
+
export interface IJavaCustomProbe {
|
|
56
56
|
className: string;
|
|
57
57
|
methodName: string;
|
|
58
58
|
}
|
|
59
|
-
export
|
|
59
|
+
export declare class JavaCustomProbe implements IJavaCustomProbe {
|
|
60
|
+
className: string;
|
|
61
|
+
methodName: string;
|
|
62
|
+
constructor(className: string, methodName: string);
|
|
63
|
+
Verify(): boolean;
|
|
64
|
+
toString(): string;
|
|
65
|
+
}
|
|
66
|
+
export interface IGolangCustomProbe {
|
|
67
|
+
packageName: string;
|
|
68
|
+
functionName?: string | null;
|
|
69
|
+
receiverName?: string | null;
|
|
70
|
+
receiverMethodName?: string | null;
|
|
71
|
+
}
|
|
72
|
+
export declare class GolangCustomProbe implements IGolangCustomProbe {
|
|
60
73
|
packageName: string;
|
|
61
|
-
functionName
|
|
74
|
+
functionName?: string | null;
|
|
62
75
|
receiverName?: string | null;
|
|
63
76
|
receiverMethodName?: string | null;
|
|
77
|
+
constructor(packageName: string, functionName?: string | null, receiverName?: string | null, receiverMethodName?: string | null);
|
|
78
|
+
Verify(): boolean;
|
|
79
|
+
toString(): string;
|
|
64
80
|
}
|
|
65
81
|
export interface CustomInstrumentations {
|
|
66
82
|
[CustomInstrumentationsKeyTypes.Java]?: JavaCustomProbe[] | null;
|
package/lib/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{bR as ActionCategory,c as ActionKeyTypes,A as ActionType,am as AddNodeTypes,bJ as AgentEnvVarsInjectionMethod,bU as BooleanOperation,ba as CodeAttributesKeyTypes,J as Crud,b9 as CustomInstrumentationsKeyTypes,b_ as DestinationTypes,ak as EdgeTypes,E as EntityTypes,j as FieldTypes,bb as GolangCustomProbe,b8 as HeadersCollectionKeyTypes,d as InputTypes,bL as InstallationMethod,be as InstrumentationRuleType,bY as IntrumentationStatus,bc as JavaCustomProbe,bV as JsonOperation,K as K8sAttributesFrom,bz as K8sResourceKind,bI as MountMethod,ai as NodeTypes,bT as NumberOperation,b$ as OdigosHealthStatus,aU as OtherEntityTypes,a0 as OtherStatus,bd as PayloadCollectionKeyTypes,bX as PlatformType,bK as Profile,bA as ProgrammingLanguages,aZ as SignalType,bZ as SortDirection,v as StatusType,bS as StringOperation,bW as Tier}from"./chunks/ui-components-c54e0ca6.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";
|