@aceshooting/lyra-ui 2.1.0 → 2.2.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 +32 -17
- package/custom-elements.json +37419 -20401
- package/dist/components/app-rail/app-rail-item.class.d.ts +36 -0
- package/dist/components/app-rail/app-rail-item.class.d.ts.map +1 -0
- package/dist/components/app-rail/app-rail-item.class.js +77 -0
- package/dist/components/app-rail/app-rail-item.class.js.map +1 -0
- package/dist/components/app-rail/app-rail-item.d.ts +2 -30
- package/dist/components/app-rail/app-rail-item.d.ts.map +1 -0
- package/dist/components/app-rail/app-rail-item.js +3 -66
- package/dist/components/app-rail/app-rail-item.js.map +1 -0
- package/dist/components/app-rail/app-rail-item.styles.d.ts +1 -0
- package/dist/components/app-rail/app-rail-item.styles.d.ts.map +1 -0
- package/dist/components/app-rail/app-rail-item.styles.js +9 -3
- package/dist/components/app-rail/app-rail-item.styles.js.map +1 -0
- package/dist/components/app-rail/app-rail.class.d.ts +213 -0
- package/dist/components/app-rail/app-rail.class.d.ts.map +1 -0
- package/dist/components/app-rail/app-rail.class.js +545 -0
- package/dist/components/app-rail/app-rail.class.js.map +1 -0
- package/dist/components/app-rail/app-rail.d.ts +3 -168
- package/dist/components/app-rail/app-rail.d.ts.map +1 -0
- package/dist/components/app-rail/app-rail.js +4 -417
- package/dist/components/app-rail/app-rail.js.map +1 -0
- package/dist/components/app-rail/app-rail.styles.d.ts +1 -0
- package/dist/components/app-rail/app-rail.styles.d.ts.map +1 -0
- package/dist/components/app-rail/app-rail.styles.js +39 -10
- package/dist/components/app-rail/app-rail.styles.js.map +1 -0
- package/dist/components/attachment-chip/attachment-chip.class.d.ts +151 -0
- package/dist/components/attachment-chip/attachment-chip.class.d.ts.map +1 -0
- package/dist/components/attachment-chip/attachment-chip.class.js +370 -0
- package/dist/components/attachment-chip/attachment-chip.class.js.map +1 -0
- package/dist/components/attachment-chip/attachment-chip.d.ts +2 -141
- package/dist/components/attachment-chip/attachment-chip.d.ts.map +1 -0
- package/dist/components/attachment-chip/attachment-chip.js +3 -354
- package/dist/components/attachment-chip/attachment-chip.js.map +1 -0
- package/dist/components/attachment-chip/attachment-chip.styles.d.ts +1 -0
- package/dist/components/attachment-chip/attachment-chip.styles.d.ts.map +1 -0
- package/dist/components/attachment-chip/attachment-chip.styles.js +29 -13
- package/dist/components/attachment-chip/attachment-chip.styles.js.map +1 -0
- package/dist/components/attachment-trigger/attachment-trigger.class.d.ts +106 -0
- package/dist/components/attachment-trigger/attachment-trigger.class.d.ts.map +1 -0
- package/dist/components/attachment-trigger/attachment-trigger.class.js +227 -0
- package/dist/components/attachment-trigger/attachment-trigger.class.js.map +1 -0
- package/dist/components/attachment-trigger/attachment-trigger.d.ts +4 -96
- package/dist/components/attachment-trigger/attachment-trigger.d.ts.map +1 -0
- package/dist/components/attachment-trigger/attachment-trigger.js +5 -268
- package/dist/components/attachment-trigger/attachment-trigger.js.map +1 -0
- package/dist/components/attachment-trigger/attachment-trigger.styles.d.ts +1 -0
- package/dist/components/attachment-trigger/attachment-trigger.styles.d.ts.map +1 -0
- package/dist/components/attachment-trigger/attachment-trigger.styles.js +11 -6
- package/dist/components/attachment-trigger/attachment-trigger.styles.js.map +1 -0
- package/dist/components/chart/bar-chart.class.d.ts +15 -0
- package/dist/components/chart/bar-chart.class.d.ts.map +1 -0
- package/dist/components/chart/bar-chart.class.js +10 -0
- package/dist/components/chart/bar-chart.class.js.map +1 -0
- package/dist/components/chart/bar-chart.d.ts +3 -14
- package/dist/components/chart/bar-chart.d.ts.map +1 -0
- package/dist/components/chart/bar-chart.js +4 -9
- package/dist/components/chart/bar-chart.js.map +1 -0
- package/dist/components/chart/box-plot.class.d.ts +78 -0
- package/dist/components/chart/box-plot.class.d.ts.map +1 -0
- package/dist/components/chart/box-plot.class.js +320 -0
- package/dist/components/chart/box-plot.class.js.map +1 -0
- package/dist/components/chart/box-plot.d.ts +3 -77
- package/dist/components/chart/box-plot.d.ts.map +1 -0
- package/dist/components/chart/box-plot.js +4 -319
- package/dist/components/chart/box-plot.js.map +1 -0
- package/dist/components/chart/box-plot.styles.d.ts +1 -0
- package/dist/components/chart/box-plot.styles.d.ts.map +1 -0
- package/dist/components/chart/box-plot.styles.js +2 -1
- package/dist/components/chart/box-plot.styles.js.map +1 -0
- package/dist/components/chart/bubble-chart.class.d.ts +19 -0
- package/dist/components/chart/bubble-chart.class.d.ts.map +1 -0
- package/dist/components/chart/bubble-chart.class.js +14 -0
- package/dist/components/chart/bubble-chart.class.js.map +1 -0
- package/dist/components/chart/bubble-chart.d.ts +3 -18
- package/dist/components/chart/bubble-chart.d.ts.map +1 -0
- package/dist/components/chart/bubble-chart.js +4 -13
- package/dist/components/chart/bubble-chart.js.map +1 -0
- package/dist/components/chart/chart-loader.d.ts +12 -9
- package/dist/components/chart/chart-loader.d.ts.map +1 -0
- package/dist/components/chart/chart-loader.js +1 -0
- package/dist/components/chart/chart-loader.js.map +1 -0
- package/dist/components/chart/chart.class.d.ts +209 -0
- package/dist/components/chart/chart.class.d.ts.map +1 -0
- package/dist/components/chart/chart.class.js +651 -0
- package/dist/components/chart/chart.class.js.map +1 -0
- package/dist/components/chart/chart.d.ts +3 -196
- package/dist/components/chart/chart.d.ts.map +1 -0
- package/dist/components/chart/chart.js +4 -682
- package/dist/components/chart/chart.js.map +1 -0
- package/dist/components/chart/chart.styles.d.ts +1 -0
- package/dist/components/chart/chart.styles.d.ts.map +1 -0
- package/dist/components/chart/chart.styles.js +5 -4
- package/dist/components/chart/chart.styles.js.map +1 -0
- package/dist/components/chart/doughnut-chart.class.d.ts +15 -0
- package/dist/components/chart/doughnut-chart.class.d.ts.map +1 -0
- package/dist/components/chart/doughnut-chart.class.js +10 -0
- package/dist/components/chart/doughnut-chart.class.js.map +1 -0
- package/dist/components/chart/doughnut-chart.d.ts +3 -14
- package/dist/components/chart/doughnut-chart.d.ts.map +1 -0
- package/dist/components/chart/doughnut-chart.js +4 -9
- package/dist/components/chart/doughnut-chart.js.map +1 -0
- package/dist/components/chart/histogram-bin.d.ts +1 -0
- package/dist/components/chart/histogram-bin.d.ts.map +1 -0
- package/dist/components/chart/histogram-bin.js +1 -0
- package/dist/components/chart/histogram-bin.js.map +1 -0
- package/dist/components/chart/histogram.class.d.ts +23 -0
- package/dist/components/chart/histogram.class.d.ts.map +1 -0
- package/dist/components/chart/histogram.class.js +91 -0
- package/dist/components/chart/histogram.class.js.map +1 -0
- package/dist/components/chart/histogram.d.ts +3 -22
- package/dist/components/chart/histogram.d.ts.map +1 -0
- package/dist/components/chart/histogram.js +4 -90
- package/dist/components/chart/histogram.js.map +1 -0
- package/dist/components/chart/histogram.styles.d.ts +1 -0
- package/dist/components/chart/histogram.styles.d.ts.map +1 -0
- package/dist/components/chart/histogram.styles.js +1 -0
- package/dist/components/chart/histogram.styles.js.map +1 -0
- package/dist/components/chart/line-chart.class.d.ts +15 -0
- package/dist/components/chart/line-chart.class.d.ts.map +1 -0
- package/dist/components/chart/line-chart.class.js +10 -0
- package/dist/components/chart/line-chart.class.js.map +1 -0
- package/dist/components/chart/line-chart.d.ts +3 -14
- package/dist/components/chart/line-chart.d.ts.map +1 -0
- package/dist/components/chart/line-chart.js +4 -9
- package/dist/components/chart/line-chart.js.map +1 -0
- package/dist/components/chart/lite-chart.class.d.ts +237 -0
- package/dist/components/chart/lite-chart.class.d.ts.map +1 -0
- package/dist/components/chart/lite-chart.class.js +757 -0
- package/dist/components/chart/lite-chart.class.js.map +1 -0
- package/dist/components/chart/lite-chart.d.ts +2 -214
- package/dist/components/chart/lite-chart.d.ts.map +1 -0
- package/dist/components/chart/lite-chart.js +3 -737
- package/dist/components/chart/lite-chart.js.map +1 -0
- package/dist/components/chart/lite-chart.styles.d.ts +1 -0
- package/dist/components/chart/lite-chart.styles.d.ts.map +1 -0
- package/dist/components/chart/lite-chart.styles.js +19 -10
- package/dist/components/chart/lite-chart.styles.js.map +1 -0
- package/dist/components/chart/pie-chart.class.d.ts +16 -0
- package/dist/components/chart/pie-chart.class.d.ts.map +1 -0
- package/dist/components/chart/pie-chart.class.js +11 -0
- package/dist/components/chart/pie-chart.class.js.map +1 -0
- package/dist/components/chart/pie-chart.d.ts +3 -15
- package/dist/components/chart/pie-chart.d.ts.map +1 -0
- package/dist/components/chart/pie-chart.js +4 -10
- package/dist/components/chart/pie-chart.js.map +1 -0
- package/dist/components/chart/polar-area-chart.class.d.ts +15 -0
- package/dist/components/chart/polar-area-chart.class.d.ts.map +1 -0
- package/dist/components/chart/polar-area-chart.class.js +10 -0
- package/dist/components/chart/polar-area-chart.class.js.map +1 -0
- package/dist/components/chart/polar-area-chart.d.ts +3 -14
- package/dist/components/chart/polar-area-chart.d.ts.map +1 -0
- package/dist/components/chart/polar-area-chart.js +4 -9
- package/dist/components/chart/polar-area-chart.js.map +1 -0
- package/dist/components/chart/radar-chart.class.d.ts +15 -0
- package/dist/components/chart/radar-chart.class.d.ts.map +1 -0
- package/dist/components/chart/radar-chart.class.js +10 -0
- package/dist/components/chart/radar-chart.class.js.map +1 -0
- package/dist/components/chart/radar-chart.d.ts +3 -14
- package/dist/components/chart/radar-chart.d.ts.map +1 -0
- package/dist/components/chart/radar-chart.js +4 -9
- package/dist/components/chart/radar-chart.js.map +1 -0
- package/dist/components/chart/scatter-chart.class.d.ts +16 -0
- package/dist/components/chart/scatter-chart.class.d.ts.map +1 -0
- package/dist/components/chart/scatter-chart.class.js +11 -0
- package/dist/components/chart/scatter-chart.class.js.map +1 -0
- package/dist/components/chart/scatter-chart.d.ts +3 -15
- package/dist/components/chart/scatter-chart.d.ts.map +1 -0
- package/dist/components/chart/scatter-chart.js +4 -10
- package/dist/components/chart/scatter-chart.js.map +1 -0
- package/dist/components/chat-composer/chat-composer.class.d.ts +145 -0
- package/dist/components/chat-composer/chat-composer.class.d.ts.map +1 -0
- package/dist/components/chat-composer/chat-composer.class.js +314 -0
- package/dist/components/chat-composer/chat-composer.class.js.map +1 -0
- package/dist/components/chat-composer/chat-composer.d.ts +2 -133
- package/dist/components/chat-composer/chat-composer.d.ts.map +1 -0
- package/dist/components/chat-composer/chat-composer.js +3 -364
- package/dist/components/chat-composer/chat-composer.js.map +1 -0
- package/dist/components/chat-composer/chat-composer.styles.d.ts +1 -0
- package/dist/components/chat-composer/chat-composer.styles.d.ts.map +1 -0
- package/dist/components/chat-composer/chat-composer.styles.js +5 -4
- package/dist/components/chat-composer/chat-composer.styles.js.map +1 -0
- package/dist/components/chat-message/chat-message.class.d.ts +145 -0
- package/dist/components/chat-message/chat-message.class.d.ts.map +1 -0
- package/dist/components/chat-message/chat-message.class.js +270 -0
- package/dist/components/chat-message/chat-message.class.js.map +1 -0
- package/dist/components/chat-message/chat-message.d.ts +3 -141
- package/dist/components/chat-message/chat-message.d.ts.map +1 -0
- package/dist/components/chat-message/chat-message.js +4 -329
- package/dist/components/chat-message/chat-message.js.map +1 -0
- package/dist/components/chat-message/chat-message.styles.d.ts +1 -0
- package/dist/components/chat-message/chat-message.styles.d.ts.map +1 -0
- package/dist/components/chat-message/chat-message.styles.js +13 -12
- package/dist/components/chat-message/chat-message.styles.js.map +1 -0
- package/dist/components/checkbox/checkbox.class.d.ts +123 -0
- package/dist/components/checkbox/checkbox.class.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.class.js +328 -0
- package/dist/components/checkbox/checkbox.class.js.map +1 -0
- package/dist/components/checkbox/checkbox.d.ts +2 -117
- package/dist/components/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.js +3 -351
- package/dist/components/checkbox/checkbox.js.map +1 -0
- package/dist/components/checkbox/checkbox.styles.d.ts +1 -0
- package/dist/components/checkbox/checkbox.styles.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.styles.js +5 -4
- package/dist/components/checkbox/checkbox.styles.js.map +1 -0
- package/dist/components/chip/chip-group.class.d.ts +57 -0
- package/dist/components/chip/chip-group.class.d.ts.map +1 -0
- package/dist/components/chip/chip-group.class.js +129 -0
- package/dist/components/chip/chip-group.class.js.map +1 -0
- package/dist/components/chip/chip-group.d.ts +2 -56
- package/dist/components/chip/chip-group.d.ts.map +1 -0
- package/dist/components/chip/chip-group.js +3 -128
- package/dist/components/chip/chip-group.js.map +1 -0
- package/dist/components/chip/chip-group.styles.d.ts +1 -0
- package/dist/components/chip/chip-group.styles.d.ts.map +1 -0
- package/dist/components/chip/chip-group.styles.js +7 -6
- package/dist/components/chip/chip-group.styles.js.map +1 -0
- package/dist/components/chip/chip.class.d.ts +65 -0
- package/dist/components/chip/chip.class.d.ts.map +1 -0
- package/dist/components/chip/chip.class.js +121 -0
- package/dist/components/chip/chip.class.js.map +1 -0
- package/dist/components/chip/chip.d.ts +2 -64
- package/dist/components/chip/chip.d.ts.map +1 -0
- package/dist/components/chip/chip.js +3 -120
- package/dist/components/chip/chip.js.map +1 -0
- package/dist/components/chip/chip.styles.d.ts +1 -0
- package/dist/components/chip/chip.styles.d.ts.map +1 -0
- package/dist/components/chip/chip.styles.js +12 -11
- package/dist/components/chip/chip.styles.js.map +1 -0
- package/dist/components/citation-badge/citation-badge.class.d.ts +114 -0
- package/dist/components/citation-badge/citation-badge.class.d.ts.map +1 -0
- package/dist/components/citation-badge/citation-badge.class.js +317 -0
- package/dist/components/citation-badge/citation-badge.class.js.map +1 -0
- package/dist/components/citation-badge/citation-badge.d.ts +2 -113
- package/dist/components/citation-badge/citation-badge.d.ts.map +1 -0
- package/dist/components/citation-badge/citation-badge.js +3 -316
- package/dist/components/citation-badge/citation-badge.js.map +1 -0
- package/dist/components/citation-badge/citation-badge.styles.d.ts +1 -0
- package/dist/components/citation-badge/citation-badge.styles.d.ts.map +1 -0
- package/dist/components/citation-badge/citation-badge.styles.js +12 -11
- package/dist/components/citation-badge/citation-badge.styles.js.map +1 -0
- package/dist/components/code-block/code-block.class.d.ts +141 -0
- package/dist/components/code-block/code-block.class.d.ts.map +1 -0
- package/dist/components/code-block/code-block.class.js +333 -0
- package/dist/components/code-block/code-block.class.js.map +1 -0
- package/dist/components/code-block/code-block.d.ts +3 -127
- package/dist/components/code-block/code-block.d.ts.map +1 -0
- package/dist/components/code-block/code-block.js +4 -380
- package/dist/components/code-block/code-block.js.map +1 -0
- package/dist/components/code-block/code-block.styles.d.ts +1 -0
- package/dist/components/code-block/code-block.styles.d.ts.map +1 -0
- package/dist/components/code-block/code-block.styles.js +25 -21
- package/dist/components/code-block/code-block.styles.js.map +1 -0
- package/dist/components/code-block/code-loader.d.ts +8 -7
- package/dist/components/code-block/code-loader.d.ts.map +1 -0
- package/dist/components/code-block/code-loader.js +1 -0
- package/dist/components/code-block/code-loader.js.map +1 -0
- package/dist/components/combobox/combobox.class.d.ts +205 -0
- package/dist/components/combobox/combobox.class.d.ts.map +1 -0
- package/dist/components/combobox/combobox.class.js +854 -0
- package/dist/components/combobox/combobox.class.js.map +1 -0
- package/dist/components/combobox/combobox.d.ts +3 -199
- package/dist/components/combobox/combobox.d.ts.map +1 -0
- package/dist/components/combobox/combobox.js +4 -891
- package/dist/components/combobox/combobox.js.map +1 -0
- package/dist/components/combobox/combobox.styles.d.ts +1 -0
- package/dist/components/combobox/combobox.styles.d.ts.map +1 -0
- package/dist/components/combobox/combobox.styles.js +34 -33
- package/dist/components/combobox/combobox.styles.js.map +1 -0
- package/dist/components/combobox/option.class.d.ts +44 -0
- package/dist/components/combobox/option.class.d.ts.map +1 -0
- package/dist/components/combobox/option.class.js +101 -0
- package/dist/components/combobox/option.class.js.map +1 -0
- package/dist/components/combobox/option.d.ts +2 -40
- package/dist/components/combobox/option.d.ts.map +1 -0
- package/dist/components/combobox/option.js +3 -109
- package/dist/components/combobox/option.js.map +1 -0
- package/dist/components/context-meter/context-meter.class.d.ts +54 -0
- package/dist/components/context-meter/context-meter.class.d.ts.map +1 -0
- package/dist/components/context-meter/context-meter.class.js +158 -0
- package/dist/components/context-meter/context-meter.class.js.map +1 -0
- package/dist/components/context-meter/context-meter.d.ts +2 -53
- package/dist/components/context-meter/context-meter.d.ts.map +1 -0
- package/dist/components/context-meter/context-meter.js +3 -157
- package/dist/components/context-meter/context-meter.js.map +1 -0
- package/dist/components/context-meter/context-meter.styles.d.ts +1 -0
- package/dist/components/context-meter/context-meter.styles.d.ts.map +1 -0
- package/dist/components/context-meter/context-meter.styles.js +7 -6
- package/dist/components/context-meter/context-meter.styles.js.map +1 -0
- package/dist/components/conversation-item/conversation-item.class.d.ts +127 -0
- package/dist/components/conversation-item/conversation-item.class.d.ts.map +1 -0
- package/dist/components/conversation-item/conversation-item.class.js +259 -0
- package/dist/components/conversation-item/conversation-item.class.js.map +1 -0
- package/dist/components/conversation-item/conversation-item.d.ts +2 -125
- package/dist/components/conversation-item/conversation-item.d.ts.map +1 -0
- package/dist/components/conversation-item/conversation-item.js +3 -329
- package/dist/components/conversation-item/conversation-item.js.map +1 -0
- package/dist/components/conversation-item/conversation-item.styles.d.ts +1 -0
- package/dist/components/conversation-item/conversation-item.styles.d.ts.map +1 -0
- package/dist/components/conversation-item/conversation-item.styles.js +12 -11
- package/dist/components/conversation-item/conversation-item.styles.js.map +1 -0
- package/dist/components/copy-button/copy-button.class.d.ts +37 -0
- package/dist/components/copy-button/copy-button.class.d.ts.map +1 -0
- package/dist/components/copy-button/copy-button.class.js +103 -0
- package/dist/components/copy-button/copy-button.class.js.map +1 -0
- package/dist/components/copy-button/copy-button.d.ts +2 -0
- package/dist/components/copy-button/copy-button.d.ts.map +1 -0
- package/dist/components/copy-button/copy-button.js +5 -0
- package/dist/components/copy-button/copy-button.js.map +1 -0
- package/dist/components/copy-button/copy-button.styles.d.ts +2 -0
- package/dist/components/copy-button/copy-button.styles.d.ts.map +1 -0
- package/dist/components/copy-button/copy-button.styles.js +40 -0
- package/dist/components/copy-button/copy-button.styles.js.map +1 -0
- package/dist/components/date-picker/calendar-core.d.ts +1 -0
- package/dist/components/date-picker/calendar-core.d.ts.map +1 -0
- package/dist/components/date-picker/calendar-core.js +1 -0
- package/dist/components/date-picker/calendar-core.js.map +1 -0
- package/dist/components/date-picker/date-input.class.d.ts +185 -0
- package/dist/components/date-picker/date-input.class.d.ts.map +1 -0
- package/dist/components/date-picker/date-input.class.js +676 -0
- package/dist/components/date-picker/date-input.class.js.map +1 -0
- package/dist/components/date-picker/date-input.d.ts +3 -168
- package/dist/components/date-picker/date-input.d.ts.map +1 -0
- package/dist/components/date-picker/date-input.js +4 -675
- package/dist/components/date-picker/date-input.js.map +1 -0
- package/dist/components/date-picker/date-input.styles.d.ts +1 -0
- package/dist/components/date-picker/date-input.styles.d.ts.map +1 -0
- package/dist/components/date-picker/date-input.styles.js +11 -10
- package/dist/components/date-picker/date-input.styles.js.map +1 -0
- package/dist/components/date-picker/date-picker.class.d.ts +121 -0
- package/dist/components/date-picker/date-picker.class.d.ts.map +1 -0
- package/dist/components/date-picker/date-picker.class.js +513 -0
- package/dist/components/date-picker/date-picker.class.js.map +1 -0
- package/dist/components/date-picker/date-picker.d.ts +2 -103
- package/dist/components/date-picker/date-picker.d.ts.map +1 -0
- package/dist/components/date-picker/date-picker.js +3 -490
- package/dist/components/date-picker/date-picker.js.map +1 -0
- package/dist/components/date-picker/date-picker.styles.d.ts +1 -0
- package/dist/components/date-picker/date-picker.styles.d.ts.map +1 -0
- package/dist/components/date-picker/date-picker.styles.js +10 -9
- package/dist/components/date-picker/date-picker.styles.js.map +1 -0
- package/dist/components/dialog/confirm.d.ts +1 -0
- package/dist/components/dialog/confirm.d.ts.map +1 -0
- package/dist/components/dialog/confirm.js +1 -0
- package/dist/components/dialog/confirm.js.map +1 -0
- package/dist/components/dialog/dialog.class.d.ts +137 -0
- package/dist/components/dialog/dialog.class.d.ts.map +1 -0
- package/dist/components/dialog/dialog.class.js +301 -0
- package/dist/components/dialog/dialog.class.js.map +1 -0
- package/dist/components/dialog/dialog.d.ts +2 -129
- package/dist/components/dialog/dialog.d.ts.map +1 -0
- package/dist/components/dialog/dialog.js +3 -286
- package/dist/components/dialog/dialog.js.map +1 -0
- package/dist/components/dialog/dialog.styles.d.ts +1 -0
- package/dist/components/dialog/dialog.styles.d.ts.map +1 -0
- package/dist/components/dialog/dialog.styles.js +12 -8
- package/dist/components/dialog/dialog.styles.js.map +1 -0
- package/dist/components/dock-panel/dock-panel.class.d.ts +143 -0
- package/dist/components/dock-panel/dock-panel.class.d.ts.map +1 -0
- package/dist/components/dock-panel/dock-panel.class.js +358 -0
- package/dist/components/dock-panel/dock-panel.class.js.map +1 -0
- package/dist/components/dock-panel/dock-panel.d.ts +2 -142
- package/dist/components/dock-panel/dock-panel.d.ts.map +1 -0
- package/dist/components/dock-panel/dock-panel.js +3 -357
- package/dist/components/dock-panel/dock-panel.js.map +1 -0
- package/dist/components/dock-panel/dock-panel.styles.d.ts +1 -0
- package/dist/components/dock-panel/dock-panel.styles.d.ts.map +1 -0
- package/dist/components/dock-panel/dock-panel.styles.js +19 -12
- package/dist/components/dock-panel/dock-panel.styles.js.map +1 -0
- package/dist/components/document-preview/document-preview.class.d.ts +153 -0
- package/dist/components/document-preview/document-preview.class.d.ts.map +1 -0
- package/dist/components/document-preview/document-preview.class.js +304 -0
- package/dist/components/document-preview/document-preview.class.js.map +1 -0
- package/dist/components/document-preview/document-preview.d.ts +2 -143
- package/dist/components/document-preview/document-preview.d.ts.map +1 -0
- package/dist/components/document-preview/document-preview.js +3 -386
- package/dist/components/document-preview/document-preview.js.map +1 -0
- package/dist/components/document-preview/document-preview.styles.d.ts +1 -0
- package/dist/components/document-preview/document-preview.styles.d.ts.map +1 -0
- package/dist/components/document-preview/document-preview.styles.js +22 -21
- package/dist/components/document-preview/document-preview.styles.js.map +1 -0
- package/dist/components/empty/empty.class.d.ts +43 -0
- package/dist/components/empty/empty.class.d.ts.map +1 -0
- package/dist/components/empty/empty.class.js +112 -0
- package/dist/components/empty/empty.class.js.map +1 -0
- package/dist/components/empty/empty.d.ts +2 -42
- package/dist/components/empty/empty.d.ts.map +1 -0
- package/dist/components/empty/empty.js +3 -111
- package/dist/components/empty/empty.js.map +1 -0
- package/dist/components/empty/empty.styles.d.ts +1 -0
- package/dist/components/empty/empty.styles.d.ts.map +1 -0
- package/dist/components/empty/empty.styles.js +6 -5
- package/dist/components/empty/empty.styles.js.map +1 -0
- package/dist/components/export-button/csv.d.ts +1 -0
- package/dist/components/export-button/csv.d.ts.map +1 -0
- package/dist/components/export-button/csv.js +1 -0
- package/dist/components/export-button/csv.js.map +1 -0
- package/dist/components/export-button/export-button.class.d.ts +76 -0
- package/dist/components/export-button/export-button.class.d.ts.map +1 -0
- package/dist/components/export-button/export-button.class.js +249 -0
- package/dist/components/export-button/export-button.class.js.map +1 -0
- package/dist/components/export-button/export-button.d.ts +2 -67
- package/dist/components/export-button/export-button.d.ts.map +1 -0
- package/dist/components/export-button/export-button.js +3 -261
- package/dist/components/export-button/export-button.js.map +1 -0
- package/dist/components/export-button/export-button.styles.d.ts +1 -0
- package/dist/components/export-button/export-button.styles.d.ts.map +1 -0
- package/dist/components/export-button/export-button.styles.js +6 -5
- package/dist/components/export-button/export-button.styles.js.map +1 -0
- package/dist/components/file-input/accept.d.ts +1 -0
- package/dist/components/file-input/accept.d.ts.map +1 -0
- package/dist/components/file-input/accept.js +1 -0
- package/dist/components/file-input/accept.js.map +1 -0
- package/dist/components/file-input/file-input.class.d.ts +66 -0
- package/dist/components/file-input/file-input.class.d.ts.map +1 -0
- package/dist/components/file-input/file-input.class.js +213 -0
- package/dist/components/file-input/file-input.class.js.map +1 -0
- package/dist/components/file-input/file-input.d.ts +2 -59
- package/dist/components/file-input/file-input.d.ts.map +1 -0
- package/dist/components/file-input/file-input.js +3 -226
- package/dist/components/file-input/file-input.js.map +1 -0
- package/dist/components/file-input/file-input.styles.d.ts +1 -0
- package/dist/components/file-input/file-input.styles.d.ts.map +1 -0
- package/dist/components/file-input/file-input.styles.js +5 -4
- package/dist/components/file-input/file-input.styles.js.map +1 -0
- package/dist/components/flag/flag-peer.d.ts +8 -0
- package/dist/components/flag/flag-peer.d.ts.map +1 -0
- package/dist/components/flag/flag-peer.js +13 -0
- package/dist/components/flag/flag-peer.js.map +1 -0
- package/dist/components/flag/flag.class.d.ts +124 -0
- package/dist/components/flag/flag.class.d.ts.map +1 -0
- package/dist/components/flag/flag.class.js +251 -0
- package/dist/components/flag/flag.class.js.map +1 -0
- package/dist/components/flag/flag.d.ts +3 -121
- package/dist/components/flag/flag.d.ts.map +1 -0
- package/dist/components/flag/flag.js +4 -239
- package/dist/components/flag/flag.js.map +1 -0
- package/dist/components/flag/flag.styles.d.ts +1 -0
- package/dist/components/flag/flag.styles.d.ts.map +1 -0
- package/dist/components/flag/flag.styles.js +5 -4
- package/dist/components/flag/flag.styles.js.map +1 -0
- package/dist/components/flag/language-map.d.ts +1 -0
- package/dist/components/flag/language-map.d.ts.map +1 -0
- package/dist/components/flag/language-map.js +1 -0
- package/dist/components/flag/language-map.js.map +1 -0
- package/dist/components/gauge/gauge.class.d.ts +41 -0
- package/dist/components/gauge/gauge.class.d.ts.map +1 -0
- package/dist/components/gauge/gauge.class.js +178 -0
- package/dist/components/gauge/gauge.class.js.map +1 -0
- package/dist/components/gauge/gauge.d.ts +2 -40
- package/dist/components/gauge/gauge.d.ts.map +1 -0
- package/dist/components/gauge/gauge.js +3 -177
- package/dist/components/gauge/gauge.js.map +1 -0
- package/dist/components/gauge/gauge.styles.d.ts +1 -0
- package/dist/components/gauge/gauge.styles.d.ts.map +1 -0
- package/dist/components/gauge/gauge.styles.js +9 -8
- package/dist/components/gauge/gauge.styles.js.map +1 -0
- package/dist/components/generation-status/generation-status.class.d.ts +121 -0
- package/dist/components/generation-status/generation-status.class.d.ts.map +1 -0
- package/dist/components/generation-status/generation-status.class.js +260 -0
- package/dist/components/generation-status/generation-status.class.js.map +1 -0
- package/dist/components/generation-status/generation-status.d.ts +2 -117
- package/dist/components/generation-status/generation-status.d.ts.map +1 -0
- package/dist/components/generation-status/generation-status.js +3 -325
- package/dist/components/generation-status/generation-status.js.map +1 -0
- package/dist/components/generation-status/generation-status.styles.d.ts +1 -0
- package/dist/components/generation-status/generation-status.styles.d.ts.map +1 -0
- package/dist/components/generation-status/generation-status.styles.js +7 -6
- package/dist/components/generation-status/generation-status.styles.js.map +1 -0
- package/dist/components/graph/graph-loader.d.ts +13 -13
- package/dist/components/graph/graph-loader.d.ts.map +1 -0
- package/dist/components/graph/graph-loader.js +1 -0
- package/dist/components/graph/graph-loader.js.map +1 -0
- package/dist/components/graph/graph.class.d.ts +167 -0
- package/dist/components/graph/graph.class.d.ts.map +1 -0
- package/dist/components/graph/graph.class.js +552 -0
- package/dist/components/graph/graph.class.js.map +1 -0
- package/dist/components/graph/graph.d.ts +3 -157
- package/dist/components/graph/graph.d.ts.map +1 -0
- package/dist/components/graph/graph.js +4 -577
- package/dist/components/graph/graph.js.map +1 -0
- package/dist/components/graph/graph.styles.d.ts +1 -0
- package/dist/components/graph/graph.styles.d.ts.map +1 -0
- package/dist/components/graph/graph.styles.js +2 -1
- package/dist/components/graph/graph.styles.js.map +1 -0
- package/dist/components/heatmap/calendar-grid.d.ts +1 -0
- package/dist/components/heatmap/calendar-grid.d.ts.map +1 -0
- package/dist/components/heatmap/calendar-grid.js +1 -0
- package/dist/components/heatmap/calendar-grid.js.map +1 -0
- package/dist/components/heatmap/heatmap-scale.d.ts +9 -0
- package/dist/components/heatmap/heatmap-scale.d.ts.map +1 -0
- package/dist/components/heatmap/heatmap-scale.js +13 -0
- package/dist/components/heatmap/heatmap-scale.js.map +1 -0
- package/dist/components/heatmap/heatmap.class.d.ts +478 -0
- package/dist/components/heatmap/heatmap.class.d.ts.map +1 -0
- package/dist/components/heatmap/heatmap.class.js +1211 -0
- package/dist/components/heatmap/heatmap.class.js.map +1 -0
- package/dist/components/heatmap/heatmap.d.ts +2 -437
- package/dist/components/heatmap/heatmap.d.ts.map +1 -0
- package/dist/components/heatmap/heatmap.js +3 -1175
- package/dist/components/heatmap/heatmap.js.map +1 -0
- package/dist/components/heatmap/heatmap.styles.d.ts +1 -0
- package/dist/components/heatmap/heatmap.styles.d.ts.map +1 -0
- package/dist/components/heatmap/heatmap.styles.js +20 -20
- package/dist/components/heatmap/heatmap.styles.js.map +1 -0
- package/dist/components/json-viewer/json-viewer.class.d.ts +77 -0
- package/dist/components/json-viewer/json-viewer.class.d.ts.map +1 -0
- package/dist/components/json-viewer/json-viewer.class.js +340 -0
- package/dist/components/json-viewer/json-viewer.class.js.map +1 -0
- package/dist/components/json-viewer/json-viewer.d.ts +2 -70
- package/dist/components/json-viewer/json-viewer.d.ts.map +1 -0
- package/dist/components/json-viewer/json-viewer.js +3 -359
- package/dist/components/json-viewer/json-viewer.js.map +1 -0
- package/dist/components/json-viewer/json-viewer.styles.d.ts +1 -0
- package/dist/components/json-viewer/json-viewer.styles.d.ts.map +1 -0
- package/dist/components/json-viewer/json-viewer.styles.js +23 -20
- package/dist/components/json-viewer/json-viewer.styles.js.map +1 -0
- package/dist/components/kbd/kbd.class.d.ts +78 -0
- package/dist/components/kbd/kbd.class.d.ts.map +1 -0
- package/dist/components/kbd/kbd.class.js +230 -0
- package/dist/components/kbd/kbd.class.js.map +1 -0
- package/dist/components/kbd/kbd.d.ts +2 -77
- package/dist/components/kbd/kbd.d.ts.map +1 -0
- package/dist/components/kbd/kbd.js +3 -229
- package/dist/components/kbd/kbd.js.map +1 -0
- package/dist/components/kbd/kbd.styles.d.ts +1 -0
- package/dist/components/kbd/kbd.styles.d.ts.map +1 -0
- package/dist/components/kbd/kbd.styles.js +10 -9
- package/dist/components/kbd/kbd.styles.js.map +1 -0
- package/dist/components/live-region/live-region.class.d.ts +91 -0
- package/dist/components/live-region/live-region.class.d.ts.map +1 -0
- package/dist/components/live-region/live-region.class.js +188 -0
- package/dist/components/live-region/live-region.class.js.map +1 -0
- package/dist/components/live-region/live-region.d.ts +2 -90
- package/dist/components/live-region/live-region.d.ts.map +1 -0
- package/dist/components/live-region/live-region.js +3 -187
- package/dist/components/live-region/live-region.js.map +1 -0
- package/dist/components/live-region/live-region.styles.d.ts +1 -0
- package/dist/components/live-region/live-region.styles.d.ts.map +1 -0
- package/dist/components/live-region/live-region.styles.js +1 -0
- package/dist/components/live-region/live-region.styles.js.map +1 -0
- package/dist/components/map/map-loader.d.ts +5 -2
- package/dist/components/map/map-loader.d.ts.map +1 -0
- package/dist/components/map/map-loader.js +1 -0
- package/dist/components/map/map-loader.js.map +1 -0
- package/dist/components/map/map.class.d.ts +121 -0
- package/dist/components/map/map.class.d.ts.map +1 -0
- package/dist/components/map/map.class.js +450 -0
- package/dist/components/map/map.class.js.map +1 -0
- package/dist/components/map/map.d.ts +3 -111
- package/dist/components/map/map.d.ts.map +1 -0
- package/dist/components/map/map.js +4 -477
- package/dist/components/map/map.js.map +1 -0
- package/dist/components/map/map.styles.d.ts +1 -0
- package/dist/components/map/map.styles.d.ts.map +1 -0
- package/dist/components/map/map.styles.js +8 -7
- package/dist/components/map/map.styles.js.map +1 -0
- package/dist/components/markdown/markdown-loader.d.ts +6 -6
- package/dist/components/markdown/markdown-loader.d.ts.map +1 -0
- package/dist/components/markdown/markdown-loader.js +1 -0
- package/dist/components/markdown/markdown-loader.js.map +1 -0
- package/dist/components/markdown/markdown.class.d.ts +129 -0
- package/dist/components/markdown/markdown.class.d.ts.map +1 -0
- package/dist/components/markdown/markdown.class.js +354 -0
- package/dist/components/markdown/markdown.class.js.map +1 -0
- package/dist/components/markdown/markdown.d.ts +2 -119
- package/dist/components/markdown/markdown.d.ts.map +1 -0
- package/dist/components/markdown/markdown.js +3 -387
- package/dist/components/markdown/markdown.js.map +1 -0
- package/dist/components/markdown/markdown.styles.d.ts +1 -0
- package/dist/components/markdown/markdown.styles.d.ts.map +1 -0
- package/dist/components/markdown/markdown.styles.js +12 -11
- package/dist/components/markdown/markdown.styles.js.map +1 -0
- package/dist/components/media-card/media-card.class.d.ts +131 -0
- package/dist/components/media-card/media-card.class.d.ts.map +1 -0
- package/dist/components/media-card/media-card.class.js +272 -0
- package/dist/components/media-card/media-card.class.js.map +1 -0
- package/dist/components/media-card/media-card.d.ts +2 -130
- package/dist/components/media-card/media-card.d.ts.map +1 -0
- package/dist/components/media-card/media-card.js +3 -271
- package/dist/components/media-card/media-card.js.map +1 -0
- package/dist/components/media-card/media-card.styles.d.ts +1 -0
- package/dist/components/media-card/media-card.styles.d.ts.map +1 -0
- package/dist/components/media-card/media-card.styles.js +8 -7
- package/dist/components/media-card/media-card.styles.js.map +1 -0
- package/dist/components/mention-popover/mention-popover.class.d.ts +207 -0
- package/dist/components/mention-popover/mention-popover.class.d.ts.map +1 -0
- package/dist/components/mention-popover/mention-popover.class.js +379 -0
- package/dist/components/mention-popover/mention-popover.class.js.map +1 -0
- package/dist/components/mention-popover/mention-popover.d.ts +2 -203
- package/dist/components/mention-popover/mention-popover.d.ts.map +1 -0
- package/dist/components/mention-popover/mention-popover.js +3 -491
- package/dist/components/mention-popover/mention-popover.js.map +1 -0
- package/dist/components/mention-popover/mention-popover.styles.d.ts +1 -0
- package/dist/components/mention-popover/mention-popover.styles.d.ts.map +1 -0
- package/dist/components/mention-popover/mention-popover.styles.js +11 -10
- package/dist/components/mention-popover/mention-popover.styles.js.map +1 -0
- package/dist/components/menu/menu-item.class.d.ts +99 -0
- package/dist/components/menu/menu-item.class.d.ts.map +1 -0
- package/dist/components/menu/menu-item.class.js +150 -0
- package/dist/components/menu/menu-item.class.js.map +1 -0
- package/dist/components/menu/menu-item.d.ts +2 -91
- package/dist/components/menu/menu-item.d.ts.map +1 -0
- package/dist/components/menu/menu-item.js +3 -204
- package/dist/components/menu/menu-item.js.map +1 -0
- package/dist/components/menu/menu-item.styles.d.ts +1 -0
- package/dist/components/menu/menu-item.styles.d.ts.map +1 -0
- package/dist/components/menu/menu-item.styles.js +3 -2
- package/dist/components/menu/menu-item.styles.js.map +1 -0
- package/dist/components/menu/menu.class.d.ts +173 -0
- package/dist/components/menu/menu.class.d.ts.map +1 -0
- package/dist/components/menu/menu.class.js +378 -0
- package/dist/components/menu/menu.class.js.map +1 -0
- package/dist/components/menu/menu.d.ts +3 -167
- package/dist/components/menu/menu.d.ts.map +1 -0
- package/dist/components/menu/menu.js +4 -459
- package/dist/components/menu/menu.js.map +1 -0
- package/dist/components/menu/menu.styles.d.ts +1 -0
- package/dist/components/menu/menu.styles.d.ts.map +1 -0
- package/dist/components/menu/menu.styles.js +9 -8
- package/dist/components/menu/menu.styles.js.map +1 -0
- package/dist/components/model-select/model-select.class.d.ts +177 -0
- package/dist/components/model-select/model-select.class.d.ts.map +1 -0
- package/dist/components/model-select/model-select.class.js +555 -0
- package/dist/components/model-select/model-select.class.js.map +1 -0
- package/dist/components/model-select/model-select.d.ts +2 -170
- package/dist/components/model-select/model-select.d.ts.map +1 -0
- package/dist/components/model-select/model-select.js +3 -586
- package/dist/components/model-select/model-select.js.map +1 -0
- package/dist/components/model-select/model-select.styles.d.ts +1 -0
- package/dist/components/model-select/model-select.styles.d.ts.map +1 -0
- package/dist/components/model-select/model-select.styles.js +24 -23
- package/dist/components/model-select/model-select.styles.js.map +1 -0
- package/dist/components/model-settings-panel/model-settings-panel.class.d.ts +94 -0
- package/dist/components/model-settings-panel/model-settings-panel.class.d.ts.map +1 -0
- package/dist/components/model-settings-panel/model-settings-panel.class.js +208 -0
- package/dist/components/model-settings-panel/model-settings-panel.class.js.map +1 -0
- package/dist/components/model-settings-panel/model-settings-panel.d.ts +4 -93
- package/dist/components/model-settings-panel/model-settings-panel.d.ts.map +1 -0
- package/dist/components/model-settings-panel/model-settings-panel.js +5 -207
- package/dist/components/model-settings-panel/model-settings-panel.js.map +1 -0
- package/dist/components/model-settings-panel/model-settings-panel.styles.d.ts +1 -0
- package/dist/components/model-settings-panel/model-settings-panel.styles.d.ts.map +1 -0
- package/dist/components/model-settings-panel/model-settings-panel.styles.js +12 -11
- package/dist/components/model-settings-panel/model-settings-panel.styles.js.map +1 -0
- package/dist/components/playback/playback.class.d.ts +79 -0
- package/dist/components/playback/playback.class.d.ts.map +1 -0
- package/dist/components/playback/playback.class.js +238 -0
- package/dist/components/playback/playback.class.js.map +1 -0
- package/dist/components/playback/playback.d.ts +2 -71
- package/dist/components/playback/playback.d.ts.map +1 -0
- package/dist/components/playback/playback.js +3 -250
- package/dist/components/playback/playback.js.map +1 -0
- package/dist/components/playback/playback.styles.d.ts +1 -0
- package/dist/components/playback/playback.styles.d.ts.map +1 -0
- package/dist/components/playback/playback.styles.js +2 -1
- package/dist/components/playback/playback.styles.js.map +1 -0
- package/dist/components/responsive-panel/responsive-panel.class.d.ts +164 -0
- package/dist/components/responsive-panel/responsive-panel.class.d.ts.map +1 -0
- package/dist/components/responsive-panel/responsive-panel.class.js +362 -0
- package/dist/components/responsive-panel/responsive-panel.class.js.map +1 -0
- package/dist/components/responsive-panel/responsive-panel.d.ts +2 -163
- package/dist/components/responsive-panel/responsive-panel.d.ts.map +1 -0
- package/dist/components/responsive-panel/responsive-panel.js +3 -361
- package/dist/components/responsive-panel/responsive-panel.js.map +1 -0
- package/dist/components/responsive-panel/responsive-panel.styles.d.ts +1 -0
- package/dist/components/responsive-panel/responsive-panel.styles.d.ts.map +1 -0
- package/dist/components/responsive-panel/responsive-panel.styles.js +8 -5
- package/dist/components/responsive-panel/responsive-panel.styles.js.map +1 -0
- package/dist/components/result-card/result-card.class.d.ts +51 -0
- package/dist/components/result-card/result-card.class.d.ts.map +1 -0
- package/dist/components/result-card/result-card.class.js +88 -0
- package/dist/components/result-card/result-card.class.js.map +1 -0
- package/dist/components/result-card/result-card.d.ts +2 -50
- package/dist/components/result-card/result-card.d.ts.map +1 -0
- package/dist/components/result-card/result-card.js +3 -87
- package/dist/components/result-card/result-card.js.map +1 -0
- package/dist/components/result-card/result-card.styles.d.ts +1 -0
- package/dist/components/result-card/result-card.styles.d.ts.map +1 -0
- package/dist/components/result-card/result-card.styles.js +5 -4
- package/dist/components/result-card/result-card.styles.js.map +1 -0
- package/dist/components/result-card/result-field.class.d.ts +37 -0
- package/dist/components/result-card/result-field.class.d.ts.map +1 -0
- package/dist/components/result-card/result-field.class.js +86 -0
- package/dist/components/result-card/result-field.class.js.map +1 -0
- package/dist/components/result-card/result-field.d.ts +2 -36
- package/dist/components/result-card/result-field.d.ts.map +1 -0
- package/dist/components/result-card/result-field.js +3 -85
- package/dist/components/result-card/result-field.js.map +1 -0
- package/dist/components/result-card/result-field.styles.d.ts +1 -0
- package/dist/components/result-card/result-field.styles.d.ts.map +1 -0
- package/dist/components/result-card/result-field.styles.js +3 -2
- package/dist/components/result-card/result-field.styles.js.map +1 -0
- package/dist/components/select/select.class.d.ts +212 -0
- package/dist/components/select/select.class.d.ts.map +1 -0
- package/dist/components/select/select.class.js +637 -0
- package/dist/components/select/select.class.js.map +1 -0
- package/dist/components/select/select.d.ts +3 -205
- package/dist/components/select/select.d.ts.map +1 -0
- package/dist/components/select/select.js +4 -693
- package/dist/components/select/select.js.map +1 -0
- package/dist/components/select/select.styles.d.ts +1 -0
- package/dist/components/select/select.styles.d.ts.map +1 -0
- package/dist/components/select/select.styles.js +35 -34
- package/dist/components/select/select.styles.js.map +1 -0
- package/dist/components/skeleton/skeleton.class.d.ts +30 -0
- package/dist/components/skeleton/skeleton.class.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton.class.js +67 -0
- package/dist/components/skeleton/skeleton.class.js.map +1 -0
- package/dist/components/skeleton/skeleton.d.ts +2 -29
- package/dist/components/skeleton/skeleton.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton.js +3 -66
- package/dist/components/skeleton/skeleton.js.map +1 -0
- package/dist/components/skeleton/skeleton.styles.d.ts +1 -0
- package/dist/components/skeleton/skeleton.styles.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton.styles.js +2 -1
- package/dist/components/skeleton/skeleton.styles.js.map +1 -0
- package/dist/components/slider/slider.class.d.ts +152 -0
- package/dist/components/slider/slider.class.d.ts.map +1 -0
- package/dist/components/slider/slider.class.js +433 -0
- package/dist/components/slider/slider.class.js.map +1 -0
- package/dist/components/slider/slider.d.ts +2 -141
- package/dist/components/slider/slider.d.ts.map +1 -0
- package/dist/components/slider/slider.js +3 -465
- package/dist/components/slider/slider.js.map +1 -0
- package/dist/components/slider/slider.styles.d.ts +1 -0
- package/dist/components/slider/slider.styles.d.ts.map +1 -0
- package/dist/components/slider/slider.styles.js +15 -14
- package/dist/components/slider/slider.styles.js.map +1 -0
- package/dist/components/source-card/source-card.class.d.ts +105 -0
- package/dist/components/source-card/source-card.class.d.ts.map +1 -0
- package/dist/components/source-card/source-card.class.js +194 -0
- package/dist/components/source-card/source-card.class.js.map +1 -0
- package/dist/components/source-card/source-card.d.ts +2 -104
- package/dist/components/source-card/source-card.d.ts.map +1 -0
- package/dist/components/source-card/source-card.js +3 -193
- package/dist/components/source-card/source-card.js.map +1 -0
- package/dist/components/source-card/source-card.styles.d.ts +1 -0
- package/dist/components/source-card/source-card.styles.d.ts.map +1 -0
- package/dist/components/source-card/source-card.styles.js +11 -10
- package/dist/components/source-card/source-card.styles.js.map +1 -0
- package/dist/components/source-list/source-list.class.d.ts +64 -0
- package/dist/components/source-list/source-list.class.d.ts.map +1 -0
- package/dist/components/source-list/source-list.class.js +129 -0
- package/dist/components/source-list/source-list.class.js.map +1 -0
- package/dist/components/source-list/source-list.d.ts +2 -63
- package/dist/components/source-list/source-list.d.ts.map +1 -0
- package/dist/components/source-list/source-list.js +3 -128
- package/dist/components/source-list/source-list.js.map +1 -0
- package/dist/components/source-list/source-list.styles.d.ts +1 -0
- package/dist/components/source-list/source-list.styles.d.ts.map +1 -0
- package/dist/components/source-list/source-list.styles.js +5 -4
- package/dist/components/source-list/source-list.styles.js.map +1 -0
- package/dist/components/sparkline/sparkline.class.d.ts +31 -0
- package/dist/components/sparkline/sparkline.class.d.ts.map +1 -0
- package/dist/components/sparkline/sparkline.class.js +140 -0
- package/dist/components/sparkline/sparkline.class.js.map +1 -0
- package/dist/components/sparkline/sparkline.d.ts +2 -30
- package/dist/components/sparkline/sparkline.d.ts.map +1 -0
- package/dist/components/sparkline/sparkline.js +3 -137
- package/dist/components/sparkline/sparkline.js.map +1 -0
- package/dist/components/sparkline/sparkline.styles.d.ts +1 -0
- package/dist/components/sparkline/sparkline.styles.d.ts.map +1 -0
- package/dist/components/sparkline/sparkline.styles.js +3 -2
- package/dist/components/sparkline/sparkline.styles.js.map +1 -0
- package/dist/components/split/split.class.d.ts +293 -0
- package/dist/components/split/split.class.d.ts.map +1 -0
- package/dist/components/split/split.class.js +831 -0
- package/dist/components/split/split.class.js.map +1 -0
- package/dist/components/split/split.d.ts +2 -282
- package/dist/components/split/split.d.ts.map +1 -0
- package/dist/components/split/split.js +3 -888
- package/dist/components/split/split.js.map +1 -0
- package/dist/components/split/split.styles.d.ts +1 -0
- package/dist/components/split/split.styles.d.ts.map +1 -0
- package/dist/components/split/split.styles.js +8 -7
- package/dist/components/split/split.styles.js.map +1 -0
- package/dist/components/stat/stat.class.d.ts +90 -0
- package/dist/components/stat/stat.class.d.ts.map +1 -0
- package/dist/components/stat/stat.class.js +249 -0
- package/dist/components/stat/stat.class.js.map +1 -0
- package/dist/components/stat/stat.d.ts +2 -89
- package/dist/components/stat/stat.d.ts.map +1 -0
- package/dist/components/stat/stat.js +3 -248
- package/dist/components/stat/stat.js.map +1 -0
- package/dist/components/stat/stat.styles.d.ts +1 -0
- package/dist/components/stat/stat.styles.d.ts.map +1 -0
- package/dist/components/stat/stat.styles.js +23 -22
- package/dist/components/stat/stat.styles.js.map +1 -0
- package/dist/components/stream-status/stream-status.class.d.ts +131 -0
- package/dist/components/stream-status/stream-status.class.d.ts.map +1 -0
- package/dist/components/stream-status/stream-status.class.js +212 -0
- package/dist/components/stream-status/stream-status.class.js.map +1 -0
- package/dist/components/stream-status/stream-status.d.ts +3 -126
- package/dist/components/stream-status/stream-status.d.ts.map +1 -0
- package/dist/components/stream-status/stream-status.js +4 -290
- package/dist/components/stream-status/stream-status.js.map +1 -0
- package/dist/components/stream-status/stream-status.styles.d.ts +1 -0
- package/dist/components/stream-status/stream-status.styles.d.ts.map +1 -0
- package/dist/components/stream-status/stream-status.styles.js +7 -6
- package/dist/components/stream-status/stream-status.styles.js.map +1 -0
- package/dist/components/streaming-text/streaming-text.class.d.ts +105 -0
- package/dist/components/streaming-text/streaming-text.class.d.ts.map +1 -0
- package/dist/components/streaming-text/streaming-text.class.js +223 -0
- package/dist/components/streaming-text/streaming-text.class.js.map +1 -0
- package/dist/components/streaming-text/streaming-text.d.ts +3 -104
- package/dist/components/streaming-text/streaming-text.d.ts.map +1 -0
- package/dist/components/streaming-text/streaming-text.js +4 -222
- package/dist/components/streaming-text/streaming-text.js.map +1 -0
- package/dist/components/streaming-text/streaming-text.styles.d.ts +1 -0
- package/dist/components/streaming-text/streaming-text.styles.d.ts.map +1 -0
- package/dist/components/streaming-text/streaming-text.styles.js +4 -3
- package/dist/components/streaming-text/streaming-text.styles.js.map +1 -0
- package/dist/components/switch/switch.class.d.ts +109 -0
- package/dist/components/switch/switch.class.d.ts.map +1 -0
- package/dist/components/switch/switch.class.js +225 -0
- package/dist/components/switch/switch.class.js.map +1 -0
- package/dist/components/switch/switch.d.ts +2 -103
- package/dist/components/switch/switch.d.ts.map +1 -0
- package/dist/components/switch/switch.js +3 -248
- package/dist/components/switch/switch.js.map +1 -0
- package/dist/components/switch/switch.styles.d.ts +1 -0
- package/dist/components/switch/switch.styles.d.ts.map +1 -0
- package/dist/components/switch/switch.styles.js +18 -14
- package/dist/components/switch/switch.styles.js.map +1 -0
- package/dist/components/table/table.class.d.ts +212 -0
- package/dist/components/table/table.class.d.ts.map +1 -0
- package/dist/components/table/table.class.js +562 -0
- package/dist/components/table/table.class.js.map +1 -0
- package/dist/components/table/table.d.ts +3 -199
- package/dist/components/table/table.d.ts.map +1 -0
- package/dist/components/table/table.js +4 -611
- package/dist/components/table/table.js.map +1 -0
- package/dist/components/table/table.styles.d.ts +1 -0
- package/dist/components/table/table.styles.d.ts.map +1 -0
- package/dist/components/table/table.styles.js +9 -8
- package/dist/components/table/table.styles.js.map +1 -0
- package/dist/components/tabs/tabs.class.d.ts +80 -0
- package/dist/components/tabs/tabs.class.d.ts.map +1 -0
- package/dist/components/tabs/tabs.class.js +215 -0
- package/dist/components/tabs/tabs.class.js.map +1 -0
- package/dist/components/tabs/tabs.d.ts +2 -74
- package/dist/components/tabs/tabs.d.ts.map +1 -0
- package/dist/components/tabs/tabs.js +3 -252
- package/dist/components/tabs/tabs.js.map +1 -0
- package/dist/components/tabs/tabs.styles.d.ts +1 -0
- package/dist/components/tabs/tabs.styles.d.ts.map +1 -0
- package/dist/components/tabs/tabs.styles.js +10 -4
- package/dist/components/tabs/tabs.styles.js.map +1 -0
- package/dist/components/thinking-panel/thinking-panel.class.d.ts +124 -0
- package/dist/components/thinking-panel/thinking-panel.class.d.ts.map +1 -0
- package/dist/components/thinking-panel/thinking-panel.class.js +259 -0
- package/dist/components/thinking-panel/thinking-panel.class.js.map +1 -0
- package/dist/components/thinking-panel/thinking-panel.d.ts +2 -123
- package/dist/components/thinking-panel/thinking-panel.d.ts.map +1 -0
- package/dist/components/thinking-panel/thinking-panel.js +3 -258
- package/dist/components/thinking-panel/thinking-panel.js.map +1 -0
- package/dist/components/thinking-panel/thinking-panel.styles.d.ts +1 -0
- package/dist/components/thinking-panel/thinking-panel.styles.d.ts.map +1 -0
- package/dist/components/thinking-panel/thinking-panel.styles.js +13 -12
- package/dist/components/thinking-panel/thinking-panel.styles.js.map +1 -0
- package/dist/components/time-range/time-range.class.d.ts +137 -0
- package/dist/components/time-range/time-range.class.d.ts.map +1 -0
- package/dist/components/time-range/time-range.class.js +467 -0
- package/dist/components/time-range/time-range.class.js.map +1 -0
- package/dist/components/time-range/time-range.d.ts +2 -126
- package/dist/components/time-range/time-range.d.ts.map +1 -0
- package/dist/components/time-range/time-range.js +3 -494
- package/dist/components/time-range/time-range.js.map +1 -0
- package/dist/components/time-range/time-range.styles.d.ts +1 -0
- package/dist/components/time-range/time-range.styles.d.ts.map +1 -0
- package/dist/components/time-range/time-range.styles.js +21 -13
- package/dist/components/time-range/time-range.styles.js.map +1 -0
- package/dist/components/toast/toast-item.class.d.ts +79 -0
- package/dist/components/toast/toast-item.class.d.ts.map +1 -0
- package/dist/components/toast/toast-item.class.js +307 -0
- package/dist/components/toast/toast-item.class.js.map +1 -0
- package/dist/components/toast/toast-item.d.ts +2 -72
- package/dist/components/toast/toast-item.d.ts.map +1 -0
- package/dist/components/toast/toast-item.js +3 -323
- package/dist/components/toast/toast-item.js.map +1 -0
- package/dist/components/toast/toast-item.styles.d.ts +1 -0
- package/dist/components/toast/toast-item.styles.d.ts.map +1 -0
- package/dist/components/toast/toast-item.styles.js +13 -12
- package/dist/components/toast/toast-item.styles.js.map +1 -0
- package/dist/components/toast/toast.class.d.ts +33 -0
- package/dist/components/toast/toast.class.d.ts.map +1 -0
- package/dist/components/toast/toast.class.js +59 -0
- package/dist/components/toast/toast.class.js.map +1 -0
- package/dist/components/toast/toast.d.ts +3 -32
- package/dist/components/toast/toast.d.ts.map +1 -0
- package/dist/components/toast/toast.js +4 -58
- package/dist/components/toast/toast.js.map +1 -0
- package/dist/components/toast/toast.styles.d.ts +1 -0
- package/dist/components/toast/toast.styles.d.ts.map +1 -0
- package/dist/components/toast/toast.styles.js +20 -16
- package/dist/components/toast/toast.styles.js.map +1 -0
- package/dist/components/toast/toaster.d.ts +1 -0
- package/dist/components/toast/toaster.d.ts.map +1 -0
- package/dist/components/toast/toaster.js +1 -0
- package/dist/components/toast/toaster.js.map +1 -0
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.d.ts +135 -0
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.d.ts.map +1 -0
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.js +257 -0
- package/dist/components/tool-approval-dialog/tool-approval-dialog.class.js.map +1 -0
- package/dist/components/tool-approval-dialog/tool-approval-dialog.d.ts +3 -131
- package/dist/components/tool-approval-dialog/tool-approval-dialog.d.ts.map +1 -0
- package/dist/components/tool-approval-dialog/tool-approval-dialog.js +4 -327
- package/dist/components/tool-approval-dialog/tool-approval-dialog.js.map +1 -0
- package/dist/components/tool-approval-dialog/tool-approval-dialog.styles.d.ts +1 -0
- package/dist/components/tool-approval-dialog/tool-approval-dialog.styles.d.ts.map +1 -0
- package/dist/components/tool-approval-dialog/tool-approval-dialog.styles.js +22 -18
- package/dist/components/tool-approval-dialog/tool-approval-dialog.styles.js.map +1 -0
- package/dist/components/tool-call-chip/tool-call-chip.class.d.ts +106 -0
- package/dist/components/tool-call-chip/tool-call-chip.class.d.ts.map +1 -0
- package/dist/components/tool-call-chip/tool-call-chip.class.js +348 -0
- package/dist/components/tool-call-chip/tool-call-chip.class.js.map +1 -0
- package/dist/components/tool-call-chip/tool-call-chip.d.ts +2 -105
- package/dist/components/tool-call-chip/tool-call-chip.d.ts.map +1 -0
- package/dist/components/tool-call-chip/tool-call-chip.js +3 -347
- package/dist/components/tool-call-chip/tool-call-chip.js.map +1 -0
- package/dist/components/tool-call-chip/tool-call-chip.styles.d.ts +1 -0
- package/dist/components/tool-call-chip/tool-call-chip.styles.d.ts.map +1 -0
- package/dist/components/tool-call-chip/tool-call-chip.styles.js +22 -21
- package/dist/components/tool-call-chip/tool-call-chip.styles.js.map +1 -0
- package/dist/components/tool-param-form/tool-param-form.class.d.ts +216 -0
- package/dist/components/tool-param-form/tool-param-form.class.d.ts.map +1 -0
- package/dist/components/tool-param-form/tool-param-form.class.js +548 -0
- package/dist/components/tool-param-form/tool-param-form.class.js.map +1 -0
- package/dist/components/tool-param-form/tool-param-form.d.ts +5 -206
- package/dist/components/tool-param-form/tool-param-form.d.ts.map +1 -0
- package/dist/components/tool-param-form/tool-param-form.js +6 -608
- package/dist/components/tool-param-form/tool-param-form.js.map +1 -0
- package/dist/components/tool-param-form/tool-param-form.styles.d.ts +1 -0
- package/dist/components/tool-param-form/tool-param-form.styles.d.ts.map +1 -0
- package/dist/components/tool-param-form/tool-param-form.styles.js +9 -8
- package/dist/components/tool-param-form/tool-param-form.styles.js.map +1 -0
- package/dist/components/tool-result-dialog/tool-result-dialog.class.d.ts +123 -0
- package/dist/components/tool-result-dialog/tool-result-dialog.class.d.ts.map +1 -0
- package/dist/components/tool-result-dialog/tool-result-dialog.class.js +357 -0
- package/dist/components/tool-result-dialog/tool-result-dialog.class.js.map +1 -0
- package/dist/components/tool-result-dialog/tool-result-dialog.d.ts +2 -122
- package/dist/components/tool-result-dialog/tool-result-dialog.d.ts.map +1 -0
- package/dist/components/tool-result-dialog/tool-result-dialog.js +3 -356
- package/dist/components/tool-result-dialog/tool-result-dialog.js.map +1 -0
- package/dist/components/tool-result-dialog/tool-result-dialog.styles.d.ts +1 -0
- package/dist/components/tool-result-dialog/tool-result-dialog.styles.d.ts.map +1 -0
- package/dist/components/tool-result-dialog/tool-result-dialog.styles.js +24 -16
- package/dist/components/tool-result-dialog/tool-result-dialog.styles.js.map +1 -0
- package/dist/components/tool-result-view/registry.d.ts +1 -0
- package/dist/components/tool-result-view/registry.d.ts.map +1 -0
- package/dist/components/tool-result-view/registry.js +1 -0
- package/dist/components/tool-result-view/registry.js.map +1 -0
- package/dist/components/tool-result-view/tool-result-view.class.d.ts +65 -0
- package/dist/components/tool-result-view/tool-result-view.class.d.ts.map +1 -0
- package/dist/components/tool-result-view/tool-result-view.class.js +124 -0
- package/dist/components/tool-result-view/tool-result-view.class.js.map +1 -0
- package/dist/components/tool-result-view/tool-result-view.d.ts +4 -58
- package/dist/components/tool-result-view/tool-result-view.d.ts.map +1 -0
- package/dist/components/tool-result-view/tool-result-view.js +5 -150
- package/dist/components/tool-result-view/tool-result-view.js.map +1 -0
- package/dist/components/tool-result-view/tool-result-view.styles.d.ts +1 -0
- package/dist/components/tool-result-view/tool-result-view.styles.d.ts.map +1 -0
- package/dist/components/tool-result-view/tool-result-view.styles.js +1 -0
- package/dist/components/tool-result-view/tool-result-view.styles.js.map +1 -0
- package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts +152 -0
- package/dist/components/tool-select-dialog/tool-select-dialog.class.d.ts.map +1 -0
- package/dist/components/tool-select-dialog/tool-select-dialog.class.js +349 -0
- package/dist/components/tool-select-dialog/tool-select-dialog.class.js.map +1 -0
- package/dist/components/tool-select-dialog/tool-select-dialog.d.ts +4 -151
- package/dist/components/tool-select-dialog/tool-select-dialog.d.ts.map +1 -0
- package/dist/components/tool-select-dialog/tool-select-dialog.js +5 -348
- package/dist/components/tool-select-dialog/tool-select-dialog.js.map +1 -0
- package/dist/components/tool-select-dialog/tool-select-dialog.styles.d.ts +1 -0
- package/dist/components/tool-select-dialog/tool-select-dialog.styles.d.ts.map +1 -0
- package/dist/components/tool-select-dialog/tool-select-dialog.styles.js +29 -25
- package/dist/components/tool-select-dialog/tool-select-dialog.styles.js.map +1 -0
- package/dist/components/tree/tree-node.class.d.ts +78 -0
- package/dist/components/tree/tree-node.class.d.ts.map +1 -0
- package/dist/components/tree/tree-node.class.js +204 -0
- package/dist/components/tree/tree-node.class.js.map +1 -0
- package/dist/components/tree/tree-node.d.ts +2 -68
- package/dist/components/tree/tree-node.d.ts.map +1 -0
- package/dist/components/tree/tree-node.js +4 -222
- package/dist/components/tree/tree-node.js.map +1 -0
- package/dist/components/tree/tree.class.d.ts +130 -0
- package/dist/components/tree/tree.class.d.ts.map +1 -0
- package/dist/components/tree/tree.class.js +326 -0
- package/dist/components/tree/tree.class.js.map +1 -0
- package/dist/components/tree/tree.d.ts +3 -129
- package/dist/components/tree/tree.d.ts.map +1 -0
- package/dist/components/tree/tree.js +5 -325
- package/dist/components/tree/tree.js.map +1 -0
- package/dist/components/tree/tree.styles.d.ts +1 -0
- package/dist/components/tree/tree.styles.d.ts.map +1 -0
- package/dist/components/tree/tree.styles.js +1 -0
- package/dist/components/tree/tree.styles.js.map +1 -0
- package/dist/components/tree/update-cascade.d.ts +1 -0
- package/dist/components/tree/update-cascade.d.ts.map +1 -0
- package/dist/components/tree/update-cascade.js +1 -0
- package/dist/components/tree/update-cascade.js.map +1 -0
- package/dist/components/typing-indicator/typing-indicator.class.d.ts +71 -0
- package/dist/components/typing-indicator/typing-indicator.class.d.ts.map +1 -0
- package/dist/components/typing-indicator/typing-indicator.class.js +107 -0
- package/dist/components/typing-indicator/typing-indicator.class.js.map +1 -0
- package/dist/components/typing-indicator/typing-indicator.d.ts +2 -70
- package/dist/components/typing-indicator/typing-indicator.d.ts.map +1 -0
- package/dist/components/typing-indicator/typing-indicator.js +3 -106
- package/dist/components/typing-indicator/typing-indicator.js.map +1 -0
- package/dist/components/typing-indicator/typing-indicator.styles.d.ts +1 -0
- package/dist/components/typing-indicator/typing-indicator.styles.d.ts.map +1 -0
- package/dist/components/typing-indicator/typing-indicator.styles.js +7 -6
- package/dist/components/typing-indicator/typing-indicator.styles.js.map +1 -0
- package/dist/components/virtual-list/virtual-list.class.d.ts +215 -0
- package/dist/components/virtual-list/virtual-list.class.d.ts.map +1 -0
- package/dist/components/virtual-list/virtual-list.class.js +520 -0
- package/dist/components/virtual-list/virtual-list.class.js.map +1 -0
- package/dist/components/virtual-list/virtual-list.d.ts +2 -210
- package/dist/components/virtual-list/virtual-list.d.ts.map +1 -0
- package/dist/components/virtual-list/virtual-list.js +3 -605
- package/dist/components/virtual-list/virtual-list.js.map +1 -0
- package/dist/components/virtual-list/virtual-list.styles.d.ts +1 -0
- package/dist/components/virtual-list/virtual-list.styles.d.ts.map +1 -0
- package/dist/components/virtual-list/virtual-list.styles.js +5 -4
- package/dist/components/virtual-list/virtual-list.styles.js.map +1 -0
- package/dist/components/widget/widget.class.d.ts +70 -0
- package/dist/components/widget/widget.class.d.ts.map +1 -0
- package/dist/components/widget/widget.class.js +224 -0
- package/dist/components/widget/widget.class.js.map +1 -0
- package/dist/components/widget/widget.d.ts +2 -65
- package/dist/components/widget/widget.d.ts.map +1 -0
- package/dist/components/widget/widget.js +3 -249
- package/dist/components/widget/widget.js.map +1 -0
- package/dist/components/widget/widget.styles.d.ts +1 -0
- package/dist/components/widget/widget.styles.d.ts.map +1 -0
- package/dist/components/widget/widget.styles.js +13 -8
- package/dist/components/widget/widget.styles.js.map +1 -0
- package/dist/components/word-cloud/word-cloud-layout.d.ts +1 -0
- package/dist/components/word-cloud/word-cloud-layout.d.ts.map +1 -0
- package/dist/components/word-cloud/word-cloud-layout.js +1 -0
- package/dist/components/word-cloud/word-cloud-layout.js.map +1 -0
- package/dist/components/word-cloud/word-cloud.class.d.ts +99 -0
- package/dist/components/word-cloud/word-cloud.class.d.ts.map +1 -0
- package/dist/components/word-cloud/word-cloud.class.js +279 -0
- package/dist/components/word-cloud/word-cloud.class.js.map +1 -0
- package/dist/components/word-cloud/word-cloud.d.ts +2 -91
- package/dist/components/word-cloud/word-cloud.d.ts.map +1 -0
- package/dist/components/word-cloud/word-cloud.js +3 -303
- package/dist/components/word-cloud/word-cloud.js.map +1 -0
- package/dist/components/word-cloud/word-cloud.styles.d.ts +1 -0
- package/dist/components/word-cloud/word-cloud.styles.d.ts.map +1 -0
- package/dist/components/word-cloud/word-cloud.styles.js +32 -18
- package/dist/components/word-cloud/word-cloud.styles.js.map +1 -0
- package/dist/internal/a11y.d.ts +1 -0
- package/dist/internal/a11y.d.ts.map +1 -0
- package/dist/internal/a11y.js +1 -0
- package/dist/internal/a11y.js.map +1 -0
- package/dist/internal/anchored-validity.d.ts +1 -0
- package/dist/internal/anchored-validity.d.ts.map +1 -0
- package/dist/internal/anchored-validity.js +1 -0
- package/dist/internal/anchored-validity.js.map +1 -0
- package/dist/internal/announcer.d.ts +1 -0
- package/dist/internal/announcer.d.ts.map +1 -0
- package/dist/internal/announcer.js +1 -0
- package/dist/internal/announcer.js.map +1 -0
- package/dist/internal/form-associated.d.ts +1 -0
- package/dist/internal/form-associated.d.ts.map +1 -0
- package/dist/internal/form-associated.js +1 -0
- package/dist/internal/form-associated.js.map +1 -0
- package/dist/internal/group-by-recency.d.ts +1 -0
- package/dist/internal/group-by-recency.d.ts.map +1 -0
- package/dist/internal/group-by-recency.js +1 -0
- package/dist/internal/group-by-recency.js.map +1 -0
- package/dist/internal/icons.d.ts +1 -0
- package/dist/internal/icons.d.ts.map +1 -0
- package/dist/internal/icons.js +1 -0
- package/dist/internal/icons.js.map +1 -0
- package/dist/internal/localization.d.ts +27 -0
- package/dist/internal/localization.d.ts.map +1 -0
- package/dist/internal/localization.js +141 -0
- package/dist/internal/localization.js.map +1 -0
- package/dist/internal/lyra-element.d.ts +27 -3
- package/dist/internal/lyra-element.d.ts.map +1 -0
- package/dist/internal/lyra-element.js +52 -3
- package/dist/internal/lyra-element.js.map +1 -0
- package/dist/internal/numbers.d.ts +1 -0
- package/dist/internal/numbers.d.ts.map +1 -0
- package/dist/internal/numbers.js +1 -0
- package/dist/internal/numbers.js.map +1 -0
- package/dist/internal/optional-peer-types.d.ts +8 -0
- package/dist/internal/optional-peer-types.d.ts.map +1 -0
- package/dist/internal/optional-peer-types.js +2 -0
- package/dist/internal/optional-peer-types.js.map +1 -0
- package/dist/internal/overlay-manager.d.ts +1 -0
- package/dist/internal/overlay-manager.d.ts.map +1 -0
- package/dist/internal/overlay-manager.js +1 -0
- package/dist/internal/overlay-manager.js.map +1 -0
- package/dist/internal/positioner.d.ts +1 -0
- package/dist/internal/positioner.d.ts.map +1 -0
- package/dist/internal/positioner.js +1 -0
- package/dist/internal/positioner.js.map +1 -0
- package/dist/internal/prefix.d.ts +1 -0
- package/dist/internal/prefix.d.ts.map +1 -0
- package/dist/internal/prefix.js +9 -2
- package/dist/internal/prefix.js.map +1 -0
- package/dist/internal/root-registration-allowlist.d.ts +8 -0
- package/dist/internal/root-registration-allowlist.d.ts.map +1 -0
- package/dist/internal/root-registration-allowlist.js +95 -0
- package/dist/internal/root-registration-allowlist.js.map +1 -0
- package/dist/internal/rtl.d.ts +1 -0
- package/dist/internal/rtl.d.ts.map +1 -0
- package/dist/internal/rtl.js +1 -0
- package/dist/internal/rtl.js.map +1 -0
- package/dist/internal/safe-url.d.ts +1 -0
- package/dist/internal/safe-url.d.ts.map +1 -0
- package/dist/internal/safe-url.js +1 -0
- package/dist/internal/safe-url.js.map +1 -0
- package/dist/internal/scroll-lock.d.ts +1 -0
- package/dist/internal/scroll-lock.d.ts.map +1 -0
- package/dist/internal/scroll-lock.js +1 -0
- package/dist/internal/scroll-lock.js.map +1 -0
- package/dist/internal/tokens.styles.d.ts +1 -0
- package/dist/internal/tokens.styles.d.ts.map +1 -0
- package/dist/internal/tokens.styles.js +207 -0
- package/dist/internal/tokens.styles.js.map +1 -0
- package/dist/lyra.d.ts +52 -4
- package/dist/lyra.d.ts.map +1 -0
- package/dist/lyra.js +4 -1
- package/dist/lyra.js.map +1 -0
- package/llms-full.txt +113 -50
- package/llms.txt +6 -6
- package/package.json +183 -5
|
@@ -1,613 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
import { html, nothing } from 'lit';
|
|
8
|
-
import { property, state } from 'lit/decorators.js';
|
|
9
|
-
import { repeat } from 'lit/directives/repeat.js';
|
|
10
|
-
import { LyraElement } from '../../internal/lyra-element.js';
|
|
1
|
+
export * from './table.class.js';
|
|
2
|
+
import { LyraTable } from './table.class.js';
|
|
11
3
|
import { defineElement } from '../../internal/prefix.js';
|
|
12
|
-
import
|
|
13
|
-
import { chevronIcon } from '../../internal/icons.js';
|
|
14
|
-
import '../empty/empty.js';
|
|
15
|
-
/** Interactive elements a nested `cell()` template may render (e.g. an
|
|
16
|
-
* actions-column button). Clicks/keydowns landing on one of these — or
|
|
17
|
-
* bubbling up through one — must not be re-interpreted as row/column
|
|
18
|
-
* activation by the table's own delegated listeners. */
|
|
19
|
-
const INTERACTIVE_SELECTOR = 'button, a[href], input, select, textarea, summary, audio[controls], video[controls], [contenteditable]:not([contenteditable="false"]), [tabindex]:not([tabindex="-1"]), [role="button"], [role="checkbox"], [role="combobox"], [role="listbox"], [role="menu"], [role="menuitem"], [role="option"], [role="radio"], [role="slider"], [role="spinbutton"], [role="switch"], [role="tab"], [role="textbox"]';
|
|
20
|
-
/** Encodes a row/column identity key for use as a Map key or a DOM
|
|
21
|
-
* `data-row-key` attribute value, preserving the distinction between a
|
|
22
|
-
* numeric key and a string key that happen to stringify the same way
|
|
23
|
-
* (`1` vs `"1"`) -- a bare `String(key)` would silently collide the two. */
|
|
24
|
-
function encodeKey(key) {
|
|
25
|
-
return `${typeof key}:${key}`;
|
|
26
|
-
}
|
|
27
|
-
/** Whether `target` (or an ancestor up to the delegated listener's own
|
|
28
|
-
* `<table>`, exclusive) is a custom element — i.e. any tag containing a
|
|
29
|
-
* hyphen, the one universal rule every custom element name must follow —
|
|
30
|
-
* which is never itself matched by INTERACTIVE_SELECTOR's plain-HTML
|
|
31
|
-
* selector list but should still own its own clicks/keydowns (e.g. a
|
|
32
|
-
* `<lyra-select>`/`<lyra-combobox>` rendered by a `cell()` template)
|
|
33
|
-
* instead of being re-interpreted as row/column activation. */
|
|
34
|
-
function closestInteractive(target, boundary) {
|
|
35
|
-
let el = target;
|
|
36
|
-
while (el && el !== boundary) {
|
|
37
|
-
if ((el.matches(INTERACTIVE_SELECTOR) && !el.matches('[data-row-key], th[data-col-key]')) ||
|
|
38
|
-
el.tagName.includes('-'))
|
|
39
|
-
return el;
|
|
40
|
-
el = el.parentElement;
|
|
41
|
-
}
|
|
42
|
-
return null;
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* `<lyra-table>` — a presentational, sort/select-aware data table.
|
|
46
|
-
*
|
|
47
|
-
* Header/row activation is delegated: one `click` and one `keydown`
|
|
48
|
-
* listener on `<table>` resolve the target via `closest('[data-col-key]'
|
|
49
|
-
* | '[data-row-key]')` and a key→object lookup map, instead of allocating
|
|
50
|
-
* fresh per-column/per-row closures on every render. Both listeners guard
|
|
51
|
-
* against nested interactive `cell()` content first (see
|
|
52
|
-
* `INTERACTIVE_SELECTOR`) so a button/link/input inside a cell owns its own
|
|
53
|
-
* activation instead of triggering `lyra-row-click`.
|
|
54
|
-
*
|
|
55
|
-
* Keyboard focus follows a roving-tabindex pattern (one `tabindex="0"` stop
|
|
56
|
-
* among the header cells, one among the body rows — see `focusedColKey()` /
|
|
57
|
-
* `focusedRowKey()`), matching this repo's other `role="grid"`/composite
|
|
58
|
-
* widgets. Left/Right/Home/End move within the header row; Up/Down/Home/End
|
|
59
|
-
* move within the body; Down from the header enters the body's roving stop,
|
|
60
|
-
* and Up from the body's first row returns to the header's roving stop.
|
|
61
|
-
* Enter/Space still only sort/activate (see `activateColumn()` /
|
|
62
|
-
* `activateRow()`).
|
|
63
|
-
*
|
|
64
|
-
* Set `aria-label` on the host to give the `role="grid"` element an
|
|
65
|
-
* accessible name; it's forwarded into the shadow DOM's `<table>`.
|
|
66
|
-
*
|
|
67
|
-
* `columns[].priority` ('medium' | 'low') hides that column under
|
|
68
|
-
* `[part='base']`'s `@container` breakpoints; `[part='reveal-columns-button']`
|
|
69
|
-
* forces them all back into view. Rather than a *static* check of whether any
|
|
70
|
-
* column merely declares a `priority`, the button (and the public
|
|
71
|
-
* `columnsHidden` property, see below) reflects whether a `priority` column
|
|
72
|
-
* is *actually* hidden right now — measured via `ResizeObserver` on
|
|
73
|
-
* `[part='base']` plus a post-render DOM check — or `showAllColumns`
|
|
74
|
-
* force-visible mode is currently active (so there's still a way to toggle
|
|
75
|
-
* it back off). `columns[].sticky` pins a column's header/cells to the
|
|
76
|
-
* inline-start edge while the table scrolls horizontally.
|
|
77
|
-
*
|
|
78
|
-
* @customElement lyra-table
|
|
79
|
-
* @event lyra-sort - A sortable header was activated. `detail: { key }`.
|
|
80
|
-
* @event lyra-row-click - A row was activated. `detail: { row }`.
|
|
81
|
-
* @event lyra-load-more - The "load more" control was activated.
|
|
82
|
-
* @event lyra-columns-hidden-change - `columnsHidden` actually changed value
|
|
83
|
-
* (a `priority` column just became hidden/un-hidden by the `@container`
|
|
84
|
-
* rules, or `showAllColumns` force-visible mode was toggled while a
|
|
85
|
-
* `priority` column was hidden). `detail: { hidden: boolean }`.
|
|
86
|
-
* @csspart base - The root wrapper around the `<table>` and its footer controls.
|
|
87
|
-
* @csspart table - The `<table role="grid">` element.
|
|
88
|
-
* @csspart head - The `<thead>` element.
|
|
89
|
-
* @csspart header-cell - Each `<th>` header cell.
|
|
90
|
-
* @csspart row - Each body `<tr>`.
|
|
91
|
-
* @csspart cell - Each body `<td>`.
|
|
92
|
-
* @csspart more-button - The "load more" control, shown when `hasMore` is true.
|
|
93
|
-
* @csspart sort-icon - The chevron shown in the active sortable column's header cell.
|
|
94
|
-
* @csspart reveal-columns-button - The button that toggles `priority`-hidden columns back into view.
|
|
95
|
-
*/
|
|
96
|
-
export class LyraTable extends LyraElement {
|
|
97
|
-
constructor() {
|
|
98
|
-
super(...arguments);
|
|
99
|
-
this.columns = [];
|
|
100
|
-
this.rows = [];
|
|
101
|
-
this.sortKey = '';
|
|
102
|
-
this.sortDir = 'asc';
|
|
103
|
-
this.selectedKey = null;
|
|
104
|
-
this.hasMore = false;
|
|
105
|
-
this.moreLabel = 'Load more';
|
|
106
|
-
this.emptyHeading = 'No data';
|
|
107
|
-
this.emptyDescription = '';
|
|
108
|
-
this.noColumnsHeading = 'No columns configured';
|
|
109
|
-
this.noColumnsDescription = '';
|
|
110
|
-
this.revealColumnsLabel = 'Show all columns';
|
|
111
|
-
this.hideColumnsLabel = 'Show fewer columns';
|
|
112
|
-
/** Whether a `priority` column is *actually* hidden right now by
|
|
113
|
-
* table.styles.ts's `@container` rules, or `showAllColumns` force-visible
|
|
114
|
-
* mode is currently active — the same computed value that gates whether
|
|
115
|
-
* `[part='reveal-columns-button']` renders at all (see `render()`), kept
|
|
116
|
-
* in sync by `recomputeColumnsHidden()`. Computed/read-only by
|
|
117
|
-
* convention: consumers may read it (and listen for
|
|
118
|
-
* `lyra-columns-hidden-change`), but setting it directly has no lasting
|
|
119
|
-
* effect, since it's recomputed on the very next render or
|
|
120
|
-
* `[part='base']` resize. */
|
|
121
|
-
this.columnsHidden = false;
|
|
122
|
-
/** Forces `priority`-hidden columns back into view, overriding the
|
|
123
|
-
* `@container` hide rules in table.styles.ts. Toggled by
|
|
124
|
-
* `[part='reveal-columns-button']`. */
|
|
125
|
-
this.showAllColumns = false;
|
|
126
|
-
/** Roving-tabindex position among header cells; `null` until a header is
|
|
127
|
-
* clicked/navigated to, at which point `focusedColKey()` falls back to
|
|
128
|
-
* the first column. */
|
|
129
|
-
this.activeColKey = null;
|
|
130
|
-
/** Roving-tabindex position among body rows; `null` until a row is
|
|
131
|
-
* clicked/navigated to, at which point `focusedRowKey()` falls back to
|
|
132
|
-
* `selectedKey` (if it matches a row) or the first row. */
|
|
133
|
-
this.activeRowKey = null;
|
|
134
|
-
this.rowsByKey = new Map();
|
|
135
|
-
this.columnsByKey = new Map();
|
|
136
|
-
this.observedHeaders = new Set();
|
|
137
|
-
this.toggleColumns = () => {
|
|
138
|
-
this.showAllColumns = !this.showAllColumns;
|
|
139
|
-
};
|
|
140
|
-
this.onTableClick = (e) => {
|
|
141
|
-
const target = e.target;
|
|
142
|
-
const table = e.currentTarget;
|
|
143
|
-
// A cell()-rendered button/link/input/custom-element etc. owns its own
|
|
144
|
-
// click — don't let the delegated row/column resolution below
|
|
145
|
-
// re-interpret it as row or header activation.
|
|
146
|
-
if (closestInteractive(target, table))
|
|
147
|
-
return;
|
|
148
|
-
// Scoped to `th` — body `<td>`s also carry `data-col-key` now (for the
|
|
149
|
-
// sticky-offset measurement pass), so an unscoped `[data-col-key]` would
|
|
150
|
-
// match the clicked cell itself and misroute a plain cell click to
|
|
151
|
-
// column-sort activation instead of falling through to the row check
|
|
152
|
-
// below.
|
|
153
|
-
const th = target.closest('th[data-col-key]');
|
|
154
|
-
if (th)
|
|
155
|
-
return this.activateColumn(th.dataset.colKey);
|
|
156
|
-
const tr = target.closest('[data-row-key]');
|
|
157
|
-
if (tr)
|
|
158
|
-
this.activateRow(tr.dataset.rowKey);
|
|
159
|
-
};
|
|
160
|
-
this.onTableKeyDown = (e) => {
|
|
161
|
-
const target = e.target;
|
|
162
|
-
const table = e.currentTarget;
|
|
163
|
-
// Same guard as onTableClick — also skips the table's own
|
|
164
|
-
// preventDefault(), so a focused nested control keeps its native/own
|
|
165
|
-
// Enter or Space activation instead of having it swallowed.
|
|
166
|
-
if (closestInteractive(target, table))
|
|
167
|
-
return;
|
|
168
|
-
// Same th-scoping rationale as onTableClick above.
|
|
169
|
-
const th = target.closest('th[data-col-key]');
|
|
170
|
-
if (th)
|
|
171
|
-
return this.onHeaderKeyDown(e, th);
|
|
172
|
-
const tr = target.closest('[data-row-key]');
|
|
173
|
-
if (tr)
|
|
174
|
-
this.onRowKeyDown(e, tr);
|
|
175
|
-
};
|
|
176
|
-
}
|
|
177
|
-
static { this.styles = [LyraElement.styles, styles]; }
|
|
178
|
-
connectedCallback() {
|
|
179
|
-
super.connectedCallback();
|
|
180
|
-
this.resizeObserver = new ResizeObserver(() => {
|
|
181
|
-
this.recomputeColumnsHidden();
|
|
182
|
-
this.applyStickyOffsets();
|
|
183
|
-
});
|
|
184
|
-
// A reconnect re-creates the observer above but the shadow root content
|
|
185
|
-
// survives across disconnect/reconnect (Lit doesn't tear down the shadow
|
|
186
|
-
// root) — re-observe [part='base'] here if it already exists from before
|
|
187
|
-
// the disconnect. On the very first mount connectedCallback() fires
|
|
188
|
-
// *before* Lit's first render, so [part='base'] doesn't exist yet and
|
|
189
|
-
// this is a no-op; updated() below (which always runs after render, first
|
|
190
|
-
// paint included) covers that case instead.
|
|
191
|
-
const base = this.renderRoot?.querySelector('[part="base"]');
|
|
192
|
-
if (base)
|
|
193
|
-
this.observeBase(base);
|
|
194
|
-
}
|
|
195
|
-
disconnectedCallback() {
|
|
196
|
-
super.disconnectedCallback();
|
|
197
|
-
this.resizeObserver?.disconnect();
|
|
198
|
-
this.observedBase = undefined;
|
|
199
|
-
this.observedHeaders.clear();
|
|
200
|
-
}
|
|
201
|
-
observeBase(base) {
|
|
202
|
-
if (this.observedBase === base)
|
|
203
|
-
return;
|
|
204
|
-
if (this.observedBase)
|
|
205
|
-
this.resizeObserver?.unobserve(this.observedBase);
|
|
206
|
-
this.resizeObserver?.observe(base);
|
|
207
|
-
this.observedBase = base;
|
|
208
|
-
}
|
|
209
|
-
observeHeaders() {
|
|
210
|
-
const headers = new Set(this.columns.some((column) => column.sticky)
|
|
211
|
-
? this.renderRoot.querySelectorAll('th[data-col-key]')
|
|
212
|
-
: []);
|
|
213
|
-
for (const header of this.observedHeaders) {
|
|
214
|
-
if (!headers.has(header)) {
|
|
215
|
-
this.resizeObserver?.unobserve(header);
|
|
216
|
-
this.observedHeaders.delete(header);
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
for (const header of headers) {
|
|
220
|
-
if (!this.observedHeaders.has(header)) {
|
|
221
|
-
this.observedHeaders.add(header);
|
|
222
|
-
this.resizeObserver?.observe(header);
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
/** Recomputes `columnsHidden` from the live DOM (mirrors `visibleHeaders()`'s
|
|
227
|
-
* own `offsetParent !== null` technique for detecting `@container`-hidden
|
|
228
|
-
* cells) and dispatches `lyra-columns-hidden-change` only on a real
|
|
229
|
-
* transition. Called from `updated()` (covers a change driven by
|
|
230
|
-
* `columns`/`rows`/`showAllColumns` rather than a container resize) and
|
|
231
|
-
* from the `ResizeObserver` callback (covers a container resize with no
|
|
232
|
-
* Lit-tracked property change at all). */
|
|
233
|
-
recomputeColumnsHidden() {
|
|
234
|
-
const hasPriorityColumns = this.columns.some((col) => col.priority);
|
|
235
|
-
const anyPriorityHidden = hasPriorityColumns &&
|
|
236
|
-
[...this.renderRoot.querySelectorAll('th[data-priority]')].some((el) => el.offsetParent === null);
|
|
237
|
-
const next = anyPriorityHidden || (hasPriorityColumns && this.showAllColumns);
|
|
238
|
-
this.rehomeFocusedColumn();
|
|
239
|
-
if (this.columnsHidden === next)
|
|
240
|
-
return;
|
|
241
|
-
this.columnsHidden = next;
|
|
242
|
-
this.emit('lyra-columns-hidden-change', { hidden: next });
|
|
243
|
-
}
|
|
244
|
-
rehomeFocusedColumn() {
|
|
245
|
-
const visible = this.visibleHeaders();
|
|
246
|
-
if (visible.length === 0 || this.activeColKey === null)
|
|
247
|
-
return;
|
|
248
|
-
if (!visible.some((header) => header.dataset.colKey === this.activeColKey)) {
|
|
249
|
-
this.activeColKey = visible[0].dataset.colKey ?? null;
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
keyOf(row, index) {
|
|
253
|
-
return this.rowKey ? this.rowKey(row) : index;
|
|
254
|
-
}
|
|
255
|
-
/** The header cell that currently owns `tabindex="0"`. */
|
|
256
|
-
focusedColKey() {
|
|
257
|
-
const visible = this.visibleHeaders();
|
|
258
|
-
const visibleKeys = new Set(visible.map((el) => el.dataset.colKey).filter((key) => key !== undefined && this.columnsByKey.has(key)));
|
|
259
|
-
if (this.activeColKey !== null && this.columnsByKey.has(this.activeColKey)) {
|
|
260
|
-
if (visibleKeys.size === 0 || visibleKeys.has(this.activeColKey))
|
|
261
|
-
return this.activeColKey;
|
|
262
|
-
}
|
|
263
|
-
return visible.find((el) => el.dataset.colKey !== undefined && this.columnsByKey.has(el.dataset.colKey))?.dataset.colKey ?? this.columns[0]?.key ?? null;
|
|
264
|
-
}
|
|
265
|
-
/** The body row that currently owns `tabindex="0"`. */
|
|
266
|
-
focusedRowKey() {
|
|
267
|
-
if (this.activeRowKey !== null && this.rowsByKey.has(this.activeRowKey)) {
|
|
268
|
-
return this.activeRowKey;
|
|
269
|
-
}
|
|
270
|
-
if (this.selectedKey !== null) {
|
|
271
|
-
const selected = encodeKey(this.selectedKey);
|
|
272
|
-
if (this.rowsByKey.has(selected))
|
|
273
|
-
return selected;
|
|
274
|
-
}
|
|
275
|
-
return this.rows.length > 0 ? encodeKey(this.keyOf(this.rows[0], 0)) : null;
|
|
276
|
-
}
|
|
277
|
-
willUpdate(changed) {
|
|
278
|
-
if (changed.has('rows') || changed.has('rowKey')) {
|
|
279
|
-
this.rowsByKey = new Map(this.rows.map((row, i) => [encodeKey(this.keyOf(row, i)), row]));
|
|
280
|
-
}
|
|
281
|
-
if (changed.has('columns')) {
|
|
282
|
-
this.columnsByKey = new Map(this.columns.map((c) => [c.key, c]));
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
/** Each sticky column's cumulative inline-start offset — the sum of the *rendered
|
|
286
|
-
* width* of every earlier sticky column — so multiple sticky columns
|
|
287
|
-
* stack left-to-right instead of all pinning to inset-inline-start: 0 and
|
|
288
|
-
* overlapping. Table columns are intrinsically sized (not fixed-width), so
|
|
289
|
-
* this can't be computed in CSS alone; it requires measuring the actual
|
|
290
|
-
* laid-out `offsetWidth` of each earlier sticky column's header cell. */
|
|
291
|
-
stickyOffsets() {
|
|
292
|
-
const offsets = new Map();
|
|
293
|
-
let running = 0;
|
|
294
|
-
for (const col of this.columns) {
|
|
295
|
-
if (!col.sticky)
|
|
296
|
-
continue;
|
|
297
|
-
const headerEl = [...this.renderRoot.querySelectorAll('th[data-col-key]')].find((el) => el.dataset.colKey === col.key);
|
|
298
|
-
offsets.set(col.key, running);
|
|
299
|
-
running += headerEl?.offsetWidth ?? 0;
|
|
300
|
-
}
|
|
301
|
-
return offsets;
|
|
302
|
-
}
|
|
303
|
-
applyStickyOffsets() {
|
|
304
|
-
if (!this.columns.some((c) => c.sticky))
|
|
305
|
-
return;
|
|
306
|
-
const offsets = this.stickyOffsets();
|
|
307
|
-
this.renderRoot.querySelectorAll('[data-col-key]').forEach((el) => {
|
|
308
|
-
const key = el.dataset.colKey;
|
|
309
|
-
if (key !== undefined && offsets.has(key)) {
|
|
310
|
-
el.style.setProperty('--lyra-table-sticky-offset', `${offsets.get(key)}px`);
|
|
311
|
-
}
|
|
312
|
-
});
|
|
313
|
-
}
|
|
314
|
-
/** Applies stickyOffsets()'s measured per-column offsets as an inline
|
|
315
|
-
* `--lyra-table-sticky-offset` custom property on every header cell and
|
|
316
|
-
* body cell in that column (addressed by the shared `data-col-key`
|
|
317
|
-
* attribute). This is a post-render DOM measurement — column widths
|
|
318
|
-
* aren't known until after the browser has laid out this update's
|
|
319
|
-
* render() output — so it runs from `updated()`, not `willUpdate()`,
|
|
320
|
-
* intentionally kept as a separate pass from the rowsByKey/columnsByKey
|
|
321
|
-
* rebuild above: those two must stay in `willUpdate()` so `render()`'s
|
|
322
|
-
* own `focusedRowKey()` call sees the current update's identity maps
|
|
323
|
-
* (e.g. a freshly-assigned `selectedKey` resolving to the correct
|
|
324
|
-
* roving-tabindex row on the very first paint), whereas the sticky-offset
|
|
325
|
-
* measurement can only run after that same paint has happened. Only runs
|
|
326
|
-
* when `hasSticky` is true (opt-in) and simply recomputes on every
|
|
327
|
-
* update; a future optimization pass could cache column widths instead of
|
|
328
|
-
* re-querying every time — out of scope for this correctness fix. */
|
|
329
|
-
updated(changed) {
|
|
330
|
-
if (changed.has('columns') || changed.has('rows') || changed.has('rowKey'))
|
|
331
|
-
this.applyStickyOffsets();
|
|
332
|
-
// Re-observe [part='base'] whenever this update's render() produced a
|
|
333
|
-
// fresh one (first mount, or a swap to/from the <lyra-empty> template
|
|
334
|
-
// shape) — observeBase() itself no-ops when it's the same element as
|
|
335
|
-
// already observed.
|
|
336
|
-
const base = this.renderRoot.querySelector('[part="base"]');
|
|
337
|
-
if (base)
|
|
338
|
-
this.observeBase(base);
|
|
339
|
-
this.observeHeaders();
|
|
340
|
-
// Deferred to a microtask rather than called synchronously here: a real
|
|
341
|
-
// priority-hidden transition mutates the reactive `columnsHidden`
|
|
342
|
-
// property, and doing that from inside this same updated() call stack
|
|
343
|
-
// schedules a second update from within the first update's own lifecycle
|
|
344
|
-
// callback -- Lit's dev-mode "scheduled an update ... after an update
|
|
345
|
-
// completed" warning. Pushing the write out to a microtask lets this
|
|
346
|
-
// update finish first, so the follow-up update is a normal externally
|
|
347
|
-
// triggered one instead.
|
|
348
|
-
queueMicrotask(() => this.recomputeColumnsHidden());
|
|
349
|
-
}
|
|
350
|
-
activateColumn(key) {
|
|
351
|
-
this.activeColKey = key;
|
|
352
|
-
const col = this.columnsByKey.get(key);
|
|
353
|
-
if (col?.sortable)
|
|
354
|
-
this.emit('lyra-sort', { key: col.key });
|
|
355
|
-
}
|
|
356
|
-
activateRow(key) {
|
|
357
|
-
this.activeRowKey = key;
|
|
358
|
-
const row = this.rowsByKey.get(key);
|
|
359
|
-
if (row !== undefined)
|
|
360
|
-
this.emit('lyra-row-click', { row });
|
|
361
|
-
}
|
|
362
|
-
/** Header cells currently in the tab sequence — excludes columns hidden by
|
|
363
|
-
* a `priority`-driven `@container` rule (table.styles.ts), so Left/Right/
|
|
364
|
-
* Home/End never strand the roving tab stop on a `display: none` cell
|
|
365
|
-
* that `.focus()` would silently no-op on. Scoped to `th` — body `<td>`s
|
|
366
|
-
* now carry the same `data-col-key` attribute (for the sticky-offset
|
|
367
|
-
* measurement pass) but must never be treated as header cells here. */
|
|
368
|
-
visibleHeaders() {
|
|
369
|
-
return [...this.renderRoot.querySelectorAll('th[data-col-key]')].filter((el) => el.offsetParent !== null);
|
|
370
|
-
}
|
|
371
|
-
focusHeader(el) {
|
|
372
|
-
if (!el?.dataset.colKey)
|
|
373
|
-
return;
|
|
374
|
-
this.activeColKey = el.dataset.colKey;
|
|
375
|
-
el.focus();
|
|
376
|
-
}
|
|
377
|
-
focusRow(el) {
|
|
378
|
-
if (!el?.dataset.rowKey)
|
|
379
|
-
return;
|
|
380
|
-
this.activeRowKey = el.dataset.rowKey;
|
|
381
|
-
el.focus();
|
|
382
|
-
}
|
|
383
|
-
onHeaderKeyDown(e, th) {
|
|
384
|
-
if (e.key === 'Enter' || e.key === ' ') {
|
|
385
|
-
e.preventDefault();
|
|
386
|
-
this.activateColumn(th.dataset.colKey);
|
|
387
|
-
return;
|
|
388
|
-
}
|
|
389
|
-
const headers = this.visibleHeaders();
|
|
390
|
-
const index = headers.indexOf(th);
|
|
391
|
-
if (index < 0)
|
|
392
|
-
return;
|
|
393
|
-
const rtl = getComputedStyle(this).direction === 'rtl';
|
|
394
|
-
switch (e.key) {
|
|
395
|
-
case 'ArrowLeft':
|
|
396
|
-
e.preventDefault();
|
|
397
|
-
this.focusHeader(headers[rtl ? Math.min(headers.length - 1, index + 1) : Math.max(0, index - 1)]);
|
|
398
|
-
return;
|
|
399
|
-
case 'ArrowRight':
|
|
400
|
-
e.preventDefault();
|
|
401
|
-
this.focusHeader(headers[rtl ? Math.max(0, index - 1) : Math.min(headers.length - 1, index + 1)]);
|
|
402
|
-
return;
|
|
403
|
-
case 'Home':
|
|
404
|
-
e.preventDefault();
|
|
405
|
-
this.focusHeader(headers[0]);
|
|
406
|
-
return;
|
|
407
|
-
case 'End':
|
|
408
|
-
e.preventDefault();
|
|
409
|
-
this.focusHeader(headers[headers.length - 1]);
|
|
410
|
-
return;
|
|
411
|
-
case 'ArrowDown': {
|
|
412
|
-
e.preventDefault();
|
|
413
|
-
const rows = [...this.renderRoot.querySelectorAll('[data-row-key]')];
|
|
414
|
-
const key = this.focusedRowKey();
|
|
415
|
-
this.focusRow(rows.find((r) => r.dataset.rowKey === key) ?? rows[0] ?? null);
|
|
416
|
-
return;
|
|
417
|
-
}
|
|
418
|
-
default:
|
|
419
|
-
return;
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
onRowKeyDown(e, tr) {
|
|
423
|
-
if (e.key === 'Enter' || e.key === ' ') {
|
|
424
|
-
e.preventDefault();
|
|
425
|
-
this.activateRow(tr.dataset.rowKey);
|
|
426
|
-
return;
|
|
427
|
-
}
|
|
428
|
-
const bodyRows = [...this.renderRoot.querySelectorAll('[data-row-key]')];
|
|
429
|
-
const index = bodyRows.indexOf(tr);
|
|
430
|
-
if (index < 0)
|
|
431
|
-
return;
|
|
432
|
-
switch (e.key) {
|
|
433
|
-
case 'ArrowDown':
|
|
434
|
-
e.preventDefault();
|
|
435
|
-
this.focusRow(bodyRows[Math.min(bodyRows.length - 1, index + 1)]);
|
|
436
|
-
return;
|
|
437
|
-
case 'ArrowUp':
|
|
438
|
-
e.preventDefault();
|
|
439
|
-
if (index === 0) {
|
|
440
|
-
const headers = this.visibleHeaders();
|
|
441
|
-
const key = this.focusedColKey();
|
|
442
|
-
this.focusHeader(headers.find((h) => h.dataset.colKey === key) ?? headers[0] ?? null);
|
|
443
|
-
}
|
|
444
|
-
else {
|
|
445
|
-
this.focusRow(bodyRows[index - 1]);
|
|
446
|
-
}
|
|
447
|
-
return;
|
|
448
|
-
case 'Home':
|
|
449
|
-
e.preventDefault();
|
|
450
|
-
this.focusRow(bodyRows[0]);
|
|
451
|
-
return;
|
|
452
|
-
case 'End':
|
|
453
|
-
e.preventDefault();
|
|
454
|
-
this.focusRow(bodyRows[bodyRows.length - 1]);
|
|
455
|
-
return;
|
|
456
|
-
default:
|
|
457
|
-
return;
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
render() {
|
|
461
|
-
if (this.columns.length === 0) {
|
|
462
|
-
return html `<lyra-empty
|
|
463
|
-
heading=${this.noColumnsHeading}
|
|
464
|
-
description=${this.noColumnsDescription}
|
|
465
|
-
></lyra-empty>`;
|
|
466
|
-
}
|
|
467
|
-
if (this.rows.length === 0) {
|
|
468
|
-
return html `<lyra-empty
|
|
469
|
-
heading=${this.emptyHeading}
|
|
470
|
-
description=${this.emptyDescription}
|
|
471
|
-
></lyra-empty>`;
|
|
472
|
-
}
|
|
473
|
-
const focusedCol = this.focusedColKey();
|
|
474
|
-
const focusedRow = this.focusedRowKey();
|
|
475
|
-
return html `
|
|
476
|
-
<div part="base" ?data-force-visible=${this.showAllColumns}>
|
|
477
|
-
<table
|
|
478
|
-
part="table"
|
|
479
|
-
role="grid"
|
|
480
|
-
aria-label=${this.getAttribute('aria-label') || nothing}
|
|
481
|
-
@click=${this.onTableClick}
|
|
482
|
-
@keydown=${this.onTableKeyDown}
|
|
483
|
-
>
|
|
484
|
-
<thead part="head">
|
|
485
|
-
<tr role="row">
|
|
486
|
-
${this.columns.map((col) => {
|
|
487
|
-
const active = Boolean(col.sortable) && this.sortKey === col.key;
|
|
488
|
-
const ariaSort = active ? (this.sortDir === 'asc' ? 'ascending' : 'descending') : 'none';
|
|
489
|
-
return html `<th
|
|
490
|
-
part="header-cell"
|
|
491
|
-
role="columnheader"
|
|
492
|
-
scope="col"
|
|
493
|
-
data-col-key=${col.key}
|
|
494
|
-
data-align=${col.align ?? 'start'}
|
|
495
|
-
data-priority=${col.priority ?? nothing}
|
|
496
|
-
?data-sticky=${col.sticky}
|
|
497
|
-
?data-sortable=${col.sortable}
|
|
498
|
-
aria-sort=${col.sortable ? ariaSort : nothing}
|
|
499
|
-
tabindex=${col.key === focusedCol ? '0' : '-1'}
|
|
500
|
-
>
|
|
501
|
-
${col.label}
|
|
502
|
-
${active
|
|
503
|
-
? html `<span part="sort-icon" data-dir=${this.sortDir} aria-hidden="true"
|
|
504
|
-
>${chevronIcon()}</span
|
|
505
|
-
>`
|
|
506
|
-
: nothing}
|
|
507
|
-
</th>`;
|
|
508
|
-
})}
|
|
509
|
-
</tr>
|
|
510
|
-
</thead>
|
|
511
|
-
<tbody>
|
|
512
|
-
${repeat(this.rows, (row, i) => this.keyOf(row, i), (row, i) => {
|
|
513
|
-
const key = this.keyOf(row, i);
|
|
514
|
-
const selected = this.selectedKey !== null && this.selectedKey === key;
|
|
515
|
-
return html `<tr
|
|
516
|
-
part="row"
|
|
517
|
-
role="row"
|
|
518
|
-
data-row-key=${encodeKey(key)}
|
|
519
|
-
aria-selected=${selected ? 'true' : 'false'}
|
|
520
|
-
tabindex=${encodeKey(key) === focusedRow ? '0' : '-1'}
|
|
521
|
-
>
|
|
522
|
-
${this.columns.map((col) => html `<td
|
|
523
|
-
part="cell"
|
|
524
|
-
role="gridcell"
|
|
525
|
-
data-col-key=${col.key}
|
|
526
|
-
data-align=${col.align ?? 'start'}
|
|
527
|
-
data-priority=${col.priority ?? nothing}
|
|
528
|
-
?data-sticky=${col.sticky}
|
|
529
|
-
>
|
|
530
|
-
${col.cell(row)}
|
|
531
|
-
</td>`)}
|
|
532
|
-
</tr>`;
|
|
533
|
-
})}
|
|
534
|
-
</tbody>
|
|
535
|
-
</table>
|
|
536
|
-
${this.columnsHidden
|
|
537
|
-
? html `<button
|
|
538
|
-
part="reveal-columns-button"
|
|
539
|
-
type="button"
|
|
540
|
-
aria-pressed=${this.showAllColumns ? 'true' : 'false'}
|
|
541
|
-
@click=${this.toggleColumns}
|
|
542
|
-
>
|
|
543
|
-
${this.showAllColumns ? this.hideColumnsLabel : this.revealColumnsLabel}
|
|
544
|
-
</button>`
|
|
545
|
-
: nothing}
|
|
546
|
-
${this.hasMore
|
|
547
|
-
? html `<button
|
|
548
|
-
part="more-button"
|
|
549
|
-
type="button"
|
|
550
|
-
@click=${() => this.emit('lyra-load-more')}
|
|
551
|
-
>
|
|
552
|
-
${this.moreLabel}
|
|
553
|
-
</button>`
|
|
554
|
-
: nothing}
|
|
555
|
-
</div>
|
|
556
|
-
`;
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
__decorate([
|
|
560
|
-
property({ attribute: false })
|
|
561
|
-
], LyraTable.prototype, "columns", void 0);
|
|
562
|
-
__decorate([
|
|
563
|
-
property({ attribute: false })
|
|
564
|
-
], LyraTable.prototype, "rows", void 0);
|
|
565
|
-
__decorate([
|
|
566
|
-
property({ attribute: 'sort-key' })
|
|
567
|
-
], LyraTable.prototype, "sortKey", void 0);
|
|
568
|
-
__decorate([
|
|
569
|
-
property({ attribute: 'sort-dir' })
|
|
570
|
-
], LyraTable.prototype, "sortDir", void 0);
|
|
571
|
-
__decorate([
|
|
572
|
-
property({ attribute: false })
|
|
573
|
-
], LyraTable.prototype, "rowKey", void 0);
|
|
574
|
-
__decorate([
|
|
575
|
-
property({ attribute: false })
|
|
576
|
-
], LyraTable.prototype, "selectedKey", void 0);
|
|
577
|
-
__decorate([
|
|
578
|
-
property({ type: Boolean, attribute: 'has-more', reflect: true })
|
|
579
|
-
], LyraTable.prototype, "hasMore", void 0);
|
|
580
|
-
__decorate([
|
|
581
|
-
property({ attribute: 'more-label' })
|
|
582
|
-
], LyraTable.prototype, "moreLabel", void 0);
|
|
583
|
-
__decorate([
|
|
584
|
-
property({ attribute: 'empty-heading' })
|
|
585
|
-
], LyraTable.prototype, "emptyHeading", void 0);
|
|
586
|
-
__decorate([
|
|
587
|
-
property({ attribute: 'empty-description' })
|
|
588
|
-
], LyraTable.prototype, "emptyDescription", void 0);
|
|
589
|
-
__decorate([
|
|
590
|
-
property({ attribute: 'no-columns-heading' })
|
|
591
|
-
], LyraTable.prototype, "noColumnsHeading", void 0);
|
|
592
|
-
__decorate([
|
|
593
|
-
property({ attribute: 'no-columns-description' })
|
|
594
|
-
], LyraTable.prototype, "noColumnsDescription", void 0);
|
|
595
|
-
__decorate([
|
|
596
|
-
property({ attribute: 'reveal-columns-label' })
|
|
597
|
-
], LyraTable.prototype, "revealColumnsLabel", void 0);
|
|
598
|
-
__decorate([
|
|
599
|
-
property({ attribute: 'hide-columns-label' })
|
|
600
|
-
], LyraTable.prototype, "hideColumnsLabel", void 0);
|
|
601
|
-
__decorate([
|
|
602
|
-
property({ type: Boolean, attribute: 'columns-hidden', reflect: true })
|
|
603
|
-
], LyraTable.prototype, "columnsHidden", void 0);
|
|
604
|
-
__decorate([
|
|
605
|
-
state()
|
|
606
|
-
], LyraTable.prototype, "showAllColumns", void 0);
|
|
607
|
-
__decorate([
|
|
608
|
-
state()
|
|
609
|
-
], LyraTable.prototype, "activeColKey", void 0);
|
|
610
|
-
__decorate([
|
|
611
|
-
state()
|
|
612
|
-
], LyraTable.prototype, "activeRowKey", void 0);
|
|
4
|
+
import "../empty/empty.js";
|
|
613
5
|
defineElement('table', LyraTable);
|
|
6
|
+
//# sourceMappingURL=table.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.js","sourceRoot":"","sources":["../../../src/components/table/table.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,mBAAmB,CAAC;AAC3B,aAAa,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.styles.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBAmJlB,CAAC"}
|