@aceshooting/lyra-ui 3.9.0 → 4.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/README.md +265 -264
- package/custom-elements.json +50734 -33200
- package/dist/ai/types.contract.d.ts +2 -0
- package/dist/ai/types.contract.d.ts.map +1 -0
- package/dist/ai/types.contract.js +139 -0
- package/dist/ai/types.contract.js.map +1 -0
- package/dist/ai/types.d.ts +199 -0
- package/dist/ai/types.d.ts.map +1 -0
- package/dist/ai/types.js +2 -0
- package/dist/ai/types.js.map +1 -0
- package/dist/components/activity-feed/activity-feed.class.d.ts +15 -15
- package/dist/components/activity-feed/activity-feed.class.d.ts.map +1 -1
- package/dist/components/activity-feed/activity-feed.class.js +26 -25
- package/dist/components/activity-feed/activity-feed.class.js.map +1 -1
- package/dist/components/activity-feed/activity-feed.styles.js +41 -41
- package/dist/components/agent-run/agent-run.class.d.ts +158 -0
- package/dist/components/agent-run/agent-run.class.d.ts.map +1 -0
- package/dist/components/agent-run/agent-run.class.js +400 -0
- package/dist/components/agent-run/agent-run.class.js.map +1 -0
- package/dist/components/agent-run/agent-run.d.ts +2 -0
- package/dist/components/agent-run/agent-run.d.ts.map +1 -0
- package/dist/components/agent-run/agent-run.js +5 -0
- package/dist/components/agent-run/agent-run.js.map +1 -0
- package/dist/components/agent-run/agent-run.styles.d.ts +2 -0
- package/dist/components/agent-run/agent-run.styles.d.ts.map +1 -0
- package/dist/components/agent-run/agent-run.styles.js +143 -0
- package/dist/components/agent-run/agent-run.styles.js.map +1 -0
- package/dist/components/agent-trace/agent-trace.class.d.ts +111 -0
- package/dist/components/agent-trace/agent-trace.class.d.ts.map +1 -0
- package/dist/components/agent-trace/agent-trace.class.js +221 -0
- package/dist/components/agent-trace/agent-trace.class.js.map +1 -0
- package/dist/components/agent-trace/agent-trace.d.ts +5 -0
- package/dist/components/agent-trace/agent-trace.d.ts.map +1 -0
- package/dist/components/agent-trace/agent-trace.js +8 -0
- package/dist/components/agent-trace/agent-trace.js.map +1 -0
- package/dist/components/agent-trace/agent-trace.styles.d.ts +2 -0
- package/dist/components/agent-trace/agent-trace.styles.d.ts.map +1 -0
- package/dist/components/agent-trace/agent-trace.styles.js +61 -0
- package/dist/components/agent-trace/agent-trace.styles.js.map +1 -0
- package/dist/components/animated-image/animated-image.class.d.ts +19 -19
- package/dist/components/animated-image/animated-image.class.d.ts.map +1 -1
- package/dist/components/animated-image/animated-image.class.js +18 -18
- package/dist/components/animated-image/animated-image.class.js.map +1 -1
- package/dist/components/animated-image/animated-image.styles.js +20 -20
- package/dist/components/animation/animation.class.d.ts +18 -18
- package/dist/components/animation/animation.class.d.ts.map +1 -1
- package/dist/components/animation/animation.class.js +34 -34
- package/dist/components/animation/animation.class.js.map +1 -1
- package/dist/components/animation/animation.styles.js +4 -4
- package/dist/components/app-rail/app-rail-item.class.d.ts +5 -5
- package/dist/components/app-rail/app-rail-item.class.d.ts.map +1 -1
- package/dist/components/app-rail/app-rail-item.class.js +6 -6
- package/dist/components/app-rail/app-rail-item.class.js.map +1 -1
- package/dist/components/app-rail/app-rail-item.styles.js +24 -24
- package/dist/components/app-rail/app-rail.class.d.ts +24 -24
- package/dist/components/app-rail/app-rail.class.d.ts.map +1 -1
- package/dist/components/app-rail/app-rail.class.js +27 -27
- package/dist/components/app-rail/app-rail.class.js.map +1 -1
- package/dist/components/app-rail/app-rail.styles.d.ts.map +1 -1
- package/dist/components/app-rail/app-rail.styles.js +54 -50
- package/dist/components/app-rail/app-rail.styles.js.map +1 -1
- package/dist/components/archive-viewer/archive-loader.js +1 -1
- package/dist/components/archive-viewer/archive-loader.js.map +1 -1
- package/dist/components/archive-viewer/archive-viewer-register.js +1 -1
- package/dist/components/archive-viewer/archive-viewer-register.js.map +1 -1
- package/dist/components/archive-viewer/archive-viewer.class.d.ts +4 -4
- package/dist/components/archive-viewer/archive-viewer.class.d.ts.map +1 -1
- package/dist/components/archive-viewer/archive-viewer.class.js +4 -4
- package/dist/components/archive-viewer/archive-viewer.class.js.map +1 -1
- package/dist/components/archive-viewer/archive-viewer.styles.js +9 -9
- package/dist/components/artifact-panel/artifact-panel.class.d.ts +15 -15
- package/dist/components/artifact-panel/artifact-panel.class.d.ts.map +1 -1
- package/dist/components/artifact-panel/artifact-panel.class.js +18 -18
- package/dist/components/artifact-panel/artifact-panel.class.js.map +1 -1
- package/dist/components/artifact-panel/artifact-panel.styles.js +33 -33
- package/dist/components/attachment-chip/attachment-chip.class.d.ts +15 -15
- package/dist/components/attachment-chip/attachment-chip.class.d.ts.map +1 -1
- package/dist/components/attachment-chip/attachment-chip.class.js +17 -17
- package/dist/components/attachment-chip/attachment-chip.class.js.map +1 -1
- package/dist/components/attachment-chip/attachment-chip.styles.js +73 -73
- package/dist/components/attachment-trigger/attachment-trigger.class.d.ts +19 -19
- package/dist/components/attachment-trigger/attachment-trigger.class.d.ts.map +1 -1
- package/dist/components/attachment-trigger/attachment-trigger.class.js +26 -26
- package/dist/components/attachment-trigger/attachment-trigger.class.js.map +1 -1
- package/dist/components/attachment-trigger/attachment-trigger.styles.js +24 -24
- package/dist/components/audio-visualizer/audio-visualizer.class.d.ts +7 -7
- package/dist/components/audio-visualizer/audio-visualizer.class.d.ts.map +1 -1
- package/dist/components/audio-visualizer/audio-visualizer.class.js +8 -8
- package/dist/components/audio-visualizer/audio-visualizer.class.js.map +1 -1
- package/dist/components/audio-visualizer/audio-visualizer.styles.js +3 -3
- package/dist/components/av-player/av-player.class.d.ts +31 -31
- package/dist/components/av-player/av-player.class.d.ts.map +1 -1
- package/dist/components/av-player/av-player.class.js +34 -34
- package/dist/components/av-player/av-player.class.js.map +1 -1
- package/dist/components/av-player/av-player.js +2 -2
- package/dist/components/av-player/av-player.js.map +1 -1
- package/dist/components/av-player/av-player.styles.js +37 -37
- package/dist/components/avatar/avatar.class.d.ts +6 -6
- package/dist/components/avatar/avatar.class.d.ts.map +1 -1
- package/dist/components/avatar/avatar.class.js +6 -6
- package/dist/components/avatar/avatar.class.js.map +1 -1
- package/dist/components/avatar/avatar.styles.js +22 -22
- package/dist/components/avatar-group/avatar-group.class.d.ts +24 -24
- package/dist/components/avatar-group/avatar-group.class.d.ts.map +1 -1
- package/dist/components/avatar-group/avatar-group.class.js +25 -25
- package/dist/components/avatar-group/avatar-group.class.js.map +1 -1
- package/dist/components/avatar-group/avatar-group.styles.js +45 -45
- package/dist/components/badge/badge.class.d.ts +3 -3
- package/dist/components/badge/badge.class.d.ts.map +1 -1
- package/dist/components/badge/badge.class.js +2 -2
- package/dist/components/badge/badge.styles.js +5 -5
- package/dist/components/badge/tag.class.d.ts +3 -3
- package/dist/components/badge/tag.class.d.ts.map +1 -1
- package/dist/components/badge/tag.class.js +2 -2
- package/dist/components/branch-picker/branch-picker.class.d.ts +10 -10
- package/dist/components/branch-picker/branch-picker.class.d.ts.map +1 -1
- package/dist/components/branch-picker/branch-picker.class.js +14 -13
- package/dist/components/branch-picker/branch-picker.class.js.map +1 -1
- package/dist/components/branch-picker/branch-picker.styles.js +12 -12
- package/dist/components/breadcrumb/breadcrumb-item.class.d.ts +3 -3
- package/dist/components/breadcrumb/breadcrumb-item.class.d.ts.map +1 -1
- package/dist/components/breadcrumb/breadcrumb-item.class.js +2 -2
- package/dist/components/breadcrumb/breadcrumb-item.styles.js +6 -6
- package/dist/components/breadcrumb/breadcrumb.class.d.ts +5 -5
- package/dist/components/breadcrumb/breadcrumb.class.d.ts.map +1 -1
- package/dist/components/breadcrumb/breadcrumb.class.js +4 -4
- package/dist/components/breadcrumb/breadcrumb.styles.js +3 -3
- package/dist/components/browser-frame/browser-frame.class.d.ts +8 -8
- package/dist/components/browser-frame/browser-frame.class.d.ts.map +1 -1
- package/dist/components/browser-frame/browser-frame.class.js +7 -7
- package/dist/components/browser-frame/browser-frame.class.js.map +1 -1
- package/dist/components/browser-frame/browser-frame.styles.js +27 -27
- package/dist/components/button/button.class.d.ts +14 -14
- package/dist/components/button/button.class.d.ts.map +1 -1
- package/dist/components/button/button.class.js +13 -13
- package/dist/components/button/button.class.js.map +1 -1
- package/dist/components/button/button.styles.js +91 -91
- package/dist/components/button-group/button-group.class.d.ts +4 -4
- package/dist/components/button-group/button-group.class.d.ts.map +1 -1
- package/dist/components/button-group/button-group.class.js +3 -3
- package/dist/components/button-group/button-group.styles.js +1 -1
- package/dist/components/calendar/calendar.class.d.ts +10 -10
- package/dist/components/calendar/calendar.class.d.ts.map +1 -1
- package/dist/components/calendar/calendar.class.js +10 -10
- package/dist/components/calendar/calendar.class.js.map +1 -1
- package/dist/components/calendar/calendar.styles.js +17 -17
- package/dist/components/calendar-viewer/calendar-loader.js +1 -1
- package/dist/components/calendar-viewer/calendar-loader.js.map +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.class.d.ts +4 -4
- package/dist/components/calendar-viewer/calendar-viewer.class.d.ts.map +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.class.js +4 -4
- package/dist/components/calendar-viewer/calendar-viewer.class.js.map +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.js +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.js.map +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.styles.js +10 -10
- package/dist/components/callout/callout.class.d.ts +6 -6
- package/dist/components/callout/callout.class.d.ts.map +1 -1
- package/dist/components/callout/callout.class.js +5 -5
- package/dist/components/callout/callout.class.js.map +1 -1
- package/dist/components/callout/callout.styles.js +15 -15
- package/dist/components/card/card.class.d.ts +5 -5
- package/dist/components/card/card.class.d.ts.map +1 -1
- package/dist/components/card/card.class.js +4 -4
- package/dist/components/card/card.styles.js +17 -17
- package/dist/components/carousel/carousel-item.class.d.ts +4 -4
- package/dist/components/carousel/carousel-item.class.d.ts.map +1 -1
- package/dist/components/carousel/carousel-item.class.js +3 -3
- package/dist/components/carousel/carousel.class.d.ts +8 -8
- package/dist/components/carousel/carousel.class.d.ts.map +1 -1
- package/dist/components/carousel/carousel.class.js +7 -7
- package/dist/components/carousel/carousel.class.js.map +1 -1
- package/dist/components/carousel/carousel.styles.js +29 -29
- package/dist/components/chart/bar-chart.class.d.ts +3 -3
- package/dist/components/chart/bar-chart.class.d.ts.map +1 -1
- package/dist/components/chart/bar-chart.class.js +2 -2
- package/dist/components/chart/box-plot.class.d.ts +4 -4
- package/dist/components/chart/box-plot.class.d.ts.map +1 -1
- package/dist/components/chart/box-plot.class.js +17 -17
- package/dist/components/chart/box-plot.class.js.map +1 -1
- package/dist/components/chart/box-plot.styles.js +11 -11
- package/dist/components/chart/box-plot.styles.js.map +1 -1
- package/dist/components/chart/bubble-chart.class.d.ts +3 -3
- package/dist/components/chart/bubble-chart.class.d.ts.map +1 -1
- package/dist/components/chart/bubble-chart.class.js +2 -2
- package/dist/components/chart/chart-loader.d.ts +1 -1
- package/dist/components/chart/chart-loader.js +3 -3
- package/dist/components/chart/chart-loader.js.map +1 -1
- package/dist/components/chart/chart.class.d.ts +13 -13
- package/dist/components/chart/chart.class.d.ts.map +1 -1
- package/dist/components/chart/chart.class.js +22 -22
- package/dist/components/chart/chart.class.js.map +1 -1
- package/dist/components/chart/chart.styles.js +19 -19
- package/dist/components/chart/doughnut-chart.class.d.ts +3 -3
- package/dist/components/chart/doughnut-chart.class.d.ts.map +1 -1
- package/dist/components/chart/doughnut-chart.class.js +2 -2
- package/dist/components/chart/histogram.class.d.ts +3 -3
- package/dist/components/chart/histogram.class.d.ts.map +1 -1
- package/dist/components/chart/histogram.class.js +2 -2
- package/dist/components/chart/line-chart.class.d.ts +3 -3
- package/dist/components/chart/line-chart.class.d.ts.map +1 -1
- package/dist/components/chart/line-chart.class.js +2 -2
- package/dist/components/chart/lite-chart.class.d.ts +19 -19
- package/dist/components/chart/lite-chart.class.d.ts.map +1 -1
- package/dist/components/chart/lite-chart.class.js +27 -27
- package/dist/components/chart/lite-chart.class.js.map +1 -1
- package/dist/components/chart/lite-chart.styles.js +40 -40
- package/dist/components/chart/pie-chart.class.d.ts +3 -3
- package/dist/components/chart/pie-chart.class.d.ts.map +1 -1
- package/dist/components/chart/pie-chart.class.js +2 -2
- package/dist/components/chart/polar-area-chart.class.d.ts +3 -3
- package/dist/components/chart/polar-area-chart.class.d.ts.map +1 -1
- package/dist/components/chart/polar-area-chart.class.js +2 -2
- package/dist/components/chart/radar-chart.class.d.ts +3 -3
- package/dist/components/chart/radar-chart.class.d.ts.map +1 -1
- package/dist/components/chart/radar-chart.class.js +2 -2
- package/dist/components/chart/scatter-chart.class.d.ts +3 -3
- package/dist/components/chart/scatter-chart.class.d.ts.map +1 -1
- package/dist/components/chart/scatter-chart.class.js +2 -2
- package/dist/components/chat-composer/chat-composer.class.d.ts +11 -11
- package/dist/components/chat-composer/chat-composer.class.d.ts.map +1 -1
- package/dist/components/chat-composer/chat-composer.class.js +15 -15
- package/dist/components/chat-composer/chat-composer.class.js.map +1 -1
- package/dist/components/chat-composer/chat-composer.styles.js +29 -29
- package/dist/components/chat-message/chat-message.class.d.ts +54 -20
- package/dist/components/chat-message/chat-message.class.d.ts.map +1 -1
- package/dist/components/chat-message/chat-message.class.js +109 -27
- package/dist/components/chat-message/chat-message.class.js.map +1 -1
- package/dist/components/chat-message/chat-message.styles.d.ts.map +1 -1
- package/dist/components/chat-message/chat-message.styles.js +70 -56
- package/dist/components/chat-message/chat-message.styles.js.map +1 -1
- package/dist/components/chat-viewport/chat-viewport.class.d.ts +9 -9
- package/dist/components/chat-viewport/chat-viewport.class.d.ts.map +1 -1
- package/dist/components/chat-viewport/chat-viewport.class.js +10 -10
- package/dist/components/chat-viewport/chat-viewport.class.js.map +1 -1
- package/dist/components/chat-viewport/chat-viewport.styles.js +22 -22
- package/dist/components/checkbox/checkbox.class.d.ts +10 -10
- package/dist/components/checkbox/checkbox.class.d.ts.map +1 -1
- package/dist/components/checkbox/checkbox.class.js +16 -16
- package/dist/components/checkbox/checkbox.class.js.map +1 -1
- package/dist/components/checkbox/checkbox.styles.js +22 -22
- package/dist/components/checkbox-group/checkbox-group.class.d.ts +7 -7
- package/dist/components/checkbox-group/checkbox-group.class.d.ts.map +1 -1
- package/dist/components/checkbox-group/checkbox-group.class.js +11 -11
- package/dist/components/checkbox-group/checkbox-group.class.js.map +1 -1
- package/dist/components/checkbox-group/checkbox-group.styles.js +7 -7
- package/dist/components/checkpoint/checkpoint.class.d.ts +10 -10
- package/dist/components/checkpoint/checkpoint.class.d.ts.map +1 -1
- package/dist/components/checkpoint/checkpoint.class.js +11 -10
- package/dist/components/checkpoint/checkpoint.class.js.map +1 -1
- package/dist/components/checkpoint/checkpoint.styles.js +40 -40
- package/dist/components/chip/chip-group.class.d.ts +9 -9
- package/dist/components/chip/chip-group.class.d.ts.map +1 -1
- package/dist/components/chip/chip-group.class.js +11 -11
- package/dist/components/chip/chip-group.class.js.map +1 -1
- package/dist/components/chip/chip-group.styles.js +18 -18
- package/dist/components/chip/chip.class.d.ts +17 -17
- package/dist/components/chip/chip.class.d.ts.map +1 -1
- package/dist/components/chip/chip.class.js +18 -18
- package/dist/components/chip/chip.class.js.map +1 -1
- package/dist/components/chip/chip.styles.js +48 -48
- package/dist/components/chunk-inspector/chunk-inspector.class.d.ts +11 -11
- package/dist/components/chunk-inspector/chunk-inspector.class.d.ts.map +1 -1
- package/dist/components/chunk-inspector/chunk-inspector.class.js +12 -12
- package/dist/components/chunk-inspector/chunk-inspector.class.js.map +1 -1
- package/dist/components/chunk-inspector/chunk-inspector.styles.js +21 -21
- package/dist/components/citation-badge/citation-badge.class.d.ts +16 -16
- package/dist/components/citation-badge/citation-badge.class.d.ts.map +1 -1
- package/dist/components/citation-badge/citation-badge.class.js +18 -18
- package/dist/components/citation-badge/citation-badge.class.js.map +1 -1
- package/dist/components/citation-badge/citation-badge.styles.js +34 -34
- package/dist/components/code-block/code-block-core.class.d.ts +22 -22
- package/dist/components/code-block/code-block-core.class.d.ts.map +1 -1
- package/dist/components/code-block/code-block-core.class.js +34 -34
- package/dist/components/code-block/code-block-core.class.js.map +1 -1
- package/dist/components/code-block/code-block-shared.d.ts +2 -2
- package/dist/components/code-block/code-block-shared.js +3 -3
- package/dist/components/code-block/code-block-shared.js.map +1 -1
- package/dist/components/code-block/code-block.class.d.ts +21 -21
- package/dist/components/code-block/code-block.class.d.ts.map +1 -1
- package/dist/components/code-block/code-block.class.js +29 -29
- package/dist/components/code-block/code-block.class.js.map +1 -1
- package/dist/components/code-block/code-block.styles.js +79 -79
- package/dist/components/code-block/code-loader.d.ts +3 -3
- package/dist/components/code-block/code-loader.js +6 -6
- package/dist/components/code-block/code-loader.js.map +1 -1
- package/dist/components/code-editor/code-editor.class.d.ts +3 -3
- package/dist/components/code-editor/code-editor.class.d.ts.map +1 -1
- package/dist/components/code-editor/code-editor.class.js +2 -2
- package/dist/components/code-editor/code-editor.styles.js +11 -11
- package/dist/components/color-picker/color-picker.class.d.ts +5 -5
- package/dist/components/color-picker/color-picker.class.d.ts.map +1 -1
- package/dist/components/color-picker/color-picker.class.js +4 -4
- package/dist/components/color-picker/color-picker.class.js.map +1 -1
- package/dist/components/color-picker/color-picker.styles.js +6 -6
- package/dist/components/combobox/combobox.class.d.ts +19 -19
- package/dist/components/combobox/combobox.class.d.ts.map +1 -1
- package/dist/components/combobox/combobox.class.js +29 -28
- package/dist/components/combobox/combobox.class.js.map +1 -1
- package/dist/components/combobox/combobox.styles.js +116 -116
- package/dist/components/combobox/option.class.d.ts +4 -4
- package/dist/components/combobox/option.class.d.ts.map +1 -1
- package/dist/components/combobox/option.class.js +3 -3
- package/dist/components/combobox/option.class.js.map +1 -1
- package/dist/components/command-palette/command-palette.class.d.ts +10 -10
- package/dist/components/command-palette/command-palette.class.d.ts.map +1 -1
- package/dist/components/command-palette/command-palette.class.js +12 -12
- package/dist/components/command-palette/command-palette.class.js.map +1 -1
- package/dist/components/command-palette/command-palette.styles.js +12 -12
- package/dist/components/commit-card/commit-card.class.d.ts +9 -9
- package/dist/components/commit-card/commit-card.class.d.ts.map +1 -1
- package/dist/components/commit-card/commit-card.class.js +9 -9
- package/dist/components/commit-card/commit-card.class.js.map +1 -1
- package/dist/components/commit-card/commit-card.styles.js +23 -23
- package/dist/components/community-card/community-card.class.d.ts +8 -8
- package/dist/components/community-card/community-card.class.d.ts.map +1 -1
- package/dist/components/community-card/community-card.class.js +11 -11
- package/dist/components/community-card/community-card.class.js.map +1 -1
- package/dist/components/community-card/community-card.styles.js +16 -16
- package/dist/components/compare-panel/compare-panel.class.d.ts +5 -5
- package/dist/components/compare-panel/compare-panel.class.d.ts.map +1 -1
- package/dist/components/compare-panel/compare-panel.class.js +6 -6
- package/dist/components/compare-panel/compare-panel.class.js.map +1 -1
- package/dist/components/compare-panel/compare-panel.styles.js +34 -34
- package/dist/components/confirm-bar/confirm-bar.class.d.ts +15 -15
- package/dist/components/confirm-bar/confirm-bar.class.d.ts.map +1 -1
- package/dist/components/confirm-bar/confirm-bar.class.js +21 -21
- package/dist/components/confirm-bar/confirm-bar.class.js.map +1 -1
- package/dist/components/confirm-bar/confirm-bar.styles.js +32 -32
- package/dist/components/contact-viewer/contact-viewer.class.d.ts +5 -5
- package/dist/components/contact-viewer/contact-viewer.class.d.ts.map +1 -1
- package/dist/components/contact-viewer/contact-viewer.class.js +5 -5
- package/dist/components/contact-viewer/contact-viewer.class.js.map +1 -1
- package/dist/components/contact-viewer/contact-viewer.js +1 -1
- package/dist/components/contact-viewer/contact-viewer.js.map +1 -1
- package/dist/components/contact-viewer/contact-viewer.styles.js +12 -12
- package/dist/components/context-inspector/context-inspector.class.d.ts +114 -0
- package/dist/components/context-inspector/context-inspector.class.d.ts.map +1 -0
- package/dist/components/context-inspector/context-inspector.class.js +222 -0
- package/dist/components/context-inspector/context-inspector.class.js.map +1 -0
- package/dist/components/context-inspector/context-inspector.d.ts +7 -0
- package/dist/components/context-inspector/context-inspector.d.ts.map +1 -0
- package/dist/components/context-inspector/context-inspector.js +10 -0
- package/dist/components/context-inspector/context-inspector.js.map +1 -0
- package/dist/components/context-inspector/context-inspector.styles.d.ts +2 -0
- package/dist/components/context-inspector/context-inspector.styles.d.ts.map +1 -0
- package/dist/components/context-inspector/context-inspector.styles.js +98 -0
- package/dist/components/context-inspector/context-inspector.styles.js.map +1 -0
- package/dist/components/context-meter/context-meter.class.d.ts +4 -4
- package/dist/components/context-meter/context-meter.class.d.ts.map +1 -1
- package/dist/components/context-meter/context-meter.class.js +7 -7
- package/dist/components/context-meter/context-meter.class.js.map +1 -1
- package/dist/components/context-meter/context-meter.styles.js +31 -31
- package/dist/components/control-group/control-group.class.d.ts +29 -0
- package/dist/components/control-group/control-group.class.d.ts.map +1 -0
- package/dist/components/control-group/control-group.class.js +41 -0
- package/dist/components/control-group/control-group.class.js.map +1 -0
- package/dist/components/control-group/control-group.d.ts +2 -0
- package/dist/components/control-group/control-group.d.ts.map +1 -0
- package/dist/components/control-group/control-group.js +5 -0
- package/dist/components/control-group/control-group.js.map +1 -0
- package/dist/components/control-group/control-group.styles.d.ts +2 -0
- package/dist/components/control-group/control-group.styles.d.ts.map +1 -0
- package/dist/components/control-group/control-group.styles.js +35 -0
- package/dist/components/control-group/control-group.styles.js.map +1 -0
- package/dist/components/conversation-item/conversation-item.class.d.ts +17 -17
- package/dist/components/conversation-item/conversation-item.class.d.ts.map +1 -1
- package/dist/components/conversation-item/conversation-item.class.js +20 -20
- package/dist/components/conversation-item/conversation-item.class.js.map +1 -1
- package/dist/components/conversation-item/conversation-item.styles.js +40 -40
- package/dist/components/copy-button/copy-button.class.d.ts +8 -8
- package/dist/components/copy-button/copy-button.class.d.ts.map +1 -1
- package/dist/components/copy-button/copy-button.class.js +11 -11
- package/dist/components/copy-button/copy-button.class.js.map +1 -1
- package/dist/components/copy-button/copy-button.styles.js +12 -12
- package/dist/components/csv-viewer/csv-viewer.class.d.ts +11 -11
- package/dist/components/csv-viewer/csv-viewer.class.d.ts.map +1 -1
- package/dist/components/csv-viewer/csv-viewer.class.js +17 -17
- package/dist/components/csv-viewer/csv-viewer.class.js.map +1 -1
- package/dist/components/csv-viewer/csv-viewer.js +2 -2
- package/dist/components/csv-viewer/csv-viewer.js.map +1 -1
- package/dist/components/csv-viewer/csv-viewer.styles.js +6 -6
- package/dist/components/dashboard-grid/dashboard-grid.class.d.ts +162 -0
- package/dist/components/dashboard-grid/dashboard-grid.class.d.ts.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.class.js +570 -0
- package/dist/components/dashboard-grid/dashboard-grid.class.js.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.d.ts +6 -0
- package/dist/components/dashboard-grid/dashboard-grid.d.ts.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.js +9 -0
- package/dist/components/dashboard-grid/dashboard-grid.js.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.styles.d.ts +2 -0
- package/dist/components/dashboard-grid/dashboard-grid.styles.d.ts.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.styles.js +86 -0
- package/dist/components/dashboard-grid/dashboard-grid.styles.js.map +1 -0
- package/dist/components/dashboard-grid/layout.d.ts +103 -0
- package/dist/components/dashboard-grid/layout.d.ts.map +1 -0
- package/dist/components/dashboard-grid/layout.js +94 -0
- package/dist/components/dashboard-grid/layout.js.map +1 -0
- package/dist/components/data-grid/data-grid.class.d.ts +11 -11
- package/dist/components/data-grid/data-grid.class.d.ts.map +1 -1
- package/dist/components/data-grid/data-grid.class.js +9 -9
- package/dist/components/data-grid/data-grid.class.js.map +1 -1
- package/dist/components/data-grid/data-grid.styles.js +7 -7
- package/dist/components/dataset-viewer/dataset-viewer.class.d.ts +13 -13
- package/dist/components/dataset-viewer/dataset-viewer.class.d.ts.map +1 -1
- package/dist/components/dataset-viewer/dataset-viewer.class.js +19 -19
- package/dist/components/dataset-viewer/dataset-viewer.class.js.map +1 -1
- package/dist/components/dataset-viewer/dataset-viewer.js +2 -2
- package/dist/components/dataset-viewer/dataset-viewer.js.map +1 -1
- package/dist/components/dataset-viewer/dataset-viewer.styles.js +28 -28
- package/dist/components/date-picker/date-input.class.d.ts +17 -9
- package/dist/components/date-picker/date-input.class.d.ts.map +1 -1
- package/dist/components/date-picker/date-input.class.js +23 -13
- package/dist/components/date-picker/date-input.class.js.map +1 -1
- package/dist/components/date-picker/date-input.styles.d.ts.map +1 -1
- package/dist/components/date-picker/date-input.styles.js +71 -34
- package/dist/components/date-picker/date-input.styles.js.map +1 -1
- package/dist/components/date-picker/date-picker.class.d.ts +4 -4
- package/dist/components/date-picker/date-picker.class.d.ts.map +1 -1
- package/dist/components/date-picker/date-picker.class.js +4 -4
- package/dist/components/date-picker/date-picker.class.js.map +1 -1
- package/dist/components/date-picker/date-picker.styles.js +42 -42
- package/dist/components/details/accordion-item.class.d.ts +3 -3
- package/dist/components/details/accordion-item.class.d.ts.map +1 -1
- package/dist/components/details/accordion-item.class.js +2 -2
- package/dist/components/details/accordion.class.d.ts +4 -4
- package/dist/components/details/accordion.class.d.ts.map +1 -1
- package/dist/components/details/accordion.class.js +5 -5
- package/dist/components/details/accordion.class.js.map +1 -1
- package/dist/components/details/details.class.d.ts +5 -5
- package/dist/components/details/details.class.d.ts.map +1 -1
- package/dist/components/details/details.class.js +5 -5
- package/dist/components/details/details.class.js.map +1 -1
- package/dist/components/details/details.styles.js +5 -5
- package/dist/components/dialog/confirm.d.ts +4 -4
- package/dist/components/dialog/confirm.d.ts.map +1 -1
- package/dist/components/dialog/confirm.js +13 -13
- package/dist/components/dialog/confirm.js.map +1 -1
- package/dist/components/dialog/dialog.class.d.ts +12 -12
- package/dist/components/dialog/dialog.class.d.ts.map +1 -1
- package/dist/components/dialog/dialog.class.js +13 -13
- package/dist/components/dialog/dialog.class.js.map +1 -1
- package/dist/components/dialog/dialog.styles.js +35 -35
- package/dist/components/diff-view/diff-view.class.d.ts +8 -8
- package/dist/components/diff-view/diff-view.class.d.ts.map +1 -1
- package/dist/components/diff-view/diff-view.class.js +8 -8
- package/dist/components/diff-view/diff-view.class.js.map +1 -1
- package/dist/components/diff-view/diff-view.styles.js +25 -25
- package/dist/components/divider/divider.class.d.ts +3 -3
- package/dist/components/divider/divider.class.d.ts.map +1 -1
- package/dist/components/divider/divider.class.js +2 -2
- package/dist/components/divider/divider.styles.js +2 -2
- package/dist/components/dock-panel/dock-panel.class.d.ts +15 -15
- package/dist/components/dock-panel/dock-panel.class.d.ts.map +1 -1
- package/dist/components/dock-panel/dock-panel.class.js +16 -16
- package/dist/components/dock-panel/dock-panel.class.js.map +1 -1
- package/dist/components/dock-panel/dock-panel.styles.js +34 -34
- package/dist/components/document-compare/document-compare.class.d.ts +131 -0
- package/dist/components/document-compare/document-compare.class.d.ts.map +1 -0
- package/dist/components/document-compare/document-compare.class.js +214 -0
- package/dist/components/document-compare/document-compare.class.js.map +1 -0
- package/dist/components/document-compare/document-compare.d.ts +2 -0
- package/dist/components/document-compare/document-compare.d.ts.map +1 -0
- package/dist/components/document-compare/document-compare.js +5 -0
- package/dist/components/document-compare/document-compare.js.map +1 -0
- package/dist/components/document-compare/document-compare.styles.d.ts +2 -0
- package/dist/components/document-compare/document-compare.styles.d.ts.map +1 -0
- package/dist/components/document-compare/document-compare.styles.js +65 -0
- package/dist/components/document-compare/document-compare.styles.js.map +1 -0
- package/dist/components/document-library/document-library.class.d.ts +154 -0
- package/dist/components/document-library/document-library.class.d.ts.map +1 -0
- package/dist/components/document-library/document-library.class.js +399 -0
- package/dist/components/document-library/document-library.class.js.map +1 -0
- package/dist/components/document-library/document-library.d.ts +9 -0
- package/dist/components/document-library/document-library.d.ts.map +1 -0
- package/dist/components/document-library/document-library.js +12 -0
- package/dist/components/document-library/document-library.js.map +1 -0
- package/dist/components/document-library/document-library.styles.d.ts +2 -0
- package/dist/components/document-library/document-library.styles.d.ts.map +1 -0
- package/dist/components/document-library/document-library.styles.js +77 -0
- package/dist/components/document-library/document-library.styles.js.map +1 -0
- package/dist/components/document-preview/document-preview.class.d.ts +31 -31
- package/dist/components/document-preview/document-preview.class.d.ts.map +1 -1
- package/dist/components/document-preview/document-preview.class.js +36 -36
- package/dist/components/document-preview/document-preview.class.js.map +1 -1
- package/dist/components/document-preview/document-preview.styles.js +64 -64
- package/dist/components/document-viewer/anchors.d.ts +5 -5
- package/dist/components/document-viewer/anchors.d.ts.map +1 -1
- package/dist/components/document-viewer/document-viewer.class.d.ts +13 -13
- package/dist/components/document-viewer/document-viewer.class.d.ts.map +1 -1
- package/dist/components/document-viewer/document-viewer.class.js +17 -17
- package/dist/components/document-viewer/document-viewer.class.js.map +1 -1
- package/dist/components/document-viewer/document-viewer.styles.js +15 -15
- package/dist/components/document-viewer/registry.d.ts +1 -1
- package/dist/components/document-viewer/registry.d.ts.map +1 -1
- package/dist/components/document-viewer/registry.js +1 -1
- package/dist/components/document-viewer/registry.js.map +1 -1
- package/dist/components/docx-viewer/docx-loader.js +2 -2
- package/dist/components/docx-viewer/docx-loader.js.map +1 -1
- package/dist/components/docx-viewer/docx-viewer.class.d.ts +15 -15
- package/dist/components/docx-viewer/docx-viewer.class.d.ts.map +1 -1
- package/dist/components/docx-viewer/docx-viewer.class.js +19 -19
- package/dist/components/docx-viewer/docx-viewer.class.js.map +1 -1
- package/dist/components/docx-viewer/docx-viewer.js +1 -1
- package/dist/components/docx-viewer/docx-viewer.js.map +1 -1
- package/dist/components/docx-viewer/docx-viewer.styles.js +53 -53
- package/dist/components/drawer/drawer.class.d.ts +7 -7
- package/dist/components/drawer/drawer.class.d.ts.map +1 -1
- package/dist/components/drawer/drawer.class.js +6 -6
- package/dist/components/drawer/drawer.styles.js +12 -12
- package/dist/components/drilldown-panel/drilldown-panel.class.d.ts +148 -0
- package/dist/components/drilldown-panel/drilldown-panel.class.d.ts.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.class.js +241 -0
- package/dist/components/drilldown-panel/drilldown-panel.class.js.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.d.ts +9 -0
- package/dist/components/drilldown-panel/drilldown-panel.d.ts.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.js +12 -0
- package/dist/components/drilldown-panel/drilldown-panel.js.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.styles.d.ts +2 -0
- package/dist/components/drilldown-panel/drilldown-panel.styles.d.ts.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.styles.js +49 -0
- package/dist/components/drilldown-panel/drilldown-panel.styles.js.map +1 -0
- package/dist/components/ebook-viewer/ebook-viewer-register.js +1 -1
- package/dist/components/ebook-viewer/ebook-viewer-register.js.map +1 -1
- package/dist/components/ebook-viewer/ebook-viewer.class.d.ts +12 -12
- package/dist/components/ebook-viewer/ebook-viewer.class.d.ts.map +1 -1
- package/dist/components/ebook-viewer/ebook-viewer.class.js +16 -16
- package/dist/components/ebook-viewer/ebook-viewer.class.js.map +1 -1
- package/dist/components/ebook-viewer/ebook-viewer.styles.js +22 -22
- package/dist/components/email-viewer/email-loader.js +2 -2
- package/dist/components/email-viewer/email-loader.js.map +1 -1
- package/dist/components/email-viewer/email-viewer.class.d.ts +9 -9
- package/dist/components/email-viewer/email-viewer.class.d.ts.map +1 -1
- package/dist/components/email-viewer/email-viewer.class.js +10 -10
- package/dist/components/email-viewer/email-viewer.class.js.map +1 -1
- package/dist/components/email-viewer/email-viewer.js +1 -1
- package/dist/components/email-viewer/email-viewer.js.map +1 -1
- package/dist/components/email-viewer/email-viewer.styles.js +34 -34
- package/dist/components/emoji-picker/emoji-data-loader.js +1 -1
- package/dist/components/emoji-picker/emoji-data-loader.js.map +1 -1
- package/dist/components/emoji-picker/emoji-picker.class.d.ts +7 -7
- package/dist/components/emoji-picker/emoji-picker.class.d.ts.map +1 -1
- package/dist/components/emoji-picker/emoji-picker.class.js +7 -7
- package/dist/components/emoji-picker/emoji-picker.class.js.map +1 -1
- package/dist/components/emoji-picker/emoji-picker.styles.js +28 -28
- package/dist/components/empty/empty.class.d.ts +5 -5
- package/dist/components/empty/empty.class.d.ts.map +1 -1
- package/dist/components/empty/empty.class.js +4 -4
- package/dist/components/empty/empty.styles.js +13 -13
- package/dist/components/entity-card/entity-card.class.d.ts +13 -13
- package/dist/components/entity-card/entity-card.class.d.ts.map +1 -1
- package/dist/components/entity-card/entity-card.class.js +27 -27
- package/dist/components/entity-card/entity-card.class.js.map +1 -1
- package/dist/components/entity-card/entity-card.styles.js +13 -13
- package/dist/components/entity-chip/entity-chip.class.d.ts +13 -13
- package/dist/components/entity-chip/entity-chip.class.d.ts.map +1 -1
- package/dist/components/entity-chip/entity-chip.class.js +14 -14
- package/dist/components/entity-chip/entity-chip.class.js.map +1 -1
- package/dist/components/entity-chip/entity-chip.styles.js +21 -21
- package/dist/components/entity-dossier/entity-dossier.class.d.ts +132 -0
- package/dist/components/entity-dossier/entity-dossier.class.d.ts.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.class.js +187 -0
- package/dist/components/entity-dossier/entity-dossier.class.js.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.d.ts +9 -0
- package/dist/components/entity-dossier/entity-dossier.d.ts.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.js +12 -0
- package/dist/components/entity-dossier/entity-dossier.js.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.styles.d.ts +2 -0
- package/dist/components/entity-dossier/entity-dossier.styles.d.ts.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.styles.js +30 -0
- package/dist/components/entity-dossier/entity-dossier.styles.js.map +1 -0
- package/dist/components/env-list/env-list.class.d.ts +7 -7
- package/dist/components/env-list/env-list.class.d.ts.map +1 -1
- package/dist/components/env-list/env-list.class.js +9 -9
- package/dist/components/env-list/env-list.class.js.map +1 -1
- package/dist/components/env-list/env-list.styles.js +11 -11
- package/dist/components/eval-dataset/eval-dataset.class.d.ts +145 -0
- package/dist/components/eval-dataset/eval-dataset.class.d.ts.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.class.js +307 -0
- package/dist/components/eval-dataset/eval-dataset.class.js.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.d.ts +7 -0
- package/dist/components/eval-dataset/eval-dataset.d.ts.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.js +10 -0
- package/dist/components/eval-dataset/eval-dataset.js.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.styles.d.ts +2 -0
- package/dist/components/eval-dataset/eval-dataset.styles.d.ts.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.styles.js +76 -0
- package/dist/components/eval-dataset/eval-dataset.styles.js.map +1 -0
- package/dist/components/eval-result/eval-result.class.d.ts +115 -0
- package/dist/components/eval-result/eval-result.class.d.ts.map +1 -0
- package/dist/components/eval-result/eval-result.class.js +165 -0
- package/dist/components/eval-result/eval-result.class.js.map +1 -0
- package/dist/components/eval-result/eval-result.d.ts +5 -0
- package/dist/components/eval-result/eval-result.d.ts.map +1 -0
- package/dist/components/eval-result/eval-result.js +8 -0
- package/dist/components/eval-result/eval-result.js.map +1 -0
- package/dist/components/eval-result/eval-result.styles.d.ts +2 -0
- package/dist/components/eval-result/eval-result.styles.d.ts.map +1 -0
- package/dist/components/eval-result/eval-result.styles.js +47 -0
- package/dist/components/eval-result/eval-result.styles.js.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.class.d.ts +168 -0
- package/dist/components/evaluation-run/evaluation-run.class.d.ts.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.class.js +329 -0
- package/dist/components/evaluation-run/evaluation-run.class.js.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.d.ts +2 -0
- package/dist/components/evaluation-run/evaluation-run.d.ts.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.js +5 -0
- package/dist/components/evaluation-run/evaluation-run.js.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.styles.d.ts +2 -0
- package/dist/components/evaluation-run/evaluation-run.styles.d.ts.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.styles.js +73 -0
- package/dist/components/evaluation-run/evaluation-run.styles.js.map +1 -0
- package/dist/components/export-button/export-button.class.d.ts +13 -13
- package/dist/components/export-button/export-button.class.d.ts.map +1 -1
- package/dist/components/export-button/export-button.class.js +15 -15
- package/dist/components/export-button/export-button.class.js.map +1 -1
- package/dist/components/export-button/export-button.styles.js +33 -33
- package/dist/components/file-icon/file-icon.class.d.ts +4 -4
- package/dist/components/file-icon/file-icon.class.d.ts.map +1 -1
- package/dist/components/file-icon/file-icon.class.js +3 -3
- package/dist/components/file-icon/file-icon.class.js.map +1 -1
- package/dist/components/file-icon/file-icon.styles.js +12 -12
- package/dist/components/file-input/file-input.class.d.ts +6 -6
- package/dist/components/file-input/file-input.class.d.ts.map +1 -1
- package/dist/components/file-input/file-input.class.js +5 -5
- package/dist/components/file-input/file-input.class.js.map +1 -1
- package/dist/components/file-input/file-input.styles.js +14 -14
- package/dist/components/file-tree/file-tree.class.d.ts +11 -11
- package/dist/components/file-tree/file-tree.class.d.ts.map +1 -1
- package/dist/components/file-tree/file-tree.class.js +17 -17
- package/dist/components/file-tree/file-tree.class.js.map +1 -1
- package/dist/components/filter-bar/filter-bar.class.d.ts +200 -0
- package/dist/components/filter-bar/filter-bar.class.d.ts.map +1 -0
- package/dist/components/filter-bar/filter-bar.class.js +322 -0
- package/dist/components/filter-bar/filter-bar.class.js.map +1 -0
- package/dist/components/filter-bar/filter-bar.d.ts +10 -0
- package/dist/components/filter-bar/filter-bar.d.ts.map +1 -0
- package/dist/components/filter-bar/filter-bar.js +13 -0
- package/dist/components/filter-bar/filter-bar.js.map +1 -0
- package/dist/components/filter-bar/filter-bar.styles.d.ts +2 -0
- package/dist/components/filter-bar/filter-bar.styles.d.ts.map +1 -0
- package/dist/components/filter-bar/filter-bar.styles.js +37 -0
- package/dist/components/filter-bar/filter-bar.styles.js.map +1 -0
- package/dist/components/flag/flag.class.d.ts +11 -11
- package/dist/components/flag/flag.class.d.ts.map +1 -1
- package/dist/components/flag/flag.class.js +14 -14
- package/dist/components/flag/flag.class.js.map +1 -1
- package/dist/components/flag/flag.styles.js +7 -7
- package/dist/components/flow-canvas/flow-canvas.class.d.ts +38 -38
- package/dist/components/flow-canvas/flow-canvas.class.d.ts.map +1 -1
- package/dist/components/flow-canvas/flow-canvas.class.js +42 -42
- package/dist/components/flow-canvas/flow-canvas.class.js.map +1 -1
- package/dist/components/flow-canvas/flow-canvas.styles.js +36 -36
- package/dist/components/flow-controls/flow-controls.class.d.ts +4 -4
- package/dist/components/flow-controls/flow-controls.class.d.ts.map +1 -1
- package/dist/components/flow-controls/flow-controls.class.js +2 -2
- package/dist/components/flow-controls/flow-controls.styles.js +15 -15
- package/dist/components/flow-minimap/flow-minimap.class.d.ts +7 -7
- package/dist/components/flow-minimap/flow-minimap.class.d.ts.map +1 -1
- package/dist/components/flow-minimap/flow-minimap.class.js +5 -5
- package/dist/components/flow-minimap/flow-minimap.styles.js +14 -14
- package/dist/components/flow-node/flow-node.class.d.ts +6 -6
- package/dist/components/flow-node/flow-node.class.d.ts.map +1 -1
- package/dist/components/flow-node/flow-node.class.js +5 -5
- package/dist/components/flow-node/flow-node.styles.js +38 -38
- package/dist/components/flow-run-overlay/flow-run-overlay.class.d.ts +3 -3
- package/dist/components/flow-run-overlay/flow-run-overlay.class.d.ts.map +1 -1
- package/dist/components/flow-run-overlay/flow-run-overlay.class.js +7 -6
- package/dist/components/flow-run-overlay/flow-run-overlay.class.js.map +1 -1
- package/dist/components/flow-run-overlay/flow-run-overlay.styles.js +18 -18
- package/dist/components/format/format-bytes.class.d.ts +3 -3
- package/dist/components/format/format-bytes.class.d.ts.map +1 -1
- package/dist/components/format/format-bytes.class.js +2 -2
- package/dist/components/format/format-date.class.d.ts +3 -3
- package/dist/components/format/format-date.class.d.ts.map +1 -1
- package/dist/components/format/format-date.class.js +2 -2
- package/dist/components/format/format-number.class.d.ts +3 -3
- package/dist/components/format/format-number.class.d.ts.map +1 -1
- package/dist/components/format/format-number.class.js +2 -2
- package/dist/components/format/relative-time.class.d.ts +3 -3
- package/dist/components/format/relative-time.class.d.ts.map +1 -1
- package/dist/components/format/relative-time.class.js +2 -2
- package/dist/components/gauge/gauge.class.d.ts +4 -4
- package/dist/components/gauge/gauge.class.d.ts.map +1 -1
- package/dist/components/gauge/gauge.class.js +4 -4
- package/dist/components/gauge/gauge.class.js.map +1 -1
- package/dist/components/gauge/gauge.styles.js +15 -15
- package/dist/components/generation-status/generation-status.class.d.ts +9 -9
- package/dist/components/generation-status/generation-status.class.d.ts.map +1 -1
- package/dist/components/generation-status/generation-status.class.js +14 -14
- package/dist/components/generation-status/generation-status.class.js.map +1 -1
- package/dist/components/generation-status/generation-status.styles.js +20 -20
- package/dist/components/geojson-view/geojson-view.class.d.ts +6 -6
- package/dist/components/geojson-view/geojson-view.class.d.ts.map +1 -1
- package/dist/components/geojson-view/geojson-view.class.js +9 -9
- package/dist/components/geojson-view/geojson-view.class.js.map +1 -1
- package/dist/components/geojson-view/geojson-view.js +1 -1
- package/dist/components/geojson-view/geojson-view.js.map +1 -1
- package/dist/components/graph/graph-canvas.d.ts +1 -1
- package/dist/components/graph/graph-canvas.js +3 -3
- package/dist/components/graph/graph-canvas.js.map +1 -1
- package/dist/components/graph/graph-hull.d.ts +1 -1
- package/dist/components/graph/graph-hull.js +1 -1
- package/dist/components/graph/graph-loader.d.ts +1 -1
- package/dist/components/graph/graph-loader.js +2 -2
- package/dist/components/graph/graph-loader.js.map +1 -1
- package/dist/components/graph/graph.class.d.ts +44 -44
- package/dist/components/graph/graph.class.d.ts.map +1 -1
- package/dist/components/graph/graph.class.js +67 -67
- package/dist/components/graph/graph.class.js.map +1 -1
- package/dist/components/graph/graph.styles.js +55 -55
- package/dist/components/graph-legend/graph-legend.class.d.ts +11 -11
- package/dist/components/graph-legend/graph-legend.class.d.ts.map +1 -1
- package/dist/components/graph-legend/graph-legend.class.js +11 -11
- package/dist/components/graph-legend/graph-legend.class.js.map +1 -1
- package/dist/components/graph-legend/graph-legend.styles.js +14 -14
- package/dist/components/graph-query-builder/graph-query-builder.class.d.ts +242 -0
- package/dist/components/graph-query-builder/graph-query-builder.class.d.ts.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.class.js +511 -0
- package/dist/components/graph-query-builder/graph-query-builder.class.js.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.d.ts +7 -0
- package/dist/components/graph-query-builder/graph-query-builder.d.ts.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.js +10 -0
- package/dist/components/graph-query-builder/graph-query-builder.js.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.styles.d.ts +2 -0
- package/dist/components/graph-query-builder/graph-query-builder.styles.d.ts.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.styles.js +170 -0
- package/dist/components/graph-query-builder/graph-query-builder.styles.js.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.class.d.ts +80 -0
- package/dist/components/grounding-summary/grounding-summary.class.d.ts.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.class.js +182 -0
- package/dist/components/grounding-summary/grounding-summary.class.js.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.d.ts +5 -0
- package/dist/components/grounding-summary/grounding-summary.d.ts.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.js +8 -0
- package/dist/components/grounding-summary/grounding-summary.js.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.styles.d.ts +2 -0
- package/dist/components/grounding-summary/grounding-summary.styles.d.ts.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.styles.js +88 -0
- package/dist/components/grounding-summary/grounding-summary.styles.js.map +1 -0
- package/dist/components/handoff-divider/handoff-divider.class.d.ts +5 -5
- package/dist/components/handoff-divider/handoff-divider.class.d.ts.map +1 -1
- package/dist/components/handoff-divider/handoff-divider.class.js +8 -7
- package/dist/components/handoff-divider/handoff-divider.class.js.map +1 -1
- package/dist/components/handoff-divider/handoff-divider.styles.js +11 -11
- package/dist/components/heatmap/heatmap.class.d.ts +21 -21
- package/dist/components/heatmap/heatmap.class.d.ts.map +1 -1
- package/dist/components/heatmap/heatmap.class.js +33 -33
- package/dist/components/heatmap/heatmap.class.js.map +1 -1
- package/dist/components/heatmap/heatmap.styles.js +40 -40
- package/dist/components/highlight-layer/highlight-layer.class.d.ts +5 -5
- package/dist/components/highlight-layer/highlight-layer.class.d.ts.map +1 -1
- package/dist/components/highlight-layer/highlight-layer.class.js +7 -6
- package/dist/components/highlight-layer/highlight-layer.class.js.map +1 -1
- package/dist/components/highlight-layer/highlight-layer.styles.js +19 -19
- package/dist/components/html-viewer/dompurify-loader.js +1 -1
- package/dist/components/html-viewer/dompurify-loader.js.map +1 -1
- package/dist/components/html-viewer/html-viewer.class.d.ts +4 -4
- package/dist/components/html-viewer/html-viewer.class.d.ts.map +1 -1
- package/dist/components/html-viewer/html-viewer.class.js +4 -4
- package/dist/components/html-viewer/html-viewer.class.js.map +1 -1
- package/dist/components/html-viewer/html-viewer.js +1 -1
- package/dist/components/html-viewer/html-viewer.js.map +1 -1
- package/dist/components/html-viewer/html-viewer.styles.js +9 -9
- package/dist/components/icon/icon.class.d.ts +3 -3
- package/dist/components/icon/icon.class.d.ts.map +1 -1
- package/dist/components/icon/icon.class.js +4 -4
- package/dist/components/icon/icon.class.js.map +1 -1
- package/dist/components/icon/icon.styles.d.ts.map +1 -1
- package/dist/components/icon/icon.styles.js +1 -1
- package/dist/components/icon/icon.styles.js.map +1 -1
- package/dist/components/icon-button/icon-button.class.d.ts +3 -3
- package/dist/components/icon-button/icon-button.class.d.ts.map +1 -1
- package/dist/components/icon-button/icon-button.class.js +3 -3
- package/dist/components/icon-button/icon-button.class.js.map +1 -1
- package/dist/components/icon-button/icon-button.styles.js +4 -4
- package/dist/components/image-comparer/image-comparer.class.d.ts +5 -5
- package/dist/components/image-comparer/image-comparer.class.d.ts.map +1 -1
- package/dist/components/image-comparer/image-comparer.class.js +5 -5
- package/dist/components/image-comparer/image-comparer.class.js.map +1 -1
- package/dist/components/image-comparer/image-comparer.styles.js +18 -18
- package/dist/components/image-viewer/image-viewer.class.d.ts +22 -22
- package/dist/components/image-viewer/image-viewer.class.d.ts.map +1 -1
- package/dist/components/image-viewer/image-viewer.class.js +25 -25
- package/dist/components/image-viewer/image-viewer.class.js.map +1 -1
- package/dist/components/image-viewer/image-viewer.js +2 -2
- package/dist/components/image-viewer/image-viewer.js.map +1 -1
- package/dist/components/image-viewer/image-viewer.styles.js +33 -33
- package/dist/components/include/include.class.d.ts +12 -12
- package/dist/components/include/include.class.d.ts.map +1 -1
- package/dist/components/include/include.class.js +11 -11
- package/dist/components/include/include.class.js.map +1 -1
- package/dist/components/include/include.styles.js +1 -1
- package/dist/components/include/include.styles.js.map +1 -1
- package/dist/components/ingestion-queue/ingestion-queue.class.d.ts +125 -0
- package/dist/components/ingestion-queue/ingestion-queue.class.d.ts.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.class.js +276 -0
- package/dist/components/ingestion-queue/ingestion-queue.class.js.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.d.ts +2 -0
- package/dist/components/ingestion-queue/ingestion-queue.d.ts.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.js +5 -0
- package/dist/components/ingestion-queue/ingestion-queue.js.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.styles.d.ts +2 -0
- package/dist/components/ingestion-queue/ingestion-queue.styles.d.ts.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.styles.js +138 -0
- package/dist/components/ingestion-queue/ingestion-queue.styles.js.map +1 -0
- package/dist/components/input/input.class.d.ts +14 -14
- package/dist/components/input/input.class.d.ts.map +1 -1
- package/dist/components/input/input.class.js +13 -13
- package/dist/components/input/input.class.js.map +1 -1
- package/dist/components/input/input.styles.js +48 -48
- package/dist/components/input/number-input.class.d.ts +3 -3
- package/dist/components/input/number-input.class.d.ts.map +1 -1
- package/dist/components/input/number-input.class.js +2 -2
- package/dist/components/input/time-input.class.d.ts +3 -3
- package/dist/components/input/time-input.class.d.ts.map +1 -1
- package/dist/components/input/time-input.class.js +2 -2
- package/dist/components/intersection-observer/intersection-observer.class.d.ts +5 -5
- package/dist/components/intersection-observer/intersection-observer.class.d.ts.map +1 -1
- package/dist/components/intersection-observer/intersection-observer.class.js +4 -4
- package/dist/components/intersection-observer/intersection-observer.class.js.map +1 -1
- package/dist/components/json-viewer/json-viewer.class.d.ts +7 -7
- package/dist/components/json-viewer/json-viewer.class.d.ts.map +1 -1
- package/dist/components/json-viewer/json-viewer.class.js +9 -9
- package/dist/components/json-viewer/json-viewer.class.js.map +1 -1
- package/dist/components/json-viewer/json-viewer.styles.js +56 -56
- package/dist/components/kbd/kbd.class.d.ts +3 -3
- package/dist/components/kbd/kbd.class.d.ts.map +1 -1
- package/dist/components/kbd/kbd.class.js +5 -5
- package/dist/components/kbd/kbd.class.js.map +1 -1
- package/dist/components/kbd/kbd.styles.js +18 -18
- package/dist/components/knowledge-base/knowledge-base.class.d.ts +136 -0
- package/dist/components/knowledge-base/knowledge-base.class.d.ts.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.class.js +360 -0
- package/dist/components/knowledge-base/knowledge-base.class.js.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.d.ts +7 -0
- package/dist/components/knowledge-base/knowledge-base.d.ts.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.js +10 -0
- package/dist/components/knowledge-base/knowledge-base.js.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.styles.d.ts +2 -0
- package/dist/components/knowledge-base/knowledge-base.styles.d.ts.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.styles.js +94 -0
- package/dist/components/knowledge-base/knowledge-base.styles.js.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +196 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.js +477 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.js.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.d.ts +11 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.d.ts.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js +14 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.d.ts +2 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.d.ts.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.js +76 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.js.map +1 -0
- package/dist/components/known-date/known-date.class.d.ts +9 -9
- package/dist/components/known-date/known-date.class.d.ts.map +1 -1
- package/dist/components/known-date/known-date.class.js +8 -8
- package/dist/components/known-date/known-date.class.js.map +1 -1
- package/dist/components/known-date/known-date.styles.js +48 -48
- package/dist/components/lightbox/lightbox.class.d.ts +38 -38
- package/dist/components/lightbox/lightbox.class.d.ts.map +1 -1
- package/dist/components/lightbox/lightbox.class.js +43 -43
- package/dist/components/lightbox/lightbox.class.js.map +1 -1
- package/dist/components/lightbox/lightbox.styles.js +40 -40
- package/dist/components/live-region/live-region.class.d.ts +7 -7
- package/dist/components/live-region/live-region.class.d.ts.map +1 -1
- package/dist/components/live-region/live-region.class.js +6 -6
- package/dist/components/map/map-loader.d.ts +1 -1
- package/dist/components/map/map-loader.js +2 -2
- package/dist/components/map/map-loader.js.map +1 -1
- package/dist/components/map/map.class.d.ts +10 -10
- package/dist/components/map/map.class.d.ts.map +1 -1
- package/dist/components/map/map.class.js +24 -24
- package/dist/components/map/map.class.js.map +1 -1
- package/dist/components/map/map.styles.js +19 -19
- package/dist/components/markdown/katex-loader.d.ts +3 -3
- package/dist/components/markdown/katex-loader.js +3 -3
- package/dist/components/markdown/katex-loader.js.map +1 -1
- package/dist/components/markdown/markdown-core.class.d.ts +32 -32
- package/dist/components/markdown/markdown-core.class.d.ts.map +1 -1
- package/dist/components/markdown/markdown-core.class.js +45 -45
- package/dist/components/markdown/markdown-core.class.js.map +1 -1
- package/dist/components/markdown/markdown-loader.d.ts +6 -6
- package/dist/components/markdown/markdown-loader.js +7 -7
- package/dist/components/markdown/markdown-loader.js.map +1 -1
- package/dist/components/markdown/markdown.class.d.ts +31 -31
- package/dist/components/markdown/markdown.class.d.ts.map +1 -1
- package/dist/components/markdown/markdown.class.js +42 -42
- package/dist/components/markdown/markdown.class.js.map +1 -1
- package/dist/components/markdown/markdown.styles.js +56 -56
- package/dist/components/media-card/media-card.class.d.ts +15 -15
- package/dist/components/media-card/media-card.class.d.ts.map +1 -1
- package/dist/components/media-card/media-card.class.js +16 -16
- package/dist/components/media-card/media-card.class.js.map +1 -1
- package/dist/components/media-card/media-card.styles.js +33 -33
- package/dist/components/memory-panel/memory-panel.class.d.ts +146 -0
- package/dist/components/memory-panel/memory-panel.class.d.ts.map +1 -0
- package/dist/components/memory-panel/memory-panel.class.js +303 -0
- package/dist/components/memory-panel/memory-panel.class.js.map +1 -0
- package/dist/components/memory-panel/memory-panel.d.ts +5 -0
- package/dist/components/memory-panel/memory-panel.d.ts.map +1 -0
- package/dist/components/memory-panel/memory-panel.js +8 -0
- package/dist/components/memory-panel/memory-panel.js.map +1 -0
- package/dist/components/memory-panel/memory-panel.styles.d.ts +2 -0
- package/dist/components/memory-panel/memory-panel.styles.d.ts.map +1 -0
- package/dist/components/memory-panel/memory-panel.styles.js +139 -0
- package/dist/components/memory-panel/memory-panel.styles.js.map +1 -0
- package/dist/components/mention-popover/mention-popover.class.d.ts +25 -25
- package/dist/components/mention-popover/mention-popover.class.d.ts.map +1 -1
- package/dist/components/mention-popover/mention-popover.class.js +27 -27
- package/dist/components/mention-popover/mention-popover.class.js.map +1 -1
- package/dist/components/mention-popover/mention-popover.styles.js +29 -29
- package/dist/components/menu/dropdown-item.class.d.ts +4 -4
- package/dist/components/menu/dropdown-item.class.d.ts.map +1 -1
- package/dist/components/menu/dropdown-item.class.js +3 -3
- package/dist/components/menu/menu-item.class.d.ts +28 -28
- package/dist/components/menu/menu-item.class.d.ts.map +1 -1
- package/dist/components/menu/menu-item.class.js +34 -34
- package/dist/components/menu/menu-item.class.js.map +1 -1
- package/dist/components/menu/menu-item.styles.js +16 -16
- package/dist/components/menu/menu.class.d.ts +27 -27
- package/dist/components/menu/menu.class.d.ts.map +1 -1
- package/dist/components/menu/menu.class.js +32 -32
- package/dist/components/menu/menu.class.js.map +1 -1
- package/dist/components/menu/menu.styles.js +18 -18
- package/dist/components/message-actions/message-actions.class.d.ts +22 -22
- package/dist/components/message-actions/message-actions.class.d.ts.map +1 -1
- package/dist/components/message-actions/message-actions.class.js +24 -24
- package/dist/components/message-actions/message-actions.class.js.map +1 -1
- package/dist/components/message-actions/message-actions.styles.js +14 -14
- package/dist/components/message-feedback/message-feedback.class.d.ts +10 -10
- package/dist/components/message-feedback/message-feedback.class.d.ts.map +1 -1
- package/dist/components/message-feedback/message-feedback.class.js +17 -17
- package/dist/components/message-feedback/message-feedback.class.js.map +1 -1
- package/dist/components/message-feedback/message-feedback.styles.js +44 -44
- package/dist/components/mind-map/mind-map-layout.d.ts +1 -1
- package/dist/components/mind-map/mind-map-layout.js +1 -1
- package/dist/components/mind-map/mind-map.class.d.ts +11 -11
- package/dist/components/mind-map/mind-map.class.d.ts.map +1 -1
- package/dist/components/mind-map/mind-map.class.js +14 -13
- package/dist/components/mind-map/mind-map.class.js.map +1 -1
- package/dist/components/mind-map/mind-map.styles.js +10 -10
- package/dist/components/model-select/model-select.class.d.ts +18 -18
- package/dist/components/model-select/model-select.class.d.ts.map +1 -1
- package/dist/components/model-select/model-select.class.js +31 -29
- package/dist/components/model-select/model-select.class.js.map +1 -1
- package/dist/components/model-select/model-select.styles.js +62 -62
- package/dist/components/model-settings-panel/model-settings-panel.class.d.ts +18 -18
- package/dist/components/model-settings-panel/model-settings-panel.class.d.ts.map +1 -1
- package/dist/components/model-settings-panel/model-settings-panel.class.js +22 -22
- package/dist/components/model-settings-panel/model-settings-panel.class.js.map +1 -1
- package/dist/components/model-settings-panel/model-settings-panel.styles.js +24 -24
- package/dist/components/mutation-observer/mutation-observer.class.d.ts +5 -5
- package/dist/components/mutation-observer/mutation-observer.class.d.ts.map +1 -1
- package/dist/components/mutation-observer/mutation-observer.class.js +7 -7
- package/dist/components/mutation-observer/mutation-observer.class.js.map +1 -1
- package/dist/components/neighbor-list/neighbor-list.class.d.ts +10 -10
- package/dist/components/neighbor-list/neighbor-list.class.d.ts.map +1 -1
- package/dist/components/neighbor-list/neighbor-list.class.js +14 -14
- package/dist/components/neighbor-list/neighbor-list.class.js.map +1 -1
- package/dist/components/neighbor-list/neighbor-list.styles.js +27 -27
- package/dist/components/node-palette/node-palette.class.d.ts +10 -10
- package/dist/components/node-palette/node-palette.class.d.ts.map +1 -1
- package/dist/components/node-palette/node-palette.class.js +9 -9
- package/dist/components/node-palette/node-palette.class.js.map +1 -1
- package/dist/components/node-palette/node-palette.styles.js +22 -22
- package/dist/components/notebook-viewer/dompurify-loader.js +1 -1
- package/dist/components/notebook-viewer/dompurify-loader.js.map +1 -1
- package/dist/components/notebook-viewer/notebook-viewer.class.d.ts +16 -16
- package/dist/components/notebook-viewer/notebook-viewer.class.d.ts.map +1 -1
- package/dist/components/notebook-viewer/notebook-viewer.class.js +24 -24
- package/dist/components/notebook-viewer/notebook-viewer.class.js.map +1 -1
- package/dist/components/notebook-viewer/notebook-viewer.js +2 -2
- package/dist/components/notebook-viewer/notebook-viewer.js.map +1 -1
- package/dist/components/notebook-viewer/notebook-viewer.styles.js +21 -21
- package/dist/components/overlay/dropdown.class.d.ts +5 -5
- package/dist/components/overlay/dropdown.class.d.ts.map +1 -1
- package/dist/components/overlay/dropdown.class.js +4 -4
- package/dist/components/overlay/overlay.styles.js +13 -13
- package/dist/components/overlay/popover.class.d.ts +47 -8
- package/dist/components/overlay/popover.class.d.ts.map +1 -1
- package/dist/components/overlay/popover.class.js +63 -13
- package/dist/components/overlay/popover.class.js.map +1 -1
- package/dist/components/overlay/tooltip.class.d.ts +50 -7
- package/dist/components/overlay/tooltip.class.d.ts.map +1 -1
- package/dist/components/overlay/tooltip.class.js +73 -11
- package/dist/components/overlay/tooltip.class.js.map +1 -1
- package/dist/components/page-rail/page-rail.class.d.ts +11 -11
- package/dist/components/page-rail/page-rail.class.d.ts.map +1 -1
- package/dist/components/page-rail/page-rail.class.js +17 -17
- package/dist/components/page-rail/page-rail.class.js.map +1 -1
- package/dist/components/page-rail/page-rail.styles.js +28 -28
- package/dist/components/pagination/pagination.class.d.ts +8 -8
- package/dist/components/pagination/pagination.class.d.ts.map +1 -1
- package/dist/components/pagination/pagination.class.js +7 -7
- package/dist/components/pagination/pagination.class.js.map +1 -1
- package/dist/components/pagination/pagination.styles.js +41 -41
- package/dist/components/path-strip/path-strip.class.d.ts +7 -7
- package/dist/components/path-strip/path-strip.class.d.ts.map +1 -1
- package/dist/components/path-strip/path-strip.class.js +8 -8
- package/dist/components/path-strip/path-strip.class.js.map +1 -1
- package/dist/components/path-strip/path-strip.styles.js +17 -17
- package/dist/components/pdf-viewer/pdf-loader.js +1 -1
- package/dist/components/pdf-viewer/pdf-loader.js.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.class.d.ts +22 -22
- package/dist/components/pdf-viewer/pdf-viewer.class.d.ts.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.class.js +38 -38
- package/dist/components/pdf-viewer/pdf-viewer.class.js.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.js +2 -2
- package/dist/components/pdf-viewer/pdf-viewer.js.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.styles.js +18 -18
- package/dist/components/phone-input/phone-input.class.d.ts +3 -3
- package/dist/components/phone-input/phone-input.class.d.ts.map +1 -1
- package/dist/components/phone-input/phone-input.class.js +3 -3
- package/dist/components/phone-input/phone-input.styles.js +27 -27
- package/dist/components/playback/playback.class.d.ts +9 -9
- package/dist/components/playback/playback.class.d.ts.map +1 -1
- package/dist/components/playback/playback.class.js +11 -11
- package/dist/components/playback/playback.class.js.map +1 -1
- package/dist/components/playback/playback.styles.js +20 -20
- package/dist/components/policy-summary/policy-summary.class.d.ts +76 -0
- package/dist/components/policy-summary/policy-summary.class.d.ts.map +1 -0
- package/dist/components/policy-summary/policy-summary.class.js +125 -0
- package/dist/components/policy-summary/policy-summary.class.js.map +1 -0
- package/dist/components/policy-summary/policy-summary.d.ts +6 -0
- package/dist/components/policy-summary/policy-summary.d.ts.map +1 -0
- package/dist/components/policy-summary/policy-summary.js +9 -0
- package/dist/components/policy-summary/policy-summary.js.map +1 -0
- package/dist/components/policy-summary/policy-summary.styles.d.ts +2 -0
- package/dist/components/policy-summary/policy-summary.styles.d.ts.map +1 -0
- package/dist/components/policy-summary/policy-summary.styles.js +68 -0
- package/dist/components/policy-summary/policy-summary.styles.js.map +1 -0
- package/dist/components/poll-status/poll-status.class.d.ts +10 -10
- package/dist/components/poll-status/poll-status.class.d.ts.map +1 -1
- package/dist/components/poll-status/poll-status.class.js +14 -14
- package/dist/components/poll-status/poll-status.class.js.map +1 -1
- package/dist/components/poll-status/poll-status.styles.js +20 -20
- package/dist/components/pptx-viewer/pptx-viewer.class.d.ts +8 -8
- package/dist/components/pptx-viewer/pptx-viewer.class.d.ts.map +1 -1
- package/dist/components/pptx-viewer/pptx-viewer.class.js +10 -10
- package/dist/components/pptx-viewer/pptx-viewer.class.js.map +1 -1
- package/dist/components/pptx-viewer/pptx-viewer.js +1 -1
- package/dist/components/pptx-viewer/pptx-viewer.js.map +1 -1
- package/dist/components/pptx-viewer/pptx-viewer.styles.js +26 -26
- package/dist/components/progress/progress-bar.class.d.ts +3 -3
- package/dist/components/progress/progress-bar.class.d.ts.map +1 -1
- package/dist/components/progress/progress-bar.class.js +2 -2
- package/dist/components/progress/progress-ring.class.d.ts +3 -3
- package/dist/components/progress/progress-ring.class.d.ts.map +1 -1
- package/dist/components/progress/progress-ring.class.js +2 -2
- package/dist/components/progress/progress.styles.js +15 -15
- package/dist/components/provenance-panel/provenance-panel.class.d.ts +7 -7
- package/dist/components/provenance-panel/provenance-panel.class.d.ts.map +1 -1
- package/dist/components/provenance-panel/provenance-panel.class.js +11 -11
- package/dist/components/provenance-panel/provenance-panel.class.js.map +1 -1
- package/dist/components/provenance-panel/provenance-panel.styles.js +11 -11
- package/dist/components/push-to-talk/push-to-talk.class.d.ts +26 -26
- package/dist/components/push-to-talk/push-to-talk.class.d.ts.map +1 -1
- package/dist/components/push-to-talk/push-to-talk.class.js +33 -33
- package/dist/components/push-to-talk/push-to-talk.class.js.map +1 -1
- package/dist/components/push-to-talk/push-to-talk.styles.js +20 -20
- package/dist/components/qr-code/qr-code-loader.js +1 -1
- package/dist/components/qr-code/qr-code-loader.js.map +1 -1
- package/dist/components/qr-code/qr-code.class.d.ts +10 -10
- package/dist/components/qr-code/qr-code.class.d.ts.map +1 -1
- package/dist/components/qr-code/qr-code.class.js +12 -12
- package/dist/components/qr-code/qr-code.class.js.map +1 -1
- package/dist/components/qr-code/qr-code.styles.js +9 -9
- package/dist/components/query-builder/query-builder.class.d.ts +180 -0
- package/dist/components/query-builder/query-builder.class.d.ts.map +1 -0
- package/dist/components/query-builder/query-builder.class.js +415 -0
- package/dist/components/query-builder/query-builder.class.js.map +1 -0
- package/dist/components/query-builder/query-builder.d.ts +9 -0
- package/dist/components/query-builder/query-builder.d.ts.map +1 -0
- package/dist/components/query-builder/query-builder.js +12 -0
- package/dist/components/query-builder/query-builder.js.map +1 -0
- package/dist/components/query-builder/query-builder.styles.d.ts +2 -0
- package/dist/components/query-builder/query-builder.styles.d.ts.map +1 -0
- package/dist/components/query-builder/query-builder.styles.js +77 -0
- package/dist/components/query-builder/query-builder.styles.js.map +1 -0
- package/dist/components/radio/radio-group.class.d.ts +5 -5
- package/dist/components/radio/radio-group.class.d.ts.map +1 -1
- package/dist/components/radio/radio-group.class.js +4 -4
- package/dist/components/radio/radio-group.class.js.map +1 -1
- package/dist/components/radio/radio-group.styles.js +6 -6
- package/dist/components/radio/radio.class.d.ts +6 -6
- package/dist/components/radio/radio.class.d.ts.map +1 -1
- package/dist/components/radio/radio.class.js +9 -9
- package/dist/components/radio/radio.class.js.map +1 -1
- package/dist/components/radio/radio.styles.js +18 -18
- package/dist/components/random-content/random-content.class.d.ts +10 -10
- package/dist/components/random-content/random-content.class.d.ts.map +1 -1
- package/dist/components/random-content/random-content.class.js +11 -11
- package/dist/components/random-content/random-content.class.js.map +1 -1
- package/dist/components/random-content/random-content.styles.js +17 -17
- package/dist/components/rating/rating.class.d.ts +8 -8
- package/dist/components/rating/rating.class.d.ts.map +1 -1
- package/dist/components/rating/rating.class.js +7 -7
- package/dist/components/rating/rating.class.js.map +1 -1
- package/dist/components/rating/rating.styles.js +6 -6
- package/dist/components/resize-observer/resize-observer.class.d.ts +5 -5
- package/dist/components/resize-observer/resize-observer.class.d.ts.map +1 -1
- package/dist/components/resize-observer/resize-observer.class.js +4 -4
- package/dist/components/resize-observer/resize-observer.class.js.map +1 -1
- package/dist/components/responsive-panel/responsive-panel.class.d.ts +16 -16
- package/dist/components/responsive-panel/responsive-panel.class.d.ts.map +1 -1
- package/dist/components/responsive-panel/responsive-panel.class.js +17 -17
- package/dist/components/responsive-panel/responsive-panel.class.js.map +1 -1
- package/dist/components/responsive-panel/responsive-panel.styles.js +19 -19
- package/dist/components/result-card/result-card.class.d.ts +8 -8
- package/dist/components/result-card/result-card.class.d.ts.map +1 -1
- package/dist/components/result-card/result-card.class.js +8 -8
- package/dist/components/result-card/result-card.class.js.map +1 -1
- package/dist/components/result-card/result-card.styles.js +12 -12
- package/dist/components/result-card/result-field.class.d.ts +5 -5
- package/dist/components/result-card/result-field.class.d.ts.map +1 -1
- package/dist/components/result-card/result-field.class.js +6 -6
- package/dist/components/result-card/result-field.class.js.map +1 -1
- package/dist/components/result-card/result-field.styles.js +5 -5
- package/dist/components/retrieval-results/retrieval-results.class.d.ts +151 -0
- package/dist/components/retrieval-results/retrieval-results.class.d.ts.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.class.js +340 -0
- package/dist/components/retrieval-results/retrieval-results.class.js.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.d.ts +7 -0
- package/dist/components/retrieval-results/retrieval-results.d.ts.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.js +10 -0
- package/dist/components/retrieval-results/retrieval-results.js.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.styles.d.ts +2 -0
- package/dist/components/retrieval-results/retrieval-results.styles.d.ts.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.styles.js +94 -0
- package/dist/components/retrieval-results/retrieval-results.styles.js.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.class.d.ts +127 -0
- package/dist/components/retrieval-search/retrieval-search.class.d.ts.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.class.js +266 -0
- package/dist/components/retrieval-search/retrieval-search.class.js.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.d.ts +8 -0
- package/dist/components/retrieval-search/retrieval-search.d.ts.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.js +11 -0
- package/dist/components/retrieval-search/retrieval-search.js.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.styles.d.ts +2 -0
- package/dist/components/retrieval-search/retrieval-search.styles.d.ts.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.styles.js +75 -0
- package/dist/components/retrieval-search/retrieval-search.styles.js.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.class.d.ts +101 -0
- package/dist/components/retrieval-trace/retrieval-trace.class.d.ts.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.class.js +215 -0
- package/dist/components/retrieval-trace/retrieval-trace.class.js.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.d.ts +4 -0
- package/dist/components/retrieval-trace/retrieval-trace.d.ts.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.js +7 -0
- package/dist/components/retrieval-trace/retrieval-trace.js.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.styles.d.ts +2 -0
- package/dist/components/retrieval-trace/retrieval-trace.styles.d.ts.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.styles.js +116 -0
- package/dist/components/retrieval-trace/retrieval-trace.styles.js.map +1 -0
- package/dist/components/rubric-form/rubric-form.class.d.ts +19 -19
- package/dist/components/rubric-form/rubric-form.class.d.ts.map +1 -1
- package/dist/components/rubric-form/rubric-form.class.js +36 -36
- package/dist/components/rubric-form/rubric-form.class.js.map +1 -1
- package/dist/components/rubric-form/rubric-form.styles.js +27 -27
- package/dist/components/scroller/scroller.class.d.ts +7 -7
- package/dist/components/scroller/scroller.class.d.ts.map +1 -1
- package/dist/components/scroller/scroller.class.js +6 -6
- package/dist/components/scroller/scroller.class.js.map +1 -1
- package/dist/components/scroller/scroller.styles.js +18 -18
- package/dist/components/segmented/segmented.class.d.ts +16 -8
- package/dist/components/segmented/segmented.class.d.ts.map +1 -1
- package/dist/components/segmented/segmented.class.js +17 -7
- package/dist/components/segmented/segmented.class.js.map +1 -1
- package/dist/components/segmented/segmented.styles.d.ts.map +1 -1
- package/dist/components/segmented/segmented.styles.js +52 -23
- package/dist/components/segmented/segmented.styles.js.map +1 -1
- package/dist/components/select/select.class.d.ts +16 -16
- package/dist/components/select/select.class.d.ts.map +1 -1
- package/dist/components/select/select.class.js +34 -33
- package/dist/components/select/select.class.js.map +1 -1
- package/dist/components/select/select.styles.d.ts.map +1 -1
- package/dist/components/select/select.styles.js +90 -77
- package/dist/components/select/select.styles.js.map +1 -1
- package/dist/components/sequence-strip/sequence-strip.class.d.ts +5 -5
- package/dist/components/sequence-strip/sequence-strip.class.d.ts.map +1 -1
- package/dist/components/sequence-strip/sequence-strip.class.js +4 -4
- package/dist/components/sequence-strip/sequence-strip.styles.js +18 -18
- package/dist/components/skeleton/skeleton.class.d.ts +4 -4
- package/dist/components/skeleton/skeleton.class.d.ts.map +1 -1
- package/dist/components/skeleton/skeleton.class.js +7 -7
- package/dist/components/skeleton/skeleton.class.js.map +1 -1
- package/dist/components/skeleton/skeleton.styles.js +11 -11
- package/dist/components/slider/slider.class.d.ts +13 -13
- package/dist/components/slider/slider.class.d.ts.map +1 -1
- package/dist/components/slider/slider.class.js +23 -23
- package/dist/components/slider/slider.class.js.map +1 -1
- package/dist/components/slider/slider.styles.js +24 -24
- package/dist/components/source-card/source-card.class.d.ts +20 -20
- package/dist/components/source-card/source-card.class.d.ts.map +1 -1
- package/dist/components/source-card/source-card.class.js +19 -19
- package/dist/components/source-card/source-card.class.js.map +1 -1
- package/dist/components/source-card/source-card.styles.js +21 -21
- package/dist/components/source-list/source-list.class.d.ts +9 -9
- package/dist/components/source-list/source-list.class.d.ts.map +1 -1
- package/dist/components/source-list/source-list.class.js +10 -10
- package/dist/components/source-list/source-list.class.js.map +1 -1
- package/dist/components/source-list/source-list.styles.js +18 -18
- package/dist/components/source-picker/source-picker.class.d.ts +9 -9
- package/dist/components/source-picker/source-picker.class.d.ts.map +1 -1
- package/dist/components/source-picker/source-picker.class.js +12 -12
- package/dist/components/source-picker/source-picker.class.js.map +1 -1
- package/dist/components/source-picker/source-picker.styles.js +30 -30
- package/dist/components/span-waterfall/span-waterfall.class.d.ts +9 -9
- package/dist/components/span-waterfall/span-waterfall.class.d.ts.map +1 -1
- package/dist/components/span-waterfall/span-waterfall.class.js +12 -12
- package/dist/components/span-waterfall/span-waterfall.class.js.map +1 -1
- package/dist/components/span-waterfall/span-waterfall.styles.js +35 -35
- package/dist/components/sparkline/sparkline.class.d.ts +6 -6
- package/dist/components/sparkline/sparkline.class.d.ts.map +1 -1
- package/dist/components/sparkline/sparkline.class.js +5 -5
- package/dist/components/sparkline/sparkline.styles.js +7 -7
- package/dist/components/spinner/spinner.class.d.ts +3 -3
- package/dist/components/spinner/spinner.class.d.ts.map +1 -1
- package/dist/components/spinner/spinner.class.js +2 -2
- package/dist/components/spinner/spinner.styles.js +10 -10
- package/dist/components/split/split.class.d.ts +19 -19
- package/dist/components/split/split.class.d.ts.map +1 -1
- package/dist/components/split/split.class.js +25 -25
- package/dist/components/split/split.class.js.map +1 -1
- package/dist/components/split/split.styles.js +17 -17
- package/dist/components/spreadsheet-viewer/spreadsheet-loader.js +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-loader.js.map +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.d.ts +14 -14
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.d.ts.map +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.js +21 -21
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.js.map +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.js +2 -2
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.js.map +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.styles.js +6 -6
- package/dist/components/stack-trace/stack-trace.class.d.ts +7 -7
- package/dist/components/stack-trace/stack-trace.class.d.ts.map +1 -1
- package/dist/components/stack-trace/stack-trace.class.js +9 -9
- package/dist/components/stack-trace/stack-trace.class.js.map +1 -1
- package/dist/components/stack-trace/stack-trace.styles.js +36 -36
- package/dist/components/stat/stat.class.d.ts +6 -6
- package/dist/components/stat/stat.class.d.ts.map +1 -1
- package/dist/components/stat/stat.class.js +6 -6
- package/dist/components/stat/stat.class.js.map +1 -1
- package/dist/components/stat/stat.styles.js +51 -51
- package/dist/components/stepper/stepper.class.d.ts +8 -8
- package/dist/components/stepper/stepper.class.d.ts.map +1 -1
- package/dist/components/stepper/stepper.class.js +7 -7
- package/dist/components/stepper/stepper.class.js.map +1 -1
- package/dist/components/stepper/stepper.styles.js +22 -22
- package/dist/components/stream-status/stream-status.class.d.ts +14 -14
- package/dist/components/stream-status/stream-status.class.d.ts.map +1 -1
- package/dist/components/stream-status/stream-status.class.js +18 -18
- package/dist/components/stream-status/stream-status.class.js.map +1 -1
- package/dist/components/stream-status/stream-status.styles.js +31 -31
- package/dist/components/streaming-text/streaming-text.class.d.ts +11 -11
- package/dist/components/streaming-text/streaming-text.class.d.ts.map +1 -1
- package/dist/components/streaming-text/streaming-text.class.js +14 -14
- package/dist/components/streaming-text/streaming-text.class.js.map +1 -1
- package/dist/components/streaming-text/streaming-text.styles.js +13 -13
- package/dist/components/suggestion-chips/suggestion-chips.class.d.ts +5 -5
- package/dist/components/suggestion-chips/suggestion-chips.class.d.ts.map +1 -1
- package/dist/components/suggestion-chips/suggestion-chips.class.js +7 -6
- package/dist/components/suggestion-chips/suggestion-chips.class.js.map +1 -1
- package/dist/components/suggestion-chips/suggestion-chips.styles.js +16 -16
- package/dist/components/svg-viewer/dompurify-loader.js +1 -1
- package/dist/components/svg-viewer/dompurify-loader.js.map +1 -1
- package/dist/components/svg-viewer/svg-viewer.class.d.ts +15 -15
- package/dist/components/svg-viewer/svg-viewer.class.d.ts.map +1 -1
- package/dist/components/svg-viewer/svg-viewer.class.js +18 -18
- package/dist/components/svg-viewer/svg-viewer.class.js.map +1 -1
- package/dist/components/svg-viewer/svg-viewer.js +1 -1
- package/dist/components/svg-viewer/svg-viewer.js.map +1 -1
- package/dist/components/svg-viewer/svg-viewer.styles.js +13 -13
- package/dist/components/swatch-picker/swatch-picker.class.d.ts +14 -14
- package/dist/components/swatch-picker/swatch-picker.class.d.ts.map +1 -1
- package/dist/components/swatch-picker/swatch-picker.class.js +12 -12
- package/dist/components/swatch-picker/swatch-picker.class.js.map +1 -1
- package/dist/components/swatch-picker/swatch-picker.styles.js +26 -26
- package/dist/components/switch/switch.class.d.ts +9 -9
- package/dist/components/switch/switch.class.d.ts.map +1 -1
- package/dist/components/switch/switch.class.js +18 -17
- package/dist/components/switch/switch.class.js.map +1 -1
- package/dist/components/switch/switch.styles.js +32 -32
- package/dist/components/table/table.class.d.ts +44 -44
- package/dist/components/table/table.class.d.ts.map +1 -1
- package/dist/components/table/table.class.js +61 -61
- package/dist/components/table/table.class.js.map +1 -1
- package/dist/components/table/table.styles.js +91 -91
- package/dist/components/tabs/tabs.class.d.ts +9 -9
- package/dist/components/tabs/tabs.class.d.ts.map +1 -1
- package/dist/components/tabs/tabs.class.js +10 -10
- package/dist/components/tabs/tabs.class.js.map +1 -1
- package/dist/components/tabs/tabs.styles.js +26 -26
- package/dist/components/task-list/task-list.class.d.ts +12 -12
- package/dist/components/task-list/task-list.class.d.ts.map +1 -1
- package/dist/components/task-list/task-list.class.js +17 -16
- package/dist/components/task-list/task-list.class.js.map +1 -1
- package/dist/components/task-list/task-list.styles.js +33 -33
- package/dist/components/terminal/terminal.class.d.ts +19 -19
- package/dist/components/terminal/terminal.class.d.ts.map +1 -1
- package/dist/components/terminal/terminal.class.js +34 -34
- package/dist/components/terminal/terminal.class.js.map +1 -1
- package/dist/components/terminal/terminal.styles.js +32 -32
- package/dist/components/test-results/test-results.class.d.ts +9 -9
- package/dist/components/test-results/test-results.class.d.ts.map +1 -1
- package/dist/components/test-results/test-results.class.js +16 -16
- package/dist/components/test-results/test-results.class.js.map +1 -1
- package/dist/components/test-results/test-results.styles.js +48 -48
- package/dist/components/textarea/textarea.class.d.ts +12 -12
- package/dist/components/textarea/textarea.class.d.ts.map +1 -1
- package/dist/components/textarea/textarea.class.js +12 -12
- package/dist/components/textarea/textarea.class.js.map +1 -1
- package/dist/components/textarea/textarea.styles.js +24 -24
- package/dist/components/thinking-panel/thinking-panel.class.d.ts +14 -14
- package/dist/components/thinking-panel/thinking-panel.class.d.ts.map +1 -1
- package/dist/components/thinking-panel/thinking-panel.class.js +15 -15
- package/dist/components/thinking-panel/thinking-panel.class.js.map +1 -1
- package/dist/components/thinking-panel/thinking-panel.styles.js +32 -32
- package/dist/components/thinking-panel/thinking-panel.styles.js.map +1 -1
- package/dist/components/thread-list/thread-list.class.d.ts +45 -27
- package/dist/components/thread-list/thread-list.class.d.ts.map +1 -1
- package/dist/components/thread-list/thread-list.class.js +47 -40
- package/dist/components/thread-list/thread-list.class.js.map +1 -1
- package/dist/components/thread-list/thread-list.styles.js +25 -25
- package/dist/components/time-range/time-range.class.d.ts +14 -14
- package/dist/components/time-range/time-range.class.d.ts.map +1 -1
- package/dist/components/time-range/time-range.class.js +25 -25
- package/dist/components/time-range/time-range.class.js.map +1 -1
- package/dist/components/time-range/time-range.styles.js +33 -33
- package/dist/components/timeline/timeline-item.class.d.ts +24 -24
- package/dist/components/timeline/timeline-item.class.d.ts.map +1 -1
- package/dist/components/timeline/timeline-item.class.js +26 -26
- package/dist/components/timeline/timeline-item.class.js.map +1 -1
- package/dist/components/timeline/timeline-item.js +2 -2
- package/dist/components/timeline/timeline-item.js.map +1 -1
- package/dist/components/timeline/timeline-item.styles.js +43 -43
- package/dist/components/timeline/timeline.class.d.ts +14 -14
- package/dist/components/timeline/timeline.class.d.ts.map +1 -1
- package/dist/components/timeline/timeline.class.js +14 -14
- package/dist/components/timeline/timeline.class.js.map +1 -1
- package/dist/components/timeline/timeline.styles.js +15 -15
- package/dist/components/toast/toast-item.class.d.ts +13 -13
- package/dist/components/toast/toast-item.class.d.ts.map +1 -1
- package/dist/components/toast/toast-item.class.js +12 -12
- package/dist/components/toast/toast-item.class.js.map +1 -1
- package/dist/components/toast/toast-item.styles.js +56 -56
- package/dist/components/toast/toast.class.d.ts +5 -5
- package/dist/components/toast/toast.class.d.ts.map +1 -1
- package/dist/components/toast/toast.class.js +6 -6
- package/dist/components/toast/toast.class.js.map +1 -1
- package/dist/components/toast/toast.styles.js +17 -17
- package/dist/components/toast/toaster.d.ts +1 -1
- package/dist/components/toast/toaster.js +2 -2
- package/dist/components/toast/toaster.js.map +1 -1
- package/dist/components/token-input/token-input.class.d.ts +8 -8
- package/dist/components/token-input/token-input.class.d.ts.map +1 -1
- package/dist/components/token-input/token-input.class.js +9 -9
- package/dist/components/token-input/token-input.class.js.map +1 -1
- package/dist/components/token-input/token-input.styles.js +14 -14
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.d.ts +19 -19
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.d.ts.map +1 -1
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.js +17 -17
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.js.map +1 -1
- package/dist/components/tool-approval-dialog/tool-approval-dialog.styles.js +56 -56
- package/dist/components/tool-call-chip/tool-call-chip.class.d.ts +19 -19
- package/dist/components/tool-call-chip/tool-call-chip.class.d.ts.map +1 -1
- package/dist/components/tool-call-chip/tool-call-chip.class.js +26 -26
- package/dist/components/tool-call-chip/tool-call-chip.class.js.map +1 -1
- package/dist/components/tool-call-chip/tool-call-chip.styles.js +61 -61
- package/dist/components/tool-param-form/tool-param-form.class.d.ts +13 -13
- package/dist/components/tool-param-form/tool-param-form.class.d.ts.map +1 -1
- package/dist/components/tool-param-form/tool-param-form.class.js +22 -22
- package/dist/components/tool-param-form/tool-param-form.class.js.map +1 -1
- package/dist/components/tool-param-form/tool-param-form.styles.js +25 -25
- package/dist/components/tool-result-dialog/tool-result-dialog.class.d.ts +22 -22
- package/dist/components/tool-result-dialog/tool-result-dialog.class.d.ts.map +1 -1
- package/dist/components/tool-result-dialog/tool-result-dialog.class.js +20 -20
- package/dist/components/tool-result-dialog/tool-result-dialog.class.js.map +1 -1
- package/dist/components/tool-result-dialog/tool-result-dialog.styles.js +63 -63
- package/dist/components/tool-result-view/registry.d.ts +3 -3
- package/dist/components/tool-result-view/registry.d.ts.map +1 -1
- package/dist/components/tool-result-view/registry.js +4 -4
- package/dist/components/tool-result-view/registry.js.map +1 -1
- package/dist/components/tool-result-view/tool-result-view.class.d.ts +13 -13
- package/dist/components/tool-result-view/tool-result-view.class.d.ts.map +1 -1
- package/dist/components/tool-result-view/tool-result-view.class.js +16 -16
- package/dist/components/tool-result-view/tool-result-view.class.js.map +1 -1
- package/dist/components/tool-result-view/tool-result-view.styles.js +8 -8
- package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts +18 -18
- package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts.map +1 -1
- package/dist/components/tool-select-dialog/tool-select-dialog.class.js +21 -21
- package/dist/components/tool-select-dialog/tool-select-dialog.class.js.map +1 -1
- package/dist/components/tool-select-dialog/tool-select-dialog.styles.js +66 -66
- package/dist/components/tool-timeline/tool-timeline.class.d.ts +140 -0
- package/dist/components/tool-timeline/tool-timeline.class.d.ts.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.class.js +293 -0
- package/dist/components/tool-timeline/tool-timeline.class.js.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.d.ts +2 -0
- package/dist/components/tool-timeline/tool-timeline.d.ts.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.js +5 -0
- package/dist/components/tool-timeline/tool-timeline.js.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.styles.d.ts +2 -0
- package/dist/components/tool-timeline/tool-timeline.styles.d.ts.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.styles.js +148 -0
- package/dist/components/tool-timeline/tool-timeline.styles.js.map +1 -0
- package/dist/components/tour/tour.class.d.ts +41 -41
- package/dist/components/tour/tour.class.d.ts.map +1 -1
- package/dist/components/tour/tour.class.js +42 -42
- package/dist/components/tour/tour.class.js.map +1 -1
- package/dist/components/tour/tour.styles.js +49 -49
- package/dist/components/trace-tree/span.d.ts +2 -2
- package/dist/components/trace-tree/trace-tree.class.d.ts +8 -8
- package/dist/components/trace-tree/trace-tree.class.d.ts.map +1 -1
- package/dist/components/trace-tree/trace-tree.class.js +11 -11
- package/dist/components/trace-tree/trace-tree.class.js.map +1 -1
- package/dist/components/trace-tree/trace-tree.styles.js +49 -49
- package/dist/components/transcript-feed/transcript-feed.class.d.ts +8 -8
- package/dist/components/transcript-feed/transcript-feed.class.d.ts.map +1 -1
- package/dist/components/transcript-feed/transcript-feed.class.js +7 -7
- package/dist/components/transcript-feed/transcript-feed.class.js.map +1 -1
- package/dist/components/transcript-feed/transcript-feed.styles.js +25 -25
- package/dist/components/tree/tree-node.class.d.ts +14 -14
- package/dist/components/tree/tree-node.class.d.ts.map +1 -1
- package/dist/components/tree/tree-node.class.js +19 -19
- package/dist/components/tree/tree-node.class.js.map +1 -1
- package/dist/components/tree/tree-node.styles.js +37 -37
- package/dist/components/tree/tree.class.d.ts +12 -12
- package/dist/components/tree/tree.class.d.ts.map +1 -1
- package/dist/components/tree/tree.class.js +14 -14
- package/dist/components/tree/tree.class.js.map +1 -1
- package/dist/components/tree/update-cascade.d.ts +2 -2
- package/dist/components/tree/update-cascade.js +2 -2
- package/dist/components/typing-indicator/typing-indicator.class.d.ts +8 -8
- package/dist/components/typing-indicator/typing-indicator.class.d.ts.map +1 -1
- package/dist/components/typing-indicator/typing-indicator.class.js +7 -7
- package/dist/components/typing-indicator/typing-indicator.class.js.map +1 -1
- package/dist/components/typing-indicator/typing-indicator.styles.js +30 -30
- package/dist/components/typing-indicator/typing-indicator.styles.js.map +1 -1
- package/dist/components/usage-badge/usage-badge.class.d.ts +5 -5
- package/dist/components/usage-badge/usage-badge.class.d.ts.map +1 -1
- package/dist/components/usage-badge/usage-badge.class.js +4 -4
- package/dist/components/usage-badge/usage-badge.styles.js +21 -21
- package/dist/components/virtual-list/virtual-list.class.d.ts +16 -16
- package/dist/components/virtual-list/virtual-list.class.d.ts.map +1 -1
- package/dist/components/virtual-list/virtual-list.class.js +13 -13
- package/dist/components/virtual-list/virtual-list.class.js.map +1 -1
- package/dist/components/virtual-list/virtual-list.styles.js +11 -11
- package/dist/components/voice-picker/voice-picker.class.d.ts +16 -16
- package/dist/components/voice-picker/voice-picker.class.d.ts.map +1 -1
- package/dist/components/voice-picker/voice-picker.class.js +26 -25
- package/dist/components/voice-picker/voice-picker.class.js.map +1 -1
- package/dist/components/voice-picker/voice-picker.styles.js +79 -79
- package/dist/components/widget/widget.class.d.ts +14 -14
- package/dist/components/widget/widget.class.d.ts.map +1 -1
- package/dist/components/widget/widget.class.js +19 -19
- package/dist/components/widget/widget.class.js.map +1 -1
- package/dist/components/widget/widget.styles.js +49 -49
- package/dist/components/widget-renderer/registry.d.ts +3 -3
- package/dist/components/widget-renderer/registry.js +2 -2
- package/dist/components/widget-renderer/registry.js.map +1 -1
- package/dist/components/widget-renderer/resolve.d.ts +2 -2
- package/dist/components/widget-renderer/resolve.js +1 -1
- package/dist/components/widget-renderer/resolve.js.map +1 -1
- package/dist/components/widget-renderer/widget-renderer.class.d.ts +7 -7
- package/dist/components/widget-renderer/widget-renderer.class.d.ts.map +1 -1
- package/dist/components/widget-renderer/widget-renderer.class.js +10 -10
- package/dist/components/widget-renderer/widget-renderer.class.js.map +1 -1
- package/dist/components/word-cloud/word-cloud-layout.d.ts +2 -2
- package/dist/components/word-cloud/word-cloud-layout.d.ts.map +1 -1
- package/dist/components/word-cloud/word-cloud-layout.js +2 -2
- package/dist/components/word-cloud/word-cloud-layout.js.map +1 -1
- package/dist/components/word-cloud/word-cloud.class.d.ts +20 -20
- package/dist/components/word-cloud/word-cloud.class.d.ts.map +1 -1
- package/dist/components/word-cloud/word-cloud.class.js +24 -24
- package/dist/components/word-cloud/word-cloud.class.js.map +1 -1
- package/dist/components/word-cloud/word-cloud.styles.js +26 -26
- package/dist/components/xml-viewer/xml-viewer.class.d.ts +14 -14
- package/dist/components/xml-viewer/xml-viewer.class.d.ts.map +1 -1
- package/dist/components/xml-viewer/xml-viewer.class.js +0 -0
- package/dist/components/xml-viewer/xml-viewer.class.js.map +1 -1
- package/dist/components/xml-viewer/xml-viewer.js +2 -2
- package/dist/components/xml-viewer/xml-viewer.js.map +1 -1
- package/dist/components/xml-viewer/xml-viewer.styles.js +48 -48
- package/dist/components/zoomable-frame/zoomable-frame.class.d.ts +9 -9
- package/dist/components/zoomable-frame/zoomable-frame.class.d.ts.map +1 -1
- package/dist/components/zoomable-frame/zoomable-frame.class.js +9 -9
- package/dist/components/zoomable-frame/zoomable-frame.class.js.map +1 -1
- package/dist/components/zoomable-frame/zoomable-frame.styles.js +19 -19
- package/dist/internal/anchor-target.d.ts +4 -4
- package/dist/internal/anchor-target.d.ts.map +1 -1
- package/dist/internal/anchor-target.js +6 -6
- package/dist/internal/anchor-target.js.map +1 -1
- package/dist/internal/anchored-validity.js +2 -2
- package/dist/internal/anchored-validity.js.map +1 -1
- package/dist/internal/announcer.d.ts +1 -1
- package/dist/internal/announcer.js +1 -1
- package/dist/internal/ansi.d.ts +1 -1
- package/dist/internal/ansi.js +1 -1
- package/dist/internal/ansi.js.map +1 -1
- package/dist/internal/group-by-recency.d.ts +3 -3
- package/dist/internal/group-by-recency.d.ts.map +1 -1
- package/dist/internal/group-by-recency.js +1 -1
- package/dist/internal/layered-layout.d.ts +1 -1
- package/dist/internal/layered-layout.js +1 -1
- package/dist/internal/localization.d.ts +1 -1
- package/dist/internal/localization.d.ts.map +1 -1
- package/dist/internal/localization.js +224 -0
- package/dist/internal/localization.js.map +1 -1
- package/dist/internal/lyra-element.d.ts +1 -1
- package/dist/internal/lyra-element.js +1 -1
- package/dist/internal/overlay-manager.js +1 -1
- package/dist/internal/overlay-manager.js.map +1 -1
- package/dist/internal/papaparse-loader.d.ts +1 -1
- package/dist/internal/papaparse-loader.js +1 -1
- package/dist/internal/positioner.d.ts +28 -1
- package/dist/internal/positioner.d.ts.map +1 -1
- package/dist/internal/positioner.js +14 -3
- package/dist/internal/positioner.js.map +1 -1
- package/dist/internal/prefix.d.ts +1 -1
- package/dist/internal/prefix.d.ts.map +1 -1
- package/dist/internal/prefix.js +2 -2
- package/dist/internal/prefix.js.map +1 -1
- package/dist/internal/root-registration-allowlist.d.ts +2 -2
- package/dist/internal/root-registration-allowlist.d.ts.map +1 -1
- package/dist/internal/root-registration-allowlist.js +248 -223
- package/dist/internal/root-registration-allowlist.js.map +1 -1
- package/dist/internal/slugger.js +2 -2
- package/dist/internal/text-highlights.d.ts +1 -1
- package/dist/internal/text-highlights.d.ts.map +1 -1
- package/dist/internal/text-highlights.js +17 -17
- package/dist/internal/text-highlights.js.map +1 -1
- package/dist/internal/tokens.styles.d.ts.map +1 -1
- package/dist/internal/tokens.styles.js +287 -285
- package/dist/internal/tokens.styles.js.map +1 -1
- package/dist/internal/viewer-search.d.ts +1 -1
- package/dist/internal/viewer-search.d.ts.map +1 -1
- package/dist/lyra.d.ts +50 -1
- package/dist/lyra.d.ts.map +1 -1
- package/dist/lyra.js +49 -0
- package/dist/lyra.js.map +1 -1
- package/dist/testing/happy-dom-shims.d.ts +4 -4
- package/dist/testing/happy-dom-shims.js +4 -4
- package/dist/theme.css +51 -51
- package/llms-full.txt +2573 -2085
- package/llms.txt +87 -80
- package/package.json +54 -3
- package/vscode-css-data.json +300 -272
- package/vscode-html-data.json +1683 -597
- package/web-types.json +1993 -872
|
@@ -15,8 +15,8 @@ import { styles } from './contact-viewer.styles.js';
|
|
|
15
15
|
/**
|
|
16
16
|
* Fetches a vCard document and renders one accessible card per contact.
|
|
17
17
|
*
|
|
18
|
-
* @customElement
|
|
19
|
-
* @event
|
|
18
|
+
* @customElement lr-contact-viewer
|
|
19
|
+
* @event lr-render-error - Fired when fetching or parsing the document fails.
|
|
20
20
|
* @csspart base - The root container.
|
|
21
21
|
* @csspart body - The wrapper around the fetched-state content.
|
|
22
22
|
* @csspart contact - One rendered contact card.
|
|
@@ -27,7 +27,7 @@ import { styles } from './contact-viewer.styles.js';
|
|
|
27
27
|
* @csspart contact-adr - A contact's address list, when present.
|
|
28
28
|
* @csspart spinner - The loading region.
|
|
29
29
|
* @csspart error - The error region.
|
|
30
|
-
* @cssprop [--
|
|
30
|
+
* @cssprop [--lr-contact-viewer-max-height=none] - Maximum block size of the scrollable body before it scrolls internally. Also settable via the `max-height` property.
|
|
31
31
|
*/
|
|
32
32
|
export class LyraContactViewer extends LyraElement {
|
|
33
33
|
constructor() {
|
|
@@ -76,7 +76,7 @@ export class LyraContactViewer extends LyraElement {
|
|
|
76
76
|
if (isAbortError(error) || !this.isConnected || generation !== this.generation)
|
|
77
77
|
return;
|
|
78
78
|
this.fetchState = { kind: 'error', message: error instanceof LyraUserFacingError ? error.message : this.localize(isResourceLimitError(error) ? 'documentPreviewResourceTooLarge' : 'documentPreviewFailedToLoad') };
|
|
79
|
-
this.emit('
|
|
79
|
+
this.emit('lr-render-error', { error });
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
formatAddress(address) { return [address.streetAddress, address.locality, address.region, address.postalCode, address.country].filter(Boolean).join(', '); }
|
|
@@ -98,7 +98,7 @@ export class LyraContactViewer extends LyraElement {
|
|
|
98
98
|
default: return html `<p class="empty-note">${this.localize('documentPreviewEmpty', undefined, { type: this.localize('documentPreviewTypeContact') })}</p>`;
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
|
-
render() { return html `<div part="base" style=${this.maxHeight ? `--
|
|
101
|
+
render() { return html `<div part="base" style=${this.maxHeight ? `--lr-contact-viewer-max-height:${this.maxHeight}` : nothing} aria-label=${this.name || this.getAttribute('aria-label') || this.localize('contactViewerLabel')}><div part="body">${this.renderBody()}</div></div>`; }
|
|
102
102
|
}
|
|
103
103
|
__decorate([
|
|
104
104
|
property()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact-viewer.class.js","sourceRoot":"","sources":["../../../src/components/contact-viewer/contact-viewer.class.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAA4C,MAAM,KAAK,CAAC;AAC9E,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAC9H,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAwC,MAAM,YAAY,CAAC;AAC/E,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAKpD;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,OAAO,iBAAkB,SAAQ,WAAsC;IAA7E;;QAEE,4CAA4C;QAChC,QAAG,GAAG,EAAE,CAAC;QACrB;;;+DAGuD;QAC3C,SAAI,GAAG,EAAE,CAAC;QACtB,gDAAgD;QACT,cAAS,GAAG,EAAE,CAAC;QACrC,eAAU,GAAsB,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;QAC1D,eAAU,GAAG,CAAC,CAAC;IAiDzB,CAAC;aA5DQ,WAAM,GAAG,CAAC,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,AAAvC,CAAwC;IAa3C,OAAO,CAAC,OAAuB;QACvC,IAAI,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC;YAAE,IAAI,CAAC,mBAAmB,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;IAChF,CAAC;IAEO,KAAK,CAAC,IAAI;QAChB,MAAM,UAAU,GAAG,EAAE,IAAI,CAAC,UAAU,CAAC;QACrC,MAAM,MAAM,GAAG,IAAI,CAAC,kBAAkB,EAAE,CAAC;QACzC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;YAAC,IAAI,CAAC,UAAU,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;YAAC,OAAO;QAAC,CAAC;QAC9D,MAAM,GAAG,GAAG,YAAY,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACnC,IAAI,CAAC,GAAG,EAAE,CAAC;YAAC,IAAI,CAAC,UAAU,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,QAAQ,CAAC,8BAA8B,CAAC,EAAE,CAAC;YAAC,OAAO;QAAC,CAAC;QAClH,IAAI,CAAC,UAAU,GAAG,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;QACtC,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;YACnE,IAAI,CAAC,QAAQ,CAAC,EAAE;gBAAE,MAAM,IAAI,KAAK,CAAC,GAAG,QAAQ,CAAC,MAAM,IAAI,QAAQ,CAAC,UAAU,EAAE,CAAC,CAAC;YAC/E,MAAM,QAAQ,GAAG,WAAW,CAAC,MAAM,gBAAgB,CAAC,QAAQ,CAAC,CAAC,CAAC;YAC/D,IAAI,CAAC,QAAQ,CAAC,MAAM;gBAAE,MAAM,IAAI,mBAAmB,CAAC,IAAI,CAAC,QAAQ,CAAC,yBAAyB,CAAC,CAAC,CAAC;YAC9F,IAAI,UAAU,KAAK,IAAI,CAAC,UAAU;gBAAE,IAAI,CAAC,UAAU,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC;QACrF,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,IAAI,YAAY,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,IAAI,UAAU,KAAK,IAAI,CAAC,UAAU;gBAAE,OAAO;YACvF,IAAI,CAAC,UAAU,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,mBAAmB,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,oBAAoB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,iCAAiC,CAAC,CAAC,CAAC,6BAA6B,CAAC,EAAE,CAAC;YACpN,IAAI,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"contact-viewer.class.js","sourceRoot":"","sources":["../../../src/components/contact-viewer/contact-viewer.class.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,7 +5,7 @@ import { defineElement } from '../../internal/prefix.js';
|
|
|
5
5
|
import { registerDocumentRenderer } from '../document-viewer/registry.js';
|
|
6
6
|
defineElement('contact-viewer', LyraContactViewer);
|
|
7
7
|
registerDocumentRenderer('text/vcard', { matches: (file) => /\.vcf$/i.test(file.name), render: (file) => {
|
|
8
|
-
const element = document.createElement('
|
|
8
|
+
const element = document.createElement('lr-contact-viewer');
|
|
9
9
|
element.src = file.src;
|
|
10
10
|
element.name = file.name;
|
|
11
11
|
return element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact-viewer.js","sourceRoot":"","sources":["../../../src/components/contact-viewer/contact-viewer.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAqB,MAAM,gCAAgC,CAAC;AAE7F,aAAa,CAAC,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;AACnD,wBAAwB,CAAC,YAAY,EAAE,EAAE,OAAO,EAAE,CAAC,IAAkB,EAAE,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC,IAAI,EAAE,EAAE;QACpH,MAAM,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,
|
|
1
|
+
{"version":3,"file":"contact-viewer.js","sourceRoot":"","sources":["../../../src/components/contact-viewer/contact-viewer.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAqB,MAAM,gCAAgC,CAAC;AAE7F,aAAa,CAAC,gBAAgB,EAAE,iBAAiB,CAAC,CAAC;AACnD,wBAAwB,CAAC,YAAY,EAAE,EAAE,OAAO,EAAE,CAAC,IAAkB,EAAE,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC,IAAI,EAAE,EAAE;QACpH,MAAM,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;QAC5D,OAAO,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC;QACvB,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACzB,OAAO,OAAO,CAAC;IACjB,CAAC,EAAE,CAAC,CAAC"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
2
|
export const styles = css `
|
|
3
|
-
:host { display: block; --
|
|
4
|
-
[part='base'] { display: flex; flex-direction: column; box-sizing: border-box; border: var(--
|
|
5
|
-
[part='body'] { display: flex; flex-direction: column; gap: var(--
|
|
6
|
-
[part='contact'] { display: flex; flex-direction: column; gap: var(--
|
|
7
|
-
[part='contact-name'] { margin: 0; font-size: var(--
|
|
8
|
-
[part='contact-org'] { margin: 0; color: var(--
|
|
9
|
-
[part='contact-tel'], [part='contact-email'], [part='contact-adr'] { display: flex; flex-direction: column; gap: var(--
|
|
10
|
-
.field-label, .type { color: var(--
|
|
11
|
-
.type { font-size: var(--
|
|
12
|
-
.empty-note, [part='error'] { margin: 0; padding: var(--
|
|
13
|
-
[part='error'] { padding: var(--
|
|
14
|
-
[part='spinner'] { display: flex; justify-content: center; padding: var(--
|
|
3
|
+
:host { display: block; --lr-contact-viewer-max-height: none; }
|
|
4
|
+
[part='base'] { display: flex; flex-direction: column; box-sizing: border-box; border: var(--lr-border-width-thin) solid var(--lr-color-border); border-radius: var(--lr-radius); background: var(--lr-color-surface); overflow: hidden; }
|
|
5
|
+
[part='body'] { display: flex; flex-direction: column; gap: var(--lr-space-m); box-sizing: border-box; overflow: auto; max-block-size: var(--lr-contact-viewer-max-height); padding: var(--lr-space-m); }
|
|
6
|
+
[part='contact'] { display: flex; flex-direction: column; gap: var(--lr-space-xs); padding: var(--lr-space-m); border: var(--lr-border-width-thin) solid var(--lr-color-border); border-radius: var(--lr-radius); }
|
|
7
|
+
[part='contact-name'] { margin: 0; font-size: var(--lr-font-size-md); font-weight: var(--lr-font-weight-semibold); color: var(--lr-color-text); }
|
|
8
|
+
[part='contact-org'] { margin: 0; color: var(--lr-color-text-quiet); font-size: var(--lr-font-size-sm); }
|
|
9
|
+
[part='contact-tel'], [part='contact-email'], [part='contact-adr'] { display: flex; flex-direction: column; gap: var(--lr-space-2xs); margin: 0; padding: 0; list-style: none; font-size: var(--lr-font-size-sm); color: var(--lr-color-text); }
|
|
10
|
+
.field-label, .type { color: var(--lr-color-text-quiet); }
|
|
11
|
+
.type { font-size: var(--lr-font-size-xs); }
|
|
12
|
+
.empty-note, [part='error'] { margin: 0; padding: var(--lr-space-m); color: var(--lr-color-text-quiet); font-size: var(--lr-font-size-md-sm); }
|
|
13
|
+
[part='error'] { padding: var(--lr-space-l); color: var(--lr-color-danger); text-align: center; }
|
|
14
|
+
[part='spinner'] { display: flex; justify-content: center; padding: var(--lr-space-l); }
|
|
15
15
|
`;
|
|
16
16
|
//# sourceMappingURL=contact-viewer.styles.js.map
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { type TemplateResult } from 'lit';
|
|
2
|
+
import { LyraElement } from '../../internal/lyra-element.js';
|
|
3
|
+
import type { Citation } from '../../ai/types.js';
|
|
4
|
+
import type { ContextMeterTone } from '../context-meter/context-meter.class.js';
|
|
5
|
+
import type { ExportFormatOption } from '../export-button/export-button.class.js';
|
|
6
|
+
import '../context-meter/context-meter.class.js';
|
|
7
|
+
import '../copy-button/copy-button.class.js';
|
|
8
|
+
import '../export-button/export-button.class.js';
|
|
9
|
+
import '../citation-badge/citation-badge.class.js';
|
|
10
|
+
import '../empty/empty.class.js';
|
|
11
|
+
/**
|
|
12
|
+
* One redacted character range within a `ContextInspectorSegment.text`. `start`/`end` are plain
|
|
13
|
+
* UTF-16 offsets, matching `Citation['span']`'s own `{ start; end }` shape (`ai/types.ts`). `text`
|
|
14
|
+
* is expected to already carry a redaction placeholder in that range (e.g. `[REDACTED]`) -- this
|
|
15
|
+
* component only visually/accessibly marks the range, it never receives, un-redacts, or renders
|
|
16
|
+
* the original sensitive content.
|
|
17
|
+
*/
|
|
18
|
+
export interface ContextInspectorRedaction {
|
|
19
|
+
start: number;
|
|
20
|
+
end: number;
|
|
21
|
+
/** Shown as the marker's `title`/accessible reason. Falls back to a generic localized "Redacted" when unset. */
|
|
22
|
+
reason?: string;
|
|
23
|
+
}
|
|
24
|
+
/** One piece of the assembled final prompt context, e.g. a system prompt, a retrieved chunk, or one chat-history turn. */
|
|
25
|
+
export interface ContextInspectorSegment {
|
|
26
|
+
id: string;
|
|
27
|
+
/** Short heading, e.g. "System prompt", "Retrieved chunk 2". Feeds both this segment's own heading and its `<lr-context-meter>` segment label. */
|
|
28
|
+
label: string;
|
|
29
|
+
/** The segment's final text, exactly as sent to the model (post-redaction/post-truncation). */
|
|
30
|
+
text: string;
|
|
31
|
+
/** Estimated token count. Feeds `<lr-context-meter>`'s segment `value` directly. */
|
|
32
|
+
tokens: number;
|
|
33
|
+
tone?: ContextMeterTone;
|
|
34
|
+
/** Source attribution -- renders a `<lr-citation-badge>` carrying `citation.sourceId`/`citation.label`. */
|
|
35
|
+
citation?: Citation;
|
|
36
|
+
/** True when `text` was cut short of the segment's original content. */
|
|
37
|
+
truncated?: boolean;
|
|
38
|
+
/** Tokens omitted by truncation, shown in the truncation-boundary marker's text when set. */
|
|
39
|
+
omittedTokens?: number;
|
|
40
|
+
/** Character ranges within `text` that are redaction placeholders (see `ContextInspectorRedaction`). */
|
|
41
|
+
redactions?: ContextInspectorRedaction[];
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* `<lr-context-inspector>` — an inspection view of the exact context assembled for a model call:
|
|
45
|
+
* per-segment token estimates via `<lr-context-meter>`, source attribution via
|
|
46
|
+
* `<lr-citation-badge>`, and copy/export affordances via `<lr-copy-button>`/`<lr-export-button>`.
|
|
47
|
+
* Truncation-boundary and redaction-marker rendering are this component's own minimal
|
|
48
|
+
* presentational logic (see `ContextInspectorSegment`'s `truncated`/`omittedTokens`/`redactions`
|
|
49
|
+
* fields) — no existing primitive covers "show where this got cut off / redacted", so this stays a
|
|
50
|
+
* small, purpose-built rendering step rather than a general text-annotation system.
|
|
51
|
+
*
|
|
52
|
+
* Pure projection: never fetches, estimates tokens, or performs redaction itself — `segments` is
|
|
53
|
+
* expected to already carry each field's final, already-processed value (e.g. `text` already has
|
|
54
|
+
* any redaction placeholders substituted in; this component never sees or renders the original
|
|
55
|
+
* unredacted content).
|
|
56
|
+
*
|
|
57
|
+
* @customElement lr-context-inspector
|
|
58
|
+
* @event lr-copy - `detail: { text }`, surfaced by the embedded `lr-copy-button` copying the
|
|
59
|
+
* assembled context text (every segment's `label` + `text`, in order). Bubbles + composed
|
|
60
|
+
* already; not re-emitted, so exactly one event reaches a host listener.
|
|
61
|
+
* @event lr-export - `detail: { format }`, surfaced by the embedded `lr-export-button`, one row
|
|
62
|
+
* per segment. Cancelable — see that component's own contract for substituting a
|
|
63
|
+
* server-generated export.
|
|
64
|
+
* @event lr-export-complete - `detail: { format }`, fired after a non-cancelled export completes.
|
|
65
|
+
* @event lr-citation-activate - `detail: { sourceId, index }`, surfaced by a segment's embedded
|
|
66
|
+
* `lr-citation-badge` — the "jump to this source" signal a host wires to scrolling/highlighting
|
|
67
|
+
* the matching `lr-source-card`.
|
|
68
|
+
* @event lr-citation-open - `detail: { sourceId, index, href }`, this component's "full preview"
|
|
69
|
+
* signal, surfaced the same way.
|
|
70
|
+
* @csspart base - The `role="group"` wrapper.
|
|
71
|
+
* @csspart meter - The embedded `lr-context-meter`. Omitted (replaced by `empty`) when `segments` is empty.
|
|
72
|
+
* @csspart toolbar - The wrapper around the copy/export affordances. Omitted when `segments` is empty.
|
|
73
|
+
* @csspart copy-button - The embedded `lr-copy-button`.
|
|
74
|
+
* @csspart export-button - The embedded `lr-export-button`.
|
|
75
|
+
* @csspart segments - The `role="list"` wrapper around all segments. Omitted (replaced by `empty`) when `segments` is empty.
|
|
76
|
+
* @csspart segment - One segment's wrapper (`role="listitem"`).
|
|
77
|
+
* @csspart segment-header - A segment's label/token-count/citation row.
|
|
78
|
+
* @csspart segment-label - A segment's visible label text.
|
|
79
|
+
* @csspart segment-tokens - A segment's visible token-estimate text.
|
|
80
|
+
* @csspart citation - A segment's embedded `lr-citation-badge`, rendered only when it carries a `citation`.
|
|
81
|
+
* @csspart segment-text - A segment's text body, carrying any `redaction` marks and its own trailing `truncation-boundary` marker.
|
|
82
|
+
* @csspart redaction - One redacted range within a segment's text (a `<mark>`).
|
|
83
|
+
* @csspart truncation-boundary - The marker appended after a `truncated` segment's text.
|
|
84
|
+
* @csspart empty - The empty state, shown when `segments` is empty.
|
|
85
|
+
*/
|
|
86
|
+
export declare class LyraContextInspector extends LyraElement {
|
|
87
|
+
static styles: import("lit").CSSResultGroup[];
|
|
88
|
+
/** The assembled context, one entry per piece (system prompt, retrieved chunk, history turn, ...). */
|
|
89
|
+
segments: ContextInspectorSegment[];
|
|
90
|
+
/** The full token budget `segments` are measured against — passed straight through to `<lr-context-meter>`'s own `total`. */
|
|
91
|
+
total: number;
|
|
92
|
+
/** Accessible group name, and the embedded `<lr-context-meter>`'s own visible caption, e.g. "128K context window". */
|
|
93
|
+
label: string;
|
|
94
|
+
/** Export format(s) offered by the embedded `<lr-export-button>` — a single id renders a plain button, more than one a format-choice menu. */
|
|
95
|
+
formats: ExportFormatOption[];
|
|
96
|
+
/** Download filename (no extension) passed through to `<lr-export-button>`. */
|
|
97
|
+
filename: string;
|
|
98
|
+
private get meterSegments();
|
|
99
|
+
/** Every segment's `label` + `text`, in order — the `<lr-copy-button>`'s `value`. */
|
|
100
|
+
private get assembledText();
|
|
101
|
+
/** One flat row per segment for `<lr-export-button>` — `redactions` is summarized as a count
|
|
102
|
+
* rather than carried in full, keeping every export format (including CSV) well-formed. */
|
|
103
|
+
private get exportRows();
|
|
104
|
+
private renderSegmentText;
|
|
105
|
+
private renderTruncationBoundary;
|
|
106
|
+
private renderSegment;
|
|
107
|
+
render(): TemplateResult;
|
|
108
|
+
}
|
|
109
|
+
declare global {
|
|
110
|
+
interface HTMLElementTagNameMap {
|
|
111
|
+
'lr-context-inspector': LyraContextInspector;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
//# sourceMappingURL=context-inspector.class.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context-inspector.class.d.ts","sourceRoot":"","sources":["../../../src/components/context-inspector/context-inspector.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAEzD,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAE7D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,EAAuB,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AACrG,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,yCAAyC,CAAC;AACjD,OAAO,qCAAqC,CAAC;AAC7C,OAAO,yCAAyC,CAAC;AACjD,OAAO,2CAA2C,CAAC;AACnD,OAAO,yBAAyB,CAAC;AAGjC;;;;;;GAMG;AACH,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,gHAAgH;IAChH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,0HAA0H;AAC1H,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,kJAAkJ;IAClJ,KAAK,EAAE,MAAM,CAAC;IACd,+FAA+F;IAC/F,IAAI,EAAE,MAAM,CAAC;IACb,oFAAoF;IACpF,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB,2GAA2G;IAC3G,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,wEAAwE;IACxE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6FAA6F;IAC7F,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wGAAwG;IACxG,UAAU,CAAC,EAAE,yBAAyB,EAAE,CAAC;CAC1C;AAwCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,qBAAa,oBAAqB,SAAQ,WAAW;IACnD,MAAM,CAAC,MAAM,iCAAgC;IAE7C,sGAAsG;IACtE,QAAQ,EAAE,uBAAuB,EAAE,CAAM;IAEzE,6HAA6H;IACjG,KAAK,SAAK;IAEtC,sHAAsH;IAC1G,KAAK,SAAM;IAEvB,8IAA8I;IAC9G,OAAO,EAAE,kBAAkB,EAAE,CAAY;IAEzE,+EAA+E;IACnE,QAAQ,SAAa;IAEjC,OAAO,KAAK,aAAa,GAExB;IAED,qFAAqF;IACrF,OAAO,KAAK,aAAa,GAExB;IAED;gGAC4F;IAC5F,OAAO,KAAK,UAAU,GAWrB;IAED,OAAO,CAAC,iBAAiB;IAmBzB,OAAO,CAAC,wBAAwB;IAUhC,OAAO,CAAC,aAAa;IAsBrB,MAAM,IAAI,cAAc,CA+BvB;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,sBAAsB,EAAE,oBAAoB,CAAC;KAC9C;CACF"}
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { html, nothing } from 'lit';
|
|
8
|
+
import { property } from 'lit/decorators.js';
|
|
9
|
+
import { LyraElement } from '../../internal/lyra-element.js';
|
|
10
|
+
import { finiteCount } from '../../internal/numbers.js';
|
|
11
|
+
import '../context-meter/context-meter.class.js';
|
|
12
|
+
import '../copy-button/copy-button.class.js';
|
|
13
|
+
import '../export-button/export-button.class.js';
|
|
14
|
+
import '../citation-badge/citation-badge.class.js';
|
|
15
|
+
import '../empty/empty.class.js';
|
|
16
|
+
import { styles } from './context-inspector.styles.js';
|
|
17
|
+
/**
|
|
18
|
+
* Clamps, sorts, and merges overlapping/inverted/out-of-range ranges in `redactions` against
|
|
19
|
+
* `length` -- bad host data (a dangling span past the end of `text`, a reversed `start`/`end`, two
|
|
20
|
+
* overlapping spans) degrades to a clamped, non-overlapping range list instead of throwing or
|
|
21
|
+
* corrupting the rendered text.
|
|
22
|
+
*/
|
|
23
|
+
function normalizeRedactions(redactions, length) {
|
|
24
|
+
if (!redactions || redactions.length === 0)
|
|
25
|
+
return [];
|
|
26
|
+
const clamped = redactions
|
|
27
|
+
.map((r) => ({
|
|
28
|
+
start: finiteCount(Math.min(r.start, r.end), 0, length),
|
|
29
|
+
end: finiteCount(Math.max(r.start, r.end), 0, length),
|
|
30
|
+
reason: r.reason,
|
|
31
|
+
}))
|
|
32
|
+
.filter((r) => r.end > r.start)
|
|
33
|
+
.sort((a, b) => a.start - b.start);
|
|
34
|
+
const merged = [];
|
|
35
|
+
for (const r of clamped) {
|
|
36
|
+
const prev = merged[merged.length - 1];
|
|
37
|
+
if (prev && r.start < prev.end) {
|
|
38
|
+
prev.end = Math.max(prev.end, r.end);
|
|
39
|
+
continue;
|
|
40
|
+
}
|
|
41
|
+
merged.push({ ...r });
|
|
42
|
+
}
|
|
43
|
+
return merged;
|
|
44
|
+
}
|
|
45
|
+
function formatCount(n, locale) {
|
|
46
|
+
return Math.round(finiteCount(n)).toLocaleString(locale);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* `<lr-context-inspector>` — an inspection view of the exact context assembled for a model call:
|
|
50
|
+
* per-segment token estimates via `<lr-context-meter>`, source attribution via
|
|
51
|
+
* `<lr-citation-badge>`, and copy/export affordances via `<lr-copy-button>`/`<lr-export-button>`.
|
|
52
|
+
* Truncation-boundary and redaction-marker rendering are this component's own minimal
|
|
53
|
+
* presentational logic (see `ContextInspectorSegment`'s `truncated`/`omittedTokens`/`redactions`
|
|
54
|
+
* fields) — no existing primitive covers "show where this got cut off / redacted", so this stays a
|
|
55
|
+
* small, purpose-built rendering step rather than a general text-annotation system.
|
|
56
|
+
*
|
|
57
|
+
* Pure projection: never fetches, estimates tokens, or performs redaction itself — `segments` is
|
|
58
|
+
* expected to already carry each field's final, already-processed value (e.g. `text` already has
|
|
59
|
+
* any redaction placeholders substituted in; this component never sees or renders the original
|
|
60
|
+
* unredacted content).
|
|
61
|
+
*
|
|
62
|
+
* @customElement lr-context-inspector
|
|
63
|
+
* @event lr-copy - `detail: { text }`, surfaced by the embedded `lr-copy-button` copying the
|
|
64
|
+
* assembled context text (every segment's `label` + `text`, in order). Bubbles + composed
|
|
65
|
+
* already; not re-emitted, so exactly one event reaches a host listener.
|
|
66
|
+
* @event lr-export - `detail: { format }`, surfaced by the embedded `lr-export-button`, one row
|
|
67
|
+
* per segment. Cancelable — see that component's own contract for substituting a
|
|
68
|
+
* server-generated export.
|
|
69
|
+
* @event lr-export-complete - `detail: { format }`, fired after a non-cancelled export completes.
|
|
70
|
+
* @event lr-citation-activate - `detail: { sourceId, index }`, surfaced by a segment's embedded
|
|
71
|
+
* `lr-citation-badge` — the "jump to this source" signal a host wires to scrolling/highlighting
|
|
72
|
+
* the matching `lr-source-card`.
|
|
73
|
+
* @event lr-citation-open - `detail: { sourceId, index, href }`, this component's "full preview"
|
|
74
|
+
* signal, surfaced the same way.
|
|
75
|
+
* @csspart base - The `role="group"` wrapper.
|
|
76
|
+
* @csspart meter - The embedded `lr-context-meter`. Omitted (replaced by `empty`) when `segments` is empty.
|
|
77
|
+
* @csspart toolbar - The wrapper around the copy/export affordances. Omitted when `segments` is empty.
|
|
78
|
+
* @csspart copy-button - The embedded `lr-copy-button`.
|
|
79
|
+
* @csspart export-button - The embedded `lr-export-button`.
|
|
80
|
+
* @csspart segments - The `role="list"` wrapper around all segments. Omitted (replaced by `empty`) when `segments` is empty.
|
|
81
|
+
* @csspart segment - One segment's wrapper (`role="listitem"`).
|
|
82
|
+
* @csspart segment-header - A segment's label/token-count/citation row.
|
|
83
|
+
* @csspart segment-label - A segment's visible label text.
|
|
84
|
+
* @csspart segment-tokens - A segment's visible token-estimate text.
|
|
85
|
+
* @csspart citation - A segment's embedded `lr-citation-badge`, rendered only when it carries a `citation`.
|
|
86
|
+
* @csspart segment-text - A segment's text body, carrying any `redaction` marks and its own trailing `truncation-boundary` marker.
|
|
87
|
+
* @csspart redaction - One redacted range within a segment's text (a `<mark>`).
|
|
88
|
+
* @csspart truncation-boundary - The marker appended after a `truncated` segment's text.
|
|
89
|
+
* @csspart empty - The empty state, shown when `segments` is empty.
|
|
90
|
+
*/
|
|
91
|
+
export class LyraContextInspector extends LyraElement {
|
|
92
|
+
constructor() {
|
|
93
|
+
super(...arguments);
|
|
94
|
+
/** The assembled context, one entry per piece (system prompt, retrieved chunk, history turn, ...). */
|
|
95
|
+
this.segments = [];
|
|
96
|
+
/** The full token budget `segments` are measured against — passed straight through to `<lr-context-meter>`'s own `total`. */
|
|
97
|
+
this.total = 0;
|
|
98
|
+
/** Accessible group name, and the embedded `<lr-context-meter>`'s own visible caption, e.g. "128K context window". */
|
|
99
|
+
this.label = '';
|
|
100
|
+
/** Export format(s) offered by the embedded `<lr-export-button>` — a single id renders a plain button, more than one a format-choice menu. */
|
|
101
|
+
this.formats = ['json'];
|
|
102
|
+
/** Download filename (no extension) passed through to `<lr-export-button>`. */
|
|
103
|
+
this.filename = 'context';
|
|
104
|
+
}
|
|
105
|
+
static { this.styles = [LyraElement.styles, styles]; }
|
|
106
|
+
get meterSegments() {
|
|
107
|
+
return this.segments.map((s) => ({ label: s.label, value: s.tokens, ...(s.tone ? { tone: s.tone } : {}) }));
|
|
108
|
+
}
|
|
109
|
+
/** Every segment's `label` + `text`, in order — the `<lr-copy-button>`'s `value`. */
|
|
110
|
+
get assembledText() {
|
|
111
|
+
return this.segments.map((s) => `${s.label}\n${s.text}`).join('\n\n');
|
|
112
|
+
}
|
|
113
|
+
/** One flat row per segment for `<lr-export-button>` — `redactions` is summarized as a count
|
|
114
|
+
* rather than carried in full, keeping every export format (including CSV) well-formed. */
|
|
115
|
+
get exportRows() {
|
|
116
|
+
return this.segments.map((s) => ({
|
|
117
|
+
id: s.id,
|
|
118
|
+
label: s.label,
|
|
119
|
+
tokens: s.tokens,
|
|
120
|
+
truncated: !!s.truncated,
|
|
121
|
+
omittedTokens: s.omittedTokens ?? null,
|
|
122
|
+
sourceId: s.citation?.sourceId ?? null,
|
|
123
|
+
redactionCount: s.redactions?.length ?? 0,
|
|
124
|
+
text: s.text,
|
|
125
|
+
}));
|
|
126
|
+
}
|
|
127
|
+
renderSegmentText(segment) {
|
|
128
|
+
const text = segment.text;
|
|
129
|
+
const redactions = normalizeRedactions(segment.redactions, text.length);
|
|
130
|
+
if (redactions.length === 0)
|
|
131
|
+
return html `${text}`;
|
|
132
|
+
const nodes = [];
|
|
133
|
+
let cursor = 0;
|
|
134
|
+
for (const r of redactions) {
|
|
135
|
+
if (r.start > cursor)
|
|
136
|
+
nodes.push(text.slice(cursor, r.start));
|
|
137
|
+
nodes.push(html `<mark part="redaction" title=${r.reason || this.localize('contextInspectorRedacted')}
|
|
138
|
+
>${text.slice(r.start, r.end)}</mark
|
|
139
|
+
>`);
|
|
140
|
+
cursor = r.end;
|
|
141
|
+
}
|
|
142
|
+
if (cursor < text.length)
|
|
143
|
+
nodes.push(text.slice(cursor));
|
|
144
|
+
return html `${nodes}`;
|
|
145
|
+
}
|
|
146
|
+
renderTruncationBoundary(segment) {
|
|
147
|
+
const text = segment.omittedTokens != null
|
|
148
|
+
? this.localize('contextInspectorTruncatedCount', undefined, {
|
|
149
|
+
count: formatCount(segment.omittedTokens, this.effectiveLocale),
|
|
150
|
+
})
|
|
151
|
+
: this.localize('contextInspectorTruncated');
|
|
152
|
+
return html `<div part="truncation-boundary" role="note">${text}</div>`;
|
|
153
|
+
}
|
|
154
|
+
renderSegment(segment, citationIndex) {
|
|
155
|
+
const tokensText = this.localize('contextInspectorSegmentTokens', undefined, {
|
|
156
|
+
tokens: formatCount(segment.tokens, this.effectiveLocale),
|
|
157
|
+
});
|
|
158
|
+
return html `
|
|
159
|
+
<div part="segment" role="listitem">
|
|
160
|
+
<div part="segment-header">
|
|
161
|
+
<span part="segment-label">${segment.label}</span>
|
|
162
|
+
<span part="segment-tokens">${tokensText}</span>
|
|
163
|
+
${segment.citation
|
|
164
|
+
? html `<lr-citation-badge part="citation" source-id=${segment.citation.sourceId ?? ''} index=${citationIndex}
|
|
165
|
+
>${segment.citation.label ?? ''}</lr-citation-badge
|
|
166
|
+
>`
|
|
167
|
+
: nothing}
|
|
168
|
+
</div>
|
|
169
|
+
<div part="segment-text">
|
|
170
|
+
${this.renderSegmentText(segment)}${segment.truncated ? this.renderTruncationBoundary(segment) : nothing}
|
|
171
|
+
</div>
|
|
172
|
+
</div>
|
|
173
|
+
`;
|
|
174
|
+
}
|
|
175
|
+
render() {
|
|
176
|
+
const groupLabel = this.getAttribute('aria-label') || this.label || this.localize('contextInspectorLabel');
|
|
177
|
+
if (this.segments.length === 0) {
|
|
178
|
+
return html `
|
|
179
|
+
<div part="base" role="group" aria-label=${groupLabel}>
|
|
180
|
+
<lr-empty part="empty" heading=${this.localize('contextInspectorEmpty')}></lr-empty>
|
|
181
|
+
</div>
|
|
182
|
+
`;
|
|
183
|
+
}
|
|
184
|
+
let citationIndex = 0;
|
|
185
|
+
return html `
|
|
186
|
+
<div part="base" role="group" aria-label=${groupLabel}>
|
|
187
|
+
<lr-context-meter part="meter" .segments=${this.meterSegments} .total=${this.total} label=${this.label}></lr-context-meter>
|
|
188
|
+
<div part="toolbar">
|
|
189
|
+
<lr-copy-button
|
|
190
|
+
part="copy-button"
|
|
191
|
+
.value=${this.assembledText}
|
|
192
|
+
aria-label=${this.localize('contextInspectorCopyLabel')}
|
|
193
|
+
></lr-copy-button>
|
|
194
|
+
<lr-export-button part="export-button" .rows=${this.exportRows} .formats=${this.formats} filename=${this.filename}></lr-export-button>
|
|
195
|
+
</div>
|
|
196
|
+
<div part="segments" role="list">
|
|
197
|
+
${this.segments.map((segment) => {
|
|
198
|
+
if (segment.citation)
|
|
199
|
+
citationIndex += 1;
|
|
200
|
+
return this.renderSegment(segment, citationIndex);
|
|
201
|
+
})}
|
|
202
|
+
</div>
|
|
203
|
+
</div>
|
|
204
|
+
`;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
__decorate([
|
|
208
|
+
property({ attribute: false })
|
|
209
|
+
], LyraContextInspector.prototype, "segments", void 0);
|
|
210
|
+
__decorate([
|
|
211
|
+
property({ type: Number })
|
|
212
|
+
], LyraContextInspector.prototype, "total", void 0);
|
|
213
|
+
__decorate([
|
|
214
|
+
property()
|
|
215
|
+
], LyraContextInspector.prototype, "label", void 0);
|
|
216
|
+
__decorate([
|
|
217
|
+
property({ attribute: false })
|
|
218
|
+
], LyraContextInspector.prototype, "formats", void 0);
|
|
219
|
+
__decorate([
|
|
220
|
+
property()
|
|
221
|
+
], LyraContextInspector.prototype, "filename", void 0);
|
|
222
|
+
//# sourceMappingURL=context-inspector.class.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context-inspector.class.js","sourceRoot":"","sources":["../../../src/components/context-inspector/context-inspector.class.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './context-inspector.class.js';
|
|
2
|
+
import '../context-meter/context-meter.js';
|
|
3
|
+
import '../copy-button/copy-button.js';
|
|
4
|
+
import '../export-button/export-button.js';
|
|
5
|
+
import '../citation-badge/citation-badge.js';
|
|
6
|
+
import '../empty/empty.js';
|
|
7
|
+
//# sourceMappingURL=context-inspector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context-inspector.d.ts","sourceRoot":"","sources":["../../../src/components/context-inspector/context-inspector.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAG7C,OAAO,mCAAmC,CAAC;AAC3C,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,qCAAqC,CAAC;AAC7C,OAAO,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from './context-inspector.class.js';
|
|
2
|
+
import { LyraContextInspector } from './context-inspector.class.js';
|
|
3
|
+
import { defineElement } from '../../internal/prefix.js';
|
|
4
|
+
import '../context-meter/context-meter.js';
|
|
5
|
+
import '../copy-button/copy-button.js';
|
|
6
|
+
import '../export-button/export-button.js';
|
|
7
|
+
import '../citation-badge/citation-badge.js';
|
|
8
|
+
import '../empty/empty.js';
|
|
9
|
+
defineElement('context-inspector', LyraContextInspector);
|
|
10
|
+
//# sourceMappingURL=context-inspector.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context-inspector.js","sourceRoot":"","sources":["../../../src/components/context-inspector/context-inspector.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,mCAAmC,CAAC;AAC3C,OAAO,+BAA+B,CAAC;AACvC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,qCAAqC,CAAC;AAC7C,OAAO,mBAAmB,CAAC;AAC3B,aAAa,CAAC,mBAAmB,EAAE,oBAAoB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context-inspector.styles.d.ts","sourceRoot":"","sources":["../../../src/components/context-inspector/context-inspector.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBA+FlB,CAAC"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const styles = css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
inline-size: 100%;
|
|
6
|
+
min-inline-size: 0;
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
font-family: var(--lr-font);
|
|
9
|
+
color: var(--lr-color-text);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
[part='base'] {
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
gap: var(--lr-space-m);
|
|
16
|
+
min-inline-size: 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
[part='meter'] {
|
|
20
|
+
min-inline-size: 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
[part='toolbar'] {
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-wrap: wrap;
|
|
26
|
+
align-items: center;
|
|
27
|
+
justify-content: flex-end;
|
|
28
|
+
gap: var(--lr-space-xs);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
[part='segments'] {
|
|
32
|
+
display: flex;
|
|
33
|
+
flex-direction: column;
|
|
34
|
+
gap: var(--lr-space-s);
|
|
35
|
+
min-inline-size: 0;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
[part='segment'] {
|
|
39
|
+
display: flex;
|
|
40
|
+
flex-direction: column;
|
|
41
|
+
gap: var(--lr-space-xs);
|
|
42
|
+
min-inline-size: 0;
|
|
43
|
+
padding: var(--lr-space-s);
|
|
44
|
+
border: var(--lr-border-width-thin) solid var(--lr-color-border);
|
|
45
|
+
border-radius: var(--lr-radius);
|
|
46
|
+
background: var(--lr-color-surface);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
[part='segment-header'] {
|
|
50
|
+
display: flex;
|
|
51
|
+
flex-wrap: wrap;
|
|
52
|
+
align-items: center;
|
|
53
|
+
gap: var(--lr-space-xs);
|
|
54
|
+
min-inline-size: 0;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
[part='segment-label'] {
|
|
58
|
+
font-weight: var(--lr-font-weight-semibold);
|
|
59
|
+
overflow-wrap: anywhere;
|
|
60
|
+
min-inline-size: 0;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
[part='segment-tokens'] {
|
|
64
|
+
color: var(--lr-color-text-quiet);
|
|
65
|
+
font-size: var(--lr-font-size-xs);
|
|
66
|
+
white-space: nowrap;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
[part='citation'] {
|
|
70
|
+
margin-inline-start: auto;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
[part='segment-text'] {
|
|
74
|
+
min-inline-size: 0;
|
|
75
|
+
overflow-wrap: anywhere;
|
|
76
|
+
white-space: pre-wrap;
|
|
77
|
+
font-size: var(--lr-font-size-sm);
|
|
78
|
+
line-height: var(--lr-line-height-normal);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
[part='redaction'] {
|
|
82
|
+
background: var(--lr-color-warning-quiet);
|
|
83
|
+
color: var(--lr-color-warning);
|
|
84
|
+
border-radius: var(--lr-radius-xs);
|
|
85
|
+
padding-inline: var(--lr-size-0-125rem);
|
|
86
|
+
font-family: var(--lr-font-mono);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
[part='truncation-boundary'] {
|
|
90
|
+
margin-block-start: var(--lr-space-xs);
|
|
91
|
+
padding-block-start: var(--lr-space-2xs);
|
|
92
|
+
border-block-start: var(--lr-border-width-thin) dashed var(--lr-color-border);
|
|
93
|
+
color: var(--lr-color-text-quiet);
|
|
94
|
+
font-size: var(--lr-font-size-xs);
|
|
95
|
+
text-align: start;
|
|
96
|
+
}
|
|
97
|
+
`;
|
|
98
|
+
//# sourceMappingURL=context-inspector.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context-inspector.styles.js","sourceRoot":"","sources":["../../../src/components/context-inspector/context-inspector.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+FxB,CAAC"}
|
|
@@ -11,7 +11,7 @@ export interface ContextMeterSegment {
|
|
|
11
11
|
color?: string;
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
|
-
* `<
|
|
14
|
+
* `<lr-context-meter>` — a segmented occupancy meter (bar or ring) for
|
|
15
15
|
* showing how a fixed capacity (a model's context window, a token budget,
|
|
16
16
|
* any consumable quota) is divided across labeled categories. First-party
|
|
17
17
|
* invention; no equivalent exists in Web Awesome.
|
|
@@ -21,11 +21,11 @@ export interface ContextMeterSegment {
|
|
|
21
21
|
* itself — the one exception is the plain arithmetic sum of the segment
|
|
22
22
|
* values used to build the accessible "X of Y used" summary below.
|
|
23
23
|
*
|
|
24
|
-
* @customElement
|
|
24
|
+
* @customElement lr-context-meter
|
|
25
25
|
* @csspart base - The component's root wrapper (a `<div>` for `bar`, an `<svg>` for `ring`).
|
|
26
26
|
* @csspart track - The unfilled/empty capacity track.
|
|
27
27
|
* @csspart segment - One occupied segment. Carries `data-tone` for styling and
|
|
28
|
-
* `--
|
|
28
|
+
* `--lr-context-meter-segment-color` when `color` is set.
|
|
29
29
|
* @csspart label - The visible caption, when `label` is set.
|
|
30
30
|
*/
|
|
31
31
|
export declare class LyraContextMeter extends LyraElement {
|
|
@@ -64,7 +64,7 @@ export declare class LyraContextMeter extends LyraElement {
|
|
|
64
64
|
}
|
|
65
65
|
declare global {
|
|
66
66
|
interface HTMLElementTagNameMap {
|
|
67
|
-
'
|
|
67
|
+
'lr-context-meter': LyraContextMeter;
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
//# sourceMappingURL=context-meter.class.d.ts.map
|