@aceshooting/lyra-ui 3.4.0 → 3.6.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 +110 -2
- package/custom-elements.json +50145 -41814
- package/dist/components/animated-image/animated-image.class.d.ts +131 -0
- package/dist/components/animated-image/animated-image.class.d.ts.map +1 -0
- package/dist/components/animated-image/animated-image.class.js +296 -0
- package/dist/components/animated-image/animated-image.class.js.map +1 -0
- package/dist/components/animated-image/animated-image.d.ts +2 -0
- package/dist/components/animated-image/animated-image.d.ts.map +1 -0
- package/dist/components/animated-image/animated-image.js +5 -0
- package/dist/components/animated-image/animated-image.js.map +1 -0
- package/dist/components/animated-image/animated-image.styles.d.ts +2 -0
- package/dist/components/animated-image/animated-image.styles.d.ts.map +1 -0
- package/dist/components/animated-image/animated-image.styles.js +117 -0
- package/dist/components/animated-image/animated-image.styles.js.map +1 -0
- package/dist/components/animation/animation.class.d.ts +119 -0
- package/dist/components/animation/animation.class.d.ts.map +1 -0
- package/dist/components/animation/animation.class.js +420 -0
- package/dist/components/animation/animation.class.js.map +1 -0
- package/dist/components/animation/animation.d.ts +2 -0
- package/dist/components/animation/animation.d.ts.map +1 -0
- package/dist/components/animation/animation.js +5 -0
- package/dist/components/animation/animation.js.map +1 -0
- package/dist/components/animation/animation.styles.d.ts +2 -0
- package/dist/components/animation/animation.styles.d.ts.map +1 -0
- package/dist/components/animation/animation.styles.js +18 -0
- package/dist/components/animation/animation.styles.js.map +1 -0
- package/dist/components/app-rail/app-rail-item.class.d.ts +1 -0
- package/dist/components/app-rail/app-rail-item.class.d.ts.map +1 -1
- package/dist/components/app-rail/app-rail-item.class.js +13 -2
- package/dist/components/app-rail/app-rail-item.class.js.map +1 -1
- package/dist/components/attachment-chip/attachment-chip.d.ts +0 -1
- package/dist/components/attachment-chip/attachment-chip.d.ts.map +1 -1
- package/dist/components/attachment-chip/attachment-chip.js +0 -1
- package/dist/components/attachment-chip/attachment-chip.js.map +1 -1
- package/dist/components/avatar-group/avatar-group.class.d.ts +110 -0
- package/dist/components/avatar-group/avatar-group.class.d.ts.map +1 -0
- package/dist/components/avatar-group/avatar-group.class.js +182 -0
- package/dist/components/avatar-group/avatar-group.class.js.map +1 -0
- package/dist/components/avatar-group/avatar-group.d.ts +2 -0
- package/dist/components/avatar-group/avatar-group.d.ts.map +1 -0
- package/dist/components/avatar-group/avatar-group.js +5 -0
- package/dist/components/avatar-group/avatar-group.js.map +1 -0
- package/dist/components/avatar-group/avatar-group.styles.d.ts +2 -0
- package/dist/components/avatar-group/avatar-group.styles.d.ts.map +1 -0
- package/dist/components/avatar-group/avatar-group.styles.js +112 -0
- package/dist/components/avatar-group/avatar-group.styles.js.map +1 -0
- package/dist/components/breadcrumb/breadcrumb-item.class.d.ts.map +1 -1
- package/dist/components/breadcrumb/breadcrumb-item.class.js +2 -1
- package/dist/components/breadcrumb/breadcrumb-item.class.js.map +1 -1
- package/dist/components/breadcrumb/breadcrumb-item.styles.d.ts +2 -0
- package/dist/components/breadcrumb/breadcrumb-item.styles.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb-item.styles.js +20 -0
- package/dist/components/breadcrumb/breadcrumb-item.styles.js.map +1 -0
- package/dist/components/calendar/calendar.class.d.ts +17 -1
- package/dist/components/calendar/calendar.class.d.ts.map +1 -1
- package/dist/components/calendar/calendar.class.js +31 -13
- package/dist/components/calendar/calendar.class.js.map +1 -1
- package/dist/components/calendar/calendar.styles.d.ts.map +1 -1
- package/dist/components/calendar/calendar.styles.js +4 -1
- package/dist/components/calendar/calendar.styles.js.map +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.class.d.ts +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.class.d.ts.map +1 -1
- package/dist/components/calendar-viewer/calendar-viewer.class.js +2 -2
- package/dist/components/calendar-viewer/calendar-viewer.class.js.map +1 -1
- package/dist/components/callout/callout.class.js +1 -1
- package/dist/components/callout/callout.class.js.map +1 -1
- package/dist/components/chart/box-plot.class.d.ts.map +1 -1
- package/dist/components/chart/box-plot.class.js +1 -3
- package/dist/components/chart/box-plot.class.js.map +1 -1
- package/dist/components/chart/chart.class.d.ts.map +1 -1
- package/dist/components/chart/chart.class.js +10 -4
- package/dist/components/chart/chart.class.js.map +1 -1
- package/dist/components/chart/histogram.class.d.ts.map +1 -1
- package/dist/components/chart/histogram.class.js +6 -2
- package/dist/components/chart/histogram.class.js.map +1 -1
- package/dist/components/checkbox-group/checkbox-group.class.js +2 -2
- package/dist/components/checkbox-group/checkbox-group.class.js.map +1 -1
- package/dist/components/checkbox-group/checkbox-group.styles.js +1 -1
- package/dist/components/code-editor/code-editor.class.d.ts +9 -2
- package/dist/components/code-editor/code-editor.class.d.ts.map +1 -1
- package/dist/components/code-editor/code-editor.class.js +38 -6
- package/dist/components/code-editor/code-editor.class.js.map +1 -1
- package/dist/components/code-editor/code-editor.styles.d.ts.map +1 -1
- package/dist/components/code-editor/code-editor.styles.js +7 -4
- package/dist/components/code-editor/code-editor.styles.js.map +1 -1
- package/dist/components/command-palette/command-palette.class.d.ts +8 -2
- package/dist/components/command-palette/command-palette.class.d.ts.map +1 -1
- package/dist/components/command-palette/command-palette.class.js +77 -17
- package/dist/components/command-palette/command-palette.class.js.map +1 -1
- package/dist/components/command-palette/command-palette.styles.js +1 -1
- package/dist/components/contact-viewer/contact-viewer.class.d.ts +4 -1
- package/dist/components/contact-viewer/contact-viewer.class.d.ts.map +1 -1
- package/dist/components/contact-viewer/contact-viewer.class.js +5 -2
- package/dist/components/contact-viewer/contact-viewer.class.js.map +1 -1
- package/dist/components/data-grid/data-grid.class.d.ts.map +1 -1
- package/dist/components/data-grid/data-grid.class.js +4 -4
- package/dist/components/data-grid/data-grid.class.js.map +1 -1
- package/dist/components/data-grid/data-grid.styles.js +1 -1
- package/dist/components/document-preview/document-preview.class.d.ts +3 -6
- package/dist/components/document-preview/document-preview.class.d.ts.map +1 -1
- package/dist/components/document-preview/document-preview.class.js +19 -42
- package/dist/components/document-preview/document-preview.class.js.map +1 -1
- package/dist/components/email-viewer/email-viewer.class.d.ts +4 -1
- package/dist/components/email-viewer/email-viewer.class.d.ts.map +1 -1
- package/dist/components/email-viewer/email-viewer.class.js +5 -2
- package/dist/components/email-viewer/email-viewer.class.js.map +1 -1
- package/dist/components/empty/empty.class.d.ts.map +1 -1
- package/dist/components/empty/empty.class.js +8 -2
- package/dist/components/empty/empty.class.js.map +1 -1
- package/dist/components/format/format-bytes.class.d.ts +0 -1
- package/dist/components/format/format-bytes.class.d.ts.map +1 -1
- package/dist/components/format/format-bytes.class.js +0 -4
- package/dist/components/format/format-bytes.class.js.map +1 -1
- package/dist/components/format/format-date.class.d.ts +0 -1
- package/dist/components/format/format-date.class.d.ts.map +1 -1
- package/dist/components/format/format-date.class.js +0 -4
- package/dist/components/format/format-date.class.js.map +1 -1
- package/dist/components/format/format-number.class.d.ts +0 -1
- package/dist/components/format/format-number.class.d.ts.map +1 -1
- package/dist/components/format/format-number.class.js +0 -4
- package/dist/components/format/format-number.class.js.map +1 -1
- package/dist/components/format/relative-time.class.d.ts +0 -1
- package/dist/components/format/relative-time.class.d.ts.map +1 -1
- package/dist/components/format/relative-time.class.js +0 -4
- package/dist/components/format/relative-time.class.js.map +1 -1
- package/dist/components/graph/graph.class.d.ts.map +1 -1
- package/dist/components/graph/graph.class.js +1 -3
- package/dist/components/graph/graph.class.js.map +1 -1
- package/dist/components/heatmap/heatmap.class.d.ts.map +1 -1
- package/dist/components/heatmap/heatmap.class.js +3 -12
- package/dist/components/heatmap/heatmap.class.js.map +1 -1
- package/dist/components/heatmap/heatmap.styles.d.ts.map +1 -1
- package/dist/components/heatmap/heatmap.styles.js +0 -3
- package/dist/components/heatmap/heatmap.styles.js.map +1 -1
- package/dist/components/html-viewer/dompurify-loader.js +4 -0
- package/dist/components/html-viewer/dompurify-loader.js.map +1 -1
- package/dist/components/icon/icon.class.d.ts +11 -0
- package/dist/components/icon/icon.class.d.ts.map +1 -1
- package/dist/components/icon/icon.class.js +51 -2
- package/dist/components/icon/icon.class.js.map +1 -1
- package/dist/components/icon/icon.styles.d.ts.map +1 -1
- package/dist/components/icon/icon.styles.js +1 -1
- package/dist/components/icon/icon.styles.js.map +1 -1
- package/dist/components/image-comparer/image-comparer.styles.d.ts.map +1 -1
- package/dist/components/image-comparer/image-comparer.styles.js +12 -0
- package/dist/components/image-comparer/image-comparer.styles.js.map +1 -1
- package/dist/components/include/include.class.d.ts +104 -0
- package/dist/components/include/include.class.d.ts.map +1 -0
- package/dist/components/include/include.class.js +149 -0
- package/dist/components/include/include.class.js.map +1 -0
- package/dist/components/include/include.d.ts +2 -0
- package/dist/components/include/include.d.ts.map +1 -0
- package/dist/components/include/include.js +5 -0
- package/dist/components/include/include.js.map +1 -0
- package/dist/components/include/include.styles.d.ts +2 -0
- package/dist/components/include/include.styles.d.ts.map +1 -0
- package/dist/components/include/include.styles.js +14 -0
- package/dist/components/include/include.styles.js.map +1 -0
- package/dist/components/intersection-observer/intersection-observer.class.d.ts +0 -1
- package/dist/components/intersection-observer/intersection-observer.class.d.ts.map +1 -1
- package/dist/components/intersection-observer/intersection-observer.class.js +7 -6
- package/dist/components/intersection-observer/intersection-observer.class.js.map +1 -1
- package/dist/components/kbd/kbd.class.d.ts.map +1 -1
- package/dist/components/kbd/kbd.class.js +1 -11
- package/dist/components/kbd/kbd.class.js.map +1 -1
- package/dist/components/known-date/known-date.class.d.ts +208 -0
- package/dist/components/known-date/known-date.class.d.ts.map +1 -0
- package/dist/components/known-date/known-date.class.js +588 -0
- package/dist/components/known-date/known-date.class.js.map +1 -0
- package/dist/components/known-date/known-date.d.ts +2 -0
- package/dist/components/known-date/known-date.d.ts.map +1 -0
- package/dist/components/known-date/known-date.js +5 -0
- package/dist/components/known-date/known-date.js.map +1 -0
- package/dist/components/known-date/known-date.styles.d.ts +2 -0
- package/dist/components/known-date/known-date.styles.d.ts.map +1 -0
- package/dist/components/known-date/known-date.styles.js +134 -0
- package/dist/components/known-date/known-date.styles.js.map +1 -0
- package/dist/components/lightbox/lightbox.class.d.ts +187 -0
- package/dist/components/lightbox/lightbox.class.d.ts.map +1 -0
- package/dist/components/lightbox/lightbox.class.js +415 -0
- package/dist/components/lightbox/lightbox.class.js.map +1 -0
- package/dist/components/lightbox/lightbox.d.ts +3 -0
- package/dist/components/lightbox/lightbox.d.ts.map +1 -0
- package/dist/components/lightbox/lightbox.js +6 -0
- package/dist/components/lightbox/lightbox.js.map +1 -0
- package/dist/components/lightbox/lightbox.styles.d.ts +2 -0
- package/dist/components/lightbox/lightbox.styles.d.ts.map +1 -0
- package/dist/components/lightbox/lightbox.styles.js +179 -0
- package/dist/components/lightbox/lightbox.styles.js.map +1 -0
- package/dist/components/map/map.class.d.ts +1 -1
- package/dist/components/map/map.class.d.ts.map +1 -1
- package/dist/components/map/map.class.js +2 -24
- package/dist/components/map/map.class.js.map +1 -1
- package/dist/components/menu/menu.class.d.ts +1 -1
- package/dist/components/model-select/model-select.class.d.ts +1 -0
- package/dist/components/model-select/model-select.class.d.ts.map +1 -1
- package/dist/components/model-select/model-select.class.js +2 -1
- package/dist/components/model-select/model-select.class.js.map +1 -1
- package/dist/components/model-select/model-select.styles.js +1 -1
- package/dist/components/model-settings-panel/model-settings-panel.class.d.ts.map +1 -1
- package/dist/components/model-settings-panel/model-settings-panel.class.js +1 -10
- package/dist/components/model-settings-panel/model-settings-panel.class.js.map +1 -1
- package/dist/components/mutation-observer/mutation-observer.class.d.ts +0 -1
- package/dist/components/mutation-observer/mutation-observer.class.d.ts.map +1 -1
- package/dist/components/mutation-observer/mutation-observer.class.js +0 -5
- package/dist/components/mutation-observer/mutation-observer.class.js.map +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.class.js +1 -1
- package/dist/components/pdf-viewer/pdf-viewer.class.js.map +1 -1
- package/dist/components/phone-input/phone-input.class.d.ts +15 -0
- package/dist/components/phone-input/phone-input.class.d.ts.map +1 -1
- package/dist/components/phone-input/phone-input.class.js +46 -0
- package/dist/components/phone-input/phone-input.class.js.map +1 -1
- package/dist/components/progress/progress-bar.class.js +1 -1
- package/dist/components/progress/progress-bar.class.js.map +1 -1
- package/dist/components/progress/progress.styles.d.ts.map +1 -1
- package/dist/components/progress/progress.styles.js +4 -2
- package/dist/components/progress/progress.styles.js.map +1 -1
- package/dist/components/qr-code/qr-code-loader.d.ts +15 -0
- package/dist/components/qr-code/qr-code-loader.d.ts.map +1 -0
- package/dist/components/qr-code/qr-code-loader.js +28 -0
- package/dist/components/qr-code/qr-code-loader.js.map +1 -0
- package/dist/components/qr-code/qr-code.class.d.ts +121 -0
- package/dist/components/qr-code/qr-code.class.d.ts.map +1 -0
- package/dist/components/qr-code/qr-code.class.js +392 -0
- package/dist/components/qr-code/qr-code.class.js.map +1 -0
- package/dist/components/qr-code/qr-code.d.ts +2 -0
- package/dist/components/qr-code/qr-code.d.ts.map +1 -0
- package/dist/components/qr-code/qr-code.js +5 -0
- package/dist/components/qr-code/qr-code.js.map +1 -0
- package/dist/components/qr-code/qr-code.styles.d.ts +2 -0
- package/dist/components/qr-code/qr-code.styles.d.ts.map +1 -0
- package/dist/components/qr-code/qr-code.styles.js +48 -0
- package/dist/components/qr-code/qr-code.styles.js.map +1 -0
- package/dist/components/radio/radio-group.class.d.ts +2 -0
- package/dist/components/radio/radio-group.class.d.ts.map +1 -1
- package/dist/components/radio/radio-group.class.js +6 -2
- package/dist/components/radio/radio-group.class.js.map +1 -1
- package/dist/components/radio/radio-group.styles.d.ts.map +1 -1
- package/dist/components/radio/radio-group.styles.js +1 -0
- package/dist/components/radio/radio-group.styles.js.map +1 -1
- package/dist/components/radio/radio.class.d.ts +4 -0
- package/dist/components/radio/radio.class.d.ts.map +1 -1
- package/dist/components/radio/radio.class.js +18 -0
- package/dist/components/radio/radio.class.js.map +1 -1
- package/dist/components/random-content/random-content.class.d.ts +99 -0
- package/dist/components/random-content/random-content.class.d.ts.map +1 -0
- package/dist/components/random-content/random-content.class.js +268 -0
- package/dist/components/random-content/random-content.class.js.map +1 -0
- package/dist/components/random-content/random-content.d.ts +2 -0
- package/dist/components/random-content/random-content.d.ts.map +1 -0
- package/dist/components/random-content/random-content.js +5 -0
- package/dist/components/random-content/random-content.js.map +1 -0
- package/dist/components/random-content/random-content.styles.d.ts +2 -0
- package/dist/components/random-content/random-content.styles.d.ts.map +1 -0
- package/dist/components/random-content/random-content.styles.js +94 -0
- package/dist/components/random-content/random-content.styles.js.map +1 -0
- package/dist/components/resize-observer/resize-observer.class.d.ts.map +1 -1
- package/dist/components/resize-observer/resize-observer.class.js +12 -0
- package/dist/components/resize-observer/resize-observer.class.js.map +1 -1
- package/dist/components/responsive-panel/responsive-panel.class.d.ts +14 -5
- package/dist/components/responsive-panel/responsive-panel.class.d.ts.map +1 -1
- package/dist/components/responsive-panel/responsive-panel.class.js +18 -6
- package/dist/components/responsive-panel/responsive-panel.class.js.map +1 -1
- package/dist/components/result-card/result-card.class.d.ts +9 -8
- package/dist/components/result-card/result-card.class.d.ts.map +1 -1
- package/dist/components/result-card/result-card.class.js +7 -26
- package/dist/components/result-card/result-card.class.js.map +1 -1
- package/dist/components/result-card/result-field.class.d.ts.map +1 -1
- package/dist/components/result-card/result-field.class.js +1 -11
- package/dist/components/result-card/result-field.class.js.map +1 -1
- package/dist/components/scroller/scroller.class.js +2 -2
- 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 +1 -1
- package/dist/components/segmented/segmented.class.js.map +1 -1
- package/dist/components/slider/slider.class.d.ts.map +1 -1
- package/dist/components/slider/slider.class.js +1 -19
- package/dist/components/slider/slider.class.js.map +1 -1
- package/dist/components/source-card/source-card.class.d.ts +8 -7
- package/dist/components/source-card/source-card.class.d.ts.map +1 -1
- package/dist/components/source-card/source-card.class.js +6 -25
- package/dist/components/source-card/source-card.class.js.map +1 -1
- package/dist/components/sparkline/sparkline.class.d.ts.map +1 -1
- package/dist/components/sparkline/sparkline.class.js +10 -7
- package/dist/components/sparkline/sparkline.class.js.map +1 -1
- package/dist/components/split/split.class.d.ts.map +1 -1
- package/dist/components/split/split.class.js +9 -2
- package/dist/components/split/split.class.js.map +1 -1
- package/dist/components/stat/stat.class.js +1 -1
- package/dist/components/stat/stat.class.js.map +1 -1
- package/dist/components/stat/stat.styles.d.ts.map +1 -1
- package/dist/components/stat/stat.styles.js +9 -0
- package/dist/components/stat/stat.styles.js.map +1 -1
- package/dist/components/stepper/stepper.class.d.ts.map +1 -1
- package/dist/components/stepper/stepper.class.js +1 -1
- package/dist/components/stepper/stepper.class.js.map +1 -1
- package/dist/components/streaming-text/streaming-text.class.d.ts.map +1 -1
- package/dist/components/streaming-text/streaming-text.class.js +5 -5
- package/dist/components/streaming-text/streaming-text.class.js.map +1 -1
- package/dist/components/switch/switch.class.d.ts +7 -0
- package/dist/components/switch/switch.class.d.ts.map +1 -1
- package/dist/components/switch/switch.class.js +9 -0
- package/dist/components/switch/switch.class.js.map +1 -1
- package/dist/components/table/table.class.d.ts +14 -0
- package/dist/components/table/table.class.d.ts.map +1 -1
- package/dist/components/table/table.class.js +52 -1
- package/dist/components/table/table.class.js.map +1 -1
- package/dist/components/time-range/time-range.class.d.ts.map +1 -1
- package/dist/components/time-range/time-range.class.js +1 -21
- package/dist/components/time-range/time-range.class.js.map +1 -1
- package/dist/components/timeline/timeline-item.class.d.ts +120 -0
- package/dist/components/timeline/timeline-item.class.d.ts.map +1 -0
- package/dist/components/timeline/timeline-item.class.js +203 -0
- package/dist/components/timeline/timeline-item.class.js.map +1 -0
- package/dist/components/timeline/timeline-item.d.ts +3 -0
- package/dist/components/timeline/timeline-item.d.ts.map +1 -0
- package/dist/components/timeline/timeline-item.js +10 -0
- package/dist/components/timeline/timeline-item.js.map +1 -0
- package/dist/components/timeline/timeline-item.styles.d.ts +2 -0
- package/dist/components/timeline/timeline-item.styles.d.ts.map +1 -0
- package/dist/components/timeline/timeline-item.styles.js +149 -0
- package/dist/components/timeline/timeline-item.styles.js.map +1 -0
- package/dist/components/timeline/timeline.class.d.ts +59 -0
- package/dist/components/timeline/timeline.class.d.ts.map +1 -0
- package/dist/components/timeline/timeline.class.js +100 -0
- package/dist/components/timeline/timeline.class.js.map +1 -0
- package/dist/components/timeline/timeline.d.ts +2 -0
- package/dist/components/timeline/timeline.d.ts.map +1 -0
- package/dist/components/timeline/timeline.js +5 -0
- package/dist/components/timeline/timeline.js.map +1 -0
- package/dist/components/timeline/timeline.styles.d.ts +2 -0
- package/dist/components/timeline/timeline.styles.d.ts.map +1 -0
- package/dist/components/timeline/timeline.styles.js +52 -0
- package/dist/components/timeline/timeline.styles.js.map +1 -0
- package/dist/components/toast/toast-item.class.d.ts.map +1 -1
- package/dist/components/toast/toast-item.class.js +1 -3
- package/dist/components/toast/toast-item.class.js.map +1 -1
- package/dist/components/token-input/token-input.class.d.ts +19 -0
- package/dist/components/token-input/token-input.class.d.ts.map +1 -1
- package/dist/components/token-input/token-input.class.js +59 -10
- package/dist/components/token-input/token-input.class.js.map +1 -1
- package/dist/components/token-input/token-input.styles.js +1 -1
- package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts +4 -0
- 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 +9 -1
- package/dist/components/tool-select-dialog/tool-select-dialog.class.js.map +1 -1
- package/dist/components/tour/tour.class.d.ts +250 -0
- package/dist/components/tour/tour.class.d.ts.map +1 -0
- package/dist/components/tour/tour.class.js +530 -0
- package/dist/components/tour/tour.class.js.map +1 -0
- package/dist/components/tour/tour.d.ts +2 -0
- package/dist/components/tour/tour.d.ts.map +1 -0
- package/dist/components/tour/tour.js +5 -0
- package/dist/components/tour/tour.js.map +1 -0
- package/dist/components/tour/tour.styles.d.ts +2 -0
- package/dist/components/tour/tour.styles.d.ts.map +1 -0
- package/dist/components/tour/tour.styles.js +165 -0
- package/dist/components/tour/tour.styles.js.map +1 -0
- package/dist/components/virtual-list/virtual-list.class.d.ts.map +1 -1
- package/dist/components/virtual-list/virtual-list.class.js +1 -3
- package/dist/components/virtual-list/virtual-list.class.js.map +1 -1
- package/dist/components/widget/widget.class.d.ts.map +1 -1
- package/dist/components/widget/widget.class.js +2 -6
- 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 +4 -0
- package/dist/components/widget/widget.styles.js.map +1 -1
- package/dist/components/word-cloud/word-cloud.class.d.ts.map +1 -1
- package/dist/components/word-cloud/word-cloud.class.js +1 -8
- package/dist/components/word-cloud/word-cloud.class.js.map +1 -1
- package/dist/components/zoomable-frame/zoomable-frame.class.d.ts +15 -0
- package/dist/components/zoomable-frame/zoomable-frame.class.d.ts.map +1 -1
- package/dist/components/zoomable-frame/zoomable-frame.class.js +19 -1
- package/dist/components/zoomable-frame/zoomable-frame.class.js.map +1 -1
- package/dist/internal/a11y.d.ts +4 -0
- package/dist/internal/a11y.d.ts.map +1 -1
- package/dist/internal/a11y.js +17 -0
- package/dist/internal/a11y.js.map +1 -1
- package/dist/internal/canvas.d.ts +8 -0
- package/dist/internal/canvas.d.ts.map +1 -0
- package/dist/internal/canvas.js +14 -0
- package/dist/internal/canvas.js.map +1 -0
- package/dist/internal/localization.d.ts +1 -1
- package/dist/internal/localization.d.ts.map +1 -1
- package/dist/internal/localization.js +20 -2
- package/dist/internal/localization.js.map +1 -1
- package/dist/internal/motion.d.ts +5 -0
- package/dist/internal/motion.d.ts.map +1 -0
- package/dist/internal/motion.js +7 -0
- package/dist/internal/motion.js.map +1 -0
- package/dist/internal/numbers.d.ts +11 -0
- package/dist/internal/numbers.d.ts.map +1 -1
- package/dist/internal/numbers.js +21 -0
- package/dist/internal/numbers.js.map +1 -1
- package/dist/internal/positioner.d.ts +14 -0
- package/dist/internal/positioner.d.ts.map +1 -1
- package/dist/internal/positioner.js +27 -0
- package/dist/internal/positioner.js.map +1 -1
- 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 +11 -0
- package/dist/internal/root-registration-allowlist.js.map +1 -1
- package/dist/internal/rtl.d.ts +0 -11
- package/dist/internal/rtl.d.ts.map +1 -1
- package/dist/internal/rtl.js +0 -13
- package/dist/internal/rtl.js.map +1 -1
- package/dist/internal/safe-css.d.ts +15 -0
- package/dist/internal/safe-css.d.ts.map +1 -0
- package/dist/internal/safe-css.js +25 -0
- package/dist/internal/safe-css.js.map +1 -0
- package/dist/internal/strip-host-title.d.ts +24 -0
- package/dist/internal/strip-host-title.d.ts.map +1 -0
- package/dist/internal/strip-host-title.js +46 -0
- package/dist/internal/strip-host-title.js.map +1 -0
- package/dist/internal/tokens.styles.d.ts.map +1 -1
- package/dist/internal/tokens.styles.js +4 -0
- package/dist/internal/tokens.styles.js.map +1 -1
- package/dist/lyra.d.ts +33 -0
- package/dist/lyra.d.ts.map +1 -1
- package/dist/lyra.js +22 -0
- package/dist/lyra.js.map +1 -1
- package/llms-full.txt +104 -0
- package/llms.txt +3 -0
- package/package.json +43 -6
- package/vscode-css-data.json +719 -0
- package/vscode-html-data.json +10579 -0
- package/web-types.json +12161 -0
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import { type PropertyValues, type TemplateResult } from 'lit';
|
|
2
|
+
import { LyraElement } from '../../internal/lyra-element.js';
|
|
3
|
+
export type LyraKnownDateSize = 'xs' | 's' | 'm' | 'l' | 'xl';
|
|
4
|
+
export type LyraKnownDateField = 'day' | 'month' | 'year';
|
|
5
|
+
export interface LyraKnownDateEventDetail {
|
|
6
|
+
/** Canonical ISO 8601 date (`YYYY-MM-DD`), or `''` while incomplete/invalid. Mirrors `value`. */
|
|
7
|
+
value: string;
|
|
8
|
+
/** Per-field raw text as currently typed, always present even while incomplete. */
|
|
9
|
+
day: string;
|
|
10
|
+
month: string;
|
|
11
|
+
year: string;
|
|
12
|
+
/** Which field the user was last editing when this event fired. */
|
|
13
|
+
field: LyraKnownDateField;
|
|
14
|
+
}
|
|
15
|
+
export interface LyraKnownDateEventMap {
|
|
16
|
+
input: CustomEvent<LyraKnownDateEventDetail>;
|
|
17
|
+
change: CustomEvent<LyraKnownDateEventDetail>;
|
|
18
|
+
focus: CustomEvent<undefined>;
|
|
19
|
+
blur: CustomEvent<undefined>;
|
|
20
|
+
}
|
|
21
|
+
declare class LyraKnownDateBase extends LyraElement<LyraKnownDateEventMap> {
|
|
22
|
+
}
|
|
23
|
+
declare const LyraKnownDate_base: typeof LyraKnownDateBase & (new (...args: any[]) => import("../../lyra.js").FormAssociatedInterface);
|
|
24
|
+
/**
|
|
25
|
+
* `<lyra-known-date>` — a date a user already knows (a birthdate, a passport
|
|
26
|
+
* issue/expiry date) collected as three plain, labeled day/month/year number
|
|
27
|
+
* fields in the locale's natural field order, rather than a calendar popup.
|
|
28
|
+
* Form-associated; the submitted form value is always canonical ISO 8601
|
|
29
|
+
* (`YYYY-MM-DD`), or `''` while any field is blank or the combination isn't a
|
|
30
|
+
* real calendar date. Mirrors Web Awesome's `wa-known-date` API surface under
|
|
31
|
+
* `lyra-`, with `appearance`/`pill`/`form` dropped and `size` normalized to
|
|
32
|
+
* this library's own `xs`–`xl` scale, matching every other lyra form control
|
|
33
|
+
* mirrored from a Web Awesome counterpart.
|
|
34
|
+
*
|
|
35
|
+
* A field's own `<input>` shows exactly what was typed (never reformatted or
|
|
36
|
+
* reverted) -- only the composite `value` is zero-padded. Auto-advance
|
|
37
|
+
* (typing a field's last digit moves focus to the next field) and
|
|
38
|
+
* backspace-to-previous-field-when-empty are this library's own additions on
|
|
39
|
+
* top of Web Awesome's bare typing model, which documents no auto-advance;
|
|
40
|
+
* don't remove them to "restore" WA parity. Arrow-key field-to-field
|
|
41
|
+
* navigation at a field's text boundary is RTL-aware: the *physical* key that
|
|
42
|
+
* means "toward the next field" flips under an inherited `dir="rtl"`, while
|
|
43
|
+
* the field order itself (locale-derived) does not. Non-digit keystrokes are
|
|
44
|
+
* rejected before they reach a field's state -- no locale-specific numeral
|
|
45
|
+
* input (e.g. Arabic-Indic digits) is supported.
|
|
46
|
+
*
|
|
47
|
+
* No resizable text-editing surface exists (three fixed-width digit fields),
|
|
48
|
+
* so resize forwarding doesn't apply, and `spellcheck`/`autocapitalize`/
|
|
49
|
+
* `autocorrect`/`wrap` don't meaningfully apply to 2–4-digit numeric fields
|
|
50
|
+
* either -- the same carve-out `lyra-input[type="number"]` already documents.
|
|
51
|
+
*
|
|
52
|
+
* @customElement lyra-known-date
|
|
53
|
+
* @event input - Fires on every keystroke in any field. `detail.value` is the canonical ISO date
|
|
54
|
+
* only once all three fields resolve to a real calendar date, otherwise `''`; `detail.day`/
|
|
55
|
+
* `month`/`year` always carry the live raw typed text.
|
|
56
|
+
* @event change - Fires when a field loses focus (including a Tab/auto-advance move away from it)
|
|
57
|
+
* and the composite value has newly transitioned to a different complete date, or from complete
|
|
58
|
+
* back to incomplete/blank. Programmatic `value`/`valueAsDate` assignment stays silent.
|
|
59
|
+
* @event focus - Re-dispatched, bubbling and composed, when any of the three internal fields
|
|
60
|
+
* receives focus (native `focus` doesn't bubble or cross a shadow boundary).
|
|
61
|
+
* @event blur - Re-dispatched, bubbling and composed, once when focus leaves all three internal
|
|
62
|
+
* fields for something outside the control -- not once per internal field-to-field Tab.
|
|
63
|
+
* @slot label - Custom label/legend content, alongside the `label` attribute.
|
|
64
|
+
* @slot hint - Custom hint content, alongside the `hint` attribute.
|
|
65
|
+
* @slot error - Custom error content, alongside the `errorText` attribute.
|
|
66
|
+
* @csspart form-control - The outer wrapper around legend, fieldset, hint, and error.
|
|
67
|
+
* @csspart fieldset - The `<fieldset>` grouping the three fields.
|
|
68
|
+
* @csspart legend - The `<legend>` element.
|
|
69
|
+
* @csspart fields - The row wrapping the three field blocks.
|
|
70
|
+
* @csspart field - Each field block (label + input), repeated three times; distinguished by
|
|
71
|
+
* `data-field="day"|"month"|"year"`.
|
|
72
|
+
* @csspart field-input - The native per-field `<input type="text" inputmode="numeric">`, repeated
|
|
73
|
+
* three times; distinguished by `data-field="day"|"month"|"year"`.
|
|
74
|
+
* @csspart field-label - The small visible per-field text label ("Day"/"Month"/"Year").
|
|
75
|
+
* @csspart hint - The hint message.
|
|
76
|
+
* @csspart error - The validation message.
|
|
77
|
+
*/
|
|
78
|
+
export declare class LyraKnownDate extends LyraKnownDate_base {
|
|
79
|
+
static styles: import("lit").CSSResultGroup[];
|
|
80
|
+
static properties: {
|
|
81
|
+
min: {
|
|
82
|
+
noAccessor: boolean;
|
|
83
|
+
};
|
|
84
|
+
max: {
|
|
85
|
+
noAccessor: boolean;
|
|
86
|
+
};
|
|
87
|
+
readonly: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
reflect: boolean;
|
|
90
|
+
noAccessor: boolean;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
size: LyraKnownDateSize;
|
|
94
|
+
label: string;
|
|
95
|
+
hint: string;
|
|
96
|
+
errorText: string;
|
|
97
|
+
/** BCP-47 override for field order and field-label localization sampling. Empty string falls
|
|
98
|
+
* back to `this.effectiveLocale` (inherited `lang`/ancestor), exactly like `lyra-date-input`'s
|
|
99
|
+
* `locale`. Redeclared (non-reflecting) over `LyraElement`'s own reflecting `locale` for the
|
|
100
|
+
* same reason `lyra-date-input` does. */
|
|
101
|
+
locale: string;
|
|
102
|
+
/** Forwarded to the internal day field as-is when non-empty. The special value `'bday'`
|
|
103
|
+
* expands into `'bday-day'`/`'bday-month'`/`'bday-year'` split across the three fields; any
|
|
104
|
+
* other non-empty value is forwarded verbatim to all three fields unmodified. */
|
|
105
|
+
autocomplete: string;
|
|
106
|
+
/** Overrides the fieldset's computed accessible name (normally the `<legend>`'s content). Applied
|
|
107
|
+
* as `aria-label` on the `part="fieldset"` element, which owns the role -- not just the host. */
|
|
108
|
+
accessibleLabel: string | null;
|
|
109
|
+
/** Visible + accessible per-field label for the day field. Routes through
|
|
110
|
+
* `this.localize('knownDateDay', ...)`. */
|
|
111
|
+
dayLabel: string;
|
|
112
|
+
/** Visible + accessible per-field label for the month field. Routes through
|
|
113
|
+
* `this.localize('knownDateMonth', ...)`. */
|
|
114
|
+
monthLabel: string;
|
|
115
|
+
/** Visible + accessible per-field label for the year field. Routes through
|
|
116
|
+
* `this.localize('knownDateYear', ...)`. */
|
|
117
|
+
yearLabel: string;
|
|
118
|
+
private dayText;
|
|
119
|
+
private monthText;
|
|
120
|
+
private yearText;
|
|
121
|
+
private touched;
|
|
122
|
+
private hasLabelSlot;
|
|
123
|
+
private hasHintSlot;
|
|
124
|
+
private hasErrorSlot;
|
|
125
|
+
private _min;
|
|
126
|
+
private _max;
|
|
127
|
+
private _readonly;
|
|
128
|
+
/** The last value a `change` event was fired for (or the constructed initial value) -- lets
|
|
129
|
+
* `commitChangeIfNeeded()` fire `change` only on a real transition, matching `lyra-date-input`'s
|
|
130
|
+
* own "input fires more often than change" contract. */
|
|
131
|
+
private lastCommittedValue;
|
|
132
|
+
private lastEditedField;
|
|
133
|
+
private readonly hintId;
|
|
134
|
+
private readonly errorId;
|
|
135
|
+
private readonly dayId;
|
|
136
|
+
private readonly monthId;
|
|
137
|
+
private readonly yearId;
|
|
138
|
+
constructor();
|
|
139
|
+
get min(): string;
|
|
140
|
+
set min(next: string);
|
|
141
|
+
get max(): string;
|
|
142
|
+
set max(next: string);
|
|
143
|
+
get readonly(): boolean;
|
|
144
|
+
set readonly(next: boolean);
|
|
145
|
+
get value(): string;
|
|
146
|
+
/** Normalizes an assignment to the canonical ISO date or `''`, and repopulates the three raw
|
|
147
|
+
* field texts to match -- a declarative `value="2007-3-27"` (non-padded) or a calendar-invalid
|
|
148
|
+
* literal (`"2007-02-30"`) sanitizes to `''`, same strict-ISO gate as `lyra-date-input`'s
|
|
149
|
+
* `parseStrictISO()`. Programmatic assignment stays silent (no `input`/`change`), matching every
|
|
150
|
+
* `FormAssociated` sibling's documented contract. */
|
|
151
|
+
set value(next: string);
|
|
152
|
+
/** The composite value as a local-midnight `Date`, or `null` while incomplete/invalid. */
|
|
153
|
+
get valueAsDate(): Date | null;
|
|
154
|
+
set valueAsDate(next: Date | null);
|
|
155
|
+
private parseStrictISO;
|
|
156
|
+
private get fieldOrder();
|
|
157
|
+
private textFor;
|
|
158
|
+
private setFieldText;
|
|
159
|
+
private idFor;
|
|
160
|
+
private get effectiveDayLabel();
|
|
161
|
+
private get effectiveMonthLabel();
|
|
162
|
+
private get effectiveYearLabel();
|
|
163
|
+
private labelFor;
|
|
164
|
+
/** `'bday'` expands into per-field companion tokens; any other non-empty value forwards
|
|
165
|
+
* verbatim to all three fields (see the `autocomplete` property doc comment). */
|
|
166
|
+
private autocompleteFor;
|
|
167
|
+
/** Computes the canonical zero-padded ISO date from the three raw typed field texts, or `''`
|
|
168
|
+
* when any field is empty or the combination isn't a real calendar date. */
|
|
169
|
+
private computeCanonicalValue;
|
|
170
|
+
/** Recomputes the composite value from the three field texts and pushes it through the base
|
|
171
|
+
* `FormAssociated` setter directly (bypassing this class's own `value` setter above, which
|
|
172
|
+
* would otherwise re-derive and clobber the raw per-field text this method is reading from). */
|
|
173
|
+
private commitFromFields;
|
|
174
|
+
private get eventDetail();
|
|
175
|
+
private detailFor;
|
|
176
|
+
/** Fires `change` only on a real transition of the composite value -- called on every field
|
|
177
|
+
* blur (whether that blur stays inside the control or leaves it), which also covers an
|
|
178
|
+
* auto-advance move since focusing another field synchronously blurs the current one first. */
|
|
179
|
+
private commitChangeIfNeeded;
|
|
180
|
+
private fieldInputElement;
|
|
181
|
+
/** Moves focus to the field `delta` steps away from `field` in locale field order; a no-op past
|
|
182
|
+
* either end (e.g. Backspace-empty on the first field, or auto-advance past the last field). */
|
|
183
|
+
private focusAdjacentField;
|
|
184
|
+
protected updateValidity(): void;
|
|
185
|
+
protected willUpdate(): void;
|
|
186
|
+
protected updated(changed: PropertyValues): void;
|
|
187
|
+
formResetCallback(): void;
|
|
188
|
+
private onLabelSlotChange;
|
|
189
|
+
private onHintSlotChange;
|
|
190
|
+
private onErrorSlotChange;
|
|
191
|
+
private onFieldInput;
|
|
192
|
+
private onFieldKeydown;
|
|
193
|
+
private onFieldFocus;
|
|
194
|
+
private onFieldBlur;
|
|
195
|
+
/** Focuses the first field in locale order. */
|
|
196
|
+
focus(options?: FocusOptions): void;
|
|
197
|
+
/** Blurs whichever internal field currently has focus, if any. */
|
|
198
|
+
blur(): void;
|
|
199
|
+
private renderField;
|
|
200
|
+
render(): TemplateResult;
|
|
201
|
+
}
|
|
202
|
+
declare global {
|
|
203
|
+
interface HTMLElementTagNameMap {
|
|
204
|
+
'lyra-known-date': LyraKnownDate;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
export {};
|
|
208
|
+
//# sourceMappingURL=known-date.class.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"known-date.class.d.ts","sourceRoot":"","sources":["../../../src/components/known-date/known-date.class.ts"],"names":[],"mappings":"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"}
|