agentic-ui-libs 1.0.0-beta.8 → 1.1.0-beta.-1.0
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/assets/agentic-ui-libs.css +12431 -0
- package/dist/features/debug-logs/components/DebugCard.d.ts.map +1 -1
- package/dist/features/debug-logs/index.d.ts +2 -1
- package/dist/features/debug-logs/index.d.ts.map +1 -1
- package/dist/features/md-editor/MDEditor.d.ts.map +1 -1
- package/dist/features/md-editor/components/AIRefinePanel.d.ts.map +1 -1
- package/dist/features/md-editor/components/SlashMenu.d.ts.map +1 -1
- package/dist/features/md-editor/components/VariableMenu.d.ts.map +1 -1
- package/dist/features/md-editor/utils/markdown.d.ts.map +1 -1
- package/dist/features/tracing/components/GenerationsList.d.ts +13 -0
- package/dist/features/tracing/components/GenerationsList.d.ts.map +1 -0
- package/dist/features/tracing/components/SessionsList.d.ts +12 -0
- package/dist/features/tracing/components/SessionsList.d.ts.map +1 -0
- package/dist/features/tracing/components/TracesList.d.ts +12 -0
- package/dist/features/tracing/components/TracesList.d.ts.map +1 -0
- package/dist/features/tracing/components/detail/DetailPage.d.ts +15 -0
- package/dist/features/tracing/components/detail/DetailPage.d.ts.map +1 -0
- package/dist/features/tracing/components/detail/NodeDetailPanel.d.ts +13 -0
- package/dist/features/tracing/components/detail/NodeDetailPanel.d.ts.map +1 -0
- package/dist/features/tracing/components/detail/ObservationNode.d.ts +9 -0
- package/dist/features/tracing/components/detail/ObservationNode.d.ts.map +1 -0
- package/dist/features/tracing/components/detail/TraceTree.d.ts +9 -0
- package/dist/features/tracing/components/detail/TraceTree.d.ts.map +1 -0
- package/dist/features/tracing/components/detail/config/index.d.ts +5 -0
- package/dist/features/tracing/components/detail/config/index.d.ts.map +1 -0
- package/dist/features/tracing/components/detail/config/observationFilterConfig.d.ts +41 -0
- package/dist/features/tracing/components/detail/config/observationFilterConfig.d.ts.map +1 -0
- package/dist/features/tracing/components/detail/index.d.ts +14 -0
- package/dist/features/tracing/components/detail/index.d.ts.map +1 -0
- package/dist/features/tracing/components/detail/services/DetailPageService.d.ts +119 -0
- package/dist/features/tracing/components/detail/services/DetailPageService.d.ts.map +1 -0
- package/dist/features/tracing/components/detail/services/index.d.ts +5 -0
- package/dist/features/tracing/components/detail/services/index.d.ts.map +1 -0
- package/dist/features/tracing/components/detail/types.d.ts +216 -0
- package/dist/features/tracing/components/detail/types.d.ts.map +1 -0
- package/dist/features/tracing/components/shared/ColumnCustomization.d.ts +14 -0
- package/dist/features/tracing/components/shared/ColumnCustomization.d.ts.map +1 -0
- package/dist/features/tracing/components/shared/EmptyState.d.ts +15 -0
- package/dist/features/tracing/components/shared/EmptyState.d.ts.map +1 -0
- package/dist/features/tracing/components/shared/FilterPanel.d.ts +13 -0
- package/dist/features/tracing/components/shared/FilterPanel.d.ts.map +1 -0
- package/dist/features/tracing/components/shared/LoadingSpinner.d.ts +11 -0
- package/dist/features/tracing/components/shared/LoadingSpinner.d.ts.map +1 -0
- package/dist/features/tracing/components/shared/TokenBreakdownTooltip.d.ts +18 -0
- package/dist/features/tracing/components/shared/TokenBreakdownTooltip.d.ts.map +1 -0
- package/dist/features/tracing/components/shared/TracingListHeader.d.ts +32 -0
- package/dist/features/tracing/components/shared/TracingListHeader.d.ts.map +1 -0
- package/dist/features/tracing/components/shared/TracingTable.d.ts +9 -0
- package/dist/features/tracing/components/shared/TracingTable.d.ts.map +1 -0
- package/dist/features/tracing/components/shared/index.d.ts +14 -0
- package/dist/features/tracing/components/shared/index.d.ts.map +1 -0
- package/dist/features/tracing/components/shared/skeletons/NodeDetailSkeleton.d.ts +12 -0
- package/dist/features/tracing/components/shared/skeletons/NodeDetailSkeleton.d.ts.map +1 -0
- package/dist/features/tracing/components/shared/skeletons/TableSkeleton.d.ts +13 -0
- package/dist/features/tracing/components/shared/skeletons/TableSkeleton.d.ts.map +1 -0
- package/dist/features/tracing/components/shared/skeletons/TreeSkeleton.d.ts +24 -0
- package/dist/features/tracing/components/shared/skeletons/TreeSkeleton.d.ts.map +1 -0
- package/dist/features/tracing/components/shared/skeletons/index.d.ts +8 -0
- package/dist/features/tracing/components/shared/skeletons/index.d.ts.map +1 -0
- package/dist/features/tracing/contexts/EnvironmentContext.d.ts +50 -0
- package/dist/features/tracing/contexts/EnvironmentContext.d.ts.map +1 -0
- package/dist/features/tracing/contexts/index.d.ts +6 -0
- package/dist/features/tracing/contexts/index.d.ts.map +1 -0
- package/dist/features/tracing/index.d.ts +22 -0
- package/dist/features/tracing/index.d.ts.map +1 -0
- package/dist/features/tracing/mocks/index.d.ts +6 -0
- package/dist/features/tracing/mocks/index.d.ts.map +1 -0
- package/dist/features/tracing/mocks/mockData.d.ts +12 -0
- package/dist/features/tracing/mocks/mockData.d.ts.map +1 -0
- package/dist/features/tracing/services/ObservationTreeBuilder.d.ts +51 -0
- package/dist/features/tracing/services/ObservationTreeBuilder.d.ts.map +1 -0
- package/dist/features/tracing/services/TraceTreeService.d.ts +105 -0
- package/dist/features/tracing/services/TraceTreeService.d.ts.map +1 -0
- package/dist/features/tracing/services/TracingApiService.d.ts +139 -0
- package/dist/features/tracing/services/TracingApiService.d.ts.map +1 -0
- package/dist/features/tracing/services/TracingUtils.d.ts +164 -0
- package/dist/features/tracing/services/TracingUtils.d.ts.map +1 -0
- package/dist/features/tracing/services/index.d.ts +10 -0
- package/dist/features/tracing/services/index.d.ts.map +1 -0
- package/dist/features/tracing/types.d.ts +545 -0
- package/dist/features/tracing/types.d.ts.map +1 -0
- package/dist/features/tracing/utils/index.d.ts +7 -0
- package/dist/features/tracing/utils/index.d.ts.map +1 -0
- package/dist/features/tracing/utils/observationIconUtils.d.ts +19 -0
- package/dist/features/tracing/utils/observationIconUtils.d.ts.map +1 -0
- package/dist/features/tracing/utils/staticApidata.d.ts +1 -0
- package/dist/features/tracing/utils/staticApidata.d.ts.map +1 -0
- package/dist/index.angular.d.ts +32 -0
- package/dist/index.angular.d.ts.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +79938 -7326
- package/dist/shared/ui/CodeEditor.d.ts +15 -0
- package/dist/shared/ui/CodeEditor.d.ts.map +1 -1
- package/dist/shared/ui/DataViewer.d.ts +30 -0
- package/dist/shared/ui/DataViewer.d.ts.map +1 -0
- package/dist/shared/ui/IconPreview.d.ts.map +1 -1
- package/dist/shared/ui/Modal.d.ts +16 -0
- package/dist/shared/ui/Modal.d.ts.map +1 -0
- package/dist/shared/ui/Select.d.ts +2 -0
- package/dist/shared/ui/Select.d.ts.map +1 -1
- package/dist/shared/ui/daterangepicker.d.ts +4 -2
- package/dist/shared/ui/daterangepicker.d.ts.map +1 -1
- package/dist/shared/ui/index.d.ts +4 -0
- package/dist/shared/ui/index.d.ts.map +1 -1
- package/dist/ui-libs.umd.js +80104 -7492
- package/package.json +33 -21
- package/dist/assets/style.css +0 -4170
- package/dist/features/debug-logs/components/DataViewer.d.ts +0 -18
- package/dist/features/debug-logs/components/DataViewer.d.ts.map +0 -1
- package/dist/features/prompt-editor/PromptEditor.d.ts +0 -14
- package/dist/features/prompt-editor/PromptEditor.d.ts.map +0 -1
- package/dist/features/prompt-editor/RefinePanel.d.ts +0 -41
- package/dist/features/prompt-editor/RefinePanel.d.ts.map +0 -1
- package/dist/features/prompt-editor/components/AddToolbar.d.ts +0 -8
- package/dist/features/prompt-editor/components/AddToolbar.d.ts.map +0 -1
- package/dist/features/prompt-editor/components/ChatMessage.d.ts +0 -13
- package/dist/features/prompt-editor/components/ChatMessage.d.ts.map +0 -1
- package/dist/features/prompt-editor/components/CodeEditor.d.ts +0 -8
- package/dist/features/prompt-editor/components/CodeEditor.d.ts.map +0 -1
- package/dist/features/prompt-editor/components/ContentBlock.d.ts +0 -23
- package/dist/features/prompt-editor/components/ContentBlock.d.ts.map +0 -1
- package/dist/features/prompt-editor/components/EditableContent.d.ts +0 -16
- package/dist/features/prompt-editor/components/EditableContent.d.ts.map +0 -1
- package/dist/features/prompt-editor/components/FormattingToolbar.d.ts +0 -10
- package/dist/features/prompt-editor/components/FormattingToolbar.d.ts.map +0 -1
- package/dist/features/prompt-editor/components/Header.d.ts +0 -2
- package/dist/features/prompt-editor/components/Header.d.ts.map +0 -1
- package/dist/features/prompt-editor/components/InsertMenu.d.ts +0 -14
- package/dist/features/prompt-editor/components/InsertMenu.d.ts.map +0 -1
- package/dist/features/prompt-editor/components/RefineDropdown.d.ts +0 -14
- package/dist/features/prompt-editor/components/RefineDropdown.d.ts.map +0 -1
- package/dist/features/prompt-editor/components/Section.d.ts +0 -27
- package/dist/features/prompt-editor/components/Section.d.ts.map +0 -1
- package/dist/features/prompt-editor/components/SectionHeader.d.ts +0 -15
- package/dist/features/prompt-editor/components/SectionHeader.d.ts.map +0 -1
- package/dist/features/prompt-editor/components/icons.d.ts +0 -16
- package/dist/features/prompt-editor/components/icons.d.ts.map +0 -1
- package/dist/features/prompt-editor/data/insertableItems.d.ts +0 -17
- package/dist/features/prompt-editor/data/insertableItems.d.ts.map +0 -1
- package/dist/features/prompt-editor/index.d.ts +0 -19
- package/dist/features/prompt-editor/index.d.ts.map +0 -1
- package/dist/features/prompt-editor/services/EditorUtils.d.ts +0 -48
- package/dist/features/prompt-editor/services/EditorUtils.d.ts.map +0 -1
- package/dist/features/prompt-editor/services/PromptApiService.d.ts +0 -22
- package/dist/features/prompt-editor/services/PromptApiService.d.ts.map +0 -1
- package/dist/features/prompt-editor/types.d.ts +0 -102
- package/dist/features/prompt-editor/types.d.ts.map +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.