@aceshooting/lyra-ui 3.3.0 → 3.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/README.md +9 -2
- package/custom-elements.json +14505 -8489
- package/dist/components/archive-viewer/archive-viewer.class.d.ts +1 -1
- package/dist/components/archive-viewer/archive-viewer.class.d.ts.map +1 -1
- package/dist/components/archive-viewer/archive-viewer.class.js +16 -5
- package/dist/components/archive-viewer/archive-viewer.class.js.map +1 -1
- package/dist/components/breadcrumb/breadcrumb.class.d.ts +6 -0
- package/dist/components/breadcrumb/breadcrumb.class.d.ts.map +1 -1
- package/dist/components/breadcrumb/breadcrumb.class.js +7 -1
- package/dist/components/breadcrumb/breadcrumb.class.js.map +1 -1
- package/dist/components/breadcrumb/breadcrumb.styles.d.ts.map +1 -1
- package/dist/components/breadcrumb/breadcrumb.styles.js +4 -1
- package/dist/components/breadcrumb/breadcrumb.styles.js.map +1 -1
- package/dist/components/button/button.class.d.ts +8 -0
- package/dist/components/button/button.class.d.ts.map +1 -1
- package/dist/components/button/button.class.js +8 -0
- package/dist/components/button/button.class.js.map +1 -1
- package/dist/components/button/button.styles.js +1 -1
- package/dist/components/button-group/button-group.styles.d.ts.map +1 -1
- package/dist/components/button-group/button-group.styles.js +6 -2
- package/dist/components/button-group/button-group.styles.js.map +1 -1
- package/dist/components/calendar/calendar.class.d.ts +57 -0
- package/dist/components/calendar/calendar.class.d.ts.map +1 -0
- package/dist/components/calendar/calendar.class.js +90 -0
- package/dist/components/calendar/calendar.class.js.map +1 -0
- package/dist/components/calendar/calendar.d.ts +2 -0
- package/dist/components/calendar/calendar.d.ts.map +1 -0
- package/dist/components/calendar/calendar.js +5 -0
- package/dist/components/calendar/calendar.js.map +1 -0
- package/dist/components/calendar/calendar.styles.d.ts +2 -0
- package/dist/components/calendar/calendar.styles.d.ts.map +1 -0
- package/dist/components/calendar/calendar.styles.js +21 -0
- package/dist/components/calendar/calendar.styles.js.map +1 -0
- package/dist/components/callout/callout.class.d.ts +1 -0
- package/dist/components/callout/callout.class.d.ts.map +1 -1
- package/dist/components/callout/callout.class.js +1 -0
- package/dist/components/callout/callout.class.js.map +1 -1
- package/dist/components/carousel/carousel.class.d.ts +2 -0
- package/dist/components/carousel/carousel.class.d.ts.map +1 -1
- package/dist/components/carousel/carousel.class.js +10 -7
- package/dist/components/carousel/carousel.class.js.map +1 -1
- package/dist/components/carousel/carousel.styles.d.ts.map +1 -1
- package/dist/components/carousel/carousel.styles.js +4 -0
- package/dist/components/carousel/carousel.styles.js.map +1 -1
- package/dist/components/chart/chart.class.d.ts +6 -0
- package/dist/components/chart/chart.class.d.ts.map +1 -1
- package/dist/components/chart/chart.class.js +54 -16
- package/dist/components/chart/chart.class.js.map +1 -1
- package/dist/components/chart/lite-chart.class.d.ts +1 -2
- package/dist/components/chart/lite-chart.class.d.ts.map +1 -1
- package/dist/components/chart/lite-chart.class.js +20 -20
- package/dist/components/chart/lite-chart.class.js.map +1 -1
- package/dist/components/chat-composer/chat-composer.class.d.ts +1 -0
- package/dist/components/chat-composer/chat-composer.class.d.ts.map +1 -1
- package/dist/components/chat-composer/chat-composer.class.js +17 -0
- package/dist/components/chat-composer/chat-composer.class.js.map +1 -1
- package/dist/components/checkbox/checkbox.class.d.ts.map +1 -1
- package/dist/components/checkbox/checkbox.class.js +4 -2
- package/dist/components/checkbox/checkbox.class.js.map +1 -1
- package/dist/components/checkbox-group/checkbox-group.class.d.ts +75 -0
- package/dist/components/checkbox-group/checkbox-group.class.d.ts.map +1 -0
- package/dist/components/checkbox-group/checkbox-group.class.js +157 -0
- package/dist/components/checkbox-group/checkbox-group.class.js.map +1 -0
- package/dist/components/checkbox-group/checkbox-group.d.ts +2 -0
- package/dist/components/checkbox-group/checkbox-group.d.ts.map +1 -0
- package/dist/components/checkbox-group/checkbox-group.js +5 -0
- package/dist/components/checkbox-group/checkbox-group.js.map +1 -0
- package/dist/components/checkbox-group/checkbox-group.styles.d.ts +2 -0
- package/dist/components/checkbox-group/checkbox-group.styles.d.ts.map +1 -0
- package/dist/components/checkbox-group/checkbox-group.styles.js +12 -0
- package/dist/components/checkbox-group/checkbox-group.styles.js.map +1 -0
- package/dist/components/code-block/code-block-core.class.d.ts.map +1 -1
- package/dist/components/code-block/code-block-core.class.js +17 -0
- package/dist/components/code-block/code-block-core.class.js.map +1 -1
- package/dist/components/code-block/code-block.class.d.ts.map +1 -1
- package/dist/components/code-block/code-block.class.js +8 -0
- package/dist/components/code-block/code-block.class.js.map +1 -1
- package/dist/components/code-editor/code-editor.class.d.ts +70 -0
- package/dist/components/code-editor/code-editor.class.d.ts.map +1 -0
- package/dist/components/code-editor/code-editor.class.js +137 -0
- package/dist/components/code-editor/code-editor.class.js.map +1 -0
- package/dist/components/code-editor/code-editor.d.ts +2 -0
- package/dist/components/code-editor/code-editor.d.ts.map +1 -0
- package/dist/components/code-editor/code-editor.js +5 -0
- package/dist/components/code-editor/code-editor.js.map +1 -0
- package/dist/components/code-editor/code-editor.styles.d.ts +2 -0
- package/dist/components/code-editor/code-editor.styles.d.ts.map +1 -0
- package/dist/components/code-editor/code-editor.styles.js +15 -0
- package/dist/components/code-editor/code-editor.styles.js.map +1 -0
- package/dist/components/color-picker/color-picker.class.d.ts +13 -2
- package/dist/components/color-picker/color-picker.class.d.ts.map +1 -1
- package/dist/components/color-picker/color-picker.class.js +51 -6
- package/dist/components/color-picker/color-picker.class.js.map +1 -1
- package/dist/components/color-picker/color-picker.styles.d.ts.map +1 -1
- package/dist/components/color-picker/color-picker.styles.js +20 -1
- package/dist/components/color-picker/color-picker.styles.js.map +1 -1
- package/dist/components/combobox/combobox.class.d.ts.map +1 -1
- package/dist/components/combobox/combobox.class.js +28 -6
- package/dist/components/combobox/combobox.class.js.map +1 -1
- package/dist/components/command-palette/command-palette.class.d.ts +59 -0
- package/dist/components/command-palette/command-palette.class.d.ts.map +1 -0
- package/dist/components/command-palette/command-palette.class.js +104 -0
- package/dist/components/command-palette/command-palette.class.js.map +1 -0
- package/dist/components/command-palette/command-palette.d.ts +3 -0
- package/dist/components/command-palette/command-palette.d.ts.map +1 -0
- package/dist/components/command-palette/command-palette.js +6 -0
- package/dist/components/command-palette/command-palette.js.map +1 -0
- package/dist/components/command-palette/command-palette.styles.d.ts +2 -0
- package/dist/components/command-palette/command-palette.styles.d.ts.map +1 -0
- package/dist/components/command-palette/command-palette.styles.js +17 -0
- package/dist/components/command-palette/command-palette.styles.js.map +1 -0
- package/dist/components/contact-viewer/contact-viewer.class.d.ts +17 -1
- package/dist/components/contact-viewer/contact-viewer.class.d.ts.map +1 -1
- package/dist/components/contact-viewer/contact-viewer.class.js +18 -2
- package/dist/components/contact-viewer/contact-viewer.class.js.map +1 -1
- package/dist/components/copy-button/copy-button.styles.js +1 -1
- package/dist/components/csv-viewer/csv-viewer.class.d.ts +1 -1
- package/dist/components/csv-viewer/csv-viewer.class.d.ts.map +1 -1
- package/dist/components/csv-viewer/csv-viewer.class.js +3 -3
- package/dist/components/csv-viewer/csv-viewer.class.js.map +1 -1
- package/dist/components/csv-viewer/csv-viewer.d.ts +0 -1
- package/dist/components/csv-viewer/csv-viewer.d.ts.map +1 -1
- package/dist/components/csv-viewer/csv-viewer.js +0 -1
- package/dist/components/csv-viewer/csv-viewer.js.map +1 -1
- package/dist/components/data-grid/data-grid.class.d.ts +63 -0
- package/dist/components/data-grid/data-grid.class.d.ts.map +1 -0
- package/dist/components/data-grid/data-grid.class.js +109 -0
- package/dist/components/data-grid/data-grid.class.js.map +1 -0
- package/dist/components/data-grid/data-grid.d.ts +2 -0
- package/dist/components/data-grid/data-grid.d.ts.map +1 -0
- package/dist/components/data-grid/data-grid.js +5 -0
- package/dist/components/data-grid/data-grid.js.map +1 -0
- package/dist/components/data-grid/data-grid.styles.d.ts +2 -0
- package/dist/components/data-grid/data-grid.styles.d.ts.map +1 -0
- package/dist/components/data-grid/data-grid.styles.js +13 -0
- package/dist/components/data-grid/data-grid.styles.js.map +1 -0
- package/dist/components/dataset-viewer/dataset-viewer.class.d.ts.map +1 -1
- package/dist/components/dataset-viewer/dataset-viewer.class.js +14 -5
- package/dist/components/dataset-viewer/dataset-viewer.class.js.map +1 -1
- package/dist/components/dataset-viewer/dataset-viewer.d.ts +0 -1
- package/dist/components/dataset-viewer/dataset-viewer.d.ts.map +1 -1
- package/dist/components/dataset-viewer/dataset-viewer.js +0 -1
- package/dist/components/dataset-viewer/dataset-viewer.js.map +1 -1
- package/dist/components/date-picker/date-input.class.d.ts +36 -1
- package/dist/components/date-picker/date-input.class.d.ts.map +1 -1
- package/dist/components/date-picker/date-input.class.js +102 -26
- package/dist/components/date-picker/date-input.class.js.map +1 -1
- package/dist/components/date-picker/date-picker.class.d.ts.map +1 -1
- package/dist/components/date-picker/date-picker.class.js +13 -5
- package/dist/components/date-picker/date-picker.class.js.map +1 -1
- package/dist/components/date-picker/date-picker.styles.d.ts.map +1 -1
- package/dist/components/date-picker/date-picker.styles.js +5 -0
- package/dist/components/date-picker/date-picker.styles.js.map +1 -1
- package/dist/components/details/accordion.class.js +1 -1
- package/dist/components/details/accordion.class.js.map +1 -1
- package/dist/components/details/accordion.styles.d.ts +2 -0
- package/dist/components/details/accordion.styles.d.ts.map +1 -0
- package/dist/components/details/accordion.styles.js +7 -0
- package/dist/components/details/accordion.styles.js.map +1 -0
- package/dist/components/details/details.class.d.ts.map +1 -1
- package/dist/components/details/details.class.js +6 -1
- package/dist/components/details/details.class.js.map +1 -1
- package/dist/components/details/details.styles.d.ts.map +1 -1
- package/dist/components/details/details.styles.js +5 -0
- package/dist/components/details/details.styles.js.map +1 -1
- package/dist/components/diff-view/diff-view.class.d.ts +3 -1
- package/dist/components/diff-view/diff-view.class.d.ts.map +1 -1
- package/dist/components/diff-view/diff-view.class.js +11 -2
- package/dist/components/diff-view/diff-view.class.js.map +1 -1
- package/dist/components/document-viewer/document-viewer.class.d.ts +1 -0
- package/dist/components/document-viewer/document-viewer.class.d.ts.map +1 -1
- package/dist/components/document-viewer/document-viewer.class.js +1 -0
- package/dist/components/document-viewer/document-viewer.class.js.map +1 -1
- package/dist/components/docx-viewer/docx-viewer.class.d.ts +1 -0
- package/dist/components/docx-viewer/docx-viewer.class.d.ts.map +1 -1
- package/dist/components/docx-viewer/docx-viewer.class.js +2 -1
- package/dist/components/docx-viewer/docx-viewer.class.js.map +1 -1
- package/dist/components/drawer/drawer.styles.d.ts.map +1 -1
- package/dist/components/drawer/drawer.styles.js +12 -0
- package/dist/components/drawer/drawer.styles.js.map +1 -1
- package/dist/components/ebook-viewer/ebook-viewer.class.d.ts +1 -0
- package/dist/components/ebook-viewer/ebook-viewer.class.d.ts.map +1 -1
- package/dist/components/ebook-viewer/ebook-viewer.class.js +20 -0
- package/dist/components/ebook-viewer/ebook-viewer.class.js.map +1 -1
- package/dist/components/email-viewer/email-loader.js +5 -0
- package/dist/components/email-viewer/email-loader.js.map +1 -1
- package/dist/components/email-viewer/email-viewer.class.d.ts.map +1 -1
- package/dist/components/email-viewer/email-viewer.class.js +9 -0
- package/dist/components/email-viewer/email-viewer.class.js.map +1 -1
- package/dist/components/empty/empty.class.d.ts +2 -0
- package/dist/components/empty/empty.class.d.ts.map +1 -1
- package/dist/components/empty/empty.class.js +2 -0
- package/dist/components/empty/empty.class.js.map +1 -1
- package/dist/components/file-input/file-input.class.d.ts +10 -3
- package/dist/components/file-input/file-input.class.d.ts.map +1 -1
- package/dist/components/file-input/file-input.class.js +39 -6
- package/dist/components/file-input/file-input.class.js.map +1 -1
- package/dist/components/format/format-bytes.class.d.ts +1 -0
- package/dist/components/format/format-bytes.class.d.ts.map +1 -1
- package/dist/components/format/format-bytes.class.js +11 -4
- package/dist/components/format/format-bytes.class.js.map +1 -1
- package/dist/components/gauge/gauge.class.d.ts.map +1 -1
- package/dist/components/gauge/gauge.class.js +3 -3
- package/dist/components/gauge/gauge.class.js.map +1 -1
- package/dist/components/graph/graph.class.d.ts +6 -0
- package/dist/components/graph/graph.class.d.ts.map +1 -1
- package/dist/components/graph/graph.class.js +27 -1
- package/dist/components/graph/graph.class.js.map +1 -1
- package/dist/components/heatmap/calendar-grid.d.ts +5 -3
- package/dist/components/heatmap/calendar-grid.d.ts.map +1 -1
- package/dist/components/heatmap/calendar-grid.js +6 -4
- package/dist/components/heatmap/calendar-grid.js.map +1 -1
- package/dist/components/heatmap/heatmap.class.d.ts +9 -2
- package/dist/components/heatmap/heatmap.class.d.ts.map +1 -1
- package/dist/components/heatmap/heatmap.class.js +35 -19
- package/dist/components/heatmap/heatmap.class.js.map +1 -1
- package/dist/components/html-viewer/html-viewer.class.d.ts +11 -1
- package/dist/components/html-viewer/html-viewer.class.d.ts.map +1 -1
- package/dist/components/html-viewer/html-viewer.class.js +11 -1
- package/dist/components/html-viewer/html-viewer.class.js.map +1 -1
- package/dist/components/icon/icon.class.d.ts +20 -0
- package/dist/components/icon/icon.class.d.ts.map +1 -0
- package/dist/components/icon/icon.class.js +51 -0
- package/dist/components/icon/icon.class.js.map +1 -0
- package/dist/components/icon/icon.d.ts +2 -0
- package/dist/components/icon/icon.d.ts.map +1 -0
- package/dist/components/icon/icon.js +5 -0
- package/dist/components/icon/icon.js.map +1 -0
- package/dist/components/icon/icon.styles.d.ts +2 -0
- package/dist/components/icon/icon.styles.d.ts.map +1 -0
- package/dist/components/icon/icon.styles.js +3 -0
- package/dist/components/icon/icon.styles.js.map +1 -0
- package/dist/components/icon-button/icon-button.class.d.ts +25 -0
- package/dist/components/icon-button/icon-button.class.d.ts.map +1 -0
- package/dist/components/icon-button/icon-button.class.js +51 -0
- package/dist/components/icon-button/icon-button.class.js.map +1 -0
- package/dist/components/icon-button/icon-button.d.ts +3 -0
- package/dist/components/icon-button/icon-button.d.ts.map +1 -0
- package/dist/components/icon-button/icon-button.js +6 -0
- package/dist/components/icon-button/icon-button.js.map +1 -0
- package/dist/components/icon-button/icon-button.styles.d.ts +2 -0
- package/dist/components/icon-button/icon-button.styles.d.ts.map +1 -0
- package/dist/components/icon-button/icon-button.styles.js +9 -0
- package/dist/components/icon-button/icon-button.styles.js.map +1 -0
- package/dist/components/image-comparer/image-comparer.styles.d.ts.map +1 -1
- package/dist/components/image-comparer/image-comparer.styles.js +18 -1
- package/dist/components/image-comparer/image-comparer.styles.js.map +1 -1
- package/dist/components/input/input.class.d.ts +4 -1
- package/dist/components/input/input.class.d.ts.map +1 -1
- package/dist/components/input/input.class.js +10 -4
- package/dist/components/input/input.class.js.map +1 -1
- package/dist/components/json-viewer/json-viewer.class.d.ts +13 -0
- package/dist/components/json-viewer/json-viewer.class.d.ts.map +1 -1
- package/dist/components/json-viewer/json-viewer.class.js +29 -7
- package/dist/components/json-viewer/json-viewer.class.js.map +1 -1
- package/dist/components/json-viewer/json-viewer.styles.d.ts.map +1 -1
- package/dist/components/json-viewer/json-viewer.styles.js +4 -1
- package/dist/components/json-viewer/json-viewer.styles.js.map +1 -1
- package/dist/components/mention-popover/mention-popover.class.d.ts.map +1 -1
- package/dist/components/mention-popover/mention-popover.class.js +9 -0
- package/dist/components/mention-popover/mention-popover.class.js.map +1 -1
- package/dist/components/menu/menu.class.d.ts.map +1 -1
- package/dist/components/menu/menu.class.js +8 -0
- package/dist/components/menu/menu.class.js.map +1 -1
- package/dist/components/mutation-observer/mutation-observer.class.d.ts +1 -1
- package/dist/components/mutation-observer/mutation-observer.class.d.ts.map +1 -1
- package/dist/components/mutation-observer/mutation-observer.class.js +11 -8
- package/dist/components/mutation-observer/mutation-observer.class.js.map +1 -1
- package/dist/components/overlay/dropdown.class.d.ts +1 -2
- package/dist/components/overlay/dropdown.class.d.ts.map +1 -1
- package/dist/components/overlay/dropdown.class.js +1 -1
- package/dist/components/overlay/dropdown.class.js.map +1 -1
- package/dist/components/overlay/overlay.styles.d.ts.map +1 -1
- package/dist/components/overlay/overlay.styles.js +1 -2
- package/dist/components/overlay/overlay.styles.js.map +1 -1
- package/dist/components/overlay/popover.class.d.ts +2 -0
- package/dist/components/overlay/popover.class.d.ts.map +1 -1
- package/dist/components/overlay/popover.class.js +36 -10
- package/dist/components/overlay/popover.class.js.map +1 -1
- package/dist/components/overlay/tooltip.class.d.ts +7 -0
- package/dist/components/overlay/tooltip.class.d.ts.map +1 -1
- package/dist/components/overlay/tooltip.class.js +52 -5
- package/dist/components/overlay/tooltip.class.js.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.class.d.ts +11 -0
- package/dist/components/pdf-viewer/pdf-viewer.class.d.ts.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.class.js +38 -10
- package/dist/components/pdf-viewer/pdf-viewer.class.js.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.styles.d.ts.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.styles.js +27 -1
- package/dist/components/pdf-viewer/pdf-viewer.styles.js.map +1 -1
- package/dist/components/phone-input/phone-input.class.d.ts +7 -1
- package/dist/components/phone-input/phone-input.class.d.ts.map +1 -1
- package/dist/components/phone-input/phone-input.class.js +58 -14
- package/dist/components/phone-input/phone-input.class.js.map +1 -1
- package/dist/components/poll-status/poll-status.class.d.ts.map +1 -1
- package/dist/components/poll-status/poll-status.class.js +25 -9
- package/dist/components/poll-status/poll-status.class.js.map +1 -1
- package/dist/components/pptx-viewer/pptx-viewer.class.d.ts +1 -0
- package/dist/components/pptx-viewer/pptx-viewer.class.d.ts.map +1 -1
- package/dist/components/pptx-viewer/pptx-viewer.class.js +24 -0
- package/dist/components/pptx-viewer/pptx-viewer.class.js.map +1 -1
- package/dist/components/radio/radio-group.class.d.ts +1 -0
- package/dist/components/radio/radio-group.class.d.ts.map +1 -1
- package/dist/components/radio/radio-group.class.js +16 -8
- package/dist/components/radio/radio-group.class.js.map +1 -1
- package/dist/components/radio/radio.class.d.ts +6 -0
- package/dist/components/radio/radio.class.d.ts.map +1 -1
- package/dist/components/radio/radio.class.js +36 -4
- package/dist/components/radio/radio.class.js.map +1 -1
- package/dist/components/rating/rating.class.d.ts +6 -0
- package/dist/components/rating/rating.class.d.ts.map +1 -1
- package/dist/components/rating/rating.class.js +30 -3
- package/dist/components/rating/rating.class.js.map +1 -1
- package/dist/components/rating/rating.styles.d.ts.map +1 -1
- package/dist/components/rating/rating.styles.js +3 -2
- package/dist/components/rating/rating.styles.js.map +1 -1
- package/dist/components/resize-observer/resize-observer.class.d.ts.map +1 -1
- package/dist/components/resize-observer/resize-observer.class.js +8 -2
- package/dist/components/resize-observer/resize-observer.class.js.map +1 -1
- package/dist/components/result-card/result-card.class.d.ts +13 -3
- package/dist/components/result-card/result-card.class.d.ts.map +1 -1
- package/dist/components/result-card/result-card.class.js +31 -2
- package/dist/components/result-card/result-card.class.js.map +1 -1
- package/dist/components/scroller/scroller.class.d.ts +4 -0
- package/dist/components/scroller/scroller.class.d.ts.map +1 -1
- package/dist/components/scroller/scroller.class.js +20 -3
- package/dist/components/scroller/scroller.class.js.map +1 -1
- package/dist/components/segmented/segmented.class.d.ts.map +1 -1
- package/dist/components/segmented/segmented.class.js +10 -2
- 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 +8 -0
- package/dist/components/segmented/segmented.styles.js.map +1 -1
- package/dist/components/sparkline/sparkline.class.d.ts +2 -0
- package/dist/components/sparkline/sparkline.class.d.ts.map +1 -1
- package/dist/components/sparkline/sparkline.class.js +2 -0
- package/dist/components/sparkline/sparkline.class.js.map +1 -1
- package/dist/components/spinner/spinner.class.d.ts +3 -1
- package/dist/components/spinner/spinner.class.d.ts.map +1 -1
- package/dist/components/spinner/spinner.class.js +4 -2
- package/dist/components/spinner/spinner.class.js.map +1 -1
- package/dist/components/spinner/spinner.styles.d.ts.map +1 -1
- package/dist/components/spinner/spinner.styles.js +5 -1
- package/dist/components/spinner/spinner.styles.js.map +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.d.ts +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.d.ts.map +1 -1
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.js +2 -2
- package/dist/components/spreadsheet-viewer/spreadsheet-viewer.class.js.map +1 -1
- package/dist/components/stepper/stepper.class.d.ts.map +1 -1
- package/dist/components/stepper/stepper.class.js +7 -1
- package/dist/components/stepper/stepper.class.js.map +1 -1
- package/dist/components/streaming-text/streaming-text.styles.d.ts.map +1 -1
- package/dist/components/streaming-text/streaming-text.styles.js +4 -1
- package/dist/components/streaming-text/streaming-text.styles.js.map +1 -1
- package/dist/components/svg-viewer/svg-viewer.class.d.ts +12 -1
- package/dist/components/svg-viewer/svg-viewer.class.d.ts.map +1 -1
- package/dist/components/svg-viewer/svg-viewer.class.js +12 -1
- package/dist/components/svg-viewer/svg-viewer.class.js.map +1 -1
- package/dist/components/svg-viewer/svg-viewer.styles.d.ts.map +1 -1
- package/dist/components/svg-viewer/svg-viewer.styles.js +6 -0
- package/dist/components/svg-viewer/svg-viewer.styles.js.map +1 -1
- package/dist/components/switch/switch.class.d.ts +6 -0
- package/dist/components/switch/switch.class.d.ts.map +1 -1
- package/dist/components/switch/switch.class.js +20 -0
- package/dist/components/switch/switch.class.js.map +1 -1
- package/dist/components/table/table.class.d.ts +11 -2
- package/dist/components/table/table.class.d.ts.map +1 -1
- package/dist/components/table/table.class.js +47 -7
- package/dist/components/table/table.class.js.map +1 -1
- package/dist/components/table/table.styles.d.ts.map +1 -1
- package/dist/components/table/table.styles.js +18 -1
- package/dist/components/table/table.styles.js.map +1 -1
- package/dist/components/textarea/textarea.class.d.ts +1 -0
- package/dist/components/textarea/textarea.class.d.ts.map +1 -1
- package/dist/components/textarea/textarea.class.js +12 -0
- package/dist/components/textarea/textarea.class.js.map +1 -1
- package/dist/components/thinking-panel/thinking-panel.styles.d.ts.map +1 -1
- package/dist/components/thinking-panel/thinking-panel.styles.js +11 -1
- package/dist/components/thinking-panel/thinking-panel.styles.js.map +1 -1
- package/dist/components/time-range/time-range.styles.js +1 -1
- package/dist/components/token-input/token-input.class.d.ts +84 -0
- package/dist/components/token-input/token-input.class.d.ts.map +1 -0
- package/dist/components/token-input/token-input.class.js +174 -0
- package/dist/components/token-input/token-input.class.js.map +1 -0
- package/dist/components/token-input/token-input.d.ts +2 -0
- package/dist/components/token-input/token-input.d.ts.map +1 -0
- package/dist/components/token-input/token-input.js +5 -0
- package/dist/components/token-input/token-input.js.map +1 -0
- package/dist/components/token-input/token-input.styles.d.ts +2 -0
- package/dist/components/token-input/token-input.styles.d.ts.map +1 -0
- package/dist/components/token-input/token-input.styles.js +16 -0
- package/dist/components/token-input/token-input.styles.js.map +1 -0
- package/dist/components/tool-param-form/tool-param-form.class.js +1 -1
- package/dist/components/tool-param-form/tool-param-form.class.js.map +1 -1
- package/dist/components/tool-result-view/tool-result-view.styles.d.ts.map +1 -1
- package/dist/components/tool-result-view/tool-result-view.styles.js +6 -1
- package/dist/components/tool-result-view/tool-result-view.styles.js.map +1 -1
- 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 +19 -1
- package/dist/components/tool-select-dialog/tool-select-dialog.class.js.map +1 -1
- package/dist/components/widget/widget.class.d.ts +7 -0
- package/dist/components/widget/widget.class.d.ts.map +1 -1
- package/dist/components/widget/widget.class.js +19 -4
- package/dist/components/widget/widget.class.js.map +1 -1
- package/dist/components/widget/widget.styles.d.ts.map +1 -1
- package/dist/components/widget/widget.styles.js +12 -0
- package/dist/components/widget/widget.styles.js.map +1 -1
- package/dist/components/word-cloud/word-cloud.class.d.ts +8 -1
- package/dist/components/word-cloud/word-cloud.class.d.ts.map +1 -1
- package/dist/components/word-cloud/word-cloud.class.js +24 -8
- package/dist/components/word-cloud/word-cloud.class.js.map +1 -1
- package/dist/components/word-cloud/word-cloud.styles.d.ts.map +1 -1
- package/dist/components/word-cloud/word-cloud.styles.js +7 -4
- package/dist/components/word-cloud/word-cloud.styles.js.map +1 -1
- package/dist/components/zoomable-frame/zoomable-frame.class.d.ts.map +1 -1
- package/dist/components/zoomable-frame/zoomable-frame.class.js +2 -1
- package/dist/components/zoomable-frame/zoomable-frame.class.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 +26 -14
- package/dist/internal/localization.js.map +1 -1
- package/dist/internal/papaparse-loader.d.ts +15 -0
- package/dist/internal/papaparse-loader.d.ts.map +1 -0
- package/dist/internal/papaparse-loader.js +28 -0
- package/dist/internal/papaparse-loader.js.map +1 -0
- package/dist/internal/root-registration-allowlist.d.ts +1 -1
- package/dist/internal/root-registration-allowlist.d.ts.map +1 -1
- package/dist/internal/root-registration-allowlist.js +8 -0
- package/dist/internal/root-registration-allowlist.js.map +1 -1
- package/dist/internal/tokens.styles.d.ts.map +1 -1
- package/dist/internal/tokens.styles.js +3 -10
- package/dist/internal/tokens.styles.js.map +1 -1
- package/dist/lyra.d.ts +22 -0
- package/dist/lyra.d.ts.map +1 -1
- package/dist/lyra.js +16 -0
- package/dist/lyra.js.map +1 -1
- package/llms-full.txt +176 -60
- package/package.json +20 -2
- package/dist/components/csv-viewer/csv-loader.d.ts +0 -8
- package/dist/components/csv-viewer/csv-loader.d.ts.map +0 -1
- package/dist/components/csv-viewer/csv-loader.js +0 -19
- package/dist/components/csv-viewer/csv-loader.js.map +0 -1
- package/dist/components/dataset-viewer/dataset-loader.d.ts +0 -7
- package/dist/components/dataset-viewer/dataset-loader.d.ts.map +0 -1
- package/dist/components/dataset-viewer/dataset-loader.js +0 -19
- package/dist/components/dataset-viewer/dataset-loader.js.map +0 -1
package/llms-full.txt
CHANGED
|
@@ -531,6 +531,10 @@ Text field + calendar popover, **form-associated** via the shared `FormAssociate
|
|
|
531
531
|
**Properties (own, continued):**
|
|
532
532
|
- `errorText: string = ''` (attribute `error-text` — static error copy; overridden by slotted
|
|
533
533
|
`error` content when provided)
|
|
534
|
+
- `accessibleLabel: string | null = null` (attribute `aria-label`) — overrides the internal
|
|
535
|
+
`<input>`'s computed accessible name; wins over `label`/`placeholder`/the localized `date`
|
|
536
|
+
fallback in that order. Attribute-reflects from a host-level `aria-label` so a plain-markup
|
|
537
|
+
consumer gets ARIA-name forwarding without setting a JS property.
|
|
534
538
|
- `clearLabel: string = 'Clear'` (attribute `clear-label` — accessible label for the clear button)
|
|
535
539
|
- `openLabel: string = 'Open calendar'` (attribute `open-label` — accessible label for the
|
|
536
540
|
calendar-toggle button)
|
|
@@ -547,7 +551,15 @@ Text field + calendar popover, **form-associated** via the shared `FormAssociate
|
|
|
547
551
|
- `autocomplete: string = ''`, `inputMode: string = ''` (`inputmode`), and `enterKeyHint: string = ''`
|
|
548
552
|
(`enterkeyhint`) — forwarded to the internal `<input>`.
|
|
549
553
|
|
|
550
|
-
**Methods:** `show()`, `hide()`, `clear()`
|
|
554
|
+
**Methods:** `show()`, `hide()`, `clear()`, `focus(options?)`, `blur()`, `select()`,
|
|
555
|
+
`setSelectionRange()`, `setRangeText()` (all of the focus/selection methods forward to the internal
|
|
556
|
+
native date `<input>`).
|
|
557
|
+
|
|
558
|
+
**Getters:** `input: HTMLInputElement | undefined` — the internal native `<input>`, for direct DOM
|
|
559
|
+
access.
|
|
560
|
+
|
|
561
|
+
**Selection properties:** `selectionStart`, `selectionEnd`, and `selectionDirection` mirror the
|
|
562
|
+
internal native date input.
|
|
551
563
|
|
|
552
564
|
**Events:** `input`, `change`, `lyra-show`, `lyra-hide`, `lyra-clear`, `blur` (re-dispatched from
|
|
553
565
|
the internal `<input>`'s own `blur`, bubbling and composed unlike the native event), `focus`
|
|
@@ -787,7 +799,7 @@ form-associated via the same `FormAssociated` mixin as `lyra-textarea`. Ships th
|
|
|
787
799
|
`size` scale as `lyra-select`/`lyra-combobox`.
|
|
788
800
|
|
|
789
801
|
**Properties:**
|
|
790
|
-
- `type: 'text' | 'password' | 'email' | 'number' = 'text'`
|
|
802
|
+
- `type: 'text' | 'password' | 'email' | 'number' | 'time' = 'text'`
|
|
791
803
|
- `size: 'xs' | 's' | 'm' | 'l' | 'xl' = 'm'` (reflected)
|
|
792
804
|
- `value: string = ''` (from `FormAssociated`)
|
|
793
805
|
- `placeholder: string = ''`
|
|
@@ -799,10 +811,14 @@ form-associated via the same `FormAssociated` mixin as `lyra-textarea`. Ships th
|
|
|
799
811
|
- `spellcheck: boolean = true` — forwarded to the native input, including `spellcheck="false"`
|
|
800
812
|
- `autocapitalize: string = ''` / `autoCorrect: string = ''`
|
|
801
813
|
- `inputMode: string = ''` / `enterKeyHint: string = ''`
|
|
802
|
-
- `min?: number` / `max?: number` / `step?: number` (attribute
|
|
814
|
+
- `min?: number` / `max?: number` (attributes `min`/`max`) / `step?: number | 'any'` (attribute
|
|
815
|
+
`step`, accepts the native `'any'` value alongside a number) — `type="number"` only
|
|
803
816
|
- `passwordVisible: boolean = false` (attribute `password-visible` — `type="password"` only)
|
|
804
817
|
- `name`/`disabled`/`required` (from `FormAssociated`)
|
|
805
818
|
|
|
819
|
+
**Getters/methods:** `input: HTMLInputElement | null` (the internal native `<input>`, for direct DOM
|
|
820
|
+
access), `focus(options?: FocusOptions)`, `blur()`, `select()`.
|
|
821
|
+
|
|
806
822
|
**Events:** native-style composed `input` and `change`, plus `lyra-input` (`detail: { value }`,
|
|
807
823
|
fired on every user-driven edit) and `lyra-change` (`detail: { value }`, fired on the native
|
|
808
824
|
`change` timing), `blur`/`focus` (re-dispatched bubbling + composed from the internal native input's
|
|
@@ -1120,8 +1136,10 @@ Zero-dependency inline SVG trend chart (mirrors `<wa-sparkline>`).
|
|
|
1120
1136
|
|
|
1121
1137
|
**CSS parts:** `line`, `area`, `bar`
|
|
1122
1138
|
|
|
1123
|
-
**Themeable custom properties:** `--lyra-color-brand`
|
|
1124
|
-
|
|
1139
|
+
**Themeable custom properties:** `--lyra-color-brand` (pure CSS cascade, no JS/`getComputedStyle`
|
|
1140
|
+
bridging needed), `--lyra-sparkline-stroke-width` (default `1.5` — stroke width of the line/area
|
|
1141
|
+
path), and `--lyra-sparkline-area-opacity` (default `0.15` — fill opacity of the area under the
|
|
1142
|
+
line, `type="area"` only).
|
|
1125
1143
|
|
|
1126
1144
|
**Optional peer deps:** none.
|
|
1127
1145
|
|
|
@@ -1282,7 +1300,8 @@ attribute), `description` (rich description content, overrides the `description`
|
|
|
1282
1300
|
**CSS parts:** `base`, `icon`, `heading`, `description`, `actions`
|
|
1283
1301
|
|
|
1284
1302
|
**Themeable custom properties:** `--lyra-empty-compact-align` (compact mode only; defaults preserve
|
|
1285
|
-
the existing `flex-start` cross-axis and `start` text alignment, and `center` centers both),
|
|
1303
|
+
the existing `flex-start` cross-axis and `start` text alignment, and `center` centers both),
|
|
1304
|
+
`--lyra-empty-compact-padding` (default `--lyra-space-xs` — padding used in compact mode), plus
|
|
1286
1305
|
shared tokens (`--lyra-space-xs/-s/-l`, `--lyra-color-text-quiet/-border/-text`).
|
|
1287
1306
|
|
|
1288
1307
|
**Optional peer deps:** none.
|
|
@@ -1978,6 +1997,8 @@ position) survives the transition.
|
|
|
1978
1997
|
- `activeView: string = ''` (attribute: false) — the currently active view's `id`; defaults to the
|
|
1979
1998
|
first entry of `views` (or `''` when `views` is empty). Settable directly to control the active
|
|
1980
1999
|
view externally; also updated internally when a view toggle is clicked.
|
|
2000
|
+
- `accessibleLabel: string = ''` (attribute `aria-label`) — overrides the label-derived fullscreen
|
|
2001
|
+
dialog name.
|
|
1981
2002
|
|
|
1982
2003
|
**Events:** `lyra-collapse-change` (`detail: boolean`, the new `collapsed` state),
|
|
1983
2004
|
`lyra-fullscreen-change` (`detail: boolean`, the new `fullscreen` state — also fired when fullscreen
|
|
@@ -2753,9 +2774,9 @@ the escape hatch for a consumer's own theme-toggle handler to call when it flips
|
|
|
2753
2774
|
a data point/segment, for any chart type, not just bar; `detail: { datasetIndex: number, index:
|
|
2754
2775
|
number, label: string | undefined, value: unknown }`)
|
|
2755
2776
|
|
|
2756
|
-
**Slots:**
|
|
2777
|
+
**Slots:** `data-table` — an optional consumer-provided accessible table alternative.
|
|
2757
2778
|
|
|
2758
|
-
**CSS parts:** `base`, `canvas`, `reset-zoom-button`
|
|
2779
|
+
**CSS parts:** `base`, `canvas`, `reset-zoom-button`, `description`, `data-table`
|
|
2759
2780
|
|
|
2760
2781
|
**Themeable custom properties:** `--lyra-chart-height` (set programmatically on the host from the
|
|
2761
2782
|
`height` property — must be read from the host, not a shadow-tree descendant, since custom
|
|
@@ -2903,20 +2924,17 @@ focused). `detail: { datasetIndex: number, index: number, label: string | undefi
|
|
|
2903
2924
|
The axis gutter/title and y-axis labels mirror to logical start under RTL. Built-in mark summaries
|
|
2904
2925
|
are complete localized templates and format values with `effectiveLocale`.
|
|
2905
2926
|
|
|
2906
|
-
**Performance:**
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
size) have changed since the last render. A `tickFormat`/`barX` identity change alone (with everything
|
|
2911
|
-
else unchanged) does not force a redraw — in practice both are stable across a component's lifetime,
|
|
2912
|
-
and any data change that would make a different output visible already changes `datasets`/`labels`
|
|
2913
|
-
too.
|
|
2927
|
+
**Performance:** `render()` recomputes the grid/marks on every update rather than memoizing against a
|
|
2928
|
+
content signature — `datasets`/`labels` can hold callbacks (`tickFormat`, `barX`) or arbitrary,
|
|
2929
|
+
possibly circular or BigInt-bearing application data that a fingerprint can't serialize safely, so a
|
|
2930
|
+
fresh, small SVG render is cheaper and more correct than a lossy cache.
|
|
2914
2931
|
|
|
2915
2932
|
**Slots:** none.
|
|
2916
2933
|
|
|
2917
2934
|
**CSS parts:** `base`, `grid-line`, `axis-label`, `axis-title`, `bar` (each bar rect; carries
|
|
2918
2935
|
`data-selected` when its category index is in `selectedIndex`), `line`, `point`, `legend`,
|
|
2919
|
-
`legend-item`, `legend-swatch
|
|
2936
|
+
`legend-item`, `legend-swatch`, `live-region` (the current mark announcement for keyboard users),
|
|
2937
|
+
`data-list` (a visually hidden list of all plotted data points).
|
|
2920
2938
|
|
|
2921
2939
|
**Themeable custom properties:** `--lyra-chart-height` (same host-level property as `lyra-chart`);
|
|
2922
2940
|
`--lyra-chart-grid-color`, `--lyra-chart-tick-color`, `--lyra-chart-legend-color` — same token
|
|
@@ -3042,12 +3060,12 @@ browser). Does **not** extend `LyraChart` — a deliberately bespoke API.
|
|
|
3042
3060
|
|
|
3043
3061
|
**Events:** none.
|
|
3044
3062
|
|
|
3045
|
-
**Slots:**
|
|
3063
|
+
**Slots:** `data-table` — an optional consumer-provided accessible table alternative.
|
|
3046
3064
|
|
|
3047
|
-
**CSS parts:** `base`, `canvas`
|
|
3065
|
+
**CSS parts:** `base`, `canvas`, `description`, `data-table`
|
|
3048
3066
|
|
|
3049
|
-
**Themeable custom properties:** `--lyra-chart-height`
|
|
3050
|
-
|
|
3067
|
+
**Themeable custom properties:** `--lyra-chart-height` — same host-level mechanism and token name
|
|
3068
|
+
as `lyra-chart`, but its own stylesheet (not a re-export).
|
|
3051
3069
|
|
|
3052
3070
|
**Optional peer deps:** `@sgratzl/chartjs-chart-boxplot` (plus `chart.js` transitively, loaded
|
|
3053
3071
|
independently of the base `chart-loader.ts`).
|
|
@@ -3067,8 +3085,8 @@ independently of the base `chart-loader.ts`).
|
|
|
3067
3085
|
- Chart.js receives `effectiveLocale`; generated numeric summaries use it, the y axis moves to
|
|
3068
3086
|
logical start in RTL, canvas tooltip/axis colors are token-driven, and animation is disabled
|
|
3069
3087
|
under reduced motion.
|
|
3070
|
-
-
|
|
3071
|
-
|
|
3088
|
+
- If `@sgratzl/chartjs-chart-boxplot` fails to load, the component warns to the console and
|
|
3089
|
+
resolves to no chart rather than throwing.
|
|
3072
3090
|
|
|
3073
3091
|
---
|
|
3074
3092
|
|
|
@@ -3190,6 +3208,8 @@ parsing (that's left entirely to the host).
|
|
|
3190
3208
|
- `forbiddenMimeTypes: string[] = []` (attribute: false) — exact MIME-string denylist, checked
|
|
3191
3209
|
**before** (and takes precedence over) `allowedMimeTypes`
|
|
3192
3210
|
- `maxFileSize: number = 0` (attribute `max-file-size` — bytes; `0` disables the check)
|
|
3211
|
+
- `directory: boolean = false` (reflected) — enables native directory selection where supported
|
|
3212
|
+
- `paste: boolean = true` (reflected) — accepts files pasted into the dropzone
|
|
3193
3213
|
- `label: string = 'Drop files here or click to browse'`
|
|
3194
3214
|
- `accessibleLabel: string = ''` (attribute `aria-label`) — overrides `label` as the internal
|
|
3195
3215
|
dropzone/button accessible name without changing visible copy
|
|
@@ -3202,10 +3222,12 @@ parsing (that's left entirely to the host).
|
|
|
3202
3222
|
forwards to the interactive dropzone.
|
|
3203
3223
|
|
|
3204
3224
|
**Events:** `lyra-files` (`detail: { files: File[], rejected: RejectedFile[] }`, fired on both drop
|
|
3205
|
-
and manual file-picker selection) — `RejectedFile = { file: File; reason: 'type' | 'count' | 'size'
|
|
3225
|
+
and manual file-picker selection) — `RejectedFile = { file: File; reason: 'type' | 'count' | 'size' | 'directory'
|
|
3206
3226
|
}`: `'type'` from `accept`/`allowedMimeTypes`/`forbiddenMimeTypes`, `'count'` when a single-file
|
|
3207
3227
|
input (`multiple` unset) receives more than one file (in which case *all* files are rejected, none
|
|
3208
|
-
accepted), `'size'` from `maxFileSize
|
|
3228
|
+
accepted), `'size'` from `maxFileSize`, or `'directory'` for a dropped folder. `focus`/`blur` fire
|
|
3229
|
+
when the semantic dropzone (the actual keyboard-focusable element, not the hidden native `<input>`)
|
|
3230
|
+
gains/loses focus.
|
|
3209
3231
|
|
|
3210
3232
|
**Slots:** default slot — custom dropzone content, overrides the `label` attribute text when
|
|
3211
3233
|
provided. The accessible name always comes from `label` regardless, so icon-only slot content still
|
|
@@ -3413,7 +3435,8 @@ detail object.
|
|
|
3413
3435
|
|
|
3414
3436
|
**Slots:** default scrollable content.
|
|
3415
3437
|
|
|
3416
|
-
**CSS parts:** `base`, `viewport`, `content`, `previous`,
|
|
3438
|
+
**CSS parts:** `base`, `viewport`, `content`, `previous`, `next`, `control` (shared by `previous` and
|
|
3439
|
+
`next`), and `previous-glyph`/`next-glyph` (the chevron inside each, mirrored under RTL).
|
|
3417
3440
|
|
|
3418
3441
|
```html
|
|
3419
3442
|
<lyra-scroller controls label="Project cards">
|
|
@@ -3719,7 +3742,9 @@ convention).
|
|
|
3719
3742
|
|
|
3720
3743
|
**Properties:**
|
|
3721
3744
|
- `steps: StepItem[] = []` (attribute: false) — `StepItem { id: string; label: string; state:
|
|
3722
|
-
'pending' | 'current' | 'completed' | 'disabled' | 'error' }`;
|
|
3745
|
+
'pending' | 'current' | 'completed' | 'disabled' | 'error'; title?: string }`; `title` is an
|
|
3746
|
+
optional native tooltip for the step's button (e.g. explaining why a `disabled` step is locked) —
|
|
3747
|
+
omit it for no `title` attribute at all, not an empty string. Never mutated by this component.
|
|
3723
3748
|
Empty (the default) renders nothing.
|
|
3724
3749
|
- `orientation: 'horizontal' | 'vertical' = 'horizontal'` (reflected) — `'horizontal'` (the default)
|
|
3725
3750
|
lays steps out in a row (Left/Right, RTL-aware, navigate); `'vertical'` stacks them (Up/Down
|
|
@@ -3915,6 +3940,8 @@ control's visible, clickable label (same as `<lyra-checkbox>`).
|
|
|
3915
3940
|
**Events:** `lyra-change` (`detail: { checked: boolean }`) — fired on a user toggle (click or
|
|
3916
3941
|
Space/Enter); not fired for a programmatic `.checked` assignment.
|
|
3917
3942
|
|
|
3943
|
+
**Methods:** `focus(options?)` and `blur()` forward to the internal switch control.
|
|
3944
|
+
|
|
3918
3945
|
**Slots:**
|
|
3919
3946
|
- default — label text, rendered next to the track. Clicking it toggles the switch, the same as
|
|
3920
3947
|
clicking a checkbox's associated `<label>`. If left empty, set `aria-label` on the host so the
|
|
@@ -3985,7 +4012,9 @@ stack overflow on cyclic `data`.
|
|
|
3985
4012
|
**Events:** `lyra-copy` (`detail: { text: string }`) — fired by the top-level copy button or a
|
|
3986
4013
|
per-node one. Fires even when `navigator.clipboard` is unavailable or the write silently failed
|
|
3987
4014
|
(a rejected `writeText()` is swallowed), so a consumer can still observe copy *intent* — the event
|
|
3988
|
-
is not a confirmation that the OS clipboard was actually reached.
|
|
4015
|
+
is not a confirmation that the OS clipboard was actually reached. Copying a circular `data` value
|
|
4016
|
+
serializes safely, substituting the same `Circular reference` marker the tree view renders, instead
|
|
4017
|
+
of throwing.
|
|
3989
4018
|
|
|
3990
4019
|
**Slots:** none — the tree is rendered entirely from `data`.
|
|
3991
4020
|
|
|
@@ -4452,13 +4481,15 @@ the built-in glyph for the current `status` is used)
|
|
|
4452
4481
|
`summary`), `category`, `name`, `summary`, `meta` (wrapper around `status-text` and `duration`),
|
|
4453
4482
|
`status-text`, `duration`, `tooltip` (the floating detail popup, only meaningful while open)
|
|
4454
4483
|
|
|
4455
|
-
**Themeable custom properties:**
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
`--lyra-color-
|
|
4460
|
-
`--lyra-color-
|
|
4461
|
-
`--lyra-
|
|
4484
|
+
**Themeable custom properties:** `--lyra-tool-call-chip-spin` (default `1s linear` — running-icon
|
|
4485
|
+
animation duration/timing) and `--lyra-transition-ambient` (default `1.8s ease-in-out` — pending-icon
|
|
4486
|
+
pulse duration/timing); the per-status accent/background/border are internal `--lyra-tool-call-chip-*`
|
|
4487
|
+
variables swapped by `:host([status])` rules, not part of the public theming API. Shared tokens
|
|
4488
|
+
referenced: `--lyra-color-text-quiet`, `--lyra-color-surface`, `--lyra-color-border`,
|
|
4489
|
+
`--lyra-color-brand`/`-brand-quiet`, `--lyra-color-success`/`-success-quiet`,
|
|
4490
|
+
`--lyra-color-danger`/`-danger-quiet`, `--lyra-color-warning`/`-warning-quiet`, `--lyra-color-text`,
|
|
4491
|
+
`--lyra-space-xs/-s/-m`, `--lyra-radius`, `--lyra-shadow`, `--lyra-focus-ring-*`,
|
|
4492
|
+
`--lyra-transition-fast`.
|
|
4462
4493
|
|
|
4463
4494
|
**Optional peer deps:** none.
|
|
4464
4495
|
|
|
@@ -5186,8 +5217,10 @@ invention (no Web Awesome equivalent).
|
|
|
5186
5217
|
which is only a safe identity while `items` never reorders/inserts/removes — provide this whenever
|
|
5187
5218
|
possible, or scroll position and per-row DOM state (e.g. an `<audio>` element's playback position)
|
|
5188
5219
|
can attach to the wrong row across a mutation.
|
|
5189
|
-
- `groups?: VirtualListGroup[]` (attribute: false) —
|
|
5190
|
-
|
|
5220
|
+
- `groups?: VirtualListGroup[]` (attribute: false) — renders a labeled `role="heading"` marker at each
|
|
5221
|
+
group's `startIndex`, positioned independently of the row window (so it stays in place as its rows
|
|
5222
|
+
scroll past). Groups are sorted by `startIndex`; a `startIndex` that's non-integer, out of range, or
|
|
5223
|
+
a duplicate of an earlier group's is silently dropped rather than rendered wrong.
|
|
5191
5224
|
- `rowHeight: string = 'auto'` (attribute `row-height`) — `'auto'` measures each row's real height via
|
|
5192
5225
|
`ResizeObserver`; a numeric string (e.g. `"56"`) fixes every row to that many pixels. Anything else
|
|
5193
5226
|
(non-numeric, zero, negative, non-finite) silently falls back to `'auto'` rather than throwing.
|
|
@@ -5195,16 +5228,17 @@ invention (no Web Awesome equivalent).
|
|
|
5195
5228
|
values are floored and clamped to 0–100, while non-finite values use the default 6, so an invalid
|
|
5196
5229
|
runtime value cannot disable windowing and render the entire collection.
|
|
5197
5230
|
- `activeId: string = ''` (attribute `active-id`) — when set and it matches a row's `keyFunction`
|
|
5198
|
-
result (compared
|
|
5199
|
-
|
|
5231
|
+
result (compared with `Object.is` against the typed value — attribute values arrive as strings, so
|
|
5232
|
+
assign the property directly for a numeric key), that row is smoothly scrolled into view whenever
|
|
5233
|
+
this changes, and rendered with `aria-current="true"`.
|
|
5200
5234
|
- `loading: boolean = false` (reflected) — sets `aria-busy` on the scroll container and a `cursor:
|
|
5201
5235
|
progress` style; does not by itself gate `lyra-load-more` (see below).
|
|
5202
5236
|
- `hasMore: boolean = false` (attribute `has-more`, reflected) — when true, scrolling near the bottom
|
|
5203
5237
|
fires `lyra-load-more` (gated by `loading`).
|
|
5204
5238
|
|
|
5205
5239
|
**Exported types:** `VirtualListRange { start: number; end: number }` (the `lyra-visible-range-changed`
|
|
5206
|
-
detail shape); `VirtualListGroup { key: string | number; label?: string; startIndex: number }` —
|
|
5207
|
-
|
|
5240
|
+
detail shape); `VirtualListGroup { key: string | number; label?: string; startIndex: number }` — the
|
|
5241
|
+
shape consumed by `groups` above.
|
|
5208
5242
|
The package root also exports `groupByRecency(items, options?)`, a DOM-free helper that returns
|
|
5209
5243
|
non-empty Today/Yesterday/Previous 7 Days/Older buckets, preserves input order within each bucket,
|
|
5210
5244
|
and accepts a timestamp extractor, reference date, and label overrides.
|
|
@@ -5219,7 +5253,8 @@ current visible, non-overscanned item index range — fired only when it actuall
|
|
|
5219
5253
|
|
|
5220
5254
|
**CSS parts:** `base` (the scrollable container, `role="list"`, `tabindex="0"`), `spacer` (the
|
|
5221
5255
|
full-content-height inner element establishing true scroll extent), `row` (one rendered row's
|
|
5222
|
-
absolutely-positioned wrapper, `role="listitem"`)
|
|
5256
|
+
absolutely-positioned wrapper, `role="listitem"`), `group` (a `groups` entry's positioned
|
|
5257
|
+
`role="heading"` marker)
|
|
5223
5258
|
|
|
5224
5259
|
**Themeable custom properties:** `--lyra-virtual-list-height` (default `24rem` — the host's bounded
|
|
5225
5260
|
scroll extent; component-specific since a virtualized list is meaningless without a sized viewport),
|
|
@@ -7037,7 +7072,7 @@ set `valid: false` while `formError`, rather than a fabricated field key, carrie
|
|
|
7037
7072
|
|
|
7038
7073
|
**Slots:** none.
|
|
7039
7074
|
|
|
7040
|
-
**CSS parts:** `base`, `field`, `label`, `description`, `error`
|
|
7075
|
+
**CSS parts:** `base`, `field`, `label`, `description`, `error`, `unsupported`, `empty`
|
|
7041
7076
|
|
|
7042
7077
|
**Themeable custom properties:** no component-specific custom properties; shared tokens only —
|
|
7043
7078
|
`--lyra-space-l/-xs/-s`, `--lyra-color-border`, `--lyra-radius`, `--lyra-color-surface`,
|
|
@@ -7295,7 +7330,14 @@ already follow.
|
|
|
7295
7330
|
since the remove button already nests inside `[part='base']` — a focusable descendant of a
|
|
7296
7331
|
`role="button"` ancestor isn't allowed there, and this component's two real use cases (a
|
|
7297
7332
|
chart-series visibility toggle, a category filter chip) never need both at once. `false` (the
|
|
7298
|
-
default) reproduces the exact passive-label-pill
|
|
7333
|
+
default, with `toggleable` also left at its default) reproduces the exact passive-label-pill
|
|
7334
|
+
output.
|
|
7335
|
+
- `toggleable: boolean = false` (reflected) — explicit opt-in into `selected`'s toggle/pressed
|
|
7336
|
+
interactive mode, independent of `selected`'s own current value. Setting `selected` to `true` at
|
|
7337
|
+
any point opts in automatically and keeps `toggleable` `true` from then on (enough for a chip that
|
|
7338
|
+
starts already pressed) — set `toggleable` directly instead for a chip that must be clickable from
|
|
7339
|
+
the outset while starting **unselected**, e.g. an initially-inactive category filter chip, since
|
|
7340
|
+
`selected`'s own default (`false`) can't otherwise be distinguished from "never opted in".
|
|
7299
7341
|
- `value?: string` — opaque consumer bookkeeping value, never read, validated, or rendered by this
|
|
7300
7342
|
component itself, only ever echoed back verbatim (including `undefined` if never set) in
|
|
7301
7343
|
`lyra-remove`'s detail
|
|
@@ -7936,12 +7978,13 @@ Remote resources are capped at 25 MB; exceeding it surfaces the localized
|
|
|
7936
7978
|
## `lyra-archive-viewer`
|
|
7937
7979
|
|
|
7938
7980
|
Lists entry names and human-readable uncompressed sizes inside a `.zip` archive using the optional
|
|
7939
|
-
`jszip` peer. It is listing-only: entry content is never rendered or previewed.
|
|
7940
|
-
|
|
7941
|
-
|
|
7942
|
-
archives.
|
|
7981
|
+
`jszip` peer. It is listing-only: entry content is never rendered or previewed. Each entry's size is
|
|
7982
|
+
read straight from JSZip's local file header (`uncompressedSize`) when available, falling back to
|
|
7983
|
+
fully decompressing only the rare entry missing that header field. The list composes
|
|
7984
|
+
`<lyra-virtual-list>` for large archives.
|
|
7943
7985
|
|
|
7944
|
-
**Properties:** `src` and `name` are strings
|
|
7986
|
+
**Properties:** `src` and `name` are strings — `name` (or a host-level `aria-label`) names the
|
|
7987
|
+
listing region as `role="region"`; with neither set, the region is unnamed.
|
|
7945
7988
|
|
|
7946
7989
|
**Events:** `lyra-render-error` with `detail.error` when fetching or parsing fails.
|
|
7947
7990
|
|
|
@@ -8068,9 +8111,10 @@ Fetches tab-, pipe-, or delimiter-separated text and renders an accessible table
|
|
|
8068
8111
|
|
|
8069
8112
|
**Optional peer dependency:** `papaparse`.
|
|
8070
8113
|
|
|
8071
|
-
Remote resources are capped at 25 MB, and the parsed table at
|
|
8072
|
-
|
|
8073
|
-
|
|
8114
|
+
Remote resources are capped at 25 MB, and the parsed table at 1,000 rows and 1,000 columns (lower
|
|
8115
|
+
than `lyra-csv-viewer`/`lyra-spreadsheet-viewer`'s shared 10,000-row cap, since this component renders
|
|
8116
|
+
every row into a real, non-virtualized `<table>` in one synchronous pass); exceeding any of these
|
|
8117
|
+
surfaces the localized `documentPreviewResourceTooLarge` message instead of the table.
|
|
8074
8118
|
|
|
8075
8119
|
## `lyra-contact-viewer`
|
|
8076
8120
|
|
|
@@ -8574,6 +8618,8 @@ A form-associated single-choice control. Use it alone or inside `lyra-radio-grou
|
|
|
8574
8618
|
|
|
8575
8619
|
**Properties:** `checked`, `disabled`, `required`, `name`, and `value` (all reflected where
|
|
8576
8620
|
applicable). A selected radio submits its value through `ElementInternals`.
|
|
8621
|
+
`effectiveRequired` exposes the required state inherited from a containing radio group. `focus()`
|
|
8622
|
+
and `blur()` forward to the internal radio control.
|
|
8577
8623
|
|
|
8578
8624
|
**Events:** native-style composed `input` and `change`, plus `lyra-change` with
|
|
8579
8625
|
`{ checked, value }`.
|
|
@@ -8592,7 +8638,8 @@ A click-triggered, light-dismiss floating surface positioned with the shared Flo
|
|
|
8592
8638
|
|
|
8593
8639
|
**Properties:** `open`, `placement`, `distance`, `accessibleLabel` (`aria-label`), and `popupRole` (`popup-role`).
|
|
8594
8640
|
**Events:** `lyra-show`, `lyra-hide`. **Slots:** `trigger`, default content. **CSS parts:** `trigger`,
|
|
8595
|
-
`popup`, `content`.
|
|
8641
|
+
`popup`, `content`. **Themeable custom properties:** `--lyra-overlay-max-inline-size` (default
|
|
8642
|
+
`--lyra-size-20rem` — maximum inline size of the popup).
|
|
8596
8643
|
|
|
8597
8644
|
## `lyra-tooltip`
|
|
8598
8645
|
|
|
@@ -8600,7 +8647,9 @@ A hover/focus tooltip positioned with the shared Floating UI positioner.
|
|
|
8600
8647
|
|
|
8601
8648
|
**Properties:** `open`, `manual`, `delay`, `placement`, `distance`, `content`, and
|
|
8602
8649
|
`accessibleLabel` (`aria-label`). **Slots:** `trigger`, default content. **CSS parts:**
|
|
8603
|
-
`trigger`, `popup`.
|
|
8650
|
+
`trigger`, `popup`. **Themeable custom properties:** `--lyra-tooltip-max-inline-size` (default
|
|
8651
|
+
`--lyra-size-20rem`), `--lyra-tooltip-background` (default `--lyra-color-neutral`), and
|
|
8652
|
+
`--lyra-tooltip-color` (default `--lyra-color-on-neutral`).
|
|
8604
8653
|
|
|
8605
8654
|
## `lyra-dropdown`
|
|
8606
8655
|
|
|
@@ -8609,6 +8658,8 @@ menu-item behavior is needed.
|
|
|
8609
8658
|
|
|
8610
8659
|
**Properties:** `open`, `placement`, `distance`, `accessibleLabel` (`aria-label`), and `popupRole` (`popup-role`).
|
|
8611
8660
|
**Slots:** `trigger`, default menu content. **CSS parts:** `trigger`, `popup`, `content`.
|
|
8661
|
+
**Themeable custom properties:** `--lyra-overlay-max-inline-size` (default `--lyra-size-20rem` —
|
|
8662
|
+
maximum inline size of the popup).
|
|
8612
8663
|
|
|
8613
8664
|
## `lyra-radio-group`
|
|
8614
8665
|
|
|
@@ -8624,6 +8675,64 @@ focus; arrow navigation selects the next enabled radio.
|
|
|
8624
8675
|
|
|
8625
8676
|
**CSS parts:** `base`, `label`, `hint`, `error`.
|
|
8626
8677
|
|
|
8678
|
+
## `lyra-checkbox-group`
|
|
8679
|
+
|
|
8680
|
+
A form-associated collection of `<lyra-checkbox>` children. Its `value` is a `string[]`; each
|
|
8681
|
+
selected value is submitted under `name` and `required` requires at least one selection.
|
|
8682
|
+
|
|
8683
|
+
**Properties:** `label`, `hint`, `errorText`, `value`, `name`, `required`, `disabled`, and
|
|
8684
|
+
`accessibleLabel` (`aria-label`). **Slots:** default checkboxes, `label`, `hint`, `error`.
|
|
8685
|
+
**Events:** `input`, `change`, and `lyra-change` with `{ value: string[] }`.
|
|
8686
|
+
**CSS parts:** `form-control`, `form-control-label`, `options`, `hint`, `error`.
|
|
8687
|
+
|
|
8688
|
+
## `lyra-token-input`
|
|
8689
|
+
|
|
8690
|
+
An editable form-associated token list. Enter, comma, or blur commits a token; Backspace removes
|
|
8691
|
+
the last token. `value` is a `string[]` and repeated values are submitted under `name`.
|
|
8692
|
+
|
|
8693
|
+
**Properties:** `value`, `label`, `hint`, `errorText`, `placeholder`, `name`, `required`,
|
|
8694
|
+
`disabled`, `accessibleLabel`, `allowDuplicates`, and `delimiter`.
|
|
8695
|
+
**Events:** `input`, `change`, `lyra-add`, and `lyra-remove`.
|
|
8696
|
+
**CSS parts:** `form-control`, `form-control-label`, `input-wrapper`, `token`, `remove`, `input`,
|
|
8697
|
+
`hint`, `error`. `focus()` and `blur()` forward to the internal text input.
|
|
8698
|
+
|
|
8699
|
+
## `lyra-icon` / `lyra-icon-button`
|
|
8700
|
+
|
|
8701
|
+
`lyra-icon` is a dependency-free SVG path icon with named common glyphs and a custom `path`
|
|
8702
|
+
property. `lyra-icon-button` provides an accessible icon-only native button with `icon`, `label`,
|
|
8703
|
+
`aria-label`, `type`, and `disabled` properties. Its `accessibleLabel` property is the typed
|
|
8704
|
+
`aria-label` override, and `focus()`/`blur()` forward to the native button.
|
|
8705
|
+
|
|
8706
|
+
## `lyra-command-palette`
|
|
8707
|
+
|
|
8708
|
+
Searchable application command menu with a `commands` property, fuzzy substring matching, command
|
|
8709
|
+
groups, keyboard navigation, Escape dismissal, and a configurable `mod+k` shortcut.
|
|
8710
|
+
`openPalette()`, `close()`, and `registerCommand()` provide imperative control. `accessibleLabel`
|
|
8711
|
+
(`aria-label`) overrides the dialog name. **Events:** `lyra-open`, `lyra-close`, and `lyra-select`
|
|
8712
|
+
with `{ command }`.
|
|
8713
|
+
|
|
8714
|
+
## `lyra-code-editor`
|
|
8715
|
+
|
|
8716
|
+
Dependency-free, form-associated multiline code editor built around a native textarea. Supports
|
|
8717
|
+
line numbers, language metadata, tab insertion, readonly mode, resize, selection getters/methods,
|
|
8718
|
+
and editing-assistance passthrough attributes. Properties include `label`, `hint`, `errorText`,
|
|
8719
|
+
`placeholder`, `lineNumbers`, `tabSize`, `wrap`, `spellcheck`, `autocapitalize`, `autoCorrect`,
|
|
8720
|
+
and `accessibleLabel`; `selectionStart`/`selectionEnd`, `setSelectionRange()`, `setRangeText()`,
|
|
8721
|
+
`focus()`, and `blur()` are public editing APIs.
|
|
8722
|
+
|
|
8723
|
+
## `lyra-data-grid`
|
|
8724
|
+
|
|
8725
|
+
Keyboard-navigable data grid with typed `columns` and `rows`, sortable headers, roving cell focus,
|
|
8726
|
+
selection events, loading/empty states, and responsive horizontal overflow. Properties include
|
|
8727
|
+
`rowKey`, `selectedKey`, `sortKey`, `sortDirection`, `emptyText`, and `accessibleLabel`.
|
|
8728
|
+
|
|
8729
|
+
## `lyra-calendar`
|
|
8730
|
+
|
|
8731
|
+
Responsive month calendar with event markers and agenda mode. `events` accepts `{ date, title,
|
|
8732
|
+
start?, end?, color?, data? }` records. `value` controls the selected date and `viewDate` controls
|
|
8733
|
+
the visible month. `firstDayOfWeek` controls week layout and `accessibleLabel` names the calendar.
|
|
8734
|
+
**Events:** `lyra-date-select`, `lyra-event-select`, and `lyra-view-change`.
|
|
8735
|
+
|
|
8627
8736
|
## `lyra-spinner`
|
|
8628
8737
|
|
|
8629
8738
|
An indeterminate busy indicator with a localized `role="status"` name.
|
|
@@ -8671,7 +8780,7 @@ errors without panel chrome.
|
|
|
8671
8780
|
`preventDefault()`.
|
|
8672
8781
|
|
|
8673
8782
|
**Slots:** default message, `heading`, `icon`. **CSS parts:** `base`, `icon`, `content`, `heading`,
|
|
8674
|
-
`close-button`.
|
|
8783
|
+
`message` (wrapper around the default slot), `close-button`.
|
|
8675
8784
|
|
|
8676
8785
|
## `lyra-details`, `lyra-accordion`, and `lyra-accordion-item`
|
|
8677
8786
|
|
|
@@ -8719,14 +8828,21 @@ When `sync` is true the displayed value refreshes periodically.
|
|
|
8719
8828
|
|
|
8720
8829
|
A keyboard-accessible star rating control with slider semantics. **Properties:** `value`, `max`,
|
|
8721
8830
|
`precision`, `readonly`, `disabled`, and `accessibleLabel` (`aria-label`). **Events:**
|
|
8722
|
-
`lyra-change` with `{ value }`. **CSS parts:** `base`, `star
|
|
8831
|
+
`lyra-change` with `{ value }`. **CSS parts:** `base`, `star`, `star-fill` (the filled overlay
|
|
8832
|
+
inside each star, clipped to the fractional `precision` value). **Themeable custom properties:**
|
|
8833
|
+
`--lyra-rating-fill` (default `--lyra-color-warning` — filled-star color), `--lyra-rating-empty-color`
|
|
8834
|
+
(default `--lyra-color-border` — unfilled-star color), and `--lyra-rating-size` (default
|
|
8835
|
+
`--lyra-font-size-xl` — star size).
|
|
8723
8836
|
|
|
8724
8837
|
## `lyra-color-picker`
|
|
8725
8838
|
|
|
8726
|
-
A form-associated native color picker with label and
|
|
8727
|
-
properties `name`, `value`, `disabled`, and `required`, plus `label`, `hint`,
|
|
8728
|
-
(`aria-label`). **Slots:** `label`, `hint`. **Events:**
|
|
8729
|
-
`lyra-change` with `{ value }
|
|
8839
|
+
A form-associated native color picker with label, hint, and error chrome. **Properties:** the shared
|
|
8840
|
+
form properties `name`, `value`, `disabled`, and `required`, plus `label`, `hint`, `errorText`
|
|
8841
|
+
(`error-text`), and `accessibleLabel` (`aria-label`). **Slots:** `label`, `hint`, `error`. **Events:**
|
|
8842
|
+
composed `input` and `change`, `lyra-change` with `{ value }`, and `focus`/`blur` (re-dispatched from
|
|
8843
|
+
the internal `<input>`'s own `focus`/`blur`, bubbling and composed unlike the native events). **CSS
|
|
8844
|
+
parts:** `form-control`, `form-control-label` (the label; `label` is an alias kept for back-compat),
|
|
8845
|
+
`input`, `hint`, `error`.
|
|
8730
8846
|
|
|
8731
8847
|
## Cross-cutting notes
|
|
8732
8848
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aceshooting/lyra-ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Free, independent Lit web components: an open-source alternative to Shoelace and Web Awesome with accessible forms, dashboards, charts, and agent UI.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components",
|
|
@@ -56,7 +56,8 @@
|
|
|
56
56
|
"./components/*": "./dist/components/*",
|
|
57
57
|
"./internal/*": "./dist/internal/*",
|
|
58
58
|
"./theme.css": "./dist/theme.css",
|
|
59
|
-
"./testing": "./dist/testing/happy-dom-shims.js"
|
|
59
|
+
"./testing": "./dist/testing/happy-dom-shims.js",
|
|
60
|
+
"./package.json": "./package.json"
|
|
60
61
|
},
|
|
61
62
|
"sideEffects": [
|
|
62
63
|
"./dist/components/app-rail/app-rail-item.js",
|
|
@@ -153,6 +154,14 @@
|
|
|
153
154
|
"./dist/components/badge/tag.js",
|
|
154
155
|
"./dist/components/callout/callout.js",
|
|
155
156
|
"./dist/components/color-picker/color-picker.js",
|
|
157
|
+
"./dist/components/checkbox-group/checkbox-group.js",
|
|
158
|
+
"./dist/components/token-input/token-input.js",
|
|
159
|
+
"./dist/components/icon/icon.js",
|
|
160
|
+
"./dist/components/icon-button/icon-button.js",
|
|
161
|
+
"./dist/components/command-palette/command-palette.js",
|
|
162
|
+
"./dist/components/code-editor/code-editor.js",
|
|
163
|
+
"./dist/components/data-grid/data-grid.js",
|
|
164
|
+
"./dist/components/calendar/calendar.js",
|
|
156
165
|
"./dist/components/rating/rating.js",
|
|
157
166
|
"./dist/components/json-viewer/json-viewer.js",
|
|
158
167
|
"./dist/components/kbd/kbd.js",
|
|
@@ -304,6 +313,14 @@
|
|
|
304
313
|
"./src/components/badge/tag.ts",
|
|
305
314
|
"./src/components/callout/callout.ts",
|
|
306
315
|
"./src/components/color-picker/color-picker.ts",
|
|
316
|
+
"./src/components/checkbox-group/checkbox-group.ts",
|
|
317
|
+
"./src/components/token-input/token-input.ts",
|
|
318
|
+
"./src/components/icon/icon.ts",
|
|
319
|
+
"./src/components/icon-button/icon-button.ts",
|
|
320
|
+
"./src/components/command-palette/command-palette.ts",
|
|
321
|
+
"./src/components/code-editor/code-editor.ts",
|
|
322
|
+
"./src/components/data-grid/data-grid.ts",
|
|
323
|
+
"./src/components/calendar/calendar.ts",
|
|
307
324
|
"./src/components/rating/rating.ts",
|
|
308
325
|
"./src/components/json-viewer/json-viewer.ts",
|
|
309
326
|
"./src/components/kbd/kbd.ts",
|
|
@@ -488,6 +505,7 @@
|
|
|
488
505
|
"epubjs": "^0.3.93",
|
|
489
506
|
"ical.js": "^2.2.1",
|
|
490
507
|
"jszip": "^3.10.1",
|
|
508
|
+
"libphonenumber-js": "^1.13.8",
|
|
491
509
|
"mammoth": "^1.12.0",
|
|
492
510
|
"maplibre-gl": "^5.24.0",
|
|
493
511
|
"marked": "^18.0.6",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { OptionalPeerApi } from '../../internal/optional-peer-types.js';
|
|
2
|
-
export type PapaParseApi = OptionalPeerApi;
|
|
3
|
-
export declare function loadPapaParse(importPapaParse?: () => Promise<PapaParseApi | {
|
|
4
|
-
default: PapaParseApi;
|
|
5
|
-
}>): Promise<PapaParseApi | null>;
|
|
6
|
-
export declare function loadPapaParseCached(): Promise<PapaParseApi | null>;
|
|
7
|
-
export declare function clearPapaParseCache(): void;
|
|
8
|
-
//# sourceMappingURL=csv-loader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"csv-loader.d.ts","sourceRoot":"","sources":["../../../src/components/csv-viewer/csv-loader.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAE7E,MAAM,MAAM,YAAY,GAAG,eAAe,CAAC;AAG3C,wBAAsB,aAAa,CACjC,eAAe,GAAE,MAAM,OAAO,CAAC,YAAY,GAAG;IAAE,OAAO,EAAE,YAAY,CAAA;CAAE,CAA6B,GACnG,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC,CAS9B;AAED,wBAAgB,mBAAmB,IAAI,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC,CAGlE;AAED,wBAAgB,mBAAmB,IAAI,IAAI,CAAwB"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
let cached;
|
|
2
|
-
export async function loadPapaParse(importPapaParse = () => import('papaparse')) {
|
|
3
|
-
try {
|
|
4
|
-
const module = await importPapaParse();
|
|
5
|
-
const candidate = module.default;
|
|
6
|
-
return candidate && typeof candidate.parse === 'function' ? candidate : module;
|
|
7
|
-
}
|
|
8
|
-
catch (error) {
|
|
9
|
-
console.warn('<lyra-csv-viewer> needs the optional peer dependency `papaparse` to parse CSV files — install it with `pnpm add papaparse`:', error);
|
|
10
|
-
return null;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
export function loadPapaParseCached() {
|
|
14
|
-
if (!cached)
|
|
15
|
-
cached = loadPapaParse();
|
|
16
|
-
return cached;
|
|
17
|
-
}
|
|
18
|
-
export function clearPapaParseCache() { cached = undefined; }
|
|
19
|
-
//# sourceMappingURL=csv-loader.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"csv-loader.js","sourceRoot":"","sources":["../../../src/components/csv-viewer/csv-loader.ts"],"names":[],"mappings":"AAGA,IAAI,MAAgD,CAAC;AAErD,MAAM,CAAC,KAAK,UAAU,aAAa,CACjC,eAAe,GAA4D,GAAG,EAAE,CAAC,MAAM,CAAC,WAAW,CAAC;IAEpG,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,eAAe,EAAE,CAAC;QACvC,MAAM,SAAS,GAAI,MAAqC,CAAC,OAAO,CAAC;QACjE,OAAO,SAAS,IAAI,OAAO,SAAS,CAAC,KAAK,KAAK,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAsB,CAAC;IACjG,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO,CAAC,IAAI,CAAC,6HAA6H,EAAE,KAAK,CAAC,CAAC;QACnJ,OAAO,IAAI,CAAC;IACd,CAAC;AACH,CAAC;AAED,MAAM,UAAU,mBAAmB;IACjC,IAAI,CAAC,MAAM;QAAE,MAAM,GAAG,aAAa,EAAE,CAAC;IACtC,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,mBAAmB,KAAW,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { OptionalPeerApi } from '../../internal/optional-peer-types.js';
|
|
2
|
-
export declare function loadPapaParseDeps(importPapaparse?: () => Promise<{
|
|
3
|
-
default: OptionalPeerApi;
|
|
4
|
-
}>): Promise<OptionalPeerApi | null>;
|
|
5
|
-
export declare function loadPapaParse(): Promise<OptionalPeerApi | null>;
|
|
6
|
-
export declare function clearPapaParseCache(): void;
|
|
7
|
-
//# sourceMappingURL=dataset-loader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dataset-loader.d.ts","sourceRoot":"","sources":["../../../src/components/dataset-viewer/dataset-loader.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAI7E,wBAAsB,iBAAiB,CACrC,eAAe,GAAE,MAAM,OAAO,CAAC;IAAE,OAAO,EAAE,eAAe,CAAA;CAAE,CACG,GAC7D,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC,CAUjC;AAED,wBAAgB,aAAa,IAAI,OAAO,CAAC,eAAe,GAAG,IAAI,CAAC,CAG/D;AAED,wBAAgB,mBAAmB,IAAI,IAAI,CAE1C"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
let papa;
|
|
2
|
-
export async function loadPapaParseDeps(importPapaparse = () => import('papaparse')) {
|
|
3
|
-
try {
|
|
4
|
-
return (await importPapaparse()).default;
|
|
5
|
-
}
|
|
6
|
-
catch (error) {
|
|
7
|
-
console.warn('<lyra-dataset-viewer> needs the optional peer dependency `papaparse` to parse delimited text — install it with `pnpm add papaparse`:', error);
|
|
8
|
-
return null;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
export function loadPapaParse() {
|
|
12
|
-
if (!papa)
|
|
13
|
-
papa = loadPapaParseDeps();
|
|
14
|
-
return papa;
|
|
15
|
-
}
|
|
16
|
-
export function clearPapaParseCache() {
|
|
17
|
-
papa = undefined;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=dataset-loader.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dataset-loader.js","sourceRoot":"","sources":["../../../src/components/dataset-viewer/dataset-loader.ts"],"names":[],"mappings":"AAEA,IAAI,IAAiD,CAAC;AAEtD,MAAM,CAAC,KAAK,UAAU,iBAAiB,CACrC,eAAe,GAAgD,GAAG,EAAE,CAClE,MAAM,CAAC,WAAW,CAA0C;IAE9D,IAAI,CAAC;QACH,OAAO,CAAC,MAAM,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC;IAC3C,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO,CAAC,IAAI,CACV,sIAAsI,EACtI,KAAK,CACN,CAAC;QACF,OAAO,IAAI,CAAC;IACd,CAAC;AACH,CAAC;AAED,MAAM,UAAU,aAAa;IAC3B,IAAI,CAAC,IAAI;QAAE,IAAI,GAAG,iBAAiB,EAAE,CAAC;IACtC,OAAO,IAAI,CAAC;AACd,CAAC;AAED,MAAM,UAAU,mBAAmB;IACjC,IAAI,GAAG,SAAS,CAAC;AACnB,CAAC"}
|