@agentmark-ai/ui-components 0.3.1 → 0.3.2

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/index.d.mts CHANGED
@@ -54,6 +54,7 @@ type RequestTableProps = {
54
54
  t: any;
55
55
  emptyContentImgUrl?: string;
56
56
  };
57
+ declare const RequestTable: ({ loading, requests, onFilterChange, onSortChange, onPaginationChange, rowsPerPage, page, totalRows, onRowClick, filterModel, filterMode, paginationMode, sortingMode, t, emptyContentImgUrl, }: RequestTableProps) => react_jsx_runtime.JSX.Element;
57
58
 
58
59
  declare const Requests: (props: RequestTableProps) => react_jsx_runtime.JSX.Element;
59
60
 
@@ -1049,4 +1050,4 @@ declare function JsonEditor({ defaultValue, onChange, value, }: {
1049
1050
  value?: string;
1050
1051
  }): react_jsx_runtime.JSX.Element;
1051
1052
 
1052
- export { AddAnnotationDialog, AddAnnotations, AttributesTab, AttributesViewer, DataGrid, EmptyContent, EvaluationList, EvaluationProvider, EvaluationTab, FormProvider, Iconify, InputOutputTab, JsonEditor, type LLMPrompt, type LLMText, Label, type LabelColor, type LabelProps, type LabelVariant, type LayoutResult, NODE_DIMENSIONS, type NodeGroup, type NodeTypeStyle, OutputDisplay, PromptList, RHFJsonEditor, RHFMultiSelect, RHFSelect, RHFSlider, RHFSwitch, RHFTextField, type Request, Requests, type ScoreData, type Session, type SessionData, SessionsList, type SessionsListProps, type SpanData, type SpanForGrouping, SpanInfoContent, SpanInfoHeader, SpanInfoProvider, SpanInfoTabs, SpanInfoTitle, TIMELINE_CONSTANTS, TableEmptyRows, TableHeadCustom, TablePaginationCustom, type TableProps, TableSelectedAction, TableSkeleton, TimelineBar, type TimelineBarLayout, type TimelineBarProps, TimelineErrorBoundary, TimelineLegend, type TimelineLegendProps, type TimelineMetrics, TimelineRuler, type TimelineRulerProps, type TimelineRulerTick, TimelineTooltip, type TimelineTooltipProps, type TimelineViewState, type Trace, type TraceData, TraceDrawer, TraceDrawerCloseButton, TraceDrawerContainer, TraceDrawerContent, type TraceDrawerContextValue, TraceDrawerHeader, TraceDrawerMain, TraceDrawerProvider, type TraceDrawerProviderProps, TraceDrawerSidebar, TraceDrawerSidebarSectionResizer, TraceDrawerSubtitle, TraceDrawerTitle, TraceGraphCanvas, type TraceGraphCanvasProps, TraceInfoSkeleton, TraceLabel, type TraceListContextValue, TraceListItem, TraceListProvider, TraceTimeline, type TraceTimelineProps, TraceTree, TraceTreeItem, type TraceViewType, TracesList, type TracesListProps, type UseTimelineLayoutResult, type UseTimelineZoomResult, type WorkflowNodeType, applyDagreLayout, calculateBranchFamilies, computeTimelineLayout, formatDuration, getBranchColor, getDisplayName, getNodeTypeStyle, groupSpansByKey, hasChildSpans, inferNodeType, makeGroupKey, useEvaluationContext, useSpanInfoContext, useTable, useTimelineLayout, useTimelineViewPreference, useTimelineZoom, useTraceDrawer, useTraceDrawerContext, useTraceListContext };
1053
+ export { AddAnnotationDialog, AddAnnotations, AttributesTab, AttributesViewer, DataGrid, EmptyContent, EvaluationList, EvaluationProvider, EvaluationTab, FormProvider, Iconify, InputOutputTab, JsonEditor, type LLMPrompt, type LLMText, Label, type LabelColor, type LabelProps, type LabelVariant, type LayoutResult, NODE_DIMENSIONS, type NodeGroup, type NodeTypeStyle, OutputDisplay, PromptList, RHFJsonEditor, RHFMultiSelect, RHFSelect, RHFSlider, RHFSwitch, RHFTextField, type Request, RequestTable, type RequestTableProps, Requests, type ScoreData, type Session, type SessionData, SessionsList, type SessionsListProps, type SpanData, type SpanForGrouping, SpanInfoContent, SpanInfoHeader, SpanInfoProvider, SpanInfoTabs, SpanInfoTitle, TIMELINE_CONSTANTS, TableEmptyRows, TableHeadCustom, TablePaginationCustom, type TableProps, TableSelectedAction, TableSkeleton, TimelineBar, type TimelineBarLayout, type TimelineBarProps, TimelineErrorBoundary, TimelineLegend, type TimelineLegendProps, type TimelineMetrics, TimelineRuler, type TimelineRulerProps, type TimelineRulerTick, TimelineTooltip, type TimelineTooltipProps, type TimelineViewState, type Trace, type TraceData, TraceDrawer, TraceDrawerCloseButton, TraceDrawerContainer, TraceDrawerContent, type TraceDrawerContextValue, TraceDrawerHeader, TraceDrawerMain, TraceDrawerProvider, type TraceDrawerProviderProps, TraceDrawerSidebar, TraceDrawerSidebarSectionResizer, TraceDrawerSubtitle, TraceDrawerTitle, TraceGraphCanvas, type TraceGraphCanvasProps, TraceInfoSkeleton, TraceLabel, type TraceListContextValue, TraceListItem, TraceListProvider, TraceTimeline, type TraceTimelineProps, TraceTree, TraceTreeItem, type TraceViewType, TracesList, type TracesListProps, type UseTimelineLayoutResult, type UseTimelineZoomResult, type WorkflowNodeType, applyDagreLayout, calculateBranchFamilies, computeTimelineLayout, formatDuration, getBranchColor, getDisplayName, getNodeTypeStyle, groupSpansByKey, hasChildSpans, inferNodeType, makeGroupKey, useEvaluationContext, useSpanInfoContext, useTable, useTimelineLayout, useTimelineViewPreference, useTimelineZoom, useTraceDrawer, useTraceDrawerContext, useTraceListContext };
package/dist/index.d.ts CHANGED
@@ -54,6 +54,7 @@ type RequestTableProps = {
54
54
  t: any;
55
55
  emptyContentImgUrl?: string;
56
56
  };
57
+ declare const RequestTable: ({ loading, requests, onFilterChange, onSortChange, onPaginationChange, rowsPerPage, page, totalRows, onRowClick, filterModel, filterMode, paginationMode, sortingMode, t, emptyContentImgUrl, }: RequestTableProps) => react_jsx_runtime.JSX.Element;
57
58
 
58
59
  declare const Requests: (props: RequestTableProps) => react_jsx_runtime.JSX.Element;
59
60
 
@@ -1049,4 +1050,4 @@ declare function JsonEditor({ defaultValue, onChange, value, }: {
1049
1050
  value?: string;
1050
1051
  }): react_jsx_runtime.JSX.Element;
1051
1052
 
1052
- export { AddAnnotationDialog, AddAnnotations, AttributesTab, AttributesViewer, DataGrid, EmptyContent, EvaluationList, EvaluationProvider, EvaluationTab, FormProvider, Iconify, InputOutputTab, JsonEditor, type LLMPrompt, type LLMText, Label, type LabelColor, type LabelProps, type LabelVariant, type LayoutResult, NODE_DIMENSIONS, type NodeGroup, type NodeTypeStyle, OutputDisplay, PromptList, RHFJsonEditor, RHFMultiSelect, RHFSelect, RHFSlider, RHFSwitch, RHFTextField, type Request, Requests, type ScoreData, type Session, type SessionData, SessionsList, type SessionsListProps, type SpanData, type SpanForGrouping, SpanInfoContent, SpanInfoHeader, SpanInfoProvider, SpanInfoTabs, SpanInfoTitle, TIMELINE_CONSTANTS, TableEmptyRows, TableHeadCustom, TablePaginationCustom, type TableProps, TableSelectedAction, TableSkeleton, TimelineBar, type TimelineBarLayout, type TimelineBarProps, TimelineErrorBoundary, TimelineLegend, type TimelineLegendProps, type TimelineMetrics, TimelineRuler, type TimelineRulerProps, type TimelineRulerTick, TimelineTooltip, type TimelineTooltipProps, type TimelineViewState, type Trace, type TraceData, TraceDrawer, TraceDrawerCloseButton, TraceDrawerContainer, TraceDrawerContent, type TraceDrawerContextValue, TraceDrawerHeader, TraceDrawerMain, TraceDrawerProvider, type TraceDrawerProviderProps, TraceDrawerSidebar, TraceDrawerSidebarSectionResizer, TraceDrawerSubtitle, TraceDrawerTitle, TraceGraphCanvas, type TraceGraphCanvasProps, TraceInfoSkeleton, TraceLabel, type TraceListContextValue, TraceListItem, TraceListProvider, TraceTimeline, type TraceTimelineProps, TraceTree, TraceTreeItem, type TraceViewType, TracesList, type TracesListProps, type UseTimelineLayoutResult, type UseTimelineZoomResult, type WorkflowNodeType, applyDagreLayout, calculateBranchFamilies, computeTimelineLayout, formatDuration, getBranchColor, getDisplayName, getNodeTypeStyle, groupSpansByKey, hasChildSpans, inferNodeType, makeGroupKey, useEvaluationContext, useSpanInfoContext, useTable, useTimelineLayout, useTimelineViewPreference, useTimelineZoom, useTraceDrawer, useTraceDrawerContext, useTraceListContext };
1053
+ export { AddAnnotationDialog, AddAnnotations, AttributesTab, AttributesViewer, DataGrid, EmptyContent, EvaluationList, EvaluationProvider, EvaluationTab, FormProvider, Iconify, InputOutputTab, JsonEditor, type LLMPrompt, type LLMText, Label, type LabelColor, type LabelProps, type LabelVariant, type LayoutResult, NODE_DIMENSIONS, type NodeGroup, type NodeTypeStyle, OutputDisplay, PromptList, RHFJsonEditor, RHFMultiSelect, RHFSelect, RHFSlider, RHFSwitch, RHFTextField, type Request, RequestTable, type RequestTableProps, Requests, type ScoreData, type Session, type SessionData, SessionsList, type SessionsListProps, type SpanData, type SpanForGrouping, SpanInfoContent, SpanInfoHeader, SpanInfoProvider, SpanInfoTabs, SpanInfoTitle, TIMELINE_CONSTANTS, TableEmptyRows, TableHeadCustom, TablePaginationCustom, type TableProps, TableSelectedAction, TableSkeleton, TimelineBar, type TimelineBarLayout, type TimelineBarProps, TimelineErrorBoundary, TimelineLegend, type TimelineLegendProps, type TimelineMetrics, TimelineRuler, type TimelineRulerProps, type TimelineRulerTick, TimelineTooltip, type TimelineTooltipProps, type TimelineViewState, type Trace, type TraceData, TraceDrawer, TraceDrawerCloseButton, TraceDrawerContainer, TraceDrawerContent, type TraceDrawerContextValue, TraceDrawerHeader, TraceDrawerMain, TraceDrawerProvider, type TraceDrawerProviderProps, TraceDrawerSidebar, TraceDrawerSidebarSectionResizer, TraceDrawerSubtitle, TraceDrawerTitle, TraceGraphCanvas, type TraceGraphCanvasProps, TraceInfoSkeleton, TraceLabel, type TraceListContextValue, TraceListItem, TraceListProvider, TraceTimeline, type TraceTimelineProps, TraceTree, TraceTreeItem, type TraceViewType, TracesList, type TracesListProps, type UseTimelineLayoutResult, type UseTimelineZoomResult, type WorkflowNodeType, applyDagreLayout, calculateBranchFamilies, computeTimelineLayout, formatDuration, getBranchColor, getDisplayName, getNodeTypeStyle, groupSpansByKey, hasChildSpans, inferNodeType, makeGroupKey, useEvaluationContext, useSpanInfoContext, useTable, useTimelineLayout, useTimelineViewPreference, useTimelineZoom, useTraceDrawer, useTraceDrawerContext, useTraceListContext };