@aceshooting/lyra-ui 7.2.0 → 7.4.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/CHANGELOG.md +94 -0
- package/custom-elements.json +1723 -379
- package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts.map +1 -1
- package/dist/components/agent-tools/activity-feed/activity-feed.class.js +1 -0
- package/dist/components/agent-tools/activity-feed/activity-feed.class.js.map +1 -1
- package/dist/components/agent-tools/approval-queue/approval-queue.class.d.ts.map +1 -1
- package/dist/components/agent-tools/approval-queue/approval-queue.class.js +1 -0
- package/dist/components/agent-tools/approval-queue/approval-queue.class.js.map +1 -1
- package/dist/components/agent-tools/browser-frame/browser-frame.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/browser-frame/browser-frame.styles.js +3 -0
- package/dist/components/agent-tools/browser-frame/browser-frame.styles.js.map +1 -1
- package/dist/components/agent-tools/commit-card/commit-card.class.d.ts +3 -0
- package/dist/components/agent-tools/commit-card/commit-card.class.d.ts.map +1 -1
- package/dist/components/agent-tools/commit-card/commit-card.class.js +21 -1
- package/dist/components/agent-tools/commit-card/commit-card.class.js.map +1 -1
- package/dist/components/agent-tools/compare-panel/compare-panel.class.d.ts.map +1 -1
- package/dist/components/agent-tools/compare-panel/compare-panel.class.js +7 -1
- package/dist/components/agent-tools/compare-panel/compare-panel.class.js.map +1 -1
- package/dist/components/agent-tools/confirm-bar/confirm-bar.class.d.ts +4 -0
- package/dist/components/agent-tools/confirm-bar/confirm-bar.class.d.ts.map +1 -1
- package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js +4 -0
- package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js.map +1 -1
- package/dist/components/agent-tools/confirm-bar/confirm-bar.styles.js +2 -2
- package/dist/components/agent-tools/prompt-studio/prompt-studio.class.d.ts +2 -0
- package/dist/components/agent-tools/prompt-studio/prompt-studio.class.d.ts.map +1 -1
- package/dist/components/agent-tools/prompt-studio/prompt-studio.class.js +24 -9
- package/dist/components/agent-tools/prompt-studio/prompt-studio.class.js.map +1 -1
- package/dist/components/agent-tools/prompt-studio/prompt-studio.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/prompt-studio/prompt-studio.styles.js +23 -2
- package/dist/components/agent-tools/prompt-studio/prompt-studio.styles.js.map +1 -1
- package/dist/components/agent-tools/result-card/result-card.class.d.ts +4 -0
- package/dist/components/agent-tools/result-card/result-card.class.d.ts.map +1 -1
- package/dist/components/agent-tools/result-card/result-card.class.js +4 -0
- package/dist/components/agent-tools/result-card/result-card.class.js.map +1 -1
- package/dist/components/agent-tools/result-card/result-card.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/result-card/result-card.styles.js +2 -0
- package/dist/components/agent-tools/result-card/result-card.styles.js.map +1 -1
- package/dist/components/agent-tools/schema-viewer/schema-viewer.class.d.ts +2 -0
- package/dist/components/agent-tools/schema-viewer/schema-viewer.class.d.ts.map +1 -1
- package/dist/components/agent-tools/schema-viewer/schema-viewer.class.js +2 -0
- package/dist/components/agent-tools/schema-viewer/schema-viewer.class.js.map +1 -1
- package/dist/components/agent-tools/schema-viewer/schema-viewer.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/schema-viewer/schema-viewer.styles.js +4 -0
- package/dist/components/agent-tools/schema-viewer/schema-viewer.styles.js.map +1 -1
- package/dist/components/agent-tools/subagent-panel/subagent-panel.class.d.ts +6 -1
- package/dist/components/agent-tools/subagent-panel/subagent-panel.class.d.ts.map +1 -1
- package/dist/components/agent-tools/subagent-panel/subagent-panel.class.js +61 -3
- package/dist/components/agent-tools/subagent-panel/subagent-panel.class.js.map +1 -1
- package/dist/components/agent-tools/task-list/task-list.class.d.ts +2 -0
- package/dist/components/agent-tools/task-list/task-list.class.d.ts.map +1 -1
- package/dist/components/agent-tools/task-list/task-list.class.js +2 -0
- package/dist/components/agent-tools/task-list/task-list.class.js.map +1 -1
- package/dist/components/agent-tools/task-list/task-list.styles.d.ts.map +1 -1
- package/dist/components/agent-tools/task-list/task-list.styles.js +1 -0
- package/dist/components/agent-tools/task-list/task-list.styles.js.map +1 -1
- package/dist/components/agent-tools/test-results/test-results.class.d.ts.map +1 -1
- package/dist/components/agent-tools/test-results/test-results.class.js +15 -10
- package/dist/components/agent-tools/test-results/test-results.class.js.map +1 -1
- package/dist/components/agent-tools/tool-param-form/tool-param-form.class.d.ts +3 -0
- package/dist/components/agent-tools/tool-param-form/tool-param-form.class.d.ts.map +1 -1
- package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +5 -0
- package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js.map +1 -1
- package/dist/components/charts/chart/box-plot.class.d.ts.map +1 -1
- package/dist/components/charts/chart/box-plot.class.js +31 -0
- package/dist/components/charts/chart/box-plot.class.js.map +1 -1
- package/dist/components/charts/chart/chart-loader.d.ts +2 -2
- package/dist/components/charts/chart/chart-loader.d.ts.map +1 -1
- package/dist/components/charts/chart/chart-loader.js +7 -1
- package/dist/components/charts/chart/chart-loader.js.map +1 -1
- package/dist/components/charts/chart/chart.class.d.ts +5 -1
- package/dist/components/charts/chart/chart.class.d.ts.map +1 -1
- package/dist/components/charts/chart/chart.class.js +17 -2
- package/dist/components/charts/chart/chart.class.js.map +1 -1
- package/dist/components/charts/chart/chart.styles.d.ts.map +1 -1
- package/dist/components/charts/chart/chart.styles.js +5 -1
- package/dist/components/charts/chart/chart.styles.js.map +1 -1
- package/dist/components/charts/chart/lite-chart.class.d.ts.map +1 -1
- package/dist/components/charts/chart/lite-chart.class.js +2 -0
- package/dist/components/charts/chart/lite-chart.class.js.map +1 -1
- package/dist/components/conversation/code-block/code-block-core.class.d.ts +7 -8
- package/dist/components/conversation/code-block/code-block-core.class.d.ts.map +1 -1
- package/dist/components/conversation/code-block/code-block-core.class.js +75 -227
- package/dist/components/conversation/code-block/code-block-core.class.js.map +1 -1
- package/dist/components/conversation/code-block/code-block-shared.d.ts +173 -7
- package/dist/components/conversation/code-block/code-block-shared.d.ts.map +1 -1
- package/dist/components/conversation/code-block/code-block-shared.js +312 -6
- package/dist/components/conversation/code-block/code-block-shared.js.map +1 -1
- package/dist/components/conversation/code-block/code-block.class.d.ts +6 -7
- package/dist/components/conversation/code-block/code-block.class.d.ts.map +1 -1
- package/dist/components/conversation/code-block/code-block.class.js +70 -231
- package/dist/components/conversation/code-block/code-block.class.js.map +1 -1
- package/dist/components/conversation/markdown/markdown-core.class.d.ts +9 -22
- package/dist/components/conversation/markdown/markdown-core.class.d.ts.map +1 -1
- package/dist/components/conversation/markdown/markdown-core.class.js +87 -314
- package/dist/components/conversation/markdown/markdown-core.class.js.map +1 -1
- package/dist/components/conversation/markdown/markdown-shared.d.ts +213 -9
- package/dist/components/conversation/markdown/markdown-shared.d.ts.map +1 -1
- package/dist/components/conversation/markdown/markdown-shared.js +362 -8
- package/dist/components/conversation/markdown/markdown-shared.js.map +1 -1
- package/dist/components/conversation/markdown/markdown.class.d.ts +9 -22
- package/dist/components/conversation/markdown/markdown.class.d.ts.map +1 -1
- package/dist/components/conversation/markdown/markdown.class.js +81 -311
- package/dist/components/conversation/markdown/markdown.class.js.map +1 -1
- package/dist/components/conversation/message-feedback/message-feedback.class.d.ts.map +1 -1
- package/dist/components/conversation/message-feedback/message-feedback.class.js +4 -1
- package/dist/components/conversation/message-feedback/message-feedback.class.js.map +1 -1
- package/dist/components/conversation/prompt-input/prompt-input.styles.d.ts.map +1 -1
- package/dist/components/conversation/prompt-input/prompt-input.styles.js +9 -2
- package/dist/components/conversation/prompt-input/prompt-input.styles.js.map +1 -1
- package/dist/components/conversation/selection-toolbar/selection-toolbar.class.d.ts.map +1 -1
- package/dist/components/conversation/selection-toolbar/selection-toolbar.class.js +8 -1
- package/dist/components/conversation/selection-toolbar/selection-toolbar.class.js.map +1 -1
- package/dist/components/conversation/voice-picker/voice-picker.class.d.ts.map +1 -1
- package/dist/components/conversation/voice-picker/voice-picker.class.js +5 -1
- package/dist/components/conversation/voice-picker/voice-picker.class.js.map +1 -1
- package/dist/components/data/document-library/document-library.class.d.ts.map +1 -1
- package/dist/components/data/document-library/document-library.class.js +4 -1
- package/dist/components/data/document-library/document-library.class.js.map +1 -1
- package/dist/components/data/env-list/env-list.styles.d.ts.map +1 -1
- package/dist/components/data/env-list/env-list.styles.js +5 -0
- package/dist/components/data/env-list/env-list.styles.js.map +1 -1
- package/dist/components/data/flow-canvas/flow-canvas.class.js +1 -1
- package/dist/components/data/flow-canvas/flow-canvas.class.js.map +1 -1
- package/dist/components/data/flow-minimap/flow-minimap.styles.d.ts.map +1 -1
- package/dist/components/data/flow-minimap/flow-minimap.styles.js +6 -0
- package/dist/components/data/flow-minimap/flow-minimap.styles.js.map +1 -1
- package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts.map +1 -1
- package/dist/components/data/graph-query-builder/graph-query-builder.class.js +10 -1
- package/dist/components/data/graph-query-builder/graph-query-builder.class.js.map +1 -1
- package/dist/components/data/heatmap/heatmap.class.d.ts.map +1 -1
- package/dist/components/data/heatmap/heatmap.class.js +17 -2
- package/dist/components/data/heatmap/heatmap.class.js.map +1 -1
- package/dist/components/data/pagination/pagination.class.d.ts +2 -0
- package/dist/components/data/pagination/pagination.class.d.ts.map +1 -1
- package/dist/components/data/pagination/pagination.class.js +2 -0
- package/dist/components/data/pagination/pagination.class.js.map +1 -1
- package/dist/components/data/pagination/pagination.styles.d.ts.map +1 -1
- package/dist/components/data/pagination/pagination.styles.js +7 -2
- package/dist/components/data/pagination/pagination.styles.js.map +1 -1
- package/dist/components/data/table/table.class.d.ts +7 -2
- package/dist/components/data/table/table.class.d.ts.map +1 -1
- package/dist/components/data/table/table.class.js +40 -6
- package/dist/components/data/table/table.class.js.map +1 -1
- package/dist/components/data/tree/tree-node.class.d.ts +2 -0
- package/dist/components/data/tree/tree-node.class.d.ts.map +1 -1
- package/dist/components/data/tree/tree-node.class.js +2 -0
- package/dist/components/data/tree/tree-node.class.js.map +1 -1
- package/dist/components/forms/color-picker/color-picker.class.d.ts.map +1 -1
- package/dist/components/forms/color-picker/color-picker.class.js +9 -0
- package/dist/components/forms/color-picker/color-picker.class.js.map +1 -1
- package/dist/components/forms/date-picker/date-picker.class.d.ts +2 -0
- package/dist/components/forms/date-picker/date-picker.class.d.ts.map +1 -1
- package/dist/components/forms/date-picker/date-picker.class.js +2 -0
- package/dist/components/forms/date-picker/date-picker.class.js.map +1 -1
- package/dist/components/forms/date-picker/date-picker.styles.d.ts.map +1 -1
- package/dist/components/forms/date-picker/date-picker.styles.js +8 -3
- package/dist/components/forms/date-picker/date-picker.styles.js.map +1 -1
- package/dist/components/forms/emoji-picker/emoji-data-loader.js +28 -2
- package/dist/components/forms/emoji-picker/emoji-data-loader.js.map +1 -1
- package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts +4 -0
- package/dist/components/forms/emoji-picker/emoji-picker.class.d.ts.map +1 -1
- package/dist/components/forms/emoji-picker/emoji-picker.class.js +8 -2
- package/dist/components/forms/emoji-picker/emoji-picker.class.js.map +1 -1
- package/dist/components/forms/emoji-picker/emoji-types.d.ts +9 -0
- package/dist/components/forms/emoji-picker/emoji-types.d.ts.map +1 -1
- package/dist/components/forms/input/input.styles.d.ts.map +1 -1
- package/dist/components/forms/input/input.styles.js +17 -4
- package/dist/components/forms/input/input.styles.js.map +1 -1
- package/dist/components/forms/locale-picker/locale-picker.class.d.ts +1 -1
- package/dist/components/forms/locale-picker/locale-picker.class.d.ts.map +1 -1
- package/dist/components/forms/locale-picker/locale-picker.class.js +3 -1
- package/dist/components/forms/locale-picker/locale-picker.class.js.map +1 -1
- package/dist/components/forms/radio/radio.class.d.ts +5 -0
- package/dist/components/forms/radio/radio.class.d.ts.map +1 -1
- package/dist/components/forms/radio/radio.class.js +5 -0
- package/dist/components/forms/radio/radio.class.js.map +1 -1
- package/dist/components/forms/radio/radio.styles.d.ts.map +1 -1
- package/dist/components/forms/radio/radio.styles.js +5 -2
- package/dist/components/forms/radio/radio.styles.js.map +1 -1
- package/dist/components/forms/select/select.class.d.ts +9 -1
- package/dist/components/forms/select/select.class.d.ts.map +1 -1
- package/dist/components/forms/select/select.class.js +9 -1
- package/dist/components/forms/select/select.class.js.map +1 -1
- package/dist/components/forms/slider/slider.class.d.ts +8 -0
- package/dist/components/forms/slider/slider.class.d.ts.map +1 -1
- package/dist/components/forms/slider/slider.class.js +14 -0
- package/dist/components/forms/slider/slider.class.js.map +1 -1
- package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts +12 -0
- package/dist/components/forms/swatch-picker/swatch-picker.class.d.ts.map +1 -1
- package/dist/components/forms/swatch-picker/swatch-picker.class.js +22 -0
- package/dist/components/forms/swatch-picker/swatch-picker.class.js.map +1 -1
- package/dist/components/forms/time-range/time-range.class.d.ts +9 -0
- package/dist/components/forms/time-range/time-range.class.d.ts.map +1 -1
- package/dist/components/forms/time-range/time-range.class.js +15 -0
- package/dist/components/forms/time-range/time-range.class.js.map +1 -1
- package/dist/components/layout/button-group/button-group.styles.d.ts.map +1 -1
- package/dist/components/layout/button-group/button-group.styles.js +10 -1
- package/dist/components/layout/button-group/button-group.styles.js.map +1 -1
- package/dist/components/layout/drilldown-panel/drilldown-panel.class.d.ts.map +1 -1
- package/dist/components/layout/drilldown-panel/drilldown-panel.class.js +5 -1
- package/dist/components/layout/drilldown-panel/drilldown-panel.class.js.map +1 -1
- package/dist/components/layout/filter-bar/filter-bar.class.d.ts.map +1 -1
- package/dist/components/layout/filter-bar/filter-bar.class.js +4 -1
- package/dist/components/layout/filter-bar/filter-bar.class.js.map +1 -1
- package/dist/components/layout/split/split.class.d.ts +8 -0
- package/dist/components/layout/split/split.class.d.ts.map +1 -1
- package/dist/components/layout/split/split.class.js +8 -0
- package/dist/components/layout/split/split.class.js.map +1 -1
- package/dist/components/layout/split/split.styles.d.ts.map +1 -1
- package/dist/components/layout/split/split.styles.js +26 -10
- package/dist/components/layout/split/split.styles.js.map +1 -1
- package/dist/components/layout/stepper/stepper.class.d.ts +4 -0
- package/dist/components/layout/stepper/stepper.class.d.ts.map +1 -1
- package/dist/components/layout/stepper/stepper.class.js +7 -0
- package/dist/components/layout/stepper/stepper.class.js.map +1 -1
- package/dist/components/layout/stepper/stepper.styles.d.ts.map +1 -1
- package/dist/components/layout/stepper/stepper.styles.js +13 -0
- package/dist/components/layout/stepper/stepper.styles.js.map +1 -1
- package/dist/components/layout/widget/widget.class.d.ts +4 -0
- package/dist/components/layout/widget/widget.class.d.ts.map +1 -1
- package/dist/components/layout/widget/widget.class.js +4 -0
- package/dist/components/layout/widget/widget.class.js.map +1 -1
- package/dist/components/layout/widget/widget.styles.d.ts.map +1 -1
- package/dist/components/layout/widget/widget.styles.js +9 -3
- package/dist/components/layout/widget/widget.styles.js.map +1 -1
- package/dist/components/media/flag/flag.class.d.ts +1 -1
- package/dist/components/media/flag/flag.class.d.ts.map +1 -1
- package/dist/components/media/flag/flag.class.js +2 -1
- package/dist/components/media/flag/flag.class.js.map +1 -1
- package/dist/components/media/image-viewer/image-viewer.styles.d.ts.map +1 -1
- package/dist/components/media/image-viewer/image-viewer.styles.js +1 -0
- package/dist/components/media/image-viewer/image-viewer.styles.js.map +1 -1
- package/dist/components/overlays/chip/chip-group.class.d.ts +4 -0
- package/dist/components/overlays/chip/chip-group.class.d.ts.map +1 -1
- package/dist/components/overlays/chip/chip-group.class.js +4 -0
- package/dist/components/overlays/chip/chip-group.class.js.map +1 -1
- package/dist/components/overlays/chip/chip-group.styles.d.ts.map +1 -1
- package/dist/components/overlays/chip/chip-group.styles.js +7 -2
- package/dist/components/overlays/chip/chip-group.styles.js.map +1 -1
- package/dist/components/overlays/rating/rating.styles.d.ts.map +1 -1
- package/dist/components/overlays/rating/rating.styles.js +11 -4
- package/dist/components/overlays/rating/rating.styles.js.map +1 -1
- package/dist/components/retrieval/claim-evidence/claim-evidence.class.d.ts.map +1 -1
- package/dist/components/retrieval/claim-evidence/claim-evidence.class.js +4 -1
- package/dist/components/retrieval/claim-evidence/claim-evidence.class.js.map +1 -1
- package/dist/components/retrieval/graph/graph-canvas.d.ts +25 -0
- package/dist/components/retrieval/graph/graph-canvas.d.ts.map +1 -1
- package/dist/components/retrieval/graph/graph-canvas.js +30 -1
- package/dist/components/retrieval/graph/graph-canvas.js.map +1 -1
- package/dist/components/retrieval/graph/graph.class.d.ts +2 -1
- package/dist/components/retrieval/graph/graph.class.d.ts.map +1 -1
- package/dist/components/retrieval/graph/graph.class.js +12 -1
- package/dist/components/retrieval/graph/graph.class.js.map +1 -1
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.d.ts +5 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.d.ts.map +1 -1
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.js +5 -0
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.js.map +1 -1
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.styles.d.ts.map +1 -1
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.styles.js +7 -3
- package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.styles.js.map +1 -1
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.d.ts.map +1 -1
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js +10 -1
- package/dist/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.class.js.map +1 -1
- package/dist/components/utility/diff-view/diff-view.styles.d.ts.map +1 -1
- package/dist/components/utility/diff-view/diff-view.styles.js +11 -0
- package/dist/components/utility/diff-view/diff-view.styles.js.map +1 -1
- package/dist/components/viewers/archive-viewer/archive-viewer-register.js +16 -3
- package/dist/components/viewers/archive-viewer/archive-viewer-register.js.map +1 -1
- package/dist/components/viewers/document-viewer/document-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/document-viewer/document-viewer.class.js +1 -0
- package/dist/components/viewers/document-viewer/document-viewer.class.js.map +1 -1
- package/dist/components/viewers/docx-viewer/docx-viewer.js +6 -1
- package/dist/components/viewers/docx-viewer/docx-viewer.js.map +1 -1
- package/dist/components/viewers/ebook-viewer/ebook-viewer.class.d.ts +10 -4
- package/dist/components/viewers/ebook-viewer/ebook-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js +31 -6
- package/dist/components/viewers/ebook-viewer/ebook-viewer.class.js.map +1 -1
- package/dist/components/viewers/html-viewer/html-viewer.js +7 -0
- package/dist/components/viewers/html-viewer/html-viewer.js.map +1 -1
- package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts +3 -0
- package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js +7 -1
- package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js.map +1 -1
- package/dist/components/viewers/pdf-viewer/pdf-viewer.class.d.ts +4 -0
- package/dist/components/viewers/pdf-viewer/pdf-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js +8 -4
- package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js.map +1 -1
- package/dist/components/viewers/pptx-viewer/pptx-viewer.js +11 -1
- package/dist/components/viewers/pptx-viewer/pptx-viewer.js.map +1 -1
- package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts +29 -17
- package/dist/components/viewers/svg-viewer/svg-viewer.class.d.ts.map +1 -1
- package/dist/components/viewers/svg-viewer/svg-viewer.class.js +27 -22
- package/dist/components/viewers/svg-viewer/svg-viewer.class.js.map +1 -1
- package/dist/components/viewers/svg-viewer/svg-viewer.d.ts.map +1 -1
- package/dist/components/viewers/svg-viewer/svg-viewer.js +7 -6
- package/dist/components/viewers/svg-viewer/svg-viewer.js.map +1 -1
- package/dist/internal/form-associated.d.ts +21 -0
- package/dist/internal/form-associated.d.ts.map +1 -1
- package/dist/internal/form-associated.js +25 -8
- package/dist/internal/form-associated.js.map +1 -1
- package/dist/internal/localization.d.ts +1 -1
- package/dist/internal/localization.d.ts.map +1 -1
- package/dist/internal/localization.js +17 -0
- package/dist/internal/localization.js.map +1 -1
- package/llms/components/lr-agent-run.md +3 -2
- package/llms/components/lr-approval-queue.md +6 -1
- package/llms/components/lr-archive-viewer.md +6 -2
- package/llms/components/lr-artifact-panel.md +7 -3
- package/llms/components/lr-attachment-chip.md +8 -6
- package/llms/components/lr-avatar.md +6 -4
- package/llms/components/lr-bar-chart.md +4 -2
- package/llms/components/lr-bubble-chart.md +4 -2
- package/llms/components/lr-button-group.md +10 -0
- package/llms/components/lr-button.md +11 -6
- package/llms/components/lr-chart.md +8 -2
- package/llms/components/lr-chip-group.md +9 -2
- package/llms/components/lr-chip.md +8 -1
- package/llms/components/lr-commit-card.md +11 -3
- package/llms/components/lr-confirm-bar.md +9 -1
- package/llms/components/lr-date-input.md +4 -0
- package/llms/components/lr-date-picker.md +5 -1
- package/llms/components/lr-document-viewer.md +1 -1
- package/llms/components/lr-doughnut-chart.md +4 -2
- package/llms/components/lr-emoji-picker.md +16 -4
- package/llms/components/lr-export-button.md +2 -1
- package/llms/components/lr-flag.md +9 -5
- package/llms/components/lr-graph-query-builder.md +6 -5
- package/llms/components/lr-heatmap.md +12 -7
- package/llms/components/lr-histogram.md +3 -2
- package/llms/components/lr-html-viewer.md +4 -1
- package/llms/components/lr-json-viewer.md +2 -1
- package/llms/components/lr-knowledge-base-admin.md +10 -1
- package/llms/components/lr-known-date.md +8 -4
- package/llms/components/lr-line-chart.md +4 -2
- package/llms/components/lr-locale-picker.md +1 -1
- package/llms/components/lr-model-select.md +3 -0
- package/llms/components/lr-notebook-viewer.md +4 -2
- package/llms/components/lr-pagination.md +6 -3
- package/llms/components/lr-pdf-viewer.md +5 -2
- package/llms/components/lr-pie-chart.md +4 -2
- package/llms/components/lr-polar-area-chart.md +4 -2
- package/llms/components/lr-pptx-viewer.md +3 -1
- package/llms/components/lr-push-to-talk.md +4 -0
- package/llms/components/lr-radar-chart.md +4 -2
- package/llms/components/lr-radio.md +7 -1
- package/llms/components/lr-result-card.md +9 -3
- package/llms/components/lr-result-field.md +8 -2
- package/llms/components/lr-retrieval-results.md +12 -7
- package/llms/components/lr-scatter-chart.md +4 -2
- package/llms/components/lr-schema-viewer.md +13 -1
- package/llms/components/lr-sequence-strip.md +21 -16
- package/llms/components/lr-slider.md +4 -0
- package/llms/components/lr-split.md +9 -1
- package/llms/components/lr-stepper.md +9 -3
- package/llms/components/lr-svg-viewer.md +24 -8
- package/llms/components/lr-table.md +21 -3
- package/llms/components/lr-task-list.md +7 -3
- package/llms/components/lr-terminal.md +10 -4
- package/llms/components/lr-time-range.md +6 -0
- package/llms/components/lr-tool-call-chip.md +4 -3
- package/llms/components/lr-tool-param-form.md +7 -2
- package/llms/components/lr-tool-result-dialog.md +2 -1
- package/llms/components/lr-tree-node.md +1 -1
- package/llms/components/lr-widget.md +6 -1
- package/llms/shared.md +1 -1
- package/llms-full.txt +357 -117
- package/package.json +7 -4
- package/vscode-css-data.json +141 -1
- package/vscode-html-data.json +36 -36
- package/web-types.json +120 -35
|
@@ -15,20 +15,24 @@
|
|
|
15
15
|
|
|
16
16
|
A compact, one-thin-cell-per-item strip visualizing a sequence of categorical states, with an
|
|
17
17
|
optional secondary per-cell marker. Pure CSS/flex — no chart.js, no SVG, no canvas — sized/named
|
|
18
|
-
consistently with the sparkline/heatmap family,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
consistently with the sparkline/heatmap family, and read as a glanceable aggregate. `[part="base"]`
|
|
19
|
+
is a labeled `role="list"` and each cell a named `role="listitem"` (`aria-label`, `aria-posinset`,
|
|
20
|
+
`aria-setsize`), so the sequence is walkable item by item rather than collapsed into one summary
|
|
21
|
+
string. Exactly one cell is tabbable at a time (roving `tabindex`); ArrowLeft/ArrowRight and
|
|
22
|
+
Home/End move the stop — direction-aware, so the arrows swap under RTL — and focusing a cell shows
|
|
23
|
+
the same `[part="tooltip"]` detail that pointer hover does, wired through `aria-describedby`. Cells
|
|
24
|
+
are inspectable, not actionable: there is no per-cell click/activation event, so unlike
|
|
25
|
+
`<lr-heatmap>` there is nothing to fire on Enter/Space. Setting `showLegend` additionally renders a
|
|
26
|
+
static `[part="legend"]` key below the strip, so the color-to-category mapping is readable without
|
|
27
|
+
visiting each cell.
|
|
25
28
|
|
|
26
29
|
**Properties:**
|
|
27
30
|
- `items: SequenceStripItem[] = []` (attribute: false) — `{ id, category, marker?, label? }`;
|
|
28
31
|
`marker` renders a small bottom marker on that cell independent of the category color (e.g. a
|
|
29
|
-
subagent-dispatched turn); `label` is per-item hover
|
|
30
|
-
category's own `label` (or its
|
|
31
|
-
|
|
32
|
+
subagent-dispatched turn); `label` is per-item hover/focus tooltip text *and* that cell's own
|
|
33
|
+
`role="listitem"` accessible name, falling back to the matching category's own `label` (or its
|
|
34
|
+
`key`) when unset — it is not read by `[part="base"]`'s auto-generated `aria-label`, which
|
|
35
|
+
summarizes by category/count only
|
|
32
36
|
- `categories: SequenceStripCategory[] = []` (attribute: false) — `{ key, color, label? }`; `color`
|
|
33
37
|
is the cell background for every item whose `category` matches `key` (an item whose `category`
|
|
34
38
|
matches no entry renders `transparent`); `label` is used in the auto-generated `aria-label` summary
|
|
@@ -43,9 +47,9 @@ mapping is readable without hovering each cell.
|
|
|
43
47
|
order. The key describes the *scheme*, not the current data: a category with no matching item
|
|
44
48
|
still gets a row, and an item whose `category` matches no entry adds none. Deliberately
|
|
45
49
|
non-interactive — it toggles nothing and emits nothing (`lr-graph-legend` is the interactive,
|
|
46
|
-
filtering legend). Because it only repeats the category names `[part="base"]`
|
|
47
|
-
|
|
48
|
-
|
|
50
|
+
filtering legend). Because it only repeats the category names `[part="base"]`'s own `aria-label`
|
|
51
|
+
summary already announces, the legend is `aria-hidden` — visible on screen, announced exactly
|
|
52
|
+
once — and it wraps onto further rows in a narrow allocation rather than overflowing
|
|
49
53
|
- `markerLabel?: string` (attribute `marker-label`) — names what an item's `marker` *means* (e.g.
|
|
50
54
|
`"Subagent"`). Setting it does two things: with `showLegend` on it adds one trailing
|
|
51
55
|
`[part="legend-item"]`, whose `[part="legend-marker-swatch"]` reproduces the cell's own marker
|
|
@@ -57,9 +61,10 @@ mapping is readable without hovering each cell.
|
|
|
57
61
|
|
|
58
62
|
**Slots:** none.
|
|
59
63
|
|
|
60
|
-
**CSS parts:** `base` (the root strip, `role="
|
|
61
|
-
by its category), `marker` (the small bottom
|
|
62
|
-
|
|
64
|
+
**CSS parts:** `base` (the root strip, `role="list"`), `cell` (each item's `role="listitem"` cell,
|
|
65
|
+
background-colored by its category and carrying the roving `tabindex`), `marker` (the small bottom
|
|
66
|
+
marker on a cell whose item sets `marker: true`), `tooltip` (the detail tooltip showing the active
|
|
67
|
+
item's label, hidden until a cell is hovered or focused),
|
|
63
68
|
`legend` (the static category key rendered below the strip when `showLegend` is set — `aria-hidden`,
|
|
64
69
|
as it repeats the strip's own `aria-label`), `legend-item` (one swatch + label pair, one per
|
|
65
70
|
`categories` entry, plus one trailing marker row when `markerLabel` is set), `legend-swatch` (the
|
|
@@ -51,6 +51,10 @@ pointerup for a drag, or on keyup for a keyboard step, so a single Arrow/Home/En
|
|
|
51
51
|
fires both `lr-input` and `lr-change`, mirroring native `<input type=range>`'s own `change`-on-every-
|
|
52
52
|
committed-step behavior)
|
|
53
53
|
|
|
54
|
+
**Methods:** `focus(options?)`, `blur()`, and `click()` forward to the internal `[part="thumb"]`
|
|
55
|
+
control — without them the host's own `focus()`/`blur()`/`click()` would be no-ops, because the
|
|
56
|
+
`role="slider"` element they need to reach lives in the shadow root.
|
|
57
|
+
|
|
54
58
|
**Slots:** none.
|
|
55
59
|
|
|
56
60
|
**CSS parts:** `base` (row wrapping the track and optional value readout), `track`, `fill` (filled
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraSplit`, also available unregistered from `@aceshooting/lyra-ui/components/layout/split/split.class.js`
|
|
7
7
|
- **Family** `components/layout/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
-
- **Themeable via** 3 parts,
|
|
9
|
+
- **Themeable via** 3 parts, 2 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
10
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
11
11
|
|
|
12
12
|
---
|
|
@@ -160,6 +160,14 @@ fired only when an enabled `orientationBreakpoint` actually changes `effectiveOr
|
|
|
160
160
|
|
|
161
161
|
**Themeable custom properties:** `--lr-split-overlay-color` (default `var(--lr-color-overlay)`) —
|
|
162
162
|
the `'floating'` drawer's `[part='backdrop']` scrim; scoped to `[part='base']`, not the viewport.
|
|
163
|
+
`--lr-split-divider-hit-slop` (default `calc((var(--lr-size-3px) - var(--lr-icon-button-size)) / 2)`,
|
|
164
|
+
i.e. `-18.5px` at the shipped token values) — the per-side inset of `[part='divider']`'s invisible
|
|
165
|
+
`::before` hit area along the resize axis. It is negative on purpose: the `::before` box extends past
|
|
166
|
+
the divider's own edges so the *effective* pointer/touch target reaches the shared
|
|
167
|
+
`--lr-icon-button-size` WCAG 2.5.8 floor (40px) while the divider anyone can see stays 3px. Unlike
|
|
168
|
+
most properties here it is **declared on `:host`**, so an override has to target the element itself —
|
|
169
|
+
an ancestor rule is shadowed. Overriding it directly is rarely the right move: retheme
|
|
170
|
+
`--lr-size-3px` or `--lr-icon-button-size` and the slop recomputes to keep exactly closing the gap.
|
|
163
171
|
Otherwise shared tokens only.
|
|
164
172
|
|
|
165
173
|
**Optional peer deps:** none.
|
|
@@ -58,6 +58,10 @@ decides whether/how `steps` changes in response.
|
|
|
58
58
|
identically-named contract.
|
|
59
59
|
- `narrowOrientation: 'horizontal' | 'vertical' = 'vertical'` (reflected, attribute
|
|
60
60
|
`narrow-orientation`)
|
|
61
|
+
- `wrapLabels: boolean = false` (reflected, attribute `wrap-labels`) — when true, allows long
|
|
62
|
+
labels to wrap when the effective orientation is vertical. The default preserves single-line
|
|
63
|
+
labels, and horizontal labels remain single-line even when this is enabled. Set this when a
|
|
64
|
+
narrow or localized vertical stepper would otherwise clip labels or overflow its allocation.
|
|
61
65
|
- `effectiveOrientation: 'horizontal' | 'vertical'` (readonly getter) — the live layout/navigation
|
|
62
66
|
axis actually in effect; identical to `orientation` whenever `orientationBreakpoint` is unset or
|
|
63
67
|
doesn't resolve to a length. Also reflected as `data-effective-orientation` (only present while
|
|
@@ -87,8 +91,10 @@ text color of the `current` step. `--lr-stepper-current-font-weight` (default
|
|
|
87
91
|
`var(--lr-font-weight-semibold)`) — font weight of the `current` step's label.
|
|
88
92
|
`--lr-stepper-error-color` (default `var(--lr-color-danger)`) —
|
|
89
93
|
text color of an `error` step. `--lr-stepper-current-index-bg` (default `var(--lr-color-brand)`) and
|
|
90
|
-
`--lr-stepper-current-index-color` (default `var(--lr-color-
|
|
91
|
-
of the `current` step's numbered `step-index` chip.
|
|
94
|
+
`--lr-stepper-current-index-color` (default `var(--lr-color-on-brand)`) — background and text color
|
|
95
|
+
of the `current` step's numbered `step-index` chip. The text color reads the dedicated on-brand
|
|
96
|
+
foreground token, not `--lr-color-surface`, so the chip stays legible in dark mode and under forced
|
|
97
|
+
colors, where surface and on-brand diverge. Each is an inline `var()` fallback at the point
|
|
92
98
|
of use, never declared on `:host`, so it can be set on the element or on any ancestor; and each is
|
|
93
99
|
scoped to its own `data-state`, so recoloring the current step leaves `pending`/`completed`/`error`
|
|
94
100
|
steps alone. The hooks exist because `::part(step)[data-state='current']` is invalid CSS — Shadow
|
|
@@ -96,7 +102,7 @@ Parts forbids an attribute selector after `::part()` — so state-specific themi
|
|
|
96
102
|
overriding a library-wide `--lr-color-*` token and repainting everything else that read it. Unset,
|
|
97
103
|
each falls back to the token its rule used before. Otherwise shared tokens —
|
|
98
104
|
`--lr-space-m`/`-xs`/`-2xs`,
|
|
99
|
-
`--lr-color-text-quiet`/`-text`/`-danger`/`-brand`/`-
|
|
105
|
+
`--lr-color-text-quiet`/`-text`/`-danger`/`-brand`/`-on-brand`, `--lr-radius`/`-pill`,
|
|
100
106
|
`--lr-font-size-xs`, `--lr-font-weight-semibold`, `--lr-opacity-disabled`,
|
|
101
107
|
`--lr-focus-ring-*`.
|
|
102
108
|
|
|
@@ -15,26 +15,42 @@
|
|
|
15
15
|
|
|
16
16
|
Fetches an SVG document, sanitizes it with the optional `dompurify` peer, and renders it inline.
|
|
17
17
|
|
|
18
|
+
Adopts `DocumentAnchorTarget` (the same shared mixin `lr-pdf-viewer`/`lr-csv-viewer` use): a `region`
|
|
19
|
+
anchor addresses one `highlights` entry, matched by reference or by structural equality of its `rect`
|
|
20
|
+
(and optional `page`). Assigning `anchor` or calling `scrollToAnchor()` scrolls the matching
|
|
21
|
+
`[part="region-highlight"]` into view and fires `lr-anchor-result`. No other anchor kind resolves
|
|
22
|
+
here — a sanitized SVG document has neither pages nor extractable text to quote, which is also why
|
|
23
|
+
its registry entry declares `capabilities: { anchors: ['region'], search: false, textSelect: false }`.
|
|
24
|
+
|
|
18
25
|
**Properties:** `src`, `name`, and `maxHeight` (attribute `max-height`) are strings. `maxHeight` caps
|
|
19
26
|
the scrollable body. `zoomable: boolean = false` (reflected) — wraps the rendered content in an
|
|
20
27
|
internal `<lr-zoomable-frame>`. `false` (the default) preserves the exact pre-`zoomable` DOM — an
|
|
21
28
|
inline thumbnail (e.g. in a chat stream) must not unexpectedly grow a focusable zoom-chrome viewport;
|
|
22
|
-
an inspection surface opts in. `
|
|
23
|
-
|
|
29
|
+
an inspection surface opts in. `anchor: LyraAnchor | string | null = null` (attribute: false) —
|
|
30
|
+
declaratively jump to an anchor (a `LyraAnchor` object, or a `highlights` entry's `id`). Assigning it
|
|
31
|
+
calls `scrollToAnchor()` and fires `lr-anchor-result`; re-assigning the same value re-triggers the
|
|
32
|
+
scroll, it is not reference-gated. `highlights: LyraHighlight[] = []` (attribute: false) —
|
|
33
|
+
display-only `region` highlights painted over the rendered SVG; unchanged behavior, now inherited
|
|
34
|
+
from `DocumentAnchorTarget` rather than declared locally. `activeHighlightId: string | null = null`
|
|
24
35
|
(attribute `active-highlight-id`) — the `highlights` entry, if any, currently treated as active
|
|
25
36
|
(`data-active` on its `region-highlight`). `anchorKinds` is a readonly `['region']` (this viewer's
|
|
26
37
|
supported `LyraAnchor.kind` values for the shared anchor-target contract).
|
|
27
38
|
|
|
28
|
-
**Methods:** `scrollToAnchor(target)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
`
|
|
39
|
+
**Methods:** `scrollToAnchor(target): Promise<boolean>` — scrolls the `highlights` entry matching
|
|
40
|
+
`target` (a `region`-kind `LyraAnchor`, matched by reference or by structural equality of
|
|
41
|
+
`rect`/`page`; or a `highlights[].id` string) into view, honoring `prefers-reduced-motion`. Resolves
|
|
42
|
+
`true` when a match was found and scrolled, `false` otherwise, and always fires `lr-anchor-result`
|
|
43
|
+
carrying the same boolean. Called before the SVG has finished loading it retries for up to 5s (real
|
|
44
|
+
timers) rather than failing immediately.
|
|
32
45
|
|
|
33
46
|
**Events:** `lr-render-error` with `detail.error` when fetching or sanitizing fails.
|
|
34
47
|
`lr-highlight-activate` (`detail: { id }`) — a region highlight was clicked or activated via
|
|
35
|
-
Enter/Space.
|
|
48
|
+
Enter/Space. `lr-anchor-result` (`detail: { found: boolean }`) — fired after an `anchor` assignment
|
|
49
|
+
or a `scrollToAnchor()` call is applied, whether or not a match was found.
|
|
36
50
|
|
|
37
|
-
**CSS parts:** `base`, `body`, `svg`, `spinner`, `error`, `
|
|
51
|
+
**CSS parts:** `base`, `body`, `svg`, `spinner`, `error`, `anchor-live-region` (the visually-hidden
|
|
52
|
+
`role="status"` element announcing anchor-jump results to assistive tech),
|
|
53
|
+
`highlight-layer` (wrapper around every
|
|
38
54
|
rendered region highlight), `region-highlight` (one region highlight, `data-tone`, `data-active`),
|
|
39
55
|
`region-highlight-target` (transparent activation geometry with an independent minimum hit area),
|
|
40
56
|
`highlight-actions` (non-overlapping actions for multiple highlights), `region-highlight-action`
|
|
@@ -53,7 +53,8 @@ own "consumer computes/renders" contract rather than assuming addition.
|
|
|
53
53
|
via the retheme-able `--lr-table-heat-tint-lo`/`-hi` custom properties, matching `lr-heatmap`'s
|
|
54
54
|
own ramp-token convention; `cellStyle` is applied directly to the generated `<td>` via `styleMap` — e.g. a computed heat-tint
|
|
55
55
|
background a `cell()`-returned inner element can't paint into the cell's own padding — omit it for
|
|
56
|
-
no per-cell style override (the default, unchanged output);
|
|
56
|
+
no per-cell style override (the default, unchanged output);
|
|
57
|
+
`editable` enables inline editing —
|
|
57
58
|
`true` opens a native editor on that cell's double-click (one cell at a time), `'always'` instead
|
|
58
59
|
renders a persistent editor in every body cell of the column from first paint, for a
|
|
59
60
|
settings/rate-style column meant to be typed straight into — while `editValue` supplies the editor
|
|
@@ -65,7 +66,16 @@ own "consumer computes/renders" contract rather than assuming addition.
|
|
|
65
66
|
the live width in CSS pixels. Drag it, or use logical ArrowLeft/ArrowRight for 10px steps (mirrored
|
|
66
67
|
under RTL), Shift+Arrow for 50px steps, Home for the minimum, and End for an explicit pixel
|
|
67
68
|
`maxWidth`; explicit pixel `minWidth`/`maxWidth` values bound both input paths. The separator
|
|
68
|
-
exposes its current/minimum/bounded-maximum pixel width through ARIA value attributes.
|
|
69
|
+
exposes its current/minimum/bounded-maximum pixel width through ARIA value attributes. Only the
|
|
70
|
+
*commit* is vetoable — see `lr-column-resize` under Events.
|
|
71
|
+
- **`cellStyle` beats `heatValue`, always.** `styleMap` writes an inline `style=` attribute, and an
|
|
72
|
+
inline style outranks any stylesheet rule in the cascade regardless of specificity, while the heat
|
|
73
|
+
tint is painted by a shadow-stylesheet rule. So a `cellStyle` returning
|
|
74
|
+
`background`/`backgroundColor` on a column that also defines `heatValue` silently and completely
|
|
75
|
+
erases that column's tint — no warning, and the cell still contributes to the shared domain, so the
|
|
76
|
+
*other* tinted columns' scale shifts around a cell that shows no tint at all. Define both on one
|
|
77
|
+
column only when that override is the intent; to tint *and* style, return only non-background
|
|
78
|
+
declarations (`color`, `fontWeight`, `textAlign`, …) from `cellStyle`.
|
|
69
79
|
- `columns[].editable: boolean | 'always'` — a widening of the original `boolean`, non-breaking.
|
|
70
80
|
`true` is unchanged: double-click a cell to open its editor, one at a time, Enter commits and
|
|
71
81
|
closes, Escape cancels and closes, blur-after-change commits. `'always'` renders an editor in
|
|
@@ -226,7 +236,15 @@ own "consumer computes/renders" contract rather than assuming addition.
|
|
|
226
236
|
`lr-selection-change` (`detail: { keys }`) when selection is enabled, `lr-filter-change`
|
|
227
237
|
(`detail: { text }`), and `lr-page-change` (`detail: { page }`) from the controlled
|
|
228
238
|
filter/pagination surfaces, and `lr-cell-edit` (`detail: { row, key, value }`) for editable
|
|
229
|
-
columns, and `lr-column-resize` (`detail: { key, width }`) on every pointer or
|
|
239
|
+
columns, and `lr-column-resize` (`detail: { key, width }`, `width` in CSS pixels) on every pointer or
|
|
240
|
+
keyboard resize step. **Only the commit is cancelable.** A pointer drag fires the event once per
|
|
241
|
+
pixel of movement as non-cancelable live feedback, then exactly once more — `cancelable: true` — for
|
|
242
|
+
the width committed at drag-end (and only when that width actually differs from the pre-drag one).
|
|
243
|
+
A keyboard step (Arrow/Shift+Arrow/Home/End) is already one discrete action, so it fires that single
|
|
244
|
+
cancelable commit directly, with no live-feedback stream. Calling `preventDefault()` on a cancelable
|
|
245
|
+
emission reverts the column to its pre-gesture width (or removes the override entirely if the column
|
|
246
|
+
had never been resized); calling it on a mid-drag step does nothing, by design — a veto is a decision
|
|
247
|
+
about the final width, not about every pixel the pointer passes through.
|
|
230
248
|
The internal filter/cell-editor native inputs' `focus` and `blur` are also re-dispatched from the
|
|
231
249
|
host as bubbling, composed events (the native ones are neither).
|
|
232
250
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraTaskList`, also available unregistered from `@aceshooting/lyra-ui/components/agent-tools/task-list/task-list.class.js`
|
|
7
7
|
- **Family** `components/agent-tools/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
-
- **Themeable via** 11 parts,
|
|
9
|
+
- **Themeable via** 11 parts, 5 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
10
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
11
11
|
|
|
12
12
|
---
|
|
@@ -45,9 +45,13 @@ indicator, only rendered when `collapsible`), `body` (the list of items, `hidden
|
|
|
45
45
|
`item-detail`, and `item-children` (the nested `role="list"` wrapper around a top-level item's
|
|
46
46
|
children).
|
|
47
47
|
|
|
48
|
-
**Themeable custom properties:** `--lr-task-list-spin` (default `
|
|
49
|
-
|
|
48
|
+
**Themeable custom properties:** `--lr-task-list-spin` (default `var(--lr-transition-ambient)`, i.e.
|
|
49
|
+
`1.8s ease-in-out`, collapsing to `0.001ms linear` under `prefers-reduced-motion`) — running-status
|
|
50
|
+
icon spin animation duration/timing; `--lr-task-list-compact-header-padding` (default
|
|
50
51
|
`var(--lr-space-2xs) var(--lr-space-s)`) — `[part="header"]` padding while `compact`;
|
|
52
|
+
`--lr-task-list-compact-header-gap` (default `var(--lr-space-2xs)`) — gap between `[part="header"]`'s
|
|
53
|
+
label/summary/toggle while `compact`, one step tighter than the header's uncompacted
|
|
54
|
+
`--lr-space-xs`, so `compact` tightens the header's *interior* spacing and not just its padding;
|
|
51
55
|
`--lr-task-list-compact-gap` (default `var(--lr-space-2xs)`) — gap between `[part="body"]`'s item
|
|
52
56
|
rows while `compact`; `--lr-task-list-compact-body-padding` (default `var(--lr-space-2xs)
|
|
53
57
|
var(--lr-space-s) var(--lr-space-s)`) — `[part="body"]` padding while `compact`.
|
|
@@ -23,12 +23,18 @@ codes. `maxScrollback: number = 5000` (attribute `max-scrollback`), `follow: boo
|
|
|
23
23
|
string = 'terminal.log'`, `announceOutput: boolean = false` (attribute `announce-output`),
|
|
24
24
|
`accessibleLabel: string = ''` (attribute `aria-label`), `highlights: LyraHighlight[] = []` (attribute:
|
|
25
25
|
false), and `activeHighlightId: string | null = null` (attribute: false). `anchorKinds` is a readonly
|
|
26
|
-
`['
|
|
26
|
+
`['line-range']` — a scrollback buffer addresses positions by line number, so `line-range` is the
|
|
27
|
+
only kind `scrollToAnchor()` resolves; `page`/`text-quote`/`region` belong to the paginated document
|
|
28
|
+
viewers, not here. `<lr-terminal>` is not registered in the document-renderer registry, so this field
|
|
29
|
+
is a plain readonly property rather than the `DocumentAnchorTarget` mixin's `override readonly` one.
|
|
27
30
|
|
|
28
31
|
**Methods:** `write(text)` appends ANSI-parsed text to the buffer. `clear()` empties the buffer.
|
|
29
|
-
`scrollToBottom()` and `scrollToAnchor(anchor)
|
|
30
|
-
`
|
|
31
|
-
|
|
32
|
+
`scrollToBottom()` and `scrollToAnchor(anchor): Promise<boolean>` control scroll position.
|
|
33
|
+
`search(query): Promise<number>` (resolves the match count after the resulting render),
|
|
34
|
+
`searchNext()`, `searchPrevious()`, and `clearSearch()` drive in-buffer text search — matching is
|
|
35
|
+
line-granular (a match identifies a whole line, not a character range) and capped, so `matchCount`
|
|
36
|
+
stops climbing on a pathologically repetitive buffer. `getPlainText()` returns the SGR-stripped
|
|
37
|
+
plain text of the whole buffer.
|
|
32
38
|
|
|
33
39
|
**Events:** `lr-copy` (`detail: { text }`), `lr-download` (`detail: { filename }`),
|
|
34
40
|
`lr-follow-change` (`detail: { following }`), `lr-search-change` (`detail: { query, matchCount,
|
|
@@ -47,6 +47,12 @@ consumer-facing `disabled` property/attribute itself.
|
|
|
47
47
|
PageDown key press, `detail: { start, end }`), `lr-change` (fired on pointer release /
|
|
48
48
|
key-up-commit, or when a preset button is clicked, `detail: { start, end }`)
|
|
49
49
|
|
|
50
|
+
**Methods:** `focus(options?)`, `blur()`, and `click()` forward to `[part="handle-start"]`. A
|
|
51
|
+
two-handle control has no single canonical target, so the start handle is the one they address —
|
|
52
|
+
call `.focus()` on `::part(handle-end)` yourself if you need the other. Without these overrides the
|
|
53
|
+
host's own `focus()`/`blur()`/`click()` are no-ops, because the real control lives in the shadow
|
|
54
|
+
root.
|
|
55
|
+
|
|
50
56
|
**Slots:** none.
|
|
51
57
|
|
|
52
58
|
**CSS parts:** `base`, `track`, `range`, `handle-start`, `handle-end`, `presets`, `preset-button`
|
|
@@ -49,9 +49,10 @@ the built-in glyph for the current `status` is used)
|
|
|
49
49
|
`summary`), `category`, `name`, `summary`, `meta` (wrapper around `status-text` and `duration`),
|
|
50
50
|
`status-text`, `duration`, `tooltip` (the floating detail popup, only meaningful while open)
|
|
51
51
|
|
|
52
|
-
**Themeable custom properties:** `--lr-tool-call-chip-spin` (default `
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
**Themeable custom properties:** `--lr-tool-call-chip-spin` (default `var(--lr-transition-ambient)`,
|
|
53
|
+
i.e. `1.8s ease-in-out` at the shipped token value and `0.001ms linear` under
|
|
54
|
+
`prefers-reduced-motion` — running-icon animation duration/timing) and `--lr-transition-ambient`
|
|
55
|
+
(default `1.8s ease-in-out` — pending-icon pulse duration/timing). `--lr-tool-call-chip-accent`, `--lr-tool-call-chip-bg`, and
|
|
55
56
|
`--lr-tool-call-chip-border` are internal per-status variables reassigned by this component's own
|
|
56
57
|
`:host([status="…"])` rules (e.g. `pending` → `--lr-color-text-quiet`/`--lr-color-surface`/
|
|
57
58
|
`--lr-color-border`; `running` → brand; `success` → success; `error` → danger; `denied` → warning),
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraToolParamForm`, also available unregistered from `@aceshooting/lyra-ui/components/agent-tools/tool-param-form/tool-param-form.class.js`
|
|
7
7
|
- **Family** `components/agent-tools/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
-
- **Themeable via**
|
|
9
|
+
- **Themeable via** 8 parts, 0 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
10
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
11
11
|
|
|
12
12
|
---
|
|
@@ -73,7 +73,12 @@ set `valid: false` while `formError`, rather than a fabricated field key, carrie
|
|
|
73
73
|
|
|
74
74
|
**Slots:** none.
|
|
75
75
|
|
|
76
|
-
**CSS parts:** `base`, `field`, `label`, `description`, `error`, `unsupported`, `empty
|
|
76
|
+
**CSS parts:** `base`, `field`, `label`, `control`, `description`, `error`, `unsupported`, `empty`.
|
|
77
|
+
`control` is the native `<input>` for a `'string'` (non-enum) or `'number'`/`'integer'` field — one
|
|
78
|
+
shared part name across both the text and number inputs, and deliberately *not* present on the
|
|
79
|
+
`'boolean'` (`<lr-checkbox>`), enum (`<lr-select>`), or unsupported-type fallback branches, which are
|
|
80
|
+
composed components with their own part surfaces rather than raw natives. It is purely an additive
|
|
81
|
+
external theming hook: the internal `.control` class the stylesheet targets is unchanged.
|
|
77
82
|
|
|
78
83
|
**Themeable custom properties:** no component-specific custom properties; shared tokens only —
|
|
79
84
|
`--lr-space-l/-xs/-s`, `--lr-color-border`, `--lr-radius`, `--lr-color-surface`,
|
|
@@ -56,7 +56,8 @@ tool name/status/duration), `tool-name`, `status`, `duration`, `header-actions`,
|
|
|
56
56
|
0.5)` — the backdrop scrim color; component-specific since no shared overlay token exists),
|
|
57
57
|
`--lr-tool-result-dialog-maximized-inset` (default `var(--lr-space-l)` — inset applied to the
|
|
58
58
|
panel while `[maximized]`, overridable e.g. to leave a persistent app rail visible), and
|
|
59
|
-
`--lr-tool-result-dialog-spin` (default `
|
|
59
|
+
`--lr-tool-result-dialog-spin` (default `var(--lr-transition-ambient)`, i.e. `1.8s ease-in-out`,
|
|
60
|
+
and effectively stopped under reduced motion because that token collapses to `0.001ms linear`), plus shared
|
|
60
61
|
tokens `--lr-color-surface/-border/-text-quiet/-brand/-brand-quiet/-success/-success-quiet/
|
|
61
62
|
-danger/-danger-quiet/-warning/-warning-quiet`, `--lr-space-*`, `--lr-radius`, `--lr-shadow`,
|
|
62
63
|
`--lr-icon-button-size`, `--lr-focus-ring-*`, `--lr-transition-base`.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraTreeNode`, also available unregistered from `@aceshooting/lyra-ui/components/data/tree/tree-node.class.js`
|
|
7
7
|
- **Family** `components/data/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
-
- **Themeable via** 8 parts,
|
|
9
|
+
- **Themeable via** 8 parts, 3 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
10
10
|
- **Documented with** `lr-tree` (same section below)
|
|
11
11
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
- **Class** `LyraWidget`, also available unregistered from `@aceshooting/lyra-ui/components/layout/widget/widget.class.js`
|
|
7
7
|
- **Family** `components/layout/` — see `llms/index.md` for its siblings
|
|
8
8
|
- **Optional peers** none
|
|
9
|
-
- **Themeable via** 16 parts,
|
|
9
|
+
- **Themeable via** 16 parts, 7 custom properties — see this component's own `@csspart`/`@cssprop` list below
|
|
10
10
|
- **Library-wide behavior** (events, form association, `locale`/`strings`, tokens, TS types): `llms/shared.md`
|
|
11
11
|
|
|
12
12
|
---
|
|
@@ -89,6 +89,11 @@ override the library-wide `--lr-color-brand-quiet`/`--lr-color-brand` tokens, re
|
|
|
89
89
|
element that reads them. Left unset, each falls back to exactly the token the rule used before, so
|
|
90
90
|
rendering is unchanged.
|
|
91
91
|
|
|
92
|
+
`--lr-widget-view-toggle-hover-bg` (default `var(--lr-color-brand-quiet)`) and
|
|
93
|
+
`--lr-widget-view-toggle-hover-color` (default `var(--lr-color-text)`) are the same shape for the
|
|
94
|
+
*hover* state, and the `:hover` rule wraps its selector in `:where()` so a consumer's own
|
|
95
|
+
`::part(view-toggle):hover` override wins without `!important`.
|
|
96
|
+
|
|
92
97
|
**Optional peer deps:** none.
|
|
93
98
|
|
|
94
99
|
```html
|
package/llms/shared.md
CHANGED
|
@@ -331,7 +331,7 @@ The side-effect-free `@aceshooting/lyra-ui/localization.js` entry exports
|
|
|
331
331
|
`LYRA_DEFAULT_STRINGS`, and the types `LyraLocaleStrings` / `LyraMessageKey`. The package root
|
|
332
332
|
continues to re-export the same surface for compatibility, but it also registers the non-peer-gated
|
|
333
333
|
component graph; use the dedicated entry when the application only needs locale setup.
|
|
334
|
-
**`LYRA_DEFAULT_STRINGS` is the authoritative key list** (
|
|
334
|
+
**`LYRA_DEFAULT_STRINGS` is the authoritative key list** (1170 keys, matching the
|
|
335
335
|
`LyraMessageKey` union) — read it to find the key to override rather than guessing one. Lookup
|
|
336
336
|
falls back exact locale → base language → English. Date, number, byte, relative-time and calendar
|
|
337
337
|
output goes through `Intl`.
|