@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,363 +1,5 @@
|
|
|
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 { LyraElement } from '../../internal/lyra-element.js';
|
|
10
|
-
import { activateOverlay, deepActiveElement } from '../../internal/overlay-manager.js';
|
|
1
|
+
export * from './responsive-panel.class.js';
|
|
2
|
+
import { LyraResponsivePanel } from './responsive-panel.class.js';
|
|
11
3
|
import { defineElement } from '../../internal/prefix.js';
|
|
12
|
-
import { lockScroll } from '../../internal/scroll-lock.js';
|
|
13
|
-
import { styles } from './responsive-panel.styles.js';
|
|
14
|
-
const HEADING_SELECTOR = 'h1, h2, h3, h4, h5, h6, [role="heading"]';
|
|
15
|
-
/**
|
|
16
|
-
* Pure resolution of the `mode` prop + current viewport into the actual
|
|
17
|
-
* presentation. Kept separate from the `matchMedia` listener wiring below so
|
|
18
|
-
* it's independently unit-testable, and so the live-viewport-response logic
|
|
19
|
-
* can be exercised in tests by calling it (or the instance method that wraps
|
|
20
|
-
* it) directly instead of needing control over the real browser window,
|
|
21
|
-
* which `@web/test-runner` doesn't give.
|
|
22
|
-
*/
|
|
23
|
-
export function resolveEffectiveMode(mode, belowBreakpoint) {
|
|
24
|
-
if (mode === 'inline' || mode === 'overlay')
|
|
25
|
-
return mode;
|
|
26
|
-
return belowBreakpoint ? 'overlay' : 'inline';
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* `<lyra-responsive-panel>` — the same slotted content either docked inline
|
|
30
|
-
* in the page's normal layout flow (desktop) or presented as a full-screen/
|
|
31
|
-
* bottom-sheet overlay (mobile), depending on viewport width. Typical uses:
|
|
32
|
-
* a settings panel or a conversation-history sidebar that's a permanent
|
|
33
|
-
* docked pane on a wide screen but a modal on a phone.
|
|
34
|
-
*
|
|
35
|
-
* Breakpoint detection uses `matchMedia('(max-width: ' + mobileBreakpoint +
|
|
36
|
-
* ')')`, re-evaluated live while connected -- resizing/rotating a device
|
|
37
|
-
* that crosses the breakpoint while `mode="auto"` (the default) updates the
|
|
38
|
-
* effective presentation without unmounting or re-creating the slotted
|
|
39
|
-
* content: inline and overlay presentation share the exact same shadow DOM
|
|
40
|
-
* structure (only a css class, and the overlay-only `role`/`aria-modal`
|
|
41
|
-
* attributes and backdrop element, differ), so lit-html's diffing keeps
|
|
42
|
-
* `[part="body"]` and its `<slot>` as the same DOM node across the
|
|
43
|
-
* transition -- scroll position and focus inside the slotted content survive
|
|
44
|
-
* it for free. When an open inline panel becomes modal, focus already inside
|
|
45
|
-
* is preserved and outside focus moves to the first available target. Closing
|
|
46
|
-
* still returns to the opener captured by the original inline open.
|
|
47
|
-
*
|
|
48
|
-
* The overlay presentation uses the library's shared overlay coordinator for
|
|
49
|
-
* focus trapping, Escape/backdrop dismissal, inerting, and stack ordering,
|
|
50
|
-
* while retaining this component's own responsive rendering and close event.
|
|
51
|
-
*
|
|
52
|
-
* Accessible name (overlay presentation only -- the inline presentation has
|
|
53
|
-
* no dialog semantics to name): `label`, when set, is used verbatim. When
|
|
54
|
-
* `label` is empty, this falls back to the `header` slot's content -- a
|
|
55
|
-
* heading element (`h1`–`h6` or `[role="heading"]`) among the slotted header
|
|
56
|
-
* content wins if present, otherwise the header slot's full text content is
|
|
57
|
-
* used, mirroring lyra-dialog's `detectHeading()`/`headingText` fallback (see
|
|
58
|
-
* dialog.ts's module doc for why this uses `aria-label`, a copied string,
|
|
59
|
-
* rather than `aria-labelledby`: the header content is light DOM while
|
|
60
|
-
* `[part="panel"]` lives in this element's shadow tree, and an ID-reference
|
|
61
|
-
* attribute can't resolve across that boundary). A panel opened without
|
|
62
|
-
* either `label` or header content still renders `role="dialog"` with no
|
|
63
|
-
* accessible name -- set one of the two to avoid that.
|
|
64
|
-
*
|
|
65
|
-
* @customElement lyra-responsive-panel
|
|
66
|
-
* @slot - The panel body.
|
|
67
|
-
* @slot header - Optional header content, rendered above the body.
|
|
68
|
-
* @slot footer - Optional footer content (e.g. action buttons), rendered below the body.
|
|
69
|
-
* @event lyra-close - `detail: ResponsivePanelCloseReason`. Fired by the overlay presentation's
|
|
70
|
-
* built-in dismiss triggers (Escape, backdrop click) and by any `close()` call, in either
|
|
71
|
-
* presentation -- a plain `open = false` property write does not fire it (matching
|
|
72
|
-
* lyra-dialog's own precedent: only going through `close()` counts as a dismissal), and this
|
|
73
|
-
* is deliberately the same event/semantics in both presentations, rather than only being
|
|
74
|
-
* meaningful for the overlay case, so a consumer only has to wire up one listener regardless
|
|
75
|
-
* of which presentation is currently active.
|
|
76
|
-
* @event lyra-mode-change - `detail: ResponsivePanelModeChangeDetail`. Fired whenever the
|
|
77
|
-
* *effective* mode (not the `mode` prop's literal value, which may be `'auto'`) changes between
|
|
78
|
-
* `'inline'` and `'overlay'` -- crossing the breakpoint while `mode="auto"`, or the host
|
|
79
|
-
* reassigning `mode` to a value that changes the effective presentation. Never fired for the
|
|
80
|
-
* initial render, only for a live change thereafter.
|
|
81
|
-
* @csspart base - The root wrapper; `display: none` while closed, positioned `fixed` while open
|
|
82
|
-
* and in the overlay presentation.
|
|
83
|
-
* @csspart backdrop - The full-viewport scrim behind the panel -- only rendered in the overlay
|
|
84
|
-
* presentation.
|
|
85
|
-
* @csspart panel - The panel surface itself (`role="dialog"` while open and in the overlay
|
|
86
|
-
* presentation).
|
|
87
|
-
* @csspart header - The wrapper around the `header` slot.
|
|
88
|
-
* @csspart body - The wrapper around the default slot.
|
|
89
|
-
* @csspart footer - The wrapper around the `footer` slot.
|
|
90
|
-
*/
|
|
91
|
-
export class LyraResponsivePanel extends LyraElement {
|
|
92
|
-
constructor() {
|
|
93
|
-
super(...arguments);
|
|
94
|
-
/** Whether the panel is open. In the inline presentation this just means visible/mounted; in
|
|
95
|
-
* the overlay presentation this is the actual modal open/closed state. */
|
|
96
|
-
this.open = false;
|
|
97
|
-
/** `'auto'` (default) tracks `mobile-breakpoint` live; `'inline'`/`'overlay'` force that
|
|
98
|
-
* presentation regardless of viewport width. */
|
|
99
|
-
this.mode = 'auto';
|
|
100
|
-
/** Only affects the overlay presentation's visual treatment -- `'fullscreen'` (default) covers
|
|
101
|
-
* the whole viewport; `'bottom-sheet'` slides up from the bottom and doesn't cover the full
|
|
102
|
-
* height. */
|
|
103
|
-
this.variant = 'fullscreen';
|
|
104
|
-
/** Accessible name for the overlay presentation's `role="dialog"`. Unused in the inline
|
|
105
|
-
* presentation, which has no dialog semantics to name. When empty, falls back to the `header`
|
|
106
|
-
* slot's content -- see the class doc for the full fallback order. */
|
|
107
|
-
this.label = '';
|
|
108
|
-
/** CSS length passed to `matchMedia` as `(max-width: <this>)` to decide, in `mode="auto"`,
|
|
109
|
-
* whether the effective presentation is `'overlay'` (below/at this width) or `'inline'`
|
|
110
|
-
* (above it). */
|
|
111
|
-
this.mobileBreakpoint = '768px';
|
|
112
|
-
this.belowBreakpoint = false;
|
|
113
|
-
this.effectiveMode = 'inline';
|
|
114
|
-
this.hasHeaderSlot = false;
|
|
115
|
-
this.hasFooterSlot = false;
|
|
116
|
-
/** Whether the overlay-only mechanics (scroll-lock and shared overlay registration) are currently
|
|
117
|
-
* engaged -- derived from `effectiveMode === 'overlay' && open`, tracked separately from those
|
|
118
|
-
* two properties so willUpdate can diff "was engaged" vs "should be engaged now" regardless of
|
|
119
|
-
* which of the two changed. */
|
|
120
|
-
this.overlayChromeActive = false;
|
|
121
|
-
this.focusOverlayAfterUpdate = false;
|
|
122
|
-
this.isFirstUpdate = true;
|
|
123
|
-
this.onMediaChange = (e) => {
|
|
124
|
-
this.handleBreakpointChange(e.matches);
|
|
125
|
-
};
|
|
126
|
-
this.onHeaderSlotChange = (e) => {
|
|
127
|
-
this.hasHeaderSlot = e.target.assignedElements({ flatten: true }).length > 0;
|
|
128
|
-
this.headingText = this.detectHeadingText();
|
|
129
|
-
};
|
|
130
|
-
this.onFooterSlotChange = (e) => {
|
|
131
|
-
this.hasFooterSlot = e.target.assignedElements({ flatten: true }).length > 0;
|
|
132
|
-
};
|
|
133
|
-
this.onBackdropClick = () => {
|
|
134
|
-
this.overlayHandle?.dismissBackdrop();
|
|
135
|
-
};
|
|
136
|
-
}
|
|
137
|
-
static { this.styles = [LyraElement.styles, styles]; }
|
|
138
|
-
willUpdate(changed) {
|
|
139
|
-
this.isFirstUpdate = !this.hasUpdated;
|
|
140
|
-
if (this.isFirstUpdate) {
|
|
141
|
-
this.hasHeaderSlot = Array.from(this.children).some((el) => el.getAttribute('slot') === 'header');
|
|
142
|
-
this.hasFooterSlot = Array.from(this.children).some((el) => el.getAttribute('slot') === 'footer');
|
|
143
|
-
this.headingText = this.detectHeadingText();
|
|
144
|
-
}
|
|
145
|
-
// Must run before the effectiveMode computation below reads
|
|
146
|
-
// belowBreakpoint: setupMediaQuery() -> handleBreakpointChange() mutates
|
|
147
|
-
// belowBreakpoint synchronously, and a runtime mobileBreakpoint change is
|
|
148
|
-
// otherwise the only kind of change in this method that doesn't itself
|
|
149
|
-
// touch mode/belowBreakpoint, so computing effectiveMode first would read
|
|
150
|
-
// the not-yet-updated belowBreakpoint and never get another chance to
|
|
151
|
-
// react -- a property write from inside willUpdate doesn't schedule a
|
|
152
|
-
// fresh update, it only folds into the one already in progress.
|
|
153
|
-
// mobileBreakpoint is present on the very first willUpdate too (Lit's
|
|
154
|
-
// changed-properties map includes every class-field default from
|
|
155
|
-
// construction), but connectedCallback() already called setupMediaQuery()
|
|
156
|
-
// once before this first update runs, so repeating it here would be
|
|
157
|
-
// redundant -- only a live post-mount change should re-run it.
|
|
158
|
-
if (!this.isFirstUpdate && changed.has('mobileBreakpoint') && this.isConnected) {
|
|
159
|
-
this.setupMediaQuery();
|
|
160
|
-
}
|
|
161
|
-
if (this.isFirstUpdate || changed.has('mode') || changed.has('belowBreakpoint')) {
|
|
162
|
-
this.effectiveMode = resolveEffectiveMode(this.mode, this.belowBreakpoint);
|
|
163
|
-
}
|
|
164
|
-
// Captured on a genuine open transition only, independent of
|
|
165
|
-
// effectiveMode at that moment -- so it reflects whatever triggered the
|
|
166
|
-
// open even if a later breakpoint crossing (while still open) switches
|
|
167
|
-
// the presentation to overlay before close() runs. Deliberately not
|
|
168
|
-
// folded into the overlayOpen-engage branch below: that branch also
|
|
169
|
-
// fires when only effectiveMode (not open) changes, which would
|
|
170
|
-
// re-capture whatever currently has focus (e.g. something inside the
|
|
171
|
-
// panel) instead of the original external trigger.
|
|
172
|
-
if (changed.has('open') && this.open) {
|
|
173
|
-
const active = deepActiveElement(this.ownerDocument);
|
|
174
|
-
this.lastTrigger = active && typeof active.focus === 'function' ? active : undefined;
|
|
175
|
-
}
|
|
176
|
-
const overlayOpen = this.effectiveMode === 'overlay' && this.open;
|
|
177
|
-
if (overlayOpen !== this.overlayChromeActive) {
|
|
178
|
-
this.overlayChromeActive = overlayOpen;
|
|
179
|
-
if (overlayOpen) {
|
|
180
|
-
this.activateOverlayChrome();
|
|
181
|
-
// Once the presentation becomes modal, focus cannot remain behind
|
|
182
|
-
// it. The manager preserves focus that is already inside the panel
|
|
183
|
-
// and otherwise moves it to the first composed focus target.
|
|
184
|
-
this.focusOverlayAfterUpdate = true;
|
|
185
|
-
}
|
|
186
|
-
else {
|
|
187
|
-
// Removing modal chrome while the still-open panel becomes inline
|
|
188
|
-
// must preserve focus in that same panel. Only a real open -> closed
|
|
189
|
-
// transition restores the opener.
|
|
190
|
-
this.deactivateOverlayChrome(changed.has('open') && !this.open);
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
if (changed.has('open') && !this.open)
|
|
194
|
-
this.lastTrigger = undefined;
|
|
195
|
-
}
|
|
196
|
-
// Runs after render (not willUpdate) so [part="panel"] has already landed
|
|
197
|
-
// in the DOM before the fallback .focus() call below can rely on it --
|
|
198
|
-
// mirrors lyra-dialog's identical ordering rationale.
|
|
199
|
-
updated(changed) {
|
|
200
|
-
if (!this.isFirstUpdate && changed.has('effectiveMode')) {
|
|
201
|
-
this.emit('lyra-mode-change', { mode: this.effectiveMode });
|
|
202
|
-
}
|
|
203
|
-
if (this.focusOverlayAfterUpdate) {
|
|
204
|
-
this.focusOverlayAfterUpdate = false;
|
|
205
|
-
this.overlayHandle?.focusInitial();
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
connectedCallback() {
|
|
209
|
-
super.connectedCallback();
|
|
210
|
-
this.setupMediaQuery();
|
|
211
|
-
// A reconnect (e.g. a drag-and-drop reparent keeping this same element
|
|
212
|
-
// instance) fires disconnectedCallback then connectedCallback
|
|
213
|
-
// synchronously with no update in between, so willUpdate never reruns to
|
|
214
|
-
// notice overlay chrome is still supposed to be active -- restore it.
|
|
215
|
-
const overlayOpen = resolveEffectiveMode(this.mode, this.belowBreakpoint) === 'overlay' && this.open;
|
|
216
|
-
if (this.hasUpdated && overlayOpen) {
|
|
217
|
-
if (this.overlayHandle?.isActive()) {
|
|
218
|
-
this.overlayHandle.resume();
|
|
219
|
-
}
|
|
220
|
-
else {
|
|
221
|
-
this.activateOverlayChrome();
|
|
222
|
-
}
|
|
223
|
-
if (!this.releaseScrollLock)
|
|
224
|
-
this.releaseScrollLock = lockScroll(this.ownerDocument);
|
|
225
|
-
queueMicrotask(() => this.overlayHandle?.focusInitial());
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
disconnectedCallback() {
|
|
229
|
-
super.disconnectedCallback();
|
|
230
|
-
this.mediaQuery?.removeEventListener('change', this.onMediaChange);
|
|
231
|
-
this.mediaQuery = undefined;
|
|
232
|
-
this.releaseScrollLock?.();
|
|
233
|
-
this.releaseScrollLock = undefined;
|
|
234
|
-
this.overlayHandle?.suspend();
|
|
235
|
-
}
|
|
236
|
-
activateOverlayChrome() {
|
|
237
|
-
this.releaseScrollLock ??= lockScroll(this.ownerDocument);
|
|
238
|
-
this.overlayHandle = activateOverlay({
|
|
239
|
-
host: this,
|
|
240
|
-
panel: () => this.shadowRoot?.querySelector('[part="panel"]') ?? null,
|
|
241
|
-
onEscape: () => this.close('escape'),
|
|
242
|
-
onBackdrop: () => this.close('backdrop'),
|
|
243
|
-
restoreFocusTo: this.lastTrigger ?? null,
|
|
244
|
-
});
|
|
245
|
-
}
|
|
246
|
-
deactivateOverlayChrome(restoreFocus = true) {
|
|
247
|
-
this.releaseScrollLock?.();
|
|
248
|
-
this.releaseScrollLock = undefined;
|
|
249
|
-
this.overlayHandle?.deactivate({ restoreFocus });
|
|
250
|
-
this.overlayHandle = undefined;
|
|
251
|
-
}
|
|
252
|
-
setupMediaQuery() {
|
|
253
|
-
this.mediaQuery?.removeEventListener('change', this.onMediaChange);
|
|
254
|
-
const view = this.ownerDocument.defaultView;
|
|
255
|
-
if (!view?.matchMedia) {
|
|
256
|
-
this.mediaQuery = undefined;
|
|
257
|
-
return;
|
|
258
|
-
}
|
|
259
|
-
this.mediaQuery = view.matchMedia(`(max-width: ${this.mobileBreakpoint})`);
|
|
260
|
-
this.mediaQuery.addEventListener('change', this.onMediaChange);
|
|
261
|
-
this.handleBreakpointChange(this.mediaQuery.matches);
|
|
262
|
-
}
|
|
263
|
-
/** The breakpoint-response logic itself, kept callable independently of the
|
|
264
|
-
* `matchMedia` listener that normally drives it -- tests invoke this
|
|
265
|
-
* directly to simulate crossing the breakpoint. */
|
|
266
|
-
handleBreakpointChange(matches) {
|
|
267
|
-
this.belowBreakpoint = matches;
|
|
268
|
-
}
|
|
269
|
-
// Only direct children slotted into `header` are scanned -- same depth
|
|
270
|
-
// limit lyra-dialog's own detectHeading() applies to its direct children.
|
|
271
|
-
// A heading tag among them wins (its own text only, so a header slot mixing
|
|
272
|
-
// a heading with e.g. a trailing icon button doesn't pull the button's
|
|
273
|
-
// label into the accessible name); otherwise the header slot's combined
|
|
274
|
-
// text stands in for it, since this component (unlike lyra-dialog) has a
|
|
275
|
-
// dedicated header slot that's already the conventional place a heading
|
|
276
|
-
// would go. Recomputed only on slot assignment changes, not on every
|
|
277
|
-
// render -- same rationale as lyra-dialog's detectHeading().
|
|
278
|
-
detectHeadingText() {
|
|
279
|
-
const headerChildren = Array.from(this.children).filter((el) => el.getAttribute('slot') === 'header');
|
|
280
|
-
if (headerChildren.length === 0)
|
|
281
|
-
return undefined;
|
|
282
|
-
const heading = headerChildren.find((el) => el.matches(HEADING_SELECTOR));
|
|
283
|
-
if (heading)
|
|
284
|
-
return heading.textContent?.trim() || undefined;
|
|
285
|
-
return (headerChildren
|
|
286
|
-
.map((el) => el.textContent?.trim())
|
|
287
|
-
.filter(Boolean)
|
|
288
|
-
.join(' ') || undefined);
|
|
289
|
-
}
|
|
290
|
-
/**
|
|
291
|
-
* Close the panel. `reason` is forwarded as the `lyra-close` detail --
|
|
292
|
-
* built-in overlay triggers pass `'escape'`/`'backdrop'`; a consumer's own
|
|
293
|
-
* close affordance (e.g. a footer button, or a docked panel's own toggle)
|
|
294
|
-
* should call this directly with its own reason string. Fires in both
|
|
295
|
-
* presentations (see the class doc's `lyra-close` note) but only returns
|
|
296
|
-
* focus to the trigger that opened it when the overlay presentation is
|
|
297
|
-
* active, since the inline presentation never took focus away from
|
|
298
|
-
* anything to begin with.
|
|
299
|
-
*/
|
|
300
|
-
close(reason = 'api') {
|
|
301
|
-
if (!this.open)
|
|
302
|
-
return;
|
|
303
|
-
this.open = false;
|
|
304
|
-
this.emit('lyra-close', reason);
|
|
305
|
-
}
|
|
306
|
-
render() {
|
|
307
|
-
const overlay = this.effectiveMode === 'overlay';
|
|
308
|
-
const accessibleName = this.label || this.headingText;
|
|
309
|
-
return html `
|
|
310
|
-
<div part="base" class=${overlay ? 'overlay' : 'inline'}>
|
|
311
|
-
${overlay ? html `<div part="backdrop" @click=${this.onBackdropClick}></div>` : nothing}
|
|
312
|
-
<div
|
|
313
|
-
part="panel"
|
|
314
|
-
role=${overlay ? 'dialog' : nothing}
|
|
315
|
-
aria-modal=${overlay ? 'true' : nothing}
|
|
316
|
-
aria-label=${overlay && accessibleName ? accessibleName : nothing}
|
|
317
|
-
tabindex=${overlay ? '-1' : nothing}
|
|
318
|
-
>
|
|
319
|
-
<div part="header" ?hidden=${!this.hasHeaderSlot}>
|
|
320
|
-
<slot name="header" @slotchange=${this.onHeaderSlotChange}></slot>
|
|
321
|
-
</div>
|
|
322
|
-
<div part="body">
|
|
323
|
-
<slot></slot>
|
|
324
|
-
</div>
|
|
325
|
-
<div part="footer" ?hidden=${!this.hasFooterSlot}>
|
|
326
|
-
<slot name="footer" @slotchange=${this.onFooterSlotChange}></slot>
|
|
327
|
-
</div>
|
|
328
|
-
</div>
|
|
329
|
-
</div>
|
|
330
|
-
`;
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
__decorate([
|
|
334
|
-
property({ type: Boolean, reflect: true })
|
|
335
|
-
], LyraResponsivePanel.prototype, "open", void 0);
|
|
336
|
-
__decorate([
|
|
337
|
-
property({ reflect: true })
|
|
338
|
-
], LyraResponsivePanel.prototype, "mode", void 0);
|
|
339
|
-
__decorate([
|
|
340
|
-
property({ reflect: true })
|
|
341
|
-
], LyraResponsivePanel.prototype, "variant", void 0);
|
|
342
|
-
__decorate([
|
|
343
|
-
property()
|
|
344
|
-
], LyraResponsivePanel.prototype, "label", void 0);
|
|
345
|
-
__decorate([
|
|
346
|
-
property({ attribute: 'mobile-breakpoint' })
|
|
347
|
-
], LyraResponsivePanel.prototype, "mobileBreakpoint", void 0);
|
|
348
|
-
__decorate([
|
|
349
|
-
state()
|
|
350
|
-
], LyraResponsivePanel.prototype, "belowBreakpoint", void 0);
|
|
351
|
-
__decorate([
|
|
352
|
-
state()
|
|
353
|
-
], LyraResponsivePanel.prototype, "effectiveMode", void 0);
|
|
354
|
-
__decorate([
|
|
355
|
-
state()
|
|
356
|
-
], LyraResponsivePanel.prototype, "hasHeaderSlot", void 0);
|
|
357
|
-
__decorate([
|
|
358
|
-
state()
|
|
359
|
-
], LyraResponsivePanel.prototype, "hasFooterSlot", void 0);
|
|
360
|
-
__decorate([
|
|
361
|
-
state()
|
|
362
|
-
], LyraResponsivePanel.prototype, "headingText", void 0);
|
|
363
4
|
defineElement('responsive-panel', LyraResponsivePanel);
|
|
5
|
+
//# sourceMappingURL=responsive-panel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsive-panel.js","sourceRoot":"","sources":["../../../src/components/responsive-panel/responsive-panel.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,aAAa,CAAC,kBAAkB,EAAE,mBAAmB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsive-panel.styles.d.ts","sourceRoot":"","sources":["../../../src/components/responsive-panel/responsive-panel.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBAuGlB,CAAC"}
|
|
@@ -6,7 +6,7 @@ export const styles = css `
|
|
|
6
6
|
--wa-*-overlay token exists in the design system to resolve through,
|
|
7
7
|
same rationale as lyra-dialog's own --lyra-dialog-overlay-color and
|
|
8
8
|
lyra-widget's --lyra-widget-overlay-color). */
|
|
9
|
-
--lyra-responsive-panel-overlay-color:
|
|
9
|
+
--lyra-responsive-panel-overlay-color: var(--lyra-color-overlay);
|
|
10
10
|
display: block;
|
|
11
11
|
}
|
|
12
12
|
|
|
@@ -24,7 +24,7 @@ export const styles = css `
|
|
|
24
24
|
display: flex;
|
|
25
25
|
position: fixed;
|
|
26
26
|
inset: 0;
|
|
27
|
-
z-index: var(--lyra-overlay-stack-index,
|
|
27
|
+
z-index: var(--lyra-overlay-stack-index, var(--lyra-layer-modal));
|
|
28
28
|
}
|
|
29
29
|
/* Bottom-sheet anchors its panel to the block-end edge instead of
|
|
30
30
|
stretching it full-height like fullscreen does. */
|
|
@@ -49,7 +49,7 @@ export const styles = css `
|
|
|
49
49
|
/* Inline (docked) presentation: a normal panel in the page's layout flow,
|
|
50
50
|
bordered like a card so it reads as a distinct region. */
|
|
51
51
|
[part='base']:not(.overlay) [part='panel'] {
|
|
52
|
-
border:
|
|
52
|
+
border: var(--lyra-border-width-thin) solid var(--lyra-color-border);
|
|
53
53
|
border-radius: var(--lyra-radius);
|
|
54
54
|
overflow: auto;
|
|
55
55
|
}
|
|
@@ -71,13 +71,15 @@ export const styles = css `
|
|
|
71
71
|
:host([variant='bottom-sheet']) [part='base'].overlay [part='panel'] {
|
|
72
72
|
block-size: auto;
|
|
73
73
|
max-block-size: 85vh;
|
|
74
|
+
max-block-size: 85dvh;
|
|
75
|
+
padding-block-end: var(--lyra-safe-area-bottom);
|
|
74
76
|
border-start-start-radius: var(--lyra-radius);
|
|
75
77
|
border-start-end-radius: var(--lyra-radius);
|
|
76
78
|
}
|
|
77
79
|
|
|
78
80
|
[part='header'] {
|
|
79
81
|
padding: var(--lyra-space-m) var(--lyra-space-l);
|
|
80
|
-
border-block-end:
|
|
82
|
+
border-block-end: var(--lyra-border-width-thin) solid var(--lyra-color-border);
|
|
81
83
|
}
|
|
82
84
|
[part='header'][hidden] {
|
|
83
85
|
display: none;
|
|
@@ -95,9 +97,10 @@ export const styles = css `
|
|
|
95
97
|
justify-content: flex-end;
|
|
96
98
|
gap: var(--lyra-space-s);
|
|
97
99
|
padding: var(--lyra-space-m) var(--lyra-space-l);
|
|
98
|
-
border-block-start:
|
|
100
|
+
border-block-start: var(--lyra-border-width-thin) solid var(--lyra-color-border);
|
|
99
101
|
}
|
|
100
102
|
[part='footer'][hidden] {
|
|
101
103
|
display: none;
|
|
102
104
|
}
|
|
103
105
|
`;
|
|
106
|
+
//# sourceMappingURL=responsive-panel.styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsive-panel.styles.js","sourceRoot":"","sources":["../../../src/components/responsive-panel/responsive-panel.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuGxB,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { type TemplateResult } from 'lit';
|
|
2
|
+
import { LyraElement } from '../../internal/lyra-element.js';
|
|
3
|
+
/**
|
|
4
|
+
* `<lyra-result-card>` — a small bordered card shell for a custom tool-result
|
|
5
|
+
* renderer's body (see `<lyra-tool-result-view>`'s `registerToolRenderer()`
|
|
6
|
+
* in `../tool-result-view/registry.js`). Purely visual, with no state of its
|
|
7
|
+
* own beyond slot-presence tracking: it gives every custom renderer the same
|
|
8
|
+
* "small card" language (border, radius, optional title + header actions)
|
|
9
|
+
* without each one hand-rolling its own box.
|
|
10
|
+
*
|
|
11
|
+
* Pairs with `<lyra-result-field>` for the label/value rows that typically
|
|
12
|
+
* make up the body, though the default slot accepts any content — nothing
|
|
13
|
+
* here requires a `<lyra-result-field>` specifically.
|
|
14
|
+
*
|
|
15
|
+
* @customElement lyra-result-card
|
|
16
|
+
* @slot - The card body — typically one or more `<lyra-result-field>` rows.
|
|
17
|
+
* @slot actions - Small header controls (e.g. a copy button), rendered
|
|
18
|
+
* alongside the title.
|
|
19
|
+
* @csspart base - The outer bordered container.
|
|
20
|
+
* @csspart header - The header row wrapping the title and the `actions`
|
|
21
|
+
* slot. Present in the DOM at all times (so a later `slotchange` on
|
|
22
|
+
* `actions` is still observed) but `hidden` whenever there is no `title`
|
|
23
|
+
* and no `actions` content — an untitled, action-less card has no visible
|
|
24
|
+
* header bar at all.
|
|
25
|
+
* @csspart title - The title text. Truncates with an ellipsis when it
|
|
26
|
+
* overflows; carries its own native `title` attribute (the full string) so
|
|
27
|
+
* hovering the truncated text reveals it via the browser's default tooltip,
|
|
28
|
+
* scoped to just this element rather than the whole card.
|
|
29
|
+
* @csspart actions - The wrapper around the `actions` slot. `hidden`
|
|
30
|
+
* whenever the slot has no assigned content.
|
|
31
|
+
* @csspart body - The wrapper around the default slot.
|
|
32
|
+
*/
|
|
33
|
+
export declare class LyraResultCard extends LyraElement {
|
|
34
|
+
static styles: import("lit").CSSResultGroup[];
|
|
35
|
+
/** Small heading for the card. Leave unset for an untitled card (e.g. a
|
|
36
|
+
* bare block of `<lyra-result-field>` rows with no natural heading).
|
|
37
|
+
* Rendered into the truncating `[part="title"]` span, which also carries
|
|
38
|
+
* this value as its own `title` attribute so the disclosure tooltip is
|
|
39
|
+
* scoped to that element rather than the whole host. */
|
|
40
|
+
title: string;
|
|
41
|
+
private hasActionsSlot;
|
|
42
|
+
protected willUpdate(): void;
|
|
43
|
+
private onActionsSlotChange;
|
|
44
|
+
render(): TemplateResult;
|
|
45
|
+
}
|
|
46
|
+
declare global {
|
|
47
|
+
interface HTMLElementTagNameMap {
|
|
48
|
+
'lyra-result-card': LyraResultCard;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=result-card.class.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"result-card.class.d.ts","sourceRoot":"","sources":["../../../src/components/result-card/result-card.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAEzD,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAG7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,qBAAa,cAAe,SAAQ,WAAW;IAC7C,MAAM,CAAC,MAAM,iCAAgC;IAE7C;;;;6DAIyD;IAC7C,KAAK,SAAM;IAOd,OAAO,CAAC,cAAc,CAAS;IAExC,SAAS,CAAC,UAAU,IAAI,IAAI,CAI3B;IAED,OAAO,CAAC,mBAAmB,CAEzB;IAEF,MAAM,IAAI,cAAc,CAcvB;CACF;AAGD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,kBAAkB,EAAE,cAAc,CAAC;KACpC;CACF"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { html, nothing } from 'lit';
|
|
8
|
+
import { property, state } from 'lit/decorators.js';
|
|
9
|
+
import { LyraElement } from '../../internal/lyra-element.js';
|
|
10
|
+
import { styles } from './result-card.styles.js';
|
|
11
|
+
/**
|
|
12
|
+
* `<lyra-result-card>` — a small bordered card shell for a custom tool-result
|
|
13
|
+
* renderer's body (see `<lyra-tool-result-view>`'s `registerToolRenderer()`
|
|
14
|
+
* in `../tool-result-view/registry.js`). Purely visual, with no state of its
|
|
15
|
+
* own beyond slot-presence tracking: it gives every custom renderer the same
|
|
16
|
+
* "small card" language (border, radius, optional title + header actions)
|
|
17
|
+
* without each one hand-rolling its own box.
|
|
18
|
+
*
|
|
19
|
+
* Pairs with `<lyra-result-field>` for the label/value rows that typically
|
|
20
|
+
* make up the body, though the default slot accepts any content — nothing
|
|
21
|
+
* here requires a `<lyra-result-field>` specifically.
|
|
22
|
+
*
|
|
23
|
+
* @customElement lyra-result-card
|
|
24
|
+
* @slot - The card body — typically one or more `<lyra-result-field>` rows.
|
|
25
|
+
* @slot actions - Small header controls (e.g. a copy button), rendered
|
|
26
|
+
* alongside the title.
|
|
27
|
+
* @csspart base - The outer bordered container.
|
|
28
|
+
* @csspart header - The header row wrapping the title and the `actions`
|
|
29
|
+
* slot. Present in the DOM at all times (so a later `slotchange` on
|
|
30
|
+
* `actions` is still observed) but `hidden` whenever there is no `title`
|
|
31
|
+
* and no `actions` content — an untitled, action-less card has no visible
|
|
32
|
+
* header bar at all.
|
|
33
|
+
* @csspart title - The title text. Truncates with an ellipsis when it
|
|
34
|
+
* overflows; carries its own native `title` attribute (the full string) so
|
|
35
|
+
* hovering the truncated text reveals it via the browser's default tooltip,
|
|
36
|
+
* scoped to just this element rather than the whole card.
|
|
37
|
+
* @csspart actions - The wrapper around the `actions` slot. `hidden`
|
|
38
|
+
* whenever the slot has no assigned content.
|
|
39
|
+
* @csspart body - The wrapper around the default slot.
|
|
40
|
+
*/
|
|
41
|
+
export class LyraResultCard extends LyraElement {
|
|
42
|
+
constructor() {
|
|
43
|
+
super(...arguments);
|
|
44
|
+
/** Small heading for the card. Leave unset for an untitled card (e.g. a
|
|
45
|
+
* bare block of `<lyra-result-field>` rows with no natural heading).
|
|
46
|
+
* Rendered into the truncating `[part="title"]` span, which also carries
|
|
47
|
+
* this value as its own `title` attribute so the disclosure tooltip is
|
|
48
|
+
* scoped to that element rather than the whole host. */
|
|
49
|
+
this.title = '';
|
|
50
|
+
// See `<lyra-widget>`'s identical `hasActionsSlot` -- a `[part]` wrapper
|
|
51
|
+
// always contains a literal `<slot>` child regardless of assigned
|
|
52
|
+
// content, so CSS `:empty` never matches; real emptiness is tracked here
|
|
53
|
+
// in JS instead and used to both hide the actions wrapper and decide
|
|
54
|
+
// whether the header row itself has anything to show.
|
|
55
|
+
this.hasActionsSlot = false;
|
|
56
|
+
this.onActionsSlotChange = (e) => {
|
|
57
|
+
this.hasActionsSlot = e.target.assignedElements({ flatten: true }).length > 0;
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
static { this.styles = [LyraElement.styles, styles]; }
|
|
61
|
+
willUpdate() {
|
|
62
|
+
if (!this.hasUpdated) {
|
|
63
|
+
this.hasActionsSlot = Array.from(this.children).some((el) => el.getAttribute('slot') === 'actions');
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
render() {
|
|
67
|
+
const hasTitle = this.title.length > 0;
|
|
68
|
+
const hasHeader = hasTitle || this.hasActionsSlot;
|
|
69
|
+
return html `
|
|
70
|
+
<div part="base">
|
|
71
|
+
<div part="header" ?hidden=${!hasHeader}>
|
|
72
|
+
${hasTitle ? html `<span part="title" title=${this.title}>${this.title}</span>` : nothing}
|
|
73
|
+
<div part="actions" ?hidden=${!this.hasActionsSlot}>
|
|
74
|
+
<slot name="actions" @slotchange=${this.onActionsSlotChange}></slot>
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
<div part="body"><slot></slot></div>
|
|
78
|
+
</div>
|
|
79
|
+
`;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
__decorate([
|
|
83
|
+
property()
|
|
84
|
+
], LyraResultCard.prototype, "title", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
state()
|
|
87
|
+
], LyraResultCard.prototype, "hasActionsSlot", void 0);
|
|
88
|
+
//# sourceMappingURL=result-card.class.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"result-card.class.js","sourceRoot":"","sources":["../../../src/components/result-card/result-card.class.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAuB,MAAM,KAAK,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAEjD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAM,OAAO,cAAe,SAAQ,WAAW;IAA/C;;QAGE;;;;iEAIyD;QAC7C,UAAK,GAAG,EAAE,CAAC;QAEvB,yEAAyE;QACzE,kEAAkE;QAClE,yEAAyE;QACzE,qEAAqE;QACrE,sDAAsD;QACrC,mBAAc,GAAG,KAAK,CAAC;QAQhC,wBAAmB,GAAG,CAAC,CAAQ,EAAQ,EAAE;YAC/C,IAAI,CAAC,cAAc,GAAI,CAAC,CAAC,MAA0B,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;QACrG,CAAC,CAAC;IAiBJ,CAAC;aAzCQ,WAAM,GAAG,CAAC,WAAW,CAAC,MAAM,EAAE,MAAM,CAAC,AAA/B,CAAgC;IAgBnC,UAAU;QAClB,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;YACrB,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,YAAY,CAAC,MAAM,CAAC,KAAK,SAAS,CAAC,CAAC;QACtG,CAAC;IACH,CAAC;IAMD,MAAM;QACJ,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC;QACvC,MAAM,SAAS,GAAG,QAAQ,IAAI,IAAI,CAAC,cAAc,CAAC;QAClD,OAAO,IAAI,CAAA;;qCAEsB,CAAC,SAAS;YACnC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAA,4BAA4B,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,OAAO;wCAC1D,CAAC,IAAI,CAAC,cAAc;+CACb,IAAI,CAAC,mBAAmB;;;;;KAKlE,CAAC;IACJ,CAAC;CACF;AAlCa;IAAX,QAAQ,EAAE;6CAAY;AAON;IAAhB,KAAK,EAAE;sDAAgC"}
|
|
@@ -1,50 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* `<lyra-result-card>` — a small bordered card shell for a custom tool-result
|
|
5
|
-
* renderer's body (see `<lyra-tool-result-view>`'s `registerToolRenderer()`
|
|
6
|
-
* in `../tool-result-view/registry.js`). Purely visual, with no state of its
|
|
7
|
-
* own beyond slot-presence tracking: it gives every custom renderer the same
|
|
8
|
-
* "small card" language (border, radius, optional title + header actions)
|
|
9
|
-
* without each one hand-rolling its own box.
|
|
10
|
-
*
|
|
11
|
-
* Pairs with `<lyra-result-field>` for the label/value rows that typically
|
|
12
|
-
* make up the body, though the default slot accepts any content — nothing
|
|
13
|
-
* here requires a `<lyra-result-field>` specifically.
|
|
14
|
-
*
|
|
15
|
-
* @customElement lyra-result-card
|
|
16
|
-
* @slot - The card body — typically one or more `<lyra-result-field>` rows.
|
|
17
|
-
* @slot actions - Small header controls (e.g. a copy button), rendered
|
|
18
|
-
* alongside the title.
|
|
19
|
-
* @csspart base - The outer bordered container.
|
|
20
|
-
* @csspart header - The header row wrapping the title and the `actions`
|
|
21
|
-
* slot. Present in the DOM at all times (so a later `slotchange` on
|
|
22
|
-
* `actions` is still observed) but `hidden` whenever there is no `title`
|
|
23
|
-
* and no `actions` content — an untitled, action-less card has no visible
|
|
24
|
-
* header bar at all.
|
|
25
|
-
* @csspart title - The title text. Truncates with an ellipsis when it
|
|
26
|
-
* overflows; carries its own native `title` attribute (the full string) so
|
|
27
|
-
* hovering the truncated text reveals it via the browser's default tooltip,
|
|
28
|
-
* scoped to just this element rather than the whole card.
|
|
29
|
-
* @csspart actions - The wrapper around the `actions` slot. `hidden`
|
|
30
|
-
* whenever the slot has no assigned content.
|
|
31
|
-
* @csspart body - The wrapper around the default slot.
|
|
32
|
-
*/
|
|
33
|
-
export declare class LyraResultCard extends LyraElement {
|
|
34
|
-
static styles: import("lit").CSSResultGroup[];
|
|
35
|
-
/** Small heading for the card. Leave unset for an untitled card (e.g. a
|
|
36
|
-
* bare block of `<lyra-result-field>` rows with no natural heading).
|
|
37
|
-
* Rendered into the truncating `[part="title"]` span, which also carries
|
|
38
|
-
* this value as its own `title` attribute so the disclosure tooltip is
|
|
39
|
-
* scoped to that element rather than the whole host. */
|
|
40
|
-
title: string;
|
|
41
|
-
private hasActionsSlot;
|
|
42
|
-
protected willUpdate(): void;
|
|
43
|
-
private onActionsSlotChange;
|
|
44
|
-
render(): TemplateResult;
|
|
45
|
-
}
|
|
46
|
-
declare global {
|
|
47
|
-
interface HTMLElementTagNameMap {
|
|
48
|
-
'lyra-result-card': LyraResultCard;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
1
|
+
export * from './result-card.class.js';
|
|
2
|
+
//# sourceMappingURL=result-card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"result-card.d.ts","sourceRoot":"","sources":["../../../src/components/result-card/result-card.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
|