@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
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const styles = css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
/* Query container so the @container rule below reacts to this grid's own allocated inline
|
|
6
|
+
size (a dashboard-grid is commonly embedded in a panel of varying width, not the viewport)
|
|
7
|
+
-- same convention as lr-button-group/lr-control-group's own container-query approach. */
|
|
8
|
+
container-type: inline-size;
|
|
9
|
+
min-inline-size: 0;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
[part='base'] {
|
|
13
|
+
display: grid;
|
|
14
|
+
grid-template-columns: repeat(var(--lr-dashboard-grid-columns, 12), minmax(0, 1fr));
|
|
15
|
+
grid-auto-rows: var(--lr-dashboard-grid-row-height, var(--lr-size-5rem));
|
|
16
|
+
gap: var(--lr-dashboard-grid-gap, var(--lr-space-m));
|
|
17
|
+
align-items: stretch;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
[part='empty'] {
|
|
21
|
+
grid-column: 1 / -1;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
[part='cell'] {
|
|
25
|
+
position: relative;
|
|
26
|
+
display: flex;
|
|
27
|
+
min-inline-size: 0;
|
|
28
|
+
min-block-size: 0;
|
|
29
|
+
border-radius: var(--lr-radius);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
[part='cell']:focus-visible {
|
|
33
|
+
outline: var(--lr-focus-ring-width) solid var(--lr-focus-ring-color);
|
|
34
|
+
outline-offset: var(--lr-focus-ring-offset);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
[part='cell'] ::slotted(*) {
|
|
38
|
+
min-inline-size: 0;
|
|
39
|
+
min-block-size: 0;
|
|
40
|
+
inline-size: 100%;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
[part='cell'][data-dragging],
|
|
44
|
+
[part='cell'][data-resizing] {
|
|
45
|
+
z-index: var(--lr-layer-content);
|
|
46
|
+
box-shadow: var(--lr-shadow);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
[part='cell'][data-collision] {
|
|
50
|
+
outline: var(--lr-size-2px) solid var(--lr-color-danger);
|
|
51
|
+
outline-offset: var(--lr-size-2px);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
[part='resize-handle'] {
|
|
55
|
+
position: absolute;
|
|
56
|
+
inset-block-end: 0;
|
|
57
|
+
inset-inline-end: 0;
|
|
58
|
+
inline-size: var(--lr-space-l);
|
|
59
|
+
block-size: var(--lr-space-l);
|
|
60
|
+
padding: 0;
|
|
61
|
+
border: none;
|
|
62
|
+
background: transparent;
|
|
63
|
+
cursor: nwse-resize;
|
|
64
|
+
touch-action: none;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
:host(:dir(rtl)) [part='resize-handle'] {
|
|
68
|
+
cursor: nesw-resize;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/* Below the breakpoint, drop the two-dimensional grid in favor of a single stacked column --
|
|
72
|
+
each cell's authored x/y/w/h stops driving placement (document flow takes over), but the
|
|
73
|
+
cells still render in row-major (sortSpatial) DOM order, so the reading order stays the same
|
|
74
|
+
one the grid itself would have shown. */
|
|
75
|
+
@container (max-inline-size: 40rem) {
|
|
76
|
+
[part='base'] {
|
|
77
|
+
display: flex;
|
|
78
|
+
flex-direction: column;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
[part='cell'] {
|
|
82
|
+
inline-size: 100%;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
`;
|
|
86
|
+
//# sourceMappingURL=dashboard-grid.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-grid.styles.js","sourceRoot":"","sources":["../../../src/components/dashboard-grid/dashboard-grid.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmFxB,CAAC"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure, DOM-free grid geometry and collision resolution for `<lr-dashboard-grid>`. Every helper
|
|
3
|
+
* here takes plain data in and returns plain data out -- no DOM reads, no timers, nothing
|
|
4
|
+
* component-instance-specific -- so the placement/collision rules are unit-testable in isolation
|
|
5
|
+
* from pointer/keyboard wiring, mirroring `widget-renderer/resolve.ts`'s own DOM-free-module
|
|
6
|
+
* convention in this same package.
|
|
7
|
+
*/
|
|
8
|
+
import type { WidgetNode } from '../widget-renderer/resolve.js';
|
|
9
|
+
/** One widget's position, size, and content within `<lr-dashboard-grid>`'s `layout`. Coordinates
|
|
10
|
+
* are integer grid units (`x`/`y` 0-based, `w`/`h` a span count), never pixels -- pixel geometry
|
|
11
|
+
* is resolved by the component at render/gesture time from `columns`/`rowHeight`/`gap`. */
|
|
12
|
+
export interface DashboardCell {
|
|
13
|
+
id: string;
|
|
14
|
+
/** 0-based column index of the cell's leading edge. */
|
|
15
|
+
x: number;
|
|
16
|
+
/** 0-based row index of the cell's leading edge. */
|
|
17
|
+
y: number;
|
|
18
|
+
/** Column span. Clamped to `[minW ?? 1, min(maxW ?? columns, columns)]` by every placement
|
|
19
|
+
* helper below -- a caller never needs to pre-clamp it. */
|
|
20
|
+
w: number;
|
|
21
|
+
/** Row span. Clamped to `[minH ?? 1, maxH ?? Infinity]`. */
|
|
22
|
+
h: number;
|
|
23
|
+
minW?: number;
|
|
24
|
+
minH?: number;
|
|
25
|
+
maxW?: number;
|
|
26
|
+
maxH?: number;
|
|
27
|
+
/** An immovable, unresizable cell -- excluded from drag/resize/keyboard-nudge gestures, and
|
|
28
|
+
* under `collision: 'push'` acts as a wall other cells settle against rather than something
|
|
29
|
+
* that can itself be displaced. */
|
|
30
|
+
locked?: boolean;
|
|
31
|
+
/** Declarative widget tree handed to a composed `<lr-widget-renderer>` for the cell's default
|
|
32
|
+
* content (see `<lr-dashboard-grid>`'s own doc for the light-DOM `cell-id` override escape
|
|
33
|
+
* hatch). `null`/omitted renders an empty default widget shell. */
|
|
34
|
+
widget?: WidgetNode | null;
|
|
35
|
+
/** Accessible name and default `<lr-widget>` title for the cell; falls back to `id` when unset. */
|
|
36
|
+
label?: string;
|
|
37
|
+
}
|
|
38
|
+
/** How `resolvePlacement()` reacts when a requested move/resize would overlap another cell. */
|
|
39
|
+
export type DashboardCollisionPolicy = 'reject' | 'push' | 'overlap';
|
|
40
|
+
/** The minimal rectangle shape collision math needs -- every `DashboardCell` satisfies this, but
|
|
41
|
+
* gesture-preview code (a live pointer drag) can pass a lighter ad-hoc candidate too. */
|
|
42
|
+
export interface CellRect {
|
|
43
|
+
id: string;
|
|
44
|
+
x: number;
|
|
45
|
+
y: number;
|
|
46
|
+
w: number;
|
|
47
|
+
h: number;
|
|
48
|
+
}
|
|
49
|
+
export interface PlacementResult {
|
|
50
|
+
/** Whether `requested` (after clamping) was applied. Always `true` for `'overlap'` and for any
|
|
51
|
+
* non-colliding request; `false` only when a real collision blocked it (`'reject'` policy, or
|
|
52
|
+
* `'push'` blocked by a locked cell). */
|
|
53
|
+
accepted: boolean;
|
|
54
|
+
/** The full proposed layout after applying the placement (including any `'push'` cascade).
|
|
55
|
+
* Reference-equal to the input `layout` when `accepted` is `false`. */
|
|
56
|
+
layout: DashboardCell[];
|
|
57
|
+
/** ids of every other cell whose rectangle overlapped the (clamped) requested placement, prior
|
|
58
|
+
* to any push resolution -- populated regardless of policy so a caller can inspect what would
|
|
59
|
+
* have collided even under `'overlap'`. */
|
|
60
|
+
collidedWith: string[];
|
|
61
|
+
}
|
|
62
|
+
/** Axis-aligned rectangle overlap test (touching edges do not count as overlapping). */
|
|
63
|
+
export declare function overlaps(a: CellRect, b: CellRect): boolean;
|
|
64
|
+
/** Every OTHER cell in `layout` whose rectangle overlaps `candidate`. */
|
|
65
|
+
export declare function findCollisions(layout: DashboardCell[], candidate: CellRect): string[];
|
|
66
|
+
/** Clamps a candidate's `x`/`w` so it never spans outside `[0, columns)`, and its `y` to `>= 0`
|
|
67
|
+
* (the row axis is unbounded -- `grid-auto-rows` grows the track list as needed). `w`/`h` are
|
|
68
|
+
* clamped to `cell`'s own `minW`/`maxW`/`minH`/`maxH` first, so a too-small/too-large resize
|
|
69
|
+
* request settles at the nearest allowed size rather than being rejected outright. */
|
|
70
|
+
export declare function clampCandidate(cell: Pick<DashboardCell, 'minW' | 'minH' | 'maxW' | 'maxH'>, requested: {
|
|
71
|
+
x: number;
|
|
72
|
+
y: number;
|
|
73
|
+
w: number;
|
|
74
|
+
h: number;
|
|
75
|
+
}, columns: number): {
|
|
76
|
+
x: number;
|
|
77
|
+
y: number;
|
|
78
|
+
w: number;
|
|
79
|
+
h: number;
|
|
80
|
+
};
|
|
81
|
+
/** Spatial reading order (row-major: top-to-bottom, then leading-to-trailing within a row) --
|
|
82
|
+
* used both for roving-focus keyboard navigation and for the DOM order cells render in, so the
|
|
83
|
+
* container-query stacked/compact layout (which drops grid placement in favor of document flow)
|
|
84
|
+
* reads in the same order as the grid layout it replaces. */
|
|
85
|
+
export declare function sortSpatial(layout: DashboardCell[]): DashboardCell[];
|
|
86
|
+
/**
|
|
87
|
+
* Resolves a single cell's requested move/resize against `layout`'s collision policy. `requested`
|
|
88
|
+
* is clamped (bounds + this cell's own min/max) before any collision check, so out-of-range input
|
|
89
|
+
* never itself causes a rejection -- only a genuine overlap with another cell can.
|
|
90
|
+
*
|
|
91
|
+
* - `'overlap'`: no collision check at all; the clamped request always applies.
|
|
92
|
+
* - `'reject'`: a colliding request is dropped entirely (`layout` unchanged).
|
|
93
|
+
* - `'push'`: colliding, unlocked cells are displaced downward (never off the requested cell's
|
|
94
|
+
* own path) to make room; a collision with a `locked` cell can't be resolved this way and is
|
|
95
|
+
* rejected, same as `'reject'`.
|
|
96
|
+
*/
|
|
97
|
+
export declare function resolvePlacement(layout: DashboardCell[], candidateId: string, requested: {
|
|
98
|
+
x: number;
|
|
99
|
+
y: number;
|
|
100
|
+
w: number;
|
|
101
|
+
h: number;
|
|
102
|
+
}, columns: number, policy: DashboardCollisionPolicy): PlacementResult;
|
|
103
|
+
//# sourceMappingURL=layout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../src/components/dashboard-grid/layout.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAEhE;;4FAE4F;AAC5F,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,uDAAuD;IACvD,CAAC,EAAE,MAAM,CAAC;IACV,oDAAoD;IACpD,CAAC,EAAE,MAAM,CAAC;IACV;gEAC4D;IAC5D,CAAC,EAAE,MAAM,CAAC;IACV,4DAA4D;IAC5D,CAAC,EAAE,MAAM,CAAC;IACV,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;wCAEoC;IACpC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;wEAEoE;IACpE,MAAM,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;IAC3B,mGAAmG;IACnG,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,+FAA+F;AAC/F,MAAM,MAAM,wBAAwB,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,CAAC;AAErE;0FAC0F;AAC1F,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,MAAM,WAAW,eAAe;IAC9B;;8CAE0C;IAC1C,QAAQ,EAAE,OAAO,CAAC;IAClB;4EACwE;IACxE,MAAM,EAAE,aAAa,EAAE,CAAC;IACxB;;gDAE4C;IAC5C,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,wFAAwF;AACxF,wBAAgB,QAAQ,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,GAAG,OAAO,CAE1D;AAED,yEAAyE;AACzE,wBAAgB,cAAc,CAAC,MAAM,EAAE,aAAa,EAAE,EAAE,SAAS,EAAE,QAAQ,GAAG,MAAM,EAAE,CAErF;AAED;;;uFAGuF;AACvF,wBAAgB,cAAc,CAC5B,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,EAC5D,SAAS,EAAE;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,EACzD,OAAO,EAAE,MAAM,GACd;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,CAUhD;AAED;;;8DAG8D;AAC9D,wBAAgB,WAAW,CAAC,MAAM,EAAE,aAAa,EAAE,GAAG,aAAa,EAAE,CAEpE;AAMD;;;;;;;;;;GAUG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,aAAa,EAAE,EACvB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,EACzD,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,wBAAwB,GAC/B,eAAe,CAiBjB"}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/** Axis-aligned rectangle overlap test (touching edges do not count as overlapping). */
|
|
2
|
+
export function overlaps(a, b) {
|
|
3
|
+
return a.x < b.x + b.w && a.x + a.w > b.x && a.y < b.y + b.h && a.y + a.h > b.y;
|
|
4
|
+
}
|
|
5
|
+
/** Every OTHER cell in `layout` whose rectangle overlaps `candidate`. */
|
|
6
|
+
export function findCollisions(layout, candidate) {
|
|
7
|
+
return layout.filter((c) => c.id !== candidate.id && overlaps(c, candidate)).map((c) => c.id);
|
|
8
|
+
}
|
|
9
|
+
/** Clamps a candidate's `x`/`w` so it never spans outside `[0, columns)`, and its `y` to `>= 0`
|
|
10
|
+
* (the row axis is unbounded -- `grid-auto-rows` grows the track list as needed). `w`/`h` are
|
|
11
|
+
* clamped to `cell`'s own `minW`/`maxW`/`minH`/`maxH` first, so a too-small/too-large resize
|
|
12
|
+
* request settles at the nearest allowed size rather than being rejected outright. */
|
|
13
|
+
export function clampCandidate(cell, requested, columns) {
|
|
14
|
+
const minW = cell.minW ?? 1;
|
|
15
|
+
const maxW = Math.max(minW, Math.min(cell.maxW ?? columns, columns));
|
|
16
|
+
const minH = cell.minH ?? 1;
|
|
17
|
+
const maxH = Math.max(minH, cell.maxH ?? Number.POSITIVE_INFINITY);
|
|
18
|
+
const w = Math.max(minW, Math.min(requested.w, maxW));
|
|
19
|
+
const h = Math.max(minH, Math.min(requested.h, maxH));
|
|
20
|
+
const x = Math.max(0, Math.min(requested.x, Math.max(0, columns - w)));
|
|
21
|
+
const y = Math.max(0, requested.y);
|
|
22
|
+
return { x, y, w, h };
|
|
23
|
+
}
|
|
24
|
+
/** Spatial reading order (row-major: top-to-bottom, then leading-to-trailing within a row) --
|
|
25
|
+
* used both for roving-focus keyboard navigation and for the DOM order cells render in, so the
|
|
26
|
+
* container-query stacked/compact layout (which drops grid placement in favor of document flow)
|
|
27
|
+
* reads in the same order as the grid layout it replaces. */
|
|
28
|
+
export function sortSpatial(layout) {
|
|
29
|
+
return [...layout].sort((a, b) => a.y - b.y || a.x - b.x);
|
|
30
|
+
}
|
|
31
|
+
function replaceCell(layout, next) {
|
|
32
|
+
return layout.map((c) => (c.id === next.id ? next : c));
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Resolves a single cell's requested move/resize against `layout`'s collision policy. `requested`
|
|
36
|
+
* is clamped (bounds + this cell's own min/max) before any collision check, so out-of-range input
|
|
37
|
+
* never itself causes a rejection -- only a genuine overlap with another cell can.
|
|
38
|
+
*
|
|
39
|
+
* - `'overlap'`: no collision check at all; the clamped request always applies.
|
|
40
|
+
* - `'reject'`: a colliding request is dropped entirely (`layout` unchanged).
|
|
41
|
+
* - `'push'`: colliding, unlocked cells are displaced downward (never off the requested cell's
|
|
42
|
+
* own path) to make room; a collision with a `locked` cell can't be resolved this way and is
|
|
43
|
+
* rejected, same as `'reject'`.
|
|
44
|
+
*/
|
|
45
|
+
export function resolvePlacement(layout, candidateId, requested, columns, policy) {
|
|
46
|
+
const current = layout.find((c) => c.id === candidateId);
|
|
47
|
+
if (!current)
|
|
48
|
+
return { accepted: false, layout, collidedWith: [] };
|
|
49
|
+
const clamped = clampCandidate(current, requested, columns);
|
|
50
|
+
const candidate = { ...current, ...clamped };
|
|
51
|
+
const collidedWith = findCollisions(layout, candidate);
|
|
52
|
+
if (policy === 'overlap' || collidedWith.length === 0) {
|
|
53
|
+
return { accepted: true, layout: replaceCell(layout, candidate), collidedWith };
|
|
54
|
+
}
|
|
55
|
+
if (policy === 'reject') {
|
|
56
|
+
return { accepted: false, layout, collidedWith };
|
|
57
|
+
}
|
|
58
|
+
// policy === 'push'
|
|
59
|
+
const blockedByLocked = collidedWith.some((id) => layout.find((c) => c.id === id)?.locked);
|
|
60
|
+
if (blockedByLocked)
|
|
61
|
+
return { accepted: false, layout, collidedWith };
|
|
62
|
+
return { accepted: true, layout: pushResolve(layout, candidate), collidedWith };
|
|
63
|
+
}
|
|
64
|
+
/** `'push'` collision resolution: settles every OTHER unlocked cell downward (along `y` only --
|
|
65
|
+
* `x`/`w` never change during a push), in priority order (the candidate first, then every
|
|
66
|
+
* remaining cell -- locked ones before unlocked ones, each group in its original `layout`
|
|
67
|
+
* order), so a cell only ever moves in response to a higher-priority cell it would otherwise
|
|
68
|
+
* overlap. Locked cells never move and are placed at their authored position unconditionally (a
|
|
69
|
+
* locked cell colliding with the candidate itself is already rejected by the caller before this
|
|
70
|
+
* runs). Bounded to one gravity pass per already-placed cell, so a pathological input terminates
|
|
71
|
+
* instead of looping. */
|
|
72
|
+
function pushResolve(layout, candidate) {
|
|
73
|
+
const others = layout.filter((c) => c.id !== candidate.id);
|
|
74
|
+
const locked = others.filter((c) => c.locked);
|
|
75
|
+
const movable = others.filter((c) => !c.locked);
|
|
76
|
+
const ordered = [{ ...candidate }, ...locked.map((c) => ({ ...c })), ...movable.map((c) => ({ ...c }))];
|
|
77
|
+
const placed = [];
|
|
78
|
+
for (const cell of ordered) {
|
|
79
|
+
if (cell.id !== candidate.id && cell.locked) {
|
|
80
|
+
placed.push(cell);
|
|
81
|
+
continue;
|
|
82
|
+
}
|
|
83
|
+
let y = cell.y;
|
|
84
|
+
for (let i = 0; i < placed.length + 1; i++) {
|
|
85
|
+
const blocking = placed.find((p) => overlaps({ ...cell, y }, p));
|
|
86
|
+
if (!blocking)
|
|
87
|
+
break;
|
|
88
|
+
y = blocking.y + blocking.h;
|
|
89
|
+
}
|
|
90
|
+
placed.push({ ...cell, y });
|
|
91
|
+
}
|
|
92
|
+
return layout.map((c) => placed.find((p) => p.id === c.id));
|
|
93
|
+
}
|
|
94
|
+
//# sourceMappingURL=layout.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layout.js","sourceRoot":"","sources":["../../../src/components/dashboard-grid/layout.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,27 +8,27 @@ export interface DataGridColumn<T = Record<string, unknown>> {
|
|
|
8
8
|
value?: (row: T) => unknown;
|
|
9
9
|
}
|
|
10
10
|
export interface LyraDataGridEventMap<T = unknown> {
|
|
11
|
-
'
|
|
11
|
+
'lr-row-click': CustomEvent<{
|
|
12
12
|
row: T;
|
|
13
13
|
}>;
|
|
14
|
-
'
|
|
14
|
+
'lr-cell-focus': CustomEvent<{
|
|
15
15
|
row: T;
|
|
16
16
|
column: string;
|
|
17
17
|
}>;
|
|
18
|
-
'
|
|
18
|
+
'lr-sort': CustomEvent<{
|
|
19
19
|
key: string;
|
|
20
20
|
direction: 'ascending' | 'descending';
|
|
21
21
|
}>;
|
|
22
|
-
'
|
|
22
|
+
'lr-selection-change': CustomEvent<{
|
|
23
23
|
row: T | null;
|
|
24
24
|
}>;
|
|
25
25
|
}
|
|
26
|
-
/** `<
|
|
27
|
-
* @customElement
|
|
28
|
-
* @event
|
|
29
|
-
* @event
|
|
30
|
-
* @event
|
|
31
|
-
* @event
|
|
26
|
+
/** `<lr-data-grid>` — keyboard-navigable, responsive data grid with sortable columns.
|
|
27
|
+
* @customElement lr-data-grid
|
|
28
|
+
* @event lr-row-click - A row was activated.
|
|
29
|
+
* @event lr-cell-focus - A cell received roving focus.
|
|
30
|
+
* @event lr-sort - A header was sorted.
|
|
31
|
+
* @event lr-selection-change - The selected row changed.
|
|
32
32
|
* @csspart viewport - Scrollable grid viewport.
|
|
33
33
|
* @csspart grid - Native table grid.
|
|
34
34
|
* @csspart header - Header cell.
|
|
@@ -58,7 +58,7 @@ export declare class LyraDataGrid<T = Record<string, unknown>> extends LyraEleme
|
|
|
58
58
|
}
|
|
59
59
|
declare global {
|
|
60
60
|
interface HTMLElementTagNameMap {
|
|
61
|
-
'
|
|
61
|
+
'lr-data-grid': LyraDataGrid;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
//# sourceMappingURL=data-grid.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-grid.class.d.ts","sourceRoot":"","sources":["../../../src/components/data-grid/data-grid.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAG7D,MAAM,WAAW,cAAc,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAAI,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,OAAO,CAAC;CAAE;AAC7J,MAAM,WAAW,oBAAoB,CAAC,CAAC,GAAG,OAAO;IAAI,
|
|
1
|
+
{"version":3,"file":"data-grid.class.d.ts","sourceRoot":"","sources":["../../../src/components/data-grid/data-grid.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAG7D,MAAM,WAAW,cAAc,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAAI,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,OAAO,CAAC;CAAE;AAC7J,MAAM,WAAW,oBAAoB,CAAC,CAAC,GAAG,OAAO;IAAI,cAAc,EAAE,WAAW,CAAC;QAAE,GAAG,EAAE,CAAC,CAAA;KAAE,CAAC,CAAC;IAAC,eAAe,EAAE,WAAW,CAAC;QAAE,GAAG,EAAE,CAAC,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAAC,SAAS,EAAE,WAAW,CAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,WAAW,GAAG,YAAY,CAAA;KAAE,CAAC,CAAC;IAAC,qBAAqB,EAAE,WAAW,CAAC;QAAE,GAAG,EAAE,CAAC,GAAG,IAAI,CAAA;KAAE,CAAC,CAAC;CAAE;AAEhS;;;;;;;;;;;GAWG;AACH,qBAAa,YAAY,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAE,SAAQ,WAAW,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC;IACjG,MAAM,CAAC,MAAM,iCAAgC;IACb,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE,CAAM;IAClC,IAAI,EAAE,CAAC,EAAE,CAAM;IACf,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,CAA0B;IAC5E,WAAW,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAQ;IAC3C,OAAO,SAAM;IACb,aAAa,EAAE,WAAW,GAAG,YAAY,CAAe;IAC5C,OAAO,UAAS;IACrB,SAAS,SAAM;IACf,eAAe,SAAM;IACnD,OAAO,CAAC,QAAQ,CAAK;IACrB,OAAO,CAAC,WAAW,CAAK;IAEjC,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,CAQlD;IAED,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,aAAa,CAAihC;IACtiC,OAAO,CAAC,IAAI;IACZ,MAAM,IAAI,cAAc,CAMvB;CACF;AACD,OAAO,CAAC,MAAM,CAAC;IAAE,UAAU,qBAAqB;QAAG,cAAc,EAAE,YAAY,CAAC;KAAE;CAAE"}
|
|
@@ -8,12 +8,12 @@ import { html, nothing } from 'lit';
|
|
|
8
8
|
import { property, state } from 'lit/decorators.js';
|
|
9
9
|
import { LyraElement } from '../../internal/lyra-element.js';
|
|
10
10
|
import { styles } from './data-grid.styles.js';
|
|
11
|
-
/** `<
|
|
12
|
-
* @customElement
|
|
13
|
-
* @event
|
|
14
|
-
* @event
|
|
15
|
-
* @event
|
|
16
|
-
* @event
|
|
11
|
+
/** `<lr-data-grid>` — keyboard-navigable, responsive data grid with sortable columns.
|
|
12
|
+
* @customElement lr-data-grid
|
|
13
|
+
* @event lr-row-click - A row was activated.
|
|
14
|
+
* @event lr-cell-focus - A cell received roving focus.
|
|
15
|
+
* @event lr-sort - A header was sorted.
|
|
16
|
+
* @event lr-selection-change - The selected row changed.
|
|
17
17
|
* @csspart viewport - Scrollable grid viewport.
|
|
18
18
|
* @csspart grid - Native table grid.
|
|
19
19
|
* @csspart header - Header cell.
|
|
@@ -65,20 +65,20 @@ export class LyraDataGrid extends LyraElement {
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
value(row, column) { return column.value ? column.value(row) : row[column.key]; }
|
|
68
|
-
activate(row) { this.selectedKey = this.rowKey(row, this.rows.indexOf(row)); this.emit('
|
|
68
|
+
activate(row) { this.selectedKey = this.rowKey(row, this.rows.indexOf(row)); this.emit('lr-row-click', { row }); this.emit('lr-selection-change', { row }); }
|
|
69
69
|
sort(column) { if (!column.sortable)
|
|
70
70
|
return; if (this.sortKey === column.key)
|
|
71
71
|
this.sortDirection = this.sortDirection === 'ascending' ? 'descending' : 'ascending';
|
|
72
72
|
else {
|
|
73
73
|
this.sortKey = column.key;
|
|
74
74
|
this.sortDirection = 'ascending';
|
|
75
|
-
} this.emit('
|
|
75
|
+
} this.emit('lr-sort', { key: column.key, direction: this.sortDirection }); }
|
|
76
76
|
cell(row, column) { const value = this.value(row, column); return value == null ? '' : String(value); }
|
|
77
77
|
render() {
|
|
78
78
|
const label = this.accessibleLabel || this.localize('dataGridLabel');
|
|
79
79
|
return html `<div part="viewport"><table part="grid" role="grid" aria-label=${label} aria-rowcount=${this.rows.length + 1} aria-colcount=${this.columns.length}>
|
|
80
80
|
${this.columns.length ? html `<thead><tr role="row">${this.columns.map((column) => html `<th part="header" role="columnheader" style=${column.width ? `inline-size:${column.width}` : ''} aria-sort=${this.sortKey === column.key ? this.sortDirection : 'none'}><button type="button" @click=${() => this.sort(column)}>${column.label}</button></th>`)}</tr></thead>` : nothing}
|
|
81
|
-
<tbody>${this.loading ? html `<tr><td role="gridcell" colspan=${Math.max(1, this.columns.length)} part="empty">${this.localize('loading')}</td></tr>` : this.rows.length ? this.rows.map((row, rowIndex) => html `<tr part="row" role="row" data-selected=${this.rowKey(row, rowIndex) === this.selectedKey ? 'true' : 'false'} aria-selected=${this.rowKey(row, rowIndex) === this.selectedKey ? 'true' : 'false'} @click=${() => this.activate(row)}>${this.columns.map((column, columnIndex) => html `<td part="cell" role="gridcell" tabindex=${rowIndex === this.focusRow && columnIndex === this.focusColumn ? '0' : '-1'} data-row=${rowIndex} data-column=${columnIndex} aria-colindex=${columnIndex + 1} aria-rowindex=${rowIndex + 2} @keydown=${(event) => this.onCellKeyDown(event, rowIndex, columnIndex)} @focus=${() => { this.focusRow = rowIndex; this.focusColumn = columnIndex; this.emit('
|
|
81
|
+
<tbody>${this.loading ? html `<tr><td role="gridcell" colspan=${Math.max(1, this.columns.length)} part="empty">${this.localize('loading')}</td></tr>` : this.rows.length ? this.rows.map((row, rowIndex) => html `<tr part="row" role="row" data-selected=${this.rowKey(row, rowIndex) === this.selectedKey ? 'true' : 'false'} aria-selected=${this.rowKey(row, rowIndex) === this.selectedKey ? 'true' : 'false'} @click=${() => this.activate(row)}>${this.columns.map((column, columnIndex) => html `<td part="cell" role="gridcell" tabindex=${rowIndex === this.focusRow && columnIndex === this.focusColumn ? '0' : '-1'} data-row=${rowIndex} data-column=${columnIndex} aria-colindex=${columnIndex + 1} aria-rowindex=${rowIndex + 2} @keydown=${(event) => this.onCellKeyDown(event, rowIndex, columnIndex)} @focus=${() => { this.focusRow = rowIndex; this.focusColumn = columnIndex; this.emit('lr-cell-focus', { row, column: column.key }); }}>${this.cell(row, column)}</td>`)}</tr>`) : html `<tr><td role="gridcell" colspan=${Math.max(1, this.columns.length)} part="empty">${this.emptyText || this.localize('noData')}</td></tr>`}</tbody>
|
|
82
82
|
</table></div>`;
|
|
83
83
|
}
|
|
84
84
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-grid.class.js","sourceRoot":"","sources":["../../../src/components/data-grid/data-grid.class.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"data-grid.class.js","sourceRoot":"","sources":["../../../src/components/data-grid/data-grid.class.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
2
|
export const styles = css `
|
|
3
3
|
:host { display: block; min-inline-size: 0; }
|
|
4
|
-
[part='viewport'] { overflow: auto; border: var(--
|
|
5
|
-
table { border-collapse: separate; border-spacing: 0; inline-size: max-content; min-inline-size: 100%; color: var(--
|
|
6
|
-
th, td { box-sizing: border-box; padding: var(--
|
|
7
|
-
th { position: sticky; inset-block-start: 0; z-index: var(--
|
|
4
|
+
[part='viewport'] { overflow: auto; border: var(--lr-border-width-thin) solid var(--lr-color-border); border-radius: var(--lr-radius); }
|
|
5
|
+
table { border-collapse: separate; border-spacing: 0; inline-size: max-content; min-inline-size: 100%; color: var(--lr-color-text); }
|
|
6
|
+
th, td { box-sizing: border-box; padding: var(--lr-space-s); border-block-end: var(--lr-border-width-thin) solid var(--lr-color-border); text-align: start; vertical-align: top; }
|
|
7
|
+
th { position: sticky; inset-block-start: 0; z-index: var(--lr-layer-content); background: var(--lr-color-surface); font-weight: var(--lr-font-weight-semibold); }
|
|
8
8
|
th button { border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
|
|
9
|
-
tr[data-selected='true'] td { background: var(--
|
|
10
|
-
[role='gridcell']:focus-visible, th:focus-visible { outline: var(--
|
|
11
|
-
[part='empty'] { padding: var(--
|
|
9
|
+
tr[data-selected='true'] td { background: var(--lr-color-brand-quiet); }
|
|
10
|
+
[role='gridcell']:focus-visible, th:focus-visible { outline: var(--lr-focus-ring-width) solid var(--lr-focus-ring-color); outline-offset: calc(var(--lr-focus-ring-offset) * -1); }
|
|
11
|
+
[part='empty'] { padding: var(--lr-space-l); color: var(--lr-color-text-quiet); text-align: center; }
|
|
12
12
|
`;
|
|
13
13
|
//# sourceMappingURL=data-grid.styles.js.map
|
|
@@ -8,12 +8,12 @@ export interface DatasetTable {
|
|
|
8
8
|
rows: Record<string, string>[];
|
|
9
9
|
}
|
|
10
10
|
export interface LyraDatasetViewerEventMap extends LyraAnchorTargetEventMap {
|
|
11
|
-
'
|
|
11
|
+
'lr-render-error': CustomEvent<{
|
|
12
12
|
error: unknown;
|
|
13
13
|
}>;
|
|
14
14
|
/** Fired whenever the search query, match count, or active match index changes, from
|
|
15
15
|
* `search()`/`searchNext()`/`searchPrevious()`/`clearSearch()`. */
|
|
16
|
-
'
|
|
16
|
+
'lr-search-change': CustomEvent<{
|
|
17
17
|
query: string;
|
|
18
18
|
matchCount: number;
|
|
19
19
|
activeIndex: number;
|
|
@@ -26,7 +26,7 @@ declare const LyraDatasetViewer_base: typeof LyraDatasetViewerBase & (new (...ar
|
|
|
26
26
|
});
|
|
27
27
|
/**
|
|
28
28
|
* Fetches delimited text and renders a virtualized, accessible data table: a `role="table"`
|
|
29
|
-
* container with a sticky `role="row"` header, composed with `<
|
|
29
|
+
* container with a sticky `role="row"` header, composed with `<lr-virtual-list item-role="row">`
|
|
30
30
|
* for the body so files far larger than a real synchronous `<table>` can render without locking the
|
|
31
31
|
* main thread.
|
|
32
32
|
*
|
|
@@ -40,13 +40,13 @@ declare const LyraDatasetViewer_base: typeof LyraDatasetViewerBase & (new (...ar
|
|
|
40
40
|
* in reconstructs its highlight for free, with no persistent DOM to keep in sync. `search()` is a
|
|
41
41
|
* case-insensitive substring match over every body cell's raw string value, ordered row then column.
|
|
42
42
|
*
|
|
43
|
-
* @customElement
|
|
44
|
-
* @event
|
|
45
|
-
* @event
|
|
43
|
+
* @customElement lr-dataset-viewer
|
|
44
|
+
* @event lr-render-error - Fired when the fetched text fails to parse, or exceeds the resource-size guard.
|
|
45
|
+
* @event lr-highlight-activate - A `highlights` cell was clicked, or activated via Enter/Space
|
|
46
46
|
* while focused. `detail: { id }`.
|
|
47
|
-
* @event
|
|
47
|
+
* @event lr-anchor-result - Fired after an `anchor` property assignment or a `scrollToAnchor()`
|
|
48
48
|
* call is applied. `detail: { found }`.
|
|
49
|
-
* @event
|
|
49
|
+
* @event lr-search-change - Fired whenever the search query, match count, or active match index
|
|
50
50
|
* changes, from `search()`/`searchNext()`/`searchPrevious()`/`clearSearch()`. `detail: { query,
|
|
51
51
|
* matchCount, activeIndex }`.
|
|
52
52
|
* @csspart base - The root wrapper.
|
|
@@ -59,7 +59,7 @@ declare const LyraDatasetViewer_base: typeof LyraDatasetViewerBase & (new (...ar
|
|
|
59
59
|
* @csspart cell-highlight - A cell (`role="cell"`) covered by a `highlights` entry; wraps the
|
|
60
60
|
* `cell-highlight-action` button.
|
|
61
61
|
* @csspart cell-highlight-action - The native button filling a highlighted cell -- focusable,
|
|
62
|
-
* emits `
|
|
62
|
+
* emits `lr-highlight-activate` on click or Enter/Space.
|
|
63
63
|
* @csspart spinner - The loading status region.
|
|
64
64
|
* @csspart error - The error message region.
|
|
65
65
|
*/
|
|
@@ -75,7 +75,7 @@ export declare class LyraDatasetViewer extends LyraDatasetViewer_base {
|
|
|
75
75
|
readonly anchorKinds: readonly LyraAnchorKind[];
|
|
76
76
|
private fetchState;
|
|
77
77
|
/** The virtualized body row currently scrolled into view via `scrollToAnchor()` or search
|
|
78
|
-
* navigation -- bound to `<
|
|
78
|
+
* navigation -- bound to `<lr-virtual-list>`'s own `active-id`. */
|
|
79
79
|
private activeRowKey;
|
|
80
80
|
private searchMatches;
|
|
81
81
|
private searchActiveIndex;
|
|
@@ -92,7 +92,7 @@ export declare class LyraDatasetViewer extends LyraDatasetViewer_base {
|
|
|
92
92
|
private renderRow;
|
|
93
93
|
/** Scrolls raw-grid row `rawRow` into view -- shared by `applyAnchor()` and every search
|
|
94
94
|
* navigation method, so both stay byte-identical in how a row coordinate becomes a scroll. There
|
|
95
|
-
* is no independent horizontal/column scroll here (unlike `<
|
|
95
|
+
* is no independent horizontal/column scroll here (unlike `<lr-csv-viewer>`'s `has-header-row`
|
|
96
96
|
* grid, this viewer's fixed-width grid columns fit its container without one). */
|
|
97
97
|
private jumpToCell;
|
|
98
98
|
protected applyAnchor(anchor: LyraAnchor): Promise<boolean>;
|
|
@@ -107,7 +107,7 @@ export declare class LyraDatasetViewer extends LyraDatasetViewer_base {
|
|
|
107
107
|
/** Moves to the previous match, wrapping to the last before the first. Resolves `false` (no-op)
|
|
108
108
|
* when there are no matches. */
|
|
109
109
|
searchPrevious(): Promise<boolean>;
|
|
110
|
-
/** Clears the query, matches, and active index, and resets `
|
|
110
|
+
/** Clears the query, matches, and active index, and resets `lr-search-change` to a
|
|
111
111
|
* 0-match/no-active-index state. */
|
|
112
112
|
clearSearch(): void;
|
|
113
113
|
private emitSearchChange;
|
|
@@ -116,7 +116,7 @@ export declare class LyraDatasetViewer extends LyraDatasetViewer_base {
|
|
|
116
116
|
}
|
|
117
117
|
declare global {
|
|
118
118
|
interface HTMLElementTagNameMap {
|
|
119
|
-
'
|
|
119
|
+
'lr-dataset-viewer': LyraDatasetViewer;
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataset-viewer.class.d.ts","sourceRoot":"","sources":["../../../src/components/dataset-viewer/dataset-viewer.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAM7D,OAAO,EAAwB,KAAK,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AACtG,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAiB,MAAM,+BAA+B,CAAC;AAC/F,OAAO,iCAAiC,CAAC;AAGzC,MAAM,WAAW,YAAY;IAAG,MAAM,EAAE,MAAM,EAAE,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;CAAE;AAGnF,MAAM,WAAW,yBAA0B,SAAQ,wBAAwB;IACzE,
|
|
1
|
+
{"version":3,"file":"dataset-viewer.class.d.ts","sourceRoot":"","sources":["../../../src/components/dataset-viewer/dataset-viewer.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAM7D,OAAO,EAAwB,KAAK,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AACtG,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAiB,MAAM,+BAA+B,CAAC;AAC/F,OAAO,iCAAiC,CAAC;AAGzC,MAAM,WAAW,YAAY;IAAG,MAAM,EAAE,MAAM,EAAE,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;CAAE;AAGnF,MAAM,WAAW,yBAA0B,SAAQ,wBAAwB;IACzE,iBAAiB,EAAE,WAAW,CAAC;QAAE,KAAK,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;IACnD;wEACoE;IACpE,kBAAkB,EAAE,WAAW,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAC7F;AAQD,cAAM,qBAAsB,SAAQ,WAAW,CAAC,yBAAyB,CAAC;CAAG;;;;AAE7E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,qBAAa,iBAAkB,SAAQ,sBAA2C;IAChF,MAAM,CAAC,MAAM,iCAAwC;IACrD,gDAAgD;IACpC,GAAG,SAAM;IACrB,yDAAyD;IAC7C,IAAI,SAAM;IACtB,gDAAgD;IACT,SAAS,SAAM;IAEtD,gEAAgE;IAChE,QAAQ,CAAC,WAAW,EAAE,SAAS,cAAc,EAAE,CAAkB;IAExD,OAAO,CAAC,UAAU,CAAuC;IAClE;wEACoE;IAC3D,OAAO,CAAC,YAAY,CAAmB;IACvC,OAAO,CAAC,aAAa,CAAsC;IAC3D,OAAO,CAAC,iBAAiB,CAAM;IACxC,OAAO,CAAC,WAAW,CAAM;IACzB,OAAO,CAAC,UAAU,CAAK;IAEvB,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,CAUlD;IAED,SAAS,CAAC,OAAO,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,CAG/C;YAEa,IAAI;YAmBJ,KAAK;IAYnB;qDACiD;IACjD,OAAO,CAAC,oBAAoB;IAS5B,OAAO,CAAC,UAAU;IAmBlB,OAAO,CAAC,SAAS,CAIf;IAIF;;;uFAGmF;YACrE,UAAU;IASxB,UAAgB,WAAW,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO,CAAC,OAAO,CAAC,CAKhE;IAID;;;eAGW;IACL,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAiB3C;IAED;qCACiC;IAC3B,UAAU,IAAI,OAAO,CAAC,OAAO,CAAC,CAMnC;IAED;qCACiC;IAC3B,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC,CAMvC;IAED;yCACqC;IACrC,WAAW,IAAI,IAAI,CAKlB;IAED,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,UAAU;IA8BlB,MAAM,IAAI,cAAc,CAEvB;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IAAE,UAAU,qBAAqB;QAAG,mBAAmB,EAAE,iBAAiB,CAAC;KAAE;CAAE"}
|