igniteui-webcomponents 7.2.4 → 7.3.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +142 -0
- package/animations/player.js +1 -1
- package/animations/player.js.map +1 -1
- package/animations/view-transition.js +1 -1
- package/animations/view-transition.js.map +1 -1
- package/components/accordion/accordion.d.ts +1 -1
- package/components/accordion/accordion.js +7 -6
- package/components/accordion/accordion.js.map +1 -1
- package/components/avatar/avatar.js +3 -3
- package/components/avatar/avatar.js.map +1 -1
- package/components/avatar/themes/themes.d.ts +1 -1
- package/components/avatar/themes/themes.js.map +1 -1
- package/components/badge/badge.d.ts +1 -1
- package/components/badge/badge.js +5 -5
- package/components/badge/badge.js.map +1 -1
- package/components/badge/themes/themes.d.ts +1 -1
- package/components/badge/themes/themes.js.map +1 -1
- package/components/banner/banner.d.ts +2 -2
- package/components/banner/banner.js +8 -8
- package/components/banner/banner.js.map +1 -1
- package/components/banner/themes/themes.d.ts +1 -1
- package/components/banner/themes/themes.js.map +1 -1
- package/components/button/button-base.d.ts +2 -2
- package/components/button/button-base.js +9 -8
- package/components/button/button-base.js.map +1 -1
- package/components/button/button.d.ts +3 -3
- package/components/button/button.js +2 -2
- package/components/button/button.js.map +1 -1
- package/components/button/icon-button.js +3 -3
- package/components/button/icon-button.js.map +1 -1
- package/components/button/themes/button/themes.d.ts +1 -1
- package/components/button/themes/button/themes.js.map +1 -1
- package/components/button/themes/icon-button/themes.d.ts +1 -1
- package/components/button/themes/icon-button/themes.js.map +1 -1
- package/components/button-group/button-group.d.ts +42 -21
- package/components/button-group/button-group.js +101 -106
- package/components/button-group/button-group.js.map +1 -1
- package/components/button-group/themes/button.d.ts +1 -1
- package/components/button-group/themes/button.js.map +1 -1
- package/components/button-group/themes/group.d.ts +1 -1
- package/components/button-group/themes/group.js.map +1 -1
- package/components/button-group/toggle-button.d.ts +17 -10
- package/components/button-group/toggle-button.js +28 -13
- package/components/button-group/toggle-button.js.map +1 -1
- package/components/calendar/base.d.ts +29 -10
- package/components/calendar/base.js +12 -15
- package/components/calendar/base.js.map +1 -1
- package/components/calendar/calendar.d.ts +39 -8
- package/components/calendar/calendar.js +96 -85
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/days-view/days-view.d.ts +49 -22
- package/components/calendar/days-view/days-view.js +102 -163
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/helpers.d.ts +3 -62
- package/components/calendar/helpers.js +6 -110
- package/components/calendar/helpers.js.map +1 -1
- package/components/calendar/months-view/months-view.d.ts +7 -21
- package/components/calendar/months-view/months-view.js +30 -83
- package/components/calendar/months-view/months-view.js.map +1 -1
- package/components/calendar/selection.d.ts +21 -0
- package/components/calendar/selection.js +42 -0
- package/components/calendar/selection.js.map +1 -0
- package/components/calendar/themes/calendar.d.ts +1 -1
- package/components/calendar/themes/calendar.js.map +1 -1
- package/components/calendar/themes/days.d.ts +1 -1
- package/components/calendar/themes/days.js.map +1 -1
- package/components/calendar/themes/year-month.d.ts +1 -1
- package/components/calendar/themes/year-month.js.map +1 -1
- package/components/calendar/types.d.ts +18 -0
- package/components/calendar/types.js.map +1 -1
- package/components/calendar/year-month-view.base.d.ts +44 -0
- package/components/calendar/year-month-view.base.js +89 -0
- package/components/calendar/year-month-view.base.js.map +1 -0
- package/components/calendar/years-view/years-view.d.ts +7 -20
- package/components/calendar/years-view/years-view.js +25 -79
- package/components/calendar/years-view/years-view.js.map +1 -1
- package/components/card/card.actions.js +2 -2
- package/components/card/card.actions.js.map +1 -1
- package/components/card/card.content.d.ts +1 -1
- package/components/card/card.content.js +2 -2
- package/components/card/card.content.js.map +1 -1
- package/components/card/card.d.ts +1 -1
- package/components/card/card.header.js +2 -2
- package/components/card/card.header.js.map +1 -1
- package/components/card/card.js +2 -2
- package/components/card/card.js.map +1 -1
- package/components/card/card.media.d.ts +1 -1
- package/components/card/card.media.js +1 -1
- package/components/card/card.media.js.map +1 -1
- package/components/card/themes/actions.d.ts +1 -1
- package/components/card/themes/actions.js.map +1 -1
- package/components/card/themes/container.d.ts +1 -1
- package/components/card/themes/container.js.map +1 -1
- package/components/card/themes/content.d.ts +1 -1
- package/components/card/themes/content.js.map +1 -1
- package/components/card/themes/header.d.ts +1 -1
- package/components/card/themes/header.js.map +1 -1
- package/components/carousel/animations.d.ts +1 -1
- package/components/carousel/animations.js +2 -2
- package/components/carousel/animations.js.map +1 -1
- package/components/carousel/carousel-indicator-container.js +4 -4
- package/components/carousel/carousel-indicator-container.js.map +1 -1
- package/components/carousel/carousel-indicator.d.ts +1 -1
- package/components/carousel/carousel-indicator.js +5 -5
- package/components/carousel/carousel-indicator.js.map +1 -1
- package/components/carousel/carousel-slide.d.ts +1 -1
- package/components/carousel/carousel-slide.js +9 -9
- package/components/carousel/carousel-slide.js.map +1 -1
- package/components/carousel/carousel.d.ts +7 -7
- package/components/carousel/carousel.js +39 -28
- package/components/carousel/carousel.js.map +1 -1
- package/components/carousel/themes/container.d.ts +1 -1
- package/components/carousel/themes/container.js.map +1 -1
- package/components/carousel/themes/indicator-container.d.ts +1 -1
- package/components/carousel/themes/indicator-container.js.map +1 -1
- package/components/chat/chat-input.d.ts +4 -4
- package/components/chat/chat-input.js +9 -8
- package/components/chat/chat-input.js.map +1 -1
- package/components/chat/chat-message.d.ts +1 -1
- package/components/chat/chat-message.js +7 -6
- package/components/chat/chat-message.js.map +1 -1
- package/components/chat/chat-state.d.ts +2 -2
- package/components/chat/chat-state.js +2 -1
- package/components/chat/chat-state.js.map +1 -1
- package/components/chat/chat.d.ts +4 -4
- package/components/chat/chat.js +7 -7
- package/components/chat/chat.js.map +1 -1
- package/components/chat/message-attachments.js +5 -5
- package/components/chat/message-attachments.js.map +1 -1
- package/components/chat/themes/attachments.d.ts +1 -1
- package/components/chat/themes/attachments.js.map +1 -1
- package/components/chat/themes/input.d.ts +1 -1
- package/components/chat/themes/input.js.map +1 -1
- package/components/chat/themes/message.d.ts +1 -1
- package/components/chat/themes/message.js.map +1 -1
- package/components/chat/themes/themes.d.ts +1 -1
- package/components/chat/themes/themes.js.map +1 -1
- package/components/chat/types.d.ts +2 -2
- package/components/chat/types.js.map +1 -1
- package/components/chat/utils.d.ts +1 -1
- package/components/chat/utils.js +3 -3
- package/components/chat/utils.js.map +1 -1
- package/components/checkbox/checkbox-base.d.ts +7 -7
- package/components/checkbox/checkbox-base.js +7 -7
- package/components/checkbox/checkbox-base.js.map +1 -1
- package/components/checkbox/checkbox.js +7 -6
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.js +7 -6
- package/components/checkbox/switch.js.map +1 -1
- package/components/checkbox/themes/checkbox-themes.d.ts +1 -1
- package/components/checkbox/themes/checkbox-themes.js.map +1 -1
- package/components/checkbox/themes/switch-themes.d.ts +1 -1
- package/components/checkbox/themes/switch-themes.js.map +1 -1
- package/components/checkbox/validators.d.ts +1 -1
- package/components/checkbox/validators.js +1 -1
- package/components/checkbox/validators.js.map +1 -1
- package/components/chip/chip.d.ts +9 -3
- package/components/chip/chip.js +10 -6
- package/components/chip/chip.js.map +1 -1
- package/components/chip/themes/chip.base.css.js +1 -1
- package/components/chip/themes/chip.base.css.js.map +1 -1
- package/components/chip/themes/dark/chip.bootstrap.css.js +1 -1
- package/components/chip/themes/dark/chip.bootstrap.css.js.map +1 -1
- package/components/chip/themes/dark/chip.fluent.css.js +1 -1
- package/components/chip/themes/dark/chip.fluent.css.js.map +1 -1
- package/components/chip/themes/dark/chip.indigo.css.js +1 -1
- package/components/chip/themes/dark/chip.indigo.css.js.map +1 -1
- package/components/chip/themes/dark/chip.material.css.js +1 -1
- package/components/chip/themes/dark/chip.material.css.js.map +1 -1
- package/components/chip/themes/light/chip.bootstrap.css.js +1 -1
- package/components/chip/themes/light/chip.bootstrap.css.js.map +1 -1
- package/components/chip/themes/light/chip.fluent.css.js +1 -1
- package/components/chip/themes/light/chip.fluent.css.js.map +1 -1
- package/components/chip/themes/light/chip.indigo.css.js +1 -1
- package/components/chip/themes/light/chip.indigo.css.js.map +1 -1
- package/components/chip/themes/light/chip.material.css.js +1 -1
- package/components/chip/themes/light/chip.material.css.js.map +1 -1
- package/components/chip/themes/light/chip.shared.css.js +1 -1
- package/components/chip/themes/light/chip.shared.css.js.map +1 -1
- package/components/chip/themes/shared/chip.bootstrap.css.js +1 -1
- package/components/chip/themes/shared/chip.bootstrap.css.js.map +1 -1
- package/components/chip/themes/shared/chip.common.css.js +1 -1
- package/components/chip/themes/shared/chip.common.css.js.map +1 -1
- package/components/chip/themes/shared/chip.fluent.css.js +1 -1
- package/components/chip/themes/shared/chip.fluent.css.js.map +1 -1
- package/components/chip/themes/shared/chip.indigo.css.js +1 -1
- package/components/chip/themes/shared/chip.indigo.css.js.map +1 -1
- package/components/chip/themes/themes.d.ts +1 -1
- package/components/chip/themes/themes.js.map +1 -1
- package/components/combo/combo-header.js +2 -2
- package/components/combo/combo-header.js.map +1 -1
- package/components/combo/combo-item.d.ts +0 -2
- package/components/combo/combo-item.js +4 -7
- package/components/combo/combo-item.js.map +1 -1
- package/components/combo/combo.d.ts +84 -27
- package/components/combo/combo.js +194 -157
- package/components/combo/combo.js.map +1 -1
- package/components/combo/controllers/data.d.ts +30 -3
- package/components/combo/controllers/data.js +34 -9
- package/components/combo/controllers/data.js.map +1 -1
- package/components/combo/controllers/navigation.d.ts +8 -2
- package/components/combo/controllers/navigation.js +11 -12
- package/components/combo/controllers/navigation.js.map +1 -1
- package/components/combo/operations/filter.d.ts +17 -1
- package/components/combo/operations/filter.js +29 -9
- package/components/combo/operations/filter.js.map +1 -1
- package/components/combo/operations/group.js +1 -1
- package/components/combo/operations/group.js.map +1 -1
- package/components/combo/themes/combo.base.css.js +1 -1
- package/components/combo/themes/combo.base.css.js.map +1 -1
- package/components/combo/themes/themes.d.ts +1 -1
- package/components/combo/themes/themes.js.map +1 -1
- package/components/combo/types.d.ts +8 -4
- package/components/combo/types.js.map +1 -1
- package/components/combo/validators.d.ts +1 -1
- package/components/combo/validators.js.map +1 -1
- package/components/date-picker/date-picker.base.d.ts +294 -0
- package/components/date-picker/date-picker.base.js +480 -0
- package/components/date-picker/date-picker.base.js.map +1 -0
- package/components/date-picker/date-picker.d.ts +53 -174
- package/components/date-picker/date-picker.js +88 -399
- package/components/date-picker/date-picker.js.map +1 -1
- package/components/date-picker/themes/themes.d.ts +1 -1
- package/components/date-picker/themes/themes.js.map +1 -1
- package/components/date-picker/validators.d.ts +1 -1
- package/components/date-picker/validators.js +2 -2
- package/components/date-picker/validators.js.map +1 -1
- package/components/date-range-picker/date-range-input.d.ts +12 -14
- package/components/date-range-picker/date-range-input.js +42 -98
- package/components/date-range-picker/date-range-input.js.map +1 -1
- package/components/date-range-picker/date-range-mask-parser.d.ts +22 -34
- package/components/date-range-picker/date-range-mask-parser.js +38 -69
- package/components/date-range-picker/date-range-mask-parser.js.map +1 -1
- package/components/date-range-picker/date-range-picker.d.ts +97 -191
- package/components/date-range-picker/date-range-picker.js +210 -532
- package/components/date-range-picker/date-range-picker.js.map +1 -1
- package/components/date-range-picker/predefined-ranges-area.d.ts +2 -2
- package/components/date-range-picker/predefined-ranges-area.js +5 -5
- package/components/date-range-picker/predefined-ranges-area.js.map +1 -1
- package/components/date-range-picker/themes/ranges-themes.d.ts +1 -1
- package/components/date-range-picker/themes/ranges-themes.js.map +1 -1
- package/components/date-range-picker/themes/themes.d.ts +1 -1
- package/components/date-range-picker/themes/themes.js.map +1 -1
- package/components/date-range-picker/validators.d.ts +1 -1
- package/components/date-range-picker/validators.js +15 -22
- package/components/date-range-picker/validators.js.map +1 -1
- package/components/date-time-input/date-part.d.ts +18 -1
- package/components/date-time-input/date-part.js +10 -0
- package/components/date-time-input/date-part.js.map +1 -1
- package/components/date-time-input/date-time-input.base.d.ts +72 -25
- package/components/date-time-input/date-time-input.base.js +100 -36
- package/components/date-time-input/date-time-input.base.js.map +1 -1
- package/components/date-time-input/date-time-input.d.ts +13 -23
- package/components/date-time-input/date-time-input.js +45 -65
- package/components/date-time-input/date-time-input.js.map +1 -1
- package/components/date-time-input/datetime-mask-parser.d.ts +45 -109
- package/components/date-time-input/datetime-mask-parser.js +88 -139
- package/components/date-time-input/datetime-mask-parser.js.map +1 -1
- package/components/date-time-input/validators.d.ts +1 -1
- package/components/date-time-input/validators.js +2 -2
- package/components/date-time-input/validators.js.map +1 -1
- package/components/dialog/dialog.d.ts +2 -2
- package/components/dialog/dialog.js +17 -18
- package/components/dialog/dialog.js.map +1 -1
- package/components/dialog/themes/themes.d.ts +1 -1
- package/components/dialog/themes/themes.js.map +1 -1
- package/components/divider/divider.d.ts +2 -1
- package/components/divider/divider.js +3 -3
- package/components/divider/divider.js.map +1 -1
- package/components/divider/themes/themes.d.ts +1 -1
- package/components/divider/themes/themes.js.map +1 -1
- package/components/dropdown/dropdown-group.d.ts +10 -3
- package/components/dropdown/dropdown-group.js +21 -5
- package/components/dropdown/dropdown-group.js.map +1 -1
- package/components/dropdown/dropdown-header.d.ts +2 -2
- package/components/dropdown/dropdown-header.js +7 -2
- package/components/dropdown/dropdown-header.js.map +1 -1
- package/components/dropdown/dropdown-item.d.ts +4 -4
- package/components/dropdown/dropdown-item.js +3 -3
- package/components/dropdown/dropdown-item.js.map +1 -1
- package/components/dropdown/dropdown.d.ts +75 -32
- package/components/dropdown/dropdown.js +189 -110
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/dropdown/themes/container.d.ts +1 -1
- package/components/dropdown/themes/container.js.map +1 -1
- package/components/dropdown/themes/group.d.ts +1 -1
- package/components/dropdown/themes/group.js.map +1 -1
- package/components/dropdown/themes/header.d.ts +1 -1
- package/components/dropdown/themes/header.js.map +1 -1
- package/components/dropdown/themes/item.d.ts +1 -1
- package/components/dropdown/themes/item.js.map +1 -1
- package/components/expansion-panel/expansion-panel.d.ts +14 -5
- package/components/expansion-panel/expansion-panel.js +10 -9
- package/components/expansion-panel/expansion-panel.js.map +1 -1
- package/components/expansion-panel/themes/themes.d.ts +1 -1
- package/components/expansion-panel/themes/themes.js.map +1 -1
- package/components/file-input/file-input.d.ts +20 -12
- package/components/file-input/file-input.js +17 -12
- package/components/file-input/file-input.js.map +1 -1
- package/components/file-input/themes/themes.d.ts +1 -1
- package/components/file-input/themes/themes.js.map +1 -1
- package/components/file-input/validators.d.ts +1 -1
- package/components/file-input/validators.js +1 -1
- package/components/file-input/validators.js.map +1 -1
- package/components/focus-trap/focus-trap.js +3 -2
- package/components/focus-trap/focus-trap.js.map +1 -1
- package/components/highlight/highlight.js +2 -2
- package/components/highlight/highlight.js.map +1 -1
- package/components/highlight/service.d.ts +4 -1
- package/components/highlight/service.js +23 -7
- package/components/highlight/service.js.map +1 -1
- package/components/highlight/themes/themes.d.ts +1 -1
- package/components/highlight/themes/themes.js.map +1 -1
- package/components/icon/icon-references.d.ts +3 -2
- package/components/icon/icon-references.js +103 -491
- package/components/icon/icon-references.js.map +1 -1
- package/components/icon/icon-state.broadcast.d.ts +14 -17
- package/components/icon/icon-state.broadcast.js +19 -20
- package/components/icon/icon-state.broadcast.js.map +1 -1
- package/components/icon/icon.d.ts +12 -24
- package/components/icon/icon.js +36 -28
- package/components/icon/icon.js.map +1 -1
- package/components/icon/icon.registry.d.ts +69 -131
- package/components/icon/icon.registry.js +51 -53
- package/components/icon/icon.registry.js.map +1 -1
- package/components/icon/internal-icons-lib.js +2 -2
- package/components/icon/internal-icons-lib.js.map +1 -1
- package/components/icon/registry/parser.d.ts +15 -3
- package/components/icon/registry/parser.js +36 -11
- package/components/icon/registry/parser.js.map +1 -1
- package/components/icon/registry/types.d.ts +55 -11
- package/components/icon/registry/types.js.map +1 -1
- package/components/icon/themes/icon.base.css.js +1 -1
- package/components/icon/themes/icon.base.css.js.map +1 -1
- package/components/icon/themes/shared/icon.common.css.js +1 -1
- package/components/icon/themes/shared/icon.common.css.js.map +1 -1
- package/components/icon/themes/themes.d.ts +1 -1
- package/components/icon/themes/themes.js.map +1 -1
- package/components/input/input-base.d.ts +10 -25
- package/components/input/input-base.js +14 -23
- package/components/input/input-base.js.map +1 -1
- package/components/input/input.d.ts +15 -12
- package/components/input/input.js +8 -9
- package/components/input/input.js.map +1 -1
- package/components/input/themes/input.base.css.js +1 -1
- package/components/input/themes/input.base.css.js.map +1 -1
- package/components/input/themes/shared/input.bootstrap.css.js +1 -1
- package/components/input/themes/shared/input.bootstrap.css.js.map +1 -1
- package/components/input/themes/shared/input.common.css.js +1 -1
- package/components/input/themes/shared/input.common.css.js.map +1 -1
- package/components/input/themes/shared/input.fluent.css.js +1 -1
- package/components/input/themes/shared/input.fluent.css.js.map +1 -1
- package/components/input/themes/shared/input.indigo.css.js +1 -1
- package/components/input/themes/shared/input.indigo.css.js.map +1 -1
- package/components/input/themes/shared/input.material.css.js +1 -1
- package/components/input/themes/shared/input.material.css.js.map +1 -1
- package/components/input/themes/themes.d.ts +1 -1
- package/components/input/themes/themes.js.map +1 -1
- package/components/input/validators.d.ts +1 -1
- package/components/input/validators.js +1 -1
- package/components/input/validators.js.map +1 -1
- package/components/list/list-header.js +3 -3
- package/components/list/list-header.js.map +1 -1
- package/components/list/list-item.js +3 -3
- package/components/list/list-item.js.map +1 -1
- package/components/list/list.js +3 -3
- package/components/list/list.js.map +1 -1
- package/components/list/themes/container.d.ts +1 -1
- package/components/list/themes/container.js.map +1 -1
- package/components/list/themes/header.d.ts +1 -1
- package/components/list/themes/header.js.map +1 -1
- package/components/list/themes/item.d.ts +1 -1
- package/components/list/themes/item.js.map +1 -1
- package/components/mask-input/mask-history.d.ts +99 -0
- package/components/mask-input/mask-history.js +95 -0
- package/components/mask-input/mask-history.js.map +1 -0
- package/components/mask-input/mask-input.d.ts +14 -9
- package/components/mask-input/mask-input.js +20 -24
- package/components/mask-input/mask-input.js.map +1 -1
- package/components/mask-input/mask-parser.d.ts +20 -2
- package/components/mask-input/mask-parser.js +21 -13
- package/components/mask-input/mask-parser.js.map +1 -1
- package/components/mask-input/validators.d.ts +1 -1
- package/components/mask-input/validators.js +1 -1
- package/components/mask-input/validators.js.map +1 -1
- package/components/nav-drawer/nav-drawer-header-item.d.ts +1 -1
- package/components/nav-drawer/nav-drawer-header-item.js +2 -2
- package/components/nav-drawer/nav-drawer-header-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer-item.d.ts +2 -2
- package/components/nav-drawer/nav-drawer-item.js +4 -4
- package/components/nav-drawer/nav-drawer-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer.d.ts +3 -3
- package/components/nav-drawer/nav-drawer.js +11 -14
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/nav-drawer/themes/container.base.css.js +1 -1
- package/components/nav-drawer/themes/container.base.css.js.map +1 -1
- package/components/nav-drawer/themes/container.d.ts +1 -1
- package/components/nav-drawer/themes/container.js +2 -3
- package/components/nav-drawer/themes/container.js.map +1 -1
- package/components/nav-drawer/themes/dark/container/nav-drawer.shared.css.js +1 -1
- package/components/nav-drawer/themes/dark/container/nav-drawer.shared.css.js.map +1 -1
- package/components/nav-drawer/themes/header-item.d.ts +1 -1
- package/components/nav-drawer/themes/header-item.js.map +1 -1
- package/components/nav-drawer/themes/item.d.ts +1 -1
- package/components/nav-drawer/themes/item.js.map +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.bootstrap.css.js +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.bootstrap.css.js.map +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.js +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.js.map +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.indigo.css.js +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.indigo.css.js.map +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.shared.css.js +1 -1
- package/components/nav-drawer/themes/light/container/nav-drawer.shared.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.bootstrap.css.js +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.bootstrap.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.indigo.css.js +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.indigo.css.js.map +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.material.css.js +1 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.material.css.js.map +1 -1
- package/components/navbar/navbar.js +2 -2
- package/components/navbar/navbar.js.map +1 -1
- package/components/navbar/themes/themes.d.ts +1 -1
- package/components/navbar/themes/themes.js.map +1 -1
- package/components/popover/popover.d.ts +10 -3
- package/components/popover/popover.js +114 -99
- package/components/popover/popover.js.map +1 -1
- package/components/progress/base.d.ts +1 -1
- package/components/progress/base.js +5 -4
- package/components/progress/base.js.map +1 -1
- package/components/progress/circular-gradient.d.ts +2 -2
- package/components/progress/circular-gradient.js +1 -1
- package/components/progress/circular-gradient.js.map +1 -1
- package/components/progress/circular-progress.d.ts +15 -15
- package/components/progress/circular-progress.js +7 -6
- package/components/progress/circular-progress.js.map +1 -1
- package/components/progress/linear-progress.d.ts +12 -12
- package/components/progress/linear-progress.js +4 -4
- package/components/progress/linear-progress.js.map +1 -1
- package/components/progress/themes/circular/circular.progress.base.css.js +1 -1
- package/components/progress/themes/circular/circular.progress.base.css.js.map +1 -1
- package/components/progress/themes/circular/themes.d.ts +1 -1
- package/components/progress/themes/circular/themes.js.map +1 -1
- package/components/progress/themes/linear/linear.progress.base.css.js +1 -1
- package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -1
- package/components/progress/themes/linear/themes.d.ts +1 -1
- package/components/progress/themes/linear/themes.js.map +1 -1
- package/components/qr-code/model/encode.d.ts +20 -0
- package/components/qr-code/model/encode.js +166 -0
- package/components/qr-code/model/encode.js.map +1 -0
- package/components/qr-code/model/error-correction.d.ts +15 -0
- package/components/qr-code/model/error-correction.js +1114 -0
- package/components/qr-code/model/error-correction.js.map +1 -0
- package/components/qr-code/model/mask.d.ts +11 -0
- package/components/qr-code/model/mask.js +161 -0
- package/components/qr-code/model/mask.js.map +1 -0
- package/components/qr-code/model/matrix.d.ts +15 -0
- package/components/qr-code/model/matrix.js +277 -0
- package/components/qr-code/model/matrix.js.map +1 -0
- package/components/qr-code/qr-code.d.ts +134 -0
- package/components/qr-code/qr-code.js +221 -0
- package/components/qr-code/qr-code.js.map +1 -0
- package/components/qr-code/renderer/constants.d.ts +26 -0
- package/components/qr-code/renderer/constants.js +5 -0
- package/components/qr-code/renderer/constants.js.map +1 -0
- package/components/qr-code/renderer/corner.d.ts +23 -0
- package/components/qr-code/renderer/corner.js +25 -0
- package/components/qr-code/renderer/corner.js.map +1 -0
- package/components/qr-code/renderer/dots.d.ts +14 -0
- package/components/qr-code/renderer/dots.js +7 -0
- package/components/qr-code/renderer/dots.js.map +1 -0
- package/components/qr-code/renderer/helpers.d.ts +18 -0
- package/components/qr-code/renderer/helpers.js +158 -0
- package/components/qr-code/renderer/helpers.js.map +1 -0
- package/components/qr-code/renderer/image.d.ts +23 -0
- package/components/qr-code/renderer/image.js +29 -0
- package/components/qr-code/renderer/image.js.map +1 -0
- package/components/qr-code/themes/dark/qr-code.bootstrap.css.js +3 -0
- package/components/qr-code/themes/dark/qr-code.bootstrap.css.js.map +1 -0
- package/components/qr-code/themes/dark/qr-code.fluent.css.d.ts +1 -0
- package/components/qr-code/themes/dark/qr-code.fluent.css.js +3 -0
- package/components/qr-code/themes/dark/qr-code.fluent.css.js.map +1 -0
- package/components/qr-code/themes/dark/qr-code.indigo.css.d.ts +1 -0
- package/components/qr-code/themes/dark/qr-code.indigo.css.js +3 -0
- package/components/qr-code/themes/dark/qr-code.indigo.css.js.map +1 -0
- package/components/qr-code/themes/dark/qr-code.material.css.d.ts +1 -0
- package/components/qr-code/themes/dark/qr-code.material.css.js +3 -0
- package/components/qr-code/themes/dark/qr-code.material.css.js.map +1 -0
- package/components/qr-code/themes/light/qr-code.bootstrap.css.d.ts +1 -0
- package/components/qr-code/themes/light/qr-code.bootstrap.css.js +3 -0
- package/components/qr-code/themes/light/qr-code.bootstrap.css.js.map +1 -0
- package/components/qr-code/themes/light/qr-code.fluent.css.d.ts +1 -0
- package/components/qr-code/themes/light/qr-code.fluent.css.js +3 -0
- package/components/qr-code/themes/light/qr-code.fluent.css.js.map +1 -0
- package/components/qr-code/themes/light/qr-code.indigo.css.d.ts +1 -0
- package/components/qr-code/themes/light/qr-code.indigo.css.js +3 -0
- package/components/qr-code/themes/light/qr-code.indigo.css.js.map +1 -0
- package/components/qr-code/themes/light/qr-code.material.css.d.ts +1 -0
- package/components/qr-code/themes/light/qr-code.material.css.js +3 -0
- package/components/qr-code/themes/light/qr-code.material.css.js.map +1 -0
- package/components/qr-code/themes/light/qr-code.shared.css.d.ts +1 -0
- package/components/qr-code/themes/light/qr-code.shared.css.js +3 -0
- package/components/qr-code/themes/light/qr-code.shared.css.js.map +1 -0
- package/components/qr-code/themes/qr-code.base.css.d.ts +1 -0
- package/components/qr-code/themes/qr-code.base.css.js +3 -0
- package/components/qr-code/themes/qr-code.base.css.js.map +1 -0
- package/components/qr-code/themes/shared/qr-code.common.css.d.ts +1 -0
- package/components/qr-code/themes/shared/qr-code.common.css.js +3 -0
- package/components/qr-code/themes/shared/qr-code.common.css.js.map +1 -0
- package/components/qr-code/themes/themes.d.ts +2 -0
- package/components/qr-code/themes/themes.js +46 -0
- package/components/qr-code/themes/themes.js.map +1 -0
- package/components/qr-code/types.d.ts +16 -0
- package/components/qr-code/types.js +2 -0
- package/components/qr-code/types.js.map +1 -0
- package/components/radio/controller.d.ts +35 -0
- package/components/radio/controller.js +100 -0
- package/components/radio/controller.js.map +1 -0
- package/components/radio/radio.d.ts +26 -14
- package/components/radio/radio.js +47 -36
- package/components/radio/radio.js.map +1 -1
- package/components/radio/themes/themes.d.ts +1 -1
- package/components/radio/themes/themes.js.map +1 -1
- package/components/radio/validators.d.ts +1 -1
- package/components/radio/validators.js +5 -3
- package/components/radio/validators.js.map +1 -1
- package/components/radio-group/radio-group.d.ts +19 -10
- package/components/radio-group/radio-group.js +50 -41
- package/components/radio-group/radio-group.js.map +1 -1
- package/components/radio-group/themes/themes.d.ts +1 -1
- package/components/radio-group/themes/themes.js.map +1 -1
- package/components/rating/rating-symbol.d.ts +1 -1
- package/components/rating/rating-symbol.js +1 -1
- package/components/rating/rating-symbol.js.map +1 -1
- package/components/rating/rating.d.ts +6 -6
- package/components/rating/rating.js +12 -9
- package/components/rating/rating.js.map +1 -1
- package/components/rating/themes/themes.d.ts +1 -1
- package/components/rating/themes/themes.js.map +1 -1
- package/components/resize-container/resize-container.d.ts +4 -4
- package/components/resize-container/resize-container.js +4 -4
- package/components/resize-container/resize-container.js.map +1 -1
- package/components/resize-container/resize-controller.js +2 -2
- package/components/resize-container/resize-controller.js.map +1 -1
- package/components/resize-container/themes/themes.d.ts +1 -1
- package/components/resize-container/themes/themes.js.map +1 -1
- package/components/ripple/ripple.d.ts +1 -1
- package/components/ripple/ripple.js +3 -2
- package/components/ripple/ripple.js.map +1 -1
- package/components/select/select-group.d.ts +9 -2
- package/components/select/select-group.js +21 -5
- package/components/select/select-group.js.map +1 -1
- package/components/select/select-header.d.ts +1 -1
- package/components/select/select-header.js +7 -2
- package/components/select/select-header.js.map +1 -1
- package/components/select/select-item.d.ts +4 -4
- package/components/select/select-item.js +3 -3
- package/components/select/select-item.js.map +1 -1
- package/components/select/select.d.ts +48 -27
- package/components/select/select.js +128 -74
- package/components/select/select.js.map +1 -1
- package/components/select/themes/select.base.css.js +1 -1
- package/components/select/themes/select.base.css.js.map +1 -1
- package/components/select/themes/themes.d.ts +1 -1
- package/components/select/themes/themes.js.map +1 -1
- package/components/select/validators.d.ts +1 -1
- package/components/select/validators.js +1 -1
- package/components/select/validators.js.map +1 -1
- package/components/slider/range-slider.d.ts +2 -2
- package/components/slider/range-slider.js +3 -3
- package/components/slider/range-slider.js.map +1 -1
- package/components/slider/slider-base.js +9 -5
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/slider-label.js +1 -1
- package/components/slider/slider-label.js.map +1 -1
- package/components/slider/slider.d.ts +3 -3
- package/components/slider/slider.js +6 -6
- package/components/slider/slider.js.map +1 -1
- package/components/slider/themes/themes.d.ts +1 -1
- package/components/slider/themes/themes.js.map +1 -1
- package/components/snackbar/snackbar.d.ts +3 -3
- package/components/snackbar/snackbar.js +4 -4
- package/components/snackbar/snackbar.js.map +1 -1
- package/components/snackbar/themes/themes.d.ts +1 -1
- package/components/snackbar/themes/themes.js.map +1 -1
- package/components/splitter/splitter.d.ts +106 -23
- package/components/splitter/splitter.js +234 -147
- package/components/splitter/splitter.js.map +1 -1
- package/components/splitter/themes/themes.d.ts +1 -1
- package/components/splitter/themes/themes.js.map +1 -1
- package/components/splitter/types.d.ts +14 -3
- package/components/splitter/types.js.map +1 -1
- package/components/stepper/common/animations.d.ts +1 -1
- package/components/stepper/common/animations.js +2 -2
- package/components/stepper/common/animations.js.map +1 -1
- package/components/stepper/step.d.ts +1 -1
- package/components/stepper/step.js +7 -7
- package/components/stepper/step.js.map +1 -1
- package/components/stepper/stepper.d.ts +5 -5
- package/components/stepper/stepper.js +12 -9
- package/components/stepper/stepper.js.map +1 -1
- package/components/stepper/themes/step/themes.d.ts +1 -1
- package/components/stepper/themes/step/themes.js.map +1 -1
- package/components/tabs/tab-dom.d.ts +31 -28
- package/components/tabs/tab-dom.js +84 -34
- package/components/tabs/tab-dom.js.map +1 -1
- package/components/tabs/tab.d.ts +24 -6
- package/components/tabs/tab.js +34 -13
- package/components/tabs/tab.js.map +1 -1
- package/components/tabs/tabs.d.ts +36 -22
- package/components/tabs/tabs.js +113 -102
- package/components/tabs/tabs.js.map +1 -1
- package/components/tabs/themes/shared/tabs/tabs.indigo.css.js +1 -1
- package/components/tabs/themes/shared/tabs/tabs.indigo.css.js.map +1 -1
- package/components/tabs/themes/tab-themes.d.ts +1 -1
- package/components/tabs/themes/tab-themes.js.map +1 -1
- package/components/tabs/themes/tabs-themes.d.ts +1 -1
- package/components/tabs/themes/tabs-themes.js.map +1 -1
- package/components/tabs/themes/tabs.base.css.js +1 -1
- package/components/tabs/themes/tabs.base.css.js.map +1 -1
- package/components/textarea/textarea.d.ts +19 -14
- package/components/textarea/textarea.js +22 -17
- package/components/textarea/textarea.js.map +1 -1
- package/components/textarea/themes/themes.d.ts +1 -1
- package/components/textarea/themes/themes.js.map +1 -1
- package/components/textarea/validators.d.ts +1 -1
- package/components/textarea/validators.js +1 -1
- package/components/textarea/validators.js.map +1 -1
- package/components/theme-provider/theme-provider.d.ts +1 -1
- package/components/theme-provider/theme-provider.js +2 -2
- package/components/theme-provider/theme-provider.js.map +1 -1
- package/components/tile-manager/position.d.ts +1 -1
- package/components/tile-manager/position.js +2 -2
- package/components/tile-manager/position.js.map +1 -1
- package/components/tile-manager/resize-state.js +4 -3
- package/components/tile-manager/resize-state.js.map +1 -1
- package/components/tile-manager/themes/container.d.ts +1 -1
- package/components/tile-manager/themes/container.js.map +1 -1
- package/components/tile-manager/themes/tile.d.ts +1 -1
- package/components/tile-manager/themes/tile.js.map +1 -1
- package/components/tile-manager/tile-ghost-util.js +1 -1
- package/components/tile-manager/tile-ghost-util.js.map +1 -1
- package/components/tile-manager/tile-manager.d.ts +1 -1
- package/components/tile-manager/tile-manager.js +7 -7
- package/components/tile-manager/tile-manager.js.map +1 -1
- package/components/tile-manager/tile.d.ts +4 -4
- package/components/tile-manager/tile.js +16 -13
- package/components/tile-manager/tile.js.map +1 -1
- package/components/toast/themes/themes.d.ts +1 -1
- package/components/toast/themes/themes.js.map +1 -1
- package/components/toast/toast.d.ts +1 -1
- package/components/toast/toast.js +3 -3
- package/components/toast/toast.js.map +1 -1
- package/components/tooltip/controller.d.ts +18 -16
- package/components/tooltip/controller.js +62 -41
- package/components/tooltip/controller.js.map +1 -1
- package/components/tooltip/service.d.ts +2 -1
- package/components/tooltip/service.js +10 -15
- package/components/tooltip/service.js.map +1 -1
- package/components/tooltip/themes/shared/tooltip.common.css.js +1 -1
- package/components/tooltip/themes/shared/tooltip.common.css.js.map +1 -1
- package/components/tooltip/themes/shared/tooltip.indigo.css.js +1 -1
- package/components/tooltip/themes/shared/tooltip.indigo.css.js.map +1 -1
- package/components/tooltip/themes/themes.d.ts +1 -1
- package/components/tooltip/themes/themes.js.map +1 -1
- package/components/tooltip/themes/tooltip.base.css.js +1 -1
- package/components/tooltip/themes/tooltip.base.css.js.map +1 -1
- package/components/tooltip/tooltip.d.ts +64 -18
- package/components/tooltip/tooltip.js +110 -60
- package/components/tooltip/tooltip.js.map +1 -1
- package/components/tree/themes/container.base.css.js +1 -1
- package/components/tree/themes/container.base.css.js.map +1 -1
- package/components/tree/themes/container.d.ts +1 -1
- package/components/tree/themes/container.js.map +1 -1
- package/components/tree/themes/item.base.css.js +1 -1
- package/components/tree/themes/item.base.css.js.map +1 -1
- package/components/tree/themes/item.d.ts +1 -1
- package/components/tree/themes/item.js.map +1 -1
- package/components/tree/tree-item.d.ts +62 -36
- package/components/tree/tree-item.js +198 -208
- package/components/tree/tree-item.js.map +1 -1
- package/components/tree/tree.common.d.ts +16 -1
- package/components/tree/tree.common.js +40 -1
- package/components/tree/tree.common.js.map +1 -1
- package/components/tree/tree.d.ts +21 -14
- package/components/tree/tree.js +64 -72
- package/components/tree/tree.js.map +1 -1
- package/components/tree/tree.navigation.d.ts +39 -29
- package/components/tree/tree.navigation.js +140 -192
- package/components/tree/tree.navigation.js.map +1 -1
- package/components/tree/tree.selection.d.ts +32 -31
- package/components/tree/tree.selection.js +184 -178
- package/components/tree/tree.selection.js.map +1 -1
- package/components/types.js.map +1 -1
- package/components/validation-container/validation-container.d.ts +1 -1
- package/components/validation-container/validation-container.js +7 -6
- package/components/validation-container/validation-container.js.map +1 -1
- package/components/virtualization/engine.d.ts +92 -0
- package/components/virtualization/engine.js +217 -0
- package/components/virtualization/engine.js.map +1 -0
- package/components/virtualization/types.d.ts +53 -0
- package/components/virtualization/types.js +14 -0
- package/components/virtualization/types.js.map +1 -0
- package/components/virtualization/virtualization.d.ts +235 -0
- package/components/virtualization/virtualization.js +474 -0
- package/components/virtualization/virtualization.js.map +1 -0
- package/components/visually-hidden/visually-hidden.js +1 -1
- package/components/visually-hidden/visually-hidden.js.map +1 -1
- package/custom-elements.json +57745 -48130
- package/extras/chat-markdown-renderer.d.ts +1 -1
- package/extras/chat-markdown-renderer.js.map +1 -1
- package/igniteui-webcomponents.css-data.json +2 -2
- package/igniteui-webcomponents.html-data.json +1 -1
- package/index.d.ts +17 -12
- package/index.js +11 -9
- package/index.js.map +1 -1
- package/internals/abort-handler.js.map +1 -0
- package/internals/context.d.ts +39 -0
- package/{components/common → internals}/context.js +2 -1
- package/internals/context.js.map +1 -0
- package/internals/controllers/adopt-styles.d.ts +76 -0
- package/internals/controllers/adopt-styles.js +173 -0
- package/internals/controllers/adopt-styles.js.map +1 -0
- package/internals/controllers/aria-projection.d.ts +144 -0
- package/internals/controllers/aria-projection.js +138 -0
- package/internals/controllers/aria-projection.js.map +1 -0
- package/{components/common → internals}/controllers/async-consumer.js +8 -7
- package/internals/controllers/async-consumer.js.map +1 -0
- package/internals/controllers/command.js.map +1 -0
- package/{components/common → internals}/controllers/drag.js +3 -2
- package/internals/controllers/drag.js.map +1 -0
- package/{components/common → internals}/controllers/focus-ring.js +5 -2
- package/internals/controllers/focus-ring.js.map +1 -0
- package/{components/common → internals}/controllers/fullscreen.js +6 -3
- package/internals/controllers/fullscreen.js.map +1 -0
- package/{components/common → internals}/controllers/gestures.d.ts +1 -1
- package/{components/common → internals}/controllers/gestures.js +4 -4
- package/internals/controllers/gestures.js.map +1 -0
- package/{components/common → internals}/controllers/id-resolver.js +15 -21
- package/internals/controllers/id-resolver.js.map +1 -0
- package/{components/common → internals}/controllers/internals.d.ts +39 -3
- package/{components/common → internals}/controllers/internals.js +28 -0
- package/internals/controllers/internals.js.map +1 -0
- package/{components/common → internals}/controllers/key-bindings.d.ts +3 -6
- package/{components/common → internals}/controllers/key-bindings.js +43 -29
- package/internals/controllers/key-bindings.js.map +1 -0
- package/{components/common → internals}/controllers/mutation-observer.d.ts +3 -2
- package/{components/common → internals}/controllers/mutation-observer.js +24 -22
- package/internals/controllers/mutation-observer.js.map +1 -0
- package/{components/common → internals}/controllers/resize-observer.d.ts +11 -1
- package/{components/common → internals}/controllers/resize-observer.js +13 -2
- package/internals/controllers/resize-observer.js.map +1 -0
- package/{components/common → internals}/controllers/root-click.js +8 -13
- package/internals/controllers/root-click.js.map +1 -0
- package/{components/common → internals}/controllers/root-scroll.d.ts +11 -8
- package/internals/controllers/root-scroll.js +71 -0
- package/internals/controllers/root-scroll.js.map +1 -0
- package/{components/common → internals}/controllers/slot.d.ts +17 -1
- package/{components/common → internals}/controllers/slot.js +18 -6
- package/internals/controllers/slot.js.map +1 -0
- package/internals/date/compare.d.ts +2 -0
- package/internals/date/compare.js +23 -0
- package/internals/date/compare.js.map +1 -0
- package/internals/date/converters.d.ts +18 -0
- package/internals/date/converters.js +73 -0
- package/internals/date/converters.js.map +1 -0
- package/{components/calendar → internals/date}/model.d.ts +6 -3
- package/{components/calendar → internals/date}/model.js +23 -0
- package/internals/date/model.js.map +1 -0
- package/internals/decorators/blazorAdditionalDependencies.js.map +1 -0
- package/internals/decorators/blazorDeepImport.js.map +1 -0
- package/internals/decorators/blazorInclude.js.map +1 -0
- package/internals/decorators/blazorIndirectRender.js.map +1 -0
- package/internals/decorators/blazorSuppressComponent.js.map +1 -0
- package/internals/decorators/shadow-options.js.map +1 -0
- package/internals/decorators/watch.js.map +1 -0
- package/internals/definitions/defineAllComponents.js +153 -0
- package/internals/definitions/defineAllComponents.js.map +1 -0
- package/internals/definitions/defineComponents.js.map +1 -0
- package/internals/definitions/register.js.map +1 -0
- package/{components/common → internals}/i18n/EN/calendar.resources.js +1 -1
- package/internals/i18n/EN/calendar.resources.js.map +1 -0
- package/internals/i18n/EN/chat.resources.js.map +1 -0
- package/internals/i18n/EN/date-picker.resources.js.map +1 -0
- package/internals/i18n/EN/date-range-picker.resources.js.map +1 -0
- package/internals/i18n/i18n-controller.js.map +1 -0
- package/{components/common → internals}/i18n/utils.js +1 -1
- package/internals/i18n/utils.js.map +1 -0
- package/{components/common → internals}/mixins/alert.d.ts +2 -2
- package/{components/common → internals}/mixins/alert.js +3 -3
- package/internals/mixins/alert.js.map +1 -0
- package/{components/common → internals}/mixins/combo-box.d.ts +10 -2
- package/{components/common → internals}/mixins/combo-box.js +9 -4
- package/internals/mixins/combo-box.js.map +1 -0
- package/internals/mixins/constructor.js.map +1 -0
- package/internals/mixins/event-emitter.js.map +1 -0
- package/{components/common → internals}/mixins/forms/associated-required.js +10 -19
- package/internals/mixins/forms/associated-required.js.map +1 -0
- package/{components/common → internals}/mixins/forms/associated.js +45 -38
- package/internals/mixins/forms/associated.js.map +1 -0
- package/{components/common → internals}/mixins/forms/form-transformers.d.ts +1 -1
- package/{components/common → internals}/mixins/forms/form-transformers.js +2 -2
- package/internals/mixins/forms/form-transformers.js.map +1 -0
- package/internals/mixins/forms/form-value.js.map +1 -0
- package/{components/common → internals}/mixins/forms/types.d.ts +5 -6
- package/internals/mixins/forms/types.js.map +1 -0
- package/{components/common → internals}/mixins/mask-behavior.d.ts +11 -3
- package/{components/common → internals}/mixins/mask-behavior.js +117 -29
- package/internals/mixins/mask-behavior.js.map +1 -0
- package/{components/common → internals}/mixins/option.d.ts +0 -2
- package/{components/common → internals}/mixins/option.js +1 -4
- package/internals/mixins/option.js.map +1 -0
- package/internals/part-map.js.map +1 -0
- package/{components/common → internals}/templates/input-shell.d.ts +8 -1
- package/{components/common → internals}/templates/input-shell.js +14 -4
- package/internals/templates/input-shell.js.map +1 -0
- package/{components/common → internals}/templates/masked-input.d.ts +8 -4
- package/{components/common → internals}/templates/masked-input.js +4 -3
- package/internals/templates/masked-input.js.map +1 -0
- package/internals/utils/arrays.d.ts +53 -0
- package/internals/utils/arrays.js +31 -0
- package/internals/utils/arrays.js.map +1 -0
- package/internals/utils/dom.d.ts +92 -0
- package/internals/utils/dom.js +143 -0
- package/internals/utils/dom.js.map +1 -0
- package/internals/utils/events.d.ts +41 -0
- package/internals/utils/events.js +37 -0
- package/internals/utils/events.js.map +1 -0
- package/internals/utils/lit.d.ts +8 -0
- package/internals/utils/lit.js +15 -0
- package/internals/utils/lit.js.map +1 -0
- package/internals/utils/math.d.ts +50 -0
- package/internals/utils/math.js +38 -0
- package/internals/utils/math.js.map +1 -0
- package/internals/utils/objects.d.ts +25 -0
- package/internals/utils/objects.js +125 -0
- package/internals/utils/objects.js.map +1 -0
- package/internals/utils/strings.d.ts +44 -0
- package/internals/utils/strings.js +46 -0
- package/internals/utils/strings.js.map +1 -0
- package/internals/utils/types.d.ts +13 -0
- package/internals/utils/types.js +31 -0
- package/internals/utils/types.js.map +1 -0
- package/{components/common → internals}/validators.d.ts +1 -1
- package/{components/common → internals}/validators.js +4 -2
- package/internals/validators.js.map +1 -0
- package/package.json +15 -7
- package/themes/dark/bootstrap.css +1 -1
- package/themes/dark/fluent.css +1 -1
- package/themes/dark/indigo.css +1 -1
- package/themes/dark/material.css +1 -1
- package/themes/light/bootstrap.css +1 -1
- package/themes/light/fluent.css +1 -1
- package/themes/light/indigo.css +1 -1
- package/themes/light/material.css +1 -1
- package/theming/theming-controller.d.ts +2 -2
- package/theming/theming-controller.js.map +1 -1
- package/web-types.json +3 -3
- package/components/calendar/model.js.map +0 -1
- package/components/combo/combo-list.d.ts +0 -11
- package/components/combo/combo-list.js +0 -13
- package/components/combo/combo-list.js.map +0 -1
- package/components/common/abort-handler.js.map +0 -1
- package/components/common/context.d.ts +0 -25
- package/components/common/context.js.map +0 -1
- package/components/common/controllers/adopt-styles.d.ts +0 -124
- package/components/common/controllers/adopt-styles.js +0 -75
- package/components/common/controllers/adopt-styles.js.map +0 -1
- package/components/common/controllers/async-consumer.js.map +0 -1
- package/components/common/controllers/command.js.map +0 -1
- package/components/common/controllers/drag.js.map +0 -1
- package/components/common/controllers/focus-ring.js.map +0 -1
- package/components/common/controllers/fullscreen.js.map +0 -1
- package/components/common/controllers/gestures.js.map +0 -1
- package/components/common/controllers/id-resolver.js.map +0 -1
- package/components/common/controllers/internals.js.map +0 -1
- package/components/common/controllers/key-bindings.js.map +0 -1
- package/components/common/controllers/mutation-observer.js.map +0 -1
- package/components/common/controllers/resize-observer.js.map +0 -1
- package/components/common/controllers/root-click.js.map +0 -1
- package/components/common/controllers/root-scroll.js +0 -63
- package/components/common/controllers/root-scroll.js.map +0 -1
- package/components/common/controllers/slot.js.map +0 -1
- package/components/common/decorators/blazorAdditionalDependencies.js.map +0 -1
- package/components/common/decorators/blazorDeepImport.js.map +0 -1
- package/components/common/decorators/blazorInclude.js.map +0 -1
- package/components/common/decorators/blazorIndirectRender.js.map +0 -1
- package/components/common/decorators/blazorSuppressComponent.js.map +0 -1
- package/components/common/decorators/shadow-options.js.map +0 -1
- package/components/common/decorators/watch.js.map +0 -1
- package/components/common/definitions/defineAllComponents.js +0 -151
- package/components/common/definitions/defineAllComponents.js.map +0 -1
- package/components/common/definitions/defineComponents.js.map +0 -1
- package/components/common/definitions/register.js.map +0 -1
- package/components/common/i18n/EN/calendar.resources.js.map +0 -1
- package/components/common/i18n/EN/chat.resources.js.map +0 -1
- package/components/common/i18n/EN/date-picker.resources.js.map +0 -1
- package/components/common/i18n/EN/date-range-picker.resources.js.map +0 -1
- package/components/common/i18n/i18n-controller.js.map +0 -1
- package/components/common/i18n/utils.js.map +0 -1
- package/components/common/mixins/alert.js.map +0 -1
- package/components/common/mixins/combo-box.js.map +0 -1
- package/components/common/mixins/constructor.js.map +0 -1
- package/components/common/mixins/event-emitter.js.map +0 -1
- package/components/common/mixins/forms/associated-required.js.map +0 -1
- package/components/common/mixins/forms/associated.js.map +0 -1
- package/components/common/mixins/forms/form-transformers.js.map +0 -1
- package/components/common/mixins/forms/form-value.js.map +0 -1
- package/components/common/mixins/forms/types.js.map +0 -1
- package/components/common/mixins/mask-behavior.js.map +0 -1
- package/components/common/mixins/option.js.map +0 -1
- package/components/common/part-map.js.map +0 -1
- package/components/common/templates/input-shell.js.map +0 -1
- package/components/common/templates/masked-input.js.map +0 -1
- package/components/common/util.d.ts +0 -196
- package/components/common/util.js +0 -390
- package/components/common/util.js.map +0 -1
- package/components/common/validators.js.map +0 -1
- package/components/icon/registry/default-map.d.ts +0 -107
- package/components/icon/registry/default-map.js +0 -25
- package/components/icon/registry/default-map.js.map +0 -1
- package/components/nav-drawer/themes/shared/container/nav-drawer.fluent.css.js +0 -3
- package/components/nav-drawer/themes/shared/container/nav-drawer.fluent.css.js.map +0 -1
- package/components/radio/utils.d.ts +0 -13
- package/components/radio/utils.js +0 -37
- package/components/radio/utils.js.map +0 -1
- /package/components/{nav-drawer/themes/shared/container/nav-drawer.fluent.css.d.ts → qr-code/themes/dark/qr-code.bootstrap.css.d.ts} +0 -0
- /package/{components/common → internals}/abort-handler.d.ts +0 -0
- /package/{components/common → internals}/abort-handler.js +0 -0
- /package/{components/common → internals}/controllers/async-consumer.d.ts +0 -0
- /package/{components/common → internals}/controllers/command.d.ts +0 -0
- /package/{components/common → internals}/controllers/command.js +0 -0
- /package/{components/common → internals}/controllers/drag.d.ts +0 -0
- /package/{components/common → internals}/controllers/focus-ring.d.ts +0 -0
- /package/{components/common → internals}/controllers/fullscreen.d.ts +0 -0
- /package/{components/common → internals}/controllers/id-resolver.d.ts +0 -0
- /package/{components/common → internals}/controllers/root-click.d.ts +0 -0
- /package/{components/common → internals}/decorators/blazorAdditionalDependencies.d.ts +0 -0
- /package/{components/common → internals}/decorators/blazorAdditionalDependencies.js +0 -0
- /package/{components/common → internals}/decorators/blazorDeepImport.d.ts +0 -0
- /package/{components/common → internals}/decorators/blazorDeepImport.js +0 -0
- /package/{components/common → internals}/decorators/blazorInclude.d.ts +0 -0
- /package/{components/common → internals}/decorators/blazorInclude.js +0 -0
- /package/{components/common → internals}/decorators/blazorIndirectRender.d.ts +0 -0
- /package/{components/common → internals}/decorators/blazorIndirectRender.js +0 -0
- /package/{components/common → internals}/decorators/blazorSuppressComponent.d.ts +0 -0
- /package/{components/common → internals}/decorators/blazorSuppressComponent.js +0 -0
- /package/{components/common → internals}/decorators/shadow-options.d.ts +0 -0
- /package/{components/common → internals}/decorators/shadow-options.js +0 -0
- /package/{components/common → internals}/decorators/watch.d.ts +0 -0
- /package/{components/common → internals}/decorators/watch.js +0 -0
- /package/{components/common → internals}/definitions/defineAllComponents.d.ts +0 -0
- /package/{components/common → internals}/definitions/defineComponents.d.ts +0 -0
- /package/{components/common → internals}/definitions/defineComponents.js +0 -0
- /package/{components/common → internals}/definitions/register.d.ts +0 -0
- /package/{components/common → internals}/definitions/register.js +0 -0
- /package/{components/common → internals}/i18n/EN/calendar.resources.d.ts +0 -0
- /package/{components/common → internals}/i18n/EN/chat.resources.d.ts +0 -0
- /package/{components/common → internals}/i18n/EN/chat.resources.js +0 -0
- /package/{components/common → internals}/i18n/EN/date-picker.resources.d.ts +0 -0
- /package/{components/common → internals}/i18n/EN/date-picker.resources.js +0 -0
- /package/{components/common → internals}/i18n/EN/date-range-picker.resources.d.ts +0 -0
- /package/{components/common → internals}/i18n/EN/date-range-picker.resources.js +0 -0
- /package/{components/common → internals}/i18n/i18n-controller.d.ts +0 -0
- /package/{components/common → internals}/i18n/i18n-controller.js +0 -0
- /package/{components/common → internals}/i18n/utils.d.ts +0 -0
- /package/{components/common → internals}/mixins/constructor.d.ts +0 -0
- /package/{components/common → internals}/mixins/constructor.js +0 -0
- /package/{components/common → internals}/mixins/event-emitter.d.ts +0 -0
- /package/{components/common → internals}/mixins/event-emitter.js +0 -0
- /package/{components/common → internals}/mixins/forms/associated-required.d.ts +0 -0
- /package/{components/common → internals}/mixins/forms/associated.d.ts +0 -0
- /package/{components/common → internals}/mixins/forms/form-value.d.ts +0 -0
- /package/{components/common → internals}/mixins/forms/form-value.js +0 -0
- /package/{components/common → internals}/mixins/forms/types.js +0 -0
- /package/{components/common → internals}/part-map.d.ts +0 -0
- /package/{components/common → internals}/part-map.js +0 -0
|
@@ -77,7 +77,7 @@ export interface MarkdownRenderer {
|
|
|
77
77
|
*/
|
|
78
78
|
export declare function setupMarkdownRenderer(options?: MarkdownRendererOptions): Promise<MarkdownRenderer>;
|
|
79
79
|
/**
|
|
80
|
-
* Creates a markdown renderer specifically for
|
|
80
|
+
* Creates a markdown renderer specifically for chat messages.
|
|
81
81
|
* This function wraps the renderer to work with IgcChatMessage objects
|
|
82
82
|
* and returns Lit's unsafeHTML directive for rendering.
|
|
83
83
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat-markdown-renderer.js","sourceRoot":"","sources":["../../src/extras/chat-markdown-renderer.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAChC,OAAO,WAAW,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAGpE,MAAM,iBAAiB,GAAG,CAAC,YAAY,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,CAAC,CAAC;AACtE,MAAM,aAAa,GAAG;IACpB,KAAK,EAAE,cAAc;IACrB,IAAI,EAAE,aAAa;CACpB,CAAC;AAiFF,MAAM,CAAC,KAAK,UAAU,qBAAqB,CACzC,OAAiC;IAEjC,MAAM,SAAS,GAAG,OAAO,EAAE,SAAS,IAAI,SAAS,CAAC,QAAQ,CAAC;IAG3D,MAAM,KAAK,GACT,OAAO,OAAO,EAAE,KAAK,KAAK,QAAQ;QAChC,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,KAAK,EAAE,IAAI,EAAE,OAAO,CAAC,KAAK,EAAE;QAC/C,CAAC,CAAC,CAAC,OAAO,EAAE,KAAK,IAAI,aAAa,CAAC,CAAC;IAGxC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC;QAC1B,MAAM,EAAE,IAAI;QACZ,GAAG,EAAE,IAAI;QACT,UAAU,EAAE;YACV;gBACE,IAAI,EAAE,MAAM;gBACZ,QAAQ,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE;oBAC5B,OAAO,YAAY,IAAI,+CAA+C,KAAK,CAAC,CAAC,CAAC,UAAU,KAAK,GAAG,CAAC,CAAC,CAAC,EAAE,IAAI,IAAI,MAAM,CAAC;gBACtH,CAAC;aACF;SACF;KACF,CAAC,CAAC;IAGH,IAAI,CAAC,OAAO,EAAE,aAAa,EAAE,CAAC;QAC5B,MAAM,KAAK,GAAG,OAAO,EAAE,SAAS,IAAI,iBAAiB,CAAC;QACtD,MAAM,iBAAiB,GAAG,OAAO,EAAE,iBAAiB,IAAI;YACtD,SAAS,EAAE,qBAAqB;YAChC,SAAS,EAAE,wBAAwB;YACnC,SAAS,EAAE,mBAAmB;YAC9B,SAAS,EAAE,kBAAkB;YAC7B,SAAS,EAAE,mBAAmB;YAC9B,SAAS,EAAE,oBAAoB;YAC/B,SAAS,EAAE,qBAAqB;SACjC,CAAC;QAEF,MAAM,WAAW,GAAG,MAAM,iBAAiB,CAAC;YAC1C,KAAK;YACL,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,aAAa,CAAC;SACnC,CAAC,CAAC;QAEH,QAAQ,CAAC,GAAG,CACV,WAAW,CAAC;YACV,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC;gBACrB,IAAI,CAAC;oBACH,OAAO,WAAW,CAAC,UAAU,CAAC,IAAI,EAAE;wBAClC,IAAI;wBACJ,MAAM,EAAE,KAAK;wBACb,iBAAiB,EAAE;4BACjB,cAAc,EAAE;gCACd,GAAG,iBAAiB;gCACpB,MAAM,EAAE,iBAAiB;gCACzB,SAAS,EAAE,iBAAiB;6BAC7B;4BACD,aAAa,EAAE;gCACb,GAAG,iBAAiB;gCACpB,SAAS,EAAE,iBAAiB;gCAC5B,SAAS,EAAE,iBAAiB;6BAC7B;yBACF;wBACD,YAAY,EAAE,cAAc;qBAC7B,CAAC,CAAC;gBACL,CAAC;gBAAC,MAAM,CAAC;oBACP,OAAO,cAAc,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC;gBACtD,CAAC;YACH,CAAC;SACF,CAAC,CACH,CAAC;IACJ,CAAC;IAED,OAAO;QACL,KAAK,CAAC,KAAK,CAAC,IAAY;YACtB,MAAM,MAAM,GAAG,MAAM,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;YAC1C,OAAO,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC;QACnC,CAAC;QACD,IAAI,MAAM;YACR,OAAO,QAAQ,CAAC;QAClB,CAAC;KACF,CAAC;AACJ,CAAC;AAiBD,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAC1C,OAAiC;IAEjC,MAAM,QAAQ,GAAG,MAAM,qBAAqB,CAAC,OAAO,CAAC,CAAC;IAEtD,OAAO,KAAK,EAAE,OAAuB,EAAoB,EAAE;QACzD,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,MAAM,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAC5E,CAAC,CAAC;AACJ,CAAC","sourcesContent":["import DOMPurify from 'dompurify';\nimport { unsafeHTML } from 'lit/directives/unsafe-html.js';\nimport { Marked } from 'marked';\nimport markedShiki from 'marked-shiki';\nimport { bundledThemes, createHighlighter } from 'shiki/bundle/web';\nimport type { IgcChatMessage } from '../components/chat/types.js';\n\nconst DEFAULT_LANGUAGES = ['javascript', 'typescript', 'html', 'css'];\nconst DEFAULT_THEME = {\n light: 'github-light',\n dark: 'github-dark',\n};\n\n/**\n * Configuration options for setting up the markdown parser and highlighter.\n * This provides more granular control over the markdown processing pipeline.\n */\nexport interface MarkdownRendererOptions {\n /**\n * If true, disables syntax highlighting entirely.\n */\n noHighlighter?: boolean;\n\n /**\n * List of programming languages to support in syntax highlighting.\n * @default ['javascript', 'typescript', 'html', 'css']\n */\n languages?: string[];\n\n /**\n * The theme(s) used by the syntax highlighter.\n * Can be a single theme name or separate themes for light and dark modes.\n * @default { light: 'github-light', dark: 'github-dark' }\n */\n theme?: string | { light?: string; dark?: string };\n\n /**\n * A custom HTML sanitization function.\n * @default DOMPurify.sanitize\n */\n sanitizer?: (html: string) => string;\n\n /**\n * Custom color replacements for syntax highlighting.\n * Maps hex colors to CSS variable names.\n */\n colorReplacements?: Record<string, string>;\n}\n\n/**\n * Represents a markdown renderer instance that can process markdown text.\n */\nexport interface MarkdownRenderer {\n /**\n * Parses markdown text and returns rendered HTML.\n * @param text - The markdown text to parse\n * @returns The sanitized HTML string\n */\n parse(text: string): Promise<string>;\n\n /**\n * The underlying marked instance for advanced usage.\n */\n readonly marked: Marked;\n}\n\n/**\n * Sets up a markdown renderer with syntax highlighting and sanitization.\n * This is the core setup function that can be used in any framework.\n *\n * @param options - Configuration options for the markdown renderer\n * @returns A MarkdownRenderer instance\n *\n * @example\n * ```typescript\n * // Basic usage\n * const renderer = await setupMarkdownRenderer();\n * const html = await renderer.parse('# Hello **World**');\n *\n * // With custom options\n * const renderer = await setupMarkdownRenderer({\n * languages: ['javascript', 'python', 'rust'],\n * theme: 'monokai',\n * noHighlighter: false\n * });\n *\n * // With custom sanitizer\n * const renderer = await setupMarkdownRenderer({\n * sanitizer: (html) => myCustomSanitizer(html)\n * });\n * ```\n */\nexport async function setupMarkdownRenderer(\n options?: MarkdownRendererOptions\n): Promise<MarkdownRenderer> {\n const sanitizer = options?.sanitizer ?? DOMPurify.sanitize;\n\n // Normalize theme option\n const theme =\n typeof options?.theme === 'string'\n ? { light: options.theme, dark: options.theme }\n : (options?.theme ?? DEFAULT_THEME);\n\n // Create marked instance with default configuration\n const markdown = new Marked({\n breaks: true,\n gfm: true,\n extensions: [\n {\n name: 'link',\n renderer({ href, title, text }) {\n return `<a href=\"${href}\" target=\"_blank\" rel=\"noopener noreferrer\" ${title ? `title=\"${title}\"` : ''}>${text}</a>`;\n },\n },\n ],\n });\n\n // Setup syntax highlighting if not disabled\n if (!options?.noHighlighter) {\n const langs = options?.languages ?? DEFAULT_LANGUAGES;\n const colorReplacements = options?.colorReplacements ?? {\n '#6f42c1': 'var(--shiki-purple)',\n '#032f62': 'var(--shiki-dark-blue)',\n '#24292e': 'var(--shiki-navy)',\n '#d73a49': 'var(--shiki-red)',\n '#005cc5': 'var(--shiki-blue)',\n '#22863a': 'var(--shiki-green)',\n '#e36209': 'var(--shiki-orange)',\n };\n\n const highlighter = await createHighlighter({\n langs,\n themes: Object.keys(bundledThemes),\n });\n\n markdown.use(\n markedShiki({\n highlight(code, lang, _) {\n try {\n return highlighter.codeToHtml(code, {\n lang,\n themes: theme,\n colorReplacements: {\n 'github-light': {\n ...colorReplacements,\n '#fff': 'var(--shiki-bg)',\n '#24292e': 'var(--shiki-fg)',\n },\n 'github-dark': {\n ...colorReplacements,\n '#24292e': 'var(--shiki-bg)',\n '#e1e4e8': 'var(--shiki-fg)',\n },\n },\n defaultColor: 'light-dark()',\n });\n } catch {\n return `<pre><code>${sanitizer(code)}</code></pre>`;\n }\n },\n })\n );\n }\n\n return {\n async parse(text: string): Promise<string> {\n const result = await markdown.parse(text);\n return sanitizer(String(result));\n },\n get marked(): Marked<string, string> {\n return markdown;\n },\n };\n}\n\n/**\n * Creates a markdown renderer specifically for
|
|
1
|
+
{"version":3,"file":"chat-markdown-renderer.js","sourceRoot":"","sources":["../../src/extras/chat-markdown-renderer.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAChC,OAAO,WAAW,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAGpE,MAAM,iBAAiB,GAAG,CAAC,YAAY,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,CAAC,CAAC;AACtE,MAAM,aAAa,GAAG;IACpB,KAAK,EAAE,cAAc;IACrB,IAAI,EAAE,aAAa;CACpB,CAAC;AAiFF,MAAM,CAAC,KAAK,UAAU,qBAAqB,CACzC,OAAiC;IAEjC,MAAM,SAAS,GAAG,OAAO,EAAE,SAAS,IAAI,SAAS,CAAC,QAAQ,CAAC;IAG3D,MAAM,KAAK,GACT,OAAO,OAAO,EAAE,KAAK,KAAK,QAAQ;QAChC,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,KAAK,EAAE,IAAI,EAAE,OAAO,CAAC,KAAK,EAAE;QAC/C,CAAC,CAAC,CAAC,OAAO,EAAE,KAAK,IAAI,aAAa,CAAC,CAAC;IAGxC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC;QAC1B,MAAM,EAAE,IAAI;QACZ,GAAG,EAAE,IAAI;QACT,UAAU,EAAE;YACV;gBACE,IAAI,EAAE,MAAM;gBACZ,QAAQ,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE;oBAC5B,OAAO,YAAY,IAAI,+CAA+C,KAAK,CAAC,CAAC,CAAC,UAAU,KAAK,GAAG,CAAC,CAAC,CAAC,EAAE,IAAI,IAAI,MAAM,CAAC;gBACtH,CAAC;aACF;SACF;KACF,CAAC,CAAC;IAGH,IAAI,CAAC,OAAO,EAAE,aAAa,EAAE,CAAC;QAC5B,MAAM,KAAK,GAAG,OAAO,EAAE,SAAS,IAAI,iBAAiB,CAAC;QACtD,MAAM,iBAAiB,GAAG,OAAO,EAAE,iBAAiB,IAAI;YACtD,SAAS,EAAE,qBAAqB;YAChC,SAAS,EAAE,wBAAwB;YACnC,SAAS,EAAE,mBAAmB;YAC9B,SAAS,EAAE,kBAAkB;YAC7B,SAAS,EAAE,mBAAmB;YAC9B,SAAS,EAAE,oBAAoB;YAC/B,SAAS,EAAE,qBAAqB;SACjC,CAAC;QAEF,MAAM,WAAW,GAAG,MAAM,iBAAiB,CAAC;YAC1C,KAAK;YACL,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC,aAAa,CAAC;SACnC,CAAC,CAAC;QAEH,QAAQ,CAAC,GAAG,CACV,WAAW,CAAC;YACV,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC;gBACrB,IAAI,CAAC;oBACH,OAAO,WAAW,CAAC,UAAU,CAAC,IAAI,EAAE;wBAClC,IAAI;wBACJ,MAAM,EAAE,KAAK;wBACb,iBAAiB,EAAE;4BACjB,cAAc,EAAE;gCACd,GAAG,iBAAiB;gCACpB,MAAM,EAAE,iBAAiB;gCACzB,SAAS,EAAE,iBAAiB;6BAC7B;4BACD,aAAa,EAAE;gCACb,GAAG,iBAAiB;gCACpB,SAAS,EAAE,iBAAiB;gCAC5B,SAAS,EAAE,iBAAiB;6BAC7B;yBACF;wBACD,YAAY,EAAE,cAAc;qBAC7B,CAAC,CAAC;gBACL,CAAC;gBAAC,MAAM,CAAC;oBACP,OAAO,cAAc,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC;gBACtD,CAAC;YACH,CAAC;SACF,CAAC,CACH,CAAC;IACJ,CAAC;IAED,OAAO;QACL,KAAK,CAAC,KAAK,CAAC,IAAY;YACtB,MAAM,MAAM,GAAG,MAAM,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;YAC1C,OAAO,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC;QACnC,CAAC;QACD,IAAI,MAAM;YACR,OAAO,QAAQ,CAAC;QAClB,CAAC;KACF,CAAC;AACJ,CAAC;AAiBD,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAC1C,OAAiC;IAEjC,MAAM,QAAQ,GAAG,MAAM,qBAAqB,CAAC,OAAO,CAAC,CAAC;IAEtD,OAAO,KAAK,EAAE,OAAuB,EAAoB,EAAE;QACzD,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,MAAM,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAC5E,CAAC,CAAC;AACJ,CAAC","sourcesContent":["import DOMPurify from 'dompurify';\nimport { unsafeHTML } from 'lit/directives/unsafe-html.js';\nimport { Marked } from 'marked';\nimport markedShiki from 'marked-shiki';\nimport { bundledThemes, createHighlighter } from 'shiki/bundle/web';\nimport type { IgcChatMessage } from '../components/chat/types.js';\n\nconst DEFAULT_LANGUAGES = ['javascript', 'typescript', 'html', 'css'];\nconst DEFAULT_THEME = {\n light: 'github-light',\n dark: 'github-dark',\n};\n\n/**\n * Configuration options for setting up the markdown parser and highlighter.\n * This provides more granular control over the markdown processing pipeline.\n */\nexport interface MarkdownRendererOptions {\n /**\n * If true, disables syntax highlighting entirely.\n */\n noHighlighter?: boolean;\n\n /**\n * List of programming languages to support in syntax highlighting.\n * @default ['javascript', 'typescript', 'html', 'css']\n */\n languages?: string[];\n\n /**\n * The theme(s) used by the syntax highlighter.\n * Can be a single theme name or separate themes for light and dark modes.\n * @default { light: 'github-light', dark: 'github-dark' }\n */\n theme?: string | { light?: string; dark?: string };\n\n /**\n * A custom HTML sanitization function.\n * @default DOMPurify.sanitize\n */\n sanitizer?: (html: string) => string;\n\n /**\n * Custom color replacements for syntax highlighting.\n * Maps hex colors to CSS variable names.\n */\n colorReplacements?: Record<string, string>;\n}\n\n/**\n * Represents a markdown renderer instance that can process markdown text.\n */\nexport interface MarkdownRenderer {\n /**\n * Parses markdown text and returns rendered HTML.\n * @param text - The markdown text to parse\n * @returns The sanitized HTML string\n */\n parse(text: string): Promise<string>;\n\n /**\n * The underlying marked instance for advanced usage.\n */\n readonly marked: Marked;\n}\n\n/**\n * Sets up a markdown renderer with syntax highlighting and sanitization.\n * This is the core setup function that can be used in any framework.\n *\n * @param options - Configuration options for the markdown renderer\n * @returns A MarkdownRenderer instance\n *\n * @example\n * ```typescript\n * // Basic usage\n * const renderer = await setupMarkdownRenderer();\n * const html = await renderer.parse('# Hello **World**');\n *\n * // With custom options\n * const renderer = await setupMarkdownRenderer({\n * languages: ['javascript', 'python', 'rust'],\n * theme: 'monokai',\n * noHighlighter: false\n * });\n *\n * // With custom sanitizer\n * const renderer = await setupMarkdownRenderer({\n * sanitizer: (html) => myCustomSanitizer(html)\n * });\n * ```\n */\nexport async function setupMarkdownRenderer(\n options?: MarkdownRendererOptions\n): Promise<MarkdownRenderer> {\n const sanitizer = options?.sanitizer ?? DOMPurify.sanitize;\n\n // Normalize theme option\n const theme =\n typeof options?.theme === 'string'\n ? { light: options.theme, dark: options.theme }\n : (options?.theme ?? DEFAULT_THEME);\n\n // Create marked instance with default configuration\n const markdown = new Marked({\n breaks: true,\n gfm: true,\n extensions: [\n {\n name: 'link',\n renderer({ href, title, text }) {\n return `<a href=\"${href}\" target=\"_blank\" rel=\"noopener noreferrer\" ${title ? `title=\"${title}\"` : ''}>${text}</a>`;\n },\n },\n ],\n });\n\n // Setup syntax highlighting if not disabled\n if (!options?.noHighlighter) {\n const langs = options?.languages ?? DEFAULT_LANGUAGES;\n const colorReplacements = options?.colorReplacements ?? {\n '#6f42c1': 'var(--shiki-purple)',\n '#032f62': 'var(--shiki-dark-blue)',\n '#24292e': 'var(--shiki-navy)',\n '#d73a49': 'var(--shiki-red)',\n '#005cc5': 'var(--shiki-blue)',\n '#22863a': 'var(--shiki-green)',\n '#e36209': 'var(--shiki-orange)',\n };\n\n const highlighter = await createHighlighter({\n langs,\n themes: Object.keys(bundledThemes),\n });\n\n markdown.use(\n markedShiki({\n highlight(code, lang, _) {\n try {\n return highlighter.codeToHtml(code, {\n lang,\n themes: theme,\n colorReplacements: {\n 'github-light': {\n ...colorReplacements,\n '#fff': 'var(--shiki-bg)',\n '#24292e': 'var(--shiki-fg)',\n },\n 'github-dark': {\n ...colorReplacements,\n '#24292e': 'var(--shiki-bg)',\n '#e1e4e8': 'var(--shiki-fg)',\n },\n },\n defaultColor: 'light-dark()',\n });\n } catch {\n return `<pre><code>${sanitizer(code)}</code></pre>`;\n }\n },\n })\n );\n }\n\n return {\n async parse(text: string): Promise<string> {\n const result = await markdown.parse(text);\n return sanitizer(String(result));\n },\n get marked(): Marked<string, string> {\n return markdown;\n },\n };\n}\n\n/**\n * Creates a markdown renderer specifically for chat messages.\n * This function wraps the renderer to work with IgcChatMessage objects\n * and returns Lit's unsafeHTML directive for rendering.\n *\n * @param options - Configuration options for the markdown renderer\n * @returns A function that takes an IgcChatMessage and returns a Lit template result\n *\n * @example\n * ```typescript\n * const renderer = await createMarkdownRenderer();\n * const message = { text: '# Hello **World**' };\n * const template = await renderer(message);\n * ```\n */\nexport async function createMarkdownRenderer(\n options?: MarkdownRendererOptions\n) {\n const renderer = await setupMarkdownRenderer(options);\n\n return async (message: IgcChatMessage): Promise<unknown> => {\n return message.text ? unsafeHTML(await renderer.parse(message.text)) : '';\n };\n}\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-css-languageservice/main/docs/customData.schema.json",
|
|
3
3
|
"version": 1.1,
|
|
4
|
-
"properties": [{"name":"--color","description":"Sets the color of the divider.","values":[]},{"name":"--inset","description":"Shrinks the divider by the given amount from the start. If `middle` is set it will shrink from both sides.","values":[]},{"name":"--column-count","description":"The number of columns for the tile manager. The `column-count` attribute sets this variable.","values":[]},{"name":"--min-col-width","description":"The minimum size of the columns in the tile-manager. The `min-column-width` attribute sets this variable.","values":[]},{"name":"--min-row-height","description":"The minimum size of the rows in the tile-manager. The `min-row-height` attribute sets this variable.","values":[]},{"name":"--grid-gap","description":"The gap size of the underlying CSS grid container. The `gap` attributes sts this variable.","values":[]},{"name":"--symbol-size","description":"The size of the symbols.","values":[]},{"name":"--symbol-full-color","description":"The color of the filled symbol.","values":[]},{"name":"--symbol-empty-color","description":"The color of the empty symbol.","values":[]},{"name":"--symbol-full-filter","description":"The filter(s) used for the filled symbol.","values":[]},{"name":"--symbol-empty-filter","description":"The filter(s) used for the empty symbol.","values":[]},{"name":"--foreground","description":"The text color for a highlighted text node.","values":[]},{"name":"--background","description":"The background color for a highlighted text node.","values":[]},{"name":"--foreground-active","description":"The text color for the active highlighted text node.","values":[]},{"name":"--background-active","description":"The background color for the active highlighted text node.","values":[]}],
|
|
5
|
-
"pseudoElements": [{"name":"::part(base)","description":"The native button element of the igc-button component."},{"name":"::part(prefix)","description":"The prefix container of the igc-button component."},{"name":"::part(suffix)","description":"The suffix container of the igc-button component."},{"name":"::part(helper-text)","description":"The base wrapper"},{"name":"::part(validation-message)","description":"The validation error message container"},{"name":"::part(validation-icon)","description":"The validation error icon"},{"name":"::part(container)","description":"The main wrapper that holds all main input elements."},{"name":"::part(input)","description":"The native input element."},{"name":"::part(label)","description":"The native label element."},{"name":"::part(file-names)","description":"The file names wrapper when input type is 'file'."},{"name":"::part(file-selector-button)","description":"The browse button when input type is 'file'."},{"name":"::part(prefix)","description":"The prefix wrapper."},{"name":"::part(suffix)","description":"The suffix wrapper."},{"name":"::part(helper-text)","description":"The helper text wrapper."},{"name":"::part(base)","description":"The base wrapper of the avatar."},{"name":"::part(initials)","description":"The initials wrapper of the avatar."},{"name":"::part(image)","description":"The image wrapper of the avatar."},{"name":"::part(icon)","description":"The icon wrapper of the avatar."},{"name":"::part(header)","description":"The container of the expansion indicator, title and subtitle."},{"name":"::part(title)","description":" The title container."},{"name":"::part(subtitle)","description":"The subtitle container."},{"name":"::part(indicator)","description":"The indicator container."},{"name":"::part(content)","description":"The expansion panel's content wrapper."},{"name":"::part(base)","description":"The base wrapper of the badge."},{"name":"::part(icon)","description":"The icon container, present when an igc-icon element is slotted."},{"name":"::part(base)","description":"The root wrapper element of the banner."},{"name":"::part(spacer)","description":"The inner wrapper that controls the spacing around the banner content."},{"name":"::part(message)","description":"The container that holds the illustration and text content."},{"name":"::part(illustration)","description":"The container for the prefix slot (icon/illustration)."},{"name":"::part(content)","description":"The container for the default message slot."},{"name":"::part(actions)","description":"The container for the action buttons slot."},{"name":"::part(toggle)","description":"The native button element."},{"name":"::part(group)","description":"The button group container."},{"name":"::part(days-row)","description":"The days row container."},{"name":"::part(label)","description":"The label container."},{"name":"::part(label-inner)","description":"The inner label container."},{"name":"::part(week-number)","description":"The week number container."},{"name":"::part(week-number-inner)","description":"The inner week number container."},{"name":"::part(months-row)","description":"The months row container."},{"name":"::part(month)","description":"The month container."},{"name":"::part(month-inner)","description":"The inner month container."},{"name":"::part(years-row)","description":"The years row container."},{"name":"::part(year)","description":"The year container."},{"name":"::part(year-inner)","description":"The inner year container."},{"name":"::part(header)","description":"The header element of the calendar."},{"name":"::part(header-title)","description":"The header title element of the calendar."},{"name":"::part(header-date)","description":"The header date element of the calendar."},{"name":"::part(content)","description":"The content element which contains the views and navigation elements of the calendar."},{"name":"::part(content-vertical)","description":"The content element which contains the views and navigation elements of the calendar in vertical orientation."},{"name":"::part(navigation)","description":"The navigation container element of the calendar."},{"name":"::part(months-navigation)","description":"The months navigation button element of the calendar."},{"name":"::part(years-navigation)","description":"The years navigation button element of the calendar."},{"name":"::part(years-range)","description":"The years range element of the calendar."},{"name":"::part(navigation-buttons)","description":"The navigation buttons container of the calendar."},{"name":"::part(navigation-button)","description":"Previous/next navigation button of the calendar."},{"name":"::part(days-view-container)","description":"The days view container element of the calendar."},{"name":"::part(days-view)","description":"Days view element of the calendar."},{"name":"::part(months-view)","description":"The months view element of the calendar."},{"name":"::part(years-view)","description":"The years view element of the calendar."},{"name":"::part(days-row)","description":"Days row element of the calendar."},{"name":"::part(label)","description":"Week header label element of the calendar."},{"name":"::part(week-number)","description":"Week number element of the calendar."},{"name":"::part(week-number-inner)","description":"Week number inner element of the calendar."},{"name":"::part(date)","description":"Date element of the calendar."},{"name":"::part(date-inner)","description":"Date inner element of the calendar."},{"name":"::part(first)","description":"The first selected date element of the calendar in range selection."},{"name":"::part(last)","description":"The last selected date element of the calendar in range selection."},{"name":"::part(inactive)","description":"Inactive date element of the calendar."},{"name":"::part(hidden)","description":"Hidden date element of the calendar."},{"name":"::part(weekend)","description":"Weekend date element of the calendar."},{"name":"::part(range)","description":"Range selected element of the calendar."},{"name":"::part(special)","description":"Special date element of the calendar."},{"name":"::part(disabled)","description":"Disabled date element of the calendar."},{"name":"::part(single)","description":"Single selected date element of the calendar."},{"name":"::part(preview)","description":"Range selection preview date element of the calendar."},{"name":"::part(month)","description":"Month element of the calendar."},{"name":"::part(month-inner)","description":"Month inner element of the calendar."},{"name":"::part(year)","description":"Year element of the calendar."},{"name":"::part(year-inner)","description":"Year inner element of the calendar."},{"name":"::part(selected)","description":"Indicates selected state. Applies to date, month and year elements of the calendar."},{"name":"::part(current)","description":"Indicates current state. Applies to date, month and year elements of the calendar."},{"name":"::part(header)","description":"The card header text container."},{"name":"::part(title)","description":"The title slot wrapper."},{"name":"::part(subtitle)","description":"The subtitle slot wrapper."},{"name":"::part(base)","description":"The base wrapper of the toast."},{"name":"::part(container)","description":"The container wrapping the slotted content in the popover."},{"name":"::part(base)","description":"The wrapping container of the tooltip content."},{"name":"::part(simple-text)","description":"The container where the message property of the tooltip is rendered."},{"name":"::part(start)","description":"The start container."},{"name":"::part(end)","description":"The end container."},{"name":"::part(content)","description":"The header and custom content container."},{"name":"::part(header)","description":"The title and subtitle container."},{"name":"::part(title)","description":"The title container."},{"name":"::part(subtitle)","description":"The subtitle container."},{"name":"::part(base)","description":"The wrapping element of the icon button."},{"name":"::part(icon)","description":"The icon element of the icon button."},{"name":"::part(base)","description":"The base wrapper of the chip."},{"name":"::part(content)","description":"The wrapper element around the default slot of the chip."},{"name":"::part(prefix)","description":"The prefix container of the chip."},{"name":"::part(suffix)","description":"The suffix container of the chip."},{"name":"::part(container)","description":"The main wrapper that holds all main input elements of the textarea."},{"name":"::part(input)","description":"The native input element of the igc-textarea."},{"name":"::part(label)","description":"The native label element of the igc-textarea."},{"name":"::part(prefix)","description":"The prefix wrapper of the igc-textarea."},{"name":"::part(suffix)","description":"The suffix wrapper of the igc-textarea."},{"name":"::part(helper-text)","description":"The helper text wrapper of the igc-textarea."},{"name":"::part(input-container)","description":"Container for the input section"},{"name":"::part(input-wrapper)","description":"Wrapper around the text input"},{"name":"::part(text-input)","description":"The `<igc-textarea>` component"},{"name":"::part(actions-container)","description":"Container for file upload/send buttons"},{"name":"::part(send-button)","description":"The send icon button"},{"name":"::part(attachments)","description":"Container for rendering attachments"},{"name":"::part(attachment-wrapper)","description":"Wrapper for individual attachment"},{"name":"::part(attachment-name)","description":"Display name of an attachment"},{"name":"::part(chat-container)","description":"Styles the main chat container."},{"name":"::part(header)","description":"Styles the chat header container."},{"name":"::part(prefix)","description":"Styles the element before the chat title (e.g., avatar)."},{"name":"::part(title)","description":"Styles the chat header title."},{"name":"::part(message-area-container)","description":"Styles the container holding the messages and (optional) suggestions."},{"name":"::part(message-list)","description":"Styles the message list container."},{"name":"::part(message-item)","description":"Styles each message wrapper."},{"name":"::part(typing-indicator)","description":"Styles the typing indicator container."},{"name":"::part(typing-dot)","description":"Styles individual typing indicator dots."},{"name":"::part(suggestions-container)","description":"Styles the container holding all suggestions."},{"name":"::part(suggestions-header)","description":"Styles the suggestions header."},{"name":"::part(suggestion)","description":"Styles each suggestion item."},{"name":"::part(suggestion-prefix)","description":"Styles the icon or prefix in a suggestion."},{"name":"::part(suggestion-title)","description":"Styles the text/title of a suggestion."},{"name":"::part(empty-state)","description":"Styles the empty state container when there are no messages."},{"name":"::part(input-area-container)","description":"Styles the wrapper around the chat input area."},{"name":"::part(input-area)","description":"Styles the main text input area."},{"name":"::part(input-attachments-container)","description":"Styles the container for attachments in the input."},{"name":"::part(input-attachment-container)","description":"Styles a single attachment in the input area."},{"name":"::part(input-attachment-name)","description":"Styles the file name of an attachment."},{"name":"::part(input-attachment-icon)","description":"Styles the icon of an attachment."},{"name":"::part(text-input)","description":"Styles the text input field for typing messages."},{"name":"::part(input-actions-container)","description":"Styles the container for input actions."},{"name":"::part(input-actions-start)","description":"Styles the group of actions at the start of the input after the default file upload."},{"name":"::part(input-actions-end)","description":"Styles the group of actions at the end of the input."},{"name":"::part(file-upload-container)","description":"Styles the container for the file upload input."},{"name":"::part(file-upload)","description":"Styles the file upload input itself."},{"name":"::part(send-button-container)","description":"Styles the container around the send button."},{"name":"::part(send-button)","description":"Styles the send button."},{"name":"::part(message-container)","description":"Styles the container of a single message."},{"name":"::part(message-list)","description":"(forwarded) - Styles the internal list of messages."},{"name":"::part(message-header)","description":"Styles the header of a message (e.g., sender, timestamp)."},{"name":"::part(message-content)","description":"Styles the text content of a message."},{"name":"::part(message-attachments-container)","description":"Styles the container for message attachments."},{"name":"::part(message-attachment)","description":"Styles a single message attachment."},{"name":"::part(message-actions-container)","description":"Styles the container holding message actions."},{"name":"::part(message-sent)","description":"Styles messages marked as sent by the current user."},{"name":"::part(attachment-header)","description":"Styles the header of an attachment block."},{"name":"::part(attachment-content)","description":"Styles the content of an attachment block."},{"name":"::part(attachment-icon)","description":"Styles the icon of an attachment."},{"name":"::part(file-name)","description":"Styles the file name shown in an attachment."},{"name":"::part(base)","description":"The wrapper for the entire tile content, header and content."},{"name":"::part(header)","description":"The container for the tile header, including title and actions."},{"name":"::part(title)","description":"The title container of the tile."},{"name":"::part(actions)","description":"The actions container of the tile header."},{"name":"::part(content-container)","description":"The container wrapping the tile’s main content."},{"name":"::part(trigger-side)","description":"The part for the side adorner of the encapsulated resize element in the tile."},{"name":"::part(trigger)","description":"The part for the corner adorner of the encapsulated resize element in the tile."},{"name":"::part(trigger-bottom)","description":"The part for the bottom adorner of the encapsulated resize element in the tile."},{"name":"::part(base)","description":"The tile manager CSS Grid container."},{"name":"::part(indicator)","description":"The wrapping container of the carousel dot indicator."},{"name":"::part(inactive)","description":"The wrapping container of the inactive dot indicator."},{"name":"::part(active)","description":"The wrapping container of the active dot indicator."},{"name":"::part(base)","description":"The wrapping container of all carousel indicators."},{"name":"::part(navigation)","description":"The wrapper container of each carousel navigation button."},{"name":"::part(previous)","description":"The wrapper container of the carousel previous navigation button."},{"name":"::part(next)","description":"The wrapper container of the carousel next navigation button."},{"name":"::part(dot)","description":"The carousel dot indicator container."},{"name":"::part(active)","description":"The carousel active dot indicator container."},{"name":"::part(label)","description":"The label container of the carousel indicators."},{"name":"::part(start)","description":"The wrapping container of all carousel indicators when indicators-orientation is set to start."},{"name":"::part(base)","description":"The base wrapper of the checkbox."},{"name":"::part(control)","description":"The checkbox input element."},{"name":"::part(label)","description":"The checkbox label."},{"name":"::part(indicator)","description":"The checkbox indicator icon."},{"name":"::part(svg)","description":"The igc-circular-progress SVG element."},{"name":"::part(gradient_start)","description":"The igc-circular-progress linear-gradient start color."},{"name":"::part(gradient_end)","description":"The igc-circular-progress linear-gradient end color."},{"name":"::part(track)","description":"The igc-circular-progress ring track area."},{"name":"::part(fill)","description":"The igc-circular-progress indicator area."},{"name":"::part(label)","description":"The igc-circular-progress label."},{"name":"::part(value)","description":"The igc-circular-progress label value."},{"name":"::part(indeterminate)","description":"The igc-circular-progress indeterminate state."},{"name":"::part(primary)","description":"The igc-circular-progress primary state."},{"name":"::part(danger)","description":"The igc-circular-progress error state."},{"name":"::part(warning)","description":"The igc-circular-progress warning state."},{"name":"::part(info)","description":"The igc-circular-progress info state."},{"name":"::part(success)","description":"The igc-circular-progress success state."},{"name":"::part(container)","description":"The main wrapper that holds all main input elements."},{"name":"::part(input)","description":"The native input element."},{"name":"::part(label)","description":"The native label element."},{"name":"::part(prefix)","description":"The prefix wrapper."},{"name":"::part(suffix)","description":"The suffix wrapper."},{"name":"::part(helper-text)","description":"The helper text wrapper."},{"name":"::part(label)","description":"The encapsulated text label of the combo."},{"name":"::part(input)","description":"The main input field of the combo."},{"name":"::part(native-input)","description":"The native input of the main input field of the combo."},{"name":"::part(prefix)","description":"The prefix wrapper of the combo."},{"name":"::part(suffix)","description":"The suffix wrapper of the combo."},{"name":"::part(toggle-icon)","description":"The toggle icon wrapper of the combo."},{"name":"::part(clear-icon)","description":"The clear icon wrapper of the combo."},{"name":"::part(case-icon)","description":"The case icon wrapper of the combo."},{"name":"::part(helper-text)","description":"The helper text wrapper of the combo."},{"name":"::part(search-input)","description":"The search input field of the combo."},{"name":"::part(list-wrapper)","description":"The list of options wrapper of the combo."},{"name":"::part(list)","description":"The list of options box of the combo."},{"name":"::part(item)","description":"Represents each item in the list of options of the combo."},{"name":"::part(group-header)","description":"Represents each header in the list of options of the combo."},{"name":"::part(active)","description":"Appended to the item parts list when the item is active of the combo."},{"name":"::part(selected)","description":"Appended to the item parts list when the item is selected of the combo."},{"name":"::part(checkbox)","description":"Represents each checkbox of each list item of the combo."},{"name":"::part(checkbox-indicator)","description":"Represents the checkbox indicator of each list item of the combo."},{"name":"::part(checked)","description":"Appended to checkbox parts list when checkbox is checked in the combo."},{"name":"::part(header)","description":"The container holding the header content of the combo."},{"name":"::part(footer)","description":"The container holding the footer content of the combo."},{"name":"::part(empty)","description":"The container holding the empty content of the combo."},{"name":"::part(container)","description":"The main wrapper that holds all main input elements."},{"name":"::part(input)","description":"The native input element."},{"name":"::part(label)","description":"The native label element."},{"name":"::part(prefix)","description":"The prefix wrapper."},{"name":"::part(suffix)","description":"The suffix wrapper."},{"name":"::part(helper-text)","description":"The helper text wrapper."},{"name":"::part(base)","description":"The native `<dialog>` element."},{"name":"::part(title)","description":"The `<header>` element wrapping the title slot."},{"name":"::part(content)","description":"The `<section>` element wrapping the message and default slots."},{"name":"::part(footer)","description":"The `<footer>` element wrapping the footer slot."},{"name":"::part(backdrop)","description":"The decorative backdrop overlay element."},{"name":"::part(animating)","description":"Applied to the backdrop while an animation is running."},{"name":"::part(label)","description":"The label wrapper that renders content above the target input."},{"name":"::part(container)","description":"The main wrapper that holds all main input elements."},{"name":"::part(input)","description":"The native input element."},{"name":"::part(prefix)","description":"The prefix wrapper."},{"name":"::part(suffix)","description":"The suffix wrapper."},{"name":"::part(calendar-icon)","description":"The calendar icon wrapper for closed state."},{"name":"::part(calendar-icon-open)","description":"The calendar icon wrapper for opened state."},{"name":"::part(clear-icon)","description":"The clear icon wrapper."},{"name":"::part(actions)","description":"The actions wrapper."},{"name":"::part(helper-text)","description":"The helper-text wrapper that renders content below the target input."},{"name":"::part(header)","description":"The calendar header element."},{"name":"::part(header-title)","description":"The calendar header title element."},{"name":"::part(header-date)","description":"The calendar header date element."},{"name":"::part(calendar-content)","description":"The calendar content element which contains the views and navigation elements."},{"name":"::part(navigation)","description":"The calendar navigation container element."},{"name":"::part(months-navigation)","description":"The calendar months navigation button element."},{"name":"::part(years-navigation)","description":"The calendar years navigation button element."},{"name":"::part(years-range)","description":"The calendar years range element."},{"name":"::part(navigation-buttons)","description":"The calendar navigation buttons container."},{"name":"::part(navigation-button)","description":"The calendar previous/next navigation button."},{"name":"::part(days-view-container)","description":"The calendar days view container element."},{"name":"::part(days-view)","description":"The calendar days view element."},{"name":"::part(months-view)","description":"The calendar months view element."},{"name":"::part(years-view)","description":"The calendar years view element."},{"name":"::part(days-row)","description":"The calendar days row element."},{"name":"::part(calendar-label)","description":"The calendar week header label element."},{"name":"::part(week-number)","description":"The calendar week number element."},{"name":"::part(week-number-inner)","description":"The calendar week number inner element."},{"name":"::part(date)","description":"The calendar date element."},{"name":"::part(date-inner)","description":"The calendar date inner element."},{"name":"::part(first)","description":"The calendar first selected date element in range selection."},{"name":"::part(last)","description":"The calendar last selected date element in range selection."},{"name":"::part(inactive)","description":"The calendar inactive date element."},{"name":"::part(hidden)","description":"The calendar hidden date element."},{"name":"::part(weekend)","description":"The calendar weekend date element."},{"name":"::part(range)","description":"The calendar range selected element."},{"name":"::part(special)","description":"The calendar special date element."},{"name":"::part(disabled)","description":"The calendar disabled date element."},{"name":"::part(single)","description":"The calendar single selected date element."},{"name":"::part(preview)","description":"The calendar range selection preview date element."},{"name":"::part(month)","description":"The calendar month element."},{"name":"::part(month-inner)","description":"The calendar month inner element."},{"name":"::part(year)","description":"The calendar year element."},{"name":"::part(year-inner)","description":"The calendar year inner element."},{"name":"::part(selected)","description":"The calendar selected state for element(s). Applies to date, month and year elements."},{"name":"::part(current)","description":"The calendar current state for element(s). Applies to date, month and year elements."},{"name":"::part(separator)","description":"The separator element between the two inputs."},{"name":"::part(ranges)","description":"The wrapper that renders the custom and predefined ranges."},{"name":"::part(label)","description":"The label wrapper that renders content above the target input."},{"name":"::part(calendar-icon)","description":"The calendar icon wrapper for closed state (single input)."},{"name":"::part(calendar-icon-start)","description":"The calendar icon wrapper for closed state for the start input (two inputs)."},{"name":"::part(calendar-icon-end)","description":"The calendar icon wrapper for closed state for the end input (two inputs)."},{"name":"::part(calendar-icon-open)","description":"The calendar icon wrapper for opened state (single input)."},{"name":"::part(calendar-icon-open-start)","description":"The calendar icon wrapper for opened state for the start input (two inputs)."},{"name":"::part(calendar-icon-open-end)","description":"The calendar icon wrapper for opened state for the end input (two inputs)."},{"name":"::part(clear-icon)","description":"The clear icon wrapper (single input)."},{"name":"::part(clear-icon-start)","description":"The clear icon wrapper for the start input (two inputs)."},{"name":"::part(clear-icon-end)","description":"The clear icon wrapper for the end input (two inputs)."},{"name":"::part(actions)","description":"The wrapper for the custom actions area."},{"name":"::part(clear-icon)","description":"The clear icon wrapper."},{"name":"::part(input)","description":"The native input element."},{"name":"::part(prefix)","description":"The prefix wrapper."},{"name":"::part(suffix)","description":"The suffix wrapper."},{"name":"::part(helper-text)","description":"The helper-text wrapper that renders content below the target input."},{"name":"::part(header)","description":"The calendar header element."},{"name":"::part(header-title)","description":"The calendar header title element."},{"name":"::part(header-date)","description":"The calendar header date element."},{"name":"::part(calendar-content)","description":"The calendar content element which contains the views and navigation elements."},{"name":"::part(navigation)","description":"The calendar navigation container element."},{"name":"::part(months-navigation)","description":"The calendar months navigation button element."},{"name":"::part(years-navigation)","description":"The calendar years navigation button element."},{"name":"::part(years-range)","description":"The calendar years range element."},{"name":"::part(navigation-buttons)","description":"The calendar navigation buttons container."},{"name":"::part(navigation-button)","description":"The calendar previous/next navigation button."},{"name":"::part(days-view-container)","description":"The calendar days view container element."},{"name":"::part(days-view)","description":"The calendar days view element."},{"name":"::part(months-view)","description":"The calendar months view element."},{"name":"::part(years-view)","description":"The calendar years view element."},{"name":"::part(days-row)","description":"The calendar days row element."},{"name":"::part(calendar-label)","description":"The calendar week header label element."},{"name":"::part(week-number)","description":"The calendar week number element."},{"name":"::part(week-number-inner)","description":"The calendar week number inner element."},{"name":"::part(date)","description":"The calendar date element."},{"name":"::part(date-inner)","description":"The calendar date inner element."},{"name":"::part(first)","description":"The calendar first selected date element in range selection."},{"name":"::part(last)","description":"The calendar last selected date element in range selection."},{"name":"::part(inactive)","description":"The calendar inactive date element."},{"name":"::part(hidden)","description":"The calendar hidden date element."},{"name":"::part(weekend)","description":"The calendar weekend date element."},{"name":"::part(range)","description":"The calendar range selected element."},{"name":"::part(special)","description":"The calendar special date element."},{"name":"::part(disabled)","description":"The calendar disabled date element."},{"name":"::part(single)","description":"The calendar single selected date element."},{"name":"::part(preview)","description":"The calendar range selection preview date element."},{"name":"::part(month)","description":"The calendar month element."},{"name":"::part(month-inner)","description":"The calendar month inner element."},{"name":"::part(year)","description":"The calendar year element."},{"name":"::part(year-inner)","description":"The calendar year inner element."},{"name":"::part(selected)","description":"The calendar selected state for element(s). Applies to date, month and year elements."},{"name":"::part(current)","description":"The calendar current state for element(s). Applies to date, month and year elements."},{"name":"::part(prefix)","description":"The prefix wrapper of the igc-dropdown-item."},{"name":"::part(content)","description":"The main content wrapper of the igc-dropdown-item."},{"name":"::part(suffix)","description":"The suffix wrapper of the igc-dropdown-item."},{"name":"::part(label)","description":"The native label element."},{"name":"::part(base)","description":"The dropdown list wrapper container."},{"name":"::part(list)","description":"The dropdown list element."},{"name":"::part(prefix)","description":"The prefix wrapper of the igc-select-item."},{"name":"::part(content)","description":"The main content wrapper of the igc-select-item."},{"name":"::part(suffix)","description":"The suffix wrapper of the igc-select-item."},{"name":"::part(label)","description":"The native label element."},{"name":"::part(list)","description":"The list wrapping container for the items of the igc-select."},{"name":"::part(input)","description":"The encapsulated igc-input of the igc-select."},{"name":"::part(label)","description":"The encapsulated text label of the igc-select."},{"name":"::part(prefix)","description":"The prefix wrapper of the input of the igc-select."},{"name":"::part(suffix)","description":"The suffix wrapper of the input of the igc-select."},{"name":"::part(toggle-icon)","description":"The toggle icon wrapper of the igc-select."},{"name":"::part(helper-text)","description":"The helper text wrapper of the igc-select."},{"name":"::part(track)","description":"The igc-linear-progress track area."},{"name":"::part(fill)","description":"The igc-linear-progress indicator area."},{"name":"::part(striped)","description":"The igc-linear-progress striped indicator."},{"name":"::part(label)","description":"The igc-linear-progress label."},{"name":"::part(value)","description":"The igc-linear-progress label value."},{"name":"::part(indeterminate)","description":"The igc-linear-progress indeterminate state."},{"name":"::part(primary)","description":"The igc-linear-progress indicator primary state."},{"name":"::part(danger)","description":"The igc-linear-progress indicator error state."},{"name":"::part(warning)","description":"The igc-linear-progress indicator warning state."},{"name":"::part(info)","description":"The igc-linear-progress indicator info state."},{"name":"::part(success)","description":"The igc-linear-progress indicator success state."},{"name":"::part(container)","description":"The main wrapper that holds all main input elements"},{"name":"::part(input)","description":"The native input element"},{"name":"::part(label)","description":"The native label element"},{"name":"::part(prefix)","description":"The prefix wrapper"},{"name":"::part(suffix)","description":"The suffix wrapper"},{"name":"::part(helper-text)","description":"The helper text wrapper"},{"name":"::part(base)","description":"The base wrapper of the drawer item."},{"name":"::part(icon)","description":"The icon container."},{"name":"::part(content)","description":"The content container."},{"name":"::part(base)","description":"The base wrapper of the drawer."},{"name":"::part(main)","description":"The main content container of the drawer."},{"name":"::part(mini)","description":"The mini variant container of the drawer."},{"name":"::part(base)","description":"The base wrapper of the navigation bar."},{"name":"::part(start)","description":"The left aligned icon container."},{"name":"::part(middle)","description":"The navigation bar title container."},{"name":"::part(end)","description":"The right aligned action icons container."},{"name":"::part(base)","description":"The radio control base wrapper."},{"name":"::part(control)","description":"The radio input control."},{"name":"::part(label)","description":"The radio control label."},{"name":"::part(symbol)","description":"The symbol wrapping container."},{"name":"::part(full)","description":"The full symbol wrapping container."},{"name":"::part(empty)","description":"The empty symbol wrapping container."},{"name":"::part(base)","description":"The main wrapper which holds all of the rating elements."},{"name":"::part(label)","description":"The label part."},{"name":"::part(value-label)","description":"The value label part."},{"name":"::part(symbols)","description":"A wrapper for all rating symbols."},{"name":"::part(symbol)","description":"The part of the encapsulated default symbol."},{"name":"::part(full)","description":"The part of the encapsulated full symbols."},{"name":"::part(empty)","description":"The part of the encapsulated empty symbols."},{"name":"::part(base)","description":"The base wrapper of the slider."},{"name":"::part(ticks)","description":"The ticks container."},{"name":"::part(tick-group)","description":"The tick group container."},{"name":"::part(tick)","description":"The tick element."},{"name":"::part(tick-label)","description":"The tick label element."},{"name":"::part(tick-label-inner)","description":"The inner element of the tick label."},{"name":"::part(thumbs)","description":"The thumbs container."},{"name":"::part(thumb)","description":"The thumb element."},{"name":"::part(thumb-label)","description":"The thumb tooltip label container."},{"name":"::part(thumb-label-inner)","description":"The thumb tooltip label inner element."},{"name":"::part(track)","description":"The track container."},{"name":"::part(steps)","description":"The track steps element."},{"name":"::part(inactive)","description":"The inactive element of the track."},{"name":"::part(fill)","description":"The filled part of the track."},{"name":"::part(base)","description":"The base wrapper of the snackbar component."},{"name":"::part(message)","description":"The snackbar message."},{"name":"::part(action)","description":"The default snackbar action button."},{"name":"::part(action-container)","description":"The area holding the actions."},{"name":"::part(base)","description":"The base wrapper of the slider."},{"name":"::part(ticks)","description":"The ticks container."},{"name":"::part(tick-group)","description":"The tick group container."},{"name":"::part(tick)","description":"The tick element."},{"name":"::part(tick-label)","description":"The tick label element."},{"name":"::part(tick-label-inner)","description":"The inner element of the tick label."},{"name":"::part(thumbs)","description":"The thumbs container."},{"name":"::part(thumb)","description":"The thumb element."},{"name":"::part(thumb-label)","description":"The thumb tooltip label container."},{"name":"::part(thumb-label-inner)","description":"The thumb tooltip label inner element."},{"name":"::part(track)","description":"The track container."},{"name":"::part(steps)","description":"The track steps element."},{"name":"::part(inactive)","description":"The inactive element of the track."},{"name":"::part(fill)","description":"The filled part of the track."},{"name":"::part(tab-header)","description":"The header of a single tab."},{"name":"::part(prefix)","description":"Tab header's label prefix."},{"name":"::part(content)","description":"Tab header's label slot container."},{"name":"::part(suffix)","description":"Tab header's label suffix."},{"name":"::part(tab-body)","description":"Holds the body content of a single tab, only the body of the selected tab is visible."},{"name":"::part(start-scroll-button)","description":"The start scroll button displayed when the tabs overflow."},{"name":"::part(end-scroll-button)","description":"The end scroll button displayed when the tabs overflow."},{"name":"::part(selected-indicator)","description":"The indicator that shows which tab is selected."},{"name":"::part(base)","description":"The base wrapper of the switch."},{"name":"::part(control)","description":"The switch input element."},{"name":"::part(thumb)","description":"The position indicator of the switch."},{"name":"::part(label)","description":"The switch label."},{"name":"::part(wrapper)","description":"The wrapper for the tree item."},{"name":"::part(selected)","description":"Indicates selected state. Applies to `wrapper`."},{"name":"::part(focused)","description":"Indicates focused state. Applies to `wrapper`."},{"name":"::part(active)","description":"Indicates an active state. Applies to `wrapper`."},{"name":"::part(indicator)","description":"The expand indicator of the tree item."},{"name":"::part(label)","description":"The tree item content."},{"name":"::part(text)","description":"The tree item displayed text."},{"name":"::part(select)","description":"The checkbox of the tree item when selection is enabled."},{"name":"::part(splitter-bar)","description":"The resizable bar element between the two panels."},{"name":"::part(drag-handle)","description":"The drag handle icon/element on the splitter bar."},{"name":"::part(start-pane)","description":"The container for the start panel content."},{"name":"::part(end-pane)","description":"The container for the end panel content."},{"name":"::part(start-collapse-btn)","description":"The button to collapse the start panel."},{"name":"::part(end-collapse-btn)","description":"The button to collapse the end panel."},{"name":"::part(start-expand-btn)","description":"The button to expand the start panel when collapsed."},{"name":"::part(end-expand-btn)","description":"The button to expand the end panel when collapsed."},{"name":"::part(header-container)","description":"Wrapper of the step's `header` and its separators."},{"name":"::part(disabled)","description":"Indicates a disabled state. Applies to `header-container`."},{"name":"::part(complete-start)","description":"Indicates a complete state of the current step. Applies to `header-container`."},{"name":"::part(complete-end)","description":"Indicates a complete state of the previous step. Applies to `header-container`."},{"name":"::part(optional)","description":"Indicates an optional state. Applies to `header-container`."},{"name":"::part(invalid)","description":"Indicates an invalid state. Applies to `header-container`."},{"name":"::part(top)","description":"Indicates that the title should be above the indicator. Applies to `header-container`."},{"name":"::part(bottom)","description":"Indicates that the title should be below the indicator. Applies to `header-container`."},{"name":"::part(start)","description":"Indicates that the title should be before the indicator. Applies to `header-container`."},{"name":"::part(end)","description":"Indicates that the title should be after the indicator. Applies to `header-container`."},{"name":"::part(header)","description":"Wrapper of the step's `indicator` and `text`."},{"name":"::part(indicator)","description":"The indicator of the step."},{"name":"::part(text)","description":"Wrapper of the step's `title` and `subtitle`."},{"name":"::part(empty)","description":"Indicates that no title and subtitle have been provided to the step. Applies to `text`."},{"name":"::part(title)","description":"The title of the step."},{"name":"::part(subtitle)","description":"The subtitle of the step."},{"name":"::part(body)","description":"Wrapper of the step's `content`."},{"name":"::part(content)","description":"The step's `content`."}]
|
|
4
|
+
"properties": [{"name":"--color","description":"Sets the color of the divider.","values":[]},{"name":"--inset","description":"Shrinks the divider by the given amount from the start. If `middle` is set it will shrink from both sides.","values":[]},{"name":"--column-count","description":"The number of columns for the tile manager. The `column-count` attribute sets this variable.","values":[]},{"name":"--min-col-width","description":"The minimum size of the columns in the tile-manager. The `min-column-width` attribute sets this variable.","values":[]},{"name":"--min-row-height","description":"The minimum size of the rows in the tile-manager. The `min-row-height` attribute sets this variable.","values":[]},{"name":"--grid-gap","description":"The gap size of the underlying CSS grid container. The `gap` attributes sts this variable.","values":[]},{"name":"--symbol-size","description":"The size of the symbols.","values":[]},{"name":"--symbol-full-color","description":"The color of the filled symbol.","values":[]},{"name":"--symbol-empty-color","description":"The color of the empty symbol.","values":[]},{"name":"--symbol-full-filter","description":"The filter(s) used for the filled symbol.","values":[]},{"name":"--symbol-empty-filter","description":"The filter(s) used for the empty symbol.","values":[]},{"name":"--foreground","description":"The text color for a highlighted text node.","values":[]},{"name":"--background","description":"The background color for a highlighted text node.","values":[]},{"name":"--foreground-active","description":"The text color for the active highlighted text node.","values":[]},{"name":"--background-active","description":"The background color for the active highlighted text node.","values":[]},{"name":"--ig-qr-code-background","description":"The background color of the QR code. Default is `white`.","values":[]},{"name":"--ig-qr-code-dark-color","description":"The color of the data modules (dots), and the corner square/dot colors unless overridden below. Default is `black`.","values":[]},{"name":"--ig-qr-code-corner-square-color","description":"The color of the outer finder-pattern corner squares. Defaults to `--ig-qr-code-dark-color`.","values":[]},{"name":"--ig-qr-code-corner-dot-color","description":"The color of the inner finder-pattern corner dots. Defaults to `--ig-qr-code-dark-color`.","values":[]}],
|
|
5
|
+
"pseudoElements": [{"name":"::part(base)","description":"The base wrapper of the avatar."},{"name":"::part(initials)","description":"The initials wrapper of the avatar."},{"name":"::part(image)","description":"The image wrapper of the avatar."},{"name":"::part(icon)","description":"The icon wrapper of the avatar."},{"name":"::part(header)","description":"The container of the expansion indicator, title and subtitle."},{"name":"::part(title)","description":" The title container."},{"name":"::part(subtitle)","description":"The subtitle container."},{"name":"::part(indicator)","description":"The indicator container."},{"name":"::part(content)","description":"The expansion panel's content wrapper."},{"name":"::part(base)","description":"The base wrapper of the badge."},{"name":"::part(icon)","description":"The icon container, present when an icon element is slotted."},{"name":"::part(base)","description":"The native button element of the button component."},{"name":"::part(prefix)","description":"The prefix container of the button component."},{"name":"::part(suffix)","description":"The suffix container of the button component."},{"name":"::part(base)","description":"The root wrapper element of the banner."},{"name":"::part(spacer)","description":"The inner wrapper that controls the spacing around the banner content."},{"name":"::part(message)","description":"The container that holds the illustration and text content."},{"name":"::part(illustration)","description":"The container for the prefix slot (icon/illustration)."},{"name":"::part(content)","description":"The container for the default message slot."},{"name":"::part(actions)","description":"The container for the action buttons slot."},{"name":"::part(toggle)","description":"The native button element."},{"name":"::part(focused)","description":"The native button element when focused through a keyboard interaction."},{"name":"::part(indicator)","description":"The wrapping container of the carousel dot indicator."},{"name":"::part(inactive)","description":"The wrapping container of the inactive dot indicator."},{"name":"::part(active)","description":"The wrapping container of the active dot indicator."},{"name":"::part(base)","description":"The wrapping container of all carousel indicators."},{"name":"::part(navigation)","description":"The wrapper container of each carousel navigation button."},{"name":"::part(previous)","description":"The wrapper container of the carousel previous navigation button."},{"name":"::part(next)","description":"The wrapper container of the carousel next navigation button."},{"name":"::part(dot)","description":"The carousel dot indicator container."},{"name":"::part(active)","description":"The carousel active dot indicator container."},{"name":"::part(label)","description":"The label container of the carousel indicators."},{"name":"::part(start)","description":"The wrapping container of all carousel indicators when indicators-orientation is set to start."},{"name":"::part(base)","description":"The base wrapper of the toast."},{"name":"::part(container)","description":"The container wrapping the slotted content in the popover."},{"name":"::part(base)","description":"The wrapping container of the tooltip content."},{"name":"::part(simple-text)","description":"The container where the message property of the tooltip is rendered."},{"name":"::part(close-button)","description":"The default sticky-mode close button."},{"name":"::part(start)","description":"The start container."},{"name":"::part(end)","description":"The end container."},{"name":"::part(content)","description":"The header and custom content container."},{"name":"::part(header)","description":"The title and subtitle container."},{"name":"::part(title)","description":"The title container."},{"name":"::part(subtitle)","description":"The subtitle container."},{"name":"::part(base)","description":"The wrapping element of the icon button."},{"name":"::part(icon)","description":"The icon element of the icon button."},{"name":"::part(base)","description":"The base wrapper of the chip."},{"name":"::part(content)","description":"The wrapper element around the default slot of the chip."},{"name":"::part(prefix)","description":"The prefix container of the chip."},{"name":"::part(suffix)","description":"The suffix container of the chip."},{"name":"::part(helper-text)","description":"The base wrapper"},{"name":"::part(validation-message)","description":"The validation error message container"},{"name":"::part(validation-icon)","description":"The validation error icon"},{"name":"::part(container)","description":"The main wrapper that holds all main input elements of the textarea."},{"name":"::part(input)","description":"The native input element of the textarea."},{"name":"::part(label)","description":"The native label element of the textarea."},{"name":"::part(prefix)","description":"The prefix wrapper of the textarea."},{"name":"::part(suffix)","description":"The suffix wrapper of the textarea."},{"name":"::part(helper-text)","description":"The helper text wrapper of the textarea."},{"name":"::part(input-container)","description":"Container for the input section"},{"name":"::part(input-wrapper)","description":"Wrapper around the text input"},{"name":"::part(text-input)","description":"The underlying textarea component."},{"name":"::part(actions-container)","description":"Container for file upload/send buttons"},{"name":"::part(send-button)","description":"The send icon button"},{"name":"::part(attachments)","description":"Container for rendering attachments"},{"name":"::part(attachment-wrapper)","description":"Wrapper for individual attachment"},{"name":"::part(attachment-name)","description":"Display name of an attachment"},{"name":"::part(chat-container)","description":"Styles the main chat container."},{"name":"::part(header)","description":"Styles the chat header container."},{"name":"::part(prefix)","description":"Styles the element before the chat title (e.g., avatar)."},{"name":"::part(title)","description":"Styles the chat header title."},{"name":"::part(message-area-container)","description":"Styles the container holding the messages and (optional) suggestions."},{"name":"::part(message-list)","description":"Styles the message list container."},{"name":"::part(message-item)","description":"Styles each message wrapper."},{"name":"::part(typing-indicator)","description":"Styles the typing indicator container."},{"name":"::part(typing-dot)","description":"Styles individual typing indicator dots."},{"name":"::part(suggestions-container)","description":"Styles the container holding all suggestions."},{"name":"::part(suggestions-header)","description":"Styles the suggestions header."},{"name":"::part(suggestion)","description":"Styles each suggestion item."},{"name":"::part(suggestion-prefix)","description":"Styles the icon or prefix in a suggestion."},{"name":"::part(suggestion-title)","description":"Styles the text/title of a suggestion."},{"name":"::part(empty-state)","description":"Styles the empty state container when there are no messages."},{"name":"::part(input-area-container)","description":"Styles the wrapper around the chat input area."},{"name":"::part(input-area)","description":"Styles the main text input area."},{"name":"::part(input-attachments-container)","description":"Styles the container for attachments in the input."},{"name":"::part(input-attachment-container)","description":"Styles a single attachment in the input area."},{"name":"::part(input-attachment-name)","description":"Styles the file name of an attachment."},{"name":"::part(input-attachment-icon)","description":"Styles the icon of an attachment."},{"name":"::part(text-input)","description":"Styles the text input field for typing messages."},{"name":"::part(input-actions-container)","description":"Styles the container for input actions."},{"name":"::part(input-actions-start)","description":"Styles the group of actions at the start of the input after the default file upload."},{"name":"::part(input-actions-end)","description":"Styles the group of actions at the end of the input."},{"name":"::part(file-upload-container)","description":"Styles the container for the file upload input."},{"name":"::part(file-upload)","description":"Styles the file upload input itself."},{"name":"::part(send-button-container)","description":"Styles the container around the send button."},{"name":"::part(send-button)","description":"Styles the send button."},{"name":"::part(message-container)","description":"Styles the container of a single message."},{"name":"::part(message-list)","description":"(forwarded) - Styles the internal list of messages."},{"name":"::part(message-header)","description":"Styles the header of a message (e.g., sender, timestamp)."},{"name":"::part(message-content)","description":"Styles the text content of a message."},{"name":"::part(message-attachments-container)","description":"Styles the container for message attachments."},{"name":"::part(message-attachment)","description":"Styles a single message attachment."},{"name":"::part(message-actions-container)","description":"Styles the container holding message actions."},{"name":"::part(message-sent)","description":"Styles messages marked as sent by the current user."},{"name":"::part(attachment-header)","description":"Styles the header of an attachment block."},{"name":"::part(attachment-content)","description":"Styles the content of an attachment block."},{"name":"::part(attachment-icon)","description":"Styles the icon of an attachment."},{"name":"::part(file-name)","description":"Styles the file name shown in an attachment."},{"name":"::part(base)","description":"The wrapper for the entire tile content, header and content."},{"name":"::part(header)","description":"The container for the tile header, including title and actions."},{"name":"::part(title)","description":"The title container of the tile."},{"name":"::part(actions)","description":"The actions container of the tile header."},{"name":"::part(content-container)","description":"The container wrapping the tile’s main content."},{"name":"::part(trigger-side)","description":"The part for the side adorner of the encapsulated resize element in the tile."},{"name":"::part(trigger)","description":"The part for the corner adorner of the encapsulated resize element in the tile."},{"name":"::part(trigger-bottom)","description":"The part for the bottom adorner of the encapsulated resize element in the tile."},{"name":"::part(base)","description":"The tile manager CSS Grid container."},{"name":"::part(group)","description":"The button group container."},{"name":"::part(days-row)","description":"The days row container."},{"name":"::part(label)","description":"The label container."},{"name":"::part(label-inner)","description":"The inner label container."},{"name":"::part(week-number)","description":"The week number container."},{"name":"::part(week-number-inner)","description":"The inner week number container."},{"name":"::part(months-row)","description":"The months row container."},{"name":"::part(month)","description":"The month container."},{"name":"::part(month-inner)","description":"The inner month container."},{"name":"::part(years-row)","description":"The years row container."},{"name":"::part(year)","description":"The year container."},{"name":"::part(year-inner)","description":"The inner year container."},{"name":"::part(header)","description":"The header element of the calendar."},{"name":"::part(header-title)","description":"The header title element of the calendar."},{"name":"::part(header-date)","description":"The header date element of the calendar."},{"name":"::part(content)","description":"The content element which contains the views and navigation elements of the calendar."},{"name":"::part(content-vertical)","description":"The content element which contains the views and navigation elements of the calendar in vertical orientation."},{"name":"::part(navigation)","description":"The navigation container element of the calendar."},{"name":"::part(months-navigation)","description":"The months navigation button element of the calendar."},{"name":"::part(years-navigation)","description":"The years navigation button element of the calendar."},{"name":"::part(years-range)","description":"The years range element of the calendar."},{"name":"::part(navigation-buttons)","description":"The navigation buttons container of the calendar."},{"name":"::part(navigation-button)","description":"Previous/next navigation button of the calendar."},{"name":"::part(days-view-container)","description":"The days view container element of the calendar."},{"name":"::part(days-view)","description":"Days view element of the calendar."},{"name":"::part(months-view)","description":"The months view element of the calendar."},{"name":"::part(years-view)","description":"The years view element of the calendar."},{"name":"::part(days-row)","description":"Days row element of the calendar."},{"name":"::part(months-row)","description":"Months row element of the calendar."},{"name":"::part(years-row)","description":"Years row element of the calendar."},{"name":"::part(label)","description":"Week header label element of the calendar."},{"name":"::part(label-inner)","description":"Week header label inner element of the calendar."},{"name":"::part(week-number)","description":"Week number element of the calendar."},{"name":"::part(week-number-inner)","description":"Week number inner element of the calendar."},{"name":"::part(date)","description":"Date element of the calendar."},{"name":"::part(date-inner)","description":"Date inner element of the calendar."},{"name":"::part(first)","description":"The first selected date element of the calendar in range selection. Also applies to the week numbers header cell."},{"name":"::part(last)","description":"The last selected date element of the calendar in range selection. Also applies to the week number of the last rendered week."},{"name":"::part(inactive)","description":"Inactive date element of the calendar."},{"name":"::part(hidden)","description":"Hidden date element of the calendar."},{"name":"::part(weekend)","description":"Weekend date element of the calendar."},{"name":"::part(range)","description":"Range selected element of the calendar."},{"name":"::part(special)","description":"Special date element of the calendar."},{"name":"::part(disabled)","description":"Disabled date element of the calendar."},{"name":"::part(single)","description":"Single selected date element of the calendar."},{"name":"::part(preview)","description":"Range selection preview date element of the calendar."},{"name":"::part(month)","description":"Month element of the calendar."},{"name":"::part(month-inner)","description":"Month inner element of the calendar."},{"name":"::part(year)","description":"Year element of the calendar."},{"name":"::part(year-inner)","description":"Year inner element of the calendar."},{"name":"::part(selected)","description":"Indicates selected state. Applies to date, month and year elements of the calendar."},{"name":"::part(current)","description":"Indicates current state. Applies to date, month and year elements of the calendar."},{"name":"::part(header)","description":"The card header text container."},{"name":"::part(title)","description":"The title slot wrapper."},{"name":"::part(subtitle)","description":"The subtitle slot wrapper."},{"name":"::part(base)","description":"The base wrapper of the checkbox."},{"name":"::part(control)","description":"The checkbox input element."},{"name":"::part(label)","description":"The checkbox label."},{"name":"::part(indicator)","description":"The checkbox indicator icon."},{"name":"::part(svg)","description":"The circular progress SVG element."},{"name":"::part(gradient_start)","description":"The circular progress linear-gradient start color."},{"name":"::part(gradient_end)","description":"The circular progress linear-gradient end color."},{"name":"::part(track)","description":"The circular progress ring track area."},{"name":"::part(fill)","description":"The circular progress indicator area."},{"name":"::part(label)","description":"The circular progress label."},{"name":"::part(value)","description":"The circular progress label value."},{"name":"::part(indeterminate)","description":"The circular progress indeterminate state."},{"name":"::part(primary)","description":"The circular progress primary state."},{"name":"::part(danger)","description":"The circular progress error state."},{"name":"::part(warning)","description":"The circular progress warning state."},{"name":"::part(info)","description":"The circular progress info state."},{"name":"::part(success)","description":"The circular progress success state."},{"name":"::part(container)","description":"The main wrapper that holds all main input elements."},{"name":"::part(input)","description":"The native input element."},{"name":"::part(label)","description":"The native label element."},{"name":"::part(prefix)","description":"The prefix wrapper."},{"name":"::part(suffix)","description":"The suffix wrapper."},{"name":"::part(helper-text)","description":"The helper text wrapper."},{"name":"::part(virtualization-track)","description":"The full-size element that gives the host its scrollable extent."},{"name":"::part(virtualization-content)","description":"The wrapper holding the currently rendered items, translated into position within the track."},{"name":"::part(label)","description":"The encapsulated text label of the combo."},{"name":"::part(input)","description":"The main input field of the combo."},{"name":"::part(native-input)","description":"The native input of the main input field of the combo."},{"name":"::part(prefix)","description":"The prefix wrapper of the combo."},{"name":"::part(suffix)","description":"The suffix wrapper of the combo."},{"name":"::part(toggle-icon)","description":"The toggle icon wrapper of the combo."},{"name":"::part(clear-icon)","description":"The clear icon wrapper of the combo."},{"name":"::part(case-icon)","description":"The case icon wrapper of the combo."},{"name":"::part(helper-text)","description":"The helper text wrapper of the combo."},{"name":"::part(search-input)","description":"The search input field of the combo."},{"name":"::part(list-wrapper)","description":"The list of options wrapper of the combo."},{"name":"::part(list)","description":"The list of options box of the combo."},{"name":"::part(item)","description":"Represents each item in the list of options of the combo."},{"name":"::part(group-header)","description":"Represents each header in the list of options of the combo."},{"name":"::part(active)","description":"Appended to the item parts list when the item is active of the combo."},{"name":"::part(selected)","description":"Appended to the item parts list when the item is selected of the combo."},{"name":"::part(checkbox)","description":"Represents each checkbox of each list item of the combo."},{"name":"::part(checkbox-indicator)","description":"Represents the checkbox indicator of each list item of the combo."},{"name":"::part(checked)","description":"Appended to checkbox parts list when checkbox is checked in the combo."},{"name":"::part(header)","description":"The container holding the header content of the combo."},{"name":"::part(footer)","description":"The container holding the footer content of the combo."},{"name":"::part(empty)","description":"The container holding the empty content of the combo."},{"name":"::part(container)","description":"The main wrapper that holds all main input elements."},{"name":"::part(input)","description":"The native input element."},{"name":"::part(label)","description":"The native label element."},{"name":"::part(prefix)","description":"The prefix wrapper."},{"name":"::part(suffix)","description":"The suffix wrapper."},{"name":"::part(helper-text)","description":"The helper text wrapper."},{"name":"::part(base)","description":"The native `<dialog>` element."},{"name":"::part(title)","description":"The `<header>` element wrapping the title slot."},{"name":"::part(content)","description":"The `<section>` element wrapping the message and default slots."},{"name":"::part(footer)","description":"The `<footer>` element wrapping the footer slot."},{"name":"::part(backdrop)","description":"The decorative backdrop overlay element."},{"name":"::part(animating)","description":"Applied to the backdrop while an animation is running."},{"name":"::part(label)","description":"The label wrapper that renders content above the target input."},{"name":"::part(container)","description":"The main wrapper that holds all main input elements."},{"name":"::part(input)","description":"The native input element."},{"name":"::part(prefix)","description":"The prefix wrapper."},{"name":"::part(suffix)","description":"The suffix wrapper."},{"name":"::part(calendar-icon)","description":"The calendar icon wrapper for closed state."},{"name":"::part(calendar-icon-open)","description":"The calendar icon wrapper for opened state."},{"name":"::part(clear-icon)","description":"The clear icon wrapper."},{"name":"::part(actions)","description":"The actions wrapper."},{"name":"::part(helper-text)","description":"The helper-text wrapper that renders content below the target input."},{"name":"::part(header)","description":"The calendar header element."},{"name":"::part(header-title)","description":"The calendar header title element."},{"name":"::part(header-date)","description":"The calendar header date element."},{"name":"::part(calendar-content)","description":"The calendar content element which contains the views and navigation elements."},{"name":"::part(navigation)","description":"The calendar navigation container element."},{"name":"::part(months-navigation)","description":"The calendar months navigation button element."},{"name":"::part(years-navigation)","description":"The calendar years navigation button element."},{"name":"::part(years-range)","description":"The calendar years range element."},{"name":"::part(navigation-buttons)","description":"The calendar navigation buttons container."},{"name":"::part(navigation-button)","description":"The calendar previous/next navigation button."},{"name":"::part(days-view-container)","description":"The calendar days view container element."},{"name":"::part(days-view)","description":"The calendar days view element."},{"name":"::part(months-view)","description":"The calendar months view element."},{"name":"::part(years-view)","description":"The calendar years view element."},{"name":"::part(days-row)","description":"The calendar days row element."},{"name":"::part(calendar-label)","description":"The calendar week header label element."},{"name":"::part(week-number)","description":"The calendar week number element."},{"name":"::part(week-number-inner)","description":"The calendar week number inner element."},{"name":"::part(date)","description":"The calendar date element."},{"name":"::part(date-inner)","description":"The calendar date inner element."},{"name":"::part(first)","description":"The calendar first selected date element in range selection."},{"name":"::part(last)","description":"The calendar last selected date element in range selection."},{"name":"::part(inactive)","description":"The calendar inactive date element."},{"name":"::part(hidden)","description":"The calendar hidden date element."},{"name":"::part(weekend)","description":"The calendar weekend date element."},{"name":"::part(range)","description":"The calendar range selected element."},{"name":"::part(special)","description":"The calendar special date element."},{"name":"::part(disabled)","description":"The calendar disabled date element."},{"name":"::part(single)","description":"The calendar single selected date element."},{"name":"::part(preview)","description":"The calendar range selection preview date element."},{"name":"::part(month)","description":"The calendar month element."},{"name":"::part(month-inner)","description":"The calendar month inner element."},{"name":"::part(year)","description":"The calendar year element."},{"name":"::part(year-inner)","description":"The calendar year inner element."},{"name":"::part(selected)","description":"The calendar selected state for element(s). Applies to date, month and year elements."},{"name":"::part(current)","description":"The calendar current state for element(s). Applies to date, month and year elements."},{"name":"::part(separator)","description":"The separator element between the two inputs."},{"name":"::part(ranges)","description":"The wrapper that renders the custom and predefined ranges."},{"name":"::part(label)","description":"The label wrapper that renders content above the target input."},{"name":"::part(calendar-icon)","description":"The calendar icon wrapper for closed state (single input)."},{"name":"::part(calendar-icon-start)","description":"The calendar icon wrapper for closed state for the start input (two inputs)."},{"name":"::part(calendar-icon-end)","description":"The calendar icon wrapper for closed state for the end input (two inputs)."},{"name":"::part(calendar-icon-open)","description":"The calendar icon wrapper for opened state (single input)."},{"name":"::part(calendar-icon-open-start)","description":"The calendar icon wrapper for opened state for the start input (two inputs)."},{"name":"::part(calendar-icon-open-end)","description":"The calendar icon wrapper for opened state for the end input (two inputs)."},{"name":"::part(clear-icon)","description":"The clear icon wrapper (single input)."},{"name":"::part(clear-icon-start)","description":"The clear icon wrapper for the start input (two inputs)."},{"name":"::part(clear-icon-end)","description":"The clear icon wrapper for the end input (two inputs)."},{"name":"::part(actions)","description":"The wrapper for the custom actions area."},{"name":"::part(clear-icon)","description":"The clear icon wrapper."},{"name":"::part(input)","description":"The native input element."},{"name":"::part(prefix)","description":"The prefix wrapper."},{"name":"::part(suffix)","description":"The suffix wrapper."},{"name":"::part(helper-text)","description":"The helper-text wrapper that renders content below the target input."},{"name":"::part(header)","description":"The calendar header element."},{"name":"::part(header-title)","description":"The calendar header title element."},{"name":"::part(header-date)","description":"The calendar header date element."},{"name":"::part(calendar-content)","description":"The calendar content element which contains the views and navigation elements."},{"name":"::part(navigation)","description":"The calendar navigation container element."},{"name":"::part(months-navigation)","description":"The calendar months navigation button element."},{"name":"::part(years-navigation)","description":"The calendar years navigation button element."},{"name":"::part(years-range)","description":"The calendar years range element."},{"name":"::part(navigation-buttons)","description":"The calendar navigation buttons container."},{"name":"::part(navigation-button)","description":"The calendar previous/next navigation button."},{"name":"::part(days-view-container)","description":"The calendar days view container element."},{"name":"::part(days-view)","description":"The calendar days view element."},{"name":"::part(months-view)","description":"The calendar months view element."},{"name":"::part(years-view)","description":"The calendar years view element."},{"name":"::part(days-row)","description":"The calendar days row element."},{"name":"::part(calendar-label)","description":"The calendar week header label element."},{"name":"::part(week-number)","description":"The calendar week number element."},{"name":"::part(week-number-inner)","description":"The calendar week number inner element."},{"name":"::part(date)","description":"The calendar date element."},{"name":"::part(date-inner)","description":"The calendar date inner element."},{"name":"::part(first)","description":"The calendar first selected date element in range selection."},{"name":"::part(last)","description":"The calendar last selected date element in range selection."},{"name":"::part(inactive)","description":"The calendar inactive date element."},{"name":"::part(hidden)","description":"The calendar hidden date element."},{"name":"::part(weekend)","description":"The calendar weekend date element."},{"name":"::part(range)","description":"The calendar range selected element."},{"name":"::part(special)","description":"The calendar special date element."},{"name":"::part(disabled)","description":"The calendar disabled date element."},{"name":"::part(single)","description":"The calendar single selected date element."},{"name":"::part(preview)","description":"The calendar range selection preview date element."},{"name":"::part(month)","description":"The calendar month element."},{"name":"::part(month-inner)","description":"The calendar month inner element."},{"name":"::part(year)","description":"The calendar year element."},{"name":"::part(year-inner)","description":"The calendar year inner element."},{"name":"::part(selected)","description":"The calendar selected state for element(s). Applies to date, month and year elements."},{"name":"::part(current)","description":"The calendar current state for element(s). Applies to date, month and year elements."},{"name":"::part(prefix)","description":"The prefix wrapper of the dropdown item."},{"name":"::part(content)","description":"The main content wrapper of the dropdown item."},{"name":"::part(suffix)","description":"The suffix wrapper of the dropdown item."},{"name":"::part(label)","description":"The native label element."},{"name":"::part(base)","description":"The dropdown list wrapper container."},{"name":"::part(list)","description":"The dropdown list element."},{"name":"::part(container)","description":"The main wrapper that holds all main input elements."},{"name":"::part(input)","description":"The native input element."},{"name":"::part(label)","description":"The native label element."},{"name":"::part(file-names)","description":"The file names wrapper when input type is 'file'."},{"name":"::part(file-selector-button)","description":"The browse button when input type is 'file'."},{"name":"::part(prefix)","description":"The prefix wrapper."},{"name":"::part(suffix)","description":"The suffix wrapper."},{"name":"::part(helper-text)","description":"The helper text wrapper."},{"name":"::part(prefix)","description":"The prefix wrapper of the select item."},{"name":"::part(content)","description":"The main content wrapper of the select item."},{"name":"::part(suffix)","description":"The suffix wrapper of the select item."},{"name":"::part(label)","description":"The native label element."},{"name":"::part(list)","description":"The list wrapping container for the items of the select."},{"name":"::part(input)","description":"The encapsulated input of the select."},{"name":"::part(label)","description":"The encapsulated text label of the select."},{"name":"::part(prefix)","description":"The prefix wrapper of the input of the select."},{"name":"::part(suffix)","description":"The suffix wrapper of the input of the select."},{"name":"::part(toggle-icon)","description":"The toggle icon wrapper of the select."},{"name":"::part(helper-text)","description":"The helper text wrapper of the select."},{"name":"::part(track)","description":"The linear progress track area."},{"name":"::part(fill)","description":"The linear progress indicator area."},{"name":"::part(striped)","description":"The linear progress striped indicator."},{"name":"::part(label)","description":"The linear progress label."},{"name":"::part(value)","description":"The linear progress label value."},{"name":"::part(indeterminate)","description":"The linear progress indeterminate state."},{"name":"::part(primary)","description":"The linear progress indicator primary state."},{"name":"::part(danger)","description":"The linear progress indicator error state."},{"name":"::part(warning)","description":"The linear progress indicator warning state."},{"name":"::part(info)","description":"The linear progress indicator info state."},{"name":"::part(success)","description":"The linear progress indicator success state."},{"name":"::part(container)","description":"The main wrapper that holds all main input elements"},{"name":"::part(input)","description":"The native input element"},{"name":"::part(label)","description":"The native label element"},{"name":"::part(prefix)","description":"The prefix wrapper"},{"name":"::part(suffix)","description":"The suffix wrapper"},{"name":"::part(helper-text)","description":"The helper text wrapper"},{"name":"::part(base)","description":"The base wrapper of the drawer item."},{"name":"::part(icon)","description":"The icon container."},{"name":"::part(content)","description":"The content container."},{"name":"::part(base)","description":"The base wrapper of the drawer."},{"name":"::part(main)","description":"The main content container of the drawer."},{"name":"::part(mini)","description":"The mini variant container of the drawer."},{"name":"::part(base)","description":"The base wrapper of the navigation bar."},{"name":"::part(start)","description":"The left aligned icon container."},{"name":"::part(middle)","description":"The navigation bar title container."},{"name":"::part(end)","description":"The right aligned action icons container."},{"name":"::part(base)","description":"The radio control base wrapper."},{"name":"::part(control)","description":"The radio input control."},{"name":"::part(label)","description":"The radio control label."},{"name":"::part(symbol)","description":"The symbol wrapping container."},{"name":"::part(full)","description":"The full symbol wrapping container."},{"name":"::part(empty)","description":"The empty symbol wrapping container."},{"name":"::part(base)","description":"The main wrapper which holds all of the rating elements."},{"name":"::part(label)","description":"The label part."},{"name":"::part(value-label)","description":"The value label part."},{"name":"::part(symbols)","description":"A wrapper for all rating symbols."},{"name":"::part(symbol)","description":"The part of the encapsulated default symbol."},{"name":"::part(full)","description":"The part of the encapsulated full symbols."},{"name":"::part(empty)","description":"The part of the encapsulated empty symbols."},{"name":"::part(base)","description":"The base wrapper of the slider."},{"name":"::part(ticks)","description":"The ticks container."},{"name":"::part(tick-group)","description":"The tick group container."},{"name":"::part(tick)","description":"The tick element."},{"name":"::part(tick-label)","description":"The tick label element."},{"name":"::part(tick-label-inner)","description":"The inner element of the tick label."},{"name":"::part(thumbs)","description":"The thumbs container."},{"name":"::part(thumb)","description":"The thumb element."},{"name":"::part(thumb-label)","description":"The thumb tooltip label container."},{"name":"::part(thumb-label-inner)","description":"The thumb tooltip label inner element."},{"name":"::part(track)","description":"The track container."},{"name":"::part(steps)","description":"The track steps element."},{"name":"::part(inactive)","description":"The inactive element of the track."},{"name":"::part(fill)","description":"The filled part of the track."},{"name":"::part(base)","description":"The base wrapper of the snackbar component."},{"name":"::part(message)","description":"The snackbar message."},{"name":"::part(action)","description":"The default snackbar action button."},{"name":"::part(action-container)","description":"The area holding the actions."},{"name":"::part(base)","description":"The base wrapper of the slider."},{"name":"::part(ticks)","description":"The ticks container."},{"name":"::part(tick-group)","description":"The tick group container."},{"name":"::part(tick)","description":"The tick element."},{"name":"::part(tick-label)","description":"The tick label element."},{"name":"::part(tick-label-inner)","description":"The inner element of the tick label."},{"name":"::part(thumbs)","description":"The thumbs container."},{"name":"::part(thumb)","description":"The thumb element."},{"name":"::part(thumb-label)","description":"The thumb tooltip label container."},{"name":"::part(thumb-label-inner)","description":"The thumb tooltip label inner element."},{"name":"::part(track)","description":"The track container."},{"name":"::part(steps)","description":"The track steps element."},{"name":"::part(inactive)","description":"The inactive element of the track."},{"name":"::part(fill)","description":"The filled part of the track."},{"name":"::part(tab-header)","description":"The header of a single tab."},{"name":"::part(prefix)","description":"Tab header's label prefix."},{"name":"::part(content)","description":"Tab header's label slot container."},{"name":"::part(suffix)","description":"Tab header's label suffix."},{"name":"::part(tab-body)","description":"Holds the body content of a single tab, only the body of the selected tab is visible."},{"name":"::part(start-scroll-button)","description":"The start scroll button displayed when the tabs overflow."},{"name":"::part(end-scroll-button)","description":"The end scroll button displayed when the tabs overflow."},{"name":"::part(selected-indicator)","description":"The indicator that shows which tab is selected."},{"name":"::part(base)","description":"The base wrapper of the switch."},{"name":"::part(control)","description":"The switch input element."},{"name":"::part(thumb)","description":"The position indicator of the switch."},{"name":"::part(label)","description":"The switch label."},{"name":"::part(wrapper)","description":"The wrapper for the tree item."},{"name":"::part(selected)","description":"Indicates selected state. Applies to `wrapper`."},{"name":"::part(focused)","description":"Indicates focused state. Applies to `wrapper`."},{"name":"::part(active)","description":"Indicates an active state. Applies to `wrapper`."},{"name":"::part(indicator)","description":"The expand indicator of the tree item."},{"name":"::part(label)","description":"The tree item content."},{"name":"::part(text)","description":"The tree item displayed text."},{"name":"::part(select)","description":"The checkbox of the tree item when selection is enabled."},{"name":"::part(splitter-bar)","description":"The resizable bar element between the two panels."},{"name":"::part(drag-handle)","description":"The drag handle icon/element on the splitter bar."},{"name":"::part(start-pane)","description":"The container for the start panel content."},{"name":"::part(end-pane)","description":"The container for the end panel content."},{"name":"::part(start-collapse-btn)","description":"The button to collapse the start panel."},{"name":"::part(end-collapse-btn)","description":"The button to collapse the end panel."},{"name":"::part(start-expand-btn)","description":"The button to expand the start panel when collapsed."},{"name":"::part(end-expand-btn)","description":"The button to expand the end panel when collapsed."},{"name":"::part(header-container)","description":"Wrapper of the step's `header` and its separators."},{"name":"::part(disabled)","description":"Indicates a disabled state. Applies to `header-container`."},{"name":"::part(complete-start)","description":"Indicates a complete state of the current step. Applies to `header-container`."},{"name":"::part(complete-end)","description":"Indicates a complete state of the previous step. Applies to `header-container`."},{"name":"::part(optional)","description":"Indicates an optional state. Applies to `header-container`."},{"name":"::part(invalid)","description":"Indicates an invalid state. Applies to `header-container`."},{"name":"::part(top)","description":"Indicates that the title should be above the indicator. Applies to `header-container`."},{"name":"::part(bottom)","description":"Indicates that the title should be below the indicator. Applies to `header-container`."},{"name":"::part(start)","description":"Indicates that the title should be before the indicator. Applies to `header-container`."},{"name":"::part(end)","description":"Indicates that the title should be after the indicator. Applies to `header-container`."},{"name":"::part(header)","description":"Wrapper of the step's `indicator` and `text`."},{"name":"::part(indicator)","description":"The indicator of the step."},{"name":"::part(text)","description":"Wrapper of the step's `title` and `subtitle`."},{"name":"::part(empty)","description":"Indicates that no title and subtitle have been provided to the step. Applies to `text`."},{"name":"::part(title)","description":"The title of the step."},{"name":"::part(subtitle)","description":"The subtitle of the step."},{"name":"::part(body)","description":"Wrapper of the step's `content`."},{"name":"::part(content)","description":"The step's `content`."},{"name":"::part(background)","description":"The background rect of the QR code."},{"name":"::part(dots)","description":"The data modules (dots) of the QR code."},{"name":"::part(corner-square)","description":"The outer corner (finder-pattern) squares of the QR code."},{"name":"::part(corner-dot)","description":"The inner corner (finder-pattern) dots of the QR code."}]
|
|
6
6
|
}
|