@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
|
@@ -20,7 +20,7 @@ export interface TourStep {
|
|
|
20
20
|
/** The element this step spotlights and anchors its popover to. */
|
|
21
21
|
target: TourTarget;
|
|
22
22
|
/** Visible step heading -- becomes the popover panel's accessible name via `aria-labelledby`.
|
|
23
|
-
* Required: every step always has a name, so `<
|
|
23
|
+
* Required: every step always has a name, so `<lr-tour>` never needs a generic fallback
|
|
24
24
|
* label of its own. Plain text; not localized by this component (caller-supplied data, per
|
|
25
25
|
* the library's i18n exception for app content). */
|
|
26
26
|
heading: string;
|
|
@@ -30,7 +30,7 @@ export interface TourStep {
|
|
|
30
30
|
content?: string;
|
|
31
31
|
/** Per-step Floating UI placement override. Falls back to the tour-level `placement` prop
|
|
32
32
|
* (`'bottom'`) when omitted. Resolved through `rtlAwarePlacement()` before being passed to
|
|
33
|
-
* `place()`, same as `
|
|
33
|
+
* `place()`, same as `lr-menu`/`lr-popover`. */
|
|
34
34
|
placement?: Placement;
|
|
35
35
|
/** Per-step override of the tour-level `spotlightPadding` prop (`4`). Extra px between the
|
|
36
36
|
* target's own box and the spotlight cutout/ring. `distance` (the offset between the target
|
|
@@ -46,44 +46,44 @@ export interface TourStep {
|
|
|
46
46
|
hidePrevious?: boolean;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
* Reason a tour ended, forwarded as the `
|
|
49
|
+
* Reason a tour ended, forwarded as the `lr-tour-end` event detail.
|
|
50
50
|
* `'completed'`/`'skip'`/`'escape'` are emitted by the tour's own built-in dismiss triggers;
|
|
51
51
|
* `'unmount'` is emitted when the tour is removed from the DOM while still open by something
|
|
52
|
-
* other than its own `end()` (mirrors `
|
|
52
|
+
* other than its own `end()` (mirrors `lr-dialog`'s identical `'unmount'` case); any other
|
|
53
53
|
* string is whatever a caller passes to `end()` directly.
|
|
54
54
|
*/
|
|
55
55
|
export type TourEndReason = 'completed' | 'skip' | 'escape' | 'api' | 'unmount' | (string & Record<never, never>);
|
|
56
56
|
export interface LyraTourEventMap {
|
|
57
|
-
'
|
|
57
|
+
'lr-tour-start': CustomEvent<{
|
|
58
58
|
index: number;
|
|
59
59
|
}>;
|
|
60
|
-
'
|
|
60
|
+
'lr-tour-step-change': CustomEvent<{
|
|
61
61
|
index: number;
|
|
62
62
|
previousIndex: number;
|
|
63
63
|
step: TourStep;
|
|
64
64
|
via: 'next' | 'back' | 'goto';
|
|
65
65
|
}>;
|
|
66
|
-
'
|
|
67
|
-
'
|
|
66
|
+
'lr-tour-end': CustomEvent<TourEndReason>;
|
|
67
|
+
'lr-tour-target-missing': CustomEvent<{
|
|
68
68
|
index: number;
|
|
69
69
|
step: TourStep;
|
|
70
70
|
}>;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
|
-
* `<
|
|
73
|
+
* `<lr-tour>` -- a spotlight-and-step guided walkthrough for first-run onboarding. A sequence
|
|
74
74
|
* of steps, each anchored to a target element elsewhere in the page via the shared Floating UI
|
|
75
75
|
* positioner, shown against a dimmed full-viewport backdrop with a cutout/ring highlighting the
|
|
76
76
|
* current target, with Next/Previous/Skip controls and a step-progress indicator. First-party
|
|
77
|
-
* invention (no Web Awesome equivalent) -- nearest precedent in shape is `
|
|
78
|
-
* lifecycle/focus trap) + `
|
|
77
|
+
* invention (no Web Awesome equivalent) -- nearest precedent in shape is `lr-dialog` (overlay
|
|
78
|
+
* lifecycle/focus trap) + `lr-carousel` (index-based navigation) + `lr-stepper`
|
|
79
79
|
* (progress/RTL arrow-key nav).
|
|
80
80
|
*
|
|
81
81
|
* **Not a form-associated control.** A tour is a walkthrough, not a field -- it deliberately has
|
|
82
82
|
* no `label`/`hint`/`error` chrome and no `FormAssociated` mixin.
|
|
83
83
|
*
|
|
84
84
|
* **Controlled component.** `steps` is never mutated by this component (mirrors
|
|
85
|
-
* `
|
|
86
|
-
* `
|
|
85
|
+
* `lr-stepper`'s `steps`); only `activeIndex` and `open` are self-managed, mirroring
|
|
86
|
+
* `lr-carousel`'s `index`.
|
|
87
87
|
*
|
|
88
88
|
* **Target interactivity.** By default, the step's spotlighted target is non-interactive while
|
|
89
89
|
* its step is active: it stays visually revealed and perceivable/announceable by assistive tech
|
|
@@ -101,7 +101,7 @@ export interface LyraTourEventMap {
|
|
|
101
101
|
*
|
|
102
102
|
* **Focus management.** Uses the shared overlay manager with `modal: false` -- a deliberate
|
|
103
103
|
* choice, not an oversight. The default `modal: true` would mark the entire rest of the page
|
|
104
|
-
* (including the spotlighted target itself, since it lives outside `<
|
|
104
|
+
* (including the spotlighted target itself, since it lives outside `<lr-tour>`'s own ancestor
|
|
105
105
|
* chain) `inert`, stripping it from the accessibility tree entirely -- stronger than the
|
|
106
106
|
* "non-interactive but still perceivable" default described above. `modal: false` skips that
|
|
107
107
|
* DOM-wide `inert` marking; the shared Tab-trap still confines keyboard Tab to the popover panel
|
|
@@ -117,29 +117,29 @@ export interface LyraTourEventMap {
|
|
|
117
117
|
* triggered the transition lives inside that same persistent-looking region.
|
|
118
118
|
*
|
|
119
119
|
* No `Home`/`End` jump-to-first/last-step shortcut and no click-to-jump progress dots, unlike
|
|
120
|
-
* `
|
|
120
|
+
* `lr-stepper` -- a tour's steps are tied to live DOM targets that may not exist until an
|
|
121
121
|
* earlier step's side effect (opening a menu, navigating a route) has run, so free jumping is
|
|
122
122
|
* unsafe by default. `goToStep()` remains available for a host that knows what it's doing (e.g.
|
|
123
123
|
* a "restart tour" affordance elsewhere).
|
|
124
124
|
*
|
|
125
|
-
* @customElement
|
|
125
|
+
* @customElement lr-tour
|
|
126
126
|
* @slot - Rich content overriding the currently active step's plain-text `content` for that step
|
|
127
127
|
* only. When real content is assigned, it's shown instead of `step.content`; when empty,
|
|
128
128
|
* `step.content` renders as plain text. Not scoped per step by this component itself -- a
|
|
129
129
|
* consumer that needs different rich content per step swaps the slotted children (or listens
|
|
130
|
-
* for `
|
|
131
|
-
* content" pattern `
|
|
132
|
-
* @event
|
|
133
|
-
* @event
|
|
130
|
+
* for `lr-tour-step-change` and re-renders them) itself, the same "consumer owns slotted
|
|
131
|
+
* content" pattern `lr-dialog`'s default slot already uses.
|
|
132
|
+
* @event lr-tour-start - Fired by `start()`. `detail: { index }`. Not cancelable.
|
|
133
|
+
* @event lr-tour-step-change - Fired by `next()`/`back()`/`goToStep()` before `activeIndex`
|
|
134
134
|
* changes. `detail: { index, previousIndex, step, via }`. Cancelable -- a listener calling
|
|
135
135
|
* `preventDefault()` leaves `activeIndex` unchanged, letting a tour gate advancement on a real
|
|
136
136
|
* action (e.g. an onboarding step demonstrating "click this button" shouldn't let Next silently
|
|
137
|
-
* skip past it). This is a deliberate departure from `
|
|
138
|
-
* `
|
|
139
|
-
* @event
|
|
137
|
+
* skip past it). This is a deliberate departure from `lr-carousel`'s non-cancelable
|
|
138
|
+
* `lr-slide-change`.
|
|
139
|
+
* @event lr-tour-end - Fired by `end()` (and by `next()` on the last step, with reason
|
|
140
140
|
* `'completed'`). `detail: TourEndReason`. Cancelable, except in practice for `'unmount'` since
|
|
141
|
-
* the element is already being removed -- mirrors `
|
|
142
|
-
* @event
|
|
141
|
+
* the element is already being removed -- mirrors `lr-dialog-close` exactly.
|
|
142
|
+
* @event lr-tour-target-missing - The active step's `target` did not resolve to a connected
|
|
143
143
|
* element. `detail: { index, step }`. Not cancelable -- informational. The tour does not
|
|
144
144
|
* auto-end; it renders that step's popover unanchored (viewport-centered, no spotlight cutout)
|
|
145
145
|
* instead of throwing. A host can listen and decide to `skip()`/`goToStep()` in response.
|
|
@@ -158,13 +158,13 @@ export interface LyraTourEventMap {
|
|
|
158
158
|
* @csspart skip-button - The Skip control.
|
|
159
159
|
* @csspart previous-button - The Previous control.
|
|
160
160
|
* @csspart next-button - The Next/Done control (label switches on the last step).
|
|
161
|
-
* @cssprop --
|
|
162
|
-
* @cssprop --
|
|
163
|
-
* Defaults to `--
|
|
164
|
-
* @cssprop --
|
|
165
|
-
* @cssprop --
|
|
166
|
-
* `--
|
|
167
|
-
* @cssprop --
|
|
161
|
+
* @cssprop --lr-tour-backdrop-color - Backdrop scrim fill. Defaults to `--lr-color-overlay`.
|
|
162
|
+
* @cssprop --lr-tour-spotlight-radius - Corner radius shared by the cutout and the ring.
|
|
163
|
+
* Defaults to `--lr-radius`.
|
|
164
|
+
* @cssprop --lr-tour-spotlight-ring-color - Spotlight ring color. Defaults to `--lr-color-brand`.
|
|
165
|
+
* @cssprop --lr-tour-spotlight-ring-width - Spotlight ring thickness. Defaults to
|
|
166
|
+
* `--lr-border-width-medium`.
|
|
167
|
+
* @cssprop --lr-tour-popover-max-width - Maximum popover inline size. Defaults to `--lr-size-22rem`.
|
|
168
168
|
*/
|
|
169
169
|
export declare class LyraTour extends LyraElement<LyraTourEventMap> {
|
|
170
170
|
static styles: import("lit").CSSResultGroup[];
|
|
@@ -182,24 +182,24 @@ export declare class LyraTour extends LyraElement<LyraTourEventMap> {
|
|
|
182
182
|
/** Tour-level default Floating UI placement, overridable per step via `TourStep.placement`. */
|
|
183
183
|
placement: Placement;
|
|
184
184
|
/** Distance (px) between the target and the popover, passed straight to Floating UI's
|
|
185
|
-
* `offset()` middleware -- a tour-level-only setting, mirroring `
|
|
185
|
+
* `offset()` middleware -- a tour-level-only setting, mirroring `lr-popover`'s `distance`
|
|
186
186
|
* prop exactly (can legitimately be negative for overlap). */
|
|
187
187
|
distance: number;
|
|
188
188
|
/** Tour-level default extra px between a target's own box and the spotlight cutout/ring,
|
|
189
189
|
* overridable per step via `TourStep.spotlightPadding`. Non-negative. */
|
|
190
190
|
spotlightPadding: number;
|
|
191
191
|
/** Whether a backdrop click dismisses the tour (`end('skip')`). Defaults to `false` -- a
|
|
192
|
-
* deliberate inversion of `
|
|
192
|
+
* deliberate inversion of `lr-dialog`'s `noLightDismiss` (opt-out, default
|
|
193
193
|
* dismiss-on-backdrop-click): a guided tour's backdrop click doing nothing by default avoids
|
|
194
194
|
* losing onboarding progress to a stray click. Set this to restore dismiss-on-backdrop-click. */
|
|
195
195
|
lightDismiss: boolean;
|
|
196
196
|
/** Whether the built-in "Step X of Y" progress indicator (dots + text) renders in the footer. */
|
|
197
197
|
showProgress: boolean;
|
|
198
198
|
/** Host-level `aria-label` override for every step popover's accessible name -- wins over each
|
|
199
|
-
* step's own `heading`, matching `
|
|
199
|
+
* step's own `heading`, matching `lr-dialog`'s `accessibleLabel` pattern. Most consumers
|
|
200
200
|
* won't need this since each step already has a meaningful name via `heading`; setting it
|
|
201
201
|
* makes the *same* string name every step's panel. Set as a plain `aria-label` attribute on
|
|
202
|
-
* `<
|
|
202
|
+
* `<lr-tour>` itself, not a public JS property. */
|
|
203
203
|
private accessibleLabel;
|
|
204
204
|
private unanchored;
|
|
205
205
|
private hasSlotContent;
|
|
@@ -216,12 +216,12 @@ export declare class LyraTour extends LyraElement<LyraTourEventMap> {
|
|
|
216
216
|
connectedCallback(): void;
|
|
217
217
|
disconnectedCallback(): void;
|
|
218
218
|
/** Opens the tour at `index` (default `0`), clamped to `[0, steps.length - 1]`. Equivalent to
|
|
219
|
-
* `this.activeIndex = index; this.open = true;` plus the `
|
|
219
|
+
* `this.activeIndex = index; this.open = true;` plus the `lr-tour-start` event. */
|
|
220
220
|
start(index?: number): void;
|
|
221
221
|
/** Advances to the next step. On the last step, ends the tour instead (`end('completed')`) --
|
|
222
222
|
* the built-in Next/Done button calls this same method, so a custom control wired to `next()`
|
|
223
|
-
* behaves identically to the built-in one. Cancelable via `
|
|
224
|
-
* `
|
|
223
|
+
* behaves identically to the built-in one. Cancelable via `lr-tour-step-change` (or
|
|
224
|
+
* `lr-tour-end` when it triggers completion). */
|
|
225
225
|
next(): void;
|
|
226
226
|
/** Moves to the previous step. No-op on the first step (`activeIndex === 0`). */
|
|
227
227
|
back(): void;
|
|
@@ -229,7 +229,7 @@ export declare class LyraTour extends LyraElement<LyraTourEventMap> {
|
|
|
229
229
|
goToStep(index: number): void;
|
|
230
230
|
/** Sugar for `end('skip')`. What the built-in Skip button calls. */
|
|
231
231
|
skip(): void;
|
|
232
|
-
/** Ends the tour. `reason` is forwarded as the `
|
|
232
|
+
/** Ends the tour. `reason` is forwarded as the `lr-tour-end` detail. Cancelable (except in
|
|
233
233
|
* practice for `'unmount'`) -- mirrors `LyraDialog.close(reason)` exactly. */
|
|
234
234
|
end(reason?: TourEndReason): void;
|
|
235
235
|
private clampIndex;
|
|
@@ -247,7 +247,7 @@ export declare class LyraTour extends LyraElement<LyraTourEventMap> {
|
|
|
247
247
|
}
|
|
248
248
|
declare global {
|
|
249
249
|
interface HTMLElementTagNameMap {
|
|
250
|
-
'
|
|
250
|
+
'lr-tour': LyraTour;
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
//# sourceMappingURL=tour.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tour.class.d.ts","sourceRoot":"","sources":["../../../src/components/tour/tour.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAG9E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAgB7D;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,WAAW,GAAG,CAAC,MAAM,WAAW,GAAG,IAAI,CAAC,CAAC;AAE3E,MAAM,WAAW,QAAQ;IACvB,+FAA+F;IAC/F,EAAE,EAAE,MAAM,CAAC;IACX,mEAAmE;IACnE,MAAM,EAAE,UAAU,CAAC;IACnB;;;yDAGqD;IACrD,OAAO,EAAE,MAAM,CAAC;IAChB;;sFAEkF;IAClF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;
|
|
1
|
+
{"version":3,"file":"tour.class.d.ts","sourceRoot":"","sources":["../../../src/components/tour/tour.class.ts"],"names":[],"mappings":"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"}
|
|
@@ -36,20 +36,20 @@ function keyholeClipPath(x, y, width, height) {
|
|
|
36
36
|
`${x}px ${y}px, ${x}px ${bottom}px, ${right}px ${bottom}px, ${right}px ${y}px, ${x}px ${y}px, 0% 0%)`);
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* `<
|
|
39
|
+
* `<lr-tour>` -- a spotlight-and-step guided walkthrough for first-run onboarding. A sequence
|
|
40
40
|
* of steps, each anchored to a target element elsewhere in the page via the shared Floating UI
|
|
41
41
|
* positioner, shown against a dimmed full-viewport backdrop with a cutout/ring highlighting the
|
|
42
42
|
* current target, with Next/Previous/Skip controls and a step-progress indicator. First-party
|
|
43
|
-
* invention (no Web Awesome equivalent) -- nearest precedent in shape is `
|
|
44
|
-
* lifecycle/focus trap) + `
|
|
43
|
+
* invention (no Web Awesome equivalent) -- nearest precedent in shape is `lr-dialog` (overlay
|
|
44
|
+
* lifecycle/focus trap) + `lr-carousel` (index-based navigation) + `lr-stepper`
|
|
45
45
|
* (progress/RTL arrow-key nav).
|
|
46
46
|
*
|
|
47
47
|
* **Not a form-associated control.** A tour is a walkthrough, not a field -- it deliberately has
|
|
48
48
|
* no `label`/`hint`/`error` chrome and no `FormAssociated` mixin.
|
|
49
49
|
*
|
|
50
50
|
* **Controlled component.** `steps` is never mutated by this component (mirrors
|
|
51
|
-
* `
|
|
52
|
-
* `
|
|
51
|
+
* `lr-stepper`'s `steps`); only `activeIndex` and `open` are self-managed, mirroring
|
|
52
|
+
* `lr-carousel`'s `index`.
|
|
53
53
|
*
|
|
54
54
|
* **Target interactivity.** By default, the step's spotlighted target is non-interactive while
|
|
55
55
|
* its step is active: it stays visually revealed and perceivable/announceable by assistive tech
|
|
@@ -67,7 +67,7 @@ function keyholeClipPath(x, y, width, height) {
|
|
|
67
67
|
*
|
|
68
68
|
* **Focus management.** Uses the shared overlay manager with `modal: false` -- a deliberate
|
|
69
69
|
* choice, not an oversight. The default `modal: true` would mark the entire rest of the page
|
|
70
|
-
* (including the spotlighted target itself, since it lives outside `<
|
|
70
|
+
* (including the spotlighted target itself, since it lives outside `<lr-tour>`'s own ancestor
|
|
71
71
|
* chain) `inert`, stripping it from the accessibility tree entirely -- stronger than the
|
|
72
72
|
* "non-interactive but still perceivable" default described above. `modal: false` skips that
|
|
73
73
|
* DOM-wide `inert` marking; the shared Tab-trap still confines keyboard Tab to the popover panel
|
|
@@ -83,29 +83,29 @@ function keyholeClipPath(x, y, width, height) {
|
|
|
83
83
|
* triggered the transition lives inside that same persistent-looking region.
|
|
84
84
|
*
|
|
85
85
|
* No `Home`/`End` jump-to-first/last-step shortcut and no click-to-jump progress dots, unlike
|
|
86
|
-
* `
|
|
86
|
+
* `lr-stepper` -- a tour's steps are tied to live DOM targets that may not exist until an
|
|
87
87
|
* earlier step's side effect (opening a menu, navigating a route) has run, so free jumping is
|
|
88
88
|
* unsafe by default. `goToStep()` remains available for a host that knows what it's doing (e.g.
|
|
89
89
|
* a "restart tour" affordance elsewhere).
|
|
90
90
|
*
|
|
91
|
-
* @customElement
|
|
91
|
+
* @customElement lr-tour
|
|
92
92
|
* @slot - Rich content overriding the currently active step's plain-text `content` for that step
|
|
93
93
|
* only. When real content is assigned, it's shown instead of `step.content`; when empty,
|
|
94
94
|
* `step.content` renders as plain text. Not scoped per step by this component itself -- a
|
|
95
95
|
* consumer that needs different rich content per step swaps the slotted children (or listens
|
|
96
|
-
* for `
|
|
97
|
-
* content" pattern `
|
|
98
|
-
* @event
|
|
99
|
-
* @event
|
|
96
|
+
* for `lr-tour-step-change` and re-renders them) itself, the same "consumer owns slotted
|
|
97
|
+
* content" pattern `lr-dialog`'s default slot already uses.
|
|
98
|
+
* @event lr-tour-start - Fired by `start()`. `detail: { index }`. Not cancelable.
|
|
99
|
+
* @event lr-tour-step-change - Fired by `next()`/`back()`/`goToStep()` before `activeIndex`
|
|
100
100
|
* changes. `detail: { index, previousIndex, step, via }`. Cancelable -- a listener calling
|
|
101
101
|
* `preventDefault()` leaves `activeIndex` unchanged, letting a tour gate advancement on a real
|
|
102
102
|
* action (e.g. an onboarding step demonstrating "click this button" shouldn't let Next silently
|
|
103
|
-
* skip past it). This is a deliberate departure from `
|
|
104
|
-
* `
|
|
105
|
-
* @event
|
|
103
|
+
* skip past it). This is a deliberate departure from `lr-carousel`'s non-cancelable
|
|
104
|
+
* `lr-slide-change`.
|
|
105
|
+
* @event lr-tour-end - Fired by `end()` (and by `next()` on the last step, with reason
|
|
106
106
|
* `'completed'`). `detail: TourEndReason`. Cancelable, except in practice for `'unmount'` since
|
|
107
|
-
* the element is already being removed -- mirrors `
|
|
108
|
-
* @event
|
|
107
|
+
* the element is already being removed -- mirrors `lr-dialog-close` exactly.
|
|
108
|
+
* @event lr-tour-target-missing - The active step's `target` did not resolve to a connected
|
|
109
109
|
* element. `detail: { index, step }`. Not cancelable -- informational. The tour does not
|
|
110
110
|
* auto-end; it renders that step's popover unanchored (viewport-centered, no spotlight cutout)
|
|
111
111
|
* instead of throwing. A host can listen and decide to `skip()`/`goToStep()` in response.
|
|
@@ -124,13 +124,13 @@ function keyholeClipPath(x, y, width, height) {
|
|
|
124
124
|
* @csspart skip-button - The Skip control.
|
|
125
125
|
* @csspart previous-button - The Previous control.
|
|
126
126
|
* @csspart next-button - The Next/Done control (label switches on the last step).
|
|
127
|
-
* @cssprop --
|
|
128
|
-
* @cssprop --
|
|
129
|
-
* Defaults to `--
|
|
130
|
-
* @cssprop --
|
|
131
|
-
* @cssprop --
|
|
132
|
-
* `--
|
|
133
|
-
* @cssprop --
|
|
127
|
+
* @cssprop --lr-tour-backdrop-color - Backdrop scrim fill. Defaults to `--lr-color-overlay`.
|
|
128
|
+
* @cssprop --lr-tour-spotlight-radius - Corner radius shared by the cutout and the ring.
|
|
129
|
+
* Defaults to `--lr-radius`.
|
|
130
|
+
* @cssprop --lr-tour-spotlight-ring-color - Spotlight ring color. Defaults to `--lr-color-brand`.
|
|
131
|
+
* @cssprop --lr-tour-spotlight-ring-width - Spotlight ring thickness. Defaults to
|
|
132
|
+
* `--lr-border-width-medium`.
|
|
133
|
+
* @cssprop --lr-tour-popover-max-width - Maximum popover inline size. Defaults to `--lr-size-22rem`.
|
|
134
134
|
*/
|
|
135
135
|
export class LyraTour extends LyraElement {
|
|
136
136
|
constructor() {
|
|
@@ -149,24 +149,24 @@ export class LyraTour extends LyraElement {
|
|
|
149
149
|
/** Tour-level default Floating UI placement, overridable per step via `TourStep.placement`. */
|
|
150
150
|
this.placement = 'bottom';
|
|
151
151
|
/** Distance (px) between the target and the popover, passed straight to Floating UI's
|
|
152
|
-
* `offset()` middleware -- a tour-level-only setting, mirroring `
|
|
152
|
+
* `offset()` middleware -- a tour-level-only setting, mirroring `lr-popover`'s `distance`
|
|
153
153
|
* prop exactly (can legitimately be negative for overlap). */
|
|
154
154
|
this.distance = DEFAULT_DISTANCE;
|
|
155
155
|
/** Tour-level default extra px between a target's own box and the spotlight cutout/ring,
|
|
156
156
|
* overridable per step via `TourStep.spotlightPadding`. Non-negative. */
|
|
157
157
|
this.spotlightPadding = DEFAULT_SPOTLIGHT_PADDING;
|
|
158
158
|
/** Whether a backdrop click dismisses the tour (`end('skip')`). Defaults to `false` -- a
|
|
159
|
-
* deliberate inversion of `
|
|
159
|
+
* deliberate inversion of `lr-dialog`'s `noLightDismiss` (opt-out, default
|
|
160
160
|
* dismiss-on-backdrop-click): a guided tour's backdrop click doing nothing by default avoids
|
|
161
161
|
* losing onboarding progress to a stray click. Set this to restore dismiss-on-backdrop-click. */
|
|
162
162
|
this.lightDismiss = false;
|
|
163
163
|
/** Whether the built-in "Step X of Y" progress indicator (dots + text) renders in the footer. */
|
|
164
164
|
this.showProgress = true;
|
|
165
165
|
/** Host-level `aria-label` override for every step popover's accessible name -- wins over each
|
|
166
|
-
* step's own `heading`, matching `
|
|
166
|
+
* step's own `heading`, matching `lr-dialog`'s `accessibleLabel` pattern. Most consumers
|
|
167
167
|
* won't need this since each step already has a meaningful name via `heading`; setting it
|
|
168
168
|
* makes the *same* string name every step's panel. Set as a plain `aria-label` attribute on
|
|
169
|
-
* `<
|
|
169
|
+
* `<lr-tour>` itself, not a public JS property. */
|
|
170
170
|
this.accessibleLabel = null;
|
|
171
171
|
this.unanchored = false;
|
|
172
172
|
this.hasSlotContent = false;
|
|
@@ -182,7 +182,7 @@ export class LyraTour extends LyraElement {
|
|
|
182
182
|
this.onDefaultSlotChange = (e) => {
|
|
183
183
|
this.hasSlotContent = hasRealContent(e.target.assignedNodes({ flatten: true }));
|
|
184
184
|
};
|
|
185
|
-
// ArrowRight/ArrowLeft swap "forward"/"backward" meaning under RTL, mirroring
|
|
185
|
+
// ArrowRight/ArrowLeft swap "forward"/"backward" meaning under RTL, mirroring lr-stepper's
|
|
186
186
|
// forwardKey/backwardKey. Skipped for a native text-editing control (a step's slotted rich
|
|
187
187
|
// content might legitimately contain one) or when the keydown was already handled.
|
|
188
188
|
this.onPopoverKeyDown = (event) => {
|
|
@@ -238,8 +238,8 @@ export class LyraTour extends LyraElement {
|
|
|
238
238
|
// which need the freshly rendered popover and so still run from updated(), via
|
|
239
239
|
// activateStep()). Setting a reactive property from updated()/firstUpdated() instead schedules
|
|
240
240
|
// a *second* update on top of the one that just finished, which Lit's dev-mode console flags
|
|
241
|
-
// ("scheduled an update ... after an update completed") -- mirrors
|
|
242
|
-
//
|
|
241
|
+
// ("scheduled an update ... after an update completed") -- mirrors lr-split's/
|
|
242
|
+
// lr-virtual-list's identical willUpdate()-not-updated() fix for their own derived-property
|
|
243
243
|
// writes.
|
|
244
244
|
if ((changed.has('open') && this.open) || changed.has('activeIndex')) {
|
|
245
245
|
const step = this.steps[this.activeIndex];
|
|
@@ -260,7 +260,7 @@ export class LyraTour extends LyraElement {
|
|
|
260
260
|
// A reconnect (e.g. a drag-and-drop reparent keeping this same element instance) fires
|
|
261
261
|
// disconnectedCallback then connectedCallback synchronously with no update in between, so
|
|
262
262
|
// willUpdate never reruns to notice `open` is still true -- restore the scroll lock/trap and
|
|
263
|
-
// positioning it dropped. Mirrors
|
|
263
|
+
// positioning it dropped. Mirrors lr-dialog's identical reconnect-safety pattern.
|
|
264
264
|
if (this.hasUpdated && this.open) {
|
|
265
265
|
if (this.overlay?.isActive()) {
|
|
266
266
|
this.overlay.resume();
|
|
@@ -289,26 +289,26 @@ export class LyraTour extends LyraElement {
|
|
|
289
289
|
this.overlay?.suspend();
|
|
290
290
|
if (this.open) {
|
|
291
291
|
// Deferred a microtask so a synchronous reparent (disconnect immediately followed by
|
|
292
|
-
// reconnect) isn't mistaken for a real removal -- mirrors
|
|
292
|
+
// reconnect) isn't mistaken for a real removal -- mirrors lr-dialog's identical case.
|
|
293
293
|
queueMicrotask(() => {
|
|
294
294
|
if (!this.isConnected && this.open) {
|
|
295
295
|
this.open = false;
|
|
296
|
-
this.emit('
|
|
296
|
+
this.emit('lr-tour-end', 'unmount');
|
|
297
297
|
}
|
|
298
298
|
});
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
301
|
/** Opens the tour at `index` (default `0`), clamped to `[0, steps.length - 1]`. Equivalent to
|
|
302
|
-
* `this.activeIndex = index; this.open = true;` plus the `
|
|
302
|
+
* `this.activeIndex = index; this.open = true;` plus the `lr-tour-start` event. */
|
|
303
303
|
start(index = 0) {
|
|
304
304
|
this.activeIndex = this.clampIndex(index);
|
|
305
305
|
this.open = true;
|
|
306
|
-
this.emit('
|
|
306
|
+
this.emit('lr-tour-start', { index: this.activeIndex });
|
|
307
307
|
}
|
|
308
308
|
/** Advances to the next step. On the last step, ends the tour instead (`end('completed')`) --
|
|
309
309
|
* the built-in Next/Done button calls this same method, so a custom control wired to `next()`
|
|
310
|
-
* behaves identically to the built-in one. Cancelable via `
|
|
311
|
-
* `
|
|
310
|
+
* behaves identically to the built-in one. Cancelable via `lr-tour-step-change` (or
|
|
311
|
+
* `lr-tour-end` when it triggers completion). */
|
|
312
312
|
next() {
|
|
313
313
|
const total = this.steps.length;
|
|
314
314
|
if (total === 0)
|
|
@@ -338,12 +338,12 @@ export class LyraTour extends LyraElement {
|
|
|
338
338
|
skip() {
|
|
339
339
|
this.end('skip');
|
|
340
340
|
}
|
|
341
|
-
/** Ends the tour. `reason` is forwarded as the `
|
|
341
|
+
/** Ends the tour. `reason` is forwarded as the `lr-tour-end` detail. Cancelable (except in
|
|
342
342
|
* practice for `'unmount'`) -- mirrors `LyraDialog.close(reason)` exactly. */
|
|
343
343
|
end(reason = 'api') {
|
|
344
344
|
if (!this.open)
|
|
345
345
|
return;
|
|
346
|
-
const event = this.emit('
|
|
346
|
+
const event = this.emit('lr-tour-end', reason, { cancelable: true });
|
|
347
347
|
if (event.defaultPrevented)
|
|
348
348
|
return;
|
|
349
349
|
this.open = false;
|
|
@@ -359,7 +359,7 @@ export class LyraTour extends LyraElement {
|
|
|
359
359
|
const step = this.steps[index];
|
|
360
360
|
if (!step)
|
|
361
361
|
return;
|
|
362
|
-
const event = this.emit('
|
|
362
|
+
const event = this.emit('lr-tour-step-change', { index, previousIndex, step, via }, { cancelable: true });
|
|
363
363
|
if (event.defaultPrevented)
|
|
364
364
|
return;
|
|
365
365
|
this.activeIndex = index;
|
|
@@ -387,7 +387,7 @@ export class LyraTour extends LyraElement {
|
|
|
387
387
|
return;
|
|
388
388
|
const target = this.resolveTarget(step);
|
|
389
389
|
if (!target) {
|
|
390
|
-
this.emit('
|
|
390
|
+
this.emit('lr-tour-target-missing', { index: this.activeIndex, step });
|
|
391
391
|
return;
|
|
392
392
|
}
|
|
393
393
|
const popover = this.renderRoot.querySelector('[part="popover"]');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tour.class.js","sourceRoot":"","sources":["../../../src/components/tour/tour.class.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"tour.class.js","sourceRoot":"","sources":["../../../src/components/tour/tour.class.ts"],"names":[],"mappings":"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"}
|