agentic-ui-libs 1.0.0-beta.9 → 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.
Files changed (147) hide show
  1. package/dist/assets/agentic-ui-libs.css +12431 -0
  2. package/dist/features/debug-logs/components/DebugCard.d.ts.map +1 -1
  3. package/dist/features/debug-logs/index.d.ts +2 -1
  4. package/dist/features/debug-logs/index.d.ts.map +1 -1
  5. package/dist/features/md-editor/MDEditor.d.ts.map +1 -1
  6. package/dist/features/md-editor/components/AIRefinePanel.d.ts.map +1 -1
  7. package/dist/features/md-editor/components/SlashMenu.d.ts.map +1 -1
  8. package/dist/features/md-editor/utils/markdown.d.ts.map +1 -1
  9. package/dist/features/tracing/components/GenerationsList.d.ts +13 -0
  10. package/dist/features/tracing/components/GenerationsList.d.ts.map +1 -0
  11. package/dist/features/tracing/components/SessionsList.d.ts +12 -0
  12. package/dist/features/tracing/components/SessionsList.d.ts.map +1 -0
  13. package/dist/features/tracing/components/TracesList.d.ts +12 -0
  14. package/dist/features/tracing/components/TracesList.d.ts.map +1 -0
  15. package/dist/features/tracing/components/detail/DetailPage.d.ts +15 -0
  16. package/dist/features/tracing/components/detail/DetailPage.d.ts.map +1 -0
  17. package/dist/features/tracing/components/detail/NodeDetailPanel.d.ts +13 -0
  18. package/dist/features/tracing/components/detail/NodeDetailPanel.d.ts.map +1 -0
  19. package/dist/features/tracing/components/detail/ObservationNode.d.ts +9 -0
  20. package/dist/features/tracing/components/detail/ObservationNode.d.ts.map +1 -0
  21. package/dist/features/tracing/components/detail/TraceTree.d.ts +9 -0
  22. package/dist/features/tracing/components/detail/TraceTree.d.ts.map +1 -0
  23. package/dist/features/tracing/components/detail/config/index.d.ts +5 -0
  24. package/dist/features/tracing/components/detail/config/index.d.ts.map +1 -0
  25. package/dist/features/tracing/components/detail/config/observationFilterConfig.d.ts +41 -0
  26. package/dist/features/tracing/components/detail/config/observationFilterConfig.d.ts.map +1 -0
  27. package/dist/features/tracing/components/detail/index.d.ts +14 -0
  28. package/dist/features/tracing/components/detail/index.d.ts.map +1 -0
  29. package/dist/features/tracing/components/detail/services/DetailPageService.d.ts +119 -0
  30. package/dist/features/tracing/components/detail/services/DetailPageService.d.ts.map +1 -0
  31. package/dist/features/tracing/components/detail/services/index.d.ts +5 -0
  32. package/dist/features/tracing/components/detail/services/index.d.ts.map +1 -0
  33. package/dist/features/tracing/components/detail/types.d.ts +216 -0
  34. package/dist/features/tracing/components/detail/types.d.ts.map +1 -0
  35. package/dist/features/tracing/components/shared/ColumnCustomization.d.ts +14 -0
  36. package/dist/features/tracing/components/shared/ColumnCustomization.d.ts.map +1 -0
  37. package/dist/features/tracing/components/shared/EmptyState.d.ts +15 -0
  38. package/dist/features/tracing/components/shared/EmptyState.d.ts.map +1 -0
  39. package/dist/features/tracing/components/shared/FilterPanel.d.ts +13 -0
  40. package/dist/features/tracing/components/shared/FilterPanel.d.ts.map +1 -0
  41. package/dist/features/tracing/components/shared/LoadingSpinner.d.ts +11 -0
  42. package/dist/features/tracing/components/shared/LoadingSpinner.d.ts.map +1 -0
  43. package/dist/features/tracing/components/shared/TokenBreakdownTooltip.d.ts +18 -0
  44. package/dist/features/tracing/components/shared/TokenBreakdownTooltip.d.ts.map +1 -0
  45. package/dist/features/tracing/components/shared/TracingListHeader.d.ts +32 -0
  46. package/dist/features/tracing/components/shared/TracingListHeader.d.ts.map +1 -0
  47. package/dist/features/tracing/components/shared/TracingTable.d.ts +9 -0
  48. package/dist/features/tracing/components/shared/TracingTable.d.ts.map +1 -0
  49. package/dist/features/tracing/components/shared/index.d.ts +14 -0
  50. package/dist/features/tracing/components/shared/index.d.ts.map +1 -0
  51. package/dist/features/tracing/components/shared/skeletons/NodeDetailSkeleton.d.ts +12 -0
  52. package/dist/features/tracing/components/shared/skeletons/NodeDetailSkeleton.d.ts.map +1 -0
  53. package/dist/features/tracing/components/shared/skeletons/TableSkeleton.d.ts +13 -0
  54. package/dist/features/tracing/components/shared/skeletons/TableSkeleton.d.ts.map +1 -0
  55. package/dist/features/tracing/components/shared/skeletons/TreeSkeleton.d.ts +24 -0
  56. package/dist/features/tracing/components/shared/skeletons/TreeSkeleton.d.ts.map +1 -0
  57. package/dist/features/tracing/components/shared/skeletons/index.d.ts +8 -0
  58. package/dist/features/tracing/components/shared/skeletons/index.d.ts.map +1 -0
  59. package/dist/features/tracing/contexts/EnvironmentContext.d.ts +50 -0
  60. package/dist/features/tracing/contexts/EnvironmentContext.d.ts.map +1 -0
  61. package/dist/features/tracing/contexts/index.d.ts +6 -0
  62. package/dist/features/tracing/contexts/index.d.ts.map +1 -0
  63. package/dist/features/tracing/index.d.ts +22 -0
  64. package/dist/features/tracing/index.d.ts.map +1 -0
  65. package/dist/features/tracing/mocks/index.d.ts +6 -0
  66. package/dist/features/tracing/mocks/index.d.ts.map +1 -0
  67. package/dist/features/tracing/mocks/mockData.d.ts +12 -0
  68. package/dist/features/tracing/mocks/mockData.d.ts.map +1 -0
  69. package/dist/features/tracing/services/ObservationTreeBuilder.d.ts +51 -0
  70. package/dist/features/tracing/services/ObservationTreeBuilder.d.ts.map +1 -0
  71. package/dist/features/tracing/services/TraceTreeService.d.ts +105 -0
  72. package/dist/features/tracing/services/TraceTreeService.d.ts.map +1 -0
  73. package/dist/features/tracing/services/TracingApiService.d.ts +139 -0
  74. package/dist/features/tracing/services/TracingApiService.d.ts.map +1 -0
  75. package/dist/features/tracing/services/TracingUtils.d.ts +164 -0
  76. package/dist/features/tracing/services/TracingUtils.d.ts.map +1 -0
  77. package/dist/features/tracing/services/index.d.ts +10 -0
  78. package/dist/features/tracing/services/index.d.ts.map +1 -0
  79. package/dist/features/tracing/types.d.ts +545 -0
  80. package/dist/features/tracing/types.d.ts.map +1 -0
  81. package/dist/features/tracing/utils/index.d.ts +7 -0
  82. package/dist/features/tracing/utils/index.d.ts.map +1 -0
  83. package/dist/features/tracing/utils/observationIconUtils.d.ts +19 -0
  84. package/dist/features/tracing/utils/observationIconUtils.d.ts.map +1 -0
  85. package/dist/features/tracing/utils/staticApidata.d.ts +1 -0
  86. package/dist/features/tracing/utils/staticApidata.d.ts.map +1 -0
  87. package/dist/index.angular.d.ts +32 -0
  88. package/dist/index.angular.d.ts.map +1 -0
  89. package/dist/index.d.ts +1 -1
  90. package/dist/index.d.ts.map +1 -1
  91. package/dist/index.js +79899 -7309
  92. package/dist/shared/ui/CodeEditor.d.ts +15 -0
  93. package/dist/shared/ui/CodeEditor.d.ts.map +1 -1
  94. package/dist/shared/ui/DataViewer.d.ts +30 -0
  95. package/dist/shared/ui/DataViewer.d.ts.map +1 -0
  96. package/dist/shared/ui/IconPreview.d.ts.map +1 -1
  97. package/dist/shared/ui/Modal.d.ts +16 -0
  98. package/dist/shared/ui/Modal.d.ts.map +1 -0
  99. package/dist/shared/ui/Select.d.ts +2 -0
  100. package/dist/shared/ui/Select.d.ts.map +1 -1
  101. package/dist/shared/ui/daterangepicker.d.ts +4 -2
  102. package/dist/shared/ui/daterangepicker.d.ts.map +1 -1
  103. package/dist/shared/ui/index.d.ts +4 -0
  104. package/dist/shared/ui/index.d.ts.map +1 -1
  105. package/dist/ui-libs.umd.js +80065 -7475
  106. package/package.json +33 -21
  107. package/dist/assets/style.css +0 -4170
  108. package/dist/features/debug-logs/components/DataViewer.d.ts +0 -18
  109. package/dist/features/debug-logs/components/DataViewer.d.ts.map +0 -1
  110. package/dist/features/prompt-editor/PromptEditor.d.ts +0 -14
  111. package/dist/features/prompt-editor/PromptEditor.d.ts.map +0 -1
  112. package/dist/features/prompt-editor/RefinePanel.d.ts +0 -41
  113. package/dist/features/prompt-editor/RefinePanel.d.ts.map +0 -1
  114. package/dist/features/prompt-editor/components/AddToolbar.d.ts +0 -8
  115. package/dist/features/prompt-editor/components/AddToolbar.d.ts.map +0 -1
  116. package/dist/features/prompt-editor/components/ChatMessage.d.ts +0 -13
  117. package/dist/features/prompt-editor/components/ChatMessage.d.ts.map +0 -1
  118. package/dist/features/prompt-editor/components/CodeEditor.d.ts +0 -8
  119. package/dist/features/prompt-editor/components/CodeEditor.d.ts.map +0 -1
  120. package/dist/features/prompt-editor/components/ContentBlock.d.ts +0 -23
  121. package/dist/features/prompt-editor/components/ContentBlock.d.ts.map +0 -1
  122. package/dist/features/prompt-editor/components/EditableContent.d.ts +0 -16
  123. package/dist/features/prompt-editor/components/EditableContent.d.ts.map +0 -1
  124. package/dist/features/prompt-editor/components/FormattingToolbar.d.ts +0 -10
  125. package/dist/features/prompt-editor/components/FormattingToolbar.d.ts.map +0 -1
  126. package/dist/features/prompt-editor/components/Header.d.ts +0 -2
  127. package/dist/features/prompt-editor/components/Header.d.ts.map +0 -1
  128. package/dist/features/prompt-editor/components/InsertMenu.d.ts +0 -14
  129. package/dist/features/prompt-editor/components/InsertMenu.d.ts.map +0 -1
  130. package/dist/features/prompt-editor/components/RefineDropdown.d.ts +0 -14
  131. package/dist/features/prompt-editor/components/RefineDropdown.d.ts.map +0 -1
  132. package/dist/features/prompt-editor/components/Section.d.ts +0 -27
  133. package/dist/features/prompt-editor/components/Section.d.ts.map +0 -1
  134. package/dist/features/prompt-editor/components/SectionHeader.d.ts +0 -15
  135. package/dist/features/prompt-editor/components/SectionHeader.d.ts.map +0 -1
  136. package/dist/features/prompt-editor/components/icons.d.ts +0 -16
  137. package/dist/features/prompt-editor/components/icons.d.ts.map +0 -1
  138. package/dist/features/prompt-editor/data/insertableItems.d.ts +0 -17
  139. package/dist/features/prompt-editor/data/insertableItems.d.ts.map +0 -1
  140. package/dist/features/prompt-editor/index.d.ts +0 -19
  141. package/dist/features/prompt-editor/index.d.ts.map +0 -1
  142. package/dist/features/prompt-editor/services/EditorUtils.d.ts +0 -48
  143. package/dist/features/prompt-editor/services/EditorUtils.d.ts.map +0 -1
  144. package/dist/features/prompt-editor/services/PromptApiService.d.ts +0 -22
  145. package/dist/features/prompt-editor/services/PromptApiService.d.ts.map +0 -1
  146. package/dist/features/prompt-editor/types.d.ts +0 -102
  147. 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.