igniteui-webcomponents 4.4.0 → 4.5.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 +25 -0
- package/components/accordion/accordion.d.ts +1 -0
- package/components/accordion/accordion.js +5 -3
- package/components/accordion/accordion.js.map +1 -1
- package/components/avatar/avatar.d.ts +1 -0
- package/components/avatar/avatar.js +8 -10
- package/components/avatar/avatar.js.map +1 -1
- package/components/avatar/themes/avatar.base.css.js +0 -12
- package/components/avatar/themes/avatar.base.css.js.map +1 -1
- package/components/avatar/themes/dark/avatar.bootstrap.css.js +6 -1
- package/components/avatar/themes/dark/avatar.bootstrap.css.js.map +1 -1
- package/components/avatar/themes/dark/avatar.fluent.css.js +6 -1
- package/components/avatar/themes/dark/avatar.fluent.css.js.map +1 -1
- package/components/avatar/themes/dark/avatar.indigo.css.js +6 -1
- package/components/avatar/themes/dark/avatar.indigo.css.js.map +1 -1
- package/components/avatar/themes/dark/avatar.material.css.js +6 -1
- package/components/avatar/themes/dark/avatar.material.css.js.map +1 -1
- package/components/avatar/themes/light/avatar.bootstrap.css.js +1 -20
- package/components/avatar/themes/light/avatar.bootstrap.css.js.map +1 -1
- package/components/avatar/themes/light/avatar.fluent.css.js +1 -20
- package/components/avatar/themes/light/avatar.fluent.css.js.map +1 -1
- package/components/avatar/themes/light/avatar.indigo.css.js +1 -20
- package/components/avatar/themes/light/avatar.indigo.css.js.map +1 -1
- package/components/avatar/themes/light/avatar.material.css.js +1 -20
- package/components/avatar/themes/light/avatar.material.css.js.map +1 -1
- package/components/avatar/themes/shared/avatar.bootstrap.css.js +20 -0
- package/components/avatar/themes/shared/avatar.bootstrap.css.js.map +1 -0
- package/components/avatar/themes/shared/avatar.fluent.css.js +20 -0
- package/components/avatar/themes/shared/avatar.fluent.css.js.map +1 -0
- package/components/avatar/themes/shared/avatar.indigo.css.js +20 -0
- package/components/avatar/themes/shared/avatar.indigo.css.js.map +1 -0
- package/components/avatar/themes/shared/avatar.material.css.js +20 -0
- package/components/avatar/themes/shared/avatar.material.css.js.map +1 -0
- package/components/avatar/themes/themes.d.ts +2 -0
- package/components/avatar/themes/themes.js +43 -0
- package/components/avatar/themes/themes.js.map +1 -0
- package/components/badge/badge.d.ts +1 -0
- package/components/badge/badge.js +5 -1
- package/components/badge/badge.js.map +1 -1
- package/components/{tabs/themes/dark/tab.dark.bootstrap.css.js → badge/themes/dark/badge.bootstrap.css.js} +1 -1
- package/components/badge/themes/dark/badge.bootstrap.css.js.map +1 -0
- package/components/badge/themes/light/badge.base.css.js +17 -6
- package/components/badge/themes/light/badge.base.css.js.map +1 -1
- package/components/badge/themes/light/badge.bootstrap.css.js +18 -4
- package/components/badge/themes/light/badge.bootstrap.css.js.map +1 -1
- package/components/button/button-base.d.ts +1 -1
- package/components/button/button-base.js +2 -16
- package/components/button/button-base.js.map +1 -1
- package/components/button/button.d.ts +1 -3
- package/components/button/button.js +9 -5
- package/components/button/button.js.map +1 -1
- package/components/button/icon-button.d.ts +1 -0
- package/components/button/icon-button.js +9 -4
- package/components/button/icon-button.js.map +1 -1
- package/components/button/themes/button/light/button.base.css.js +0 -12
- package/components/button/themes/button/light/button.base.css.js.map +1 -1
- package/components/button/themes/button/light/button.fluent.css.js +2 -2
- package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.base.css.js +0 -12
- package/components/button/themes/icon-button/light/icon-button.base.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js +2 -2
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
- package/components/button-group/button-group.d.ts +70 -0
- package/components/button-group/button-group.js +209 -0
- package/components/button-group/button-group.js.map +1 -0
- package/components/button-group/themes/light/button-group.base.css.js +57 -0
- package/components/button-group/themes/light/button-group.base.css.js.map +1 -0
- package/components/button-group/themes/light/button-group.bootstrap.css.js +34 -0
- package/components/button-group/themes/light/button-group.bootstrap.css.js.map +1 -0
- package/components/button-group/themes/light/button-group.fluent.css.js +34 -0
- package/components/button-group/themes/light/button-group.fluent.css.js.map +1 -0
- package/components/button-group/themes/light/button-group.indigo.css.js +35 -0
- package/components/button-group/themes/light/button-group.indigo.css.js.map +1 -0
- package/components/button-group/themes/light/button-group.material.css.js +34 -0
- package/components/button-group/themes/light/button-group.material.css.js.map +1 -0
- package/components/button-group/themes/light/toggle-button/toggle-button.base.css.js +161 -0
- package/components/button-group/themes/light/toggle-button/toggle-button.base.css.js.map +1 -0
- package/components/button-group/themes/light/toggle-button/toggle-button.bootstrap.css.js +63 -0
- package/components/button-group/themes/light/toggle-button/toggle-button.bootstrap.css.js.map +1 -0
- package/components/button-group/themes/light/toggle-button/toggle-button.fluent.css.js +55 -0
- package/components/button-group/themes/light/toggle-button/toggle-button.fluent.css.js.map +1 -0
- package/components/button-group/themes/light/toggle-button/toggle-button.indigo.css.js +69 -0
- package/components/button-group/themes/light/toggle-button/toggle-button.indigo.css.js.map +1 -0
- package/components/button-group/themes/light/toggle-button/toggle-button.material.css.js +56 -0
- package/components/button-group/themes/light/toggle-button/toggle-button.material.css.js.map +1 -0
- package/components/button-group/toggle-button.d.ts +49 -0
- package/components/button-group/toggle-button.js +81 -0
- package/components/button-group/toggle-button.js.map +1 -0
- package/components/calendar/calendar.d.ts +4 -3
- package/components/calendar/calendar.js +26 -14
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/days-view/days-view.d.ts +1 -0
- package/components/calendar/days-view/days-view.js +21 -5
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/months-view/months-view.d.ts +1 -0
- package/components/calendar/months-view/months-view.js +20 -4
- package/components/calendar/months-view/months-view.js.map +1 -1
- package/components/calendar/themes/calendar.base.css.js +13 -74
- package/components/calendar/themes/calendar.base.css.js.map +1 -1
- package/components/calendar/themes/days-view.base.css.js +1 -137
- package/components/calendar/themes/days-view.base.css.js.map +1 -1
- package/components/calendar/themes/{bootstrap → light/bootstrap}/calendar.bootstrap.css.js +25 -11
- package/components/calendar/themes/light/bootstrap/calendar.bootstrap.css.js.map +1 -0
- package/components/calendar/themes/{bootstrap → light/bootstrap}/days-view.bootstrap.css.js +104 -3
- package/components/calendar/themes/light/bootstrap/days-view.bootstrap.css.js.map +1 -0
- package/components/calendar/themes/{bootstrap → light/bootstrap}/year-month-view.bootstrap.css.js +14 -5
- package/components/calendar/themes/light/bootstrap/year-month-view.bootstrap.css.js.map +1 -0
- package/components/calendar/themes/light/fluent/calendar.fluent.css.js +108 -0
- package/components/calendar/themes/light/fluent/calendar.fluent.css.js.map +1 -0
- package/components/calendar/themes/{fluent → light/fluent}/days-view.fluent.css.js +108 -25
- package/components/calendar/themes/light/fluent/days-view.fluent.css.js.map +1 -0
- package/components/calendar/themes/light/fluent/year-month-view.fluent.css.js +49 -0
- package/components/calendar/themes/light/fluent/year-month-view.fluent.css.js.map +1 -0
- package/components/calendar/themes/{indigo → light/indigo}/calendar.indigo.css.js +30 -10
- package/components/calendar/themes/light/indigo/calendar.indigo.css.js.map +1 -0
- package/components/calendar/themes/light/indigo/days-view.indigo.css.js +166 -0
- package/components/calendar/themes/light/indigo/days-view.indigo.css.js.map +1 -0
- package/components/calendar/themes/light/indigo/year-month-view.indigo.css.js +40 -0
- package/components/calendar/themes/light/indigo/year-month-view.indigo.css.js.map +1 -0
- package/components/calendar/themes/light/material/calendar.material.css.js +83 -0
- package/components/calendar/themes/light/material/calendar.material.css.js.map +1 -0
- package/components/calendar/themes/light/material/days-view.material.css.js +166 -0
- package/components/calendar/themes/light/material/days-view.material.css.js.map +1 -0
- package/components/calendar/themes/light/material/year-month-view.material.css.js +40 -0
- package/components/calendar/themes/light/material/year-month-view.material.css.js.map +1 -0
- package/components/calendar/themes/year-month-view.base.css.js +0 -38
- package/components/calendar/themes/year-month-view.base.css.js.map +1 -1
- package/components/calendar/years-view/years-view.d.ts +1 -0
- package/components/calendar/years-view/years-view.js +20 -4
- package/components/calendar/years-view/years-view.js.map +1 -1
- package/components/card/card.actions.d.ts +1 -0
- package/components/card/card.actions.js +6 -2
- package/components/card/card.actions.js.map +1 -1
- package/components/card/card.content.d.ts +1 -0
- package/components/card/card.content.js +22 -2
- package/components/card/card.content.js.map +1 -1
- package/components/card/card.d.ts +1 -0
- package/components/card/card.header.d.ts +1 -0
- package/components/card/card.header.js +18 -4
- package/components/card/card.header.js.map +1 -1
- package/components/card/card.js +18 -6
- package/components/card/card.js.map +1 -1
- package/components/card/card.media.d.ts +1 -0
- package/components/card/card.media.js +5 -1
- package/components/card/card.media.js.map +1 -1
- package/components/{nav-drawer/themes/dark/nav-drawer-item.base.css.js → card/themes/dark/card.bootstrap.css.js} +1 -1
- package/components/card/themes/dark/card.bootstrap.css.js.map +1 -0
- package/components/{tabs/themes/dark/tab.dark.base.css.js → card/themes/dark/card.fluent.css.js} +1 -1
- package/components/card/themes/dark/card.fluent.css.js.map +1 -0
- package/components/{nav-drawer/themes/dark/nav-drawer-item.indigo.css.js → card/themes/dark/card.indigo.css.js} +1 -1
- package/components/card/themes/dark/card.indigo.css.js.map +1 -0
- package/components/card/themes/dark/card.material.css.js +3 -0
- package/components/card/themes/dark/card.material.css.js.map +1 -0
- package/components/card/themes/light/card.actions.base.css.d.ts +1 -0
- package/components/card/themes/light/{card.actions.material.css.js → card.actions.base.css.js} +1 -1
- package/components/card/themes/light/card.actions.base.css.js.map +1 -0
- package/components/card/themes/light/card.actions.bootstrap.css.js +0 -96
- package/components/card/themes/light/card.actions.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/card.base.css.d.ts +1 -0
- package/components/card/themes/light/card.base.css.js +66 -0
- package/components/card/themes/light/card.base.css.js.map +1 -0
- package/components/card/themes/light/card.bootstrap.css.js +11 -5
- package/components/card/themes/light/card.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/card.content.base.css.d.ts +1 -0
- package/components/card/themes/light/card.content.base.css.js +53 -0
- package/components/card/themes/light/card.content.base.css.js.map +1 -0
- package/components/card/themes/light/card.content.bootstrap.css.js +10 -54
- package/components/card/themes/light/card.content.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/card.content.fluent.css.d.ts +1 -0
- package/components/card/themes/light/card.content.fluent.css.js +14 -0
- package/components/card/themes/light/card.content.fluent.css.js.map +1 -0
- package/components/card/themes/light/card.content.indigo.css.js +10 -54
- package/components/card/themes/light/card.content.indigo.css.js.map +1 -1
- package/components/card/themes/light/card.content.material.css.js +10 -50
- package/components/card/themes/light/card.content.material.css.js.map +1 -1
- package/components/card/themes/light/card.fluent.css.js +16 -5
- package/components/card/themes/light/card.fluent.css.js.map +1 -1
- package/components/card/themes/light/card.header.base.css.d.ts +1 -0
- package/components/card/themes/light/card.header.base.css.js +106 -0
- package/components/card/themes/light/card.header.base.css.js.map +1 -0
- package/components/card/themes/light/card.header.bootstrap.css.js +11 -106
- package/components/card/themes/light/card.header.bootstrap.css.js.map +1 -1
- package/components/card/themes/light/card.header.fluent.css.js +11 -104
- package/components/card/themes/light/card.header.fluent.css.js.map +1 -1
- package/components/card/themes/light/card.header.indigo.css.js +11 -109
- package/components/card/themes/light/card.header.indigo.css.js.map +1 -1
- package/components/card/themes/light/card.header.material.css.js +11 -101
- package/components/card/themes/light/card.header.material.css.js.map +1 -1
- package/components/card/themes/light/card.indigo.css.js +13 -0
- package/components/card/themes/light/card.indigo.css.js.map +1 -1
- package/components/card/themes/light/card.material.css.js +8 -67
- package/components/card/themes/light/card.material.css.js.map +1 -1
- package/components/card/themes/light/card.media.base.css.d.ts +1 -0
- package/components/card/themes/light/{card.media.material.css.js → card.media.base.css.js} +1 -1
- package/components/card/themes/light/card.media.base.css.js.map +1 -0
- package/components/checkbox/checkbox.d.ts +1 -0
- package/components/checkbox/checkbox.js +8 -1
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.d.ts +1 -0
- package/components/checkbox/switch.js +8 -1
- package/components/checkbox/switch.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.bootstrap.css.js +3 -4
- package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.fluent.css.js +3 -4
- package/components/checkbox/themes/light/checkbox.fluent.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.indigo.css.js +27 -11
- package/components/checkbox/themes/light/checkbox.indigo.css.js.map +1 -1
- package/components/checkbox/themes/light/checkbox.material.css.js +2 -3
- package/components/checkbox/themes/light/checkbox.material.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.bootstrap.css.js +1 -2
- package/components/checkbox/themes/light/switch.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.fluent.css.js +3 -4
- package/components/checkbox/themes/light/switch.fluent.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.indigo.css.js +1 -2
- package/components/checkbox/themes/light/switch.indigo.css.js.map +1 -1
- package/components/checkbox/themes/light/switch.material.css.js +2 -3
- package/components/checkbox/themes/light/switch.material.css.js.map +1 -1
- package/components/chip/chip.d.ts +1 -0
- package/components/chip/chip.js +13 -8
- package/components/chip/chip.js.map +1 -1
- package/components/chip/themes/dark/chip.bootstrap.css.d.ts +1 -0
- package/components/{nav-drawer/themes/dark/nav-drawer-item.fluent.css.js → chip/themes/dark/chip.bootstrap.css.js} +1 -1
- package/components/chip/themes/dark/chip.bootstrap.css.js.map +1 -0
- package/components/chip/themes/dark/chip.fluent.css.d.ts +1 -0
- package/components/chip/themes/dark/chip.fluent.css.js +3 -0
- package/components/chip/themes/dark/chip.fluent.css.js.map +1 -0
- package/components/chip/themes/dark/chip.indigo.css.d.ts +1 -0
- package/components/chip/themes/dark/chip.indigo.css.js +3 -0
- package/components/chip/themes/dark/chip.indigo.css.js.map +1 -0
- package/components/chip/themes/dark/chip.material.css.d.ts +1 -0
- package/components/chip/themes/dark/chip.material.css.js +3 -0
- package/components/chip/themes/dark/chip.material.css.js.map +1 -0
- package/components/chip/themes/light/chip.base.css.d.ts +1 -0
- package/components/chip/themes/{chip.base.css.js → light/chip.base.css.js} +12 -47
- package/components/chip/themes/light/chip.base.css.js.map +1 -0
- package/components/chip/themes/light/chip.bootstrap.css.d.ts +1 -0
- package/components/chip/themes/light/chip.bootstrap.css.js +108 -0
- package/components/chip/themes/light/chip.bootstrap.css.js.map +1 -0
- package/components/chip/themes/light/chip.fluent.css.d.ts +1 -0
- package/components/chip/themes/light/chip.fluent.css.js +73 -0
- package/components/chip/themes/light/chip.fluent.css.js.map +1 -0
- package/components/chip/themes/light/chip.indigo.css.d.ts +1 -0
- package/components/chip/themes/light/chip.indigo.css.js +172 -0
- package/components/chip/themes/light/chip.indigo.css.js.map +1 -0
- package/components/chip/themes/light/chip.material.css.d.ts +1 -0
- package/components/chip/themes/light/chip.material.css.js +53 -0
- package/components/chip/themes/light/chip.material.css.js.map +1 -0
- package/components/combo/combo-header.d.ts +1 -0
- package/components/combo/combo-header.js +10 -4
- package/components/combo/combo-header.js.map +1 -1
- package/components/combo/combo-item.d.ts +1 -0
- package/components/combo/combo-item.js +12 -7
- package/components/combo/combo-item.js.map +1 -1
- package/components/combo/combo-list.d.ts +1 -0
- package/components/combo/combo-list.js +4 -0
- package/components/combo/combo-list.js.map +1 -1
- package/components/combo/combo.d.ts +7 -6
- package/components/combo/combo.js +33 -23
- package/components/combo/combo.js.map +1 -1
- package/components/combo/themes/light/combo.base.css.js +5 -0
- package/components/combo/themes/light/combo.base.css.js.map +1 -1
- package/components/combo/themes/light/combo.bootstrap.css.js +1 -1
- package/components/combo/themes/light/combo.bootstrap.css.js.map +1 -1
- package/components/combo/themes/light/combo.fluent.css.js +1 -1
- package/components/combo/themes/light/combo.fluent.css.js.map +1 -1
- package/components/combo/themes/light/combo.indigo.css.js +1 -1
- package/components/combo/themes/light/combo.indigo.css.js.map +1 -1
- package/components/combo/themes/light/combo.material.css.js +1 -1
- package/components/combo/themes/light/combo.material.css.js.map +1 -1
- package/components/common/definitions/defineAllComponents.d.ts +1 -1
- package/components/common/definitions/defineAllComponents.js +8 -2
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/common/definitions/defineComponents.d.ts +2 -1
- package/components/common/definitions/defineComponents.js +3 -6
- package/components/common/definitions/defineComponents.js.map +1 -1
- package/components/common/definitions/register.d.ts +5 -0
- package/components/common/definitions/register.js +9 -0
- package/components/common/definitions/register.js.map +1 -0
- package/components/common/mixins/form-associated.d.ts +1 -1
- package/components/common/mixins/form-associated.js +10 -24
- package/components/common/mixins/form-associated.js.map +1 -1
- package/components/common/mixins/sizable.d.ts +3 -0
- package/components/common/mixins/sizable.js +7 -0
- package/components/common/mixins/sizable.js.map +1 -1
- package/components/common/util.d.ts +1 -0
- package/components/common/util.js +10 -0
- package/components/common/util.js.map +1 -1
- package/components/date-time-input/date-time-input.d.ts +4 -3
- package/components/date-time-input/date-time-input.js +9 -5
- package/components/date-time-input/date-time-input.js.map +1 -1
- package/components/dialog/dialog.d.ts +2 -1
- package/components/dialog/dialog.js +13 -7
- package/components/dialog/dialog.js.map +1 -1
- package/components/dialog/themes/dark/dialog.bootstrap.css.d.ts +1 -0
- package/components/dialog/themes/dark/dialog.bootstrap.css.js +3 -0
- package/components/dialog/themes/dark/dialog.bootstrap.css.js.map +1 -0
- package/components/dialog/themes/dark/dialog.fluent.css.d.ts +1 -0
- package/components/dialog/themes/dark/dialog.fluent.css.js +3 -0
- package/components/dialog/themes/dark/dialog.fluent.css.js.map +1 -0
- package/components/dialog/themes/dark/dialog.indigo.css.d.ts +1 -0
- package/components/dialog/themes/dark/dialog.indigo.css.js +3 -0
- package/components/dialog/themes/dark/dialog.indigo.css.js.map +1 -0
- package/components/dialog/themes/dark/dialog.material.css.d.ts +1 -0
- package/components/dialog/themes/dark/dialog.material.css.js +3 -0
- package/components/dialog/themes/dark/dialog.material.css.js.map +1 -0
- package/components/dialog/themes/light/dialog.base.css.js +0 -7
- package/components/dialog/themes/light/dialog.base.css.js.map +1 -1
- package/components/dialog/themes/light/dialog.bootstrap.css.js +15 -7
- package/components/dialog/themes/light/dialog.bootstrap.css.js.map +1 -1
- package/components/dialog/themes/light/dialog.fluent.css.js +12 -2
- package/components/dialog/themes/light/dialog.fluent.css.js.map +1 -1
- package/components/dialog/themes/light/dialog.indigo.css.js +14 -1
- package/components/dialog/themes/light/dialog.indigo.css.js.map +1 -1
- package/components/dialog/themes/light/dialog.material.css.js +14 -32
- package/components/dialog/themes/light/dialog.material.css.js.map +1 -1
- package/components/dropdown/dropdown-group.d.ts +1 -0
- package/components/dropdown/dropdown-group.js +9 -4
- package/components/dropdown/dropdown-group.js.map +1 -1
- package/components/dropdown/dropdown-header.d.ts +1 -0
- package/components/dropdown/dropdown-header.js +8 -1
- package/components/dropdown/dropdown-header.js.map +1 -1
- package/components/dropdown/dropdown-item.d.ts +1 -0
- package/components/dropdown/dropdown-item.js +8 -1
- package/components/dropdown/dropdown-item.js.map +1 -1
- package/components/dropdown/dropdown.d.ts +2 -3
- package/components/dropdown/dropdown.js +9 -10
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/dropdown/themes/light/dropdown.base.css.js +0 -12
- package/components/dropdown/themes/light/dropdown.base.css.js.map +1 -1
- package/components/expansion-panel/expansion-panel.d.ts +2 -1
- package/components/expansion-panel/expansion-panel.js +14 -7
- package/components/expansion-panel/expansion-panel.js.map +1 -1
- package/components/expansion-panel/themes/dark/expansion-panel.bootstrap.css.d.ts +1 -0
- package/components/{nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.js → expansion-panel/themes/dark/expansion-panel.bootstrap.css.js} +1 -1
- package/components/expansion-panel/themes/dark/expansion-panel.bootstrap.css.js.map +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.fluent.css.d.ts +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.fluent.css.js +3 -0
- package/components/expansion-panel/themes/dark/expansion-panel.fluent.css.js.map +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.indigo.css.d.ts +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.indigo.css.js +3 -0
- package/components/expansion-panel/themes/dark/expansion-panel.indigo.css.js.map +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.material.css.d.ts +1 -0
- package/components/expansion-panel/themes/dark/expansion-panel.material.css.js +3 -0
- package/components/expansion-panel/themes/dark/expansion-panel.material.css.js.map +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.base.css.js +1 -27
- package/components/expansion-panel/themes/light/expansion-panel.base.css.js.map +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js +33 -15
- package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js.map +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js +21 -3
- package/components/expansion-panel/themes/light/expansion-panel.fluent.css.js.map +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js +16 -3
- package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js.map +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.material.css.d.ts +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.material.css.js +42 -0
- package/components/expansion-panel/themes/light/expansion-panel.material.css.js.map +1 -0
- package/components/form/form.d.ts +1 -0
- package/components/form/form.js +5 -1
- package/components/form/form.js.map +1 -1
- package/components/icon/icon.base.css.js +6 -0
- package/components/icon/icon.base.css.js.map +1 -1
- package/components/icon/icon.d.ts +1 -0
- package/components/icon/icon.js +11 -4
- package/components/icon/icon.js.map +1 -1
- package/components/icon/light/icon.bootstrap.css.js +2 -3
- package/components/icon/light/icon.bootstrap.css.js.map +1 -1
- package/components/icon/light/icon.fluent.css.js +2 -3
- package/components/icon/light/icon.fluent.css.js.map +1 -1
- package/components/icon/light/icon.indigo.css.js +2 -3
- package/components/icon/light/icon.indigo.css.js.map +1 -1
- package/components/icon/light/icon.material.css.js +2 -3
- package/components/icon/light/icon.material.css.js.map +1 -1
- package/components/input/input-base.d.ts +2 -2
- package/components/input/input-base.js +11 -6
- package/components/input/input-base.js.map +1 -1
- package/components/input/input.d.ts +6 -5
- package/components/input/input.js +8 -4
- package/components/input/input.js.map +1 -1
- package/components/input/themes/light/input.base.css.js +0 -12
- package/components/input/themes/light/input.base.css.js.map +1 -1
- package/components/input/themes/light/input.bootstrap.css.js +1 -1
- package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
- package/components/input/themes/light/input.fluent.css.js +3 -3
- package/components/input/themes/light/input.fluent.css.js.map +1 -1
- package/components/input/themes/light/input.indigo.css.js +1 -1
- package/components/input/themes/light/input.indigo.css.js.map +1 -1
- package/components/input/themes/light/input.material.css.js +1 -1
- package/components/input/themes/light/input.material.css.js.map +1 -1
- package/components/list/list-header.d.ts +1 -1
- package/components/list/list-header.js +5 -3
- package/components/list/list-header.js.map +1 -1
- package/components/list/list-item.d.ts +1 -1
- package/components/list/list-item.js +8 -3
- package/components/list/list-item.js.map +1 -1
- package/components/list/list.d.ts +1 -1
- package/components/list/list.js +4 -5
- package/components/list/list.js.map +1 -1
- package/components/list/themes/dark/list-header.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/list-header.bootstrap.css.js +3 -0
- package/components/list/themes/dark/list-header.bootstrap.css.js.map +1 -0
- package/components/list/themes/dark/list-header.indigo.css.d.ts +1 -0
- package/components/list/themes/dark/list-header.indigo.css.js +3 -0
- package/components/list/themes/dark/list-header.indigo.css.js.map +1 -0
- package/components/list/themes/dark/list-item.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/list-item.bootstrap.css.js +3 -0
- package/components/list/themes/dark/list-item.bootstrap.css.js.map +1 -0
- package/components/list/themes/dark/list-item.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/list-item.fluent.css.js +3 -0
- package/components/list/themes/dark/list-item.fluent.css.js.map +1 -0
- package/components/list/themes/dark/list-item.indigo.css.d.ts +1 -0
- package/components/list/themes/dark/list-item.indigo.css.js +3 -0
- package/components/list/themes/dark/list-item.indigo.css.js.map +1 -0
- package/components/list/themes/dark/list-item.material.css.d.ts +1 -0
- package/components/list/themes/dark/list-item.material.css.js +3 -0
- package/components/list/themes/dark/list-item.material.css.js.map +1 -0
- package/components/list/themes/light/list-header.base.css.js +36 -11
- package/components/list/themes/light/list-header.base.css.js.map +1 -1
- package/components/list/themes/light/list-header.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/list-header.bootstrap.css.js +31 -0
- package/components/list/themes/light/list-header.bootstrap.css.js.map +1 -0
- package/components/list/themes/light/list-header.indigo.css.js +27 -1
- package/components/list/themes/light/list-header.indigo.css.js.map +1 -1
- package/components/list/themes/light/list-item.base.css.js +2 -33
- package/components/list/themes/light/list-item.base.css.js.map +1 -1
- package/components/list/themes/light/list-item.bootstrap.css.js +10 -4
- package/components/list/themes/light/list-item.bootstrap.css.js.map +1 -1
- package/components/list/themes/light/list-item.fluent.css.js +26 -15
- package/components/list/themes/light/list-item.fluent.css.js.map +1 -1
- package/components/list/themes/light/list-item.indigo.css.js +18 -8
- package/components/list/themes/light/list-item.indigo.css.js.map +1 -1
- package/components/list/themes/light/list-item.material.css.d.ts +1 -0
- package/components/list/themes/light/list-item.material.css.js +49 -0
- package/components/list/themes/light/list-item.material.css.js.map +1 -0
- package/components/list/themes/light/list.base.css.js +1 -13
- package/components/list/themes/light/list.base.css.js.map +1 -1
- package/components/list/themes/light/list.bootstrap.css.js +2 -2
- package/components/list/themes/light/list.bootstrap.css.js.map +1 -1
- package/components/mask-input/mask-input.d.ts +2 -1
- package/components/mask-input/mask-input.js +7 -3
- package/components/mask-input/mask-input.js.map +1 -1
- package/components/nav-drawer/nav-drawer-header-item.d.ts +1 -0
- package/components/nav-drawer/nav-drawer-header-item.js +11 -4
- package/components/nav-drawer/nav-drawer-header-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer-item.d.ts +1 -0
- package/components/nav-drawer/nav-drawer-item.js +13 -4
- package/components/nav-drawer/nav-drawer-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer.d.ts +1 -0
- package/components/nav-drawer/nav-drawer.js +17 -8
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/nav-drawer/themes/dark/nav-drawer.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/nav-drawer.bootstrap.css.js +3 -0
- package/components/nav-drawer/themes/dark/{nav-drawer-item.base.css.js.map → nav-drawer.bootstrap.css.js.map} +1 -1
- package/components/nav-drawer/themes/dark/nav-drawer.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/nav-drawer.fluent.css.js +3 -0
- package/components/nav-drawer/themes/dark/nav-drawer.fluent.css.js.map +1 -0
- package/components/nav-drawer/themes/dark/nav-drawer.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/nav-drawer.material.css.js +3 -0
- package/components/nav-drawer/themes/dark/nav-drawer.material.css.js.map +1 -0
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.base.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.base.css.js +7 -0
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.base.css.js.map +1 -0
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/{fluent/nav-drawer-header-item.fluent.css.js → header-item/nav-drawer-header-item.bootstrap.css.js} +2 -1
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.bootstrap.css.js.map +1 -0
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/{nav-drawer-header-item.base.css.js → header-item/nav-drawer-header-item.fluent.css.js} +2 -5
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.fluent.css.js.map +1 -0
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.indigo.css.js +14 -0
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.indigo.css.js.map +1 -0
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.material.css.js +14 -0
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.material.css.js.map +1 -0
- package/components/nav-drawer/themes/light/item/nav-drawer-item.base.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/item/nav-drawer-item.base.css.js +65 -0
- package/components/nav-drawer/themes/light/item/nav-drawer-item.base.css.js.map +1 -0
- package/components/nav-drawer/themes/light/item/nav-drawer-item.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/{nav-drawer-item.base.css.js → item/nav-drawer-item.bootstrap.css.js} +16 -66
- package/components/nav-drawer/themes/light/item/nav-drawer-item.bootstrap.css.js.map +1 -0
- package/components/nav-drawer/themes/light/item/nav-drawer-item.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/item/nav-drawer-item.fluent.css.js +54 -0
- package/components/nav-drawer/themes/light/item/nav-drawer-item.fluent.css.js.map +1 -0
- package/components/nav-drawer/themes/light/item/nav-drawer-item.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/{indigo → item}/nav-drawer-item.indigo.css.js +30 -9
- package/components/nav-drawer/themes/light/item/nav-drawer-item.indigo.css.js.map +1 -0
- package/components/nav-drawer/themes/light/item/nav-drawer-item.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/item/nav-drawer-item.material.css.js +54 -0
- package/components/nav-drawer/themes/light/item/nav-drawer-item.material.css.js.map +1 -0
- package/components/nav-drawer/themes/light/nav-drawer.base.css.js +85 -62
- package/components/nav-drawer/themes/light/nav-drawer.base.css.js.map +1 -1
- package/components/nav-drawer/themes/light/nav-drawer.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/nav-drawer.bootstrap.css.js +62 -0
- package/components/nav-drawer/themes/light/nav-drawer.bootstrap.css.js.map +1 -0
- package/components/nav-drawer/themes/light/nav-drawer.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/nav-drawer.fluent.css.js +62 -0
- package/components/nav-drawer/themes/light/nav-drawer.fluent.css.js.map +1 -0
- package/components/nav-drawer/themes/light/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/{indigo/nav-drawer.indigo.css.js → nav-drawer.indigo.css.js} +34 -2
- package/components/nav-drawer/themes/light/nav-drawer.indigo.css.js.map +1 -0
- package/components/nav-drawer/themes/light/nav-drawer.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/nav-drawer.material.css.js +62 -0
- package/components/nav-drawer/themes/light/nav-drawer.material.css.js.map +1 -0
- package/components/navbar/navbar.d.ts +1 -0
- package/components/navbar/navbar.js +9 -2
- package/components/navbar/navbar.js.map +1 -1
- package/components/navbar/themes/navbar.base.css.js +4 -10
- package/components/navbar/themes/navbar.base.css.js.map +1 -1
- package/components/progress/circular-gradient.d.ts +1 -0
- package/components/progress/circular-gradient.js +4 -0
- package/components/progress/circular-gradient.js.map +1 -1
- package/components/progress/circular-progress.d.ts +1 -0
- package/components/progress/circular-progress.js +7 -5
- package/components/progress/circular-progress.js.map +1 -1
- package/components/progress/linear-progress.d.ts +1 -0
- package/components/progress/linear-progress.js +10 -3
- package/components/progress/linear-progress.js.map +1 -1
- package/components/radio/radio.d.ts +1 -0
- package/components/radio/radio.js +10 -3
- package/components/radio/radio.js.map +1 -1
- package/components/radio/themes/light/radio.fluent.css.js +2 -2
- package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
- package/components/radio-group/radio-group.d.ts +1 -0
- package/components/radio-group/radio-group.js +7 -5
- package/components/radio-group/radio-group.js.map +1 -1
- package/components/rating/rating-symbol.d.ts +1 -0
- package/components/rating/rating-symbol.js +4 -0
- package/components/rating/rating-symbol.js.map +1 -1
- package/components/rating/rating.base.css.js +0 -12
- package/components/rating/rating.base.css.js.map +1 -1
- package/components/rating/rating.d.ts +4 -3
- package/components/rating/rating.js +12 -7
- package/components/rating/rating.js.map +1 -1
- package/components/ripple/ripple.d.ts +1 -0
- package/components/ripple/ripple.js +4 -0
- package/components/ripple/ripple.js.map +1 -1
- package/components/select/select-group.d.ts +1 -1
- package/components/select/select-group.js +4 -0
- package/components/select/select-group.js.map +1 -1
- package/components/select/select-header.d.ts +1 -1
- package/components/select/select-header.js +4 -0
- package/components/select/select-header.js.map +1 -1
- package/components/select/select-item.d.ts +2 -1
- package/components/select/select-item.js +6 -4
- package/components/select/select-item.js.map +1 -1
- package/components/select/select.d.ts +4 -3
- package/components/select/select.js +11 -6
- package/components/select/select.js.map +1 -1
- package/components/select/themes/light/select.base.css.js +0 -12
- package/components/select/themes/light/select.base.css.js.map +1 -1
- package/components/select/themes/light/select.bootstrap.css.js +1 -1
- package/components/select/themes/light/select.bootstrap.css.js.map +1 -1
- package/components/select/themes/light/select.fluent.css.js +1 -1
- package/components/select/themes/light/select.fluent.css.js.map +1 -1
- package/components/select/themes/light/select.indigo.css.js +1 -1
- package/components/select/themes/light/select.indigo.css.js.map +1 -1
- package/components/select/themes/light/select.material.css.js +1 -1
- package/components/select/themes/light/select.material.css.js.map +1 -1
- package/components/slider/range-slider.d.ts +1 -0
- package/components/slider/range-slider.js +5 -0
- package/components/slider/range-slider.js.map +1 -1
- package/components/slider/slider-base.js +6 -6
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/slider-label.d.ts +2 -1
- package/components/slider/slider-label.js +5 -1
- package/components/slider/slider-label.js.map +1 -1
- package/components/slider/slider.d.ts +1 -0
- package/components/slider/slider.js +5 -0
- package/components/slider/slider.js.map +1 -1
- package/components/slider/themes/dark/slider.material.css.d.ts +1 -0
- package/components/slider/themes/dark/slider.material.css.js +3 -0
- package/components/slider/themes/dark/slider.material.css.js.map +1 -0
- package/components/slider/themes/light/slider.base.css.js +0 -41
- package/components/slider/themes/light/slider.base.css.js.map +1 -1
- package/components/slider/themes/light/slider.bootstrap.css.js +62 -6
- package/components/slider/themes/light/slider.bootstrap.css.js.map +1 -1
- package/components/slider/themes/light/slider.fluent.css.js +55 -17
- package/components/slider/themes/light/slider.fluent.css.js.map +1 -1
- package/components/slider/themes/light/slider.indigo.css.js +64 -11
- package/components/slider/themes/light/slider.indigo.css.js.map +1 -1
- package/components/slider/themes/light/slider.material.css.js +62 -3
- package/components/slider/themes/light/slider.material.css.js.map +1 -1
- package/components/snackbar/snackbar.d.ts +8 -4
- package/components/snackbar/snackbar.js +16 -5
- package/components/snackbar/snackbar.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.base.css.js +21 -16
- package/components/snackbar/themes/light/snackbar.base.css.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.bootstrap.css.js +5 -5
- package/components/snackbar/themes/light/snackbar.bootstrap.css.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.fluent.css.js +5 -1
- package/components/snackbar/themes/light/snackbar.fluent.css.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.indigo.css.js +5 -3
- package/components/snackbar/themes/light/snackbar.indigo.css.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.material.css.d.ts +1 -0
- package/components/snackbar/themes/light/snackbar.material.css.js +17 -0
- package/components/snackbar/themes/light/snackbar.material.css.js.map +1 -0
- package/components/stepper/animations.js +3 -1
- package/components/stepper/animations.js.map +1 -1
- package/components/stepper/step.d.ts +1 -2
- package/components/stepper/step.js +13 -5
- package/components/stepper/step.js.map +1 -1
- package/components/stepper/stepper.d.ts +2 -3
- package/components/stepper/stepper.js +11 -6
- package/components/stepper/stepper.js.map +1 -1
- package/components/tabs/tab-panel.d.ts +1 -0
- package/components/tabs/tab-panel.js +4 -0
- package/components/tabs/tab-panel.js.map +1 -1
- package/components/tabs/tab.d.ts +1 -0
- package/components/tabs/tab.js +9 -1
- package/components/tabs/tab.js.map +1 -1
- package/components/tabs/tabs.d.ts +2 -1
- package/components/tabs/tabs.js +15 -9
- package/components/tabs/tabs.js.map +1 -1
- package/components/tabs/themes/dark/tab.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.bootstrap.css.js +3 -0
- package/components/tabs/themes/dark/tab.bootstrap.css.js.map +1 -0
- package/components/tabs/themes/dark/tab.fluent.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.fluent.css.js +3 -0
- package/components/tabs/themes/dark/tab.fluent.css.js.map +1 -0
- package/components/tabs/themes/dark/tab.indigo.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.indigo.css.js +3 -0
- package/components/tabs/themes/dark/tab.indigo.css.js.map +1 -0
- package/components/tabs/themes/dark/tab.material.css.d.ts +1 -0
- package/components/tabs/themes/dark/tab.material.css.js +3 -0
- package/components/tabs/themes/dark/tab.material.css.js.map +1 -0
- package/components/tabs/themes/light/tab.base.css.js +2 -47
- package/components/tabs/themes/light/tab.base.css.js.map +1 -1
- package/components/tabs/themes/light/tab.bootstrap.css.js +21 -21
- package/components/tabs/themes/light/tab.bootstrap.css.js.map +1 -1
- package/components/tabs/themes/light/tab.fluent.css.js +19 -5
- package/components/tabs/themes/light/tab.fluent.css.js.map +1 -1
- package/components/tabs/themes/light/tab.indigo.css.js +11 -6
- package/components/tabs/themes/light/tab.indigo.css.js.map +1 -1
- package/components/tabs/themes/light/tab.material.css.d.ts +1 -0
- package/components/tabs/themes/light/tab.material.css.js +51 -0
- package/components/tabs/themes/light/tab.material.css.js.map +1 -0
- package/components/tabs/themes/light/tabs.base.css.js +1 -16
- package/components/tabs/themes/light/tabs.base.css.js.map +1 -1
- package/components/tabs/themes/light/tabs.bootstrap.css.js +41 -6
- package/components/tabs/themes/light/tabs.bootstrap.css.js.map +1 -1
- package/components/tabs/themes/light/tabs.fluent.css.js +50 -4
- package/components/tabs/themes/light/tabs.fluent.css.js.map +1 -1
- package/components/tabs/themes/light/tabs.indigo.css.js +41 -5
- package/components/tabs/themes/light/tabs.indigo.css.js.map +1 -1
- package/components/tabs/themes/light/tabs.material.css.d.ts +1 -0
- package/components/tabs/themes/light/tabs.material.css.js +55 -0
- package/components/tabs/themes/light/tabs.material.css.js.map +1 -0
- package/components/textarea/textarea.d.ts +191 -0
- package/components/textarea/textarea.js +304 -0
- package/components/textarea/textarea.js.map +1 -0
- package/components/textarea/themes/dark/textarea.bootstrap.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.bootstrap.css.js +3 -0
- package/components/textarea/themes/dark/textarea.bootstrap.css.js.map +1 -0
- package/components/textarea/themes/dark/textarea.fluent.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.fluent.css.js +3 -0
- package/components/textarea/themes/dark/textarea.fluent.css.js.map +1 -0
- package/components/textarea/themes/dark/textarea.indigo.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.indigo.css.js +3 -0
- package/components/textarea/themes/dark/textarea.indigo.css.js.map +1 -0
- package/components/textarea/themes/dark/textarea.material.css.d.ts +1 -0
- package/components/textarea/themes/dark/textarea.material.css.js +3 -0
- package/components/textarea/themes/dark/textarea.material.css.js.map +1 -0
- package/components/textarea/themes/light/textarea.base.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.base.css.js +194 -0
- package/components/textarea/themes/light/textarea.base.css.js.map +1 -0
- package/components/textarea/themes/light/textarea.bootstrap.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.bootstrap.css.js +286 -0
- package/components/textarea/themes/light/textarea.bootstrap.css.js.map +1 -0
- package/components/textarea/themes/light/textarea.fluent.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.fluent.css.js +278 -0
- package/components/textarea/themes/light/textarea.fluent.css.js.map +1 -0
- package/components/textarea/themes/light/textarea.indigo.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.indigo.css.js +293 -0
- package/components/textarea/themes/light/textarea.indigo.css.js.map +1 -0
- package/components/textarea/themes/light/textarea.material.css.d.ts +1 -0
- package/components/textarea/themes/light/textarea.material.css.js +491 -0
- package/components/textarea/themes/light/textarea.material.css.js.map +1 -0
- package/components/toast/themes/dark/toast.bootstrap.css.d.ts +1 -0
- package/components/toast/themes/dark/toast.bootstrap.css.js +9 -0
- package/components/toast/themes/dark/toast.bootstrap.css.js.map +1 -0
- package/components/toast/themes/dark/toast.fluent.css.d.ts +1 -0
- package/components/toast/themes/dark/toast.fluent.css.js +9 -0
- package/components/toast/themes/dark/toast.fluent.css.js.map +1 -0
- package/components/toast/themes/dark/toast.indigo.css.d.ts +1 -0
- package/components/toast/themes/dark/toast.indigo.css.js +9 -0
- package/components/toast/themes/dark/toast.indigo.css.js.map +1 -0
- package/components/toast/themes/dark/toast.material.css.d.ts +1 -0
- package/components/toast/themes/dark/toast.material.css.js +9 -0
- package/components/toast/themes/dark/toast.material.css.js.map +1 -0
- package/components/toast/themes/light/toast.base.css.d.ts +1 -0
- package/components/toast/themes/{toast.base.css.js → light/toast.base.css.js} +28 -15
- package/components/toast/themes/light/toast.base.css.js.map +1 -0
- package/components/toast/themes/light/toast.bootstrap.css.d.ts +1 -0
- package/components/toast/themes/{toast.bootstrap.css.js → light/toast.bootstrap.css.js} +6 -5
- package/components/toast/themes/light/toast.bootstrap.css.js.map +1 -0
- package/components/toast/themes/light/toast.fluent.css.d.ts +1 -0
- package/components/toast/themes/{toast.fluent.css.js → light/toast.fluent.css.js} +6 -2
- package/components/toast/themes/light/toast.fluent.css.js.map +1 -0
- package/components/toast/themes/light/toast.indigo.css.d.ts +1 -0
- package/components/toast/themes/{toast.indigo.css.js → light/toast.indigo.css.js} +6 -2
- package/components/toast/themes/light/toast.indigo.css.js.map +1 -0
- package/components/toast/themes/light/toast.material.css.d.ts +1 -0
- package/components/toast/themes/light/toast.material.css.js +16 -0
- package/components/toast/themes/light/toast.material.css.js.map +1 -0
- package/components/toast/toast.d.ts +6 -0
- package/components/toast/toast.js +18 -6
- package/components/toast/toast.js.map +1 -1
- package/components/tree/themes/dark/tree-item.material.css.d.ts +1 -0
- package/components/tree/themes/dark/tree-item.material.css.js +3 -0
- package/components/tree/themes/dark/tree-item.material.css.js.map +1 -0
- package/components/tree/themes/light/tree-item.base.css.js +7 -47
- package/components/tree/themes/light/tree-item.base.css.js.map +1 -1
- package/components/tree/themes/light/tree-item.bootstrap.css.js +21 -8
- package/components/tree/themes/light/tree-item.bootstrap.css.js.map +1 -1
- package/components/tree/themes/light/tree-item.fluent.css.js +21 -8
- package/components/tree/themes/light/tree-item.fluent.css.js.map +1 -1
- package/components/tree/themes/light/tree-item.indigo.css.js +23 -9
- package/components/tree/themes/light/tree-item.indigo.css.js.map +1 -1
- package/components/tree/themes/light/tree-item.material.css.js +35 -0
- package/components/tree/themes/light/tree-item.material.css.js.map +1 -1
- package/components/tree/themes/light/tree.base.css.js +0 -12
- package/components/tree/themes/light/tree.base.css.js.map +1 -1
- package/components/tree/tree-item.d.ts +1 -2
- package/components/tree/tree-item.js +21 -24
- package/components/tree/tree-item.js.map +1 -1
- package/components/tree/tree.d.ts +1 -2
- package/components/tree/tree.js +7 -5
- package/components/tree/tree.js.map +1 -1
- package/custom-elements.json +677 -121
- package/index.d.ts +4 -1
- package/index.js +3 -0
- package/index.js.map +1 -1
- package/package.json +5 -3
- package/themes/dark/bootstrap.css +306 -43
- package/themes/dark/fluent.css +267 -57
- package/themes/dark/indigo.css +301 -64
- package/themes/dark/material.css +276 -38
- package/themes/light/bootstrap.css +5 -0
- package/themes/light/fluent.css +5 -0
- package/themes/light/indigo.css +5 -0
- package/themes/light/material.css +5 -0
- package/theming/config.d.ts +8 -5
- package/theming/config.js +21 -9
- package/theming/config.js.map +1 -1
- package/theming/theming-controller.d.ts +2 -1
- package/theming/theming-controller.js +4 -2
- package/theming/theming-controller.js.map +1 -1
- package/theming/theming-event.d.ts +2 -1
- package/theming/theming-event.js.map +1 -1
- package/theming/types.d.ts +7 -1
- package/theming/types.js.map +1 -1
- package/vscode-html-custom-data.json +311 -71
- package/animations/index.d.ts +0 -3
- package/animations/index.js +0 -4
- package/animations/index.js.map +0 -1
- package/animations/presets/index.d.ts +0 -3
- package/animations/presets/index.js +0 -4
- package/animations/presets/index.js.map +0 -1
- package/components/calendar/themes/bootstrap/calendar.bootstrap.css.js.map +0 -1
- package/components/calendar/themes/bootstrap/days-view.bootstrap.css.js.map +0 -1
- package/components/calendar/themes/bootstrap/year-month-view.bootstrap.css.js.map +0 -1
- package/components/calendar/themes/fluent/calendar.fluent.css.js +0 -409
- package/components/calendar/themes/fluent/calendar.fluent.css.js.map +0 -1
- package/components/calendar/themes/fluent/days-view.fluent.css.js.map +0 -1
- package/components/calendar/themes/fluent/year-month-view.fluent.css.js +0 -129
- package/components/calendar/themes/fluent/year-month-view.fluent.css.js.map +0 -1
- package/components/calendar/themes/indigo/calendar.indigo.css.js.map +0 -1
- package/components/card/themes/light/card.actions.material.css.js.map +0 -1
- package/components/card/themes/light/card.media.material.css.js.map +0 -1
- package/components/chip/themes/chip.base.css.js.map +0 -1
- package/components/chip/themes/chip.bootstrap.css.js +0 -323
- package/components/chip/themes/chip.bootstrap.css.js.map +0 -1
- package/components/chip/themes/chip.fluent.css.js +0 -287
- package/components/chip/themes/chip.fluent.css.js.map +0 -1
- package/components/chip/themes/chip.indigo.css.js +0 -384
- package/components/chip/themes/chip.indigo.css.js.map +0 -1
- package/components/chip/themes/chip.material.css.js +0 -268
- package/components/chip/themes/chip.material.css.js.map +0 -1
- package/components/common/decorators/index.d.ts +0 -9
- package/components/common/decorators/index.js +0 -10
- package/components/common/decorators/index.js.map +0 -1
- package/components/nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.js.map +0 -1
- package/components/nav-drawer/themes/dark/nav-drawer-item.fluent.css.js.map +0 -1
- package/components/nav-drawer/themes/dark/nav-drawer-item.indigo.css.js.map +0 -1
- package/components/nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.js.map +0 -1
- package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js +0 -17
- package/components/nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.js.map +0 -1
- package/components/nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.js +0 -5
- package/components/nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.js.map +0 -1
- package/components/nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.js.map +0 -1
- package/components/nav-drawer/themes/light/indigo/nav-drawer.indigo.css.js.map +0 -1
- package/components/nav-drawer/themes/light/nav-drawer-header-item.base.css.js.map +0 -1
- package/components/nav-drawer/themes/light/nav-drawer-item.base.css.js.map +0 -1
- package/components/tabs/themes/dark/tab.dark.base.css.js.map +0 -1
- package/components/tabs/themes/dark/tab.dark.bootstrap.css.js.map +0 -1
- package/components/toast/themes/toast.base.css.js.map +0 -1
- package/components/toast/themes/toast.bootstrap.css.js.map +0 -1
- package/components/toast/themes/toast.fluent.css.js.map +0 -1
- package/components/toast/themes/toast.indigo.css.js.map +0 -1
- package/theming/index.d.ts +0 -4
- package/theming/index.js +0 -5
- package/theming/index.js.map +0 -1
- /package/components/{calendar/themes/bootstrap/calendar.bootstrap.css.d.ts → avatar/themes/shared/avatar.bootstrap.css.d.ts} +0 -0
- /package/components/{calendar/themes/bootstrap/days-view.bootstrap.css.d.ts → avatar/themes/shared/avatar.fluent.css.d.ts} +0 -0
- /package/components/{calendar/themes/bootstrap/year-month-view.bootstrap.css.d.ts → avatar/themes/shared/avatar.indigo.css.d.ts} +0 -0
- /package/components/{calendar/themes/fluent/calendar.fluent.css.d.ts → avatar/themes/shared/avatar.material.css.d.ts} +0 -0
- /package/components/{calendar/themes/fluent/days-view.fluent.css.d.ts → badge/themes/dark/badge.bootstrap.css.d.ts} +0 -0
- /package/components/{calendar/themes/fluent/year-month-view.fluent.css.d.ts → button-group/themes/light/button-group.base.css.d.ts} +0 -0
- /package/components/{calendar/themes/indigo/calendar.indigo.css.d.ts → button-group/themes/light/button-group.bootstrap.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.actions.material.css.d.ts → button-group/themes/light/button-group.fluent.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.media.material.css.d.ts → button-group/themes/light/button-group.indigo.css.d.ts} +0 -0
- /package/components/{chip/themes/chip.base.css.d.ts → button-group/themes/light/button-group.material.css.d.ts} +0 -0
- /package/components/{chip/themes/chip.bootstrap.css.d.ts → button-group/themes/light/toggle-button/toggle-button.base.css.d.ts} +0 -0
- /package/components/{chip/themes/chip.fluent.css.d.ts → button-group/themes/light/toggle-button/toggle-button.bootstrap.css.d.ts} +0 -0
- /package/components/{chip/themes/chip.indigo.css.d.ts → button-group/themes/light/toggle-button/toggle-button.fluent.css.d.ts} +0 -0
- /package/components/{chip/themes/chip.material.css.d.ts → button-group/themes/light/toggle-button/toggle-button.indigo.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/dark/nav-drawer-item.base.css.d.ts → button-group/themes/light/toggle-button/toggle-button.material.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/dark/nav-drawer-item.bootstrap.css.d.ts → calendar/themes/light/bootstrap/calendar.bootstrap.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/dark/nav-drawer-item.fluent.css.d.ts → calendar/themes/light/bootstrap/days-view.bootstrap.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/dark/nav-drawer-item.indigo.css.d.ts → calendar/themes/light/bootstrap/year-month-view.bootstrap.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/fluent/nav-drawer-header-item.fluent.css.d.ts → calendar/themes/light/fluent/calendar.fluent.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/fluent/nav-drawer-item.fluent.css.d.ts → calendar/themes/light/fluent/days-view.fluent.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/indigo/nav-drawer-header-item.indigo.css.d.ts → calendar/themes/light/fluent/year-month-view.fluent.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/indigo/nav-drawer-item.indigo.css.d.ts → calendar/themes/light/indigo/calendar.indigo.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/indigo/nav-drawer.indigo.css.d.ts → calendar/themes/light/indigo/days-view.indigo.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/nav-drawer-header-item.base.css.d.ts → calendar/themes/light/indigo/year-month-view.indigo.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/nav-drawer-item.base.css.d.ts → calendar/themes/light/material/calendar.material.css.d.ts} +0 -0
- /package/components/{tabs/themes/dark/tab.dark.base.css.d.ts → calendar/themes/light/material/days-view.material.css.d.ts} +0 -0
- /package/components/{tabs/themes/dark/tab.dark.bootstrap.css.d.ts → calendar/themes/light/material/year-month-view.material.css.d.ts} +0 -0
- /package/components/{toast/themes/toast.base.css.d.ts → card/themes/dark/card.bootstrap.css.d.ts} +0 -0
- /package/components/{toast/themes/toast.bootstrap.css.d.ts → card/themes/dark/card.fluent.css.d.ts} +0 -0
- /package/components/{toast/themes/toast.fluent.css.d.ts → card/themes/dark/card.indigo.css.d.ts} +0 -0
- /package/components/{toast/themes/toast.indigo.css.d.ts → card/themes/dark/card.material.css.d.ts} +0 -0
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "igc-avatar",
|
|
17
|
-
"description": "An avatar component is used as a representation of a user identity\ntypically in a user profile.\n\nSlots:\n\n * ` ` {} - Renders an icon inside the default slot.\n\nAttributes:\n\n * `src` {`string`} - The image source to use.\n\n * `alt` {`string`} - Alternative text for the image.\n\n * `initials` {`string`} - Initials to use as a fallback when no image is available.\n\n * `shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-avatar\"`} - \n\n * `styles` - \n\n * `src` {`string`} - The image source to use.\n\n * `hasError` {`boolean`} - \n\n * `alt` {`string`} - Alternative text for the image.\n\n * `initials` {`string`} - Initials to use as a fallback when no image is available.\n\n * `shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\n * `classes` {`{ circle: boolean; rounded: boolean; square: boolean;
|
|
17
|
+
"description": "An avatar component is used as a representation of a user identity\ntypically in a user profile.\n\nSlots:\n\n * ` ` {} - Renders an icon inside the default slot.\n\nAttributes:\n\n * `src` {`string`} - The image source to use.\n\n * `alt` {`string`} - Alternative text for the image.\n\n * `initials` {`string`} - Initials to use as a fallback when no image is available.\n\n * `shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-avatar\"`} - \n\n * `styles` - \n\n * `src` {`string`} - The image source to use.\n\n * `hasError` {`boolean`} - \n\n * `alt` {`string`} - Alternative text for the image.\n\n * `initials` {`string`} - Initials to use as a fallback when no image is available.\n\n * `shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\n * `classes` {`{ circle: boolean; rounded: boolean; square: boolean; }`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
18
18
|
"attributes": [
|
|
19
19
|
{
|
|
20
20
|
"name": "src",
|
|
@@ -93,9 +93,79 @@
|
|
|
93
93
|
}
|
|
94
94
|
]
|
|
95
95
|
},
|
|
96
|
+
{
|
|
97
|
+
"name": "igc-button-group",
|
|
98
|
+
"description": "The `igc-button-group` groups a series of `igc-toggle-button`s together, exposing features such as layout and selection.\n\nEvents:\n\n * `igcSelect` {} - Emitted when a button is selected through user interaction.\n\n * `igcDeselect` {} - Emitted when a button is deselected through user interaction.\n\nSlots:\n\n * ` ` {} - Renders `igc-toggle-button` component.\n\nAttributes:\n\n * `disabled` {`boolean`} - Disables all buttons inside the group.\n\n * `alignment` {`\"horizontal\" | \"vertical\"`} - Sets the orientation of the buttons in the group.\n\n * `selection` {`\"single\" | \"single-required\" | \"multiple\"`} - Controls the mode of selection for the button group.\n\n * `selected-items` {`string[]`} - Gets/Sets the currently selected buttons (their values).\n\nProperties:\n\n * `tagName` {`\"igc-button-group\"`} - \n\n * `styles` - \n\n * `_selectedItems` {`Set<string>`} - \n\n * `mutationObserver` {`MutationObserver`} - \n\n * `observerConfig` {`MutationObserverInit`} - \n\n * `_selectedButtons` {`IgcToggleButtonComponent[]`} - \n\n * `toggleButtons` {`IgcToggleButtonComponent[]`} - \n\n * `disabled` {`boolean`} - Disables all buttons inside the group.\n\n * `alignment` {`\"horizontal\" | \"vertical\"`} - Sets the orientation of the buttons in the group.\n\n * `selection` {`\"single\" | \"single-required\" | \"multiple\"`} - Controls the mode of selection for the button group.\n\n * `selectedItems` {`string[]`} - Gets/Sets the currently selected buttons (their values).",
|
|
99
|
+
"attributes": [
|
|
100
|
+
{
|
|
101
|
+
"name": "disabled",
|
|
102
|
+
"description": "`disabled` {`boolean`} - Disables all buttons inside the group.\n\nProperty: disabled\n\nDefault: false",
|
|
103
|
+
"valueSet": "v"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "alignment",
|
|
107
|
+
"description": "`alignment` {`\"horizontal\" | \"vertical\"`} - Sets the orientation of the buttons in the group.\n\nProperty: alignment\n\nDefault: horizontal",
|
|
108
|
+
"values": [
|
|
109
|
+
{
|
|
110
|
+
"name": "horizontal"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "vertical"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "selection",
|
|
119
|
+
"description": "`selection` {`\"single\" | \"single-required\" | \"multiple\"`} - Controls the mode of selection for the button group.\n\nProperty: selection\n\nDefault: single",
|
|
120
|
+
"values": [
|
|
121
|
+
{
|
|
122
|
+
"name": "single"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "single-required"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "multiple"
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "selected-items",
|
|
134
|
+
"description": "`selected-items` {`string[]`} - Gets/Sets the currently selected buttons (their values).\n\nProperty: selectedItems"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "onigcSelect",
|
|
138
|
+
"description": "`igcSelect` {} - Emitted when a button is selected through user interaction."
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "onigcDeselect",
|
|
142
|
+
"description": "`igcDeselect` {} - Emitted when a button is deselected through user interaction."
|
|
143
|
+
}
|
|
144
|
+
]
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "igc-toggle-button",
|
|
148
|
+
"description": "The `igc-toggle-button` wraps a native button element and exposes additional `value` and `selected` properties.\nIt is used in the context of an `igc-button-group` to facilitate the creation of group/toolbar like UX behaviors.\n\nSlots:\n\n * ` ` {} - Renders the label/content of the button.\n\nAttributes:\n\n * `value` {`string`} - The value attribute of the control.\n\n * `selected` {`boolean`} - Determines whether the button is selected.\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.\n\nProperties:\n\n * `styles` - \n\n * `tagName` {`\"igc-toggle-button\"`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `nativeElement` {`HTMLElement`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `selected` {`boolean`} - Determines whether the button is selected.\n\n * `disabled` {`boolean`} - Determines whether the button is disabled.",
|
|
149
|
+
"attributes": [
|
|
150
|
+
{
|
|
151
|
+
"name": "value",
|
|
152
|
+
"description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "selected",
|
|
156
|
+
"description": "`selected` {`boolean`} - Determines whether the button is selected.\n\nProperty: selected\n\nDefault: false",
|
|
157
|
+
"valueSet": "v"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "disabled",
|
|
161
|
+
"description": "`disabled` {`boolean`} - Determines whether the button is disabled.\n\nProperty: disabled\n\nDefault: false",
|
|
162
|
+
"valueSet": "v"
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
},
|
|
96
166
|
{
|
|
97
167
|
"name": "igc-button",
|
|
98
|
-
"description": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality.\n\nEvents:\n\n * `igcFocus` {} - Emitted when the button gains focus.\n\n * `igcBlur` {} - Emitted when the button loses focus.\n\nSlots:\n\n * ` ` {} - Renders the label of the button.\n\n * `prefix` {} - Renders content before the label of the button.\n\n * `suffix` {} - Renders content after the label of the button.\n\nAttributes:\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-button\"`} - \n\n * `styles` - \n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `formAssociated` {`true`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `nativeElement` {`HTMLElement`} - \n\n * `_disabled` {`boolean`} - \n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `classes` {`{ flat: boolean; outlined: boolean; contained: boolean; fab: boolean;
|
|
168
|
+
"description": "Represents a clickable button, used to submit forms or anywhere in a\ndocument for accessible, standard button functionality.\n\nEvents:\n\n * `igcFocus` {} - Emitted when the button gains focus.\n\n * `igcBlur` {} - Emitted when the button loses focus.\n\nSlots:\n\n * ` ` {} - Renders the label of the button.\n\n * `prefix` {} - Renders content before the label of the button.\n\n * `suffix` {} - Renders content after the label of the button.\n\nAttributes:\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-button\"`} - \n\n * `styles` - \n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\n * `formAssociated` {`true`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `nativeElement` {`HTMLElement`} - \n\n * `_disabled` {`boolean`} - \n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `classes` {`{ flat: boolean; outlined: boolean; contained: boolean; fab: boolean; disabled: boolean; }`} - \n\n * `__internals` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
99
169
|
"attributes": [
|
|
100
170
|
{
|
|
101
171
|
"name": "variant",
|
|
@@ -181,7 +251,7 @@
|
|
|
181
251
|
},
|
|
182
252
|
{
|
|
183
253
|
"name": "igc-icon-button",
|
|
184
|
-
"description": "Attributes:\n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon-button\"`} - \n\n * `styles` - \n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `formAssociated` {`true`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `nativeElement` {`HTMLElement`} - \n\n * `_disabled` {`boolean`} - \n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `classes` - \n\n *
|
|
254
|
+
"description": "Attributes:\n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon-button\"`} - \n\n * `styles` - \n\n * `name` {`string`} - The name of the icon.\n\n * `collection` {`string`} - The name of the icon collection.\n\n * `mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\n * `variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\n * `formAssociated` {`true`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `nativeElement` {`HTMLElement`} - \n\n * `_disabled` {`boolean`} - \n\n * `type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\n * `href` {`string`} - The URL the button points to.\n\n * `download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\n * `target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\n * `rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `classes` - \n\n * `__internals` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
185
255
|
"attributes": [
|
|
186
256
|
{
|
|
187
257
|
"name": "name",
|
|
@@ -280,7 +350,7 @@
|
|
|
280
350
|
},
|
|
281
351
|
{
|
|
282
352
|
"name": "igc-calendar",
|
|
283
|
-
"description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `header-orientation` {`\"
|
|
353
|
+
"description": "Represents a calendar that lets users\nto select a date value in a variety of different ways.\n\nEvents:\n\n * `igcChange` {} - Emitted when calendar changes its value.\n\nSlots:\n\n * ` ` {} - The default slot for the calendar.\n\n * `title` {} - Renders the title of the calendar header.\n\nAttributes:\n\n * `hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `header-orientation` {`\"horizontal\" | \"vertical\"`} - The orientation of the header.\n\n * `orientation` {`\"horizontal\" | \"vertical\"`} - The orientation of the multiple months displayed in days view.\n\n * `visible-months` {`number`} - The number of months displayed in days view.\n\n * `active-view` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\n * `week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperties:\n\n * `tagName` {`\"igc-calendar\"`} - \n\n * `styles` - \n\n * `formatterMonth` {`DateTimeFormat`} - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `formatterMonthDay` {`DateTimeFormat`} - \n\n * `rangePreviewDate` {`Date | undefined`} - \n\n * `activeDaysViewIndex` {`number`} - \n\n * `daysViews` {`NodeList`} - \n\n * `monthsView` - \n\n * `yearsView` - \n\n * `hideOutsideDays` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\n * `hideHeader` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\n * `headerOrientation` {`\"horizontal\" | \"vertical\"`} - The orientation of the header.\n\n * `orientation` {`\"horizontal\" | \"vertical\"`} - The orientation of the multiple months displayed in days view.\n\n * `visibleMonths` {`number`} - The number of months displayed in days view.\n\n * `activeView` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\n * `formatOptions` {`Pick<DateTimeFormatOptions, \"month\" | \"weekday\">`} - The options used to format the months and the weekdays in the calendar views.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `yearPerPage` {`18 | 15`} - \n\n * `previousButtonLabel` {`string`} - \n\n * `nextButtonLabel` {`string`} - \n\n * `handleKeyDown` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\n * `_activeDate` {`Date`} - \n\n * `_activeDateSetFlag` {`boolean`} - \n\n * `calendarModel` - \n\n * `value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\n * `values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\n * `selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\n * `showWeekNumbers` {`boolean`} - Show/hide the week numbers.\n\n * `weekStart` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\n * `activeDate` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\n * `disabledDates` {`DateRangeDescriptor[]`} - Gets/sets disabled dates.\n\n * `specialDates` {`DateRangeDescriptor[]`} - Gets/sets special dates.",
|
|
284
354
|
"attributes": [
|
|
285
355
|
{
|
|
286
356
|
"name": "hide-outside-days",
|
|
@@ -294,25 +364,25 @@
|
|
|
294
364
|
},
|
|
295
365
|
{
|
|
296
366
|
"name": "header-orientation",
|
|
297
|
-
"description": "`header-orientation` {`\"
|
|
367
|
+
"description": "`header-orientation` {`\"horizontal\" | \"vertical\"`} - The orientation of the header.\n\nProperty: headerOrientation\n\nDefault: horizontal",
|
|
298
368
|
"values": [
|
|
299
369
|
{
|
|
300
|
-
"name": "
|
|
370
|
+
"name": "horizontal"
|
|
301
371
|
},
|
|
302
372
|
{
|
|
303
|
-
"name": "
|
|
373
|
+
"name": "vertical"
|
|
304
374
|
}
|
|
305
375
|
]
|
|
306
376
|
},
|
|
307
377
|
{
|
|
308
378
|
"name": "orientation",
|
|
309
|
-
"description": "`orientation` {`\"
|
|
379
|
+
"description": "`orientation` {`\"horizontal\" | \"vertical\"`} - The orientation of the multiple months displayed in days view.\n\nProperty: orientation\n\nDefault: horizontal",
|
|
310
380
|
"values": [
|
|
311
381
|
{
|
|
312
|
-
"name": "
|
|
382
|
+
"name": "horizontal"
|
|
313
383
|
},
|
|
314
384
|
{
|
|
315
|
-
"name": "
|
|
385
|
+
"name": "vertical"
|
|
316
386
|
}
|
|
317
387
|
]
|
|
318
388
|
},
|
|
@@ -573,17 +643,17 @@
|
|
|
573
643
|
},
|
|
574
644
|
{
|
|
575
645
|
"name": "igc-card-actions",
|
|
576
|
-
"description": "A container for card action items like buttons\n\nSlots:\n\n * `start` {} - Renders items at the beginning of actions area\n\n * ` ` {} - Renders items at the middle of actions area\n\n * `end` {} - Renders items at the end of actions area\n\nAttributes:\n\n * `orientation` {`\"
|
|
646
|
+
"description": "A container for card action items like buttons\n\nSlots:\n\n * `start` {} - Renders items at the beginning of actions area\n\n * ` ` {} - Renders items at the middle of actions area\n\n * `end` {} - Renders items at the end of actions area\n\nAttributes:\n\n * `orientation` {`\"horizontal\" | \"vertical\"`} - The orientation of the actions.\n\nProperties:\n\n * `tagName` {`\"igc-card-actions\"`} - \n\n * `styles` - \n\n * `orientation` {`\"horizontal\" | \"vertical\"`} - The orientation of the actions.",
|
|
577
647
|
"attributes": [
|
|
578
648
|
{
|
|
579
649
|
"name": "orientation",
|
|
580
|
-
"description": "`orientation` {`\"
|
|
650
|
+
"description": "`orientation` {`\"horizontal\" | \"vertical\"`} - The orientation of the actions.\n\nProperty: orientation\n\nDefault: horizontal",
|
|
581
651
|
"values": [
|
|
582
652
|
{
|
|
583
|
-
"name": "
|
|
653
|
+
"name": "horizontal"
|
|
584
654
|
},
|
|
585
655
|
{
|
|
586
|
-
"name": "
|
|
656
|
+
"name": "vertical"
|
|
587
657
|
}
|
|
588
658
|
]
|
|
589
659
|
}
|
|
@@ -617,7 +687,7 @@
|
|
|
617
687
|
},
|
|
618
688
|
{
|
|
619
689
|
"name": "igc-checkbox",
|
|
620
|
-
"description": "A check box allowing single values to be selected/deselected.\n\nEvents:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The checkbox label.\n\nAttributes:\n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-checkbox\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `input` {`HTMLInputElement`} - \n\n * `label` {`Node[]`} - \n\n * `focused` {`boolean`} - \n\n * `hideLabel` {`boolean`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n *
|
|
690
|
+
"description": "A check box allowing single values to be selected/deselected.\n\nEvents:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The checkbox label.\n\nAttributes:\n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-checkbox\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\n * `input` {`HTMLInputElement`} - \n\n * `label` {`Node[]`} - \n\n * `focused` {`boolean`} - \n\n * `hideLabel` {`boolean`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `__internals` - ",
|
|
621
691
|
"attributes": [
|
|
622
692
|
{
|
|
623
693
|
"name": "indeterminate",
|
|
@@ -680,7 +750,7 @@
|
|
|
680
750
|
},
|
|
681
751
|
{
|
|
682
752
|
"name": "igc-switch",
|
|
683
|
-
"description": "Similar to a checkbox, a switch controls the state of a single setting on or off.\n\nEvents:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The switch label.\n\nAttributes:\n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-switch\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `label` {`Node[]`} - \n\n * `focused` {`boolean`} - \n\n * `hideLabel` {`boolean`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n *
|
|
753
|
+
"description": "Similar to a checkbox, a switch controls the state of a single setting on or off.\n\nEvents:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The switch label.\n\nAttributes:\n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-switch\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `label` {`Node[]`} - \n\n * `focused` {`boolean`} - \n\n * `hideLabel` {`boolean`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `__internals` - ",
|
|
684
754
|
"attributes": [
|
|
685
755
|
{
|
|
686
756
|
"name": "value",
|
|
@@ -828,7 +898,7 @@
|
|
|
828
898
|
},
|
|
829
899
|
{
|
|
830
900
|
"name": "igc-combo",
|
|
831
|
-
"description": "Events:\n\n * `igcFocus` {} - Emitted when the select gains focus.\n\n * `igcBlur` {} - Emitted when the select loses focus.\n\n * `igcChange` {} - Emitted when the control's selection has changed.\n\n * `igcOpening` {} - Emitted just before the list of options is opened.\n\n * `igcOpened` {} - Emitted after the list of options is opened.\n\n * `igcClosing` {} - Emitter just before the list of options is closed.\n\n * `igcClosed` {} - Emitted after the list of options is closed.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `header` {} - Renders a container before the list of options.\n\n * `footer` {} - Renders a container after the list of options.\n\n * `helper-text` {} - Renders content below the input.\n\n * `toggle-icon` {} - Renders content inside the suffix container.\n\n * `clear-icon` {} - Renders content inside the suffix container.\n\nAttributes:\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `single-select` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocus-list` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholder-search` {`string`} - The placeholder attribute of the search input.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `value-key` - The key in the data source used when selecting items.\n\n * `display-key` - The key in the data source used to display items in the list.\n\n * `group-key` - The key in the data source used to group items in the list.\n\n * `group-sorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filtering-options` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `case-sensitive-icon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disable-filtering` {`boolean`} - Disables the filtering of the list of options.\n\n * `value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-combo\"`} - \n\n * `styles` - \n\n * `_value` {`ComboValue<T>[]`} - \n\n * `_displayValue` {`string`} - \n\n * `_filteringOptions` {`FilteringOptions<T>`} - \n\n * `navigationController` - \n\n * `selectionController` - \n\n * `dataController` - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `input` - \n\n * `target` - \n\n * `list` - \n\n * `data` {`T[]`} - The data source used to generate the list of options.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `singleSelect` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocusList` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholderSearch` {`string`} - The placeholder attribute of the search input.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `valueKey` - The key in the data source used when selecting items.\n\n * `displayKey` - The key in the data source used to display items in the list.\n\n * `groupKey` - The key in the data source used to group items in the list.\n\n * `groupSorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filteringOptions` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `caseSensitiveIcon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disableFiltering` {`boolean`} - Disables the filtering of the list of options.\n\n * `itemTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo item.\n\n * `groupHeaderTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo group header.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `dataState` {`ComboRecord<T>[]`} - \n\n * `value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\n * `selection` {`T[]`} - Returns the current selection as an array of objects as provided in the `data` source.\n\n * `itemRenderer` - \n\n * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `toggleController` - \n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n *
|
|
901
|
+
"description": "Events:\n\n * `igcFocus` {} - Emitted when the select gains focus.\n\n * `igcBlur` {} - Emitted when the select loses focus.\n\n * `igcChange` {} - Emitted when the control's selection has changed.\n\n * `igcOpening` {} - Emitted just before the list of options is opened.\n\n * `igcOpened` {} - Emitted after the list of options is opened.\n\n * `igcClosing` {} - Emitter just before the list of options is closed.\n\n * `igcClosed` {} - Emitted after the list of options is closed.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `header` {} - Renders a container before the list of options.\n\n * `footer` {} - Renders a container after the list of options.\n\n * `helper-text` {} - Renders content below the input.\n\n * `toggle-icon` {} - Renders content inside the suffix container.\n\n * `clear-icon` {} - Renders content inside the suffix container.\n\nAttributes:\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `single-select` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocus-list` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholder-search` {`string`} - The placeholder attribute of the search input.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `value-key` - The key in the data source used when selecting items.\n\n * `display-key` - The key in the data source used to display items in the list.\n\n * `group-key` - The key in the data source used to group items in the list.\n\n * `group-sorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filtering-options` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `case-sensitive-icon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disable-filtering` {`boolean`} - Disables the filtering of the list of options.\n\n * `value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-combo\"`} - \n\n * `styles` - \n\n * `_value` {`ComboValue<T>[]`} - \n\n * `_displayValue` {`string`} - \n\n * `_filteringOptions` {`FilteringOptions<T>`} - \n\n * `navigationController` - \n\n * `selectionController` - \n\n * `dataController` - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `input` - \n\n * `target` - \n\n * `list` - \n\n * `data` {`T[]`} - The data source used to generate the list of options.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `singleSelect` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autofocusList` {`boolean`} - Focuses the list of options when the menu opens.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `placeholderSearch` {`string`} - The placeholder attribute of the search input.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `flip` {`boolean`} - \n\n * `valueKey` - The key in the data source used when selecting items.\n\n * `displayKey` - The key in the data source used to display items in the list.\n\n * `groupKey` - The key in the data source used to group items in the list.\n\n * `groupSorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\n * `filteringOptions` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\n * `caseSensitiveIcon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\n * `disableFiltering` {`boolean`} - Disables the filtering of the list of options.\n\n * `itemTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo item.\n\n * `groupHeaderTemplate` {ComboItemTemplate<T>} - The template used for the content of each combo group header.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `dataState` {`ComboRecord<T>[]`} - \n\n * `value` {`ComboValue<T>[]`} - Sets the value (selected items). The passed value must be a valid JSON array.\nIf the data source is an array of complex objects, the `valueKey` attribute must be set.\nNote that when `displayKey` is not explicitly set, it will fall back to the value of `valueKey`.\n\n * `selection` {`T[]`} - Returns the current selection as an array of objects as provided in the `data` source.\n\n * `itemRenderer` - \n\n * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `toggleController` - \n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `__internals` - ",
|
|
832
902
|
"attributes": [
|
|
833
903
|
{
|
|
834
904
|
"name": "outlined",
|
|
@@ -968,7 +1038,7 @@
|
|
|
968
1038
|
},
|
|
969
1039
|
{
|
|
970
1040
|
"name": "igc-date-time-input",
|
|
971
|
-
"description": "A date time input is an input field that lets you set and edit the date and time in a chosen input element\nusing customizable display and input formats.\n\nEvents:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `input-format` {`string`} - The date format to apply on the input.\n\n * `min` {`Date`} - The minimum value required for the input to remain valid.\n\n * `max` {`Date`} - The maximum value required for the input to remain valid.\n\n * `min-value` {`Date`} - The minimum value required for the input to remain valid.\n\n * `max-value` {`Date`} - The maximum value required for the input to remain valid.\n\n * `display-format` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spin-loop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `value` {`Date | null`} - The value of the input.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `
|
|
1041
|
+
"description": "A date time input is an input field that lets you set and edit the date and time in a chosen input element\nusing customizable display and input formats.\n\nEvents:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `input-format` {`string`} - The date format to apply on the input.\n\n * `min` {`Date`} - The minimum value required for the input to remain valid.\n\n * `max` {`Date`} - The maximum value required for the input to remain valid.\n\n * `min-value` {`Date`} - The minimum value required for the input to remain valid.\n\n * `max-value` {`Date`} - The maximum value required for the input to remain valid.\n\n * `display-format` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spin-loop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `value` {`Date | null`} - The value of the input.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-date-time-input\"`} - \n\n * `_defaultMask` {`string`} - \n\n * `_value` {`Date | null`} - \n\n * `_oldValue` {`Date | null`} - \n\n * `_inputDateParts` {`DatePartInfo[]`} - \n\n * `_inputFormat` {`string`} - \n\n * `_datePartDeltas` {`DatePartDeltas`} - \n\n * `inputFormat` {`string`} - The date format to apply on the input.\n\n * `min` {`Date`} - The minimum value required for the input to remain valid.\n\n * `max` {`Date`} - The maximum value required for the input to remain valid.\n\n * `minValue` {`Date`} - The minimum value required for the input to remain valid.\n\n * `maxValue` {`Date`} - The maximum value required for the input to remain valid.\n\n * `displayFormat` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\n * `spinDelta` {`DatePartDeltas`} - Delta values used to increment or decrement each date part on step actions.\nAll values default to `1`.\n\n * `spinLoop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\n * `locale` {`string`} - The locale settings used to display the value.\n\n * `hasDateParts` {`boolean`} - \n\n * `hasTimeParts` {`boolean`} - \n\n * `targetDatePart` {`DatePart | undefined`} - \n\n * `datePartDeltas` {`DatePartDeltas`} - \n\n * `keyMap` {`Map<string, ((event: KeyboardEvent) => void) | ((event: KeyboardEvent) => Promise<void>) | ((event: KeyboardEvent) => void)>`} - \n\n * `parser` - \n\n * `selection` {`MaskRange`} - \n\n * `compositionStart` {`number`} - \n\n * `focused` {`boolean`} - \n\n * `maskedValue` {`string`} - \n\n * `_mask` {`string`} - \n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `inputSelection` {`MaskRange`} - \n\n * `emptyMask` {`string`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`Date | null`} - The value of the input.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `readOnly` {`boolean`} - Makes the control a readonly field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `handleSlotChange` - \n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `__internals` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
972
1042
|
"attributes": [
|
|
973
1043
|
{
|
|
974
1044
|
"name": "input-format",
|
|
@@ -1017,14 +1087,9 @@
|
|
|
1017
1087
|
"description": "`outlined` {`boolean`} - Whether the control will have outlined appearance.\n\nProperty: outlined\n\nDefault: false",
|
|
1018
1088
|
"valueSet": "v"
|
|
1019
1089
|
},
|
|
1020
|
-
{
|
|
1021
|
-
"name": "readOnly",
|
|
1022
|
-
"description": "`readOnly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
1023
|
-
"valueSet": "v"
|
|
1024
|
-
},
|
|
1025
1090
|
{
|
|
1026
1091
|
"name": "readonly",
|
|
1027
|
-
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty:
|
|
1092
|
+
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
1028
1093
|
"valueSet": "v"
|
|
1029
1094
|
},
|
|
1030
1095
|
{
|
|
@@ -1156,7 +1221,7 @@
|
|
|
1156
1221
|
},
|
|
1157
1222
|
{
|
|
1158
1223
|
"name": "igc-dropdown",
|
|
1159
|
-
"description": "Represents a DropDown component.\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`
|
|
1224
|
+
"description": "Represents a DropDown component.\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-dropdown\"`} - \n\n * `styles` - \n\n * `selectedItem` - \n\n * `activeItem` - \n\n * `target` {`HTMLElement`} - \n\n * `keyDownHandlers` {`Map<string, Function>`} - \n\n * `allItems` {`IgcDropdownItemComponent[]`} - \n\n * `targetNodes` {`HTMLElement[]`} - \n\n * `content` {`HTMLElement`} - \n\n * `scrollContainer` {`HTMLElement`} - \n\n * `items` {`IgcDropdownItemComponent[]`} - \n\n * `groups` {`IgcDropdownGroupComponent[]`} - \n\n * `keepOpenOnSelect` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `handleKeyDown` - \n\n * `handleTargetClick` - \n\n * `toggleController` - \n\n * `scrollStrategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keepOpenOnOutsideClick` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1160
1225
|
"attributes": [
|
|
1161
1226
|
{
|
|
1162
1227
|
"name": "keep-open-on-select",
|
|
@@ -1384,7 +1449,7 @@
|
|
|
1384
1449
|
},
|
|
1385
1450
|
{
|
|
1386
1451
|
"name": "igc-input",
|
|
1387
|
-
"description": "Events:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `
|
|
1452
|
+
"description": "Events:\n\n * `igcInput` {} - Emitted when the control input receives user input.\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `minlength` {`number`} - The minimum string length required by the control.\n\n * `maxlength` {`number`} - The maximum string length of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `tabIndex` {`number`} - \n\n * `value` {`string`} - The value of the control.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-input\"`} - \n\n * `isStringType` {`boolean`} - \n\n * `type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\n * `pattern` {`string`} - The pattern attribute of the control.\n\n * `minLength` {`number`} - The minimum string length required by the control.\n\n * `minlength` {`number`} - The minlength attribute of the control.\n\n * `maxLength` {`number`} - The maximum string length of the control.\n\n * `maxlength` {`number`} - The maxlength attribute of the control.\n\n * `min` {`string | number`} - The min attribute of the control.\n\n * `max` {`string | number`} - The max attribute of the control.\n\n * `step` {`number`} - The step attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `autocomplete` {`string`} - The autocomplete attribute of the control.\n\n * `tabIndex` {`number`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value of the control.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `readOnly` {`boolean`} - Makes the control a readonly field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `handleSlotChange` - \n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `__internals` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1388
1453
|
"attributes": [
|
|
1389
1454
|
{
|
|
1390
1455
|
"name": "type",
|
|
@@ -1447,21 +1512,13 @@
|
|
|
1447
1512
|
"name": "pattern",
|
|
1448
1513
|
"description": "`pattern` {`string`} - The pattern attribute of the control.\n\nProperty: pattern"
|
|
1449
1514
|
},
|
|
1450
|
-
{
|
|
1451
|
-
"name": "minLength",
|
|
1452
|
-
"description": "`minLength` {`number`} - The minimum string length required by the control.\n\nProperty: minLength"
|
|
1453
|
-
},
|
|
1454
1515
|
{
|
|
1455
1516
|
"name": "minlength",
|
|
1456
|
-
"description": "`minlength` {`number`} - The
|
|
1457
|
-
},
|
|
1458
|
-
{
|
|
1459
|
-
"name": "maxLength",
|
|
1460
|
-
"description": "`maxLength` {`number`} - The maximum string length of the control.\n\nProperty: maxLength"
|
|
1517
|
+
"description": "`minlength` {`number`} - The minimum string length required by the control.\n\nProperty: minLength"
|
|
1461
1518
|
},
|
|
1462
1519
|
{
|
|
1463
1520
|
"name": "maxlength",
|
|
1464
|
-
"description": "`maxlength` {`number`} - The
|
|
1521
|
+
"description": "`maxlength` {`number`} - The maximum string length of the control.\n\nProperty: maxLength"
|
|
1465
1522
|
},
|
|
1466
1523
|
{
|
|
1467
1524
|
"name": "min",
|
|
@@ -1499,14 +1556,9 @@
|
|
|
1499
1556
|
"description": "`outlined` {`boolean`} - Whether the control will have outlined appearance.\n\nProperty: outlined\n\nDefault: false",
|
|
1500
1557
|
"valueSet": "v"
|
|
1501
1558
|
},
|
|
1502
|
-
{
|
|
1503
|
-
"name": "readOnly",
|
|
1504
|
-
"description": "`readOnly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
1505
|
-
"valueSet": "v"
|
|
1506
|
-
},
|
|
1507
1559
|
{
|
|
1508
1560
|
"name": "readonly",
|
|
1509
|
-
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty:
|
|
1561
|
+
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
1510
1562
|
"valueSet": "v"
|
|
1511
1563
|
},
|
|
1512
1564
|
{
|
|
@@ -1591,7 +1643,7 @@
|
|
|
1591
1643
|
},
|
|
1592
1644
|
{
|
|
1593
1645
|
"name": "igc-mask-input",
|
|
1594
|
-
"description": "A masked input is an input field where a developer can control user input and format the visible value,\nbased on configurable rules\n\nEvents:\n\n * `igcInput` {} - Emitted when the control receives user input\n\n * `igcChange` {} - Emitted when an alteration of the control's value is committed by the user\n\n * `igcFocus` {} - Emitted when the control gains focus\n\n * `igcBlur` {} - Emitted when the control loses focus\n\nSlots:\n\n * `prefix` {} - Renders content before the input\n\n * `suffix` {} - Renders content after the input\n\n * `helper-text` {} - Renders content below the input\n\nAttributes:\n\n * `value-mode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `
|
|
1646
|
+
"description": "A masked input is an input field where a developer can control user input and format the visible value,\nbased on configurable rules\n\nEvents:\n\n * `igcInput` {} - Emitted when the control receives user input\n\n * `igcChange` {} - Emitted when an alteration of the control's value is committed by the user\n\n * `igcFocus` {} - Emitted when the control gains focus\n\n * `igcBlur` {} - Emitted when the control loses focus\n\nSlots:\n\n * `prefix` {} - Renders content before the input\n\n * `suffix` {} - Renders content after the input\n\n * `helper-text` {} - Renders content below the input\n\nAttributes:\n\n * `value-mode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-mask-input\"`} - \n\n * `_value` {`string`} - \n\n * `valueMode` {`\"raw\" | \"withFormatting\"`} - Dictates the behavior when retrieving the value of the control:\n\n- `raw` will return the clean user input.\n- `withFormatting` will return the value with all literals and prompts.\n\n * `mask` {`string`} - The mask pattern to apply on the input.\n\n * `parser` - \n\n * `selection` {`MaskRange`} - \n\n * `compositionStart` {`number`} - \n\n * `focused` {`boolean`} - \n\n * `maskedValue` {`string`} - \n\n * `_mask` {`string`} - \n\n * `prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\n * `inputSelection` {`MaskRange`} - \n\n * `emptyMask` {`string`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\n * `input` {`HTMLInputElement`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `readOnly` {`boolean`} - Makes the control a readonly field.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `label` {`string`} - The label for the control.\n\n * `handleSlotChange` - \n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `__internals` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1595
1647
|
"attributes": [
|
|
1596
1648
|
{
|
|
1597
1649
|
"name": "value-mode",
|
|
@@ -1622,14 +1674,9 @@
|
|
|
1622
1674
|
"description": "`outlined` {`boolean`} - Whether the control will have outlined appearance.\n\nProperty: outlined\n\nDefault: false",
|
|
1623
1675
|
"valueSet": "v"
|
|
1624
1676
|
},
|
|
1625
|
-
{
|
|
1626
|
-
"name": "readOnly",
|
|
1627
|
-
"description": "`readOnly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
1628
|
-
"valueSet": "v"
|
|
1629
|
-
},
|
|
1630
1677
|
{
|
|
1631
1678
|
"name": "readonly",
|
|
1632
|
-
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty:
|
|
1679
|
+
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
1633
1680
|
"valueSet": "v"
|
|
1634
1681
|
},
|
|
1635
1682
|
{
|
|
@@ -1894,17 +1941,17 @@
|
|
|
1894
1941
|
},
|
|
1895
1942
|
{
|
|
1896
1943
|
"name": "igc-radio-group",
|
|
1897
|
-
"description": "Attributes:\n\n * `alignment` {`\"
|
|
1944
|
+
"description": "Attributes:\n\n * `alignment` {`\"horizontal\" | \"vertical\"`} - Alignment of the radio controls inside this group.\n\nProperties:\n\n * `tagName` {`\"igc-radio-group\"`} - \n\n * `styles` - \n\n * `alignment` {`\"horizontal\" | \"vertical\"`} - Alignment of the radio controls inside this group.",
|
|
1898
1945
|
"attributes": [
|
|
1899
1946
|
{
|
|
1900
1947
|
"name": "alignment",
|
|
1901
|
-
"description": "`alignment` {`\"
|
|
1948
|
+
"description": "`alignment` {`\"horizontal\" | \"vertical\"`} - Alignment of the radio controls inside this group.\n\nProperty: alignment\n\nDefault: vertical",
|
|
1902
1949
|
"values": [
|
|
1903
1950
|
{
|
|
1904
|
-
"name": "
|
|
1951
|
+
"name": "horizontal"
|
|
1905
1952
|
},
|
|
1906
1953
|
{
|
|
1907
|
-
"name": "
|
|
1954
|
+
"name": "vertical"
|
|
1908
1955
|
}
|
|
1909
1956
|
]
|
|
1910
1957
|
}
|
|
@@ -1912,7 +1959,7 @@
|
|
|
1912
1959
|
},
|
|
1913
1960
|
{
|
|
1914
1961
|
"name": "igc-radio",
|
|
1915
|
-
"description": "Events:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The radio label.\n\nAttributes:\n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-radio\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `label` {`Node[]`} - \n\n * `_tabIndex` {`number`} - \n\n * `focused` {`boolean`} - \n\n * `hideLabel` {`boolean`} - \n\n * `radioGroup` {`RadioQueryResult`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n *
|
|
1962
|
+
"description": "Events:\n\n * `igcChange` {} - Emitted when the control's checked state changes.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - The radio label.\n\nAttributes:\n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `label-position` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-radio\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `labelId` {`string`} - \n\n * `input` {`HTMLInputElement`} - \n\n * `label` {`Node[]`} - \n\n * `_tabIndex` {`number`} - \n\n * `focused` {`boolean`} - \n\n * `hideLabel` {`boolean`} - \n\n * `radioGroup` {`RadioQueryResult`} - \n\n * `value` {`string`} - The value attribute of the control.\n\n * `checked` {`boolean`} - The checked state of the control.\n\n * `labelPosition` {`\"before\" | \"after\"`} - The label position of the radio control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `__internals` - ",
|
|
1916
1963
|
"attributes": [
|
|
1917
1964
|
{
|
|
1918
1965
|
"name": "value",
|
|
@@ -1975,7 +2022,7 @@
|
|
|
1975
2022
|
},
|
|
1976
2023
|
{
|
|
1977
2024
|
"name": "igc-rating",
|
|
1978
|
-
"description": "Rating provides insight regarding others' opinions and experiences,\nand can allow the user to submit a rating of their own\n\nEvents:\n\n * `igcChange` {} - Emitted when the value of the control changes.\n\n * `igcHover` {} - Emitted when hover is enabled and the user mouses over a symbol of the rating.\n\nAttributes:\n\n * `max` {`number`} - The maximum value for the rating.\n\nIf there are projected symbols, the maximum value will be resolved\nbased on the number of symbols.\n\n * `step` {`number`} - The minimum value change allowed.\n\nValid values are in the interval between 0 and 1 inclusive.\n\n * `label` {`string`} - The label of the control.\n\n * `value-format` {`string`} - A format string which sets aria-valuetext. Instances of '{0}' will be replaced\nwith the current value of the control and instances of '{1}' with the maximum value for the control.\n\nImportant for screen-readers and useful for localization.\n\n * `value` {`number`} - The current value of the component\n\n * `hover-preview` {`boolean`} - Sets hover preview behavior for the component\n\n * `
|
|
2025
|
+
"description": "Rating provides insight regarding others' opinions and experiences,\nand can allow the user to submit a rating of their own\n\nEvents:\n\n * `igcChange` {} - Emitted when the value of the control changes.\n\n * `igcHover` {} - Emitted when hover is enabled and the user mouses over a symbol of the rating.\n\nAttributes:\n\n * `max` {`number`} - The maximum value for the rating.\n\nIf there are projected symbols, the maximum value will be resolved\nbased on the number of symbols.\n\n * `step` {`number`} - The minimum value change allowed.\n\nValid values are in the interval between 0 and 1 inclusive.\n\n * `label` {`string`} - The label of the control.\n\n * `value-format` {`string`} - A format string which sets aria-valuetext. Instances of '{0}' will be replaced\nwith the current value of the control and instances of '{1}' with the maximum value for the control.\n\nImportant for screen-readers and useful for localization.\n\n * `value` {`number`} - The current value of the component\n\n * `hover-preview` {`boolean`} - Sets hover preview behavior for the component\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `single` {`boolean`} - Toggles single selection visual mode.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-rating\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `ratingSymbols` {`IgcRatingSymbolComponent[]`} - \n\n * `container` {`HTMLElement`} - \n\n * `valueLabel` {`Node[]`} - \n\n * `hoverValue` {`number`} - \n\n * `hoverState` {`boolean`} - \n\n * `isInteractive` {`boolean`} - \n\n * `hasProjectedSymbols` {`boolean`} - \n\n * `valueText` {`string`} - \n\n * `max` {`number`} - The maximum value for the rating.\n\nIf there are projected symbols, the maximum value will be resolved\nbased on the number of symbols.\n\n * `step` {`number`} - The minimum value change allowed.\n\nValid values are in the interval between 0 and 1 inclusive.\n\n * `label` {`string`} - The label of the control.\n\n * `valueFormat` {`string`} - A format string which sets aria-valuetext. Instances of '{0}' will be replaced\nwith the current value of the control and instances of '{1}' with the maximum value for the control.\n\nImportant for screen-readers and useful for localization.\n\n * `value` {`number`} - The current value of the component\n\n * `hoverPreview` {`boolean`} - Sets hover preview behavior for the component\n\n * `readOnly` {`boolean`} - Makes the control a readonly field.\n\n * `readonly` {`boolean`} - Sets the readonly state of the component\n\n * `single` {`boolean`} - Toggles single selection visual mode.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<any>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `__internals` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1979
2026
|
"attributes": [
|
|
1980
2027
|
{
|
|
1981
2028
|
"name": "max",
|
|
@@ -2002,14 +2049,9 @@
|
|
|
2002
2049
|
"description": "`hover-preview` {`boolean`} - Sets hover preview behavior for the component\n\nProperty: hoverPreview\n\nDefault: false",
|
|
2003
2050
|
"valueSet": "v"
|
|
2004
2051
|
},
|
|
2005
|
-
{
|
|
2006
|
-
"name": "readOnly",
|
|
2007
|
-
"description": "`readOnly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
2008
|
-
"valueSet": "v"
|
|
2009
|
-
},
|
|
2010
2052
|
{
|
|
2011
2053
|
"name": "readonly",
|
|
2012
|
-
"description": "`readonly` {`boolean`} -
|
|
2054
|
+
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
2013
2055
|
"valueSet": "v"
|
|
2014
2056
|
},
|
|
2015
2057
|
{
|
|
@@ -2104,7 +2146,7 @@
|
|
|
2104
2146
|
},
|
|
2105
2147
|
{
|
|
2106
2148
|
"name": "igc-select",
|
|
2107
|
-
"description": "Events:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `value` {`string | undefined`} - The value attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `searchTerm` {`string`} - \n\n * `lastKeyTime` {`number`} - \n\n * `targetKeyHandlers` {`Map<string, Function>`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `value` {`string | undefined`} - The value attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n *
|
|
2149
|
+
"description": "Events:\n\n * `igcChange` {} - Emitted when the selected item changes.\n\n * `igcOpening` {} - Emitted just before the dropdown is open.\n\n * `igcOpened` {} - Emitted after the dropdown is open.\n\n * `igcClosing` {} - Emitter just before the dropdown is closed.\n\n * `igcClosed` {} - Emitted after closing the dropdown.\n\nSlots:\n\n * `target` {} - Renders the dropdown's target element.\n\n * ` ` {} - Renders the dropdown list items.\n\nAttributes:\n\n * `value` {`string | undefined`} - The value attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `searchTerm` {`string`} - \n\n * `lastKeyTime` {`number`} - \n\n * `targetKeyHandlers` {`Map<string, Function>`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `inputSuffix` {`HTMLElement[]`} - \n\n * `inputPrefix` {`HTMLElement[]`} - \n\n * `value` {`string | undefined`} - The value attribute of the control.\n\n * `outlined` {`boolean`} - The outlined attribute of the control.\n\n * `autofocus` {`boolean`} - The autofocus attribute of the control.\n\n * `label` {`string`} - The label attribute of the control.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `hasPrefixes` {`boolean`} - \n\n * `hasSuffixes` {`boolean`} - \n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `__internals` - \n\n * `tagName` {`\"igc-select\"`} - \n\n * `styles` - \n\n * `selectedItem` - \n\n * `activeItem` - \n\n * `target` - \n\n * `keyDownHandlers` {`Map<string, Function>`} - \n\n * `allItems` {`IgcDropdownItemComponent[]`} - \n\n * `targetNodes` {`HTMLElement[]`} - \n\n * `content` {`HTMLElement`} - \n\n * `scrollContainer` {`HTMLElement`} - \n\n * `items` {`IgcSelectItemComponent[]`} - \n\n * `groups` {`IgcSelectGroupComponent[]`} - \n\n * `keepOpenOnSelect` {`boolean`} - Whether the dropdown should be kept open on selection.\n\n * `handleKeyDown` - \n\n * `handleTargetClick` - \n\n * `toggleController` - \n\n * `scrollStrategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\n * `keepOpenOnOutsideClick` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\n * `open` {`boolean`} - Sets the open state of the component.\n\n * `placement` {\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"right\" | \"right-start\" | \"right-end\" | \"left\" | \"left-start\" | \"left-end\"} - The preferred placement of the component around the target element.\n\n * `positionStrategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\n * `flip` {`boolean`} - Whether the component should be flipped to the opposite side of the target once it's about to overflow the visible area.\nWhen true, once enough space is detected on its preferred side, it will flip back.\n\n * `distance` {`number`} - The distance from the target element.\n\n * `sameWidth` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
2108
2150
|
"attributes": [
|
|
2109
2151
|
{
|
|
2110
2152
|
"name": "value",
|
|
@@ -2398,12 +2440,12 @@
|
|
|
2398
2440
|
},
|
|
2399
2441
|
{
|
|
2400
2442
|
"name": "igc-slider-label",
|
|
2401
|
-
"description": "Properties:\n\n * `
|
|
2443
|
+
"description": "Properties:\n\n * `tagName` {`\"igc-slider-label\"`} - \n\n * `styles` - ",
|
|
2402
2444
|
"attributes": []
|
|
2403
2445
|
},
|
|
2404
2446
|
{
|
|
2405
2447
|
"name": "igc-slider",
|
|
2406
|
-
"description": "A slider component used to select numeric value within a range.\n\nEvents:\n\n * `igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction.\n\n * `igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction.\n\nAttributes:\n\n * `value` {`number`} - The current value of the component.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\n * `hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperties:\n\n * `tagName` {`\"igc-slider\"`} - \n\n * `value` {`number`} - The current value of the component.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<any>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n *
|
|
2448
|
+
"description": "A slider component used to select numeric value within a range.\n\nEvents:\n\n * `igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction.\n\n * `igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction.\n\nAttributes:\n\n * `value` {`number`} - The current value of the component.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `discrete-track` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\n * `hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperties:\n\n * `tagName` {`\"igc-slider\"`} - \n\n * `value` {`number`} - The current value of the component.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<any>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `__internals` - \n\n * `styles` - \n\n * `thumb` {`HTMLElement`} - \n\n * `labelElements` {`HTMLElement[]`} - \n\n * `_lowerBound` {`number | undefined`} - \n\n * `_upperBound` {`number | undefined`} - \n\n * `_min` {`number`} - \n\n * `_max` {`number`} - \n\n * `_step` {`number`} - \n\n * `startValue` {`number | undefined`} - \n\n * `pointerCaptured` {`boolean`} - \n\n * `thumbHoverTimer` - \n\n * `activeThumb` {`HTMLElement | undefined`} - \n\n * `thumbLabelsVisible` {`boolean`} - \n\n * `labels` {`string[] | undefined`} - \n\n * `min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\n * `max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\n * `lowerBound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\n * `upperBound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `discreteTrack` {`boolean`} - Marks the slider track as discrete so it displays the steps.\nIf the `step` is 0, the slider will remain continuos even if `discreteTrack` is `true`.\n\n * `hideTooltip` {`boolean`} - Hides the thumb tooltip.\n\n * `step` {`number`} - Specifies the granularity that the value must adhere to.\nIf set to 0 no stepping is implied and any value in the range is allowed.\n\n * `primaryTicks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\n * `secondaryTicks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\n * `tickOrientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\n * `hidePrimaryLabels` {`boolean`} - Hides the primary tick labels.\n\n * `hideSecondaryLabels` {`boolean`} - Hides the secondary tick labels.\n\n * `locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\n * `valueFormat` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\n * `valueFormatOptions` {`NumberFormatOptions | undefined`} - Number format options used for the thumb and tick label values in the slider.\n\n * `tickLabelRotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\n * `activeValue` {`number`} - \n\n * `actualMin` {`number`} - \n\n * `actualMax` {`number`} - \n\n * `pointerDown` - \n\n * `pointerMove` - \n\n * `lostPointerCapture` - \n\n * `handleKeydown` - \n\n * `handleThumbPointerEnter` - \n\n * `handleThumbPointerLeave` - ",
|
|
2407
2449
|
"attributes": [
|
|
2408
2450
|
{
|
|
2409
2451
|
"name": "value",
|
|
@@ -2524,7 +2566,7 @@
|
|
|
2524
2566
|
},
|
|
2525
2567
|
{
|
|
2526
2568
|
"name": "igc-snackbar",
|
|
2527
|
-
"description": "A snackbar component is used to provide feedback about an operation\nby showing a brief message at the bottom of the screen.\n\nEvents:\n\n * `igcAction` {} - Emitted when the snackbar action button is clicked.\n\nSlots:\n\n * ` ` {} - Renders the snackbar content.\n\nAttributes:\n\n * `open` {`boolean`} - Determines whether the snackbar is opened.\n\n * `display-time` {`number`} - Determines the duration in ms in which the snackbar will be visible.\n\n * `keep-open` {`boolean`} - Determines whether the snackbar should close after the displayTime is over.\n\n * `action-text` {`string`} - The snackbar action button.\n\nProperties:\n\n * `tagName` {`
|
|
2569
|
+
"description": "A snackbar component is used to provide feedback about an operation\nby showing a brief message at the bottom of the screen.\n\nEvents:\n\n * `igcAction` {} - Emitted when the snackbar action button is clicked.\n\nSlots:\n\n * ` ` {} - Renders the snackbar content.\n\nAttributes:\n\n * `open` {`boolean`} - Determines whether the snackbar is opened.\n\n * `display-time` {`number`} - Determines the duration in ms in which the snackbar will be visible.\n\n * `keep-open` {`boolean`} - Determines whether the snackbar should close after the displayTime is over.\n\n * `position` {`\"top\" | \"bottom\" | \"middle\"`} - Sets the position of the snackbar.\n\n * `action-text` {`string`} - The snackbar action button.\n\nProperties:\n\n * `tagName` {`\"igc-snackbar\"`} - \n\n * `styles` - \n\n * `autoHideTimeout` {`number`} - \n\n * `animationPlayer` - \n\n * `content` {`HTMLElement`} - \n\n * `open` {`boolean`} - Determines whether the snackbar is opened.\n\n * `displayTime` {`number`} - Determines the duration in ms in which the snackbar will be visible.\n\n * `keepOpen` {`boolean`} - Determines whether the snackbar should close after the displayTime is over.\n\n * `position` {`\"top\" | \"bottom\" | \"middle\"`} - Sets the position of the snackbar.\n\n * `actionText` {`string`} - The snackbar action button.",
|
|
2528
2570
|
"attributes": [
|
|
2529
2571
|
{
|
|
2530
2572
|
"name": "open",
|
|
@@ -2540,6 +2582,21 @@
|
|
|
2540
2582
|
"description": "`keep-open` {`boolean`} - Determines whether the snackbar should close after the displayTime is over.\n\nProperty: keepOpen\n\nDefault: false",
|
|
2541
2583
|
"valueSet": "v"
|
|
2542
2584
|
},
|
|
2585
|
+
{
|
|
2586
|
+
"name": "position",
|
|
2587
|
+
"description": "`position` {`\"top\" | \"bottom\" | \"middle\"`} - Sets the position of the snackbar.\n\nProperty: position\n\nDefault: bottom",
|
|
2588
|
+
"values": [
|
|
2589
|
+
{
|
|
2590
|
+
"name": "top"
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"name": "bottom"
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"name": "middle"
|
|
2597
|
+
}
|
|
2598
|
+
]
|
|
2599
|
+
},
|
|
2543
2600
|
{
|
|
2544
2601
|
"name": "action-text",
|
|
2545
2602
|
"description": "`action-text` {`string`} - The snackbar action button.\n\nProperty: actionText"
|
|
@@ -2552,7 +2609,7 @@
|
|
|
2552
2609
|
},
|
|
2553
2610
|
{
|
|
2554
2611
|
"name": "igc-step",
|
|
2555
|
-
"description": "The step component is used within the `igc-stepper` element and it holds the content of each step.\nIt also supports custom indicators, title and subtitle.\n\nEvents:\n\n * `stepActiveChanged` {`CustomEvent<boolean>`} - \n\n * `stepDisabledInvalidChanged` {`CustomEvent<unknown>`} - \n\n * `stepCompleteChanged` {`CustomEvent<unknown>`} - \n\n * `stepHeaderKeydown` {`CustomEvent<{ event: KeyboardEvent; focusedStep: this; }>`} - \n\nSlots:\n\n * ` ` {} - Renders the content of the step.\n\n * `indicator` {} - Renders the indicator of the step. By default, it displays the step index + 1.\n\n * `title` {} - Renders the title of the step.\n\n * `subtitle` {} - Renders the subtitle of the step.\n\nAttributes:\n\n * `invalid` {`boolean`} - Gets/sets whether the step is invalid.\n\n * `active` {`boolean`} - Gets/sets whether the step is activе.\n\n * `optional` {`boolean`} - Gets/sets whether the step is optional.\n\n * `disabled` {`boolean`} - Gets/sets whether the step is interactable.\n\n * `complete` {`boolean`} - Gets/sets whether the step is completed.\n\nProperties:\n\n * `tagName` {`\"igc-step\"`} - \n\n * `styles` - \n\n * `animationPlayer` - \n\n * `_titleChildren` {`HTMLElement[]`} - \n\n * `_subTitleChildren` {`HTMLElement[]`} - \n\n * `header` {`HTMLElement`} - \n\n * `contentBody` {`HTMLElement`} - \n\n * `body` {`HTMLElement`} - \n\n * `invalid` {`boolean`} - Gets/sets whether the step is invalid.\n\n * `active` {`boolean`} - Gets/sets whether the step is activе.\n\n * `optional` {`boolean`} - Gets/sets whether the step is optional.\n\n * `disabled` {`boolean`} - Gets/sets whether the step is interactable.\n\n * `complete` {`boolean`} - Gets/sets whether the step is completed.\n\n * `previousComplete` {`boolean`} - \n\n * `stepType` {`\"indicator\" | \"title\" | \"full\"`} - \n\n * `titlePosition` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - \n\n * `orientation` {`\"
|
|
2612
|
+
"description": "The step component is used within the `igc-stepper` element and it holds the content of each step.\nIt also supports custom indicators, title and subtitle.\n\nEvents:\n\n * `stepActiveChanged` {`CustomEvent<boolean>`} - \n\n * `stepDisabledInvalidChanged` {`CustomEvent<unknown>`} - \n\n * `stepCompleteChanged` {`CustomEvent<unknown>`} - \n\n * `stepHeaderKeydown` {`CustomEvent<{ event: KeyboardEvent; focusedStep: this; }>`} - \n\nSlots:\n\n * ` ` {} - Renders the content of the step.\n\n * `indicator` {} - Renders the indicator of the step. By default, it displays the step index + 1.\n\n * `title` {} - Renders the title of the step.\n\n * `subtitle` {} - Renders the subtitle of the step.\n\nAttributes:\n\n * `invalid` {`boolean`} - Gets/sets whether the step is invalid.\n\n * `active` {`boolean`} - Gets/sets whether the step is activе.\n\n * `optional` {`boolean`} - Gets/sets whether the step is optional.\n\n * `disabled` {`boolean`} - Gets/sets whether the step is interactable.\n\n * `complete` {`boolean`} - Gets/sets whether the step is completed.\n\nProperties:\n\n * `tagName` {`\"igc-step\"`} - \n\n * `styles` - \n\n * `animationPlayer` - \n\n * `_titleChildren` {`HTMLElement[]`} - \n\n * `_subTitleChildren` {`HTMLElement[]`} - \n\n * `header` {`HTMLElement`} - \n\n * `contentBody` {`HTMLElement`} - \n\n * `body` {`HTMLElement`} - \n\n * `invalid` {`boolean`} - Gets/sets whether the step is invalid.\n\n * `active` {`boolean`} - Gets/sets whether the step is activе.\n\n * `optional` {`boolean`} - Gets/sets whether the step is optional.\n\n * `disabled` {`boolean`} - Gets/sets whether the step is interactable.\n\n * `complete` {`boolean`} - Gets/sets whether the step is completed.\n\n * `previousComplete` {`boolean`} - \n\n * `stepType` {`\"indicator\" | \"title\" | \"full\"`} - \n\n * `titlePosition` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - \n\n * `orientation` {`\"horizontal\" | \"vertical\"`} - \n\n * `index` {`number`} - \n\n * `contentTop` {`boolean`} - \n\n * `linearDisabled` {`boolean`} - \n\n * `visited` {`boolean`} - \n\n * `animation` {`Animation`} - \n\n * `animationDuration` {`number`} - \n\n * `isAccessible` {`boolean`} - \n\n * `headerContainerParts` {`{ 'header-container': boolean; disabled: boolean; 'complete-start': boolean; 'complete-end': boolean; optional: boolean; invalid: boolean; top: boolean; bottom: boolean; start: boolean; end: boolean; }`} - \n\n * `textParts` {`{ text: boolean; empty: boolean; }`} - ",
|
|
2556
2613
|
"attributes": [
|
|
2557
2614
|
{
|
|
2558
2615
|
"name": "invalid",
|
|
@@ -2599,17 +2656,17 @@
|
|
|
2599
2656
|
},
|
|
2600
2657
|
{
|
|
2601
2658
|
"name": "igc-stepper",
|
|
2602
|
-
"description": "IgxStepper provides a wizard-like workflow by dividing content into logical steps.\n\nEvents:\n\n * `igcActiveStepChanging` {} - Emitted when the active step is about to change.\n\n * `igcActiveStepChanged` {} - Emitted when the active step is changed.\n\nSlots:\n\n * ` ` {} - Renders the step components inside default slot.\n\nAttributes:\n\n * `orientation` {`\"
|
|
2659
|
+
"description": "IgxStepper provides a wizard-like workflow by dividing content into logical steps.\n\nEvents:\n\n * `igcActiveStepChanging` {} - Emitted when the active step is about to change.\n\n * `igcActiveStepChanged` {} - Emitted when the active step is changed.\n\nSlots:\n\n * ` ` {} - Renders the step components inside default slot.\n\nAttributes:\n\n * `orientation` {`\"horizontal\" | \"vertical\"`} - Gets/Sets the orientation of the stepper.\n\n * `step-type` {`\"indicator\" | \"title\" | \"full\"`} - Get/Set the type of the steps.\n\n * `linear` {`boolean`} - Get/Set whether the stepper is linear.\n\n * `content-top` {`boolean`} - Get/Set whether the content is displayed above the steps.\n\n * `vertical-animation` {`\"none\" | \"grow\" | \"fade\"`} - The animation type when in vertical mode.\n\n * `horizontal-animation` {`\"none\" | \"fade\" | \"slide\"`} - The animation type when in horizontal mode.\n\n * `animation-duration` {`number`} - The animation duration in either vertical or horizontal mode.\n\n * `title-position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - Get/Set the position of the steps title.\n\nProperties:\n\n * `tagName` {`\"igc-stepper\"`} - \n\n * `styles` - \n\n * `keyDownHandlers` {`Map<string, Function>`} - \n\n * `activeStep` - \n\n * `steps` {`IgcStepComponent[]`} - Returns all of the stepper's steps.\n\n * `orientation` {`\"horizontal\" | \"vertical\"`} - Gets/Sets the orientation of the stepper.\n\n * `stepType` {`\"indicator\" | \"title\" | \"full\"`} - Get/Set the type of the steps.\n\n * `linear` {`boolean`} - Get/Set whether the stepper is linear.\n\n * `contentTop` {`boolean`} - Get/Set whether the content is displayed above the steps.\n\n * `verticalAnimation` {`\"none\" | \"grow\" | \"fade\"`} - The animation type when in vertical mode.\n\n * `horizontalAnimation` {`\"none\" | \"fade\" | \"slide\"`} - The animation type when in horizontal mode.\n\n * `animationDuration` {`number`} - The animation duration in either vertical or horizontal mode.\n\n * `titlePosition` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - Get/Set the position of the steps title.",
|
|
2603
2660
|
"attributes": [
|
|
2604
2661
|
{
|
|
2605
2662
|
"name": "orientation",
|
|
2606
|
-
"description": "`orientation` {`\"
|
|
2663
|
+
"description": "`orientation` {`\"horizontal\" | \"vertical\"`} - Gets/Sets the orientation of the stepper.\n\nProperty: orientation\n\nDefault: horizontal",
|
|
2607
2664
|
"values": [
|
|
2608
2665
|
{
|
|
2609
|
-
"name": "
|
|
2666
|
+
"name": "horizontal"
|
|
2610
2667
|
},
|
|
2611
2668
|
{
|
|
2612
|
-
"name": "
|
|
2669
|
+
"name": "vertical"
|
|
2613
2670
|
}
|
|
2614
2671
|
]
|
|
2615
2672
|
},
|
|
@@ -2765,9 +2822,177 @@
|
|
|
2765
2822
|
}
|
|
2766
2823
|
]
|
|
2767
2824
|
},
|
|
2825
|
+
{
|
|
2826
|
+
"name": "igc-textarea",
|
|
2827
|
+
"description": "This element represents a multi-line plain-text editing control,\nuseful when you want to allow users to enter a sizeable amount of free-form text,\nfor example a comment on a review or feedback form.\n\nEvents:\n\n * `igcInput` {} - Emitted when the control receives user input.\n\n * `igcChange` {} - Emitted when the a change to the control value is committed by the user.\n\n * `igcFocus` {} - Emitted when the control gains focus.\n\n * `igcBlur` {} - Emitted when the control loses focus.\n\nSlots:\n\n * ` ` {} - Text content from the default slot will be used as the value of the component.\n\n * `prefix` {} - Renders content before the input.\n\n * `suffix` {} - Renders content after input.\n\n * `helper-text` {} - Renders content below the input.\n\nAttributes:\n\n * `autocomplete` {`string`} - Specifies what if any permission the browser has to provide for automated assistance in filling out form field values,\nas well as guidance to the browser as to the type of information expected in the field.\nRefer to [this page](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for additional information.\n\n * `autocapitalize` {`\"none\" | \"off\" | \"on\" | \"sentences\" | \"words\" | \"characters\"`} - Controls whether and how text input is automatically capitalized as it is entered/edited by the user.\n\n[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize).\n\n * `inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"text\" | \"url\" | \"decimal\"`} - Hints at the type of data that might be entered by the user while editing the element or its contents.\nThis allows a browser to display an appropriate virtual keyboard.\n\n[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)\n\n * `label` {`string`} - The label for the control.\n\n * `maxlength` {`number`} - The maximum number of characters (UTF-16 code units) that the user can enter.\nIf this value isn't specified, the user can enter an unlimited number of characters.\n\n * `minlength` {`number`} - The minimum number of characters (UTF-16 code units) required that the user should enter.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `readonly` {`boolean`} - Makes the control a readonly field.\n\n * `resize` {`\"vertical\" | \"none\" | \"auto\"`} - Controls whether the control can be resized.\nWhen `auto` is set, the control will try to expand and fit its content.\n\n * `rows` {`number`} - The number of visible text lines for the control. If it is specified, it must be a positive integer.\nIf it is not specified, the default value is 2.\n\n * `value` {`string`} - The value of the component\n\n * `spellcheck` {`boolean`} - Controls whether the element may be checked for spelling errors.\n\n * `wrap` {`\"off\" | \"hard\" | \"soft\"`} - Indicates how the control should wrap the value for form submission.\nRefer to [this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#attributes)\nfor explanation of the available values.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\nProperties:\n\n * `tagName` {`\"igc-textarea\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `increment` - \n\n * `inputId` {`string`} - \n\n * `shadowRootOptions` {`{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; }`} - \n\n * `observer` {`ResizeObserver`} - \n\n * `projected` {`Node[]`} - \n\n * `prefixes` {`HTMLElement[]`} - \n\n * `suffixes` {`HTMLElement[]`} - \n\n * `helperText` {`HTMLElement[]`} - \n\n * `input` {`HTMLTextAreaElement`} - \n\n * `resizeStyles` {`StyleInfo`} - \n\n * `autocomplete` {`string`} - Specifies what if any permission the browser has to provide for automated assistance in filling out form field values,\nas well as guidance to the browser as to the type of information expected in the field.\nRefer to [this page](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for additional information.\n\n * `autocapitalize` {`\"none\" | \"off\" | \"on\" | \"sentences\" | \"words\" | \"characters\"`} - Controls whether and how text input is automatically capitalized as it is entered/edited by the user.\n\n[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize).\n\n * `inputMode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"text\" | \"url\" | \"decimal\"`} - Hints at the type of data that might be entered by the user while editing the element or its contents.\nThis allows a browser to display an appropriate virtual keyboard.\n\n[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)\n\n * `label` {`string`} - The label for the control.\n\n * `maxLength` {`number`} - The maximum number of characters (UTF-16 code units) that the user can enter.\nIf this value isn't specified, the user can enter an unlimited number of characters.\n\n * `minLength` {`number`} - The minimum number of characters (UTF-16 code units) required that the user should enter.\n\n * `outlined` {`boolean`} - Whether the control will have outlined appearance.\n\n * `placeholder` {`string`} - The placeholder attribute of the control.\n\n * `readOnly` {`boolean`} - Makes the control a readonly field.\n\n * `resize` {`\"vertical\" | \"none\" | \"auto\"`} - Controls whether the control can be resized.\nWhen `auto` is set, the control will try to expand and fit its content.\n\n * `rows` {`number`} - The number of visible text lines for the control. If it is specified, it must be a positive integer.\nIf it is not specified, the default value is 2.\n\n * `value` {`string`} - The value of the component\n\n * `spellcheck` {`boolean`} - Controls whether the element may be checked for spelling errors.\n\n * `wrap` {`\"off\" | \"hard\" | \"soft\"`} - Indicates how the control should wrap the value for form submission.\nRefer to [this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#attributes)\nfor explanation of the available values.\n\n * `required` {`boolean`} - Makes the control a required field in a form context.\n\n * `formAssociated` {`true`} - \n\n * `validators` {`Validator<this>[]`} - \n\n * `_disabled` {`boolean`} - \n\n * `_invalid` {`boolean`} - \n\n * `_dirty` {`boolean`} - \n\n * `_defaultValue` {`unknown`} - The default value of the control at \"creation\" time.\n\n * `name` {`string`} - The name attribute of the control.\n\n * `form` - Returns the HTMLFormElement associated with this element.\n\n * `validity` - Returns a ValidityState object which represents the different validity states\nthe element can be in, with respect to constraint validation.\n\n * `validationMessage` - A string containing the validation message of this element.\n\n * `willValidate` - A boolean value which returns true if the element is a submittable element\nthat is a candidate for constraint validation.\n\n * `disabled` {`boolean`} - The disabled state of the component\n\n * `invalid` {`boolean`} - Control the validity of the control.\n\n * `handleInvalid` - \n\n * `__internals` - ",
|
|
2828
|
+
"attributes": [
|
|
2829
|
+
{
|
|
2830
|
+
"name": "autocomplete",
|
|
2831
|
+
"description": "`autocomplete` {`string`} - Specifies what if any permission the browser has to provide for automated assistance in filling out form field values,\nas well as guidance to the browser as to the type of information expected in the field.\nRefer to [this page](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for additional information.\n\nProperty: autocomplete"
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"name": "autocapitalize",
|
|
2835
|
+
"description": "`autocapitalize` {`\"none\" | \"off\" | \"on\" | \"sentences\" | \"words\" | \"characters\"`} - Controls whether and how text input is automatically capitalized as it is entered/edited by the user.\n\n[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize).\n\nProperty: autocapitalize",
|
|
2836
|
+
"values": [
|
|
2837
|
+
{
|
|
2838
|
+
"name": "none"
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"name": "off"
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"name": "on"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"name": "sentences"
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"name": "words"
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"name": "characters"
|
|
2854
|
+
}
|
|
2855
|
+
]
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
"name": "inputmode",
|
|
2859
|
+
"description": "`inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"text\" | \"url\" | \"decimal\"`} - Hints at the type of data that might be entered by the user while editing the element or its contents.\nThis allows a browser to display an appropriate virtual keyboard.\n\n[MDN documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)\n\nProperty: inputMode",
|
|
2860
|
+
"values": [
|
|
2861
|
+
{
|
|
2862
|
+
"name": "numeric"
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"name": "none"
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"name": "email"
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"name": "search"
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"name": "tel"
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "text"
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"name": "url"
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"name": "decimal"
|
|
2884
|
+
}
|
|
2885
|
+
]
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"name": "label",
|
|
2889
|
+
"description": "`label` {`string`} - The label for the control.\n\nProperty: label"
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"name": "maxlength",
|
|
2893
|
+
"description": "`maxlength` {`number`} - The maximum number of characters (UTF-16 code units) that the user can enter.\nIf this value isn't specified, the user can enter an unlimited number of characters.\n\nProperty: maxLength"
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"name": "minlength",
|
|
2897
|
+
"description": "`minlength` {`number`} - The minimum number of characters (UTF-16 code units) required that the user should enter.\n\nProperty: minLength"
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "outlined",
|
|
2901
|
+
"description": "`outlined` {`boolean`} - Whether the control will have outlined appearance.\n\nProperty: outlined\n\nDefault: false",
|
|
2902
|
+
"valueSet": "v"
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"name": "placeholder",
|
|
2906
|
+
"description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"name": "readonly",
|
|
2910
|
+
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
2911
|
+
"valueSet": "v"
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"name": "resize",
|
|
2915
|
+
"description": "`resize` {`\"vertical\" | \"none\" | \"auto\"`} - Controls whether the control can be resized.\nWhen `auto` is set, the control will try to expand and fit its content.\n\nProperty: resize\n\nDefault: vertical",
|
|
2916
|
+
"values": [
|
|
2917
|
+
{
|
|
2918
|
+
"name": "vertical"
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
"name": "none"
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
"name": "auto"
|
|
2925
|
+
}
|
|
2926
|
+
]
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"name": "rows",
|
|
2930
|
+
"description": "`rows` {`number`} - The number of visible text lines for the control. If it is specified, it must be a positive integer.\nIf it is not specified, the default value is 2.\n\nProperty: rows\n\nDefault: 2"
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"name": "value",
|
|
2934
|
+
"description": "`value` {`string`} - The value of the component\n\nProperty: value\n\nDefault: "
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"name": "spellcheck",
|
|
2938
|
+
"description": "`spellcheck` {`boolean`} - Controls whether the element may be checked for spelling errors.\n\nProperty: spellcheck\n\nDefault: true",
|
|
2939
|
+
"valueSet": "v"
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"name": "wrap",
|
|
2943
|
+
"description": "`wrap` {`\"off\" | \"hard\" | \"soft\"`} - Indicates how the control should wrap the value for form submission.\nRefer to [this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#attributes)\nfor explanation of the available values.\n\nProperty: wrap\n\nDefault: soft",
|
|
2944
|
+
"values": [
|
|
2945
|
+
{
|
|
2946
|
+
"name": "off"
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"name": "hard"
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"name": "soft"
|
|
2953
|
+
}
|
|
2954
|
+
]
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"name": "required",
|
|
2958
|
+
"description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
|
|
2959
|
+
"valueSet": "v"
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"name": "name",
|
|
2963
|
+
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
2964
|
+
},
|
|
2965
|
+
{
|
|
2966
|
+
"name": "disabled",
|
|
2967
|
+
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
2968
|
+
"valueSet": "v"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"name": "invalid",
|
|
2972
|
+
"description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
2973
|
+
"valueSet": "v"
|
|
2974
|
+
},
|
|
2975
|
+
{
|
|
2976
|
+
"name": "onigcInput",
|
|
2977
|
+
"description": "`igcInput` {} - Emitted when the control receives user input."
|
|
2978
|
+
},
|
|
2979
|
+
{
|
|
2980
|
+
"name": "onigcChange",
|
|
2981
|
+
"description": "`igcChange` {} - Emitted when the a change to the control value is committed by the user."
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"name": "onigcFocus",
|
|
2985
|
+
"description": "`igcFocus` {} - Emitted when the control gains focus."
|
|
2986
|
+
},
|
|
2987
|
+
{
|
|
2988
|
+
"name": "onigcBlur",
|
|
2989
|
+
"description": "`igcBlur` {} - Emitted when the control loses focus."
|
|
2990
|
+
}
|
|
2991
|
+
]
|
|
2992
|
+
},
|
|
2768
2993
|
{
|
|
2769
2994
|
"name": "igc-toast",
|
|
2770
|
-
"description": "A toast component is used to show a notification\n\nAttributes:\n\n * `open` {`boolean`} - Determines whether the toast is opened.\n\n * `display-time` {`number`} - Determines the time after which the toast will close\n\n * `keep-open` {`boolean`} - Determines whether the toast is closed automatically or not.\n\nProperties:\n\n * `tagName` {`\"igc-toast\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `displayTimeout` - \n\n * `animationPlayer` - \n\n * `open` {`boolean`} - Determines whether the toast is opened.\n\n * `displayTime` {`number`} - Determines the time after which the toast will close\n\n * `keepOpen` {`boolean`} - Determines whether the toast is closed automatically or not.",
|
|
2995
|
+
"description": "A toast component is used to show a notification\n\nAttributes:\n\n * `open` {`boolean`} - Determines whether the toast is opened.\n\n * `display-time` {`number`} - Determines the time after which the toast will close\n\n * `keep-open` {`boolean`} - Determines whether the toast is closed automatically or not.\n\n * `position` {`\"top\" | \"bottom\" | \"middle\"`} - Sets the position of the toast.\n\nProperties:\n\n * `tagName` {`\"igc-toast\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `displayTimeout` - \n\n * `animationPlayer` - \n\n * `open` {`boolean`} - Determines whether the toast is opened.\n\n * `displayTime` {`number`} - Determines the time after which the toast will close\n\n * `keepOpen` {`boolean`} - Determines whether the toast is closed automatically or not.\n\n * `position` {`\"top\" | \"bottom\" | \"middle\"`} - Sets the position of the toast.",
|
|
2771
2996
|
"attributes": [
|
|
2772
2997
|
{
|
|
2773
2998
|
"name": "open",
|
|
@@ -2782,6 +3007,21 @@
|
|
|
2782
3007
|
"name": "keep-open",
|
|
2783
3008
|
"description": "`keep-open` {`boolean`} - Determines whether the toast is closed automatically or not.\n\nProperty: keepOpen\n\nDefault: false",
|
|
2784
3009
|
"valueSet": "v"
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"name": "position",
|
|
3013
|
+
"description": "`position` {`\"top\" | \"bottom\" | \"middle\"`} - Sets the position of the toast.\n\nProperty: position\n\nDefault: bottom",
|
|
3014
|
+
"values": [
|
|
3015
|
+
{
|
|
3016
|
+
"name": "top"
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"name": "bottom"
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
"name": "middle"
|
|
3023
|
+
}
|
|
3024
|
+
]
|
|
2785
3025
|
}
|
|
2786
3026
|
]
|
|
2787
3027
|
},
|