@aceshooting/lyra-ui 3.9.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +265 -264
- package/custom-elements.json +50734 -33200
- package/dist/ai/types.contract.d.ts +2 -0
- package/dist/ai/types.contract.d.ts.map +1 -0
- package/dist/ai/types.contract.js +139 -0
- package/dist/ai/types.contract.js.map +1 -0
- package/dist/ai/types.d.ts +199 -0
- package/dist/ai/types.d.ts.map +1 -0
- package/dist/ai/types.js +2 -0
- package/dist/ai/types.js.map +1 -0
- package/dist/components/activity-feed/activity-feed.class.d.ts +15 -15
- package/dist/components/activity-feed/activity-feed.class.d.ts.map +1 -1
- package/dist/components/activity-feed/activity-feed.class.js +26 -25
- package/dist/components/activity-feed/activity-feed.class.js.map +1 -1
- package/dist/components/activity-feed/activity-feed.styles.js +41 -41
- package/dist/components/agent-run/agent-run.class.d.ts +158 -0
- package/dist/components/agent-run/agent-run.class.d.ts.map +1 -0
- package/dist/components/agent-run/agent-run.class.js +400 -0
- package/dist/components/agent-run/agent-run.class.js.map +1 -0
- package/dist/components/agent-run/agent-run.d.ts +2 -0
- package/dist/components/agent-run/agent-run.d.ts.map +1 -0
- package/dist/components/agent-run/agent-run.js +5 -0
- package/dist/components/agent-run/agent-run.js.map +1 -0
- package/dist/components/agent-run/agent-run.styles.d.ts +2 -0
- package/dist/components/agent-run/agent-run.styles.d.ts.map +1 -0
- package/dist/components/agent-run/agent-run.styles.js +143 -0
- package/dist/components/agent-run/agent-run.styles.js.map +1 -0
- package/dist/components/agent-trace/agent-trace.class.d.ts +111 -0
- package/dist/components/agent-trace/agent-trace.class.d.ts.map +1 -0
- package/dist/components/agent-trace/agent-trace.class.js +221 -0
- package/dist/components/agent-trace/agent-trace.class.js.map +1 -0
- package/dist/components/agent-trace/agent-trace.d.ts +5 -0
- package/dist/components/agent-trace/agent-trace.d.ts.map +1 -0
- package/dist/components/agent-trace/agent-trace.js +8 -0
- package/dist/components/agent-trace/agent-trace.js.map +1 -0
- package/dist/components/agent-trace/agent-trace.styles.d.ts +2 -0
- package/dist/components/agent-trace/agent-trace.styles.d.ts.map +1 -0
- package/dist/components/agent-trace/agent-trace.styles.js +61 -0
- package/dist/components/agent-trace/agent-trace.styles.js.map +1 -0
- package/dist/components/animated-image/animated-image.class.d.ts +19 -19
- package/dist/components/animated-image/animated-image.class.d.ts.map +1 -1
- package/dist/components/animated-image/animated-image.class.js +18 -18
- package/dist/components/animated-image/animated-image.class.js.map +1 -1
- package/dist/components/animated-image/animated-image.styles.js +20 -20
- package/dist/components/animation/animation.class.d.ts +18 -18
- package/dist/components/animation/animation.class.d.ts.map +1 -1
- package/dist/components/animation/animation.class.js +34 -34
- package/dist/components/animation/animation.class.js.map +1 -1
- package/dist/components/animation/animation.styles.js +4 -4
- package/dist/components/app-rail/app-rail-item.class.d.ts +5 -5
- package/dist/components/app-rail/app-rail-item.class.d.ts.map +1 -1
- package/dist/components/app-rail/app-rail-item.class.js +6 -6
- package/dist/components/app-rail/app-rail-item.class.js.map +1 -1
- package/dist/components/app-rail/app-rail-item.styles.js +24 -24
- package/dist/components/app-rail/app-rail.class.d.ts +24 -24
- package/dist/components/app-rail/app-rail.class.d.ts.map +1 -1
- package/dist/components/app-rail/app-rail.class.js +27 -27
- package/dist/components/app-rail/app-rail.class.js.map +1 -1
- package/dist/components/app-rail/app-rail.styles.d.ts.map +1 -1
- package/dist/components/app-rail/app-rail.styles.js +54 -50
- package/dist/components/app-rail/app-rail.styles.js.map +1 -1
- package/dist/components/archive-viewer/archive-loader.js +1 -1
- package/dist/components/archive-viewer/archive-loader.js.map +1 -1
- package/dist/components/archive-viewer/archive-viewer-register.js +1 -1
- package/dist/components/archive-viewer/archive-viewer-register.js.map +1 -1
- package/dist/components/archive-viewer/archive-viewer.class.d.ts +4 -4
- package/dist/components/archive-viewer/archive-viewer.class.d.ts.map +1 -1
- package/dist/components/archive-viewer/archive-viewer.class.js +4 -4
- package/dist/components/archive-viewer/archive-viewer.class.js.map +1 -1
- package/dist/components/archive-viewer/archive-viewer.styles.js +9 -9
- package/dist/components/artifact-panel/artifact-panel.class.d.ts +15 -15
- package/dist/components/artifact-panel/artifact-panel.class.d.ts.map +1 -1
- package/dist/components/artifact-panel/artifact-panel.class.js +18 -18
- package/dist/components/artifact-panel/artifact-panel.class.js.map +1 -1
- package/dist/components/artifact-panel/artifact-panel.styles.js +33 -33
- package/dist/components/attachment-chip/attachment-chip.class.d.ts +15 -15
- package/dist/components/attachment-chip/attachment-chip.class.d.ts.map +1 -1
- package/dist/components/attachment-chip/attachment-chip.class.js +17 -17
- package/dist/components/attachment-chip/attachment-chip.class.js.map +1 -1
- package/dist/components/attachment-chip/attachment-chip.styles.js +73 -73
- package/dist/components/attachment-trigger/attachment-trigger.class.d.ts +19 -19
- package/dist/components/attachment-trigger/attachment-trigger.class.d.ts.map +1 -1
- package/dist/components/attachment-trigger/attachment-trigger.class.js +26 -26
- package/dist/components/attachment-trigger/attachment-trigger.class.js.map +1 -1
- package/dist/components/attachment-trigger/attachment-trigger.styles.js +24 -24
- package/dist/components/audio-visualizer/audio-visualizer.class.d.ts +7 -7
- package/dist/components/audio-visualizer/audio-visualizer.class.d.ts.map +1 -1
- package/dist/components/audio-visualizer/audio-visualizer.class.js +8 -8
- package/dist/components/audio-visualizer/audio-visualizer.class.js.map +1 -1
- package/dist/components/audio-visualizer/audio-visualizer.styles.js +3 -3
- package/dist/components/av-player/av-player.class.d.ts +31 -31
- package/dist/components/av-player/av-player.class.d.ts.map +1 -1
- package/dist/components/av-player/av-player.class.js +34 -34
- package/dist/components/av-player/av-player.class.js.map +1 -1
- package/dist/components/av-player/av-player.js +2 -2
- package/dist/components/av-player/av-player.js.map +1 -1
- package/dist/components/av-player/av-player.styles.js +37 -37
- package/dist/components/avatar/avatar.class.d.ts +6 -6
- package/dist/components/avatar/avatar.class.d.ts.map +1 -1
- package/dist/components/avatar/avatar.class.js +6 -6
- package/dist/components/avatar/avatar.class.js.map +1 -1
- package/dist/components/avatar/avatar.styles.js +22 -22
- package/dist/components/avatar-group/avatar-group.class.d.ts +24 -24
- package/dist/components/avatar-group/avatar-group.class.d.ts.map +1 -1
- package/dist/components/avatar-group/avatar-group.class.js +25 -25
- package/dist/components/avatar-group/avatar-group.class.js.map +1 -1
- package/dist/components/avatar-group/avatar-group.styles.js +45 -45
- package/dist/components/badge/badge.class.d.ts +3 -3
- package/dist/components/badge/badge.class.d.ts.map +1 -1
- package/dist/components/badge/badge.class.js +2 -2
- package/dist/components/badge/badge.styles.js +5 -5
- package/dist/components/badge/tag.class.d.ts +3 -3
- package/dist/components/badge/tag.class.d.ts.map +1 -1
- package/dist/components/badge/tag.class.js +2 -2
- package/dist/components/branch-picker/branch-picker.class.d.ts +10 -10
- package/dist/components/branch-picker/branch-picker.class.d.ts.map +1 -1
- package/dist/components/branch-picker/branch-picker.class.js +14 -13
- package/dist/components/branch-picker/branch-picker.class.js.map +1 -1
- package/dist/components/branch-picker/branch-picker.styles.js +12 -12
- package/dist/components/breadcrumb/breadcrumb-item.class.d.ts +3 -3
- package/dist/components/breadcrumb/breadcrumb-item.class.d.ts.map +1 -1
- package/dist/components/breadcrumb/breadcrumb-item.class.js +2 -2
- package/dist/components/breadcrumb/breadcrumb-item.styles.js +6 -6
- package/dist/components/breadcrumb/breadcrumb.class.d.ts +5 -5
- package/dist/components/breadcrumb/breadcrumb.class.d.ts.map +1 -1
- package/dist/components/breadcrumb/breadcrumb.class.js +4 -4
- package/dist/components/breadcrumb/breadcrumb.styles.js +3 -3
- package/dist/components/browser-frame/browser-frame.class.d.ts +8 -8
- package/dist/components/browser-frame/browser-frame.class.d.ts.map +1 -1
- package/dist/components/browser-frame/browser-frame.class.js +7 -7
- package/dist/components/browser-frame/browser-frame.class.js.map +1 -1
- package/dist/components/browser-frame/browser-frame.styles.js +27 -27
- package/dist/components/button/button.class.d.ts +14 -14
- package/dist/components/button/button.class.d.ts.map +1 -1
- package/dist/components/button/button.class.js +13 -13
- package/dist/components/button/button.class.js.map +1 -1
- package/dist/components/button/button.styles.js +91 -91
- package/dist/components/button-group/button-group.class.d.ts +4 -4
- package/dist/components/button-group/button-group.class.d.ts.map +1 -1
- package/dist/components/button-group/button-group.class.js +3 -3
- package/dist/components/button-group/button-group.styles.js +1 -1
- package/dist/components/calendar/calendar.class.d.ts +10 -10
- package/dist/components/calendar/calendar.class.d.ts.map +1 -1
- package/dist/components/calendar/calendar.class.js +10 -10
- package/dist/components/calendar/calendar.class.js.map +1 -1
- package/dist/components/calendar/calendar.styles.js +17 -17
- package/dist/components/calendar-viewer/calendar-loader.js +1 -1
- package/dist/components/calendar-viewer/calendar-loader.js.map +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.class.d.ts +4 -4
- package/dist/components/calendar-viewer/calendar-viewer.class.d.ts.map +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.class.js +4 -4
- package/dist/components/calendar-viewer/calendar-viewer.class.js.map +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.js +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.js.map +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.styles.js +10 -10
- package/dist/components/callout/callout.class.d.ts +6 -6
- package/dist/components/callout/callout.class.d.ts.map +1 -1
- package/dist/components/callout/callout.class.js +5 -5
- package/dist/components/callout/callout.class.js.map +1 -1
- package/dist/components/callout/callout.styles.js +15 -15
- package/dist/components/card/card.class.d.ts +5 -5
- package/dist/components/card/card.class.d.ts.map +1 -1
- package/dist/components/card/card.class.js +4 -4
- package/dist/components/card/card.styles.js +17 -17
- package/dist/components/carousel/carousel-item.class.d.ts +4 -4
- package/dist/components/carousel/carousel-item.class.d.ts.map +1 -1
- package/dist/components/carousel/carousel-item.class.js +3 -3
- package/dist/components/carousel/carousel.class.d.ts +8 -8
- package/dist/components/carousel/carousel.class.d.ts.map +1 -1
- package/dist/components/carousel/carousel.class.js +7 -7
- package/dist/components/carousel/carousel.class.js.map +1 -1
- package/dist/components/carousel/carousel.styles.js +29 -29
- package/dist/components/chart/bar-chart.class.d.ts +3 -3
- package/dist/components/chart/bar-chart.class.d.ts.map +1 -1
- package/dist/components/chart/bar-chart.class.js +2 -2
- package/dist/components/chart/box-plot.class.d.ts +4 -4
- package/dist/components/chart/box-plot.class.d.ts.map +1 -1
- package/dist/components/chart/box-plot.class.js +17 -17
- package/dist/components/chart/box-plot.class.js.map +1 -1
- package/dist/components/chart/box-plot.styles.js +11 -11
- package/dist/components/chart/box-plot.styles.js.map +1 -1
- package/dist/components/chart/bubble-chart.class.d.ts +3 -3
- package/dist/components/chart/bubble-chart.class.d.ts.map +1 -1
- package/dist/components/chart/bubble-chart.class.js +2 -2
- package/dist/components/chart/chart-loader.d.ts +1 -1
- package/dist/components/chart/chart-loader.js +3 -3
- package/dist/components/chart/chart-loader.js.map +1 -1
- package/dist/components/chart/chart.class.d.ts +13 -13
- package/dist/components/chart/chart.class.d.ts.map +1 -1
- package/dist/components/chart/chart.class.js +22 -22
- package/dist/components/chart/chart.class.js.map +1 -1
- package/dist/components/chart/chart.styles.js +19 -19
- package/dist/components/chart/doughnut-chart.class.d.ts +3 -3
- package/dist/components/chart/doughnut-chart.class.d.ts.map +1 -1
- package/dist/components/chart/doughnut-chart.class.js +2 -2
- package/dist/components/chart/histogram.class.d.ts +3 -3
- package/dist/components/chart/histogram.class.d.ts.map +1 -1
- package/dist/components/chart/histogram.class.js +2 -2
- package/dist/components/chart/line-chart.class.d.ts +3 -3
- package/dist/components/chart/line-chart.class.d.ts.map +1 -1
- package/dist/components/chart/line-chart.class.js +2 -2
- package/dist/components/chart/lite-chart.class.d.ts +19 -19
- package/dist/components/chart/lite-chart.class.d.ts.map +1 -1
- package/dist/components/chart/lite-chart.class.js +27 -27
- package/dist/components/chart/lite-chart.class.js.map +1 -1
- package/dist/components/chart/lite-chart.styles.js +40 -40
- package/dist/components/chart/pie-chart.class.d.ts +3 -3
- package/dist/components/chart/pie-chart.class.d.ts.map +1 -1
- package/dist/components/chart/pie-chart.class.js +2 -2
- package/dist/components/chart/polar-area-chart.class.d.ts +3 -3
- package/dist/components/chart/polar-area-chart.class.d.ts.map +1 -1
- package/dist/components/chart/polar-area-chart.class.js +2 -2
- package/dist/components/chart/radar-chart.class.d.ts +3 -3
- package/dist/components/chart/radar-chart.class.d.ts.map +1 -1
- package/dist/components/chart/radar-chart.class.js +2 -2
- package/dist/components/chart/scatter-chart.class.d.ts +3 -3
- package/dist/components/chart/scatter-chart.class.d.ts.map +1 -1
- package/dist/components/chart/scatter-chart.class.js +2 -2
- package/dist/components/chat-composer/chat-composer.class.d.ts +11 -11
- package/dist/components/chat-composer/chat-composer.class.d.ts.map +1 -1
- package/dist/components/chat-composer/chat-composer.class.js +15 -15
- package/dist/components/chat-composer/chat-composer.class.js.map +1 -1
- package/dist/components/chat-composer/chat-composer.styles.js +29 -29
- package/dist/components/chat-message/chat-message.class.d.ts +54 -20
- package/dist/components/chat-message/chat-message.class.d.ts.map +1 -1
- package/dist/components/chat-message/chat-message.class.js +109 -27
- package/dist/components/chat-message/chat-message.class.js.map +1 -1
- package/dist/components/chat-message/chat-message.styles.d.ts.map +1 -1
- package/dist/components/chat-message/chat-message.styles.js +70 -56
- package/dist/components/chat-message/chat-message.styles.js.map +1 -1
- package/dist/components/chat-viewport/chat-viewport.class.d.ts +9 -9
- package/dist/components/chat-viewport/chat-viewport.class.d.ts.map +1 -1
- package/dist/components/chat-viewport/chat-viewport.class.js +10 -10
- package/dist/components/chat-viewport/chat-viewport.class.js.map +1 -1
- package/dist/components/chat-viewport/chat-viewport.styles.js +22 -22
- package/dist/components/checkbox/checkbox.class.d.ts +10 -10
- package/dist/components/checkbox/checkbox.class.d.ts.map +1 -1
- package/dist/components/checkbox/checkbox.class.js +16 -16
- package/dist/components/checkbox/checkbox.class.js.map +1 -1
- package/dist/components/checkbox/checkbox.styles.js +22 -22
- package/dist/components/checkbox-group/checkbox-group.class.d.ts +7 -7
- package/dist/components/checkbox-group/checkbox-group.class.d.ts.map +1 -1
- package/dist/components/checkbox-group/checkbox-group.class.js +11 -11
- package/dist/components/checkbox-group/checkbox-group.class.js.map +1 -1
- package/dist/components/checkbox-group/checkbox-group.styles.js +7 -7
- package/dist/components/checkpoint/checkpoint.class.d.ts +10 -10
- package/dist/components/checkpoint/checkpoint.class.d.ts.map +1 -1
- package/dist/components/checkpoint/checkpoint.class.js +11 -10
- package/dist/components/checkpoint/checkpoint.class.js.map +1 -1
- package/dist/components/checkpoint/checkpoint.styles.js +40 -40
- package/dist/components/chip/chip-group.class.d.ts +9 -9
- package/dist/components/chip/chip-group.class.d.ts.map +1 -1
- package/dist/components/chip/chip-group.class.js +11 -11
- package/dist/components/chip/chip-group.class.js.map +1 -1
- package/dist/components/chip/chip-group.styles.js +18 -18
- package/dist/components/chip/chip.class.d.ts +17 -17
- package/dist/components/chip/chip.class.d.ts.map +1 -1
- package/dist/components/chip/chip.class.js +18 -18
- package/dist/components/chip/chip.class.js.map +1 -1
- package/dist/components/chip/chip.styles.js +48 -48
- package/dist/components/chunk-inspector/chunk-inspector.class.d.ts +11 -11
- package/dist/components/chunk-inspector/chunk-inspector.class.d.ts.map +1 -1
- package/dist/components/chunk-inspector/chunk-inspector.class.js +12 -12
- package/dist/components/chunk-inspector/chunk-inspector.class.js.map +1 -1
- package/dist/components/chunk-inspector/chunk-inspector.styles.js +21 -21
- package/dist/components/citation-badge/citation-badge.class.d.ts +16 -16
- package/dist/components/citation-badge/citation-badge.class.d.ts.map +1 -1
- package/dist/components/citation-badge/citation-badge.class.js +18 -18
- package/dist/components/citation-badge/citation-badge.class.js.map +1 -1
- package/dist/components/citation-badge/citation-badge.styles.js +34 -34
- package/dist/components/code-block/code-block-core.class.d.ts +22 -22
- package/dist/components/code-block/code-block-core.class.d.ts.map +1 -1
- package/dist/components/code-block/code-block-core.class.js +34 -34
- package/dist/components/code-block/code-block-core.class.js.map +1 -1
- package/dist/components/code-block/code-block-shared.d.ts +2 -2
- package/dist/components/code-block/code-block-shared.js +3 -3
- package/dist/components/code-block/code-block-shared.js.map +1 -1
- package/dist/components/code-block/code-block.class.d.ts +21 -21
- package/dist/components/code-block/code-block.class.d.ts.map +1 -1
- package/dist/components/code-block/code-block.class.js +29 -29
- package/dist/components/code-block/code-block.class.js.map +1 -1
- package/dist/components/code-block/code-block.styles.js +79 -79
- package/dist/components/code-block/code-loader.d.ts +3 -3
- package/dist/components/code-block/code-loader.js +6 -6
- package/dist/components/code-block/code-loader.js.map +1 -1
- package/dist/components/code-editor/code-editor.class.d.ts +3 -3
- package/dist/components/code-editor/code-editor.class.d.ts.map +1 -1
- package/dist/components/code-editor/code-editor.class.js +2 -2
- package/dist/components/code-editor/code-editor.styles.js +11 -11
- package/dist/components/color-picker/color-picker.class.d.ts +5 -5
- package/dist/components/color-picker/color-picker.class.d.ts.map +1 -1
- package/dist/components/color-picker/color-picker.class.js +4 -4
- package/dist/components/color-picker/color-picker.class.js.map +1 -1
- package/dist/components/color-picker/color-picker.styles.js +6 -6
- package/dist/components/combobox/combobox.class.d.ts +19 -19
- package/dist/components/combobox/combobox.class.d.ts.map +1 -1
- package/dist/components/combobox/combobox.class.js +29 -28
- package/dist/components/combobox/combobox.class.js.map +1 -1
- package/dist/components/combobox/combobox.styles.js +116 -116
- package/dist/components/combobox/option.class.d.ts +4 -4
- package/dist/components/combobox/option.class.d.ts.map +1 -1
- package/dist/components/combobox/option.class.js +3 -3
- package/dist/components/combobox/option.class.js.map +1 -1
- package/dist/components/command-palette/command-palette.class.d.ts +10 -10
- package/dist/components/command-palette/command-palette.class.d.ts.map +1 -1
- package/dist/components/command-palette/command-palette.class.js +12 -12
- package/dist/components/command-palette/command-palette.class.js.map +1 -1
- package/dist/components/command-palette/command-palette.styles.js +12 -12
- package/dist/components/commit-card/commit-card.class.d.ts +9 -9
- package/dist/components/commit-card/commit-card.class.d.ts.map +1 -1
- package/dist/components/commit-card/commit-card.class.js +9 -9
- package/dist/components/commit-card/commit-card.class.js.map +1 -1
- package/dist/components/commit-card/commit-card.styles.js +23 -23
- package/dist/components/community-card/community-card.class.d.ts +8 -8
- package/dist/components/community-card/community-card.class.d.ts.map +1 -1
- package/dist/components/community-card/community-card.class.js +11 -11
- package/dist/components/community-card/community-card.class.js.map +1 -1
- package/dist/components/community-card/community-card.styles.js +16 -16
- package/dist/components/compare-panel/compare-panel.class.d.ts +5 -5
- package/dist/components/compare-panel/compare-panel.class.d.ts.map +1 -1
- package/dist/components/compare-panel/compare-panel.class.js +6 -6
- package/dist/components/compare-panel/compare-panel.class.js.map +1 -1
- package/dist/components/compare-panel/compare-panel.styles.js +34 -34
- package/dist/components/confirm-bar/confirm-bar.class.d.ts +15 -15
- package/dist/components/confirm-bar/confirm-bar.class.d.ts.map +1 -1
- package/dist/components/confirm-bar/confirm-bar.class.js +21 -21
- package/dist/components/confirm-bar/confirm-bar.class.js.map +1 -1
- package/dist/components/confirm-bar/confirm-bar.styles.js +32 -32
- package/dist/components/contact-viewer/contact-viewer.class.d.ts +5 -5
- package/dist/components/contact-viewer/contact-viewer.class.d.ts.map +1 -1
- package/dist/components/contact-viewer/contact-viewer.class.js +5 -5
- package/dist/components/contact-viewer/contact-viewer.class.js.map +1 -1
- package/dist/components/contact-viewer/contact-viewer.js +1 -1
- package/dist/components/contact-viewer/contact-viewer.js.map +1 -1
- package/dist/components/contact-viewer/contact-viewer.styles.js +12 -12
- package/dist/components/context-inspector/context-inspector.class.d.ts +114 -0
- package/dist/components/context-inspector/context-inspector.class.d.ts.map +1 -0
- package/dist/components/context-inspector/context-inspector.class.js +222 -0
- package/dist/components/context-inspector/context-inspector.class.js.map +1 -0
- package/dist/components/context-inspector/context-inspector.d.ts +7 -0
- package/dist/components/context-inspector/context-inspector.d.ts.map +1 -0
- package/dist/components/context-inspector/context-inspector.js +10 -0
- package/dist/components/context-inspector/context-inspector.js.map +1 -0
- package/dist/components/context-inspector/context-inspector.styles.d.ts +2 -0
- package/dist/components/context-inspector/context-inspector.styles.d.ts.map +1 -0
- package/dist/components/context-inspector/context-inspector.styles.js +98 -0
- package/dist/components/context-inspector/context-inspector.styles.js.map +1 -0
- package/dist/components/context-meter/context-meter.class.d.ts +4 -4
- package/dist/components/context-meter/context-meter.class.d.ts.map +1 -1
- package/dist/components/context-meter/context-meter.class.js +7 -7
- package/dist/components/context-meter/context-meter.class.js.map +1 -1
- package/dist/components/context-meter/context-meter.styles.js +31 -31
- package/dist/components/control-group/control-group.class.d.ts +29 -0
- package/dist/components/control-group/control-group.class.d.ts.map +1 -0
- package/dist/components/control-group/control-group.class.js +41 -0
- package/dist/components/control-group/control-group.class.js.map +1 -0
- package/dist/components/control-group/control-group.d.ts +2 -0
- package/dist/components/control-group/control-group.d.ts.map +1 -0
- package/dist/components/control-group/control-group.js +5 -0
- package/dist/components/control-group/control-group.js.map +1 -0
- package/dist/components/control-group/control-group.styles.d.ts +2 -0
- package/dist/components/control-group/control-group.styles.d.ts.map +1 -0
- package/dist/components/control-group/control-group.styles.js +35 -0
- package/dist/components/control-group/control-group.styles.js.map +1 -0
- package/dist/components/conversation-item/conversation-item.class.d.ts +17 -17
- package/dist/components/conversation-item/conversation-item.class.d.ts.map +1 -1
- package/dist/components/conversation-item/conversation-item.class.js +20 -20
- package/dist/components/conversation-item/conversation-item.class.js.map +1 -1
- package/dist/components/conversation-item/conversation-item.styles.js +40 -40
- package/dist/components/copy-button/copy-button.class.d.ts +8 -8
- package/dist/components/copy-button/copy-button.class.d.ts.map +1 -1
- package/dist/components/copy-button/copy-button.class.js +11 -11
- package/dist/components/copy-button/copy-button.class.js.map +1 -1
- package/dist/components/copy-button/copy-button.styles.js +12 -12
- package/dist/components/csv-viewer/csv-viewer.class.d.ts +11 -11
- package/dist/components/csv-viewer/csv-viewer.class.d.ts.map +1 -1
- package/dist/components/csv-viewer/csv-viewer.class.js +17 -17
- package/dist/components/csv-viewer/csv-viewer.class.js.map +1 -1
- package/dist/components/csv-viewer/csv-viewer.js +2 -2
- package/dist/components/csv-viewer/csv-viewer.js.map +1 -1
- package/dist/components/csv-viewer/csv-viewer.styles.js +6 -6
- package/dist/components/dashboard-grid/dashboard-grid.class.d.ts +162 -0
- package/dist/components/dashboard-grid/dashboard-grid.class.d.ts.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.class.js +570 -0
- package/dist/components/dashboard-grid/dashboard-grid.class.js.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.d.ts +6 -0
- package/dist/components/dashboard-grid/dashboard-grid.d.ts.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.js +9 -0
- package/dist/components/dashboard-grid/dashboard-grid.js.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.styles.d.ts +2 -0
- package/dist/components/dashboard-grid/dashboard-grid.styles.d.ts.map +1 -0
- package/dist/components/dashboard-grid/dashboard-grid.styles.js +86 -0
- package/dist/components/dashboard-grid/dashboard-grid.styles.js.map +1 -0
- package/dist/components/dashboard-grid/layout.d.ts +103 -0
- package/dist/components/dashboard-grid/layout.d.ts.map +1 -0
- package/dist/components/dashboard-grid/layout.js +94 -0
- package/dist/components/dashboard-grid/layout.js.map +1 -0
- package/dist/components/data-grid/data-grid.class.d.ts +11 -11
- package/dist/components/data-grid/data-grid.class.d.ts.map +1 -1
- package/dist/components/data-grid/data-grid.class.js +9 -9
- package/dist/components/data-grid/data-grid.class.js.map +1 -1
- package/dist/components/data-grid/data-grid.styles.js +7 -7
- package/dist/components/dataset-viewer/dataset-viewer.class.d.ts +13 -13
- package/dist/components/dataset-viewer/dataset-viewer.class.d.ts.map +1 -1
- package/dist/components/dataset-viewer/dataset-viewer.class.js +19 -19
- package/dist/components/dataset-viewer/dataset-viewer.class.js.map +1 -1
- package/dist/components/dataset-viewer/dataset-viewer.js +2 -2
- package/dist/components/dataset-viewer/dataset-viewer.js.map +1 -1
- package/dist/components/dataset-viewer/dataset-viewer.styles.js +28 -28
- package/dist/components/date-picker/date-input.class.d.ts +17 -9
- package/dist/components/date-picker/date-input.class.d.ts.map +1 -1
- package/dist/components/date-picker/date-input.class.js +23 -13
- package/dist/components/date-picker/date-input.class.js.map +1 -1
- package/dist/components/date-picker/date-input.styles.d.ts.map +1 -1
- package/dist/components/date-picker/date-input.styles.js +71 -34
- package/dist/components/date-picker/date-input.styles.js.map +1 -1
- package/dist/components/date-picker/date-picker.class.d.ts +4 -4
- package/dist/components/date-picker/date-picker.class.d.ts.map +1 -1
- package/dist/components/date-picker/date-picker.class.js +4 -4
- package/dist/components/date-picker/date-picker.class.js.map +1 -1
- package/dist/components/date-picker/date-picker.styles.js +42 -42
- package/dist/components/details/accordion-item.class.d.ts +3 -3
- package/dist/components/details/accordion-item.class.d.ts.map +1 -1
- package/dist/components/details/accordion-item.class.js +2 -2
- package/dist/components/details/accordion.class.d.ts +4 -4
- package/dist/components/details/accordion.class.d.ts.map +1 -1
- package/dist/components/details/accordion.class.js +5 -5
- package/dist/components/details/accordion.class.js.map +1 -1
- package/dist/components/details/details.class.d.ts +5 -5
- package/dist/components/details/details.class.d.ts.map +1 -1
- package/dist/components/details/details.class.js +5 -5
- package/dist/components/details/details.class.js.map +1 -1
- package/dist/components/details/details.styles.js +5 -5
- package/dist/components/dialog/confirm.d.ts +4 -4
- package/dist/components/dialog/confirm.d.ts.map +1 -1
- package/dist/components/dialog/confirm.js +13 -13
- package/dist/components/dialog/confirm.js.map +1 -1
- package/dist/components/dialog/dialog.class.d.ts +12 -12
- package/dist/components/dialog/dialog.class.d.ts.map +1 -1
- package/dist/components/dialog/dialog.class.js +13 -13
- package/dist/components/dialog/dialog.class.js.map +1 -1
- package/dist/components/dialog/dialog.styles.js +35 -35
- package/dist/components/diff-view/diff-view.class.d.ts +8 -8
- package/dist/components/diff-view/diff-view.class.d.ts.map +1 -1
- package/dist/components/diff-view/diff-view.class.js +8 -8
- package/dist/components/diff-view/diff-view.class.js.map +1 -1
- package/dist/components/diff-view/diff-view.styles.js +25 -25
- package/dist/components/divider/divider.class.d.ts +3 -3
- package/dist/components/divider/divider.class.d.ts.map +1 -1
- package/dist/components/divider/divider.class.js +2 -2
- package/dist/components/divider/divider.styles.js +2 -2
- package/dist/components/dock-panel/dock-panel.class.d.ts +15 -15
- package/dist/components/dock-panel/dock-panel.class.d.ts.map +1 -1
- package/dist/components/dock-panel/dock-panel.class.js +16 -16
- package/dist/components/dock-panel/dock-panel.class.js.map +1 -1
- package/dist/components/dock-panel/dock-panel.styles.js +34 -34
- package/dist/components/document-compare/document-compare.class.d.ts +131 -0
- package/dist/components/document-compare/document-compare.class.d.ts.map +1 -0
- package/dist/components/document-compare/document-compare.class.js +214 -0
- package/dist/components/document-compare/document-compare.class.js.map +1 -0
- package/dist/components/document-compare/document-compare.d.ts +2 -0
- package/dist/components/document-compare/document-compare.d.ts.map +1 -0
- package/dist/components/document-compare/document-compare.js +5 -0
- package/dist/components/document-compare/document-compare.js.map +1 -0
- package/dist/components/document-compare/document-compare.styles.d.ts +2 -0
- package/dist/components/document-compare/document-compare.styles.d.ts.map +1 -0
- package/dist/components/document-compare/document-compare.styles.js +65 -0
- package/dist/components/document-compare/document-compare.styles.js.map +1 -0
- package/dist/components/document-library/document-library.class.d.ts +154 -0
- package/dist/components/document-library/document-library.class.d.ts.map +1 -0
- package/dist/components/document-library/document-library.class.js +399 -0
- package/dist/components/document-library/document-library.class.js.map +1 -0
- package/dist/components/document-library/document-library.d.ts +9 -0
- package/dist/components/document-library/document-library.d.ts.map +1 -0
- package/dist/components/document-library/document-library.js +12 -0
- package/dist/components/document-library/document-library.js.map +1 -0
- package/dist/components/document-library/document-library.styles.d.ts +2 -0
- package/dist/components/document-library/document-library.styles.d.ts.map +1 -0
- package/dist/components/document-library/document-library.styles.js +77 -0
- package/dist/components/document-library/document-library.styles.js.map +1 -0
- package/dist/components/document-preview/document-preview.class.d.ts +31 -31
- package/dist/components/document-preview/document-preview.class.d.ts.map +1 -1
- package/dist/components/document-preview/document-preview.class.js +36 -36
- package/dist/components/document-preview/document-preview.class.js.map +1 -1
- package/dist/components/document-preview/document-preview.styles.js +64 -64
- package/dist/components/document-viewer/anchors.d.ts +5 -5
- package/dist/components/document-viewer/anchors.d.ts.map +1 -1
- package/dist/components/document-viewer/document-viewer.class.d.ts +13 -13
- package/dist/components/document-viewer/document-viewer.class.d.ts.map +1 -1
- package/dist/components/document-viewer/document-viewer.class.js +17 -17
- package/dist/components/document-viewer/document-viewer.class.js.map +1 -1
- package/dist/components/document-viewer/document-viewer.styles.js +15 -15
- package/dist/components/document-viewer/registry.d.ts +1 -1
- package/dist/components/document-viewer/registry.d.ts.map +1 -1
- package/dist/components/document-viewer/registry.js +1 -1
- package/dist/components/document-viewer/registry.js.map +1 -1
- package/dist/components/docx-viewer/docx-loader.js +2 -2
- package/dist/components/docx-viewer/docx-loader.js.map +1 -1
- package/dist/components/docx-viewer/docx-viewer.class.d.ts +15 -15
- package/dist/components/docx-viewer/docx-viewer.class.d.ts.map +1 -1
- package/dist/components/docx-viewer/docx-viewer.class.js +19 -19
- package/dist/components/docx-viewer/docx-viewer.class.js.map +1 -1
- package/dist/components/docx-viewer/docx-viewer.js +1 -1
- package/dist/components/docx-viewer/docx-viewer.js.map +1 -1
- package/dist/components/docx-viewer/docx-viewer.styles.js +53 -53
- package/dist/components/drawer/drawer.class.d.ts +7 -7
- package/dist/components/drawer/drawer.class.d.ts.map +1 -1
- package/dist/components/drawer/drawer.class.js +6 -6
- package/dist/components/drawer/drawer.styles.js +12 -12
- package/dist/components/drilldown-panel/drilldown-panel.class.d.ts +148 -0
- package/dist/components/drilldown-panel/drilldown-panel.class.d.ts.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.class.js +241 -0
- package/dist/components/drilldown-panel/drilldown-panel.class.js.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.d.ts +9 -0
- package/dist/components/drilldown-panel/drilldown-panel.d.ts.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.js +12 -0
- package/dist/components/drilldown-panel/drilldown-panel.js.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.styles.d.ts +2 -0
- package/dist/components/drilldown-panel/drilldown-panel.styles.d.ts.map +1 -0
- package/dist/components/drilldown-panel/drilldown-panel.styles.js +49 -0
- package/dist/components/drilldown-panel/drilldown-panel.styles.js.map +1 -0
- package/dist/components/ebook-viewer/ebook-viewer-register.js +1 -1
- package/dist/components/ebook-viewer/ebook-viewer-register.js.map +1 -1
- package/dist/components/ebook-viewer/ebook-viewer.class.d.ts +12 -12
- package/dist/components/ebook-viewer/ebook-viewer.class.d.ts.map +1 -1
- package/dist/components/ebook-viewer/ebook-viewer.class.js +16 -16
- package/dist/components/ebook-viewer/ebook-viewer.class.js.map +1 -1
- package/dist/components/ebook-viewer/ebook-viewer.styles.js +22 -22
- package/dist/components/email-viewer/email-loader.js +2 -2
- package/dist/components/email-viewer/email-loader.js.map +1 -1
- package/dist/components/email-viewer/email-viewer.class.d.ts +9 -9
- package/dist/components/email-viewer/email-viewer.class.d.ts.map +1 -1
- package/dist/components/email-viewer/email-viewer.class.js +10 -10
- package/dist/components/email-viewer/email-viewer.class.js.map +1 -1
- package/dist/components/email-viewer/email-viewer.js +1 -1
- package/dist/components/email-viewer/email-viewer.js.map +1 -1
- package/dist/components/email-viewer/email-viewer.styles.js +34 -34
- package/dist/components/emoji-picker/emoji-data-loader.js +1 -1
- package/dist/components/emoji-picker/emoji-data-loader.js.map +1 -1
- package/dist/components/emoji-picker/emoji-picker.class.d.ts +7 -7
- package/dist/components/emoji-picker/emoji-picker.class.d.ts.map +1 -1
- package/dist/components/emoji-picker/emoji-picker.class.js +7 -7
- package/dist/components/emoji-picker/emoji-picker.class.js.map +1 -1
- package/dist/components/emoji-picker/emoji-picker.styles.js +28 -28
- package/dist/components/empty/empty.class.d.ts +5 -5
- package/dist/components/empty/empty.class.d.ts.map +1 -1
- package/dist/components/empty/empty.class.js +4 -4
- package/dist/components/empty/empty.styles.js +13 -13
- package/dist/components/entity-card/entity-card.class.d.ts +13 -13
- package/dist/components/entity-card/entity-card.class.d.ts.map +1 -1
- package/dist/components/entity-card/entity-card.class.js +27 -27
- package/dist/components/entity-card/entity-card.class.js.map +1 -1
- package/dist/components/entity-card/entity-card.styles.js +13 -13
- package/dist/components/entity-chip/entity-chip.class.d.ts +13 -13
- package/dist/components/entity-chip/entity-chip.class.d.ts.map +1 -1
- package/dist/components/entity-chip/entity-chip.class.js +14 -14
- package/dist/components/entity-chip/entity-chip.class.js.map +1 -1
- package/dist/components/entity-chip/entity-chip.styles.js +21 -21
- package/dist/components/entity-dossier/entity-dossier.class.d.ts +132 -0
- package/dist/components/entity-dossier/entity-dossier.class.d.ts.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.class.js +187 -0
- package/dist/components/entity-dossier/entity-dossier.class.js.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.d.ts +9 -0
- package/dist/components/entity-dossier/entity-dossier.d.ts.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.js +12 -0
- package/dist/components/entity-dossier/entity-dossier.js.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.styles.d.ts +2 -0
- package/dist/components/entity-dossier/entity-dossier.styles.d.ts.map +1 -0
- package/dist/components/entity-dossier/entity-dossier.styles.js +30 -0
- package/dist/components/entity-dossier/entity-dossier.styles.js.map +1 -0
- package/dist/components/env-list/env-list.class.d.ts +7 -7
- package/dist/components/env-list/env-list.class.d.ts.map +1 -1
- package/dist/components/env-list/env-list.class.js +9 -9
- package/dist/components/env-list/env-list.class.js.map +1 -1
- package/dist/components/env-list/env-list.styles.js +11 -11
- package/dist/components/eval-dataset/eval-dataset.class.d.ts +145 -0
- package/dist/components/eval-dataset/eval-dataset.class.d.ts.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.class.js +307 -0
- package/dist/components/eval-dataset/eval-dataset.class.js.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.d.ts +7 -0
- package/dist/components/eval-dataset/eval-dataset.d.ts.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.js +10 -0
- package/dist/components/eval-dataset/eval-dataset.js.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.styles.d.ts +2 -0
- package/dist/components/eval-dataset/eval-dataset.styles.d.ts.map +1 -0
- package/dist/components/eval-dataset/eval-dataset.styles.js +76 -0
- package/dist/components/eval-dataset/eval-dataset.styles.js.map +1 -0
- package/dist/components/eval-result/eval-result.class.d.ts +115 -0
- package/dist/components/eval-result/eval-result.class.d.ts.map +1 -0
- package/dist/components/eval-result/eval-result.class.js +165 -0
- package/dist/components/eval-result/eval-result.class.js.map +1 -0
- package/dist/components/eval-result/eval-result.d.ts +5 -0
- package/dist/components/eval-result/eval-result.d.ts.map +1 -0
- package/dist/components/eval-result/eval-result.js +8 -0
- package/dist/components/eval-result/eval-result.js.map +1 -0
- package/dist/components/eval-result/eval-result.styles.d.ts +2 -0
- package/dist/components/eval-result/eval-result.styles.d.ts.map +1 -0
- package/dist/components/eval-result/eval-result.styles.js +47 -0
- package/dist/components/eval-result/eval-result.styles.js.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.class.d.ts +168 -0
- package/dist/components/evaluation-run/evaluation-run.class.d.ts.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.class.js +329 -0
- package/dist/components/evaluation-run/evaluation-run.class.js.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.d.ts +2 -0
- package/dist/components/evaluation-run/evaluation-run.d.ts.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.js +5 -0
- package/dist/components/evaluation-run/evaluation-run.js.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.styles.d.ts +2 -0
- package/dist/components/evaluation-run/evaluation-run.styles.d.ts.map +1 -0
- package/dist/components/evaluation-run/evaluation-run.styles.js +73 -0
- package/dist/components/evaluation-run/evaluation-run.styles.js.map +1 -0
- package/dist/components/export-button/export-button.class.d.ts +13 -13
- package/dist/components/export-button/export-button.class.d.ts.map +1 -1
- package/dist/components/export-button/export-button.class.js +15 -15
- package/dist/components/export-button/export-button.class.js.map +1 -1
- package/dist/components/export-button/export-button.styles.js +33 -33
- package/dist/components/file-icon/file-icon.class.d.ts +4 -4
- package/dist/components/file-icon/file-icon.class.d.ts.map +1 -1
- package/dist/components/file-icon/file-icon.class.js +3 -3
- package/dist/components/file-icon/file-icon.class.js.map +1 -1
- package/dist/components/file-icon/file-icon.styles.js +12 -12
- package/dist/components/file-input/file-input.class.d.ts +6 -6
- package/dist/components/file-input/file-input.class.d.ts.map +1 -1
- package/dist/components/file-input/file-input.class.js +5 -5
- package/dist/components/file-input/file-input.class.js.map +1 -1
- package/dist/components/file-input/file-input.styles.js +14 -14
- package/dist/components/file-tree/file-tree.class.d.ts +11 -11
- package/dist/components/file-tree/file-tree.class.d.ts.map +1 -1
- package/dist/components/file-tree/file-tree.class.js +17 -17
- package/dist/components/file-tree/file-tree.class.js.map +1 -1
- package/dist/components/filter-bar/filter-bar.class.d.ts +200 -0
- package/dist/components/filter-bar/filter-bar.class.d.ts.map +1 -0
- package/dist/components/filter-bar/filter-bar.class.js +322 -0
- package/dist/components/filter-bar/filter-bar.class.js.map +1 -0
- package/dist/components/filter-bar/filter-bar.d.ts +10 -0
- package/dist/components/filter-bar/filter-bar.d.ts.map +1 -0
- package/dist/components/filter-bar/filter-bar.js +13 -0
- package/dist/components/filter-bar/filter-bar.js.map +1 -0
- package/dist/components/filter-bar/filter-bar.styles.d.ts +2 -0
- package/dist/components/filter-bar/filter-bar.styles.d.ts.map +1 -0
- package/dist/components/filter-bar/filter-bar.styles.js +37 -0
- package/dist/components/filter-bar/filter-bar.styles.js.map +1 -0
- package/dist/components/flag/flag.class.d.ts +11 -11
- package/dist/components/flag/flag.class.d.ts.map +1 -1
- package/dist/components/flag/flag.class.js +14 -14
- package/dist/components/flag/flag.class.js.map +1 -1
- package/dist/components/flag/flag.styles.js +7 -7
- package/dist/components/flow-canvas/flow-canvas.class.d.ts +38 -38
- package/dist/components/flow-canvas/flow-canvas.class.d.ts.map +1 -1
- package/dist/components/flow-canvas/flow-canvas.class.js +42 -42
- package/dist/components/flow-canvas/flow-canvas.class.js.map +1 -1
- package/dist/components/flow-canvas/flow-canvas.styles.js +36 -36
- package/dist/components/flow-controls/flow-controls.class.d.ts +4 -4
- package/dist/components/flow-controls/flow-controls.class.d.ts.map +1 -1
- package/dist/components/flow-controls/flow-controls.class.js +2 -2
- package/dist/components/flow-controls/flow-controls.styles.js +15 -15
- package/dist/components/flow-minimap/flow-minimap.class.d.ts +7 -7
- package/dist/components/flow-minimap/flow-minimap.class.d.ts.map +1 -1
- package/dist/components/flow-minimap/flow-minimap.class.js +5 -5
- package/dist/components/flow-minimap/flow-minimap.styles.js +14 -14
- package/dist/components/flow-node/flow-node.class.d.ts +6 -6
- package/dist/components/flow-node/flow-node.class.d.ts.map +1 -1
- package/dist/components/flow-node/flow-node.class.js +5 -5
- package/dist/components/flow-node/flow-node.styles.js +38 -38
- package/dist/components/flow-run-overlay/flow-run-overlay.class.d.ts +3 -3
- package/dist/components/flow-run-overlay/flow-run-overlay.class.d.ts.map +1 -1
- package/dist/components/flow-run-overlay/flow-run-overlay.class.js +7 -6
- package/dist/components/flow-run-overlay/flow-run-overlay.class.js.map +1 -1
- package/dist/components/flow-run-overlay/flow-run-overlay.styles.js +18 -18
- package/dist/components/format/format-bytes.class.d.ts +3 -3
- package/dist/components/format/format-bytes.class.d.ts.map +1 -1
- package/dist/components/format/format-bytes.class.js +2 -2
- package/dist/components/format/format-date.class.d.ts +3 -3
- package/dist/components/format/format-date.class.d.ts.map +1 -1
- package/dist/components/format/format-date.class.js +2 -2
- package/dist/components/format/format-number.class.d.ts +3 -3
- package/dist/components/format/format-number.class.d.ts.map +1 -1
- package/dist/components/format/format-number.class.js +2 -2
- package/dist/components/format/relative-time.class.d.ts +3 -3
- package/dist/components/format/relative-time.class.d.ts.map +1 -1
- package/dist/components/format/relative-time.class.js +2 -2
- package/dist/components/gauge/gauge.class.d.ts +4 -4
- package/dist/components/gauge/gauge.class.d.ts.map +1 -1
- package/dist/components/gauge/gauge.class.js +4 -4
- package/dist/components/gauge/gauge.class.js.map +1 -1
- package/dist/components/gauge/gauge.styles.js +15 -15
- package/dist/components/generation-status/generation-status.class.d.ts +9 -9
- package/dist/components/generation-status/generation-status.class.d.ts.map +1 -1
- package/dist/components/generation-status/generation-status.class.js +14 -14
- package/dist/components/generation-status/generation-status.class.js.map +1 -1
- package/dist/components/generation-status/generation-status.styles.js +20 -20
- package/dist/components/geojson-view/geojson-view.class.d.ts +6 -6
- package/dist/components/geojson-view/geojson-view.class.d.ts.map +1 -1
- package/dist/components/geojson-view/geojson-view.class.js +9 -9
- package/dist/components/geojson-view/geojson-view.class.js.map +1 -1
- package/dist/components/geojson-view/geojson-view.js +1 -1
- package/dist/components/geojson-view/geojson-view.js.map +1 -1
- package/dist/components/graph/graph-canvas.d.ts +1 -1
- package/dist/components/graph/graph-canvas.js +3 -3
- package/dist/components/graph/graph-canvas.js.map +1 -1
- package/dist/components/graph/graph-hull.d.ts +1 -1
- package/dist/components/graph/graph-hull.js +1 -1
- package/dist/components/graph/graph-loader.d.ts +1 -1
- package/dist/components/graph/graph-loader.js +2 -2
- package/dist/components/graph/graph-loader.js.map +1 -1
- package/dist/components/graph/graph.class.d.ts +44 -44
- package/dist/components/graph/graph.class.d.ts.map +1 -1
- package/dist/components/graph/graph.class.js +67 -67
- package/dist/components/graph/graph.class.js.map +1 -1
- package/dist/components/graph/graph.styles.js +55 -55
- package/dist/components/graph-legend/graph-legend.class.d.ts +11 -11
- package/dist/components/graph-legend/graph-legend.class.d.ts.map +1 -1
- package/dist/components/graph-legend/graph-legend.class.js +11 -11
- package/dist/components/graph-legend/graph-legend.class.js.map +1 -1
- package/dist/components/graph-legend/graph-legend.styles.js +14 -14
- package/dist/components/graph-query-builder/graph-query-builder.class.d.ts +242 -0
- package/dist/components/graph-query-builder/graph-query-builder.class.d.ts.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.class.js +511 -0
- package/dist/components/graph-query-builder/graph-query-builder.class.js.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.d.ts +7 -0
- package/dist/components/graph-query-builder/graph-query-builder.d.ts.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.js +10 -0
- package/dist/components/graph-query-builder/graph-query-builder.js.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.styles.d.ts +2 -0
- package/dist/components/graph-query-builder/graph-query-builder.styles.d.ts.map +1 -0
- package/dist/components/graph-query-builder/graph-query-builder.styles.js +170 -0
- package/dist/components/graph-query-builder/graph-query-builder.styles.js.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.class.d.ts +80 -0
- package/dist/components/grounding-summary/grounding-summary.class.d.ts.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.class.js +182 -0
- package/dist/components/grounding-summary/grounding-summary.class.js.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.d.ts +5 -0
- package/dist/components/grounding-summary/grounding-summary.d.ts.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.js +8 -0
- package/dist/components/grounding-summary/grounding-summary.js.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.styles.d.ts +2 -0
- package/dist/components/grounding-summary/grounding-summary.styles.d.ts.map +1 -0
- package/dist/components/grounding-summary/grounding-summary.styles.js +88 -0
- package/dist/components/grounding-summary/grounding-summary.styles.js.map +1 -0
- package/dist/components/handoff-divider/handoff-divider.class.d.ts +5 -5
- package/dist/components/handoff-divider/handoff-divider.class.d.ts.map +1 -1
- package/dist/components/handoff-divider/handoff-divider.class.js +8 -7
- package/dist/components/handoff-divider/handoff-divider.class.js.map +1 -1
- package/dist/components/handoff-divider/handoff-divider.styles.js +11 -11
- package/dist/components/heatmap/heatmap.class.d.ts +21 -21
- package/dist/components/heatmap/heatmap.class.d.ts.map +1 -1
- package/dist/components/heatmap/heatmap.class.js +33 -33
- package/dist/components/heatmap/heatmap.class.js.map +1 -1
- package/dist/components/heatmap/heatmap.styles.js +40 -40
- package/dist/components/highlight-layer/highlight-layer.class.d.ts +5 -5
- package/dist/components/highlight-layer/highlight-layer.class.d.ts.map +1 -1
- package/dist/components/highlight-layer/highlight-layer.class.js +7 -6
- package/dist/components/highlight-layer/highlight-layer.class.js.map +1 -1
- package/dist/components/highlight-layer/highlight-layer.styles.js +19 -19
- package/dist/components/html-viewer/dompurify-loader.js +1 -1
- package/dist/components/html-viewer/dompurify-loader.js.map +1 -1
- package/dist/components/html-viewer/html-viewer.class.d.ts +4 -4
- package/dist/components/html-viewer/html-viewer.class.d.ts.map +1 -1
- package/dist/components/html-viewer/html-viewer.class.js +4 -4
- package/dist/components/html-viewer/html-viewer.class.js.map +1 -1
- package/dist/components/html-viewer/html-viewer.js +1 -1
- package/dist/components/html-viewer/html-viewer.js.map +1 -1
- package/dist/components/html-viewer/html-viewer.styles.js +9 -9
- package/dist/components/icon/icon.class.d.ts +3 -3
- package/dist/components/icon/icon.class.d.ts.map +1 -1
- package/dist/components/icon/icon.class.js +4 -4
- package/dist/components/icon/icon.class.js.map +1 -1
- package/dist/components/icon/icon.styles.d.ts.map +1 -1
- package/dist/components/icon/icon.styles.js +1 -1
- package/dist/components/icon/icon.styles.js.map +1 -1
- package/dist/components/icon-button/icon-button.class.d.ts +3 -3
- package/dist/components/icon-button/icon-button.class.d.ts.map +1 -1
- package/dist/components/icon-button/icon-button.class.js +3 -3
- package/dist/components/icon-button/icon-button.class.js.map +1 -1
- package/dist/components/icon-button/icon-button.styles.js +4 -4
- package/dist/components/image-comparer/image-comparer.class.d.ts +5 -5
- package/dist/components/image-comparer/image-comparer.class.d.ts.map +1 -1
- package/dist/components/image-comparer/image-comparer.class.js +5 -5
- package/dist/components/image-comparer/image-comparer.class.js.map +1 -1
- package/dist/components/image-comparer/image-comparer.styles.js +18 -18
- package/dist/components/image-viewer/image-viewer.class.d.ts +22 -22
- package/dist/components/image-viewer/image-viewer.class.d.ts.map +1 -1
- package/dist/components/image-viewer/image-viewer.class.js +25 -25
- package/dist/components/image-viewer/image-viewer.class.js.map +1 -1
- package/dist/components/image-viewer/image-viewer.js +2 -2
- package/dist/components/image-viewer/image-viewer.js.map +1 -1
- package/dist/components/image-viewer/image-viewer.styles.js +33 -33
- package/dist/components/include/include.class.d.ts +12 -12
- package/dist/components/include/include.class.d.ts.map +1 -1
- package/dist/components/include/include.class.js +11 -11
- package/dist/components/include/include.class.js.map +1 -1
- package/dist/components/include/include.styles.js +1 -1
- package/dist/components/include/include.styles.js.map +1 -1
- package/dist/components/ingestion-queue/ingestion-queue.class.d.ts +125 -0
- package/dist/components/ingestion-queue/ingestion-queue.class.d.ts.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.class.js +276 -0
- package/dist/components/ingestion-queue/ingestion-queue.class.js.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.d.ts +2 -0
- package/dist/components/ingestion-queue/ingestion-queue.d.ts.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.js +5 -0
- package/dist/components/ingestion-queue/ingestion-queue.js.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.styles.d.ts +2 -0
- package/dist/components/ingestion-queue/ingestion-queue.styles.d.ts.map +1 -0
- package/dist/components/ingestion-queue/ingestion-queue.styles.js +138 -0
- package/dist/components/ingestion-queue/ingestion-queue.styles.js.map +1 -0
- package/dist/components/input/input.class.d.ts +14 -14
- package/dist/components/input/input.class.d.ts.map +1 -1
- package/dist/components/input/input.class.js +13 -13
- package/dist/components/input/input.class.js.map +1 -1
- package/dist/components/input/input.styles.js +48 -48
- package/dist/components/input/number-input.class.d.ts +3 -3
- package/dist/components/input/number-input.class.d.ts.map +1 -1
- package/dist/components/input/number-input.class.js +2 -2
- package/dist/components/input/time-input.class.d.ts +3 -3
- package/dist/components/input/time-input.class.d.ts.map +1 -1
- package/dist/components/input/time-input.class.js +2 -2
- package/dist/components/intersection-observer/intersection-observer.class.d.ts +5 -5
- package/dist/components/intersection-observer/intersection-observer.class.d.ts.map +1 -1
- package/dist/components/intersection-observer/intersection-observer.class.js +4 -4
- package/dist/components/intersection-observer/intersection-observer.class.js.map +1 -1
- package/dist/components/json-viewer/json-viewer.class.d.ts +7 -7
- package/dist/components/json-viewer/json-viewer.class.d.ts.map +1 -1
- package/dist/components/json-viewer/json-viewer.class.js +9 -9
- package/dist/components/json-viewer/json-viewer.class.js.map +1 -1
- package/dist/components/json-viewer/json-viewer.styles.js +56 -56
- package/dist/components/kbd/kbd.class.d.ts +3 -3
- package/dist/components/kbd/kbd.class.d.ts.map +1 -1
- package/dist/components/kbd/kbd.class.js +5 -5
- package/dist/components/kbd/kbd.class.js.map +1 -1
- package/dist/components/kbd/kbd.styles.js +18 -18
- package/dist/components/knowledge-base/knowledge-base.class.d.ts +136 -0
- package/dist/components/knowledge-base/knowledge-base.class.d.ts.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.class.js +360 -0
- package/dist/components/knowledge-base/knowledge-base.class.js.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.d.ts +7 -0
- package/dist/components/knowledge-base/knowledge-base.d.ts.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.js +10 -0
- package/dist/components/knowledge-base/knowledge-base.js.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.styles.d.ts +2 -0
- package/dist/components/knowledge-base/knowledge-base.styles.d.ts.map +1 -0
- package/dist/components/knowledge-base/knowledge-base.styles.js +94 -0
- package/dist/components/knowledge-base/knowledge-base.styles.js.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts +196 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.js +477 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.class.js.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.d.ts +11 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.d.ts.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js +14 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.js.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.d.ts +2 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.d.ts.map +1 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.js +76 -0
- package/dist/components/knowledge-graph-explorer/knowledge-graph-explorer.styles.js.map +1 -0
- package/dist/components/known-date/known-date.class.d.ts +9 -9
- package/dist/components/known-date/known-date.class.d.ts.map +1 -1
- package/dist/components/known-date/known-date.class.js +8 -8
- package/dist/components/known-date/known-date.class.js.map +1 -1
- package/dist/components/known-date/known-date.styles.js +48 -48
- package/dist/components/lightbox/lightbox.class.d.ts +38 -38
- package/dist/components/lightbox/lightbox.class.d.ts.map +1 -1
- package/dist/components/lightbox/lightbox.class.js +43 -43
- package/dist/components/lightbox/lightbox.class.js.map +1 -1
- package/dist/components/lightbox/lightbox.styles.js +40 -40
- package/dist/components/live-region/live-region.class.d.ts +7 -7
- package/dist/components/live-region/live-region.class.d.ts.map +1 -1
- package/dist/components/live-region/live-region.class.js +6 -6
- package/dist/components/map/map-loader.d.ts +1 -1
- package/dist/components/map/map-loader.js +2 -2
- package/dist/components/map/map-loader.js.map +1 -1
- package/dist/components/map/map.class.d.ts +10 -10
- package/dist/components/map/map.class.d.ts.map +1 -1
- package/dist/components/map/map.class.js +24 -24
- package/dist/components/map/map.class.js.map +1 -1
- package/dist/components/map/map.styles.js +19 -19
- package/dist/components/markdown/katex-loader.d.ts +3 -3
- package/dist/components/markdown/katex-loader.js +3 -3
- package/dist/components/markdown/katex-loader.js.map +1 -1
- package/dist/components/markdown/markdown-core.class.d.ts +32 -32
- package/dist/components/markdown/markdown-core.class.d.ts.map +1 -1
- package/dist/components/markdown/markdown-core.class.js +45 -45
- package/dist/components/markdown/markdown-core.class.js.map +1 -1
- package/dist/components/markdown/markdown-loader.d.ts +6 -6
- package/dist/components/markdown/markdown-loader.js +7 -7
- package/dist/components/markdown/markdown-loader.js.map +1 -1
- package/dist/components/markdown/markdown.class.d.ts +31 -31
- package/dist/components/markdown/markdown.class.d.ts.map +1 -1
- package/dist/components/markdown/markdown.class.js +42 -42
- package/dist/components/markdown/markdown.class.js.map +1 -1
- package/dist/components/markdown/markdown.styles.js +56 -56
- package/dist/components/media-card/media-card.class.d.ts +15 -15
- package/dist/components/media-card/media-card.class.d.ts.map +1 -1
- package/dist/components/media-card/media-card.class.js +16 -16
- package/dist/components/media-card/media-card.class.js.map +1 -1
- package/dist/components/media-card/media-card.styles.js +33 -33
- package/dist/components/memory-panel/memory-panel.class.d.ts +146 -0
- package/dist/components/memory-panel/memory-panel.class.d.ts.map +1 -0
- package/dist/components/memory-panel/memory-panel.class.js +303 -0
- package/dist/components/memory-panel/memory-panel.class.js.map +1 -0
- package/dist/components/memory-panel/memory-panel.d.ts +5 -0
- package/dist/components/memory-panel/memory-panel.d.ts.map +1 -0
- package/dist/components/memory-panel/memory-panel.js +8 -0
- package/dist/components/memory-panel/memory-panel.js.map +1 -0
- package/dist/components/memory-panel/memory-panel.styles.d.ts +2 -0
- package/dist/components/memory-panel/memory-panel.styles.d.ts.map +1 -0
- package/dist/components/memory-panel/memory-panel.styles.js +139 -0
- package/dist/components/memory-panel/memory-panel.styles.js.map +1 -0
- package/dist/components/mention-popover/mention-popover.class.d.ts +25 -25
- package/dist/components/mention-popover/mention-popover.class.d.ts.map +1 -1
- package/dist/components/mention-popover/mention-popover.class.js +27 -27
- package/dist/components/mention-popover/mention-popover.class.js.map +1 -1
- package/dist/components/mention-popover/mention-popover.styles.js +29 -29
- package/dist/components/menu/dropdown-item.class.d.ts +4 -4
- package/dist/components/menu/dropdown-item.class.d.ts.map +1 -1
- package/dist/components/menu/dropdown-item.class.js +3 -3
- package/dist/components/menu/menu-item.class.d.ts +28 -28
- package/dist/components/menu/menu-item.class.d.ts.map +1 -1
- package/dist/components/menu/menu-item.class.js +34 -34
- package/dist/components/menu/menu-item.class.js.map +1 -1
- package/dist/components/menu/menu-item.styles.js +16 -16
- package/dist/components/menu/menu.class.d.ts +27 -27
- package/dist/components/menu/menu.class.d.ts.map +1 -1
- package/dist/components/menu/menu.class.js +32 -32
- package/dist/components/menu/menu.class.js.map +1 -1
- package/dist/components/menu/menu.styles.js +18 -18
- package/dist/components/message-actions/message-actions.class.d.ts +22 -22
- package/dist/components/message-actions/message-actions.class.d.ts.map +1 -1
- package/dist/components/message-actions/message-actions.class.js +24 -24
- package/dist/components/message-actions/message-actions.class.js.map +1 -1
- package/dist/components/message-actions/message-actions.styles.js +14 -14
- package/dist/components/message-feedback/message-feedback.class.d.ts +10 -10
- package/dist/components/message-feedback/message-feedback.class.d.ts.map +1 -1
- package/dist/components/message-feedback/message-feedback.class.js +17 -17
- package/dist/components/message-feedback/message-feedback.class.js.map +1 -1
- package/dist/components/message-feedback/message-feedback.styles.js +44 -44
- package/dist/components/mind-map/mind-map-layout.d.ts +1 -1
- package/dist/components/mind-map/mind-map-layout.js +1 -1
- package/dist/components/mind-map/mind-map.class.d.ts +11 -11
- package/dist/components/mind-map/mind-map.class.d.ts.map +1 -1
- package/dist/components/mind-map/mind-map.class.js +14 -13
- package/dist/components/mind-map/mind-map.class.js.map +1 -1
- package/dist/components/mind-map/mind-map.styles.js +10 -10
- package/dist/components/model-select/model-select.class.d.ts +18 -18
- package/dist/components/model-select/model-select.class.d.ts.map +1 -1
- package/dist/components/model-select/model-select.class.js +31 -29
- package/dist/components/model-select/model-select.class.js.map +1 -1
- package/dist/components/model-select/model-select.styles.js +62 -62
- package/dist/components/model-settings-panel/model-settings-panel.class.d.ts +18 -18
- package/dist/components/model-settings-panel/model-settings-panel.class.d.ts.map +1 -1
- package/dist/components/model-settings-panel/model-settings-panel.class.js +22 -22
- package/dist/components/model-settings-panel/model-settings-panel.class.js.map +1 -1
- package/dist/components/model-settings-panel/model-settings-panel.styles.js +24 -24
- package/dist/components/mutation-observer/mutation-observer.class.d.ts +5 -5
- package/dist/components/mutation-observer/mutation-observer.class.d.ts.map +1 -1
- package/dist/components/mutation-observer/mutation-observer.class.js +7 -7
- package/dist/components/mutation-observer/mutation-observer.class.js.map +1 -1
- package/dist/components/neighbor-list/neighbor-list.class.d.ts +10 -10
- package/dist/components/neighbor-list/neighbor-list.class.d.ts.map +1 -1
- package/dist/components/neighbor-list/neighbor-list.class.js +14 -14
- package/dist/components/neighbor-list/neighbor-list.class.js.map +1 -1
- package/dist/components/neighbor-list/neighbor-list.styles.js +27 -27
- package/dist/components/node-palette/node-palette.class.d.ts +10 -10
- package/dist/components/node-palette/node-palette.class.d.ts.map +1 -1
- package/dist/components/node-palette/node-palette.class.js +9 -9
- package/dist/components/node-palette/node-palette.class.js.map +1 -1
- package/dist/components/node-palette/node-palette.styles.js +22 -22
- package/dist/components/notebook-viewer/dompurify-loader.js +1 -1
- package/dist/components/notebook-viewer/dompurify-loader.js.map +1 -1
- package/dist/components/notebook-viewer/notebook-viewer.class.d.ts +16 -16
- package/dist/components/notebook-viewer/notebook-viewer.class.d.ts.map +1 -1
- package/dist/components/notebook-viewer/notebook-viewer.class.js +24 -24
- package/dist/components/notebook-viewer/notebook-viewer.class.js.map +1 -1
- package/dist/components/notebook-viewer/notebook-viewer.js +2 -2
- package/dist/components/notebook-viewer/notebook-viewer.js.map +1 -1
- package/dist/components/notebook-viewer/notebook-viewer.styles.js +21 -21
- package/dist/components/overlay/dropdown.class.d.ts +5 -5
- package/dist/components/overlay/dropdown.class.d.ts.map +1 -1
- package/dist/components/overlay/dropdown.class.js +4 -4
- package/dist/components/overlay/overlay.styles.js +13 -13
- package/dist/components/overlay/popover.class.d.ts +47 -8
- package/dist/components/overlay/popover.class.d.ts.map +1 -1
- package/dist/components/overlay/popover.class.js +63 -13
- package/dist/components/overlay/popover.class.js.map +1 -1
- package/dist/components/overlay/tooltip.class.d.ts +50 -7
- package/dist/components/overlay/tooltip.class.d.ts.map +1 -1
- package/dist/components/overlay/tooltip.class.js +73 -11
- package/dist/components/overlay/tooltip.class.js.map +1 -1
- package/dist/components/page-rail/page-rail.class.d.ts +11 -11
- package/dist/components/page-rail/page-rail.class.d.ts.map +1 -1
- package/dist/components/page-rail/page-rail.class.js +17 -17
- package/dist/components/page-rail/page-rail.class.js.map +1 -1
- package/dist/components/page-rail/page-rail.styles.js +28 -28
- package/dist/components/pagination/pagination.class.d.ts +8 -8
- package/dist/components/pagination/pagination.class.d.ts.map +1 -1
- package/dist/components/pagination/pagination.class.js +7 -7
- package/dist/components/pagination/pagination.class.js.map +1 -1
- package/dist/components/pagination/pagination.styles.js +41 -41
- package/dist/components/path-strip/path-strip.class.d.ts +7 -7
- package/dist/components/path-strip/path-strip.class.d.ts.map +1 -1
- package/dist/components/path-strip/path-strip.class.js +8 -8
- package/dist/components/path-strip/path-strip.class.js.map +1 -1
- package/dist/components/path-strip/path-strip.styles.js +17 -17
- package/dist/components/pdf-viewer/pdf-loader.js +1 -1
- package/dist/components/pdf-viewer/pdf-loader.js.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.class.d.ts +22 -22
- package/dist/components/pdf-viewer/pdf-viewer.class.d.ts.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.class.js +38 -38
- package/dist/components/pdf-viewer/pdf-viewer.class.js.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.js +2 -2
- package/dist/components/pdf-viewer/pdf-viewer.js.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.styles.js +18 -18
- package/dist/components/phone-input/phone-input.class.d.ts +3 -3
- package/dist/components/phone-input/phone-input.class.d.ts.map +1 -1
- package/dist/components/phone-input/phone-input.class.js +3 -3
- package/dist/components/phone-input/phone-input.styles.js +27 -27
- package/dist/components/playback/playback.class.d.ts +9 -9
- package/dist/components/playback/playback.class.d.ts.map +1 -1
- package/dist/components/playback/playback.class.js +11 -11
- package/dist/components/playback/playback.class.js.map +1 -1
- package/dist/components/playback/playback.styles.js +20 -20
- package/dist/components/policy-summary/policy-summary.class.d.ts +76 -0
- package/dist/components/policy-summary/policy-summary.class.d.ts.map +1 -0
- package/dist/components/policy-summary/policy-summary.class.js +125 -0
- package/dist/components/policy-summary/policy-summary.class.js.map +1 -0
- package/dist/components/policy-summary/policy-summary.d.ts +6 -0
- package/dist/components/policy-summary/policy-summary.d.ts.map +1 -0
- package/dist/components/policy-summary/policy-summary.js +9 -0
- package/dist/components/policy-summary/policy-summary.js.map +1 -0
- package/dist/components/policy-summary/policy-summary.styles.d.ts +2 -0
- package/dist/components/policy-summary/policy-summary.styles.d.ts.map +1 -0
- package/dist/components/policy-summary/policy-summary.styles.js +68 -0
- package/dist/components/policy-summary/policy-summary.styles.js.map +1 -0
- package/dist/components/poll-status/poll-status.class.d.ts +10 -10
- package/dist/components/poll-status/poll-status.class.d.ts.map +1 -1
- package/dist/components/poll-status/poll-status.class.js +14 -14
- package/dist/components/poll-status/poll-status.class.js.map +1 -1
- package/dist/components/poll-status/poll-status.styles.js +20 -20
- package/dist/components/pptx-viewer/pptx-viewer.class.d.ts +8 -8
- package/dist/components/pptx-viewer/pptx-viewer.class.d.ts.map +1 -1
- package/dist/components/pptx-viewer/pptx-viewer.class.js +10 -10
- package/dist/components/pptx-viewer/pptx-viewer.class.js.map +1 -1
- package/dist/components/pptx-viewer/pptx-viewer.js +1 -1
- package/dist/components/pptx-viewer/pptx-viewer.js.map +1 -1
- package/dist/components/pptx-viewer/pptx-viewer.styles.js +26 -26
- package/dist/components/progress/progress-bar.class.d.ts +3 -3
- package/dist/components/progress/progress-bar.class.d.ts.map +1 -1
- package/dist/components/progress/progress-bar.class.js +2 -2
- package/dist/components/progress/progress-ring.class.d.ts +3 -3
- package/dist/components/progress/progress-ring.class.d.ts.map +1 -1
- package/dist/components/progress/progress-ring.class.js +2 -2
- package/dist/components/progress/progress.styles.js +15 -15
- package/dist/components/provenance-panel/provenance-panel.class.d.ts +7 -7
- package/dist/components/provenance-panel/provenance-panel.class.d.ts.map +1 -1
- package/dist/components/provenance-panel/provenance-panel.class.js +11 -11
- package/dist/components/provenance-panel/provenance-panel.class.js.map +1 -1
- package/dist/components/provenance-panel/provenance-panel.styles.js +11 -11
- package/dist/components/push-to-talk/push-to-talk.class.d.ts +26 -26
- package/dist/components/push-to-talk/push-to-talk.class.d.ts.map +1 -1
- package/dist/components/push-to-talk/push-to-talk.class.js +33 -33
- package/dist/components/push-to-talk/push-to-talk.class.js.map +1 -1
- package/dist/components/push-to-talk/push-to-talk.styles.js +20 -20
- package/dist/components/qr-code/qr-code-loader.js +1 -1
- package/dist/components/qr-code/qr-code-loader.js.map +1 -1
- package/dist/components/qr-code/qr-code.class.d.ts +10 -10
- package/dist/components/qr-code/qr-code.class.d.ts.map +1 -1
- package/dist/components/qr-code/qr-code.class.js +12 -12
- package/dist/components/qr-code/qr-code.class.js.map +1 -1
- package/dist/components/qr-code/qr-code.styles.js +9 -9
- package/dist/components/query-builder/query-builder.class.d.ts +180 -0
- package/dist/components/query-builder/query-builder.class.d.ts.map +1 -0
- package/dist/components/query-builder/query-builder.class.js +415 -0
- package/dist/components/query-builder/query-builder.class.js.map +1 -0
- package/dist/components/query-builder/query-builder.d.ts +9 -0
- package/dist/components/query-builder/query-builder.d.ts.map +1 -0
- package/dist/components/query-builder/query-builder.js +12 -0
- package/dist/components/query-builder/query-builder.js.map +1 -0
- package/dist/components/query-builder/query-builder.styles.d.ts +2 -0
- package/dist/components/query-builder/query-builder.styles.d.ts.map +1 -0
- package/dist/components/query-builder/query-builder.styles.js +77 -0
- package/dist/components/query-builder/query-builder.styles.js.map +1 -0
- package/dist/components/radio/radio-group.class.d.ts +5 -5
- package/dist/components/radio/radio-group.class.d.ts.map +1 -1
- package/dist/components/radio/radio-group.class.js +4 -4
- package/dist/components/radio/radio-group.class.js.map +1 -1
- package/dist/components/radio/radio-group.styles.js +6 -6
- package/dist/components/radio/radio.class.d.ts +6 -6
- package/dist/components/radio/radio.class.d.ts.map +1 -1
- package/dist/components/radio/radio.class.js +9 -9
- package/dist/components/radio/radio.class.js.map +1 -1
- package/dist/components/radio/radio.styles.js +18 -18
- package/dist/components/random-content/random-content.class.d.ts +10 -10
- package/dist/components/random-content/random-content.class.d.ts.map +1 -1
- package/dist/components/random-content/random-content.class.js +11 -11
- package/dist/components/random-content/random-content.class.js.map +1 -1
- package/dist/components/random-content/random-content.styles.js +17 -17
- package/dist/components/rating/rating.class.d.ts +8 -8
- package/dist/components/rating/rating.class.d.ts.map +1 -1
- package/dist/components/rating/rating.class.js +7 -7
- package/dist/components/rating/rating.class.js.map +1 -1
- package/dist/components/rating/rating.styles.js +6 -6
- package/dist/components/resize-observer/resize-observer.class.d.ts +5 -5
- package/dist/components/resize-observer/resize-observer.class.d.ts.map +1 -1
- package/dist/components/resize-observer/resize-observer.class.js +4 -4
- package/dist/components/resize-observer/resize-observer.class.js.map +1 -1
- package/dist/components/responsive-panel/responsive-panel.class.d.ts +16 -16
- package/dist/components/responsive-panel/responsive-panel.class.d.ts.map +1 -1
- package/dist/components/responsive-panel/responsive-panel.class.js +17 -17
- package/dist/components/responsive-panel/responsive-panel.class.js.map +1 -1
- package/dist/components/responsive-panel/responsive-panel.styles.js +19 -19
- package/dist/components/result-card/result-card.class.d.ts +8 -8
- package/dist/components/result-card/result-card.class.d.ts.map +1 -1
- package/dist/components/result-card/result-card.class.js +8 -8
- package/dist/components/result-card/result-card.class.js.map +1 -1
- package/dist/components/result-card/result-card.styles.js +12 -12
- package/dist/components/result-card/result-field.class.d.ts +5 -5
- package/dist/components/result-card/result-field.class.d.ts.map +1 -1
- package/dist/components/result-card/result-field.class.js +6 -6
- package/dist/components/result-card/result-field.class.js.map +1 -1
- package/dist/components/result-card/result-field.styles.js +5 -5
- package/dist/components/retrieval-results/retrieval-results.class.d.ts +151 -0
- package/dist/components/retrieval-results/retrieval-results.class.d.ts.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.class.js +340 -0
- package/dist/components/retrieval-results/retrieval-results.class.js.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.d.ts +7 -0
- package/dist/components/retrieval-results/retrieval-results.d.ts.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.js +10 -0
- package/dist/components/retrieval-results/retrieval-results.js.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.styles.d.ts +2 -0
- package/dist/components/retrieval-results/retrieval-results.styles.d.ts.map +1 -0
- package/dist/components/retrieval-results/retrieval-results.styles.js +94 -0
- package/dist/components/retrieval-results/retrieval-results.styles.js.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.class.d.ts +127 -0
- package/dist/components/retrieval-search/retrieval-search.class.d.ts.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.class.js +266 -0
- package/dist/components/retrieval-search/retrieval-search.class.js.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.d.ts +8 -0
- package/dist/components/retrieval-search/retrieval-search.d.ts.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.js +11 -0
- package/dist/components/retrieval-search/retrieval-search.js.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.styles.d.ts +2 -0
- package/dist/components/retrieval-search/retrieval-search.styles.d.ts.map +1 -0
- package/dist/components/retrieval-search/retrieval-search.styles.js +75 -0
- package/dist/components/retrieval-search/retrieval-search.styles.js.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.class.d.ts +101 -0
- package/dist/components/retrieval-trace/retrieval-trace.class.d.ts.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.class.js +215 -0
- package/dist/components/retrieval-trace/retrieval-trace.class.js.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.d.ts +4 -0
- package/dist/components/retrieval-trace/retrieval-trace.d.ts.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.js +7 -0
- package/dist/components/retrieval-trace/retrieval-trace.js.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.styles.d.ts +2 -0
- package/dist/components/retrieval-trace/retrieval-trace.styles.d.ts.map +1 -0
- package/dist/components/retrieval-trace/retrieval-trace.styles.js +116 -0
- package/dist/components/retrieval-trace/retrieval-trace.styles.js.map +1 -0
- package/dist/components/rubric-form/rubric-form.class.d.ts +19 -19
- package/dist/components/rubric-form/rubric-form.class.d.ts.map +1 -1
- package/dist/components/rubric-form/rubric-form.class.js +36 -36
- package/dist/components/rubric-form/rubric-form.class.js.map +1 -1
- package/dist/components/rubric-form/rubric-form.styles.js +27 -27
- package/dist/components/scroller/scroller.class.d.ts +7 -7
- package/dist/components/scroller/scroller.class.d.ts.map +1 -1
- package/dist/components/scroller/scroller.class.js +6 -6
- package/dist/components/scroller/scroller.class.js.map +1 -1
- package/dist/components/scroller/scroller.styles.js +18 -18
- package/dist/components/segmented/segmented.class.d.ts +16 -8
- package/dist/components/segmented/segmented.class.d.ts.map +1 -1
- package/dist/components/segmented/segmented.class.js +17 -7
- package/dist/components/segmented/segmented.class.js.map +1 -1
- package/dist/components/segmented/segmented.styles.d.ts.map +1 -1
- package/dist/components/segmented/segmented.styles.js +52 -23
- package/dist/components/segmented/segmented.styles.js.map +1 -1
- package/dist/components/select/select.class.d.ts +16 -16
- package/dist/components/select/select.class.d.ts.map +1 -1
- package/dist/components/select/select.class.js +34 -33
- package/dist/components/select/select.class.js.map +1 -1
- package/dist/components/select/select.styles.d.ts.map +1 -1
- package/dist/components/select/select.styles.js +90 -77
- package/dist/components/select/select.styles.js.map +1 -1
- package/dist/components/sequence-strip/sequence-strip.class.d.ts +5 -5
- package/dist/components/sequence-strip/sequence-strip.class.d.ts.map +1 -1
- package/dist/components/sequence-strip/sequence-strip.class.js +4 -4
- package/dist/components/sequence-strip/sequence-strip.styles.js +18 -18
- package/dist/components/skeleton/skeleton.class.d.ts +4 -4
- package/dist/components/skeleton/skeleton.class.d.ts.map +1 -1
- package/dist/components/skeleton/skeleton.class.js +7 -7
- package/dist/components/skeleton/skeleton.class.js.map +1 -1
- package/dist/components/skeleton/skeleton.styles.js +11 -11
- package/dist/components/slider/slider.class.d.ts +13 -13
- package/dist/components/slider/slider.class.d.ts.map +1 -1
- package/dist/components/slider/slider.class.js +23 -23
- package/dist/components/slider/slider.class.js.map +1 -1
- package/dist/components/slider/slider.styles.js +24 -24
- package/dist/components/source-card/source-card.class.d.ts +20 -20
- package/dist/components/source-card/source-card.class.d.ts.map +1 -1
- package/dist/components/source-card/source-card.class.js +19 -19
- package/dist/components/source-card/source-card.class.js.map +1 -1
- package/dist/components/source-card/source-card.styles.js +21 -21
- package/dist/components/source-list/source-list.class.d.ts +9 -9
- package/dist/components/source-list/source-list.class.d.ts.map +1 -1
- package/dist/components/source-list/source-list.class.js +10 -10
- package/dist/components/source-list/source-list.class.js.map +1 -1
- package/dist/components/source-list/source-list.styles.js +18 -18
- package/dist/components/source-picker/source-picker.class.d.ts +9 -9
- package/dist/components/source-picker/source-picker.class.d.ts.map +1 -1
- package/dist/components/source-picker/source-picker.class.js +12 -12
- package/dist/components/source-picker/source-picker.class.js.map +1 -1
- package/dist/components/source-picker/source-picker.styles.js +30 -30
- package/dist/components/span-waterfall/span-waterfall.class.d.ts +9 -9
- package/dist/components/span-waterfall/span-waterfall.class.d.ts.map +1 -1
- package/dist/components/span-waterfall/span-waterfall.class.js +12 -12
- package/dist/components/span-waterfall/span-waterfall.class.js.map +1 -1
- package/dist/components/span-waterfall/span-waterfall.styles.js +35 -35
- package/dist/components/sparkline/sparkline.class.d.ts +6 -6
- package/dist/components/sparkline/sparkline.class.d.ts.map +1 -1
- package/dist/components/sparkline/sparkline.class.js +5 -5
- package/dist/components/sparkline/sparkline.styles.js +7 -7
- package/dist/components/spinner/spinner.class.d.ts +3 -3
- package/dist/components/spinner/spinner.class.d.ts.map +1 -1
- package/dist/components/spinner/spinner.class.js +2 -2
- package/dist/components/spinner/spinner.styles.js +10 -10
- package/dist/components/split/split.class.d.ts +19 -19
- package/dist/components/split/split.class.d.ts.map +1 -1
- package/dist/components/split/split.class.js +25 -25
- package/dist/components/split/split.class.js.map +1 -1
- package/dist/components/split/split.styles.js +17 -17
- package/dist/components/spreadsheet-viewer/spreadsheet-loader.js +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-loader.js.map +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.d.ts +14 -14
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.d.ts.map +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.js +21 -21
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.js.map +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.js +2 -2
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.js.map +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.styles.js +6 -6
- package/dist/components/stack-trace/stack-trace.class.d.ts +7 -7
- package/dist/components/stack-trace/stack-trace.class.d.ts.map +1 -1
- package/dist/components/stack-trace/stack-trace.class.js +9 -9
- package/dist/components/stack-trace/stack-trace.class.js.map +1 -1
- package/dist/components/stack-trace/stack-trace.styles.js +36 -36
- package/dist/components/stat/stat.class.d.ts +6 -6
- package/dist/components/stat/stat.class.d.ts.map +1 -1
- package/dist/components/stat/stat.class.js +6 -6
- package/dist/components/stat/stat.class.js.map +1 -1
- package/dist/components/stat/stat.styles.js +51 -51
- package/dist/components/stepper/stepper.class.d.ts +8 -8
- package/dist/components/stepper/stepper.class.d.ts.map +1 -1
- package/dist/components/stepper/stepper.class.js +7 -7
- package/dist/components/stepper/stepper.class.js.map +1 -1
- package/dist/components/stepper/stepper.styles.js +22 -22
- package/dist/components/stream-status/stream-status.class.d.ts +14 -14
- package/dist/components/stream-status/stream-status.class.d.ts.map +1 -1
- package/dist/components/stream-status/stream-status.class.js +18 -18
- package/dist/components/stream-status/stream-status.class.js.map +1 -1
- package/dist/components/stream-status/stream-status.styles.js +31 -31
- package/dist/components/streaming-text/streaming-text.class.d.ts +11 -11
- package/dist/components/streaming-text/streaming-text.class.d.ts.map +1 -1
- package/dist/components/streaming-text/streaming-text.class.js +14 -14
- package/dist/components/streaming-text/streaming-text.class.js.map +1 -1
- package/dist/components/streaming-text/streaming-text.styles.js +13 -13
- package/dist/components/suggestion-chips/suggestion-chips.class.d.ts +5 -5
- package/dist/components/suggestion-chips/suggestion-chips.class.d.ts.map +1 -1
- package/dist/components/suggestion-chips/suggestion-chips.class.js +7 -6
- package/dist/components/suggestion-chips/suggestion-chips.class.js.map +1 -1
- package/dist/components/suggestion-chips/suggestion-chips.styles.js +16 -16
- package/dist/components/svg-viewer/dompurify-loader.js +1 -1
- package/dist/components/svg-viewer/dompurify-loader.js.map +1 -1
- package/dist/components/svg-viewer/svg-viewer.class.d.ts +15 -15
- package/dist/components/svg-viewer/svg-viewer.class.d.ts.map +1 -1
- package/dist/components/svg-viewer/svg-viewer.class.js +18 -18
- package/dist/components/svg-viewer/svg-viewer.class.js.map +1 -1
- package/dist/components/svg-viewer/svg-viewer.js +1 -1
- package/dist/components/svg-viewer/svg-viewer.js.map +1 -1
- package/dist/components/svg-viewer/svg-viewer.styles.js +13 -13
- package/dist/components/swatch-picker/swatch-picker.class.d.ts +14 -14
- package/dist/components/swatch-picker/swatch-picker.class.d.ts.map +1 -1
- package/dist/components/swatch-picker/swatch-picker.class.js +12 -12
- package/dist/components/swatch-picker/swatch-picker.class.js.map +1 -1
- package/dist/components/swatch-picker/swatch-picker.styles.js +26 -26
- package/dist/components/switch/switch.class.d.ts +9 -9
- package/dist/components/switch/switch.class.d.ts.map +1 -1
- package/dist/components/switch/switch.class.js +18 -17
- package/dist/components/switch/switch.class.js.map +1 -1
- package/dist/components/switch/switch.styles.js +32 -32
- package/dist/components/table/table.class.d.ts +44 -44
- package/dist/components/table/table.class.d.ts.map +1 -1
- package/dist/components/table/table.class.js +61 -61
- package/dist/components/table/table.class.js.map +1 -1
- package/dist/components/table/table.styles.js +91 -91
- package/dist/components/tabs/tabs.class.d.ts +9 -9
- package/dist/components/tabs/tabs.class.d.ts.map +1 -1
- package/dist/components/tabs/tabs.class.js +10 -10
- package/dist/components/tabs/tabs.class.js.map +1 -1
- package/dist/components/tabs/tabs.styles.js +26 -26
- package/dist/components/task-list/task-list.class.d.ts +12 -12
- package/dist/components/task-list/task-list.class.d.ts.map +1 -1
- package/dist/components/task-list/task-list.class.js +17 -16
- package/dist/components/task-list/task-list.class.js.map +1 -1
- package/dist/components/task-list/task-list.styles.js +33 -33
- package/dist/components/terminal/terminal.class.d.ts +19 -19
- package/dist/components/terminal/terminal.class.d.ts.map +1 -1
- package/dist/components/terminal/terminal.class.js +34 -34
- package/dist/components/terminal/terminal.class.js.map +1 -1
- package/dist/components/terminal/terminal.styles.js +32 -32
- package/dist/components/test-results/test-results.class.d.ts +9 -9
- package/dist/components/test-results/test-results.class.d.ts.map +1 -1
- package/dist/components/test-results/test-results.class.js +16 -16
- package/dist/components/test-results/test-results.class.js.map +1 -1
- package/dist/components/test-results/test-results.styles.js +48 -48
- package/dist/components/textarea/textarea.class.d.ts +12 -12
- package/dist/components/textarea/textarea.class.d.ts.map +1 -1
- package/dist/components/textarea/textarea.class.js +12 -12
- package/dist/components/textarea/textarea.class.js.map +1 -1
- package/dist/components/textarea/textarea.styles.js +24 -24
- package/dist/components/thinking-panel/thinking-panel.class.d.ts +14 -14
- package/dist/components/thinking-panel/thinking-panel.class.d.ts.map +1 -1
- package/dist/components/thinking-panel/thinking-panel.class.js +15 -15
- package/dist/components/thinking-panel/thinking-panel.class.js.map +1 -1
- package/dist/components/thinking-panel/thinking-panel.styles.js +32 -32
- package/dist/components/thinking-panel/thinking-panel.styles.js.map +1 -1
- package/dist/components/thread-list/thread-list.class.d.ts +45 -27
- package/dist/components/thread-list/thread-list.class.d.ts.map +1 -1
- package/dist/components/thread-list/thread-list.class.js +47 -40
- package/dist/components/thread-list/thread-list.class.js.map +1 -1
- package/dist/components/thread-list/thread-list.styles.js +25 -25
- package/dist/components/time-range/time-range.class.d.ts +14 -14
- package/dist/components/time-range/time-range.class.d.ts.map +1 -1
- package/dist/components/time-range/time-range.class.js +25 -25
- package/dist/components/time-range/time-range.class.js.map +1 -1
- package/dist/components/time-range/time-range.styles.js +33 -33
- package/dist/components/timeline/timeline-item.class.d.ts +24 -24
- package/dist/components/timeline/timeline-item.class.d.ts.map +1 -1
- package/dist/components/timeline/timeline-item.class.js +26 -26
- package/dist/components/timeline/timeline-item.class.js.map +1 -1
- package/dist/components/timeline/timeline-item.js +2 -2
- package/dist/components/timeline/timeline-item.js.map +1 -1
- package/dist/components/timeline/timeline-item.styles.js +43 -43
- package/dist/components/timeline/timeline.class.d.ts +14 -14
- package/dist/components/timeline/timeline.class.d.ts.map +1 -1
- package/dist/components/timeline/timeline.class.js +14 -14
- package/dist/components/timeline/timeline.class.js.map +1 -1
- package/dist/components/timeline/timeline.styles.js +15 -15
- package/dist/components/toast/toast-item.class.d.ts +13 -13
- package/dist/components/toast/toast-item.class.d.ts.map +1 -1
- package/dist/components/toast/toast-item.class.js +12 -12
- package/dist/components/toast/toast-item.class.js.map +1 -1
- package/dist/components/toast/toast-item.styles.js +56 -56
- package/dist/components/toast/toast.class.d.ts +5 -5
- package/dist/components/toast/toast.class.d.ts.map +1 -1
- package/dist/components/toast/toast.class.js +6 -6
- package/dist/components/toast/toast.class.js.map +1 -1
- package/dist/components/toast/toast.styles.js +17 -17
- package/dist/components/toast/toaster.d.ts +1 -1
- package/dist/components/toast/toaster.js +2 -2
- package/dist/components/toast/toaster.js.map +1 -1
- package/dist/components/token-input/token-input.class.d.ts +8 -8
- package/dist/components/token-input/token-input.class.d.ts.map +1 -1
- package/dist/components/token-input/token-input.class.js +9 -9
- package/dist/components/token-input/token-input.class.js.map +1 -1
- package/dist/components/token-input/token-input.styles.js +14 -14
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.d.ts +19 -19
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.d.ts.map +1 -1
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.js +17 -17
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.js.map +1 -1
- package/dist/components/tool-approval-dialog/tool-approval-dialog.styles.js +56 -56
- package/dist/components/tool-call-chip/tool-call-chip.class.d.ts +19 -19
- package/dist/components/tool-call-chip/tool-call-chip.class.d.ts.map +1 -1
- package/dist/components/tool-call-chip/tool-call-chip.class.js +26 -26
- package/dist/components/tool-call-chip/tool-call-chip.class.js.map +1 -1
- package/dist/components/tool-call-chip/tool-call-chip.styles.js +61 -61
- package/dist/components/tool-param-form/tool-param-form.class.d.ts +13 -13
- package/dist/components/tool-param-form/tool-param-form.class.d.ts.map +1 -1
- package/dist/components/tool-param-form/tool-param-form.class.js +22 -22
- package/dist/components/tool-param-form/tool-param-form.class.js.map +1 -1
- package/dist/components/tool-param-form/tool-param-form.styles.js +25 -25
- package/dist/components/tool-result-dialog/tool-result-dialog.class.d.ts +22 -22
- package/dist/components/tool-result-dialog/tool-result-dialog.class.d.ts.map +1 -1
- package/dist/components/tool-result-dialog/tool-result-dialog.class.js +20 -20
- package/dist/components/tool-result-dialog/tool-result-dialog.class.js.map +1 -1
- package/dist/components/tool-result-dialog/tool-result-dialog.styles.js +63 -63
- package/dist/components/tool-result-view/registry.d.ts +3 -3
- package/dist/components/tool-result-view/registry.d.ts.map +1 -1
- package/dist/components/tool-result-view/registry.js +4 -4
- package/dist/components/tool-result-view/registry.js.map +1 -1
- package/dist/components/tool-result-view/tool-result-view.class.d.ts +13 -13
- package/dist/components/tool-result-view/tool-result-view.class.d.ts.map +1 -1
- package/dist/components/tool-result-view/tool-result-view.class.js +16 -16
- package/dist/components/tool-result-view/tool-result-view.class.js.map +1 -1
- package/dist/components/tool-result-view/tool-result-view.styles.js +8 -8
- package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts +18 -18
- package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts.map +1 -1
- package/dist/components/tool-select-dialog/tool-select-dialog.class.js +21 -21
- package/dist/components/tool-select-dialog/tool-select-dialog.class.js.map +1 -1
- package/dist/components/tool-select-dialog/tool-select-dialog.styles.js +66 -66
- package/dist/components/tool-timeline/tool-timeline.class.d.ts +140 -0
- package/dist/components/tool-timeline/tool-timeline.class.d.ts.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.class.js +293 -0
- package/dist/components/tool-timeline/tool-timeline.class.js.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.d.ts +2 -0
- package/dist/components/tool-timeline/tool-timeline.d.ts.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.js +5 -0
- package/dist/components/tool-timeline/tool-timeline.js.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.styles.d.ts +2 -0
- package/dist/components/tool-timeline/tool-timeline.styles.d.ts.map +1 -0
- package/dist/components/tool-timeline/tool-timeline.styles.js +148 -0
- package/dist/components/tool-timeline/tool-timeline.styles.js.map +1 -0
- package/dist/components/tour/tour.class.d.ts +41 -41
- package/dist/components/tour/tour.class.d.ts.map +1 -1
- package/dist/components/tour/tour.class.js +42 -42
- package/dist/components/tour/tour.class.js.map +1 -1
- package/dist/components/tour/tour.styles.js +49 -49
- package/dist/components/trace-tree/span.d.ts +2 -2
- package/dist/components/trace-tree/trace-tree.class.d.ts +8 -8
- package/dist/components/trace-tree/trace-tree.class.d.ts.map +1 -1
- package/dist/components/trace-tree/trace-tree.class.js +11 -11
- package/dist/components/trace-tree/trace-tree.class.js.map +1 -1
- package/dist/components/trace-tree/trace-tree.styles.js +49 -49
- package/dist/components/transcript-feed/transcript-feed.class.d.ts +8 -8
- package/dist/components/transcript-feed/transcript-feed.class.d.ts.map +1 -1
- package/dist/components/transcript-feed/transcript-feed.class.js +7 -7
- package/dist/components/transcript-feed/transcript-feed.class.js.map +1 -1
- package/dist/components/transcript-feed/transcript-feed.styles.js +25 -25
- package/dist/components/tree/tree-node.class.d.ts +14 -14
- package/dist/components/tree/tree-node.class.d.ts.map +1 -1
- package/dist/components/tree/tree-node.class.js +19 -19
- package/dist/components/tree/tree-node.class.js.map +1 -1
- package/dist/components/tree/tree-node.styles.js +37 -37
- package/dist/components/tree/tree.class.d.ts +12 -12
- package/dist/components/tree/tree.class.d.ts.map +1 -1
- package/dist/components/tree/tree.class.js +14 -14
- package/dist/components/tree/tree.class.js.map +1 -1
- package/dist/components/tree/update-cascade.d.ts +2 -2
- package/dist/components/tree/update-cascade.js +2 -2
- package/dist/components/typing-indicator/typing-indicator.class.d.ts +8 -8
- package/dist/components/typing-indicator/typing-indicator.class.d.ts.map +1 -1
- package/dist/components/typing-indicator/typing-indicator.class.js +7 -7
- package/dist/components/typing-indicator/typing-indicator.class.js.map +1 -1
- package/dist/components/typing-indicator/typing-indicator.styles.js +30 -30
- package/dist/components/typing-indicator/typing-indicator.styles.js.map +1 -1
- package/dist/components/usage-badge/usage-badge.class.d.ts +5 -5
- package/dist/components/usage-badge/usage-badge.class.d.ts.map +1 -1
- package/dist/components/usage-badge/usage-badge.class.js +4 -4
- package/dist/components/usage-badge/usage-badge.styles.js +21 -21
- package/dist/components/virtual-list/virtual-list.class.d.ts +16 -16
- package/dist/components/virtual-list/virtual-list.class.d.ts.map +1 -1
- package/dist/components/virtual-list/virtual-list.class.js +13 -13
- package/dist/components/virtual-list/virtual-list.class.js.map +1 -1
- package/dist/components/virtual-list/virtual-list.styles.js +11 -11
- package/dist/components/voice-picker/voice-picker.class.d.ts +16 -16
- package/dist/components/voice-picker/voice-picker.class.d.ts.map +1 -1
- package/dist/components/voice-picker/voice-picker.class.js +26 -25
- package/dist/components/voice-picker/voice-picker.class.js.map +1 -1
- package/dist/components/voice-picker/voice-picker.styles.js +79 -79
- package/dist/components/widget/widget.class.d.ts +14 -14
- package/dist/components/widget/widget.class.d.ts.map +1 -1
- package/dist/components/widget/widget.class.js +19 -19
- package/dist/components/widget/widget.class.js.map +1 -1
- package/dist/components/widget/widget.styles.js +49 -49
- package/dist/components/widget-renderer/registry.d.ts +3 -3
- package/dist/components/widget-renderer/registry.js +2 -2
- package/dist/components/widget-renderer/registry.js.map +1 -1
- package/dist/components/widget-renderer/resolve.d.ts +2 -2
- package/dist/components/widget-renderer/resolve.js +1 -1
- package/dist/components/widget-renderer/resolve.js.map +1 -1
- package/dist/components/widget-renderer/widget-renderer.class.d.ts +7 -7
- package/dist/components/widget-renderer/widget-renderer.class.d.ts.map +1 -1
- package/dist/components/widget-renderer/widget-renderer.class.js +10 -10
- package/dist/components/widget-renderer/widget-renderer.class.js.map +1 -1
- package/dist/components/word-cloud/word-cloud-layout.d.ts +2 -2
- package/dist/components/word-cloud/word-cloud-layout.d.ts.map +1 -1
- package/dist/components/word-cloud/word-cloud-layout.js +2 -2
- package/dist/components/word-cloud/word-cloud-layout.js.map +1 -1
- package/dist/components/word-cloud/word-cloud.class.d.ts +20 -20
- package/dist/components/word-cloud/word-cloud.class.d.ts.map +1 -1
- package/dist/components/word-cloud/word-cloud.class.js +24 -24
- package/dist/components/word-cloud/word-cloud.class.js.map +1 -1
- package/dist/components/word-cloud/word-cloud.styles.js +26 -26
- package/dist/components/xml-viewer/xml-viewer.class.d.ts +14 -14
- package/dist/components/xml-viewer/xml-viewer.class.d.ts.map +1 -1
- package/dist/components/xml-viewer/xml-viewer.class.js +0 -0
- package/dist/components/xml-viewer/xml-viewer.class.js.map +1 -1
- package/dist/components/xml-viewer/xml-viewer.js +2 -2
- package/dist/components/xml-viewer/xml-viewer.js.map +1 -1
- package/dist/components/xml-viewer/xml-viewer.styles.js +48 -48
- package/dist/components/zoomable-frame/zoomable-frame.class.d.ts +9 -9
- package/dist/components/zoomable-frame/zoomable-frame.class.d.ts.map +1 -1
- package/dist/components/zoomable-frame/zoomable-frame.class.js +9 -9
- package/dist/components/zoomable-frame/zoomable-frame.class.js.map +1 -1
- package/dist/components/zoomable-frame/zoomable-frame.styles.js +19 -19
- package/dist/internal/anchor-target.d.ts +4 -4
- package/dist/internal/anchor-target.d.ts.map +1 -1
- package/dist/internal/anchor-target.js +6 -6
- package/dist/internal/anchor-target.js.map +1 -1
- package/dist/internal/anchored-validity.js +2 -2
- package/dist/internal/anchored-validity.js.map +1 -1
- package/dist/internal/announcer.d.ts +1 -1
- package/dist/internal/announcer.js +1 -1
- package/dist/internal/ansi.d.ts +1 -1
- package/dist/internal/ansi.js +1 -1
- package/dist/internal/ansi.js.map +1 -1
- package/dist/internal/group-by-recency.d.ts +3 -3
- package/dist/internal/group-by-recency.d.ts.map +1 -1
- package/dist/internal/group-by-recency.js +1 -1
- package/dist/internal/layered-layout.d.ts +1 -1
- package/dist/internal/layered-layout.js +1 -1
- package/dist/internal/localization.d.ts +1 -1
- package/dist/internal/localization.d.ts.map +1 -1
- package/dist/internal/localization.js +224 -0
- package/dist/internal/localization.js.map +1 -1
- package/dist/internal/lyra-element.d.ts +1 -1
- package/dist/internal/lyra-element.js +1 -1
- package/dist/internal/overlay-manager.js +1 -1
- package/dist/internal/overlay-manager.js.map +1 -1
- package/dist/internal/papaparse-loader.d.ts +1 -1
- package/dist/internal/papaparse-loader.js +1 -1
- package/dist/internal/positioner.d.ts +28 -1
- package/dist/internal/positioner.d.ts.map +1 -1
- package/dist/internal/positioner.js +14 -3
- package/dist/internal/positioner.js.map +1 -1
- package/dist/internal/prefix.d.ts +1 -1
- package/dist/internal/prefix.d.ts.map +1 -1
- package/dist/internal/prefix.js +2 -2
- package/dist/internal/prefix.js.map +1 -1
- package/dist/internal/root-registration-allowlist.d.ts +2 -2
- package/dist/internal/root-registration-allowlist.d.ts.map +1 -1
- package/dist/internal/root-registration-allowlist.js +248 -223
- package/dist/internal/root-registration-allowlist.js.map +1 -1
- package/dist/internal/slugger.js +2 -2
- package/dist/internal/text-highlights.d.ts +1 -1
- package/dist/internal/text-highlights.d.ts.map +1 -1
- package/dist/internal/text-highlights.js +17 -17
- package/dist/internal/text-highlights.js.map +1 -1
- package/dist/internal/tokens.styles.d.ts.map +1 -1
- package/dist/internal/tokens.styles.js +287 -285
- package/dist/internal/tokens.styles.js.map +1 -1
- package/dist/internal/viewer-search.d.ts +1 -1
- package/dist/internal/viewer-search.d.ts.map +1 -1
- package/dist/lyra.d.ts +50 -1
- package/dist/lyra.d.ts.map +1 -1
- package/dist/lyra.js +49 -0
- package/dist/lyra.js.map +1 -1
- package/dist/testing/happy-dom-shims.d.ts +4 -4
- package/dist/testing/happy-dom-shims.js +4 -4
- package/dist/theme.css +51 -51
- package/llms-full.txt +2573 -2085
- package/llms.txt +87 -80
- package/package.json +54 -3
- package/vscode-css-data.json +300 -272
- package/vscode-html-data.json +1683 -597
- package/web-types.json +1993 -872
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { html, nothing, svg } from 'lit';
|
|
8
|
+
import { property } from 'lit/decorators.js';
|
|
9
|
+
import { repeat } from 'lit/directives/repeat.js';
|
|
10
|
+
import { LyraElement } from '../../internal/lyra-element.js';
|
|
11
|
+
import { finiteCount } from '../../internal/numbers.js';
|
|
12
|
+
import { getPluralRules } from '../../internal/intl-cache.js';
|
|
13
|
+
import { closeIcon } from '../../internal/icons.js';
|
|
14
|
+
// The registering barrels (not the bare *.class.js modules) -- this side effect is what actually
|
|
15
|
+
// defines <lr-badge>/<lr-progress-bar>/<lr-empty>/<lr-virtual-list> as custom elements by the
|
|
16
|
+
// time this component's render() references them.
|
|
17
|
+
import '../badge/badge.js';
|
|
18
|
+
import '../progress/progress-bar.js';
|
|
19
|
+
import '../empty/empty.js';
|
|
20
|
+
import '../virtual-list/virtual-list.js';
|
|
21
|
+
import { styles } from './ingestion-queue.styles.js';
|
|
22
|
+
/** In-flight stages that render a progress indicator and remain cancelable. `'queued'` is also
|
|
23
|
+
* cancelable (see `CANCELABLE_STAGES`) but has nothing yet to show progress *of*. */
|
|
24
|
+
const ACTIVE_STAGES = ['uploading', 'extracting', 'chunking', 'embedding', 'indexing'];
|
|
25
|
+
/** Every non-terminal stage -- the set a `lr-cancel` request is offered for. */
|
|
26
|
+
const CANCELABLE_STAGES = ['queued', ...ACTIVE_STAGES];
|
|
27
|
+
function badgeVariantForStage(stage) {
|
|
28
|
+
switch (stage) {
|
|
29
|
+
case 'done':
|
|
30
|
+
return 'success';
|
|
31
|
+
case 'failed':
|
|
32
|
+
return 'danger';
|
|
33
|
+
case 'queued':
|
|
34
|
+
case 'cancelled':
|
|
35
|
+
return 'neutral';
|
|
36
|
+
default:
|
|
37
|
+
return 'brand';
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
const ICON_VIEW_BOX = '0 0 24 24';
|
|
41
|
+
const ICON_STROKE_WIDTH = '1.75';
|
|
42
|
+
// Same shape as `<lr-attachment-chip>`'s local `retryIcon()` -- duplicated rather than imported
|
|
43
|
+
// (independently consumable components) but kept visually identical so a retry affordance reads
|
|
44
|
+
// the same wherever it shows up in the library.
|
|
45
|
+
function retryIcon() {
|
|
46
|
+
return svg `
|
|
47
|
+
<svg
|
|
48
|
+
width="1em"
|
|
49
|
+
height="1em"
|
|
50
|
+
viewBox=${ICON_VIEW_BOX}
|
|
51
|
+
fill="none"
|
|
52
|
+
stroke="currentColor"
|
|
53
|
+
stroke-width=${ICON_STROKE_WIDTH}
|
|
54
|
+
stroke-linecap="round"
|
|
55
|
+
stroke-linejoin="round"
|
|
56
|
+
aria-hidden="true"
|
|
57
|
+
focusable="false"
|
|
58
|
+
><polyline points="1 4 1 10 7 10"></polyline><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"></path></svg>
|
|
59
|
+
`;
|
|
60
|
+
}
|
|
61
|
+
const DEFAULT_VIRTUALIZE_THRESHOLD = 100;
|
|
62
|
+
/**
|
|
63
|
+
* `<lr-ingestion-queue>` — a controlled list of documents moving through an ingestion pipeline
|
|
64
|
+
* (upload → text extraction → chunking → embedding → indexing), each row showing its stage,
|
|
65
|
+
* progress, chunk/embedding counts, and a retry or cancel affordance. Presentation only: this
|
|
66
|
+
* component runs no ingestion itself, persists nothing, and never mutates `items` -- retrying or
|
|
67
|
+
* cancelling a row fires a controlled `lr-retry`/`lr-cancel` request event and waits for the host
|
|
68
|
+
* to supply an updated `items` array, the same request/response convention `<lr-thread-list>`'s
|
|
69
|
+
* `lr-thread-pin`/`-archive`/`-delete` events already establish.
|
|
70
|
+
*
|
|
71
|
+
* At or above `virtualizeThreshold` items, the list renders through an internal
|
|
72
|
+
* `<lr-virtual-list>` instead of a plain keyed list (same precedent as `<lr-thread-list>`'s data
|
|
73
|
+
* mode and `<lr-activity-feed>`'s `virtualizeThreshold`) -- identical row markup and behavior
|
|
74
|
+
* either way, keyed by `id`.
|
|
75
|
+
*
|
|
76
|
+
* @customElement lr-ingestion-queue
|
|
77
|
+
* @event lr-retry - A row's retry affordance was activated (only rendered for `stage="failed"`
|
|
78
|
+
* rows). `detail: { itemId, attempt }` -- `attempt` is the attempt number about to be made.
|
|
79
|
+
* @event lr-cancel - A row's cancel affordance was activated (rendered for every non-terminal
|
|
80
|
+
* row). `detail: { itemId, reason }` -- `reason` is always `undefined` from this component.
|
|
81
|
+
* @csspart base - The root region.
|
|
82
|
+
* @csspart list - The row container in non-virtualized mode (`role="list"`).
|
|
83
|
+
* @csspart empty - The `<lr-empty>` zero-items state.
|
|
84
|
+
* @csspart item - One queue item row; carries `data-stage`. When virtualized, reached from this
|
|
85
|
+
* component's own stylesheet via `lr-virtual-list::part(item)` (renders inside the internal
|
|
86
|
+
* `<lr-virtual-list>`'s own shadow root, not this component's).
|
|
87
|
+
* @csspart item-header - The row's name/stage-badge line.
|
|
88
|
+
* @csspart item-name - The document's `name`.
|
|
89
|
+
* @csspart item-progress - The row's `<lr-progress-bar>`, only rendered for an active (uploading
|
|
90
|
+
* through indexing) stage.
|
|
91
|
+
* @csspart item-meta - Wrapper around the chunk-count/embedding-status/attempt-count text.
|
|
92
|
+
* @csspart item-chunk-count - The chunk count, only rendered once `chunkCount` is set.
|
|
93
|
+
* @csspart item-embedding-status - The "N of M chunks embedded" text, only rendered once both
|
|
94
|
+
* `chunkCount` and `embeddedChunkCount` are set.
|
|
95
|
+
* @csspart item-attempts - The attempt count, only rendered once `attempts` is greater than 0.
|
|
96
|
+
* @csspart item-error - The failure message, only rendered for `stage="failed"` with `error` set.
|
|
97
|
+
* @csspart item-actions - Wrapper around the retry/cancel buttons.
|
|
98
|
+
* @csspart retry-button - Fires `lr-retry`. Only rendered for `stage="failed"` rows.
|
|
99
|
+
* @csspart cancel-button - Fires `lr-cancel`. Only rendered for non-terminal rows.
|
|
100
|
+
* @cssprop [--lr-ingestion-queue-max-height=none] - Non-virtualized mode only: caps how tall the
|
|
101
|
+
* list grows before it scrolls internally. Has no effect once virtualized -- the internal
|
|
102
|
+
* `<lr-virtual-list>`'s own viewport keeps its independent, fixed default height (retheme it
|
|
103
|
+
* directly via `<lr-ingestion-queue>`'s own `lr-virtual-list { --lr-virtual-list-height: ... }`
|
|
104
|
+
* if needed).
|
|
105
|
+
*/
|
|
106
|
+
export class LyraIngestionQueue extends LyraElement {
|
|
107
|
+
constructor() {
|
|
108
|
+
super(...arguments);
|
|
109
|
+
/** The queue to render, in display order. Controlled and never mutated by this component --
|
|
110
|
+
* pass a new array (e.g. as ingestion progresses) to update it. */
|
|
111
|
+
this.items = [];
|
|
112
|
+
/** Accessible name for the region. Defaults to the localized `ingestionQueueLabel`. A host
|
|
113
|
+
* `aria-label` attribute wins over both. */
|
|
114
|
+
this.label = '';
|
|
115
|
+
/** At/above this item count, the list renders through an internal `<lr-virtual-list>`. */
|
|
116
|
+
this.virtualizeThreshold = DEFAULT_VIRTUALIZE_THRESHOLD;
|
|
117
|
+
this.itemTemplate = (item, ownRole) => {
|
|
118
|
+
const stageLabel = this.stageLabel(item.stage);
|
|
119
|
+
const showProgress = ACTIVE_STAGES.includes(item.stage);
|
|
120
|
+
const canRetry = item.stage === 'failed';
|
|
121
|
+
const canCancel = CANCELABLE_STAGES.includes(item.stage);
|
|
122
|
+
const hasMeta = item.chunkCount !== undefined || item.embeddedChunkCount !== undefined || (item.attempts ?? 0) > 0;
|
|
123
|
+
const indeterminate = item.progress === undefined || !Number.isFinite(item.progress);
|
|
124
|
+
return html `
|
|
125
|
+
<div part="item" role=${ownRole ? 'listitem' : nothing} data-stage=${item.stage}>
|
|
126
|
+
<div part="item-header">
|
|
127
|
+
<span part="item-name" title=${item.document.name}>${item.document.name}</span>
|
|
128
|
+
<lr-badge part="item-stage" variant=${badgeVariantForStage(item.stage)}>${stageLabel}</lr-badge>
|
|
129
|
+
</div>
|
|
130
|
+
${showProgress
|
|
131
|
+
? html `<lr-progress-bar
|
|
132
|
+
part="item-progress"
|
|
133
|
+
.value=${item.progress ?? 0}
|
|
134
|
+
?indeterminate=${indeterminate}
|
|
135
|
+
accessible-label=${this.localize('ingestionItemProgressLabel', undefined, {
|
|
136
|
+
name: item.document.name,
|
|
137
|
+
stage: stageLabel,
|
|
138
|
+
})}
|
|
139
|
+
></lr-progress-bar>`
|
|
140
|
+
: nothing}
|
|
141
|
+
${hasMeta
|
|
142
|
+
? html `<div part="item-meta">
|
|
143
|
+
${item.chunkCount !== undefined
|
|
144
|
+
? html `<span part="item-chunk-count">${this.chunkCountText(item.chunkCount)}</span>`
|
|
145
|
+
: nothing}
|
|
146
|
+
${item.chunkCount !== undefined && item.embeddedChunkCount !== undefined
|
|
147
|
+
? html `<span part="item-embedding-status"
|
|
148
|
+
>${this.localize('ingestionEmbeddedOfTotal', undefined, {
|
|
149
|
+
embedded: item.embeddedChunkCount,
|
|
150
|
+
total: item.chunkCount,
|
|
151
|
+
})}</span
|
|
152
|
+
>`
|
|
153
|
+
: nothing}
|
|
154
|
+
${(item.attempts ?? 0) > 0
|
|
155
|
+
? html `<span part="item-attempts"
|
|
156
|
+
>${this.localize('ingestionAttemptCount', undefined, { count: item.attempts })}</span
|
|
157
|
+
>`
|
|
158
|
+
: nothing}
|
|
159
|
+
</div>`
|
|
160
|
+
: nothing}
|
|
161
|
+
${item.stage === 'failed' && item.error
|
|
162
|
+
? html `<p part="item-error" role="alert">${item.error}</p>`
|
|
163
|
+
: nothing}
|
|
164
|
+
${canRetry || canCancel
|
|
165
|
+
? html `<div part="item-actions">
|
|
166
|
+
${canRetry
|
|
167
|
+
? html `<button
|
|
168
|
+
part="retry-button"
|
|
169
|
+
type="button"
|
|
170
|
+
aria-label=${this.localize('ingestionRetryWithContext', undefined, {
|
|
171
|
+
label: item.document.name,
|
|
172
|
+
})}
|
|
173
|
+
@click=${() => this.onRetryClick(item)}
|
|
174
|
+
>
|
|
175
|
+
${retryIcon()}<span>${this.localize('retry')}</span>
|
|
176
|
+
</button>`
|
|
177
|
+
: nothing}
|
|
178
|
+
${canCancel
|
|
179
|
+
? html `<button
|
|
180
|
+
part="cancel-button"
|
|
181
|
+
type="button"
|
|
182
|
+
aria-label=${this.localize('ingestionCancelWithContext', undefined, {
|
|
183
|
+
label: item.document.name,
|
|
184
|
+
})}
|
|
185
|
+
@click=${() => this.onCancelClick(item)}
|
|
186
|
+
>
|
|
187
|
+
${closeIcon()}<span>${this.localize('cancel')}</span>
|
|
188
|
+
</button>`
|
|
189
|
+
: nothing}
|
|
190
|
+
</div>`
|
|
191
|
+
: nothing}
|
|
192
|
+
</div>
|
|
193
|
+
`;
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
static { this.styles = [LyraElement.styles, styles]; }
|
|
197
|
+
/** `virtualizeThreshold`, normalized to a finite non-negative integer (falling back to the
|
|
198
|
+
* property's own default) -- a raw `NaN` (e.g. an invalid `virtualize-threshold` attribute)
|
|
199
|
+
* would otherwise make `items.length >= virtualizeThreshold` always false, silently disabling
|
|
200
|
+
* virtualization instead of falling back to the default threshold. */
|
|
201
|
+
get effectiveVirtualizeThreshold() {
|
|
202
|
+
return finiteCount(this.virtualizeThreshold, DEFAULT_VIRTUALIZE_THRESHOLD);
|
|
203
|
+
}
|
|
204
|
+
get isVirtualized() {
|
|
205
|
+
return this.items.length >= this.effectiveVirtualizeThreshold;
|
|
206
|
+
}
|
|
207
|
+
stageLabel(stage) {
|
|
208
|
+
switch (stage) {
|
|
209
|
+
case 'queued':
|
|
210
|
+
return this.localize('ingestionStageQueued');
|
|
211
|
+
case 'uploading':
|
|
212
|
+
return this.localize('ingestionStageUploading');
|
|
213
|
+
case 'extracting':
|
|
214
|
+
return this.localize('ingestionStageExtracting');
|
|
215
|
+
case 'chunking':
|
|
216
|
+
return this.localize('ingestionStageChunking');
|
|
217
|
+
case 'embedding':
|
|
218
|
+
return this.localize('ingestionStageEmbedding');
|
|
219
|
+
case 'indexing':
|
|
220
|
+
return this.localize('ingestionStageIndexing');
|
|
221
|
+
case 'done':
|
|
222
|
+
return this.localize('ingestionStageDone');
|
|
223
|
+
case 'failed':
|
|
224
|
+
return this.localize('ingestionStageFailed');
|
|
225
|
+
case 'cancelled':
|
|
226
|
+
return this.localize('ingestionStageCancelled');
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
chunkCountText(count) {
|
|
230
|
+
const plural = getPluralRules(this.effectiveLocale).select(count) !== 'one';
|
|
231
|
+
return plural
|
|
232
|
+
? this.localize('ingestionChunkCountPlural', undefined, { count })
|
|
233
|
+
: this.localize('ingestionChunkCount', undefined, { count });
|
|
234
|
+
}
|
|
235
|
+
onRetryClick(item) {
|
|
236
|
+
this.emit('lr-retry', { itemId: item.id, attempt: (item.attempts ?? 0) + 1 });
|
|
237
|
+
}
|
|
238
|
+
onCancelClick(item) {
|
|
239
|
+
this.emit('lr-cancel', { itemId: item.id });
|
|
240
|
+
}
|
|
241
|
+
render() {
|
|
242
|
+
const computedLabel = this.label || this.localize('ingestionQueueLabel');
|
|
243
|
+
const ariaLabel = this.getAttribute('aria-label') || computedLabel;
|
|
244
|
+
if (this.items.length === 0) {
|
|
245
|
+
return html `<lr-empty
|
|
246
|
+
part="empty"
|
|
247
|
+
heading=${this.localize('ingestionQueueEmpty')}
|
|
248
|
+
></lr-empty>`;
|
|
249
|
+
}
|
|
250
|
+
const virtualized = this.isVirtualized;
|
|
251
|
+
return html `
|
|
252
|
+
<div part="base" role="region" aria-label=${ariaLabel}>
|
|
253
|
+
${virtualized
|
|
254
|
+
? html `<lr-virtual-list
|
|
255
|
+
.items=${this.items}
|
|
256
|
+
.renderItem=${(item) => this.itemTemplate(item, false)}
|
|
257
|
+
.keyFunction=${(item) => item.id}
|
|
258
|
+
aria-label=${ariaLabel}
|
|
259
|
+
></lr-virtual-list>`
|
|
260
|
+
: html `<div part="list" role="list" aria-label=${ariaLabel}>
|
|
261
|
+
${repeat(this.items, (item) => item.id, (item) => this.itemTemplate(item, true))}
|
|
262
|
+
</div>`}
|
|
263
|
+
</div>
|
|
264
|
+
`;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
__decorate([
|
|
268
|
+
property({ attribute: false })
|
|
269
|
+
], LyraIngestionQueue.prototype, "items", void 0);
|
|
270
|
+
__decorate([
|
|
271
|
+
property()
|
|
272
|
+
], LyraIngestionQueue.prototype, "label", void 0);
|
|
273
|
+
__decorate([
|
|
274
|
+
property({ type: Number, attribute: 'virtualize-threshold' })
|
|
275
|
+
], LyraIngestionQueue.prototype, "virtualizeThreshold", void 0);
|
|
276
|
+
//# sourceMappingURL=ingestion-queue.class.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ingestion-queue.class.js","sourceRoot":"","sources":["../../../src/components/ingestion-queue/ingestion-queue.class.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAA+C,MAAM,KAAK,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAGpD,iGAAiG;AACjG,8FAA8F;AAC9F,kDAAkD;AAClD,OAAO,mBAAmB,CAAC;AAC3B,OAAO,6BAA6B,CAAC;AACrC,OAAO,mBAAmB,CAAC;AAC3B,OAAO,iCAAiC,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAiBrD;sFACsF;AACtF,MAAM,aAAa,GAA8B,CAAC,WAAW,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;AAElH,gFAAgF;AAChF,MAAM,iBAAiB,GAA8B,CAAC,QAAQ,EAAE,GAAG,aAAa,CAAC,CAAC;AAElF,SAAS,oBAAoB,CAAC,KAAqB;IACjD,QAAQ,KAAK,EAAE,CAAC;QACd,KAAK,MAAM;YACT,OAAO,SAAS,CAAC;QACnB,KAAK,QAAQ;YACX,OAAO,QAAQ,CAAC;QAClB,KAAK,QAAQ,CAAC;QACd,KAAK,WAAW;YACd,OAAO,SAAS,CAAC;QACnB;YACE,OAAO,OAAO,CAAC;IACnB,CAAC;AACH,CAAC;AA8CD,MAAM,aAAa,GAAG,WAAW,CAAC;AAClC,MAAM,iBAAiB,GAAG,MAAM,CAAC;AAEjC,gGAAgG;AAChG,gGAAgG;AAChG,gDAAgD;AAChD,SAAS,SAAS;IAChB,OAAO,GAAG,CAAA;;;;gBAII,aAAa;;;qBAGR,iBAAiB;;;;;;GAMnC,CAAC;AACJ,CAAC;AAED,MAAM,4BAA4B,GAAG,GAAG,CAAC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,MAAM,OAAO,kBAAmB,SAAQ,WAAuC;IAA/E;;QAGE;4EACoE;QACpC,UAAK,GAAyB,EAAE,CAAC;QAEjE;qDAC6C;QACjC,UAAK,GAAG,EAAE,CAAC;QAEvB,0FAA0F;QAC3B,wBAAmB,GAAG,4BAA4B,CAAC;QAoD1G,iBAAY,GAAG,CAAC,IAAwB,EAAE,OAAgB,EAAkB,EAAE;YACpF,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAC/C,MAAM,YAAY,GAAG,aAAa,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YACxD,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,KAAK,QAAQ,CAAC;YACzC,MAAM,SAAS,GAAG,iBAAiB,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YACzD,MAAM,OAAO,GACX,IAAI,CAAC,UAAU,KAAK,SAAS,IAAI,IAAI,CAAC,kBAAkB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC;YACrG,MAAM,aAAa,GAAG,IAAI,CAAC,QAAQ,KAAK,SAAS,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;YAErF,OAAO,IAAI,CAAA;8BACe,OAAO,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,OAAO,eAAe,IAAI,CAAC,KAAK;;yCAE5C,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI;gDACjC,oBAAoB,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,UAAU;;UAEpF,YAAY;gBACZ,CAAC,CAAC,IAAI,CAAA;;uBAEO,IAAI,CAAC,QAAQ,IAAI,CAAC;+BACV,aAAa;iCACX,IAAI,CAAC,QAAQ,CAAC,4BAA4B,EAAE,SAAS,EAAE;oBACxE,IAAI,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI;oBACxB,KAAK,EAAE,UAAU;iBAClB,CAAC;gCACgB;gBACtB,CAAC,CAAC,OAAO;UACT,OAAO;gBACP,CAAC,CAAC,IAAI,CAAA;gBACA,IAAI,CAAC,UAAU,KAAK,SAAS;oBAC7B,CAAC,CAAC,IAAI,CAAA,iCAAiC,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS;oBACpF,CAAC,CAAC,OAAO;gBACT,IAAI,CAAC,UAAU,KAAK,SAAS,IAAI,IAAI,CAAC,kBAAkB,KAAK,SAAS;oBACtE,CAAC,CAAC,IAAI,CAAA;uBACC,IAAI,CAAC,QAAQ,CAAC,0BAA0B,EAAE,SAAS,EAAE;wBACtD,QAAQ,EAAE,IAAI,CAAC,kBAAkB;wBACjC,KAAK,EAAE,IAAI,CAAC,UAAU;qBACvB,CAAC;oBACF;oBACJ,CAAC,CAAC,OAAO;gBACT,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,CAAC,GAAG,CAAC;oBACxB,CAAC,CAAC,IAAI,CAAA;uBACC,IAAI,CAAC,QAAQ,CAAC,uBAAuB,EAAE,SAAS,EAAE,EAAE,KAAK,EAAE,IAAI,CAAC,QAAS,EAAE,CAAC;oBAC/E;oBACJ,CAAC,CAAC,OAAO;mBACN;gBACT,CAAC,CAAC,OAAO;UACT,IAAI,CAAC,KAAK,KAAK,QAAQ,IAAI,IAAI,CAAC,KAAK;gBACrC,CAAC,CAAC,IAAI,CAAA,qCAAqC,IAAI,CAAC,KAAK,MAAM;gBAC3D,CAAC,CAAC,OAAO;UACT,QAAQ,IAAI,SAAS;gBACrB,CAAC,CAAC,IAAI,CAAA;gBACA,QAAQ;oBACR,CAAC,CAAC,IAAI,CAAA;;;iCAGW,IAAI,CAAC,QAAQ,CAAC,2BAA2B,EAAE,SAAS,EAAE;wBACjE,KAAK,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI;qBAC1B,CAAC;6BACO,GAAG,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC;;sBAEpC,SAAS,EAAE,SAAS,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC;4BACpC;oBACZ,CAAC,CAAC,OAAO;gBACT,SAAS;oBACT,CAAC,CAAC,IAAI,CAAA;;;iCAGW,IAAI,CAAC,QAAQ,CAAC,4BAA4B,EAAE,SAAS,EAAE;wBAClE,KAAK,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI;qBAC1B,CAAC;6BACO,GAAG,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC;;sBAErC,SAAS,EAAE,SAAS,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC;4BACrC;oBACZ,CAAC,CAAC,OAAO;mBACN;gBACT,CAAC,CAAC,OAAO;;KAEd,CAAC;QACJ,CAAC,CAAC;IAiCJ,CAAC;aA/KQ,WAAM,GAAG,CAAC,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,AAA/B,CAAgC;IAa7C;;;2EAGuE;IACvE,IAAY,4BAA4B;QACtC,OAAO,WAAW,CAAC,IAAI,CAAC,mBAAmB,EAAE,4BAA4B,CAAC,CAAC;IAC7E,CAAC;IAED,IAAY,aAAa;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,IAAI,IAAI,CAAC,4BAA4B,CAAC;IAChE,CAAC;IAEO,UAAU,CAAC,KAAqB;QACtC,QAAQ,KAAK,EAAE,CAAC;YACd,KAAK,QAAQ;gBACX,OAAO,IAAI,CAAC,QAAQ,CAAC,sBAAsB,CAAC,CAAC;YAC/C,KAAK,WAAW;gBACd,OAAO,IAAI,CAAC,QAAQ,CAAC,yBAAyB,CAAC,CAAC;YAClD,KAAK,YAAY;gBACf,OAAO,IAAI,CAAC,QAAQ,CAAC,0BAA0B,CAAC,CAAC;YACnD,KAAK,UAAU;gBACb,OAAO,IAAI,CAAC,QAAQ,CAAC,wBAAwB,CAAC,CAAC;YACjD,KAAK,WAAW;gBACd,OAAO,IAAI,CAAC,QAAQ,CAAC,yBAAyB,CAAC,CAAC;YAClD,KAAK,UAAU;gBACb,OAAO,IAAI,CAAC,QAAQ,CAAC,wBAAwB,CAAC,CAAC;YACjD,KAAK,MAAM;gBACT,OAAO,IAAI,CAAC,QAAQ,CAAC,oBAAoB,CAAC,CAAC;YAC7C,KAAK,QAAQ;gBACX,OAAO,IAAI,CAAC,QAAQ,CAAC,sBAAsB,CAAC,CAAC;YAC/C,KAAK,WAAW;gBACd,OAAO,IAAI,CAAC,QAAQ,CAAC,yBAAyB,CAAC,CAAC;QACpD,CAAC;IACH,CAAC;IAEO,cAAc,CAAC,KAAa;QAClC,MAAM,MAAM,GAAG,cAAc,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,KAAK,CAAC;QAC5E,OAAO,MAAM;YACX,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,2BAA2B,EAAE,SAAS,EAAE,EAAE,KAAK,EAAE,CAAC;YAClE,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,qBAAqB,EAAE,SAAS,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC;IACjE,CAAC;IAEO,YAAY,CAAC,IAAwB;QAC3C,IAAI,CAAC,IAAI,CAA4B,UAAU,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,OAAO,EAAE,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;IAC3G,CAAC;IAEO,aAAa,CAAC,IAAwB;QAC5C,IAAI,CAAC,IAAI,CAA6B,WAAW,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAmFD,MAAM;QACJ,MAAM,aAAa,GAAG,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,QAAQ,CAAC,qBAAqB,CAAC,CAAC;QACzE,MAAM,SAAS,GAAG,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,IAAI,aAAa,CAAC;QAEnE,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAC5B,OAAO,IAAI,CAAA;;kBAEC,IAAI,CAAC,QAAQ,CAAC,qBAAqB,CAAC;mBACnC,CAAC;QAChB,CAAC;QAED,MAAM,WAAW,GAAG,IAAI,CAAC,aAAa,CAAC;QACvC,OAAO,IAAI,CAAA;kDACmC,SAAS;UACjD,WAAW;YACX,CAAC,CAAC,IAAI,CAAA;uBACO,IAAI,CAAC,KAAK;4BACL,CAAC,IAAa,EAAE,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC,IAA0B,EAAE,KAAK,CAAC;6BACtE,CAAC,IAAa,EAAE,EAAE,CAAE,IAA2B,CAAC,EAAE;2BACpD,SAAS;gCACJ;YACtB,CAAC,CAAC,IAAI,CAAA,2CAA2C,SAAS;gBACpD,MAAM,CACN,IAAI,CAAC,KAAK,EACV,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,EAAE,EACjB,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,IAAI,CAAC,CACxC;mBACI;;KAEd,CAAC;IACJ,CAAC;CACF;AA3KiC;IAA/B,QAAQ,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC;iDAAkC;AAIrD;IAAX,QAAQ,EAAE;iDAAY;AAGwC;IAA9D,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,sBAAsB,EAAE,CAAC;+DAAoD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ingestion-queue.d.ts","sourceRoot":"","sources":["../../../src/components/ingestion-queue/ingestion-queue.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * from './ingestion-queue.class.js';
|
|
2
|
+
import { LyraIngestionQueue } from './ingestion-queue.class.js';
|
|
3
|
+
import { defineElement } from '../../internal/prefix.js';
|
|
4
|
+
defineElement('ingestion-queue', LyraIngestionQueue);
|
|
5
|
+
//# sourceMappingURL=ingestion-queue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ingestion-queue.js","sourceRoot":"","sources":["../../../src/components/ingestion-queue/ingestion-queue.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,aAAa,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ingestion-queue.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ingestion-queue/ingestion-queue.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBAuIlB,CAAC"}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import { css } from 'lit';
|
|
2
|
+
export const styles = css `
|
|
3
|
+
:host {
|
|
4
|
+
display: block;
|
|
5
|
+
--lr-ingestion-queue-max-height: none;
|
|
6
|
+
}
|
|
7
|
+
[part='base'] {
|
|
8
|
+
display: block;
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
}
|
|
11
|
+
[part='list'] {
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: column;
|
|
14
|
+
box-sizing: border-box;
|
|
15
|
+
max-block-size: var(--lr-ingestion-queue-max-height);
|
|
16
|
+
overflow-y: auto;
|
|
17
|
+
}
|
|
18
|
+
/* Deliberately NOT derived from --lr-ingestion-queue-max-height (whose own default is the
|
|
19
|
+
keyword 'none', valid for [part='list']'s max-block-size above but not for a length-only
|
|
20
|
+
custom property): chaining var(--lr-ingestion-queue-max-height, var(--lr-size-24rem)) here
|
|
21
|
+
would make that 'none' win unconditionally (a var() fallback only applies when the referenced
|
|
22
|
+
property is *unset*, not when it resolves to a keyword that happens to be invalid for this
|
|
23
|
+
use), leaving --lr-virtual-list-height literally 'none' -- an invalid block-size that resolves
|
|
24
|
+
to 'auto', which is the one sizing lr-virtual-list's own windowing math cannot tolerate: its
|
|
25
|
+
viewport height would then depend on its rendered rows' height while the rendered rows
|
|
26
|
+
themselves depend on the viewport height, a genuine circular layout dependency that surfaces
|
|
27
|
+
as a real "ResizeObserver loop completed with undelivered notifications" browser error, not
|
|
28
|
+
mere test flakiness. A fixed token default, independent of the non-virtualized list's own cap,
|
|
29
|
+
is the same choice <lr-dataset-viewer>'s own lr-virtual-list sizing rule makes. */
|
|
30
|
+
lr-virtual-list {
|
|
31
|
+
display: block;
|
|
32
|
+
--lr-virtual-list-height: var(--lr-size-24rem);
|
|
33
|
+
}
|
|
34
|
+
/* [part='item'] and its descendants below also target lr-virtual-list::part(x): above
|
|
35
|
+
virtualize-threshold, itemTemplate()'s return value is <lr-virtual-list>'s .renderItem, and
|
|
36
|
+
Lit commits that content wherever virtual-list's own render() is currently updating --
|
|
37
|
+
i.e. inside *its* shadow root, not this component's. A plain [part=] selector here, scoped
|
|
38
|
+
to this component's own shadow root, would never match a node living in that different
|
|
39
|
+
shadow tree; lr-virtual-list::part(x) reaches that one shadow boundary in, the same
|
|
40
|
+
technique <lr-dataset-viewer>/<lr-terminal> already use for their own virtualized rows. */
|
|
41
|
+
[part='item'],
|
|
42
|
+
lr-virtual-list::part(item) {
|
|
43
|
+
display: flex;
|
|
44
|
+
flex-direction: column;
|
|
45
|
+
gap: var(--lr-space-xs);
|
|
46
|
+
box-sizing: border-box;
|
|
47
|
+
padding: var(--lr-space-s) var(--lr-space-m);
|
|
48
|
+
border-block-end: var(--lr-border-width-thin) solid var(--lr-color-border);
|
|
49
|
+
}
|
|
50
|
+
[part='item-header'],
|
|
51
|
+
lr-virtual-list::part(item-header) {
|
|
52
|
+
display: flex;
|
|
53
|
+
flex-wrap: wrap;
|
|
54
|
+
align-items: center;
|
|
55
|
+
justify-content: space-between;
|
|
56
|
+
gap: var(--lr-space-s);
|
|
57
|
+
}
|
|
58
|
+
[part='item-name'],
|
|
59
|
+
lr-virtual-list::part(item-name) {
|
|
60
|
+
min-inline-size: 0;
|
|
61
|
+
overflow: hidden;
|
|
62
|
+
text-overflow: ellipsis;
|
|
63
|
+
white-space: nowrap;
|
|
64
|
+
font-weight: var(--lr-font-weight-medium);
|
|
65
|
+
color: var(--lr-color-text);
|
|
66
|
+
}
|
|
67
|
+
[part='item-progress'],
|
|
68
|
+
lr-virtual-list::part(item-progress) {
|
|
69
|
+
display: block;
|
|
70
|
+
}
|
|
71
|
+
[part='item-meta'],
|
|
72
|
+
lr-virtual-list::part(item-meta) {
|
|
73
|
+
display: flex;
|
|
74
|
+
flex-wrap: wrap;
|
|
75
|
+
gap: var(--lr-space-s);
|
|
76
|
+
font-size: var(--lr-font-size-xs);
|
|
77
|
+
color: var(--lr-color-text-quiet);
|
|
78
|
+
}
|
|
79
|
+
[part='item-error'],
|
|
80
|
+
lr-virtual-list::part(item-error) {
|
|
81
|
+
margin: 0;
|
|
82
|
+
color: var(--lr-color-danger);
|
|
83
|
+
font-size: var(--lr-font-size-sm);
|
|
84
|
+
}
|
|
85
|
+
[part='item-actions'],
|
|
86
|
+
lr-virtual-list::part(item-actions) {
|
|
87
|
+
display: flex;
|
|
88
|
+
flex-wrap: wrap;
|
|
89
|
+
gap: var(--lr-space-s);
|
|
90
|
+
}
|
|
91
|
+
[part='retry-button'],
|
|
92
|
+
lr-virtual-list::part(retry-button),
|
|
93
|
+
[part='cancel-button'],
|
|
94
|
+
lr-virtual-list::part(cancel-button) {
|
|
95
|
+
display: inline-flex;
|
|
96
|
+
align-items: center;
|
|
97
|
+
gap: var(--lr-size-0-35em);
|
|
98
|
+
box-sizing: border-box;
|
|
99
|
+
padding: var(--lr-size-0-25rem) var(--lr-space-s);
|
|
100
|
+
border: var(--lr-border-width-thin) solid var(--lr-color-border);
|
|
101
|
+
border-radius: var(--lr-radius-pill);
|
|
102
|
+
background: var(--lr-color-surface);
|
|
103
|
+
color: var(--lr-color-text);
|
|
104
|
+
font: inherit;
|
|
105
|
+
font-size: var(--lr-font-size-xs);
|
|
106
|
+
cursor: pointer;
|
|
107
|
+
transition:
|
|
108
|
+
background-color var(--lr-transition-fast),
|
|
109
|
+
border-color var(--lr-transition-fast),
|
|
110
|
+
color var(--lr-transition-fast);
|
|
111
|
+
}
|
|
112
|
+
[part='retry-button']:hover,
|
|
113
|
+
lr-virtual-list::part(retry-button):hover {
|
|
114
|
+
border-color: var(--lr-color-brand);
|
|
115
|
+
color: var(--lr-color-brand);
|
|
116
|
+
}
|
|
117
|
+
[part='cancel-button']:hover,
|
|
118
|
+
lr-virtual-list::part(cancel-button):hover {
|
|
119
|
+
border-color: var(--lr-color-danger);
|
|
120
|
+
color: var(--lr-color-danger);
|
|
121
|
+
}
|
|
122
|
+
[part='retry-button']:focus-visible,
|
|
123
|
+
lr-virtual-list::part(retry-button):focus-visible,
|
|
124
|
+
[part='cancel-button']:focus-visible,
|
|
125
|
+
lr-virtual-list::part(cancel-button):focus-visible {
|
|
126
|
+
outline: var(--lr-focus-ring-width) solid var(--lr-focus-ring-color);
|
|
127
|
+
outline-offset: var(--lr-focus-ring-offset);
|
|
128
|
+
}
|
|
129
|
+
@media (prefers-reduced-motion: reduce) {
|
|
130
|
+
[part='retry-button'],
|
|
131
|
+
lr-virtual-list::part(retry-button),
|
|
132
|
+
[part='cancel-button'],
|
|
133
|
+
lr-virtual-list::part(cancel-button) {
|
|
134
|
+
transition: none !important;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
`;
|
|
138
|
+
//# sourceMappingURL=ingestion-queue.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ingestion-queue.styles.js","sourceRoot":"","sources":["../../../src/components/ingestion-queue/ingestion-queue.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuIxB,CAAC"}
|
|
@@ -5,10 +5,10 @@ export type LyraInputSize = '2xs' | 'xs' | 's' | 'm' | 'l' | 'xl';
|
|
|
5
5
|
export interface LyraInputEventMap {
|
|
6
6
|
input: CustomEvent<undefined>;
|
|
7
7
|
change: CustomEvent<undefined>;
|
|
8
|
-
'
|
|
8
|
+
'lr-input': CustomEvent<{
|
|
9
9
|
value: string;
|
|
10
10
|
}>;
|
|
11
|
-
'
|
|
11
|
+
'lr-change': CustomEvent<{
|
|
12
12
|
value: string;
|
|
13
13
|
}>;
|
|
14
14
|
blur: CustomEvent<undefined>;
|
|
@@ -18,13 +18,13 @@ declare class LyraInputBase extends LyraElement<LyraInputEventMap> {
|
|
|
18
18
|
}
|
|
19
19
|
declare const LyraInput_base: typeof LyraInputBase & (new (...args: any[]) => import("../../lyra.js").FormAssociatedInterface);
|
|
20
20
|
/**
|
|
21
|
-
* `<
|
|
22
|
-
* `wa-input`, form-associated via the `FormAssociated` mixin (same shape as `<
|
|
21
|
+
* `<lr-input>` — a single-line plain-text input primitive, the `lr-*` equivalent of a plain
|
|
22
|
+
* `wa-input`, form-associated via the `FormAssociated` mixin (same shape as `<lr-textarea>`).
|
|
23
23
|
*
|
|
24
|
-
* Ships the same opt-in `label`/`hint`/`errorText` form-control chrome as `<
|
|
25
|
-
* `<
|
|
24
|
+
* Ships the same opt-in `label`/`hint`/`errorText` form-control chrome as `<lr-textarea>`/
|
|
25
|
+
* `<lr-select>` (props + matching named slots + `form-control`/`form-control-label`/`hint`/`error`
|
|
26
26
|
* parts) — left unset, the chrome stays hidden. `size` uses the same `xs`–`xl` scale as
|
|
27
|
-
* `<
|
|
27
|
+
* `<lr-select>`/`<lr-combobox>`. `type="password"` always renders a
|
|
28
28
|
* `password-toggle` eye-icon button that flips the internal native input between
|
|
29
29
|
* `type="password"`/`type="text"` and tracks `passwordVisible`. `type="email"`/`type="number"`
|
|
30
30
|
* (with `min`/`max`/`step`) delegate constraint validation to the internal native `<input>`'s own
|
|
@@ -35,11 +35,11 @@ declare const LyraInput_base: typeof LyraInputBase & (new (...args: any[]) => im
|
|
|
35
35
|
* A host `aria-label` is forwarded to the internal textbox via the typed `accessibleLabel` property;
|
|
36
36
|
* external `aria-labelledby`/`aria-describedby` idrefs are not copied across the shadow boundary.
|
|
37
37
|
*
|
|
38
|
-
* @customElement
|
|
38
|
+
* @customElement lr-input
|
|
39
39
|
* @event input - Native-style composed event fired on every user-driven edit.
|
|
40
40
|
* @event change - Native-style composed event fired at the native `change` timing.
|
|
41
|
-
* @event
|
|
42
|
-
* @event
|
|
41
|
+
* @event lr-input - Compatibility alias for `input`; `detail: { value }`.
|
|
42
|
+
* @event lr-change - Compatibility alias for `change`; `detail: { value }`.
|
|
43
43
|
* @event blur - Re-dispatched from the internal native `<input>`'s own `blur` — bubbling and
|
|
44
44
|
* composed (unlike the native event, which is neither).
|
|
45
45
|
* @event focus - Re-dispatched from the internal native `<input>`'s own `focus`, for the same reason as `blur`.
|
|
@@ -57,7 +57,7 @@ declare const LyraInput_base: typeof LyraInputBase & (new (...args: any[]) => im
|
|
|
57
57
|
export declare class LyraInput extends LyraInput_base {
|
|
58
58
|
static styles: import("lit").CSSResultGroup[];
|
|
59
59
|
type: LyraInputType;
|
|
60
|
-
/** Visual size — same `2xs`–`xl` scale as `
|
|
60
|
+
/** Visual size — same `2xs`–`xl` scale as `lr-select`/`lr-combobox`'s own `size`. `'2xs'` is
|
|
61
61
|
* the tightest tier, for dense toolbar-embedded controls. */
|
|
62
62
|
size: LyraInputSize;
|
|
63
63
|
placeholder: string;
|
|
@@ -65,7 +65,7 @@ export declare class LyraInput extends LyraInput_base {
|
|
|
65
65
|
hint: string;
|
|
66
66
|
errorText: string;
|
|
67
67
|
/** Accessible name overriding the label/placeholder-derived default. Takes precedence over both
|
|
68
|
-
* `label` and `placeholder` when set, matching `<
|
|
68
|
+
* `label` and `placeholder` when set, matching `<lr-textarea>`'s `accessibleLabel`. */
|
|
69
69
|
accessibleLabel: string | null;
|
|
70
70
|
autocomplete: string;
|
|
71
71
|
spellcheck: boolean;
|
|
@@ -89,7 +89,7 @@ export declare class LyraInput extends LyraInput_base {
|
|
|
89
89
|
private inputEl?;
|
|
90
90
|
constructor();
|
|
91
91
|
formResetCallback(): void;
|
|
92
|
-
/** The internal native `<input>` element, for direct DOM access — mirrors `<
|
|
92
|
+
/** The internal native `<input>` element, for direct DOM access — mirrors `<lr-textarea>`'s own `input` getter. */
|
|
93
93
|
get input(): HTMLInputElement | null;
|
|
94
94
|
focus(options?: FocusOptions): void;
|
|
95
95
|
blur(): void;
|
|
@@ -121,7 +121,7 @@ export declare class LyraInput extends LyraInput_base {
|
|
|
121
121
|
}
|
|
122
122
|
declare global {
|
|
123
123
|
interface HTMLElementTagNameMap {
|
|
124
|
-
'
|
|
124
|
+
'lr-input': LyraInput;
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.class.d.ts","sourceRoot":"","sources":["../../../src/components/input/input.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAM7D,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC;AACzF,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;AAOlE,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAC9B,MAAM,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAC/B,
|
|
1
|
+
{"version":3,"file":"input.class.d.ts","sourceRoot":"","sources":["../../../src/components/input/input.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAM7D,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC;AACzF,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;AAOlE,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAC9B,MAAM,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAC/B,UAAU,EAAE,WAAW,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC3C,WAAW,EAAE,WAAW,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC5C,IAAI,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAC7B,KAAK,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;CAC/B;AACD,cAAM,aAAc,SAAQ,WAAW,CAAC,iBAAiB,CAAC;CAAG;;AAE7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,qBAAa,SAAU,SAAQ,cAA6B;IAC1D,MAAM,CAAC,MAAM,iCAAgC;IAEjC,IAAI,EAAE,aAAa,CAAU;IACzC;kEAC8D;IACjC,IAAI,EAAE,aAAa,CAAO;IAC3C,WAAW,SAAM;IACjB,KAAK,SAAM;IACX,IAAI,SAAM;IACiB,SAAS,SAAM;IACtD;4FACwF;IACjD,eAAe,EAAE,MAAM,GAAG,IAAI,CAAQ;IACjE,YAAY,SAAM;IACgB,UAAU,UAAQ;IACpD,cAAc,SAAM;IACQ,WAAW,SAAM;IACnB,SAAS,SAAM;IACZ,YAAY,SAAM;IAC3D;oGACgG;IAIpE,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,GAAG,CAAC,EAAE,MAAM,CAAC;IACzC,iGAAiG;IACrF,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IAClC;mFAC+E;IACnB,eAAe,UAAS;IAE3E,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,YAAY,CAAS;IAC7B,OAAO,CAAC,YAAY,CAAS;IAC7B,OAAO,CAAC,OAAO,CAAS;IAEjB,OAAO,CAAC,OAAO,CAAC,CAAmB;IAEnD,cAGC;IAED,iBAAiB,IAAI,IAAI,CAGxB;IAED,mHAAmH;IACnH,IAAI,KAAK,IAAI,gBAAgB,GAAG,IAAI,CAEnC;IAEQ,KAAK,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,IAAI,CAE3C;IAEQ,IAAI,IAAI,IAAI,CAEpB;IAED,MAAM,IAAI,IAAI,CAEb;IAED;;;;;;;;;;;;OAYG;IACH,SAAS,CAAC,cAAc,IAAI,IAAI,CAgC/B;IAED,SAAS,CAAC,OAAO,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,CAK/C;IAED,OAAO,CAAC,OAAO,CAKb;IAEF,OAAO,CAAC,QAAQ,CAKd;IAEF,OAAO,CAAC,OAAO,CAEb;IAEF,OAAO,CAAC,MAAM,CAGZ;IAEF,OAAO,CAAC,uBAAuB,CAE7B;IAEF,OAAO,CAAC,gBAAgB,CAEtB;IAEF,OAAO,CAAC,iBAAiB,CAEvB;IAEF,OAAO,CAAC,iBAAiB,CAEvB;IAEF,MAAM,IAAI,cAAc,CA6DvB;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,SAAS,CAAC;KACvB;CACF"}
|
|
@@ -18,13 +18,13 @@ const spellcheckConverter = {
|
|
|
18
18
|
class LyraInputBase extends LyraElement {
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
|
-
* `<
|
|
22
|
-
* `wa-input`, form-associated via the `FormAssociated` mixin (same shape as `<
|
|
21
|
+
* `<lr-input>` — a single-line plain-text input primitive, the `lr-*` equivalent of a plain
|
|
22
|
+
* `wa-input`, form-associated via the `FormAssociated` mixin (same shape as `<lr-textarea>`).
|
|
23
23
|
*
|
|
24
|
-
* Ships the same opt-in `label`/`hint`/`errorText` form-control chrome as `<
|
|
25
|
-
* `<
|
|
24
|
+
* Ships the same opt-in `label`/`hint`/`errorText` form-control chrome as `<lr-textarea>`/
|
|
25
|
+
* `<lr-select>` (props + matching named slots + `form-control`/`form-control-label`/`hint`/`error`
|
|
26
26
|
* parts) — left unset, the chrome stays hidden. `size` uses the same `xs`–`xl` scale as
|
|
27
|
-
* `<
|
|
27
|
+
* `<lr-select>`/`<lr-combobox>`. `type="password"` always renders a
|
|
28
28
|
* `password-toggle` eye-icon button that flips the internal native input between
|
|
29
29
|
* `type="password"`/`type="text"` and tracks `passwordVisible`. `type="email"`/`type="number"`
|
|
30
30
|
* (with `min`/`max`/`step`) delegate constraint validation to the internal native `<input>`'s own
|
|
@@ -35,11 +35,11 @@ class LyraInputBase extends LyraElement {
|
|
|
35
35
|
* A host `aria-label` is forwarded to the internal textbox via the typed `accessibleLabel` property;
|
|
36
36
|
* external `aria-labelledby`/`aria-describedby` idrefs are not copied across the shadow boundary.
|
|
37
37
|
*
|
|
38
|
-
* @customElement
|
|
38
|
+
* @customElement lr-input
|
|
39
39
|
* @event input - Native-style composed event fired on every user-driven edit.
|
|
40
40
|
* @event change - Native-style composed event fired at the native `change` timing.
|
|
41
|
-
* @event
|
|
42
|
-
* @event
|
|
41
|
+
* @event lr-input - Compatibility alias for `input`; `detail: { value }`.
|
|
42
|
+
* @event lr-change - Compatibility alias for `change`; `detail: { value }`.
|
|
43
43
|
* @event blur - Re-dispatched from the internal native `<input>`'s own `blur` — bubbling and
|
|
44
44
|
* composed (unlike the native event, which is neither).
|
|
45
45
|
* @event focus - Re-dispatched from the internal native `<input>`'s own `focus`, for the same reason as `blur`.
|
|
@@ -59,7 +59,7 @@ export class LyraInput extends FormAssociated(LyraInputBase) {
|
|
|
59
59
|
constructor() {
|
|
60
60
|
super();
|
|
61
61
|
this.type = 'text';
|
|
62
|
-
/** Visual size — same `2xs`–`xl` scale as `
|
|
62
|
+
/** Visual size — same `2xs`–`xl` scale as `lr-select`/`lr-combobox`'s own `size`. `'2xs'` is
|
|
63
63
|
* the tightest tier, for dense toolbar-embedded controls. */
|
|
64
64
|
this.size = 'm';
|
|
65
65
|
this.placeholder = '';
|
|
@@ -67,7 +67,7 @@ export class LyraInput extends FormAssociated(LyraInputBase) {
|
|
|
67
67
|
this.hint = '';
|
|
68
68
|
this.errorText = '';
|
|
69
69
|
/** Accessible name overriding the label/placeholder-derived default. Takes precedence over both
|
|
70
|
-
* `label` and `placeholder` when set, matching `<
|
|
70
|
+
* `label` and `placeholder` when set, matching `<lr-textarea>`'s `accessibleLabel`. */
|
|
71
71
|
this.accessibleLabel = null;
|
|
72
72
|
this.autocomplete = '';
|
|
73
73
|
this.spellcheck = true;
|
|
@@ -87,14 +87,14 @@ export class LyraInput extends FormAssociated(LyraInputBase) {
|
|
|
87
87
|
return;
|
|
88
88
|
this.value = this.inputEl.value;
|
|
89
89
|
this.emit('input');
|
|
90
|
-
this.emit('
|
|
90
|
+
this.emit('lr-input', { value: this.value });
|
|
91
91
|
};
|
|
92
92
|
this.onChange = () => {
|
|
93
93
|
if (!this.inputEl)
|
|
94
94
|
return;
|
|
95
95
|
this.value = this.inputEl.value;
|
|
96
96
|
this.emit('change');
|
|
97
|
-
this.emit('
|
|
97
|
+
this.emit('lr-change', { value: this.value });
|
|
98
98
|
};
|
|
99
99
|
this.onFocus = () => {
|
|
100
100
|
this.emit('focus');
|
|
@@ -121,7 +121,7 @@ export class LyraInput extends FormAssociated(LyraInputBase) {
|
|
|
121
121
|
super.formResetCallback();
|
|
122
122
|
this.touched = false;
|
|
123
123
|
}
|
|
124
|
-
/** The internal native `<input>` element, for direct DOM access — mirrors `<
|
|
124
|
+
/** The internal native `<input>` element, for direct DOM access — mirrors `<lr-textarea>`'s own `input` getter. */
|
|
125
125
|
get input() {
|
|
126
126
|
return this.inputEl ?? null;
|
|
127
127
|
}
|