igniteui-webcomponents 4.5.0 → 4.7.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 +39 -0
- package/animations/player.js +1 -1
- package/animations/player.js.map +1 -1
- package/components/accordion/accordion.d.ts +8 -3
- package/components/accordion/accordion.js +65 -53
- package/components/accordion/accordion.js.map +1 -1
- package/components/accordion/themes/accordion.base.css.js +1 -20
- package/components/accordion/themes/accordion.base.css.js.map +1 -1
- package/components/avatar/avatar.d.ts +4 -3
- package/components/avatar/avatar.js +22 -26
- package/components/avatar/avatar.js.map +1 -1
- package/components/avatar/themes/avatar.base.css.js +1 -83
- package/components/avatar/themes/avatar.base.css.js.map +1 -1
- package/components/avatar/themes/dark/avatar.bootstrap.css.js +1 -6
- package/components/avatar/themes/dark/avatar.bootstrap.css.js.map +1 -1
- package/components/avatar/themes/dark/avatar.fluent.css.js +1 -6
- package/components/avatar/themes/dark/avatar.fluent.css.js.map +1 -1
- package/components/avatar/themes/dark/avatar.indigo.css.js +1 -6
- package/components/avatar/themes/dark/avatar.indigo.css.js.map +1 -1
- package/components/avatar/themes/dark/avatar.material.css.js +1 -6
- package/components/avatar/themes/dark/avatar.material.css.js.map +1 -1
- package/components/avatar/themes/light/avatar.bootstrap.css.js +1 -6
- package/components/avatar/themes/light/avatar.bootstrap.css.js.map +1 -1
- package/components/avatar/themes/light/avatar.fluent.css.js +1 -6
- package/components/avatar/themes/light/avatar.fluent.css.js.map +1 -1
- package/components/avatar/themes/light/avatar.indigo.css.js +1 -6
- package/components/avatar/themes/light/avatar.indigo.css.js.map +1 -1
- package/components/avatar/themes/light/avatar.material.css.js +1 -6
- package/components/avatar/themes/light/avatar.material.css.js.map +1 -1
- package/components/avatar/themes/shared/avatar.bootstrap.css.js +1 -18
- package/components/avatar/themes/shared/avatar.bootstrap.css.js.map +1 -1
- package/components/avatar/themes/shared/avatar.common.css.js +3 -0
- package/components/avatar/themes/shared/avatar.common.css.js.map +1 -0
- package/components/avatar/themes/shared/avatar.fluent.css.js +1 -18
- package/components/avatar/themes/shared/avatar.fluent.css.js.map +1 -1
- package/components/avatar/themes/shared/avatar.indigo.css.js +1 -18
- package/components/avatar/themes/shared/avatar.indigo.css.js.map +1 -1
- package/components/avatar/themes/themes.d.ts +1 -1
- package/components/avatar/themes/themes.js +10 -11
- package/components/avatar/themes/themes.js.map +1 -1
- package/components/badge/badge.d.ts +4 -1
- package/components/badge/badge.js +19 -9
- package/components/badge/badge.js.map +1 -1
- package/components/badge/themes/badge.base.css.js +3 -0
- package/components/badge/themes/badge.base.css.js.map +1 -0
- package/components/badge/themes/dark/badge.bootstrap.css.js +1 -1
- package/components/badge/themes/dark/badge.bootstrap.css.js.map +1 -1
- package/components/badge/themes/dark/badge.fluent.css.js +3 -0
- package/components/badge/themes/dark/badge.fluent.css.js.map +1 -0
- package/components/badge/themes/dark/badge.indigo.css.js +3 -0
- package/components/badge/themes/dark/badge.indigo.css.js.map +1 -0
- package/components/badge/themes/dark/badge.material.css.js +3 -0
- package/components/badge/themes/dark/badge.material.css.js.map +1 -0
- package/components/badge/themes/light/badge.bootstrap.css.js +1 -23
- package/components/badge/themes/light/badge.bootstrap.css.js.map +1 -1
- package/components/badge/themes/light/badge.fluent.css.js +3 -0
- package/components/badge/themes/light/badge.fluent.css.js.map +1 -0
- package/components/badge/themes/light/badge.indigo.css.js +3 -0
- package/components/badge/themes/light/badge.indigo.css.js.map +1 -0
- package/components/badge/themes/light/badge.material.css.js +3 -0
- package/components/badge/themes/light/badge.material.css.js.map +1 -0
- package/components/badge/themes/shared/badge.bootstrap.css.js +3 -0
- package/components/badge/themes/shared/badge.bootstrap.css.js.map +1 -0
- package/components/badge/themes/shared/badge.common.css.js +3 -0
- package/components/badge/themes/shared/badge.common.css.js.map +1 -0
- package/components/badge/themes/themes.d.ts +2 -0
- package/components/badge/themes/themes.js +40 -0
- package/components/badge/themes/themes.js.map +1 -0
- package/components/button/button-base.d.ts +5 -6
- package/components/button/button-base.js +16 -29
- package/components/button/button-base.js.map +1 -1
- package/components/button/button.d.ts +1 -8
- package/components/button/button.js +6 -21
- package/components/button/button.js.map +1 -1
- package/components/button/icon-button.d.ts +1 -1
- package/components/button/icon-button.js +7 -12
- package/components/button/icon-button.js.map +1 -1
- package/components/button/themes/button/button.base.css.js +3 -0
- package/components/button/themes/button/button.base.css.js.map +1 -0
- package/components/button/themes/button/dark/button.bootstrap.css.js +1 -1
- package/components/button/themes/button/dark/button.bootstrap.css.js.map +1 -1
- package/components/button/themes/button/dark/button.fluent.css.js +1 -1
- package/components/button/themes/button/dark/button.fluent.css.js.map +1 -1
- package/components/button/themes/button/dark/button.indigo.css.js +1 -1
- package/components/button/themes/button/dark/button.indigo.css.js.map +1 -1
- package/components/button/themes/button/dark/button.material.css.js +1 -1
- package/components/button/themes/button/dark/button.material.css.js.map +1 -1
- package/components/button/themes/button/light/button.bootstrap.css.js +1 -286
- package/components/button/themes/button/light/button.bootstrap.css.js.map +1 -1
- package/components/button/themes/button/light/button.fluent.css.js +1 -376
- package/components/button/themes/button/light/button.fluent.css.js.map +1 -1
- package/components/button/themes/button/light/button.indigo.css.js +1 -349
- package/components/button/themes/button/light/button.indigo.css.js.map +1 -1
- package/components/button/themes/button/light/button.material.css.js +1 -354
- package/components/button/themes/button/light/button.material.css.js.map +1 -1
- package/components/button/themes/button/shared/button.bootstrap.css.js +3 -0
- package/components/button/themes/button/shared/button.bootstrap.css.js.map +1 -0
- package/components/button/themes/button/shared/button.common.css.js +3 -0
- package/components/button/themes/button/shared/button.common.css.js.map +1 -0
- package/components/button/themes/button/shared/button.fluent.css.js +3 -0
- package/components/button/themes/button/shared/button.fluent.css.js.map +1 -0
- package/components/button/themes/button/shared/button.indigo.css.js +3 -0
- package/components/button/themes/button/shared/button.indigo.css.js.map +1 -0
- package/components/button/themes/button/shared/button.material.css.js +3 -0
- package/components/button/themes/button/shared/button.material.css.js.map +1 -0
- package/components/button/themes/button/themes.d.ts +2 -0
- package/components/button/themes/button/themes.js +43 -0
- package/components/button/themes/button/themes.js.map +1 -0
- package/components/button/themes/icon-button/dark/icon-button.bootstrap.css.js +3 -0
- package/components/button/themes/icon-button/dark/icon-button.bootstrap.css.js.map +1 -0
- package/components/button/themes/icon-button/dark/icon-button.fluent.css.js +1 -1
- package/components/button/themes/icon-button/dark/icon-button.fluent.css.js.map +1 -1
- package/components/button/themes/icon-button/dark/icon-button.indigo.css.js +3 -0
- package/components/button/themes/icon-button/dark/icon-button.indigo.css.js.map +1 -0
- package/components/button/themes/icon-button/dark/icon-button.material.css.js +3 -0
- package/components/button/themes/icon-button/dark/icon-button.material.css.js.map +1 -0
- package/components/button/themes/icon-button/icon-button.base.css.js +3 -0
- package/components/button/themes/icon-button/icon-button.base.css.js.map +1 -0
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js +1 -125
- package/components/button/themes/icon-button/light/icon-button.bootstrap.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js +1 -116
- package/components/button/themes/icon-button/light/icon-button.fluent.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.indigo.css.js +1 -112
- package/components/button/themes/icon-button/light/icon-button.indigo.css.js.map +1 -1
- package/components/button/themes/icon-button/light/icon-button.material.css.js +1 -83
- package/components/button/themes/icon-button/light/icon-button.material.css.js.map +1 -1
- package/components/button/themes/icon-button/shared/icon-button.bootstrap.css.js +3 -0
- package/components/button/themes/icon-button/shared/icon-button.bootstrap.css.js.map +1 -0
- package/components/button/themes/icon-button/shared/icon-button.common.css.js +3 -0
- package/components/button/themes/icon-button/shared/icon-button.common.css.js.map +1 -0
- package/components/button/themes/icon-button/shared/icon-button.fluent.css.js +3 -0
- package/components/button/themes/icon-button/shared/icon-button.fluent.css.js.map +1 -0
- package/components/button/themes/icon-button/shared/icon-button.indigo.css.js +3 -0
- package/components/button/themes/icon-button/shared/icon-button.indigo.css.js.map +1 -0
- package/components/button/themes/icon-button/shared/icon-button.material.css.js +3 -0
- package/components/button/themes/icon-button/shared/icon-button.material.css.js.map +1 -0
- package/components/button/themes/icon-button/themes.d.ts +2 -0
- package/components/button/themes/icon-button/themes.js +43 -0
- package/components/button/themes/icon-button/themes.js.map +1 -0
- package/components/button-group/button-group.d.ts +1 -1
- package/components/button-group/button-group.js +11 -27
- package/components/button-group/button-group.js.map +1 -1
- package/components/button-group/themes/button.base.css.js +3 -0
- package/components/button-group/themes/button.base.css.js.map +1 -0
- package/components/button-group/themes/button.d.ts +2 -0
- package/components/button-group/themes/button.js +28 -0
- package/components/button-group/themes/button.js.map +1 -0
- package/components/button-group/themes/dark/button-group.bootstrap.css.js +3 -0
- package/components/button-group/themes/dark/button-group.bootstrap.css.js.map +1 -0
- package/components/button-group/themes/dark/button-group.fluent.css.js +3 -0
- package/components/button-group/themes/dark/button-group.fluent.css.js.map +1 -0
- package/components/button-group/themes/dark/button-group.indigo.css.js +3 -0
- package/components/button-group/themes/dark/button-group.indigo.css.js.map +1 -0
- package/components/button-group/themes/dark/button-group.material.css.js +3 -0
- package/components/button-group/themes/dark/button-group.material.css.js.map +1 -0
- package/components/button-group/themes/group.base.css.js +3 -0
- package/components/button-group/themes/group.base.css.js.map +1 -0
- package/components/button-group/themes/group.d.ts +2 -0
- package/components/button-group/themes/group.js +42 -0
- package/components/button-group/themes/group.js.map +1 -0
- package/components/button-group/themes/light/button-group.bootstrap.css.js +1 -32
- package/components/button-group/themes/light/button-group.bootstrap.css.js.map +1 -1
- package/components/button-group/themes/light/button-group.fluent.css.js +1 -32
- package/components/button-group/themes/light/button-group.fluent.css.js.map +1 -1
- package/components/button-group/themes/light/button-group.indigo.css.js +1 -33
- package/components/button-group/themes/light/button-group.indigo.css.js.map +1 -1
- package/components/button-group/themes/light/button-group.material.css.js +1 -32
- package/components/button-group/themes/light/button-group.material.css.js.map +1 -1
- package/components/button-group/themes/shared/button/button.bootstrap.css.js +3 -0
- package/components/button-group/themes/shared/button/button.bootstrap.css.js.map +1 -0
- package/components/button-group/themes/shared/button/button.common.css.js +3 -0
- package/components/button-group/themes/shared/button/button.common.css.js.map +1 -0
- package/components/button-group/themes/shared/button/button.fluent.css.js +3 -0
- package/components/button-group/themes/shared/button/button.fluent.css.js.map +1 -0
- package/components/button-group/themes/shared/button/button.indigo.css.js +3 -0
- package/components/button-group/themes/shared/button/button.indigo.css.js.map +1 -0
- package/components/button-group/themes/shared/group/group.bootstrap.css.js +3 -0
- package/components/button-group/themes/shared/group/group.bootstrap.css.js.map +1 -0
- package/components/button-group/themes/shared/group/group.common.css.js +3 -0
- package/components/button-group/themes/shared/group/group.common.css.js.map +1 -0
- package/components/button-group/themes/shared/group/group.fluent.css.js +3 -0
- package/components/button-group/themes/shared/group/group.fluent.css.js.map +1 -0
- package/components/button-group/themes/shared/group/group.indigo.css.js +3 -0
- package/components/button-group/themes/shared/group/group.indigo.css.js.map +1 -0
- package/components/button-group/toggle-button.d.ts +2 -2
- package/components/button-group/toggle-button.js +10 -22
- package/components/button-group/toggle-button.js.map +1 -1
- package/components/calendar/calendar.d.ts +2 -2
- package/components/calendar/calendar.js +18 -29
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/common/calendar-base.js +3 -4
- package/components/calendar/common/calendar-base.js.map +1 -1
- package/components/calendar/common/calendar.model.js.map +1 -1
- package/components/calendar/common/utils.js.map +1 -1
- package/components/calendar/days-view/days-view.js +5 -24
- package/components/calendar/days-view/days-view.js.map +1 -1
- package/components/calendar/months-view/months-view.js +3 -19
- package/components/calendar/months-view/months-view.js.map +1 -1
- package/components/calendar/themes/calendar.base.css.js +1 -250
- package/components/calendar/themes/calendar.base.css.js.map +1 -1
- package/components/calendar/themes/calendar.d.ts +2 -0
- package/components/calendar/themes/calendar.js +42 -0
- package/components/calendar/themes/calendar.js.map +1 -0
- package/components/calendar/themes/dark/calendar.bootstrap.css.js +3 -0
- package/components/calendar/themes/dark/calendar.bootstrap.css.js.map +1 -0
- package/components/calendar/themes/dark/calendar.fluent.css.js +3 -0
- package/components/calendar/themes/dark/calendar.fluent.css.js.map +1 -0
- package/components/calendar/themes/dark/calendar.indigo.css.js +3 -0
- package/components/calendar/themes/dark/calendar.indigo.css.js.map +1 -0
- package/components/calendar/themes/dark/calendar.material.css.js +3 -0
- package/components/calendar/themes/dark/calendar.material.css.js.map +1 -0
- package/components/calendar/themes/days-view.base.css.js +1 -147
- package/components/calendar/themes/days-view.base.css.js.map +1 -1
- package/components/calendar/themes/days.d.ts +2 -0
- package/components/calendar/themes/days.js +42 -0
- package/components/calendar/themes/days.js.map +1 -0
- package/components/calendar/themes/light/calendar.bootstrap.css.js +3 -0
- package/components/calendar/themes/light/calendar.bootstrap.css.js.map +1 -0
- package/components/calendar/themes/light/calendar.fluent.css.js +3 -0
- package/components/calendar/themes/light/calendar.fluent.css.js.map +1 -0
- package/components/calendar/themes/light/calendar.indigo.css.js +3 -0
- package/components/calendar/themes/light/calendar.indigo.css.js.map +1 -0
- package/components/calendar/themes/light/calendar.material.css.js +3 -0
- package/components/calendar/themes/light/calendar.material.css.js.map +1 -0
- package/components/calendar/themes/shared/bootstrap/calendar.bootstrap.css.js +3 -0
- package/components/calendar/themes/shared/bootstrap/calendar.bootstrap.css.js.map +1 -0
- package/components/calendar/themes/shared/bootstrap/days-view.bootstrap.css.js +3 -0
- package/components/calendar/themes/shared/bootstrap/days-view.bootstrap.css.js.map +1 -0
- package/components/calendar/themes/shared/bootstrap/year-month-view.bootstrap.css.js +3 -0
- package/components/calendar/themes/shared/bootstrap/year-month-view.bootstrap.css.js.map +1 -0
- package/components/calendar/themes/shared/fluent/calendar.fluent.css.js +3 -0
- package/components/calendar/themes/shared/fluent/calendar.fluent.css.js.map +1 -0
- package/components/calendar/themes/shared/fluent/days-view.fluent.css.js +3 -0
- package/components/calendar/themes/shared/fluent/days-view.fluent.css.js.map +1 -0
- package/components/calendar/themes/shared/fluent/year-month-view.fluent.css.js +3 -0
- package/components/calendar/themes/shared/fluent/year-month-view.fluent.css.js.map +1 -0
- package/components/calendar/themes/shared/indigo/calendar.indigo.css.js +3 -0
- package/components/calendar/themes/shared/indigo/calendar.indigo.css.js.map +1 -0
- package/components/calendar/themes/shared/material/calendar.common.css.js +3 -0
- package/components/calendar/themes/shared/material/calendar.common.css.js.map +1 -0
- package/components/calendar/themes/shared/material/days-view.material.css.js +3 -0
- package/components/calendar/themes/shared/material/days-view.material.css.js.map +1 -0
- package/components/calendar/themes/shared/material/year-month-view.material.css.js +3 -0
- package/components/calendar/themes/shared/material/year-month-view.material.css.js.map +1 -0
- package/components/calendar/themes/year-month-view.base.css.js +1 -55
- package/components/calendar/themes/year-month-view.base.css.js.map +1 -1
- package/components/calendar/themes/year-month.d.ts +2 -0
- package/components/calendar/themes/year-month.js +42 -0
- package/components/calendar/themes/year-month.js.map +1 -0
- package/components/calendar/years-view/years-view.js +3 -19
- package/components/calendar/years-view/years-view.js.map +1 -1
- package/components/card/card.actions.js +4 -4
- package/components/card/card.actions.js.map +1 -1
- package/components/card/card.content.d.ts +1 -1
- package/components/card/card.content.js +6 -21
- package/components/card/card.content.js.map +1 -1
- package/components/card/card.d.ts +1 -1
- package/components/card/card.header.d.ts +1 -1
- package/components/card/card.header.js +6 -21
- package/components/card/card.header.js.map +1 -1
- package/components/card/card.js +8 -23
- package/components/card/card.js.map +1 -1
- package/components/card/card.media.js +2 -2
- package/components/card/card.media.js.map +1 -1
- package/components/card/themes/actions.d.ts +2 -0
- package/components/card/themes/actions.js +14 -0
- package/components/card/themes/actions.js.map +1 -0
- package/components/card/themes/card.actions.base.css.js +3 -0
- package/components/card/themes/card.actions.base.css.js.map +1 -0
- package/components/card/themes/card.content.base.css.js +3 -0
- package/components/card/themes/card.content.base.css.js.map +1 -0
- package/components/card/themes/card.header.base.css.js +3 -0
- package/components/card/themes/card.header.base.css.js.map +1 -0
- package/components/card/themes/card.media.base.css.js +3 -0
- package/components/card/themes/card.media.base.css.js.map +1 -0
- package/components/card/themes/container.base.css.js +3 -0
- package/components/card/themes/container.base.css.js.map +1 -0
- package/components/card/themes/container.d.ts +2 -0
- package/components/card/themes/container.js +40 -0
- package/components/card/themes/container.js.map +1 -0
- package/components/card/themes/content.d.ts +2 -0
- package/components/card/themes/content.js +36 -0
- package/components/card/themes/content.js.map +1 -0
- package/components/card/themes/dark/card.bootstrap.css.js +1 -1
- package/components/card/themes/dark/card.bootstrap.css.js.map +1 -1
- package/components/card/themes/dark/card.fluent.css.js +1 -1
- package/components/card/themes/dark/card.fluent.css.js.map +1 -1
- package/components/card/themes/dark/card.indigo.css.js +1 -1
- package/components/card/themes/dark/card.indigo.css.js.map +1 -1
- package/components/card/themes/dark/card.material.css.js +1 -1
- package/components/card/themes/dark/card.material.css.js.map +1 -1
- package/components/card/themes/header.d.ts +2 -0
- package/components/card/themes/header.js +37 -0
- package/components/card/themes/header.js.map +1 -0
- package/components/card/themes/light/container/card.bootstrap.css.js +3 -0
- package/components/card/themes/light/container/card.bootstrap.css.js.map +1 -0
- package/components/card/themes/light/container/card.fluent.css.js +3 -0
- package/components/card/themes/light/container/card.fluent.css.js.map +1 -0
- package/components/card/themes/light/container/card.indigo.css.js +3 -0
- package/components/card/themes/light/container/card.indigo.css.js.map +1 -0
- package/components/card/themes/light/container/card.material.css.js +3 -0
- package/components/card/themes/light/container/card.material.css.js.map +1 -0
- package/components/card/themes/light/content/card.content.bootstrap.css.js +3 -0
- package/components/card/themes/light/content/card.content.bootstrap.css.js.map +1 -0
- package/components/card/themes/light/content/card.content.fluent.css.js +3 -0
- package/components/card/themes/light/content/card.content.fluent.css.js.map +1 -0
- package/components/card/themes/light/content/card.content.indigo.css.js +3 -0
- package/components/card/themes/light/content/card.content.indigo.css.js.map +1 -0
- package/components/card/themes/light/content/card.content.material.css.js +3 -0
- package/components/card/themes/light/content/card.content.material.css.js.map +1 -0
- package/components/card/themes/light/header/card.header.bootstrap.css.js +3 -0
- package/components/card/themes/light/header/card.header.bootstrap.css.js.map +1 -0
- package/components/card/themes/light/header/card.header.fluent.css.js +3 -0
- package/components/card/themes/light/header/card.header.fluent.css.js.map +1 -0
- package/components/card/themes/light/header/card.header.indigo.css.js +3 -0
- package/components/card/themes/light/header/card.header.indigo.css.js.map +1 -0
- package/components/card/themes/light/header/card.header.material.css.js +3 -0
- package/components/card/themes/light/header/card.header.material.css.js.map +1 -0
- package/components/card/themes/shared/actions/card.actions.bootstrap.css.js +3 -0
- package/components/card/themes/shared/actions/card.actions.bootstrap.css.js.map +1 -0
- package/components/card/themes/shared/container/card.common.css.js +3 -0
- package/components/card/themes/shared/container/card.common.css.js.map +1 -0
- package/components/card/themes/shared/container/card.fluent.css.js +3 -0
- package/components/card/themes/shared/container/card.fluent.css.js.map +1 -0
- package/components/card/themes/shared/content/card.content.bootstrap.css.js +3 -0
- package/components/card/themes/shared/content/card.content.bootstrap.css.js.map +1 -0
- package/components/card/themes/shared/content/card.content.common.css.js +3 -0
- package/components/card/themes/shared/content/card.content.common.css.js.map +1 -0
- package/components/card/themes/shared/header/card.header.bootstrap.css.js +3 -0
- package/components/card/themes/shared/header/card.header.bootstrap.css.js.map +1 -0
- package/components/card/themes/shared/header/card.header.common.css.js +3 -0
- package/components/card/themes/shared/header/card.header.common.css.js.map +1 -0
- package/components/card/themes/shared/header/card.header.fluent.css.js +3 -0
- package/components/card/themes/shared/header/card.header.fluent.css.js.map +1 -0
- package/components/checkbox/checkbox-base.js +2 -2
- package/components/checkbox/checkbox-base.js.map +1 -1
- package/components/checkbox/checkbox.js +4 -10
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/switch.js +4 -10
- package/components/checkbox/switch.js.map +1 -1
- package/components/checkbox/themes/checkbox-themes.d.ts +2 -0
- package/components/checkbox/themes/checkbox-themes.js +43 -0
- package/components/checkbox/themes/checkbox-themes.js.map +1 -0
- package/components/checkbox/themes/checkbox.base.css.js +3 -0
- package/components/checkbox/themes/checkbox.base.css.js.map +1 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.bootstrap.css.js +3 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.bootstrap.css.js.map +1 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.js +3 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.fluent.css.js.map +1 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.indigo.css.js +3 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.indigo.css.js.map +1 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.material.css.js +3 -0
- package/components/checkbox/themes/dark/checkbox/checkbox.material.css.js.map +1 -0
- package/components/checkbox/themes/dark/switch/switch.bootstrap.css.js +3 -0
- package/components/checkbox/themes/dark/switch/switch.bootstrap.css.js.map +1 -0
- package/components/checkbox/themes/dark/switch/switch.fluent.css.js +3 -0
- package/components/checkbox/themes/dark/switch/switch.fluent.css.js.map +1 -0
- package/components/checkbox/themes/dark/switch/switch.indigo.css.js +3 -0
- package/components/checkbox/themes/dark/switch/switch.indigo.css.js.map +1 -0
- package/components/checkbox/themes/dark/switch/switch.material.css.js +3 -0
- package/components/checkbox/themes/dark/switch/switch.material.css.js.map +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.bootstrap.css.js +3 -0
- package/components/checkbox/themes/light/checkbox/checkbox.bootstrap.css.js.map +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.js +3 -0
- package/components/checkbox/themes/light/checkbox/checkbox.fluent.css.js.map +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.indigo.css.js +3 -0
- package/components/checkbox/themes/light/checkbox/checkbox.indigo.css.js.map +1 -0
- package/components/checkbox/themes/light/checkbox/checkbox.material.css.js +3 -0
- package/components/checkbox/themes/light/checkbox/checkbox.material.css.js.map +1 -0
- package/components/checkbox/themes/light/switch/switch.bootstrap.css.js +3 -0
- package/components/checkbox/themes/light/switch/switch.bootstrap.css.js.map +1 -0
- package/components/checkbox/themes/light/switch/switch.fluent.css.js +3 -0
- package/components/checkbox/themes/light/switch/switch.fluent.css.js.map +1 -0
- package/components/checkbox/themes/light/switch/switch.indigo.css.js +3 -0
- package/components/checkbox/themes/light/switch/switch.indigo.css.js.map +1 -0
- package/components/checkbox/themes/light/switch/switch.material.css.js +3 -0
- package/components/checkbox/themes/light/switch/switch.material.css.js.map +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.js +3 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.css.js.map +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.js +3 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.fluent.css.js.map +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.js +3 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.indigo.css.js.map +1 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.material.css.js +3 -0
- package/components/checkbox/themes/shared/checkbox/checkbox.material.css.js.map +1 -0
- package/components/checkbox/themes/shared/switch/switch.bootstrap.css.js +3 -0
- package/components/checkbox/themes/shared/switch/switch.bootstrap.css.js.map +1 -0
- package/components/checkbox/themes/shared/switch/switch.fluent.css.js +3 -0
- package/components/checkbox/themes/shared/switch/switch.fluent.css.js.map +1 -0
- package/components/checkbox/themes/shared/switch/switch.indigo.css.js +3 -0
- package/components/checkbox/themes/shared/switch/switch.indigo.css.js.map +1 -0
- package/components/checkbox/themes/shared/switch/switch.material.css.js +3 -0
- package/components/checkbox/themes/shared/switch/switch.material.css.js.map +1 -0
- package/components/checkbox/themes/switch-themes.d.ts +2 -0
- package/components/checkbox/themes/switch-themes.js +43 -0
- package/components/checkbox/themes/switch-themes.js.map +1 -0
- package/components/checkbox/themes/switch.base.css.js +3 -0
- package/components/checkbox/themes/switch.base.css.js.map +1 -0
- package/components/chip/chip.d.ts +2 -2
- package/components/chip/chip.js +14 -17
- package/components/chip/chip.js.map +1 -1
- package/components/chip/themes/chip.base.css.js +3 -0
- package/components/chip/themes/chip.base.css.js.map +1 -0
- package/components/chip/themes/dark/chip.bootstrap.css.js +1 -1
- package/components/chip/themes/dark/chip.bootstrap.css.js.map +1 -1
- package/components/chip/themes/dark/chip.fluent.css.js +1 -1
- package/components/chip/themes/dark/chip.fluent.css.js.map +1 -1
- package/components/chip/themes/dark/chip.indigo.css.js +1 -1
- package/components/chip/themes/dark/chip.indigo.css.js.map +1 -1
- package/components/chip/themes/dark/chip.material.css.js +1 -1
- package/components/chip/themes/dark/chip.material.css.js.map +1 -1
- package/components/chip/themes/light/chip.bootstrap.css.js +1 -106
- package/components/chip/themes/light/chip.bootstrap.css.js.map +1 -1
- package/components/chip/themes/light/chip.fluent.css.js +1 -71
- package/components/chip/themes/light/chip.fluent.css.js.map +1 -1
- package/components/chip/themes/light/chip.indigo.css.js +1 -170
- package/components/chip/themes/light/chip.indigo.css.js.map +1 -1
- package/components/chip/themes/light/chip.material.css.js +1 -51
- package/components/chip/themes/light/chip.material.css.js.map +1 -1
- package/components/chip/themes/shared/chip.bootstrap.css.js +3 -0
- package/components/chip/themes/shared/chip.bootstrap.css.js.map +1 -0
- package/components/chip/themes/shared/chip.common.css.js +3 -0
- package/components/chip/themes/shared/chip.common.css.js.map +1 -0
- package/components/chip/themes/shared/chip.fluent.css.js +3 -0
- package/components/chip/themes/shared/chip.fluent.css.js.map +1 -0
- package/components/chip/themes/shared/chip.indigo.css.js +3 -0
- package/components/chip/themes/shared/chip.indigo.css.js.map +1 -0
- package/components/chip/themes/themes.d.ts +2 -0
- package/components/chip/themes/themes.js +42 -0
- package/components/chip/themes/themes.js.map +1 -0
- package/components/combo/combo-header.js +4 -9
- package/components/combo/combo-header.js.map +1 -1
- package/components/combo/combo-item.d.ts +2 -0
- package/components/combo/combo-item.js +14 -21
- package/components/combo/combo-item.js.map +1 -1
- package/components/combo/combo-list.d.ts +1 -2
- package/components/combo/combo-list.js +1 -7
- package/components/combo/combo-list.js.map +1 -1
- package/components/combo/combo.d.ts +15 -10
- package/components/combo/combo.js +64 -60
- package/components/combo/combo.js.map +1 -1
- package/components/combo/controllers/data.d.ts +1 -1
- package/components/combo/controllers/data.js +1 -1
- package/components/combo/controllers/data.js.map +1 -1
- package/components/combo/controllers/navigation.d.ts +1 -1
- package/components/combo/controllers/navigation.js +2 -4
- package/components/combo/controllers/navigation.js.map +1 -1
- package/components/combo/controllers/selection.js +1 -1
- package/components/combo/controllers/selection.js.map +1 -1
- package/components/combo/operations/group.d.ts +2 -2
- package/components/combo/operations/group.js +13 -27
- package/components/combo/operations/group.js.map +1 -1
- package/components/combo/themes/combo-header.base.css.js +3 -0
- package/components/combo/themes/combo-header.base.css.js.map +1 -0
- package/components/combo/themes/combo-item.base.css.js +3 -0
- package/components/combo/themes/combo-item.base.css.js.map +1 -0
- package/components/combo/themes/combo.base.css.js +3 -0
- package/components/combo/themes/combo.base.css.js.map +1 -0
- package/components/combo/themes/dark/combo.bootstrap.css.js +1 -1
- package/components/combo/themes/dark/combo.bootstrap.css.js.map +1 -1
- package/components/combo/themes/dark/combo.fluent.css.js +1 -1
- package/components/combo/themes/dark/combo.fluent.css.js.map +1 -1
- package/components/combo/themes/dark/combo.indigo.css.js +1 -1
- package/components/combo/themes/dark/combo.indigo.css.js.map +1 -1
- package/components/combo/themes/dark/combo.material.css.js +1 -1
- package/components/combo/themes/dark/combo.material.css.js.map +1 -1
- package/components/combo/themes/light/combo.bootstrap.css.js +1 -245
- package/components/combo/themes/light/combo.bootstrap.css.js.map +1 -1
- package/components/combo/themes/light/combo.fluent.css.js +1 -255
- package/components/combo/themes/light/combo.fluent.css.js.map +1 -1
- package/components/combo/themes/light/combo.indigo.css.js +1 -237
- package/components/combo/themes/light/combo.indigo.css.js.map +1 -1
- package/components/combo/themes/light/combo.material.css.js +1 -279
- package/components/combo/themes/light/combo.material.css.js.map +1 -1
- package/components/combo/themes/shared/combo.bootstrap.css.js +3 -0
- package/components/combo/themes/shared/combo.bootstrap.css.js.map +1 -0
- package/components/combo/themes/shared/combo.fluent.css.js +3 -0
- package/components/combo/themes/shared/combo.fluent.css.js.map +1 -0
- package/components/combo/themes/shared/combo.indigo.css.js +3 -0
- package/components/combo/themes/shared/combo.indigo.css.js.map +1 -0
- package/components/combo/themes/shared/combo.material.css.js +3 -0
- package/components/combo/themes/shared/combo.material.css.js.map +1 -0
- package/components/combo/themes/themes.d.ts +2 -0
- package/components/combo/themes/themes.js +43 -0
- package/components/combo/themes/themes.js.map +1 -0
- package/components/combo/types.d.ts +1 -1
- package/components/combo/types.js.map +1 -1
- package/components/common/controllers/key-bindings.d.ts +149 -0
- package/components/common/controllers/key-bindings.js +168 -0
- package/components/common/controllers/key-bindings.js.map +1 -0
- package/components/common/controllers/root-click.d.ts +25 -0
- package/components/common/controllers/root-click.js +50 -0
- package/components/common/controllers/root-click.js.map +1 -0
- package/components/common/controllers/root-scroll.d.ts +27 -0
- package/components/common/controllers/root-scroll.js +63 -0
- package/components/common/controllers/root-scroll.js.map +1 -0
- package/components/common/decorators/watch.js +1 -1
- package/components/common/decorators/watch.js.map +1 -1
- package/components/common/definitions/defineAllComponents.js +28 -28
- package/components/common/definitions/defineAllComponents.js.map +1 -1
- package/components/common/definitions/defineComponents.js.map +1 -1
- package/components/common/definitions/register.js.map +1 -1
- package/components/common/mixins/alert.d.ts +38 -0
- package/components/common/mixins/alert.js +80 -0
- package/components/common/mixins/alert.js.map +1 -0
- package/components/common/mixins/combo-box.d.ts +53 -0
- package/components/common/mixins/combo-box.js +110 -0
- package/components/common/mixins/combo-box.js.map +1 -0
- package/components/common/mixins/event-emitter.js.map +1 -1
- package/components/common/mixins/form-associated-required.js +1 -1
- package/components/common/mixins/form-associated-required.js.map +1 -1
- package/components/common/mixins/form-associated.js.map +1 -1
- package/components/common/mixins/option.d.ts +35 -0
- package/components/common/mixins/option.js +76 -0
- package/components/common/mixins/option.js.map +1 -0
- package/components/common/mixins/sizable.js.map +1 -1
- package/components/common/util.d.ts +3 -2
- package/components/common/util.js +27 -6
- package/components/common/util.js.map +1 -1
- package/components/date-time-input/date-time-input.d.ts +4 -6
- package/components/date-time-input/date-time-input.js +58 -75
- package/components/date-time-input/date-time-input.js.map +1 -1
- package/components/date-time-input/date-util.js +3 -5
- package/components/date-time-input/date-util.js.map +1 -1
- package/components/dialog/dialog.js +7 -13
- package/components/dialog/dialog.js.map +1 -1
- package/components/dialog/themes/dark/dialog.bootstrap.css.js +1 -1
- package/components/dialog/themes/dark/dialog.bootstrap.css.js.map +1 -1
- package/components/dialog/themes/dark/dialog.fluent.css.js +1 -1
- package/components/dialog/themes/dark/dialog.fluent.css.js.map +1 -1
- package/components/dialog/themes/dark/dialog.indigo.css.js +1 -1
- package/components/dialog/themes/dark/dialog.indigo.css.js.map +1 -1
- package/components/dialog/themes/dark/dialog.material.css.js +1 -1
- package/components/dialog/themes/dark/dialog.material.css.js.map +1 -1
- package/components/dialog/themes/dialog.base.css.js +3 -0
- package/components/dialog/themes/dialog.base.css.js.map +1 -0
- package/components/dialog/themes/light/dialog.bootstrap.css.js +1 -53
- package/components/dialog/themes/light/dialog.bootstrap.css.js.map +1 -1
- package/components/dialog/themes/light/dialog.fluent.css.js +1 -41
- package/components/dialog/themes/light/dialog.fluent.css.js.map +1 -1
- package/components/dialog/themes/light/dialog.indigo.css.js +1 -37
- package/components/dialog/themes/light/dialog.indigo.css.js.map +1 -1
- package/components/dialog/themes/light/dialog.material.css.js +1 -39
- package/components/dialog/themes/light/dialog.material.css.js.map +1 -1
- package/components/dialog/themes/shared/dialog.bootstrap.css.js +3 -0
- package/components/dialog/themes/shared/dialog.bootstrap.css.js.map +1 -0
- package/components/dialog/themes/shared/dialog.common.css.js +3 -0
- package/components/dialog/themes/shared/dialog.common.css.js.map +1 -0
- package/components/dialog/themes/shared/dialog.fluent.css.js +3 -0
- package/components/dialog/themes/shared/dialog.fluent.css.js.map +1 -0
- package/components/dialog/themes/shared/dialog.indigo.css.js +3 -0
- package/components/dialog/themes/shared/dialog.indigo.css.js.map +1 -0
- package/components/dialog/themes/themes.d.ts +2 -0
- package/components/dialog/themes/themes.js +42 -0
- package/components/dialog/themes/themes.js.map +1 -0
- package/components/dropdown/dropdown-group.d.ts +5 -5
- package/components/dropdown/dropdown-group.js +11 -18
- package/components/dropdown/dropdown-group.js.map +1 -1
- package/components/dropdown/dropdown-header.d.ts +3 -1
- package/components/dropdown/dropdown-header.js +4 -10
- package/components/dropdown/dropdown-header.js.map +1 -1
- package/components/dropdown/dropdown-item.d.ts +3 -30
- package/components/dropdown/dropdown-item.js +5 -64
- package/components/dropdown/dropdown-item.js.map +1 -1
- package/components/dropdown/dropdown.d.ts +46 -68
- package/components/dropdown/dropdown.js +178 -289
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/dropdown/themes/container.d.ts +2 -0
- package/components/dropdown/themes/container.js +43 -0
- package/components/dropdown/themes/container.js.map +1 -0
- package/components/dropdown/themes/dark/dropdown.bootstrap.css.js +1 -1
- package/components/dropdown/themes/dark/dropdown.bootstrap.css.js.map +1 -1
- package/components/dropdown/themes/dark/dropdown.fluent.css.js +1 -1
- package/components/dropdown/themes/dark/dropdown.fluent.css.js.map +1 -1
- package/components/dropdown/themes/dark/dropdown.indigo.css.js +1 -1
- package/components/dropdown/themes/dark/dropdown.indigo.css.js.map +1 -1
- package/components/dropdown/themes/dark/dropdown.material.css.js +1 -1
- package/components/dropdown/themes/dark/dropdown.material.css.js.map +1 -1
- package/components/dropdown/themes/dropdown-group.base.css.js +3 -0
- package/components/dropdown/themes/dropdown-group.base.css.js.map +1 -0
- package/components/dropdown/themes/dropdown-header.base.css.js +3 -0
- package/components/dropdown/themes/dropdown-header.base.css.js.map +1 -0
- package/components/dropdown/themes/dropdown-item.base.css.js +3 -0
- package/components/dropdown/themes/dropdown-item.base.css.js.map +1 -0
- package/components/dropdown/themes/dropdown.base.css.js +3 -0
- package/components/dropdown/themes/dropdown.base.css.js.map +1 -0
- package/components/dropdown/themes/group.d.ts +2 -0
- package/components/dropdown/themes/group.js +35 -0
- package/components/dropdown/themes/group.js.map +1 -0
- package/components/dropdown/themes/header.d.ts +2 -0
- package/components/dropdown/themes/header.js +35 -0
- package/components/dropdown/themes/header.js.map +1 -0
- package/components/dropdown/themes/item.d.ts +2 -0
- package/components/dropdown/themes/item.js +35 -0
- package/components/dropdown/themes/item.js.map +1 -0
- package/components/dropdown/themes/light/dropdown.bootstrap.css.js +1 -30
- package/components/dropdown/themes/light/dropdown.bootstrap.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown.fluent.css.js +1 -30
- package/components/dropdown/themes/light/dropdown.fluent.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown.indigo.css.js +1 -30
- package/components/dropdown/themes/light/dropdown.indigo.css.js.map +1 -1
- package/components/dropdown/themes/light/dropdown.material.css.js +1 -31
- package/components/dropdown/themes/light/dropdown.material.css.js.map +1 -1
- package/components/dropdown/themes/shared/dropdown.bootstrap.css.js +3 -0
- package/components/dropdown/themes/shared/dropdown.bootstrap.css.js.map +1 -0
- package/components/dropdown/themes/shared/dropdown.fluent.css.js +3 -0
- package/components/dropdown/themes/shared/dropdown.fluent.css.js.map +1 -0
- package/components/dropdown/themes/shared/dropdown.indigo.css.js +3 -0
- package/components/dropdown/themes/shared/dropdown.indigo.css.js.map +1 -0
- package/components/dropdown/themes/shared/dropdown.material.css.js +3 -0
- package/components/dropdown/themes/shared/dropdown.material.css.js.map +1 -0
- package/components/dropdown/themes/shared/group/dropdown-group.bootstrap.css.js +3 -0
- package/components/dropdown/themes/shared/group/dropdown-group.bootstrap.css.js.map +1 -0
- package/components/dropdown/themes/shared/group/dropdown-group.fluent.css.js +3 -0
- package/components/dropdown/themes/shared/group/dropdown-group.fluent.css.js.map +1 -0
- package/components/dropdown/themes/shared/group/dropdown-group.indigo.css.js +3 -0
- package/components/dropdown/themes/shared/group/dropdown-group.indigo.css.js.map +1 -0
- package/components/dropdown/themes/shared/group/dropdown-group.material.css.js +3 -0
- package/components/dropdown/themes/shared/group/dropdown-group.material.css.js.map +1 -0
- package/components/dropdown/themes/shared/header/dropdown-header.bootstrap.css.js +3 -0
- package/components/dropdown/themes/shared/header/dropdown-header.bootstrap.css.js.map +1 -0
- package/components/dropdown/themes/shared/header/dropdown-header.fluent.css.js +3 -0
- package/components/dropdown/themes/shared/header/dropdown-header.fluent.css.js.map +1 -0
- package/components/dropdown/themes/shared/header/dropdown-header.indigo.css.js +3 -0
- package/components/dropdown/themes/shared/header/dropdown-header.indigo.css.js.map +1 -0
- package/components/dropdown/themes/shared/header/dropdown-header.material.css.js +3 -0
- package/components/dropdown/themes/shared/header/dropdown-header.material.css.js.map +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.bootstrap.css.js +3 -0
- package/components/dropdown/themes/shared/item/dropdown-item.bootstrap.css.js.map +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.fluent.css.js +3 -0
- package/components/dropdown/themes/shared/item/dropdown-item.fluent.css.js.map +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.indigo.css.js +3 -0
- package/components/dropdown/themes/shared/item/dropdown-item.indigo.css.js.map +1 -0
- package/components/dropdown/themes/shared/item/dropdown-item.material.css.js +3 -0
- package/components/dropdown/themes/shared/item/dropdown-item.material.css.js.map +1 -0
- package/components/expansion-panel/expansion-panel.d.ts +7 -11
- package/components/expansion-panel/expansion-panel.js +50 -67
- package/components/expansion-panel/expansion-panel.js.map +1 -1
- package/components/expansion-panel/themes/dark/expansion-panel.bootstrap.css.js +1 -1
- package/components/expansion-panel/themes/dark/expansion-panel.bootstrap.css.js.map +1 -1
- package/components/expansion-panel/themes/dark/expansion-panel.fluent.css.js +1 -1
- package/components/expansion-panel/themes/dark/expansion-panel.fluent.css.js.map +1 -1
- package/components/expansion-panel/themes/dark/expansion-panel.indigo.css.js +1 -1
- package/components/expansion-panel/themes/dark/expansion-panel.indigo.css.js.map +1 -1
- package/components/expansion-panel/themes/dark/expansion-panel.material.css.js +1 -1
- package/components/expansion-panel/themes/dark/expansion-panel.material.css.js.map +1 -1
- package/components/expansion-panel/themes/expansion-panel.base.css.js +3 -0
- package/components/expansion-panel/themes/expansion-panel.base.css.js.map +1 -0
- package/components/expansion-panel/themes/light/expansion-panel.bootstrap.css.js +1 -63
- 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 +1 -74
- 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 +1 -52
- package/components/expansion-panel/themes/light/expansion-panel.indigo.css.js.map +1 -1
- package/components/expansion-panel/themes/light/expansion-panel.material.css.js +1 -40
- package/components/expansion-panel/themes/light/expansion-panel.material.css.js.map +1 -1
- package/components/expansion-panel/themes/shared/expansion-panel.bootstrap.css.js +3 -0
- package/components/expansion-panel/themes/shared/expansion-panel.bootstrap.css.js.map +1 -0
- package/components/expansion-panel/themes/shared/expansion-panel.common.css.js +3 -0
- package/components/expansion-panel/themes/shared/expansion-panel.common.css.js.map +1 -0
- package/components/expansion-panel/themes/shared/expansion-panel.fluent.css.js +3 -0
- package/components/expansion-panel/themes/shared/expansion-panel.fluent.css.js.map +1 -0
- package/components/expansion-panel/themes/shared/expansion-panel.indigo.css.js +3 -0
- package/components/expansion-panel/themes/shared/expansion-panel.indigo.css.js.map +1 -0
- package/components/expansion-panel/themes/themes.d.ts +2 -0
- package/components/expansion-panel/themes/themes.js +42 -0
- package/components/expansion-panel/themes/themes.js.map +1 -0
- package/components/form/form.js +7 -9
- package/components/form/form.js.map +1 -1
- package/components/icon/icon.d.ts +3 -2
- package/components/icon/icon.js +16 -25
- package/components/icon/icon.js.map +1 -1
- package/components/icon/icon.registry.d.ts +21 -11
- package/components/icon/icon.registry.js +46 -61
- package/components/icon/icon.registry.js.map +1 -1
- package/components/icon/internal-icons-lib.d.ts +2 -0
- package/components/icon/internal-icons-lib.js +48 -0
- package/components/icon/internal-icons-lib.js.map +1 -0
- package/components/icon/themes/dark/icon.bootstrap.css.js +3 -0
- package/components/icon/themes/dark/icon.bootstrap.css.js.map +1 -0
- package/components/icon/themes/dark/icon.fluent.css.js +3 -0
- package/components/icon/themes/dark/icon.fluent.css.js.map +1 -0
- package/components/icon/themes/dark/icon.indigo.css.js +3 -0
- package/components/icon/themes/dark/icon.indigo.css.js.map +1 -0
- package/components/icon/themes/dark/icon.material.css.js +3 -0
- package/components/icon/themes/dark/icon.material.css.js.map +1 -0
- package/components/icon/themes/icon.base.css.js +3 -0
- package/components/icon/themes/icon.base.css.js.map +1 -0
- package/components/icon/themes/light/icon.bootstrap.css.js +3 -0
- package/components/icon/themes/light/icon.bootstrap.css.js.map +1 -0
- package/components/icon/themes/light/icon.fluent.css.js +3 -0
- package/components/icon/themes/light/icon.fluent.css.js.map +1 -0
- package/components/icon/themes/light/icon.indigo.css.js +3 -0
- package/components/icon/themes/light/icon.indigo.css.js.map +1 -0
- package/components/icon/themes/light/icon.material.css.js +3 -0
- package/components/icon/themes/light/icon.material.css.js.map +1 -0
- package/components/icon/themes/shared/icon.bootstrap.css.js +3 -0
- package/components/icon/themes/shared/icon.bootstrap.css.js.map +1 -0
- package/components/icon/themes/shared/icon.common.css.js +3 -0
- package/components/icon/themes/shared/icon.common.css.js.map +1 -0
- package/components/icon/themes/shared/icon.fluent.css.js +3 -0
- package/components/icon/themes/shared/icon.fluent.css.js.map +1 -0
- package/components/icon/themes/shared/icon.indigo.css.js +3 -0
- package/components/icon/themes/shared/icon.indigo.css.js.map +1 -0
- package/components/icon/themes/themes.d.ts +2 -0
- package/components/icon/themes/themes.js +42 -0
- package/components/icon/themes/themes.js.map +1 -0
- package/components/input/input-base.js +6 -16
- package/components/input/input-base.js.map +1 -1
- package/components/input/input.d.ts +4 -1
- package/components/input/input.js +3 -3
- package/components/input/input.js.map +1 -1
- package/components/input/themes/dark/input.bootstrap.css.js +3 -0
- package/components/input/themes/dark/input.bootstrap.css.js.map +1 -0
- package/components/input/themes/dark/input.fluent.css.js +3 -0
- package/components/input/themes/dark/input.fluent.css.js.map +1 -0
- package/components/input/themes/dark/input.indigo.css.js +3 -0
- package/components/input/themes/dark/input.indigo.css.js.map +1 -0
- package/components/input/themes/dark/input.material.css.js +3 -0
- package/components/input/themes/dark/input.material.css.js.map +1 -0
- package/components/input/themes/input.base.css.d.ts +1 -0
- package/components/input/themes/input.base.css.js +3 -0
- package/components/input/themes/input.base.css.js.map +1 -0
- package/components/input/themes/light/input.bootstrap.css.js +1 -301
- package/components/input/themes/light/input.bootstrap.css.js.map +1 -1
- package/components/input/themes/light/input.fluent.css.js +1 -240
- package/components/input/themes/light/input.fluent.css.js.map +1 -1
- package/components/input/themes/light/input.indigo.css.js +1 -265
- package/components/input/themes/light/input.indigo.css.js.map +1 -1
- package/components/input/themes/light/input.material.css.js +1 -590
- package/components/input/themes/light/input.material.css.js.map +1 -1
- package/components/input/themes/shared/input.bootstrap.css.d.ts +1 -0
- package/components/input/themes/shared/input.bootstrap.css.js +3 -0
- package/components/input/themes/shared/input.bootstrap.css.js.map +1 -0
- package/components/input/themes/shared/input.fluent.css.d.ts +1 -0
- package/components/input/themes/shared/input.fluent.css.js +3 -0
- package/components/input/themes/shared/input.fluent.css.js.map +1 -0
- package/components/input/themes/shared/input.indigo.css.d.ts +1 -0
- package/components/input/themes/shared/input.indigo.css.js +3 -0
- package/components/input/themes/shared/input.indigo.css.js.map +1 -0
- package/components/input/themes/shared/input.material.css.d.ts +1 -0
- package/components/input/themes/shared/input.material.css.js +3 -0
- package/components/input/themes/shared/input.material.css.js.map +1 -0
- package/components/input/themes/themes.d.ts +2 -0
- package/components/input/themes/themes.js +43 -0
- package/components/input/themes/themes.js.map +1 -0
- package/components/list/list-header.d.ts +3 -2
- package/components/list/list-header.js +10 -9
- package/components/list/list-header.js.map +1 -1
- package/components/list/list-item.d.ts +3 -2
- package/components/list/list-item.js +10 -14
- package/components/list/list-item.js.map +1 -1
- package/components/list/list.d.ts +2 -1
- package/components/list/list.js +11 -10
- package/components/list/list.js.map +1 -1
- package/components/list/themes/container.base.css.d.ts +1 -0
- package/components/list/themes/container.base.css.js +3 -0
- package/components/list/themes/container.base.css.js.map +1 -0
- package/components/list/themes/container.d.ts +2 -0
- package/components/list/themes/container.js +43 -0
- package/components/list/themes/container.js.map +1 -0
- package/components/list/themes/dark/container/list.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.bootstrap.css.js +3 -0
- package/components/list/themes/dark/container/list.bootstrap.css.js.map +1 -0
- package/components/list/themes/dark/container/list.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.fluent.css.js +3 -0
- package/components/list/themes/dark/container/list.fluent.css.js.map +1 -0
- package/components/list/themes/dark/container/list.indigo.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.indigo.css.js +3 -0
- package/components/list/themes/dark/container/list.indigo.css.js.map +1 -0
- package/components/list/themes/dark/container/list.material.css.d.ts +1 -0
- package/components/list/themes/dark/container/list.material.css.js +3 -0
- package/components/list/themes/dark/container/list.material.css.js.map +1 -0
- package/components/list/themes/dark/header/list-header.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.bootstrap.css.js +3 -0
- package/components/list/themes/dark/header/list-header.bootstrap.css.js.map +1 -0
- package/components/list/themes/dark/header/list-header.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.fluent.css.js +3 -0
- package/components/list/themes/dark/header/list-header.fluent.css.js.map +1 -0
- package/components/list/themes/dark/header/list-header.indigo.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.indigo.css.js +3 -0
- package/components/list/themes/dark/header/list-header.indigo.css.js.map +1 -0
- package/components/list/themes/dark/header/list-header.material.css.d.ts +1 -0
- package/components/list/themes/dark/header/list-header.material.css.js +3 -0
- package/components/list/themes/dark/header/list-header.material.css.js.map +1 -0
- package/components/list/themes/dark/item/list-item.bootstrap.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.bootstrap.css.js +3 -0
- package/components/list/themes/dark/item/list-item.bootstrap.css.js.map +1 -0
- package/components/list/themes/dark/item/list-item.fluent.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.fluent.css.js +3 -0
- package/components/list/themes/dark/item/list-item.fluent.css.js.map +1 -0
- package/components/list/themes/dark/item/list-item.indigo.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.indigo.css.js +3 -0
- package/components/list/themes/dark/item/list-item.indigo.css.js.map +1 -0
- package/components/list/themes/dark/item/list-item.material.css.d.ts +1 -0
- package/components/list/themes/dark/item/list-item.material.css.js +3 -0
- package/components/list/themes/dark/item/list-item.material.css.js.map +1 -0
- package/components/list/themes/header.base.css.d.ts +1 -0
- package/components/list/themes/header.base.css.js +3 -0
- package/components/list/themes/header.base.css.js.map +1 -0
- package/components/list/themes/header.d.ts +2 -0
- package/components/list/themes/header.js +39 -0
- package/components/list/themes/header.js.map +1 -0
- package/components/list/themes/item.base.css.d.ts +1 -0
- package/components/list/themes/item.base.css.js +3 -0
- package/components/list/themes/item.base.css.js.map +1 -0
- package/components/list/themes/item.d.ts +2 -0
- package/components/list/themes/item.js +42 -0
- package/components/list/themes/item.js.map +1 -0
- package/components/list/themes/light/container/list.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/container/list.bootstrap.css.js +3 -0
- package/components/list/themes/light/container/list.bootstrap.css.js.map +1 -0
- package/components/list/themes/light/container/list.fluent.css.d.ts +1 -0
- package/components/list/themes/light/container/list.fluent.css.js +3 -0
- package/components/list/themes/light/container/list.fluent.css.js.map +1 -0
- package/components/list/themes/light/container/list.indigo.css.d.ts +1 -0
- package/components/list/themes/light/container/list.indigo.css.js +3 -0
- package/components/list/themes/light/container/list.indigo.css.js.map +1 -0
- package/components/list/themes/light/container/list.material.css.d.ts +1 -0
- package/components/list/themes/light/container/list.material.css.js +3 -0
- package/components/list/themes/light/container/list.material.css.js.map +1 -0
- package/components/list/themes/light/header/list-header.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.bootstrap.css.js +3 -0
- package/components/list/themes/light/header/list-header.bootstrap.css.js.map +1 -0
- package/components/list/themes/light/header/list-header.fluent.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.fluent.css.js +3 -0
- package/components/list/themes/light/header/list-header.fluent.css.js.map +1 -0
- package/components/list/themes/light/header/list-header.indigo.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.indigo.css.js +3 -0
- package/components/list/themes/light/header/list-header.indigo.css.js.map +1 -0
- package/components/list/themes/light/header/list-header.material.css.d.ts +1 -0
- package/components/list/themes/light/header/list-header.material.css.js +3 -0
- package/components/list/themes/light/header/list-header.material.css.js.map +1 -0
- package/components/list/themes/light/item/list-item.bootstrap.css.d.ts +1 -0
- package/components/list/themes/light/item/list-item.bootstrap.css.js +3 -0
- package/components/list/themes/light/item/list-item.bootstrap.css.js.map +1 -0
- package/components/list/themes/light/item/list-item.fluent.css.d.ts +1 -0
- package/components/list/themes/light/item/list-item.fluent.css.js +3 -0
- package/components/list/themes/light/item/list-item.fluent.css.js.map +1 -0
- package/components/list/themes/light/item/list-item.indigo.css.d.ts +1 -0
- package/components/list/themes/light/item/list-item.indigo.css.js +3 -0
- package/components/list/themes/light/item/list-item.indigo.css.js.map +1 -0
- package/components/list/themes/light/item/list-item.material.css.d.ts +1 -0
- package/components/list/themes/light/item/list-item.material.css.js +3 -0
- package/components/list/themes/light/item/list-item.material.css.js.map +1 -0
- package/components/list/themes/shared/container/list.bootstrap.css.d.ts +1 -0
- package/components/list/themes/shared/container/list.bootstrap.css.js +3 -0
- package/components/list/themes/shared/container/list.bootstrap.css.js.map +1 -0
- package/components/list/themes/shared/container/list.fluent.css.d.ts +1 -0
- package/components/list/themes/shared/container/list.fluent.css.js +3 -0
- package/components/list/themes/shared/container/list.fluent.css.js.map +1 -0
- package/components/list/themes/shared/container/list.indigo.css.d.ts +1 -0
- package/components/list/themes/shared/container/list.indigo.css.js +3 -0
- package/components/list/themes/shared/container/list.indigo.css.js.map +1 -0
- package/components/list/themes/shared/container/list.material.css.d.ts +1 -0
- package/components/list/themes/shared/container/list.material.css.js +3 -0
- package/components/list/themes/shared/container/list.material.css.js.map +1 -0
- package/components/list/themes/shared/header/list-header.common.css.d.ts +1 -0
- package/components/list/themes/shared/header/list-header.common.css.js +3 -0
- package/components/list/themes/shared/header/list-header.common.css.js.map +1 -0
- package/components/list/themes/shared/item/list-item.bootstrap.css.d.ts +1 -0
- package/components/list/themes/shared/item/list-item.bootstrap.css.js +3 -0
- package/components/list/themes/shared/item/list-item.bootstrap.css.js.map +1 -0
- package/components/list/themes/shared/item/list-item.common.css.d.ts +1 -0
- package/components/list/themes/shared/item/list-item.common.css.js +3 -0
- package/components/list/themes/shared/item/list-item.common.css.js.map +1 -0
- package/components/list/themes/shared/item/list-item.fluent.css.d.ts +1 -0
- package/components/list/themes/shared/item/list-item.fluent.css.js +3 -0
- package/components/list/themes/shared/item/list-item.fluent.css.js.map +1 -0
- package/components/list/themes/shared/item/list-item.indigo.css.d.ts +1 -0
- package/components/list/themes/shared/item/list-item.indigo.css.js +3 -0
- package/components/list/themes/shared/item/list-item.indigo.css.js.map +1 -0
- package/components/mask-input/mask-input-base.d.ts +1 -1
- package/components/mask-input/mask-input-base.js +1 -1
- package/components/mask-input/mask-input-base.js.map +1 -1
- package/components/mask-input/mask-input.d.ts +1 -1
- package/components/mask-input/mask-input.js +4 -5
- package/components/mask-input/mask-input.js.map +1 -1
- package/components/mask-input/mask-parser.js.map +1 -1
- package/components/nav-drawer/nav-drawer-header-item.d.ts +1 -1
- package/components/nav-drawer/nav-drawer-header-item.js +6 -9
- package/components/nav-drawer/nav-drawer-header-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer-item.d.ts +1 -1
- package/components/nav-drawer/nav-drawer-item.js +7 -13
- package/components/nav-drawer/nav-drawer-item.js.map +1 -1
- package/components/nav-drawer/nav-drawer.d.ts +1 -1
- package/components/nav-drawer/nav-drawer.js +8 -13
- package/components/nav-drawer/nav-drawer.js.map +1 -1
- package/components/nav-drawer/themes/container.base.css.d.ts +1 -0
- package/components/nav-drawer/themes/container.base.css.js +3 -0
- package/components/nav-drawer/themes/container.base.css.js.map +1 -0
- package/components/nav-drawer/themes/container.d.ts +2 -0
- package/components/nav-drawer/themes/container.js +42 -0
- package/components/nav-drawer/themes/container.js.map +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.bootstrap.css.js +3 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.bootstrap.css.js.map +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.fluent.css.js +3 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.fluent.css.js.map +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.indigo.css.js +3 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.indigo.css.js.map +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.material.css.js +3 -0
- package/components/nav-drawer/themes/dark/container/nav-drawer.material.css.js.map +1 -0
- package/components/nav-drawer/themes/header-item.base.css.d.ts +1 -0
- package/components/nav-drawer/themes/header-item.base.css.js +3 -0
- package/components/nav-drawer/themes/header-item.base.css.js.map +1 -0
- package/components/nav-drawer/themes/header-item.d.ts +2 -0
- package/components/nav-drawer/themes/header-item.js +14 -0
- package/components/nav-drawer/themes/header-item.js.map +1 -0
- package/components/nav-drawer/themes/item.base.css.d.ts +1 -0
- package/components/nav-drawer/themes/item.base.css.js +3 -0
- package/components/nav-drawer/themes/item.base.css.js.map +1 -0
- package/components/nav-drawer/themes/item.d.ts +2 -0
- package/components/nav-drawer/themes/item.js +21 -0
- package/components/nav-drawer/themes/item.js.map +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.bootstrap.css.js +3 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.bootstrap.css.js.map +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.js +3 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.fluent.css.js.map +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.indigo.css.js +3 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.indigo.css.js.map +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.material.css.d.ts +1 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.material.css.js +3 -0
- package/components/nav-drawer/themes/light/container/nav-drawer.material.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.bootstrap.css.js +3 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.bootstrap.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.common.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.common.css.js +3 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.common.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.fluent.css.js +3 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.fluent.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.indigo.css.js +3 -0
- package/components/nav-drawer/themes/shared/container/nav-drawer.indigo.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.bootstrap.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.bootstrap.css.js +3 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.bootstrap.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.common.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.common.css.js +3 -0
- package/components/nav-drawer/themes/shared/header-item/header-item.common.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/item/item.common.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.common.css.js +3 -0
- package/components/nav-drawer/themes/shared/item/item.common.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/item/item.fluent.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.fluent.css.js +3 -0
- package/components/nav-drawer/themes/shared/item/item.fluent.css.js.map +1 -0
- package/components/nav-drawer/themes/shared/item/item.indigo.css.d.ts +1 -0
- package/components/nav-drawer/themes/shared/item/item.indigo.css.js +3 -0
- package/components/nav-drawer/themes/shared/item/item.indigo.css.js.map +1 -0
- package/components/navbar/navbar.d.ts +1 -1
- package/components/navbar/navbar.js +6 -11
- package/components/navbar/navbar.js.map +1 -1
- package/components/navbar/themes/dark/navbar.bootstrap.css.js +1 -1
- package/components/navbar/themes/dark/navbar.bootstrap.css.js.map +1 -1
- package/components/navbar/themes/dark/navbar.fluent.css.js +1 -1
- package/components/navbar/themes/dark/navbar.fluent.css.js.map +1 -1
- package/components/navbar/themes/dark/navbar.indigo.css.js +1 -1
- package/components/navbar/themes/dark/navbar.indigo.css.js.map +1 -1
- package/components/navbar/themes/dark/navbar.material.css.js +1 -1
- package/components/navbar/themes/dark/navbar.material.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.bootstrap.css.js +1 -41
- package/components/navbar/themes/light/navbar.bootstrap.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.fluent.css.js +1 -33
- package/components/navbar/themes/light/navbar.fluent.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.indigo.css.js +1 -19
- package/components/navbar/themes/light/navbar.indigo.css.js.map +1 -1
- package/components/navbar/themes/light/navbar.material.css.js +1 -19
- package/components/navbar/themes/light/navbar.material.css.js.map +1 -1
- package/components/navbar/themes/navbar.base.css.js +1 -132
- package/components/navbar/themes/navbar.base.css.js.map +1 -1
- package/components/navbar/themes/shared/navbar.bootstrap.css.d.ts +1 -0
- package/components/navbar/themes/shared/navbar.bootstrap.css.js +3 -0
- package/components/navbar/themes/shared/navbar.bootstrap.css.js.map +1 -0
- package/components/navbar/themes/shared/navbar.common.css.d.ts +1 -0
- package/components/navbar/themes/shared/navbar.common.css.js +3 -0
- package/components/navbar/themes/shared/navbar.common.css.js.map +1 -0
- package/components/navbar/themes/shared/navbar.fluent.css.d.ts +1 -0
- package/components/navbar/themes/shared/navbar.fluent.css.js +3 -0
- package/components/navbar/themes/shared/navbar.fluent.css.js.map +1 -0
- package/components/navbar/themes/shared/navbar.indigo.css.d.ts +1 -0
- package/components/navbar/themes/shared/navbar.indigo.css.js +3 -0
- package/components/navbar/themes/shared/navbar.indigo.css.js.map +1 -0
- package/components/navbar/themes/themes.d.ts +2 -0
- package/components/navbar/themes/themes.js +42 -0
- package/components/navbar/themes/themes.js.map +1 -0
- package/components/popover/popover.d.ts +72 -0
- package/components/popover/popover.js +184 -0
- package/components/popover/popover.js.map +1 -0
- package/components/popover/themes/light/popover.base.css.d.ts +1 -0
- package/components/popover/themes/light/popover.base.css.js +3 -0
- package/components/popover/themes/light/popover.base.css.js.map +1 -0
- package/components/progress/base.js +3 -4
- package/components/progress/base.js.map +1 -1
- package/components/progress/circular-gradient.js +1 -1
- package/components/progress/circular-gradient.js.map +1 -1
- package/components/progress/circular-progress.d.ts +1 -1
- package/components/progress/circular-progress.js +7 -7
- package/components/progress/circular-progress.js.map +1 -1
- package/components/progress/linear-progress.d.ts +1 -1
- package/components/progress/linear-progress.js +6 -10
- package/components/progress/linear-progress.js.map +1 -1
- package/components/progress/themes/circular/circular.progress.base.css.js +1 -462
- package/components/progress/themes/circular/circular.progress.base.css.js.map +1 -1
- package/components/progress/themes/circular/dark/circular.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.bootstrap.css.js +3 -0
- package/components/progress/themes/circular/dark/circular.progress.bootstrap.css.js.map +1 -0
- package/components/progress/themes/circular/dark/circular.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.fluent.css.js +3 -0
- package/components/progress/themes/circular/dark/circular.progress.fluent.css.js.map +1 -0
- package/components/progress/themes/circular/dark/circular.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.indigo.css.js +3 -0
- package/components/progress/themes/circular/dark/circular.progress.indigo.css.js.map +1 -0
- package/components/progress/themes/circular/dark/circular.progress.material.css.d.ts +1 -0
- package/components/progress/themes/circular/dark/circular.progress.material.css.js +3 -0
- package/components/progress/themes/circular/dark/circular.progress.material.css.js.map +1 -0
- package/components/progress/themes/circular/light/circular.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.bootstrap.css.js +3 -0
- package/components/progress/themes/circular/light/circular.progress.bootstrap.css.js.map +1 -0
- package/components/progress/themes/circular/light/circular.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.fluent.css.js +3 -0
- package/components/progress/themes/circular/light/circular.progress.fluent.css.js.map +1 -0
- package/components/progress/themes/circular/light/circular.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.indigo.css.js +3 -0
- package/components/progress/themes/circular/light/circular.progress.indigo.css.js.map +1 -0
- package/components/progress/themes/circular/light/circular.progress.material.css.d.ts +1 -0
- package/components/progress/themes/circular/light/circular.progress.material.css.js +3 -0
- package/components/progress/themes/circular/light/circular.progress.material.css.js.map +1 -0
- package/components/progress/themes/circular/shared/circular.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/circular/shared/circular.progress.bootstrap.css.js +3 -0
- package/components/progress/themes/circular/shared/circular.progress.bootstrap.css.js.map +1 -0
- package/components/progress/themes/circular/shared/circular.progress.common.css.d.ts +1 -0
- package/components/progress/themes/circular/shared/circular.progress.common.css.js +3 -0
- package/components/progress/themes/circular/shared/circular.progress.common.css.js.map +1 -0
- package/components/progress/themes/circular/shared/circular.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/circular/shared/circular.progress.fluent.css.js +3 -0
- package/components/progress/themes/circular/shared/circular.progress.fluent.css.js.map +1 -0
- package/components/progress/themes/circular/themes.d.ts +2 -0
- package/components/progress/themes/circular/themes.js +41 -0
- package/components/progress/themes/circular/themes.js.map +1 -0
- package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.js +3 -0
- package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.js.map +1 -0
- package/components/progress/themes/linear/dark/linear.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/linear/dark/linear.progress.fluent.css.js +3 -0
- package/components/progress/themes/linear/dark/linear.progress.fluent.css.js.map +1 -0
- package/components/progress/themes/linear/dark/linear.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/linear/dark/linear.progress.indigo.css.js +3 -0
- package/components/progress/themes/linear/dark/linear.progress.indigo.css.js.map +1 -0
- package/components/progress/themes/linear/dark/linear.progress.material.css.d.ts +1 -0
- package/components/progress/themes/linear/dark/linear.progress.material.css.js +3 -0
- package/components/progress/themes/linear/dark/linear.progress.material.css.js.map +1 -0
- package/components/progress/themes/linear/light/linear.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.bootstrap.css.js +3 -0
- package/components/progress/themes/linear/light/linear.progress.bootstrap.css.js.map +1 -0
- package/components/progress/themes/linear/light/linear.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.fluent.css.js +3 -0
- package/components/progress/themes/linear/light/linear.progress.fluent.css.js.map +1 -0
- package/components/progress/themes/linear/light/linear.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.indigo.css.js +3 -0
- package/components/progress/themes/linear/light/linear.progress.indigo.css.js.map +1 -0
- package/components/progress/themes/linear/light/linear.progress.material.css.d.ts +1 -0
- package/components/progress/themes/linear/light/linear.progress.material.css.js +3 -0
- package/components/progress/themes/linear/light/linear.progress.material.css.js.map +1 -0
- package/components/progress/themes/linear/linear.progress.base.css.js +1 -562
- package/components/progress/themes/linear/linear.progress.base.css.js.map +1 -1
- package/components/progress/themes/linear/shared/linear.progress.bootstrap.css.d.ts +1 -0
- package/components/progress/themes/linear/shared/linear.progress.bootstrap.css.js +3 -0
- package/components/progress/themes/linear/shared/linear.progress.bootstrap.css.js.map +1 -0
- package/components/progress/themes/linear/shared/linear.progress.common.css.d.ts +1 -0
- package/components/progress/themes/linear/shared/linear.progress.common.css.js +3 -0
- package/components/progress/themes/linear/shared/linear.progress.common.css.js.map +1 -0
- package/components/progress/themes/linear/shared/linear.progress.fluent.css.d.ts +1 -0
- package/components/progress/themes/linear/shared/linear.progress.fluent.css.js +3 -0
- package/components/progress/themes/linear/shared/linear.progress.fluent.css.js.map +1 -0
- package/components/progress/themes/linear/shared/linear.progress.indigo.css.d.ts +1 -0
- package/components/progress/themes/linear/shared/linear.progress.indigo.css.js +3 -0
- package/components/progress/themes/linear/shared/linear.progress.indigo.css.js.map +1 -0
- package/components/progress/themes/linear/themes.d.ts +2 -0
- package/components/progress/themes/linear/themes.js +42 -0
- package/components/progress/themes/linear/themes.js.map +1 -0
- package/components/radio/radio.d.ts +2 -2
- package/components/radio/radio.js +34 -52
- package/components/radio/radio.js.map +1 -1
- package/components/radio/themes/dark/radio.bootstrap.css.js +1 -1
- package/components/radio/themes/dark/radio.bootstrap.css.js.map +1 -1
- package/components/radio/themes/dark/radio.fluent.css.js +1 -1
- package/components/radio/themes/dark/radio.fluent.css.js.map +1 -1
- package/components/radio/themes/dark/radio.indigo.css.js +1 -1
- package/components/radio/themes/dark/radio.indigo.css.js.map +1 -1
- package/components/radio/themes/dark/radio.material.css.js +1 -1
- package/components/radio/themes/dark/radio.material.css.js.map +1 -1
- package/components/radio/themes/light/radio.bootstrap.css.js +1 -101
- package/components/radio/themes/light/radio.bootstrap.css.js.map +1 -1
- package/components/radio/themes/light/radio.fluent.css.js +1 -149
- package/components/radio/themes/light/radio.fluent.css.js.map +1 -1
- package/components/radio/themes/light/radio.indigo.css.js +1 -97
- package/components/radio/themes/light/radio.indigo.css.js.map +1 -1
- package/components/radio/themes/light/radio.material.css.js +1 -99
- package/components/radio/themes/light/radio.material.css.js.map +1 -1
- package/components/radio/themes/radio.base.css.d.ts +1 -0
- package/components/radio/themes/radio.base.css.js +3 -0
- package/components/radio/themes/radio.base.css.js.map +1 -0
- package/components/radio/themes/shared/radio.bootstrap.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.bootstrap.css.js +3 -0
- package/components/radio/themes/shared/radio.bootstrap.css.js.map +1 -0
- package/components/radio/themes/shared/radio.fluent.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.fluent.css.js +3 -0
- package/components/radio/themes/shared/radio.fluent.css.js.map +1 -0
- package/components/radio/themes/shared/radio.indigo.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.indigo.css.js +3 -0
- package/components/radio/themes/shared/radio.indigo.css.js.map +1 -0
- package/components/radio/themes/shared/radio.material.css.d.ts +1 -0
- package/components/radio/themes/shared/radio.material.css.js +3 -0
- package/components/radio/themes/shared/radio.material.css.js.map +1 -0
- package/components/radio/themes/themes.d.ts +2 -0
- package/components/radio/themes/themes.js +43 -0
- package/components/radio/themes/themes.js.map +1 -0
- package/components/radio/utils.d.ts +13 -0
- package/components/radio/utils.js +24 -0
- package/components/radio/utils.js.map +1 -0
- package/components/radio-group/radio-group.base.css.js +1 -53
- package/components/radio-group/radio-group.base.css.js.map +1 -1
- package/components/radio-group/radio-group.d.ts +7 -0
- package/components/radio-group/radio-group.fluent.css.js +1 -3
- package/components/radio-group/radio-group.fluent.css.js.map +1 -1
- package/components/radio-group/radio-group.js +4 -4
- package/components/radio-group/radio-group.js.map +1 -1
- package/components/radio-group/radio-group.material.css.js +1 -7
- package/components/radio-group/radio-group.material.css.js.map +1 -1
- package/components/rating/rating-symbol.js +2 -2
- package/components/rating/rating-symbol.js.map +1 -1
- package/components/rating/rating.d.ts +8 -5
- package/components/rating/rating.js +50 -73
- package/components/rating/rating.js.map +1 -1
- package/components/rating/themes/dark/rating.bootstrap.css.d.ts +1 -0
- package/components/rating/themes/dark/rating.bootstrap.css.js +3 -0
- package/components/rating/themes/dark/rating.bootstrap.css.js.map +1 -0
- package/components/rating/themes/dark/rating.fluent.css.d.ts +1 -0
- package/components/rating/themes/dark/rating.fluent.css.js +3 -0
- package/components/rating/themes/dark/rating.fluent.css.js.map +1 -0
- package/components/rating/themes/dark/rating.indigo.css.d.ts +1 -0
- package/components/rating/themes/dark/rating.indigo.css.js +3 -0
- package/components/rating/themes/dark/rating.indigo.css.js.map +1 -0
- package/components/rating/themes/dark/rating.material.css.d.ts +1 -0
- package/components/rating/themes/dark/rating.material.css.js +3 -0
- package/components/rating/themes/dark/rating.material.css.js.map +1 -0
- package/components/rating/themes/light/rating.bootstrap.css.d.ts +1 -0
- package/components/rating/themes/light/rating.bootstrap.css.js +3 -0
- package/components/rating/themes/light/rating.bootstrap.css.js.map +1 -0
- package/components/rating/themes/light/rating.fluent.css.d.ts +1 -0
- package/components/rating/themes/light/rating.fluent.css.js +3 -0
- package/components/rating/themes/light/rating.fluent.css.js.map +1 -0
- package/components/rating/themes/light/rating.indigo.css.d.ts +1 -0
- package/components/rating/themes/light/rating.indigo.css.js +3 -0
- package/components/rating/themes/light/rating.indigo.css.js.map +1 -0
- package/components/rating/themes/light/rating.material.css.d.ts +1 -0
- package/components/rating/themes/light/rating.material.css.js +3 -0
- package/components/rating/themes/light/rating.material.css.js.map +1 -0
- package/components/rating/themes/rating-symbol.base.css.d.ts +1 -0
- package/components/rating/themes/rating-symbol.base.css.js +3 -0
- package/components/rating/themes/rating-symbol.base.css.js.map +1 -0
- package/components/rating/themes/rating.base.css.d.ts +1 -0
- package/components/rating/themes/rating.base.css.js +3 -0
- package/components/rating/themes/rating.base.css.js.map +1 -0
- package/components/rating/themes/shared/rating.bootstrap.css.d.ts +1 -0
- package/components/rating/themes/shared/rating.bootstrap.css.js +3 -0
- package/components/rating/themes/shared/rating.bootstrap.css.js.map +1 -0
- package/components/rating/themes/shared/rating.common.css.d.ts +1 -0
- package/components/rating/themes/shared/rating.common.css.js +3 -0
- package/components/rating/themes/shared/rating.common.css.js.map +1 -0
- package/components/rating/themes/shared/rating.fluent.css.d.ts +1 -0
- package/components/rating/themes/shared/rating.fluent.css.js +3 -0
- package/components/rating/themes/shared/rating.fluent.css.js.map +1 -0
- package/components/rating/themes/shared/rating.indigo.css.d.ts +1 -0
- package/components/rating/themes/shared/rating.indigo.css.js +3 -0
- package/components/rating/themes/shared/rating.indigo.css.js.map +1 -0
- package/components/rating/themes/themes.d.ts +2 -0
- package/components/rating/themes/themes.js +42 -0
- package/components/rating/themes/themes.js.map +1 -0
- package/components/ripple/ripple.js +3 -4
- package/components/ripple/ripple.js.map +1 -1
- package/components/ripple/ripple.material.css.js +1 -43
- package/components/ripple/ripple.material.css.js.map +1 -1
- package/components/select/select-group.d.ts +7 -5
- package/components/select/select-group.js +27 -15
- package/components/select/select-group.js.map +1 -1
- package/components/select/select-header.d.ts +7 -3
- package/components/select/select-header.js +19 -3
- package/components/select/select-header.js.map +1 -1
- package/components/select/select-item.d.ts +3 -7
- package/components/select/select-item.js +10 -16
- package/components/select/select-item.js.map +1 -1
- package/components/select/select.d.ts +95 -38
- package/components/select/select.js +377 -243
- package/components/select/select.js.map +1 -1
- package/components/select/themes/dark/select.bootstrap.css.js +1 -1
- package/components/select/themes/dark/select.bootstrap.css.js.map +1 -1
- package/components/select/themes/dark/select.fluent.css.js +1 -1
- package/components/select/themes/dark/select.fluent.css.js.map +1 -1
- package/components/select/themes/dark/select.indigo.css.js +1 -1
- package/components/select/themes/dark/select.indigo.css.js.map +1 -1
- package/components/select/themes/dark/select.material.css.js +1 -1
- package/components/select/themes/dark/select.material.css.js.map +1 -1
- package/components/select/themes/light/select.bootstrap.css.js +1 -151
- package/components/select/themes/light/select.bootstrap.css.js.map +1 -1
- package/components/select/themes/light/select.fluent.css.js +1 -142
- package/components/select/themes/light/select.fluent.css.js.map +1 -1
- package/components/select/themes/light/select.indigo.css.js +1 -155
- package/components/select/themes/light/select.indigo.css.js.map +1 -1
- package/components/select/themes/light/select.material.css.js +1 -207
- package/components/select/themes/light/select.material.css.js.map +1 -1
- package/components/select/themes/select.base.css.d.ts +1 -0
- package/components/select/themes/select.base.css.js +3 -0
- package/components/select/themes/select.base.css.js.map +1 -0
- package/components/select/themes/shared/select.bootstrap.css.d.ts +1 -0
- package/components/select/themes/shared/select.bootstrap.css.js +3 -0
- package/components/select/themes/shared/select.bootstrap.css.js.map +1 -0
- package/components/select/themes/shared/select.fluent.css.d.ts +1 -0
- package/components/select/themes/shared/select.fluent.css.js +3 -0
- package/components/select/themes/shared/select.fluent.css.js.map +1 -0
- package/components/select/themes/shared/select.indigo.css.d.ts +1 -0
- package/components/select/themes/shared/select.indigo.css.js +3 -0
- package/components/select/themes/shared/select.indigo.css.js.map +1 -0
- package/components/select/themes/shared/select.material.css.d.ts +1 -0
- package/components/select/themes/shared/select.material.css.js +3 -0
- package/components/select/themes/shared/select.material.css.js.map +1 -0
- package/components/select/themes/themes.d.ts +2 -0
- package/components/select/themes/themes.js +43 -0
- package/components/select/themes/themes.js.map +1 -0
- package/components/slider/range-slider.d.ts +1 -1
- package/components/slider/range-slider.js +9 -14
- package/components/slider/range-slider.js.map +1 -1
- package/components/slider/slider-base.d.ts +3 -2
- package/components/slider/slider-base.js +40 -71
- package/components/slider/slider-base.js.map +1 -1
- package/components/slider/slider-label.js +1 -1
- package/components/slider/slider-label.js.map +1 -1
- package/components/slider/slider.d.ts +1 -1
- package/components/slider/slider.js +3 -3
- package/components/slider/slider.js.map +1 -1
- package/components/slider/themes/dark/slider.bootstrap.css.js +1 -1
- package/components/slider/themes/dark/slider.bootstrap.css.js.map +1 -1
- package/components/slider/themes/dark/slider.fluent.css.js +1 -1
- package/components/slider/themes/dark/slider.fluent.css.js.map +1 -1
- package/components/slider/themes/dark/slider.indigo.css.js +1 -1
- package/components/slider/themes/dark/slider.indigo.css.js.map +1 -1
- package/components/slider/themes/dark/slider.material.css.js +1 -1
- package/components/slider/themes/dark/slider.material.css.js.map +1 -1
- package/components/slider/themes/light/slider.bootstrap.css.js +1 -82
- package/components/slider/themes/light/slider.bootstrap.css.js.map +1 -1
- package/components/slider/themes/light/slider.fluent.css.js +1 -104
- package/components/slider/themes/light/slider.fluent.css.js.map +1 -1
- package/components/slider/themes/light/slider.indigo.css.js +1 -104
- package/components/slider/themes/light/slider.indigo.css.js.map +1 -1
- package/components/slider/themes/light/slider.material.css.js +1 -120
- package/components/slider/themes/light/slider.material.css.js.map +1 -1
- package/components/slider/themes/shared/slider.bootstrap.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.bootstrap.css.js +3 -0
- package/components/slider/themes/shared/slider.bootstrap.css.js.map +1 -0
- package/components/slider/themes/shared/slider.fluent.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.fluent.css.js +3 -0
- package/components/slider/themes/shared/slider.fluent.css.js.map +1 -0
- package/components/slider/themes/shared/slider.indigo.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.indigo.css.js +3 -0
- package/components/slider/themes/shared/slider.indigo.css.js.map +1 -0
- package/components/slider/themes/shared/slider.material.css.d.ts +1 -0
- package/components/slider/themes/shared/slider.material.css.js +3 -0
- package/components/slider/themes/shared/slider.material.css.js.map +1 -0
- package/components/slider/themes/slider.base.css.d.ts +1 -0
- package/components/slider/themes/slider.base.css.js +3 -0
- package/components/slider/themes/slider.base.css.js.map +1 -0
- package/components/slider/themes/themes.d.ts +2 -0
- package/components/slider/themes/themes.js +43 -0
- package/components/slider/themes/themes.js.map +1 -0
- package/components/snackbar/snackbar.d.ts +8 -35
- package/components/snackbar/snackbar.js +19 -74
- package/components/snackbar/snackbar.js.map +1 -1
- package/components/snackbar/themes/dark/snackbar.bootstrap.css.d.ts +1 -0
- package/components/snackbar/themes/dark/snackbar.bootstrap.css.js +3 -0
- package/components/snackbar/themes/dark/snackbar.bootstrap.css.js.map +1 -0
- package/components/snackbar/themes/dark/snackbar.fluent.css.d.ts +1 -0
- package/components/snackbar/themes/dark/snackbar.fluent.css.js +3 -0
- package/components/snackbar/themes/dark/snackbar.fluent.css.js.map +1 -0
- package/components/snackbar/themes/dark/snackbar.indigo.css.js +1 -1
- package/components/snackbar/themes/dark/snackbar.indigo.css.js.map +1 -1
- package/components/snackbar/themes/dark/snackbar.material.css.d.ts +1 -0
- package/components/snackbar/themes/dark/snackbar.material.css.js +3 -0
- package/components/snackbar/themes/dark/snackbar.material.css.js.map +1 -0
- package/components/snackbar/themes/light/snackbar.bootstrap.css.js +1 -19
- package/components/snackbar/themes/light/snackbar.bootstrap.css.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.fluent.css.js +1 -36
- package/components/snackbar/themes/light/snackbar.fluent.css.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.indigo.css.js +1 -20
- package/components/snackbar/themes/light/snackbar.indigo.css.js.map +1 -1
- package/components/snackbar/themes/light/snackbar.material.css.js +1 -15
- package/components/snackbar/themes/light/snackbar.material.css.js.map +1 -1
- package/components/snackbar/themes/shared/snackbar.bootstrap.css.d.ts +1 -0
- package/components/snackbar/themes/shared/snackbar.bootstrap.css.js +3 -0
- package/components/snackbar/themes/shared/snackbar.bootstrap.css.js.map +1 -0
- package/components/snackbar/themes/shared/snackbar.common.css.d.ts +1 -0
- package/components/snackbar/themes/shared/snackbar.common.css.js +3 -0
- package/components/snackbar/themes/shared/snackbar.common.css.js.map +1 -0
- package/components/snackbar/themes/shared/snackbar.fluent.css.d.ts +1 -0
- package/components/snackbar/themes/shared/snackbar.fluent.css.js +3 -0
- package/components/snackbar/themes/shared/snackbar.fluent.css.js.map +1 -0
- package/components/snackbar/themes/shared/snackbar.indigo.css.d.ts +1 -0
- package/components/snackbar/themes/shared/snackbar.indigo.css.js +3 -0
- package/components/snackbar/themes/shared/snackbar.indigo.css.js.map +1 -0
- package/components/snackbar/themes/snackbar.base.css.d.ts +1 -0
- package/components/snackbar/themes/snackbar.base.css.js +3 -0
- package/components/snackbar/themes/snackbar.base.css.js.map +1 -0
- package/components/snackbar/themes/themes.d.ts +2 -0
- package/components/snackbar/themes/themes.js +42 -0
- package/components/snackbar/themes/themes.js.map +1 -0
- package/components/stepper/step.d.ts +1 -1
- package/components/stepper/step.js +7 -12
- package/components/stepper/step.js.map +1 -1
- package/components/stepper/stepper.d.ts +1 -1
- package/components/stepper/stepper.js +23 -29
- package/components/stepper/stepper.js.map +1 -1
- package/components/stepper/themes/step/dark/step.bootstrap.css.js +1 -1
- package/components/stepper/themes/step/dark/step.bootstrap.css.js.map +1 -1
- package/components/stepper/themes/step/dark/step.fluent.css.js +1 -1
- package/components/stepper/themes/step/dark/step.fluent.css.js.map +1 -1
- package/components/stepper/themes/step/dark/step.indigo.css.js +1 -1
- package/components/stepper/themes/step/dark/step.indigo.css.js.map +1 -1
- package/components/stepper/themes/step/dark/step.material.css.js +1 -1
- package/components/stepper/themes/step/dark/step.material.css.js.map +1 -1
- package/components/stepper/themes/step/light/step.bootstrap.css.js +1 -184
- package/components/stepper/themes/step/light/step.bootstrap.css.js.map +1 -1
- package/components/stepper/themes/step/light/step.fluent.css.js +1 -180
- package/components/stepper/themes/step/light/step.fluent.css.js.map +1 -1
- package/components/stepper/themes/step/light/step.indigo.css.js +1 -180
- package/components/stepper/themes/step/light/step.indigo.css.js.map +1 -1
- package/components/stepper/themes/step/light/step.material.css.js +1 -180
- package/components/stepper/themes/step/light/step.material.css.js.map +1 -1
- package/components/stepper/themes/step/shared/step.bootstrap.css.d.ts +1 -0
- package/components/stepper/themes/step/shared/step.bootstrap.css.js +3 -0
- package/components/stepper/themes/step/shared/step.bootstrap.css.js.map +1 -0
- package/components/stepper/themes/step/shared/step.common.css.d.ts +1 -0
- package/components/stepper/themes/step/shared/step.common.css.js +3 -0
- package/components/stepper/themes/step/shared/step.common.css.js.map +1 -0
- package/components/stepper/themes/step/shared/step.fluent.css.d.ts +1 -0
- package/components/stepper/themes/step/shared/step.fluent.css.js +3 -0
- package/components/stepper/themes/step/shared/step.fluent.css.js.map +1 -0
- package/components/stepper/themes/step/shared/step.indigo.css.d.ts +1 -0
- package/components/stepper/themes/step/shared/step.indigo.css.js +3 -0
- package/components/stepper/themes/step/shared/step.indigo.css.js.map +1 -0
- package/components/stepper/themes/step/step.base.css.d.ts +1 -0
- package/components/stepper/themes/step/step.base.css.js +3 -0
- package/components/stepper/themes/step/step.base.css.js.map +1 -0
- package/components/stepper/themes/step/themes.d.ts +2 -0
- package/components/stepper/themes/step/themes.js +42 -0
- package/components/stepper/themes/step/themes.js.map +1 -0
- package/components/stepper/themes/stepper/stepper.base.css.js +1 -142
- package/components/stepper/themes/stepper/stepper.base.css.js.map +1 -1
- package/components/stepper/themes/stepper/stepper.bootstrap.css.js +1 -42
- package/components/stepper/themes/stepper/stepper.bootstrap.css.js.map +1 -1
- package/components/stepper/themes/stepper/stepper.fluent.css.js +1 -36
- package/components/stepper/themes/stepper/stepper.fluent.css.js.map +1 -1
- package/components/stepper/themes/stepper/stepper.indigo.css.js +1 -36
- package/components/stepper/themes/stepper/stepper.indigo.css.js.map +1 -1
- package/components/tabs/tab-panel.js +2 -2
- package/components/tabs/tab-panel.js.map +1 -1
- package/components/tabs/tab.d.ts +1 -1
- package/components/tabs/tab.js +6 -11
- package/components/tabs/tab.js.map +1 -1
- package/components/tabs/tabs.d.ts +2 -2
- package/components/tabs/tabs.js +24 -34
- package/components/tabs/tabs.js.map +1 -1
- package/components/tabs/themes/dark/tab.bootstrap.css.js +1 -1
- package/components/tabs/themes/dark/tab.bootstrap.css.js.map +1 -1
- package/components/tabs/themes/dark/tab.fluent.css.js +1 -1
- package/components/tabs/themes/dark/tab.fluent.css.js.map +1 -1
- package/components/tabs/themes/dark/tab.indigo.css.js +1 -1
- package/components/tabs/themes/dark/tab.indigo.css.js.map +1 -1
- package/components/tabs/themes/dark/tab.material.css.js +1 -1
- package/components/tabs/themes/dark/tab.material.css.js.map +1 -1
- package/components/tabs/themes/light/tab.bootstrap.css.js +1 -87
- package/components/tabs/themes/light/tab.bootstrap.css.js.map +1 -1
- package/components/tabs/themes/light/tab.fluent.css.js +1 -55
- package/components/tabs/themes/light/tab.fluent.css.js.map +1 -1
- package/components/tabs/themes/light/tab.indigo.css.js +1 -49
- package/components/tabs/themes/light/tab.indigo.css.js.map +1 -1
- package/components/tabs/themes/light/tab.material.css.js +1 -49
- package/components/tabs/themes/light/tab.material.css.js.map +1 -1
- package/components/tabs/themes/shared/tab/tab.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/shared/tab/tab.bootstrap.css.js +3 -0
- package/components/tabs/themes/shared/tab/tab.bootstrap.css.js.map +1 -0
- package/components/tabs/themes/shared/tab/tab.common.css.d.ts +1 -0
- package/components/tabs/themes/shared/tab/tab.common.css.js +3 -0
- package/components/tabs/themes/shared/tab/tab.common.css.js.map +1 -0
- package/components/tabs/themes/shared/tab/tab.fluent.css.d.ts +1 -0
- package/components/tabs/themes/shared/tab/tab.fluent.css.js +3 -0
- package/components/tabs/themes/shared/tab/tab.fluent.css.js.map +1 -0
- package/components/tabs/themes/shared/tabs/tabs.bootstrap.css.d.ts +1 -0
- package/components/tabs/themes/shared/tabs/tabs.bootstrap.css.js +3 -0
- package/components/tabs/themes/shared/tabs/tabs.bootstrap.css.js.map +1 -0
- package/components/tabs/themes/shared/tabs/tabs.common.css.d.ts +1 -0
- package/components/tabs/themes/shared/tabs/tabs.common.css.js +3 -0
- package/components/tabs/themes/shared/tabs/tabs.common.css.js.map +1 -0
- package/components/tabs/themes/shared/tabs/tabs.fluent.css.d.ts +1 -0
- package/components/tabs/themes/shared/tabs/tabs.fluent.css.js +3 -0
- package/components/tabs/themes/shared/tabs/tabs.fluent.css.js.map +1 -0
- package/components/tabs/themes/tab-panel.base.css.d.ts +1 -0
- package/components/tabs/themes/tab-panel.base.css.js +3 -0
- package/components/tabs/themes/tab-panel.base.css.js.map +1 -0
- package/components/tabs/themes/tab-themes.d.ts +2 -0
- package/components/tabs/themes/tab-themes.js +21 -0
- package/components/tabs/themes/tab-themes.js.map +1 -0
- package/components/tabs/themes/tab.base.css.d.ts +1 -0
- package/components/tabs/themes/tab.base.css.js +3 -0
- package/components/tabs/themes/tab.base.css.js.map +1 -0
- package/components/tabs/themes/tabs-themes.d.ts +2 -0
- package/components/tabs/themes/tabs-themes.js +41 -0
- package/components/tabs/themes/tabs-themes.js.map +1 -0
- package/components/tabs/themes/tabs.base.css.d.ts +1 -0
- package/components/tabs/themes/tabs.base.css.js +3 -0
- package/components/tabs/themes/tabs.base.css.js.map +1 -0
- package/components/textarea/textarea.js +4 -9
- package/components/textarea/textarea.js.map +1 -1
- package/components/textarea/themes/dark/textarea.bootstrap.css.js +1 -1
- package/components/textarea/themes/dark/textarea.bootstrap.css.js.map +1 -1
- package/components/textarea/themes/dark/textarea.fluent.css.js +1 -1
- package/components/textarea/themes/dark/textarea.fluent.css.js.map +1 -1
- package/components/textarea/themes/dark/textarea.indigo.css.js +1 -1
- package/components/textarea/themes/dark/textarea.indigo.css.js.map +1 -1
- package/components/textarea/themes/dark/textarea.material.css.js +1 -1
- package/components/textarea/themes/dark/textarea.material.css.js.map +1 -1
- package/components/textarea/themes/light/textarea.bootstrap.css.js +1 -284
- package/components/textarea/themes/light/textarea.bootstrap.css.js.map +1 -1
- package/components/textarea/themes/light/textarea.fluent.css.js +1 -276
- package/components/textarea/themes/light/textarea.fluent.css.js.map +1 -1
- package/components/textarea/themes/light/textarea.indigo.css.js +1 -291
- package/components/textarea/themes/light/textarea.indigo.css.js.map +1 -1
- package/components/textarea/themes/light/textarea.material.css.js +1 -489
- package/components/textarea/themes/light/textarea.material.css.js.map +1 -1
- package/components/textarea/themes/shared/textarea.bootstrap.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.bootstrap.css.js +3 -0
- package/components/textarea/themes/shared/textarea.bootstrap.css.js.map +1 -0
- package/components/textarea/themes/shared/textarea.fluent.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.fluent.css.js +3 -0
- package/components/textarea/themes/shared/textarea.fluent.css.js.map +1 -0
- package/components/textarea/themes/shared/textarea.indigo.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.indigo.css.js +3 -0
- package/components/textarea/themes/shared/textarea.indigo.css.js.map +1 -0
- package/components/textarea/themes/shared/textarea.material.css.d.ts +1 -0
- package/components/textarea/themes/shared/textarea.material.css.js +3 -0
- package/components/textarea/themes/shared/textarea.material.css.js.map +1 -0
- package/components/textarea/themes/textarea.base.css.d.ts +1 -0
- package/components/textarea/themes/textarea.base.css.js +3 -0
- package/components/textarea/themes/textarea.base.css.js.map +1 -0
- package/components/textarea/themes/themes.d.ts +2 -0
- package/components/textarea/themes/themes.js +43 -0
- package/components/textarea/themes/themes.js.map +1 -0
- package/components/toast/themes/dark/toast.bootstrap.css.js +1 -7
- package/components/toast/themes/dark/toast.bootstrap.css.js.map +1 -1
- package/components/toast/themes/dark/toast.fluent.css.js +1 -7
- package/components/toast/themes/dark/toast.fluent.css.js.map +1 -1
- package/components/toast/themes/dark/toast.indigo.css.js +1 -7
- package/components/toast/themes/dark/toast.indigo.css.js.map +1 -1
- package/components/toast/themes/dark/toast.material.css.js +1 -7
- package/components/toast/themes/dark/toast.material.css.js.map +1 -1
- package/components/toast/themes/light/toast.bootstrap.css.js +1 -14
- package/components/toast/themes/light/toast.bootstrap.css.js.map +1 -1
- package/components/toast/themes/light/toast.fluent.css.js +1 -23
- package/components/toast/themes/light/toast.fluent.css.js.map +1 -1
- package/components/toast/themes/light/toast.indigo.css.js +1 -14
- package/components/toast/themes/light/toast.indigo.css.js.map +1 -1
- package/components/toast/themes/light/toast.material.css.js +1 -14
- package/components/toast/themes/light/toast.material.css.js.map +1 -1
- package/components/toast/themes/shared/toast.bootstrap.css.d.ts +1 -0
- package/components/toast/themes/shared/toast.bootstrap.css.js +3 -0
- package/components/toast/themes/shared/toast.bootstrap.css.js.map +1 -0
- package/components/toast/themes/shared/toast.common.css.d.ts +1 -0
- package/components/toast/themes/shared/toast.common.css.js +3 -0
- package/components/toast/themes/shared/toast.common.css.js.map +1 -0
- package/components/toast/themes/shared/toast.fluent.css.d.ts +1 -0
- package/components/toast/themes/shared/toast.fluent.css.js +3 -0
- package/components/toast/themes/shared/toast.fluent.css.js.map +1 -0
- package/components/toast/themes/themes.d.ts +2 -0
- package/components/toast/themes/themes.js +41 -0
- package/components/toast/themes/themes.js.map +1 -0
- package/components/toast/themes/toast.base.css.d.ts +1 -0
- package/components/toast/themes/toast.base.css.js +3 -0
- package/components/toast/themes/toast.base.css.js.map +1 -0
- package/components/toast/toast.d.ts +2 -32
- package/components/toast/toast.js +10 -78
- package/components/toast/toast.js.map +1 -1
- package/components/tree/themes/container.base.css.d.ts +1 -0
- package/components/tree/themes/container.base.css.js +3 -0
- package/components/tree/themes/container.base.css.js.map +1 -0
- package/components/tree/themes/container.d.ts +2 -0
- package/components/tree/themes/container.js +39 -0
- package/components/tree/themes/container.js.map +1 -0
- package/components/tree/themes/dark/container.bootstrap.css.d.ts +1 -0
- package/components/tree/themes/dark/container.bootstrap.css.js +3 -0
- package/components/tree/themes/dark/container.bootstrap.css.js.map +1 -0
- package/components/tree/themes/dark/container.fluent.css.d.ts +1 -0
- package/components/tree/themes/dark/container.fluent.css.js +3 -0
- package/components/tree/themes/dark/container.fluent.css.js.map +1 -0
- package/components/tree/themes/dark/container.indigo.css.d.ts +1 -0
- package/components/tree/themes/dark/container.indigo.css.js +3 -0
- package/components/tree/themes/dark/container.indigo.css.js.map +1 -0
- package/components/tree/themes/dark/container.material.css.d.ts +1 -0
- package/components/tree/themes/dark/container.material.css.js +3 -0
- package/components/tree/themes/dark/container.material.css.js.map +1 -0
- package/components/tree/themes/item.base.css.d.ts +1 -0
- package/components/tree/themes/item.base.css.js +3 -0
- package/components/tree/themes/item.base.css.js.map +1 -0
- package/components/tree/themes/item.d.ts +2 -0
- package/components/tree/themes/item.js +35 -0
- package/components/tree/themes/item.js.map +1 -0
- package/components/tree/themes/light/container.bootstrap.css.d.ts +1 -0
- package/components/tree/themes/light/container.bootstrap.css.js +3 -0
- package/components/tree/themes/light/container.bootstrap.css.js.map +1 -0
- package/components/tree/themes/light/container.fluent.css.d.ts +1 -0
- package/components/tree/themes/light/container.fluent.css.js +3 -0
- package/components/tree/themes/light/container.fluent.css.js.map +1 -0
- package/components/tree/themes/light/container.indigo.css.d.ts +1 -0
- package/components/tree/themes/light/container.indigo.css.js +3 -0
- package/components/tree/themes/light/container.indigo.css.js.map +1 -0
- package/components/tree/themes/light/container.material.css.d.ts +1 -0
- package/components/tree/themes/light/container.material.css.js +3 -0
- package/components/tree/themes/light/container.material.css.js.map +1 -0
- package/components/tree/themes/shared/item.bootstrap.css.d.ts +1 -0
- package/components/tree/themes/shared/item.bootstrap.css.js +3 -0
- package/components/tree/themes/shared/item.bootstrap.css.js.map +1 -0
- package/components/tree/themes/shared/item.fluent.css.d.ts +1 -0
- package/components/tree/themes/shared/item.fluent.css.js +3 -0
- package/components/tree/themes/shared/item.fluent.css.js.map +1 -0
- package/components/tree/themes/shared/item.indigo.css.d.ts +1 -0
- package/components/tree/themes/shared/item.indigo.css.js +3 -0
- package/components/tree/themes/shared/item.indigo.css.js.map +1 -0
- package/components/tree/themes/shared/item.material.css.d.ts +1 -0
- package/components/tree/themes/shared/item.material.css.js +3 -0
- package/components/tree/themes/shared/item.material.css.js.map +1 -0
- package/components/tree/tree-item.d.ts +1 -1
- package/components/tree/tree-item.js +61 -74
- package/components/tree/tree-item.js.map +1 -1
- package/components/tree/tree.common.d.ts +5 -6
- package/components/tree/tree.common.js.map +1 -1
- package/components/tree/tree.d.ts +7 -2
- package/components/tree/tree.js +17 -13
- package/components/tree/tree.js.map +1 -1
- package/components/tree/tree.navigation.d.ts +1 -1
- package/components/tree/tree.navigation.js +14 -19
- package/components/tree/tree.navigation.js.map +1 -1
- package/components/tree/tree.selection.d.ts +1 -1
- package/components/tree/tree.selection.js.map +1 -1
- package/custom-elements.json +45475 -7452
- package/package.json +4 -3
- package/themes/dark/bootstrap.css +1 -1723
- package/themes/dark/fluent.css +1 -1710
- package/themes/dark/indigo.css +1 -1722
- package/themes/dark/material.css +1 -1643
- package/themes/light/bootstrap.css +1 -768
- package/themes/light/fluent.css +1 -760
- package/themes/light/indigo.css +1 -760
- package/themes/light/material.css +1 -760
- package/theming/config.js.map +1 -1
- package/theming/theming-controller.d.ts +1 -1
- package/theming/theming-controller.js +2 -3
- package/theming/theming-controller.js.map +1 -1
- package/theming/theming-decorator.js.map +1 -1
- package/theming/utils.js.map +1 -1
- package/components/avatar/themes/shared/avatar.material.css.js +0 -20
- package/components/avatar/themes/shared/avatar.material.css.js.map +0 -1
- package/components/badge/themes/light/badge.base.css.js +0 -128
- package/components/badge/themes/light/badge.base.css.js.map +0 -1
- package/components/button/themes/button/light/button.base.css.js +0 -99
- package/components/button/themes/button/light/button.base.css.js.map +0 -1
- package/components/button/themes/icon-button/light/icon-button.base.css.js +0 -93
- package/components/button/themes/icon-button/light/icon-button.base.css.js.map +0 -1
- package/components/button-group/themes/light/button-group.base.css.js +0 -57
- package/components/button-group/themes/light/button-group.base.css.js.map +0 -1
- package/components/button-group/themes/light/toggle-button/toggle-button.base.css.js +0 -161
- package/components/button-group/themes/light/toggle-button/toggle-button.base.css.js.map +0 -1
- package/components/button-group/themes/light/toggle-button/toggle-button.bootstrap.css.js +0 -63
- package/components/button-group/themes/light/toggle-button/toggle-button.bootstrap.css.js.map +0 -1
- package/components/button-group/themes/light/toggle-button/toggle-button.fluent.css.js +0 -55
- package/components/button-group/themes/light/toggle-button/toggle-button.fluent.css.js.map +0 -1
- package/components/button-group/themes/light/toggle-button/toggle-button.indigo.css.js +0 -69
- package/components/button-group/themes/light/toggle-button/toggle-button.indigo.css.js.map +0 -1
- package/components/button-group/themes/light/toggle-button/toggle-button.material.css.js +0 -56
- package/components/button-group/themes/light/toggle-button/toggle-button.material.css.js.map +0 -1
- package/components/calendar/themes/light/bootstrap/calendar.bootstrap.css.js +0 -112
- package/components/calendar/themes/light/bootstrap/calendar.bootstrap.css.js.map +0 -1
- package/components/calendar/themes/light/bootstrap/days-view.bootstrap.css.js +0 -417
- package/components/calendar/themes/light/bootstrap/days-view.bootstrap.css.js.map +0 -1
- package/components/calendar/themes/light/bootstrap/year-month-view.bootstrap.css.js +0 -114
- package/components/calendar/themes/light/bootstrap/year-month-view.bootstrap.css.js.map +0 -1
- package/components/calendar/themes/light/fluent/calendar.fluent.css.js +0 -108
- package/components/calendar/themes/light/fluent/calendar.fluent.css.js.map +0 -1
- package/components/calendar/themes/light/fluent/days-view.fluent.css.js +0 -424
- package/components/calendar/themes/light/fluent/days-view.fluent.css.js.map +0 -1
- package/components/calendar/themes/light/fluent/year-month-view.fluent.css.js +0 -49
- package/components/calendar/themes/light/fluent/year-month-view.fluent.css.js.map +0 -1
- package/components/calendar/themes/light/indigo/calendar.indigo.css.js +0 -87
- package/components/calendar/themes/light/indigo/calendar.indigo.css.js.map +0 -1
- package/components/calendar/themes/light/indigo/days-view.indigo.css.js +0 -166
- package/components/calendar/themes/light/indigo/days-view.indigo.css.js.map +0 -1
- package/components/calendar/themes/light/indigo/year-month-view.indigo.css.js +0 -40
- package/components/calendar/themes/light/indigo/year-month-view.indigo.css.js.map +0 -1
- package/components/calendar/themes/light/material/calendar.material.css.js +0 -83
- package/components/calendar/themes/light/material/calendar.material.css.js.map +0 -1
- package/components/calendar/themes/light/material/days-view.material.css.js +0 -166
- package/components/calendar/themes/light/material/days-view.material.css.js.map +0 -1
- package/components/calendar/themes/light/material/year-month-view.material.css.js +0 -40
- package/components/calendar/themes/light/material/year-month-view.material.css.js.map +0 -1
- package/components/card/themes/light/card.actions.base.css.js +0 -97
- package/components/card/themes/light/card.actions.base.css.js.map +0 -1
- package/components/card/themes/light/card.actions.bootstrap.css.js +0 -5
- package/components/card/themes/light/card.actions.bootstrap.css.js.map +0 -1
- package/components/card/themes/light/card.base.css.js +0 -66
- package/components/card/themes/light/card.base.css.js.map +0 -1
- package/components/card/themes/light/card.bootstrap.css.js +0 -27
- package/components/card/themes/light/card.bootstrap.css.js.map +0 -1
- package/components/card/themes/light/card.content.base.css.js +0 -53
- package/components/card/themes/light/card.content.base.css.js.map +0 -1
- package/components/card/themes/light/card.content.bootstrap.css.js +0 -35
- package/components/card/themes/light/card.content.bootstrap.css.js.map +0 -1
- package/components/card/themes/light/card.content.fluent.css.js +0 -14
- package/components/card/themes/light/card.content.fluent.css.js.map +0 -1
- package/components/card/themes/light/card.content.indigo.css.js +0 -14
- package/components/card/themes/light/card.content.indigo.css.js.map +0 -1
- package/components/card/themes/light/card.content.material.css.js +0 -14
- package/components/card/themes/light/card.content.material.css.js.map +0 -1
- package/components/card/themes/light/card.fluent.css.js +0 -41
- package/components/card/themes/light/card.fluent.css.js.map +0 -1
- package/components/card/themes/light/card.header.base.css.js +0 -106
- package/components/card/themes/light/card.header.base.css.js.map +0 -1
- package/components/card/themes/light/card.header.bootstrap.css.js +0 -39
- package/components/card/themes/light/card.header.bootstrap.css.js.map +0 -1
- package/components/card/themes/light/card.header.fluent.css.js +0 -39
- package/components/card/themes/light/card.header.fluent.css.js.map +0 -1
- package/components/card/themes/light/card.header.indigo.css.js +0 -18
- package/components/card/themes/light/card.header.indigo.css.js.map +0 -1
- package/components/card/themes/light/card.header.material.css.js +0 -18
- package/components/card/themes/light/card.header.material.css.js.map +0 -1
- package/components/card/themes/light/card.indigo.css.js +0 -27
- package/components/card/themes/light/card.indigo.css.js.map +0 -1
- package/components/card/themes/light/card.material.css.js +0 -27
- package/components/card/themes/light/card.material.css.js.map +0 -1
- package/components/card/themes/light/card.media.base.css.js +0 -50
- package/components/card/themes/light/card.media.base.css.js.map +0 -1
- package/components/checkbox/themes/dark/checkbox.bootstrap.css.js +0 -3
- package/components/checkbox/themes/dark/checkbox.bootstrap.css.js.map +0 -1
- package/components/checkbox/themes/dark/checkbox.fluent.css.js +0 -3
- package/components/checkbox/themes/dark/checkbox.fluent.css.js.map +0 -1
- package/components/checkbox/themes/dark/checkbox.indigo.css.js +0 -3
- package/components/checkbox/themes/dark/checkbox.indigo.css.js.map +0 -1
- package/components/checkbox/themes/dark/checkbox.material.css.js +0 -3
- package/components/checkbox/themes/dark/checkbox.material.css.js.map +0 -1
- package/components/checkbox/themes/dark/switch.bootstrap.css.js +0 -3
- package/components/checkbox/themes/dark/switch.bootstrap.css.js.map +0 -1
- package/components/checkbox/themes/dark/switch.fluent.css.js +0 -3
- package/components/checkbox/themes/dark/switch.fluent.css.js.map +0 -1
- package/components/checkbox/themes/dark/switch.indigo.css.js +0 -3
- package/components/checkbox/themes/dark/switch.indigo.css.js.map +0 -1
- package/components/checkbox/themes/dark/switch.material.css.js +0 -3
- package/components/checkbox/themes/dark/switch.material.css.js.map +0 -1
- package/components/checkbox/themes/light/checkbox.base.css.js +0 -163
- package/components/checkbox/themes/light/checkbox.base.css.js.map +0 -1
- package/components/checkbox/themes/light/checkbox.bootstrap.css.js +0 -188
- package/components/checkbox/themes/light/checkbox.bootstrap.css.js.map +0 -1
- package/components/checkbox/themes/light/checkbox.fluent.css.js +0 -278
- package/components/checkbox/themes/light/checkbox.fluent.css.js.map +0 -1
- package/components/checkbox/themes/light/checkbox.indigo.css.js +0 -215
- package/components/checkbox/themes/light/checkbox.indigo.css.js.map +0 -1
- package/components/checkbox/themes/light/checkbox.material.css.js +0 -187
- package/components/checkbox/themes/light/checkbox.material.css.js.map +0 -1
- package/components/checkbox/themes/light/switch.base.css.js +0 -174
- package/components/checkbox/themes/light/switch.base.css.js.map +0 -1
- package/components/checkbox/themes/light/switch.bootstrap.css.js +0 -171
- package/components/checkbox/themes/light/switch.bootstrap.css.js.map +0 -1
- package/components/checkbox/themes/light/switch.fluent.css.js +0 -197
- package/components/checkbox/themes/light/switch.fluent.css.js.map +0 -1
- package/components/checkbox/themes/light/switch.indigo.css.js +0 -186
- package/components/checkbox/themes/light/switch.indigo.css.js.map +0 -1
- package/components/checkbox/themes/light/switch.material.css.js +0 -207
- package/components/checkbox/themes/light/switch.material.css.js.map +0 -1
- package/components/chip/themes/light/chip.base.css.js +0 -182
- package/components/chip/themes/light/chip.base.css.js.map +0 -1
- package/components/combo/themes/light/combo.base.css.js +0 -171
- package/components/combo/themes/light/combo.base.css.js.map +0 -1
- package/components/combo/themes/light/header/combo-header.base.css.js +0 -61
- package/components/combo/themes/light/header/combo-header.base.css.js.map +0 -1
- package/components/combo/themes/light/item/combo-item.base.css.js +0 -114
- package/components/combo/themes/light/item/combo-item.base.css.js.map +0 -1
- package/components/dialog/themes/light/dialog.base.css.js +0 -125
- package/components/dialog/themes/light/dialog.base.css.js.map +0 -1
- package/components/dropdown/themes/light/dropdown.base.css.js +0 -47
- package/components/dropdown/themes/light/dropdown.base.css.js.map +0 -1
- package/components/dropdown/themes/light/group/dropdown-group.base.css.js +0 -57
- package/components/dropdown/themes/light/group/dropdown-group.base.css.js.map +0 -1
- package/components/dropdown/themes/light/group/dropdown-group.bootstrap.css.js +0 -28
- package/components/dropdown/themes/light/group/dropdown-group.bootstrap.css.js.map +0 -1
- package/components/dropdown/themes/light/group/dropdown-group.fluent.css.js +0 -29
- package/components/dropdown/themes/light/group/dropdown-group.fluent.css.js.map +0 -1
- package/components/dropdown/themes/light/group/dropdown-group.indigo.css.js +0 -28
- package/components/dropdown/themes/light/group/dropdown-group.indigo.css.js.map +0 -1
- package/components/dropdown/themes/light/group/dropdown-group.material.css.js +0 -28
- package/components/dropdown/themes/light/group/dropdown-group.material.css.js.map +0 -1
- package/components/dropdown/themes/light/header/dropdown-header.base.css.js +0 -56
- package/components/dropdown/themes/light/header/dropdown-header.base.css.js.map +0 -1
- package/components/dropdown/themes/light/header/dropdown-header.bootstrap.css.js +0 -28
- package/components/dropdown/themes/light/header/dropdown-header.bootstrap.css.js.map +0 -1
- package/components/dropdown/themes/light/header/dropdown-header.fluent.css.js +0 -27
- package/components/dropdown/themes/light/header/dropdown-header.fluent.css.js.map +0 -1
- package/components/dropdown/themes/light/header/dropdown-header.indigo.css.js +0 -28
- package/components/dropdown/themes/light/header/dropdown-header.indigo.css.js.map +0 -1
- package/components/dropdown/themes/light/header/dropdown-header.material.css.js +0 -28
- package/components/dropdown/themes/light/header/dropdown-header.material.css.js.map +0 -1
- package/components/dropdown/themes/light/item/dropdown-item.base.css.js +0 -105
- package/components/dropdown/themes/light/item/dropdown-item.base.css.js.map +0 -1
- package/components/dropdown/themes/light/item/dropdown-item.bootstrap.css.js +0 -54
- package/components/dropdown/themes/light/item/dropdown-item.bootstrap.css.js.map +0 -1
- package/components/dropdown/themes/light/item/dropdown-item.fluent.css.js +0 -55
- package/components/dropdown/themes/light/item/dropdown-item.fluent.css.js.map +0 -1
- package/components/dropdown/themes/light/item/dropdown-item.indigo.css.js +0 -54
- package/components/dropdown/themes/light/item/dropdown-item.indigo.css.js.map +0 -1
- package/components/dropdown/themes/light/item/dropdown-item.material.css.js +0 -54
- package/components/dropdown/themes/light/item/dropdown-item.material.css.js.map +0 -1
- package/components/expansion-panel/themes/light/expansion-panel.base.css.js +0 -167
- package/components/expansion-panel/themes/light/expansion-panel.base.css.js.map +0 -1
- package/components/icon/dark/icon.bootstrap.css.js +0 -3
- package/components/icon/dark/icon.bootstrap.css.js.map +0 -1
- package/components/icon/dark/icon.fluent.css.js +0 -3
- package/components/icon/dark/icon.fluent.css.js.map +0 -1
- package/components/icon/dark/icon.indigo.css.js +0 -3
- package/components/icon/dark/icon.indigo.css.js.map +0 -1
- package/components/icon/dark/icon.material.css.js +0 -3
- package/components/icon/dark/icon.material.css.js.map +0 -1
- package/components/icon/icon.base.css.js +0 -69
- package/components/icon/icon.base.css.js.map +0 -1
- package/components/icon/light/icon.bootstrap.css.js +0 -49
- package/components/icon/light/icon.bootstrap.css.js.map +0 -1
- package/components/icon/light/icon.fluent.css.js +0 -49
- package/components/icon/light/icon.fluent.css.js.map +0 -1
- package/components/icon/light/icon.indigo.css.js +0 -49
- package/components/icon/light/icon.indigo.css.js.map +0 -1
- package/components/icon/light/icon.material.css.js +0 -49
- package/components/icon/light/icon.material.css.js.map +0 -1
- package/components/input/themes/dark/input.dark.bootstrap.css.js +0 -3
- package/components/input/themes/dark/input.dark.bootstrap.css.js.map +0 -1
- package/components/input/themes/dark/input.dark.fluent.css.js +0 -3
- package/components/input/themes/dark/input.dark.fluent.css.js.map +0 -1
- package/components/input/themes/dark/input.dark.indigo.css.js +0 -3
- package/components/input/themes/dark/input.dark.indigo.css.js.map +0 -1
- package/components/input/themes/dark/input.dark.material.css.js +0 -3
- package/components/input/themes/dark/input.dark.material.css.js.map +0 -1
- package/components/input/themes/light/input.base.css.js +0 -95
- package/components/input/themes/light/input.base.css.js.map +0 -1
- package/components/list/themes/dark/list-header.bootstrap.css.js +0 -3
- package/components/list/themes/dark/list-header.bootstrap.css.js.map +0 -1
- package/components/list/themes/dark/list-header.indigo.css.js +0 -3
- package/components/list/themes/dark/list-header.indigo.css.js.map +0 -1
- package/components/list/themes/dark/list-item.bootstrap.css.js +0 -3
- package/components/list/themes/dark/list-item.bootstrap.css.js.map +0 -1
- package/components/list/themes/dark/list-item.fluent.css.js +0 -3
- package/components/list/themes/dark/list-item.fluent.css.js.map +0 -1
- package/components/list/themes/dark/list-item.indigo.css.js +0 -3
- package/components/list/themes/dark/list-item.indigo.css.js.map +0 -1
- package/components/list/themes/dark/list-item.material.css.js +0 -3
- package/components/list/themes/dark/list-item.material.css.js.map +0 -1
- package/components/list/themes/dark/list.bootstrap.css.js +0 -3
- package/components/list/themes/dark/list.bootstrap.css.js.map +0 -1
- package/components/list/themes/dark/list.fluent.css.js +0 -3
- package/components/list/themes/dark/list.fluent.css.js.map +0 -1
- package/components/list/themes/dark/list.indigo.css.js +0 -3
- package/components/list/themes/dark/list.indigo.css.js.map +0 -1
- package/components/list/themes/light/list-header.base.css.js +0 -56
- package/components/list/themes/light/list-header.base.css.js.map +0 -1
- package/components/list/themes/light/list-header.bootstrap.css.js +0 -31
- package/components/list/themes/light/list-header.bootstrap.css.js.map +0 -1
- package/components/list/themes/light/list-header.indigo.css.js +0 -31
- package/components/list/themes/light/list-header.indigo.css.js.map +0 -1
- package/components/list/themes/light/list-item.base.css.js +0 -77
- package/components/list/themes/light/list-item.base.css.js.map +0 -1
- package/components/list/themes/light/list-item.bootstrap.css.js +0 -72
- package/components/list/themes/light/list-item.bootstrap.css.js.map +0 -1
- package/components/list/themes/light/list-item.fluent.css.js +0 -63
- package/components/list/themes/light/list-item.fluent.css.js.map +0 -1
- package/components/list/themes/light/list-item.indigo.css.js +0 -58
- package/components/list/themes/light/list-item.indigo.css.js.map +0 -1
- package/components/list/themes/light/list-item.material.css.js +0 -49
- package/components/list/themes/light/list-item.material.css.js.map +0 -1
- package/components/list/themes/light/list.base.css.js +0 -73
- package/components/list/themes/light/list.base.css.js.map +0 -1
- package/components/list/themes/light/list.bootstrap.css.js +0 -32
- package/components/list/themes/light/list.bootstrap.css.js.map +0 -1
- package/components/nav-drawer/themes/dark/nav-drawer.bootstrap.css.js +0 -3
- package/components/nav-drawer/themes/dark/nav-drawer.bootstrap.css.js.map +0 -1
- package/components/nav-drawer/themes/dark/nav-drawer.fluent.css.js +0 -3
- package/components/nav-drawer/themes/dark/nav-drawer.fluent.css.js.map +0 -1
- package/components/nav-drawer/themes/dark/nav-drawer.indigo.css.js +0 -3
- package/components/nav-drawer/themes/dark/nav-drawer.indigo.css.js.map +0 -1
- package/components/nav-drawer/themes/dark/nav-drawer.material.css.js +0 -3
- package/components/nav-drawer/themes/dark/nav-drawer.material.css.js.map +0 -1
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.base.css.js +0 -7
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.base.css.js.map +0 -1
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.bootstrap.css.js +0 -14
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.bootstrap.css.js.map +0 -1
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.fluent.css.js +0 -14
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.fluent.css.js.map +0 -1
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.indigo.css.js +0 -14
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.indigo.css.js.map +0 -1
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.material.css.js +0 -14
- package/components/nav-drawer/themes/light/header-item/nav-drawer-header-item.material.css.js.map +0 -1
- package/components/nav-drawer/themes/light/item/nav-drawer-item.base.css.js +0 -65
- package/components/nav-drawer/themes/light/item/nav-drawer-item.base.css.js.map +0 -1
- package/components/nav-drawer/themes/light/item/nav-drawer-item.bootstrap.css.js +0 -54
- package/components/nav-drawer/themes/light/item/nav-drawer-item.bootstrap.css.js.map +0 -1
- package/components/nav-drawer/themes/light/item/nav-drawer-item.fluent.css.js +0 -54
- package/components/nav-drawer/themes/light/item/nav-drawer-item.fluent.css.js.map +0 -1
- package/components/nav-drawer/themes/light/item/nav-drawer-item.indigo.css.js +0 -59
- package/components/nav-drawer/themes/light/item/nav-drawer-item.indigo.css.js.map +0 -1
- package/components/nav-drawer/themes/light/item/nav-drawer-item.material.css.js +0 -54
- package/components/nav-drawer/themes/light/item/nav-drawer-item.material.css.js.map +0 -1
- package/components/nav-drawer/themes/light/nav-drawer.base.css.js +0 -198
- package/components/nav-drawer/themes/light/nav-drawer.base.css.js.map +0 -1
- package/components/nav-drawer/themes/light/nav-drawer.bootstrap.css.js +0 -62
- package/components/nav-drawer/themes/light/nav-drawer.bootstrap.css.js.map +0 -1
- package/components/nav-drawer/themes/light/nav-drawer.fluent.css.js +0 -62
- package/components/nav-drawer/themes/light/nav-drawer.fluent.css.js.map +0 -1
- package/components/nav-drawer/themes/light/nav-drawer.indigo.css.js +0 -62
- package/components/nav-drawer/themes/light/nav-drawer.indigo.css.js.map +0 -1
- package/components/nav-drawer/themes/light/nav-drawer.material.css.js +0 -62
- package/components/nav-drawer/themes/light/nav-drawer.material.css.js.map +0 -1
- package/components/progress/themes/circular/circular.progress.bootstrap.css.js +0 -21
- package/components/progress/themes/circular/circular.progress.bootstrap.css.js.map +0 -1
- package/components/progress/themes/circular/circular.progress.fluent.css.js +0 -9
- package/components/progress/themes/circular/circular.progress.fluent.css.js.map +0 -1
- package/components/progress/themes/linear/linear.progress.bootstrap.css.js +0 -354
- package/components/progress/themes/linear/linear.progress.bootstrap.css.js.map +0 -1
- package/components/progress/themes/linear/linear.progress.fluent.css.js +0 -77
- package/components/progress/themes/linear/linear.progress.fluent.css.js.map +0 -1
- package/components/progress/themes/linear/linear.progress.indigo.css.js +0 -21
- package/components/progress/themes/linear/linear.progress.indigo.css.js.map +0 -1
- package/components/radio/themes/light/radio.base.css.js +0 -141
- package/components/radio/themes/light/radio.base.css.js.map +0 -1
- package/components/rating/dark/rating.fluent.css.js +0 -3
- package/components/rating/dark/rating.fluent.css.js.map +0 -1
- package/components/rating/rating-symbol.base.css.js +0 -107
- package/components/rating/rating-symbol.base.css.js.map +0 -1
- package/components/rating/rating.base.css.js +0 -138
- package/components/rating/rating.base.css.js.map +0 -1
- package/components/rating/rating.bootstrap.css.js +0 -31
- package/components/rating/rating.bootstrap.css.js.map +0 -1
- package/components/rating/rating.fluent.css.js +0 -49
- package/components/rating/rating.fluent.css.js.map +0 -1
- package/components/rating/rating.indigo.css.js +0 -35
- package/components/rating/rating.indigo.css.js.map +0 -1
- package/components/select/themes/light/select.base.css.js +0 -97
- package/components/select/themes/light/select.base.css.js.map +0 -1
- package/components/slider/themes/light/slider.base.css.js +0 -268
- package/components/slider/themes/light/slider.base.css.js.map +0 -1
- package/components/snackbar/themes/light/snackbar.base.css.js +0 -120
- package/components/snackbar/themes/light/snackbar.base.css.js.map +0 -1
- package/components/stepper/themes/step/light/step.base.css.js +0 -330
- package/components/stepper/themes/step/light/step.base.css.js.map +0 -1
- package/components/tabs/themes/light/tab-panel.base.css.js +0 -45
- package/components/tabs/themes/light/tab-panel.base.css.js.map +0 -1
- package/components/tabs/themes/light/tab.base.css.js +0 -116
- package/components/tabs/themes/light/tab.base.css.js.map +0 -1
- package/components/tabs/themes/light/tabs.base.css.js +0 -176
- package/components/tabs/themes/light/tabs.base.css.js.map +0 -1
- package/components/tabs/themes/light/tabs.bootstrap.css.js +0 -66
- package/components/tabs/themes/light/tabs.bootstrap.css.js.map +0 -1
- package/components/tabs/themes/light/tabs.fluent.css.js +0 -59
- package/components/tabs/themes/light/tabs.fluent.css.js.map +0 -1
- package/components/tabs/themes/light/tabs.indigo.css.js +0 -55
- package/components/tabs/themes/light/tabs.indigo.css.js.map +0 -1
- package/components/tabs/themes/light/tabs.material.css.js +0 -55
- package/components/tabs/themes/light/tabs.material.css.js.map +0 -1
- package/components/textarea/themes/light/textarea.base.css.js +0 -194
- package/components/textarea/themes/light/textarea.base.css.js.map +0 -1
- package/components/toast/themes/light/toast.base.css.js +0 -85
- package/components/toast/themes/light/toast.base.css.js.map +0 -1
- package/components/toggle/toggle.controller.d.ts +0 -52
- package/components/toggle/toggle.controller.js +0 -91
- package/components/toggle/toggle.controller.js.map +0 -1
- package/components/toggle/toggle.directive.d.ts +0 -20
- package/components/toggle/toggle.directive.js +0 -95
- package/components/toggle/toggle.directive.js.map +0 -1
- package/components/toggle/types.d.ts +0 -50
- package/components/toggle/types.js +0 -2
- package/components/toggle/types.js.map +0 -1
- package/components/tree/themes/dark/tree-item.bootstrap.css.js +0 -3
- package/components/tree/themes/dark/tree-item.bootstrap.css.js.map +0 -1
- package/components/tree/themes/dark/tree-item.fluent.css.js +0 -3
- package/components/tree/themes/dark/tree-item.fluent.css.js.map +0 -1
- package/components/tree/themes/dark/tree-item.indigo.css.js +0 -3
- package/components/tree/themes/dark/tree-item.indigo.css.js.map +0 -1
- package/components/tree/themes/dark/tree-item.material.css.js +0 -3
- package/components/tree/themes/dark/tree-item.material.css.js.map +0 -1
- package/components/tree/themes/light/tree-item.base.css.js +0 -152
- package/components/tree/themes/light/tree-item.base.css.js.map +0 -1
- package/components/tree/themes/light/tree-item.bootstrap.css.js +0 -98
- package/components/tree/themes/light/tree-item.bootstrap.css.js.map +0 -1
- package/components/tree/themes/light/tree-item.fluent.css.js +0 -98
- package/components/tree/themes/light/tree-item.fluent.css.js.map +0 -1
- package/components/tree/themes/light/tree-item.indigo.css.js +0 -102
- package/components/tree/themes/light/tree-item.indigo.css.js.map +0 -1
- package/components/tree/themes/light/tree-item.material.css.js +0 -93
- package/components/tree/themes/light/tree-item.material.css.js.map +0 -1
- package/components/tree/themes/light/tree.base.css.js +0 -39
- package/components/tree/themes/light/tree.base.css.js.map +0 -1
- package/vscode-html-custom-data.json +0 -3140
- /package/components/avatar/themes/shared/{avatar.material.css.d.ts → avatar.common.css.d.ts} +0 -0
- /package/components/badge/themes/{light/badge.base.css.d.ts → badge.base.css.d.ts} +0 -0
- /package/components/{button-group/themes/light/button-group.base.css.d.ts → badge/themes/dark/badge.fluent.css.d.ts} +0 -0
- /package/components/{button-group/themes/light/toggle-button/toggle-button.base.css.d.ts → badge/themes/dark/badge.indigo.css.d.ts} +0 -0
- /package/components/{button-group/themes/light/toggle-button/toggle-button.bootstrap.css.d.ts → badge/themes/dark/badge.material.css.d.ts} +0 -0
- /package/components/{button-group/themes/light/toggle-button/toggle-button.fluent.css.d.ts → badge/themes/light/badge.fluent.css.d.ts} +0 -0
- /package/components/{button-group/themes/light/toggle-button/toggle-button.indigo.css.d.ts → badge/themes/light/badge.indigo.css.d.ts} +0 -0
- /package/components/{button-group/themes/light/toggle-button/toggle-button.material.css.d.ts → badge/themes/light/badge.material.css.d.ts} +0 -0
- /package/components/{button/themes/button/light/button.base.css.d.ts → badge/themes/shared/badge.bootstrap.css.d.ts} +0 -0
- /package/components/{button/themes/icon-button/light/icon-button.base.css.d.ts → badge/themes/shared/badge.common.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.base.css.d.ts → button/themes/button/button.base.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.bootstrap.css.d.ts → button/themes/button/shared/button.bootstrap.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.content.base.css.d.ts → button/themes/button/shared/button.common.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.content.bootstrap.css.d.ts → button/themes/button/shared/button.fluent.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.content.fluent.css.d.ts → button/themes/button/shared/button.indigo.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.content.indigo.css.d.ts → button/themes/button/shared/button.material.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.content.material.css.d.ts → button/themes/icon-button/dark/icon-button.bootstrap.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.fluent.css.d.ts → button/themes/icon-button/dark/icon-button.indigo.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.header.base.css.d.ts → button/themes/icon-button/dark/icon-button.material.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.header.bootstrap.css.d.ts → button/themes/icon-button/icon-button.base.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.header.fluent.css.d.ts → button/themes/icon-button/shared/icon-button.bootstrap.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.header.indigo.css.d.ts → button/themes/icon-button/shared/icon-button.common.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.header.material.css.d.ts → button/themes/icon-button/shared/icon-button.fluent.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.indigo.css.d.ts → button/themes/icon-button/shared/icon-button.indigo.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.material.css.d.ts → button/themes/icon-button/shared/icon-button.material.css.d.ts} +0 -0
- /package/components/{calendar/themes/light/bootstrap/calendar.bootstrap.css.d.ts → button-group/themes/button.base.css.d.ts} +0 -0
- /package/components/{calendar/themes/light/bootstrap/days-view.bootstrap.css.d.ts → button-group/themes/dark/button-group.bootstrap.css.d.ts} +0 -0
- /package/components/{calendar/themes/light/bootstrap/year-month-view.bootstrap.css.d.ts → button-group/themes/dark/button-group.fluent.css.d.ts} +0 -0
- /package/components/{calendar/themes/light/fluent/calendar.fluent.css.d.ts → button-group/themes/dark/button-group.indigo.css.d.ts} +0 -0
- /package/components/{calendar/themes/light/fluent/days-view.fluent.css.d.ts → button-group/themes/dark/button-group.material.css.d.ts} +0 -0
- /package/components/{calendar/themes/light/fluent/year-month-view.fluent.css.d.ts → button-group/themes/group.base.css.d.ts} +0 -0
- /package/components/{calendar/themes/light/indigo/calendar.indigo.css.d.ts → button-group/themes/shared/button/button.bootstrap.css.d.ts} +0 -0
- /package/components/{calendar/themes/light/indigo/days-view.indigo.css.d.ts → button-group/themes/shared/button/button.common.css.d.ts} +0 -0
- /package/components/{calendar/themes/light/indigo/year-month-view.indigo.css.d.ts → button-group/themes/shared/button/button.fluent.css.d.ts} +0 -0
- /package/components/{calendar/themes/light/material/calendar.material.css.d.ts → button-group/themes/shared/button/button.indigo.css.d.ts} +0 -0
- /package/components/{calendar/themes/light/material/days-view.material.css.d.ts → button-group/themes/shared/group/group.bootstrap.css.d.ts} +0 -0
- /package/components/{calendar/themes/light/material/year-month-view.material.css.d.ts → button-group/themes/shared/group/group.common.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.actions.base.css.d.ts → button-group/themes/shared/group/group.fluent.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.actions.bootstrap.css.d.ts → button-group/themes/shared/group/group.indigo.css.d.ts} +0 -0
- /package/components/{card/themes/light/card.media.base.css.d.ts → calendar/themes/dark/calendar.bootstrap.css.d.ts} +0 -0
- /package/components/{checkbox/themes/dark/checkbox.bootstrap.css.d.ts → calendar/themes/dark/calendar.fluent.css.d.ts} +0 -0
- /package/components/{checkbox/themes/dark/checkbox.fluent.css.d.ts → calendar/themes/dark/calendar.indigo.css.d.ts} +0 -0
- /package/components/{checkbox/themes/dark/checkbox.indigo.css.d.ts → calendar/themes/dark/calendar.material.css.d.ts} +0 -0
- /package/components/{checkbox/themes/dark/checkbox.material.css.d.ts → calendar/themes/light/calendar.bootstrap.css.d.ts} +0 -0
- /package/components/{checkbox/themes/dark/switch.bootstrap.css.d.ts → calendar/themes/light/calendar.fluent.css.d.ts} +0 -0
- /package/components/{checkbox/themes/dark/switch.fluent.css.d.ts → calendar/themes/light/calendar.indigo.css.d.ts} +0 -0
- /package/components/{checkbox/themes/dark/switch.indigo.css.d.ts → calendar/themes/light/calendar.material.css.d.ts} +0 -0
- /package/components/{checkbox/themes/dark/switch.material.css.d.ts → calendar/themes/shared/bootstrap/calendar.bootstrap.css.d.ts} +0 -0
- /package/components/{checkbox/themes/light/checkbox.base.css.d.ts → calendar/themes/shared/bootstrap/days-view.bootstrap.css.d.ts} +0 -0
- /package/components/{checkbox/themes/light/checkbox.bootstrap.css.d.ts → calendar/themes/shared/bootstrap/year-month-view.bootstrap.css.d.ts} +0 -0
- /package/components/{checkbox/themes/light/checkbox.fluent.css.d.ts → calendar/themes/shared/fluent/calendar.fluent.css.d.ts} +0 -0
- /package/components/{checkbox/themes/light/checkbox.indigo.css.d.ts → calendar/themes/shared/fluent/days-view.fluent.css.d.ts} +0 -0
- /package/components/{checkbox/themes/light/checkbox.material.css.d.ts → calendar/themes/shared/fluent/year-month-view.fluent.css.d.ts} +0 -0
- /package/components/{checkbox/themes/light/switch.base.css.d.ts → calendar/themes/shared/indigo/calendar.indigo.css.d.ts} +0 -0
- /package/components/{checkbox/themes/light/switch.bootstrap.css.d.ts → calendar/themes/shared/material/calendar.common.css.d.ts} +0 -0
- /package/components/{checkbox/themes/light/switch.fluent.css.d.ts → calendar/themes/shared/material/days-view.material.css.d.ts} +0 -0
- /package/components/{checkbox/themes/light/switch.indigo.css.d.ts → calendar/themes/shared/material/year-month-view.material.css.d.ts} +0 -0
- /package/components/{checkbox/themes/light/switch.material.css.d.ts → card/themes/card.actions.base.css.d.ts} +0 -0
- /package/components/{chip/themes/light/chip.base.css.d.ts → card/themes/card.content.base.css.d.ts} +0 -0
- /package/components/{combo/themes/light/combo.base.css.d.ts → card/themes/card.header.base.css.d.ts} +0 -0
- /package/components/{combo/themes/light/header/combo-header.base.css.d.ts → card/themes/card.media.base.css.d.ts} +0 -0
- /package/components/{combo/themes/light/item/combo-item.base.css.d.ts → card/themes/container.base.css.d.ts} +0 -0
- /package/components/{dialog/themes/light/dialog.base.css.d.ts → card/themes/light/container/card.bootstrap.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/dropdown.base.css.d.ts → card/themes/light/container/card.fluent.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/group/dropdown-group.base.css.d.ts → card/themes/light/container/card.indigo.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/group/dropdown-group.bootstrap.css.d.ts → card/themes/light/container/card.material.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/group/dropdown-group.fluent.css.d.ts → card/themes/light/content/card.content.bootstrap.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/group/dropdown-group.indigo.css.d.ts → card/themes/light/content/card.content.fluent.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/group/dropdown-group.material.css.d.ts → card/themes/light/content/card.content.indigo.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/header/dropdown-header.base.css.d.ts → card/themes/light/content/card.content.material.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/header/dropdown-header.bootstrap.css.d.ts → card/themes/light/header/card.header.bootstrap.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/header/dropdown-header.fluent.css.d.ts → card/themes/light/header/card.header.fluent.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/header/dropdown-header.indigo.css.d.ts → card/themes/light/header/card.header.indigo.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/header/dropdown-header.material.css.d.ts → card/themes/light/header/card.header.material.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/item/dropdown-item.base.css.d.ts → card/themes/shared/actions/card.actions.bootstrap.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/item/dropdown-item.bootstrap.css.d.ts → card/themes/shared/container/card.common.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/item/dropdown-item.fluent.css.d.ts → card/themes/shared/container/card.fluent.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/item/dropdown-item.indigo.css.d.ts → card/themes/shared/content/card.content.bootstrap.css.d.ts} +0 -0
- /package/components/{dropdown/themes/light/item/dropdown-item.material.css.d.ts → card/themes/shared/content/card.content.common.css.d.ts} +0 -0
- /package/components/{expansion-panel/themes/light/expansion-panel.base.css.d.ts → card/themes/shared/header/card.header.bootstrap.css.d.ts} +0 -0
- /package/components/{icon/dark/icon.bootstrap.css.d.ts → card/themes/shared/header/card.header.common.css.d.ts} +0 -0
- /package/components/{icon/dark/icon.fluent.css.d.ts → card/themes/shared/header/card.header.fluent.css.d.ts} +0 -0
- /package/components/{icon/dark/icon.indigo.css.d.ts → checkbox/themes/checkbox.base.css.d.ts} +0 -0
- /package/components/{icon/dark/icon.material.css.d.ts → checkbox/themes/dark/checkbox/checkbox.bootstrap.css.d.ts} +0 -0
- /package/components/{icon/icon.base.css.d.ts → checkbox/themes/dark/checkbox/checkbox.fluent.css.d.ts} +0 -0
- /package/components/{icon/light/icon.bootstrap.css.d.ts → checkbox/themes/dark/checkbox/checkbox.indigo.css.d.ts} +0 -0
- /package/components/{icon/light/icon.fluent.css.d.ts → checkbox/themes/dark/checkbox/checkbox.material.css.d.ts} +0 -0
- /package/components/{icon/light/icon.indigo.css.d.ts → checkbox/themes/dark/switch/switch.bootstrap.css.d.ts} +0 -0
- /package/components/{icon/light/icon.material.css.d.ts → checkbox/themes/dark/switch/switch.fluent.css.d.ts} +0 -0
- /package/components/{input/themes/dark/input.dark.bootstrap.css.d.ts → checkbox/themes/dark/switch/switch.indigo.css.d.ts} +0 -0
- /package/components/{input/themes/dark/input.dark.fluent.css.d.ts → checkbox/themes/dark/switch/switch.material.css.d.ts} +0 -0
- /package/components/{input/themes/dark/input.dark.indigo.css.d.ts → checkbox/themes/light/checkbox/checkbox.bootstrap.css.d.ts} +0 -0
- /package/components/{input/themes/dark/input.dark.material.css.d.ts → checkbox/themes/light/checkbox/checkbox.fluent.css.d.ts} +0 -0
- /package/components/{input/themes/light/input.base.css.d.ts → checkbox/themes/light/checkbox/checkbox.indigo.css.d.ts} +0 -0
- /package/components/{list/themes/dark/list-header.bootstrap.css.d.ts → checkbox/themes/light/checkbox/checkbox.material.css.d.ts} +0 -0
- /package/components/{list/themes/dark/list-header.indigo.css.d.ts → checkbox/themes/light/switch/switch.bootstrap.css.d.ts} +0 -0
- /package/components/{list/themes/dark/list-item.bootstrap.css.d.ts → checkbox/themes/light/switch/switch.fluent.css.d.ts} +0 -0
- /package/components/{list/themes/dark/list-item.fluent.css.d.ts → checkbox/themes/light/switch/switch.indigo.css.d.ts} +0 -0
- /package/components/{list/themes/dark/list-item.indigo.css.d.ts → checkbox/themes/light/switch/switch.material.css.d.ts} +0 -0
- /package/components/{list/themes/dark/list-item.material.css.d.ts → checkbox/themes/shared/checkbox/checkbox.bootstrap.css.d.ts} +0 -0
- /package/components/{list/themes/dark/list.bootstrap.css.d.ts → checkbox/themes/shared/checkbox/checkbox.fluent.css.d.ts} +0 -0
- /package/components/{list/themes/dark/list.fluent.css.d.ts → checkbox/themes/shared/checkbox/checkbox.indigo.css.d.ts} +0 -0
- /package/components/{list/themes/dark/list.indigo.css.d.ts → checkbox/themes/shared/checkbox/checkbox.material.css.d.ts} +0 -0
- /package/components/{list/themes/light/list-header.base.css.d.ts → checkbox/themes/shared/switch/switch.bootstrap.css.d.ts} +0 -0
- /package/components/{list/themes/light/list-header.bootstrap.css.d.ts → checkbox/themes/shared/switch/switch.fluent.css.d.ts} +0 -0
- /package/components/{list/themes/light/list-header.indigo.css.d.ts → checkbox/themes/shared/switch/switch.indigo.css.d.ts} +0 -0
- /package/components/{list/themes/light/list-item.base.css.d.ts → checkbox/themes/shared/switch/switch.material.css.d.ts} +0 -0
- /package/components/{list/themes/light/list-item.bootstrap.css.d.ts → checkbox/themes/switch.base.css.d.ts} +0 -0
- /package/components/{list/themes/light/list-item.fluent.css.d.ts → chip/themes/chip.base.css.d.ts} +0 -0
- /package/components/{list/themes/light/list-item.indigo.css.d.ts → chip/themes/shared/chip.bootstrap.css.d.ts} +0 -0
- /package/components/{list/themes/light/list-item.material.css.d.ts → chip/themes/shared/chip.common.css.d.ts} +0 -0
- /package/components/{list/themes/light/list.base.css.d.ts → chip/themes/shared/chip.fluent.css.d.ts} +0 -0
- /package/components/{list/themes/light/list.bootstrap.css.d.ts → chip/themes/shared/chip.indigo.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/dark/nav-drawer.bootstrap.css.d.ts → combo/themes/combo-header.base.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/dark/nav-drawer.fluent.css.d.ts → combo/themes/combo-item.base.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/dark/nav-drawer.indigo.css.d.ts → combo/themes/combo.base.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/dark/nav-drawer.material.css.d.ts → combo/themes/shared/combo.bootstrap.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/header-item/nav-drawer-header-item.base.css.d.ts → combo/themes/shared/combo.fluent.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/header-item/nav-drawer-header-item.bootstrap.css.d.ts → combo/themes/shared/combo.indigo.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/header-item/nav-drawer-header-item.fluent.css.d.ts → combo/themes/shared/combo.material.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/header-item/nav-drawer-header-item.indigo.css.d.ts → dialog/themes/dialog.base.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/header-item/nav-drawer-header-item.material.css.d.ts → dialog/themes/shared/dialog.bootstrap.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/item/nav-drawer-item.base.css.d.ts → dialog/themes/shared/dialog.common.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/item/nav-drawer-item.bootstrap.css.d.ts → dialog/themes/shared/dialog.fluent.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/item/nav-drawer-item.fluent.css.d.ts → dialog/themes/shared/dialog.indigo.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/item/nav-drawer-item.indigo.css.d.ts → dropdown/themes/dropdown-group.base.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/item/nav-drawer-item.material.css.d.ts → dropdown/themes/dropdown-header.base.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/nav-drawer.base.css.d.ts → dropdown/themes/dropdown-item.base.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/nav-drawer.bootstrap.css.d.ts → dropdown/themes/dropdown.base.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/nav-drawer.fluent.css.d.ts → dropdown/themes/shared/dropdown.bootstrap.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/nav-drawer.indigo.css.d.ts → dropdown/themes/shared/dropdown.fluent.css.d.ts} +0 -0
- /package/components/{nav-drawer/themes/light/nav-drawer.material.css.d.ts → dropdown/themes/shared/dropdown.indigo.css.d.ts} +0 -0
- /package/components/{progress/themes/circular/circular.progress.bootstrap.css.d.ts → dropdown/themes/shared/dropdown.material.css.d.ts} +0 -0
- /package/components/{progress/themes/circular/circular.progress.fluent.css.d.ts → dropdown/themes/shared/group/dropdown-group.bootstrap.css.d.ts} +0 -0
- /package/components/{progress/themes/linear/linear.progress.bootstrap.css.d.ts → dropdown/themes/shared/group/dropdown-group.fluent.css.d.ts} +0 -0
- /package/components/{progress/themes/linear/linear.progress.fluent.css.d.ts → dropdown/themes/shared/group/dropdown-group.indigo.css.d.ts} +0 -0
- /package/components/{progress/themes/linear/linear.progress.indigo.css.d.ts → dropdown/themes/shared/group/dropdown-group.material.css.d.ts} +0 -0
- /package/components/{radio/themes/light/radio.base.css.d.ts → dropdown/themes/shared/header/dropdown-header.bootstrap.css.d.ts} +0 -0
- /package/components/{rating/dark/rating.fluent.css.d.ts → dropdown/themes/shared/header/dropdown-header.fluent.css.d.ts} +0 -0
- /package/components/{rating/rating-symbol.base.css.d.ts → dropdown/themes/shared/header/dropdown-header.indigo.css.d.ts} +0 -0
- /package/components/{rating/rating.base.css.d.ts → dropdown/themes/shared/header/dropdown-header.material.css.d.ts} +0 -0
- /package/components/{rating/rating.bootstrap.css.d.ts → dropdown/themes/shared/item/dropdown-item.bootstrap.css.d.ts} +0 -0
- /package/components/{rating/rating.fluent.css.d.ts → dropdown/themes/shared/item/dropdown-item.fluent.css.d.ts} +0 -0
- /package/components/{rating/rating.indigo.css.d.ts → dropdown/themes/shared/item/dropdown-item.indigo.css.d.ts} +0 -0
- /package/components/{select/themes/light/select.base.css.d.ts → dropdown/themes/shared/item/dropdown-item.material.css.d.ts} +0 -0
- /package/components/{slider/themes/light/slider.base.css.d.ts → expansion-panel/themes/expansion-panel.base.css.d.ts} +0 -0
- /package/components/{snackbar/themes/light/snackbar.base.css.d.ts → expansion-panel/themes/shared/expansion-panel.bootstrap.css.d.ts} +0 -0
- /package/components/{stepper/themes/step/light/step.base.css.d.ts → expansion-panel/themes/shared/expansion-panel.common.css.d.ts} +0 -0
- /package/components/{tabs/themes/light/tab-panel.base.css.d.ts → expansion-panel/themes/shared/expansion-panel.fluent.css.d.ts} +0 -0
- /package/components/{tabs/themes/light/tab.base.css.d.ts → expansion-panel/themes/shared/expansion-panel.indigo.css.d.ts} +0 -0
- /package/components/{tabs/themes/light/tabs.base.css.d.ts → icon/themes/dark/icon.bootstrap.css.d.ts} +0 -0
- /package/components/{tabs/themes/light/tabs.bootstrap.css.d.ts → icon/themes/dark/icon.fluent.css.d.ts} +0 -0
- /package/components/{tabs/themes/light/tabs.fluent.css.d.ts → icon/themes/dark/icon.indigo.css.d.ts} +0 -0
- /package/components/{tabs/themes/light/tabs.indigo.css.d.ts → icon/themes/dark/icon.material.css.d.ts} +0 -0
- /package/components/{tabs/themes/light/tabs.material.css.d.ts → icon/themes/icon.base.css.d.ts} +0 -0
- /package/components/{textarea/themes/light/textarea.base.css.d.ts → icon/themes/light/icon.bootstrap.css.d.ts} +0 -0
- /package/components/{toast/themes/light/toast.base.css.d.ts → icon/themes/light/icon.fluent.css.d.ts} +0 -0
- /package/components/{tree/themes/dark/tree-item.bootstrap.css.d.ts → icon/themes/light/icon.indigo.css.d.ts} +0 -0
- /package/components/{tree/themes/dark/tree-item.fluent.css.d.ts → icon/themes/light/icon.material.css.d.ts} +0 -0
- /package/components/{tree/themes/dark/tree-item.indigo.css.d.ts → icon/themes/shared/icon.bootstrap.css.d.ts} +0 -0
- /package/components/{tree/themes/dark/tree-item.material.css.d.ts → icon/themes/shared/icon.common.css.d.ts} +0 -0
- /package/components/{tree/themes/light/tree-item.base.css.d.ts → icon/themes/shared/icon.fluent.css.d.ts} +0 -0
- /package/components/{tree/themes/light/tree-item.bootstrap.css.d.ts → icon/themes/shared/icon.indigo.css.d.ts} +0 -0
- /package/components/{tree/themes/light/tree-item.fluent.css.d.ts → input/themes/dark/input.bootstrap.css.d.ts} +0 -0
- /package/components/{tree/themes/light/tree-item.indigo.css.d.ts → input/themes/dark/input.fluent.css.d.ts} +0 -0
- /package/components/{tree/themes/light/tree-item.material.css.d.ts → input/themes/dark/input.indigo.css.d.ts} +0 -0
- /package/components/{tree/themes/light/tree.base.css.d.ts → input/themes/dark/input.material.css.d.ts} +0 -0
|
@@ -1,3140 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 1,
|
|
3
|
-
"tags": [
|
|
4
|
-
{
|
|
5
|
-
"name": "igc-accordion",
|
|
6
|
-
"description": "The Accordion is a container-based component that can house multiple expansion panels\nand offers keyboard navigation.\n\nSlots:\n\n * ` ` {} - Renders the expansion panels inside default slot.\n\nAttributes:\n\n * `single-expand` {`boolean`} - Allows only one panel to be expanded at a time.\n\nProperties:\n\n * `tagName` {`\"igc-accordion\"`} - \n\n * `styles` - \n\n * `_enabledPanels` {`IgcExpansionPanelComponent[]`} - \n\n * `singleExpand` {`boolean`} - Allows only one panel to be expanded at a time.\n\n * `panels` {`IgcExpansionPanelComponent[]`} - Returns all of the accordions's direct igc-expansion-panel children.\n\n * `handleKeydown` - ",
|
|
7
|
-
"attributes": [
|
|
8
|
-
{
|
|
9
|
-
"name": "single-expand",
|
|
10
|
-
"description": "`single-expand` {`boolean`} - Allows only one panel to be expanded at a time.\n\nProperty: singleExpand\n\nDefault: false",
|
|
11
|
-
"valueSet": "v"
|
|
12
|
-
}
|
|
13
|
-
]
|
|
14
|
-
},
|
|
15
|
-
{
|
|
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; }`} - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
18
|
-
"attributes": [
|
|
19
|
-
{
|
|
20
|
-
"name": "src",
|
|
21
|
-
"description": "`src` {`string`} - The image source to use.\n\nProperty: src"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"name": "alt",
|
|
25
|
-
"description": "`alt` {`string`} - Alternative text for the image.\n\nProperty: alt"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "initials",
|
|
29
|
-
"description": "`initials` {`string`} - Initials to use as a fallback when no image is available.\n\nProperty: initials"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "shape",
|
|
33
|
-
"description": "`shape` {`\"circle\" | \"rounded\" | \"square\"`} - The shape of the avatar.\n\nProperty: shape\n\nDefault: square",
|
|
34
|
-
"values": [
|
|
35
|
-
{
|
|
36
|
-
"name": "circle"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "rounded"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"name": "square"
|
|
43
|
-
}
|
|
44
|
-
]
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "size",
|
|
48
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: small"
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "igc-badge",
|
|
54
|
-
"description": "The badge is a component indicating a status on a related item or an area\nwhere some active indication is required.\n\nSlots:\n\n * ` ` {} - Default slot for the badge.\n\nAttributes:\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The type of badge.\n\n * `outlined` {`boolean`} - Sets whether to draw an outlined version of the badge.\n\n * `shape` {`\"rounded\" | \"square\"`} - The shape of the badge.\n\nProperties:\n\n * `tagName` {`\"igc-badge\"`} - \n\n * `styles` - \n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The type of badge.\n\n * `outlined` {`boolean`} - Sets whether to draw an outlined version of the badge.\n\n * `shape` {`\"rounded\" | \"square\"`} - The shape of the badge.",
|
|
55
|
-
"attributes": [
|
|
56
|
-
{
|
|
57
|
-
"name": "variant",
|
|
58
|
-
"description": "`variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The type of badge.\n\nProperty: variant\n\nDefault: primary",
|
|
59
|
-
"values": [
|
|
60
|
-
{
|
|
61
|
-
"name": "primary"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "info"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "success"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "warning"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "danger"
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"name": "outlined",
|
|
79
|
-
"description": "`outlined` {`boolean`} - Sets whether to draw an outlined version of the badge.\n\nProperty: outlined\n\nDefault: false",
|
|
80
|
-
"valueSet": "v"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "shape",
|
|
84
|
-
"description": "`shape` {`\"rounded\" | \"square\"`} - The shape of the badge.\n\nProperty: shape\n\nDefault: rounded",
|
|
85
|
-
"values": [
|
|
86
|
-
{
|
|
87
|
-
"name": "rounded"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"name": "square"
|
|
91
|
-
}
|
|
92
|
-
]
|
|
93
|
-
}
|
|
94
|
-
]
|
|
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
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"name": "igc-button",
|
|
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.",
|
|
169
|
-
"attributes": [
|
|
170
|
-
{
|
|
171
|
-
"name": "variant",
|
|
172
|
-
"description": "`variant` {`\"flat\" | \"contained\" | \"outlined\" | \"fab\"`} - Sets the variant of the button.\n\nProperty: variant\n\nDefault: contained",
|
|
173
|
-
"values": [
|
|
174
|
-
{
|
|
175
|
-
"name": "flat"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "contained"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"name": "outlined"
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"name": "fab"
|
|
185
|
-
}
|
|
186
|
-
]
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"name": "type",
|
|
190
|
-
"description": "`type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\nProperty: type",
|
|
191
|
-
"values": [
|
|
192
|
-
{
|
|
193
|
-
"name": "button"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"name": "reset"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"name": "submit"
|
|
200
|
-
}
|
|
201
|
-
]
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"name": "href",
|
|
205
|
-
"description": "`href` {`string`} - The URL the button points to.\n\nProperty: href"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"name": "download",
|
|
209
|
-
"description": "`download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\nProperty: download"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"name": "target",
|
|
213
|
-
"description": "`target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\nProperty: target",
|
|
214
|
-
"values": [
|
|
215
|
-
{
|
|
216
|
-
"name": "_blank"
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"name": "_parent"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"name": "_self"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"name": "_top"
|
|
226
|
-
}
|
|
227
|
-
]
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"name": "rel",
|
|
231
|
-
"description": "`rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\nProperty: rel"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"name": "disabled",
|
|
235
|
-
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
236
|
-
"valueSet": "v"
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"name": "size",
|
|
240
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"name": "onigcFocus",
|
|
244
|
-
"description": "`igcFocus` {} - Emitted when the button gains focus."
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"name": "onigcBlur",
|
|
248
|
-
"description": "`igcBlur` {} - Emitted when the button loses focus."
|
|
249
|
-
}
|
|
250
|
-
]
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"name": "igc-icon-button",
|
|
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.",
|
|
255
|
-
"attributes": [
|
|
256
|
-
{
|
|
257
|
-
"name": "name",
|
|
258
|
-
"description": "`name` {`string`} - The name of the icon.\n\nProperty: name"
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"name": "collection",
|
|
262
|
-
"description": "`collection` {`string`} - The name of the icon collection.\n\nProperty: collection"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"name": "mirrored",
|
|
266
|
-
"description": "`mirrored` {`boolean`} - Whether to flip the icon button. Useful for RTL layouts.\n\nProperty: mirrored\n\nDefault: false",
|
|
267
|
-
"valueSet": "v"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"name": "variant",
|
|
271
|
-
"description": "`variant` {`\"flat\" | \"contained\" | \"outlined\"`} - The visual variant of the icon button.\n\nProperty: variant\n\nDefault: contained",
|
|
272
|
-
"values": [
|
|
273
|
-
{
|
|
274
|
-
"name": "flat"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"name": "contained"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"name": "outlined"
|
|
281
|
-
}
|
|
282
|
-
]
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"name": "type",
|
|
286
|
-
"description": "`type` {`\"button\" | \"reset\" | \"submit\"`} - The type of the button. Defaults to undefined.\n\nProperty: type",
|
|
287
|
-
"values": [
|
|
288
|
-
{
|
|
289
|
-
"name": "button"
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"name": "reset"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"name": "submit"
|
|
296
|
-
}
|
|
297
|
-
]
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"name": "href",
|
|
301
|
-
"description": "`href` {`string`} - The URL the button points to.\n\nProperty: href"
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"name": "download",
|
|
305
|
-
"description": "`download` {`string`} - Prompts to save the linked URL instead of navigating to it.\n\nProperty: download"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"name": "target",
|
|
309
|
-
"description": "`target` {`\"_blank\" | \"_parent\" | \"_self\" | \"_top\" | undefined`} - Where to display the linked URL, as the name for a browsing context.\n\nProperty: target",
|
|
310
|
-
"values": [
|
|
311
|
-
{
|
|
312
|
-
"name": "_blank"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"name": "_parent"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"name": "_self"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"name": "_top"
|
|
322
|
-
}
|
|
323
|
-
]
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"name": "rel",
|
|
327
|
-
"description": "`rel` {`string`} - The relationship of the linked URL.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types\n\nProperty: rel"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"name": "disabled",
|
|
331
|
-
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
332
|
-
"valueSet": "v"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"name": "size",
|
|
336
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
337
|
-
"values": [
|
|
338
|
-
{
|
|
339
|
-
"name": "small"
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"name": "medium"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"name": "large"
|
|
346
|
-
}
|
|
347
|
-
]
|
|
348
|
-
}
|
|
349
|
-
]
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"name": "igc-calendar",
|
|
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.",
|
|
354
|
-
"attributes": [
|
|
355
|
-
{
|
|
356
|
-
"name": "hide-outside-days",
|
|
357
|
-
"description": "`hide-outside-days` {`boolean`} - Controls the visibility of the dates that do not belong to the current month.\n\nProperty: hideOutsideDays\n\nDefault: false",
|
|
358
|
-
"valueSet": "v"
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
"name": "hide-header",
|
|
362
|
-
"description": "`hide-header` {`boolean`} - Determines whether the calendar hides its header. Even if set to false, the header is not displayed for `multiple` selection.\n\nProperty: hideHeader\n\nDefault: false",
|
|
363
|
-
"valueSet": "v"
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
"name": "header-orientation",
|
|
367
|
-
"description": "`header-orientation` {`\"horizontal\" | \"vertical\"`} - The orientation of the header.\n\nProperty: headerOrientation\n\nDefault: horizontal",
|
|
368
|
-
"values": [
|
|
369
|
-
{
|
|
370
|
-
"name": "horizontal"
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"name": "vertical"
|
|
374
|
-
}
|
|
375
|
-
]
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"name": "orientation",
|
|
379
|
-
"description": "`orientation` {`\"horizontal\" | \"vertical\"`} - The orientation of the multiple months displayed in days view.\n\nProperty: orientation\n\nDefault: horizontal",
|
|
380
|
-
"values": [
|
|
381
|
-
{
|
|
382
|
-
"name": "horizontal"
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"name": "vertical"
|
|
386
|
-
}
|
|
387
|
-
]
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"name": "visible-months",
|
|
391
|
-
"description": "`visible-months` {`number`} - The number of months displayed in days view.\n\nProperty: visibleMonths\n\nDefault: 1"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"name": "active-view",
|
|
395
|
-
"description": "`active-view` {`\"days\" | \"months\" | \"years\"`} - The active view.\n\nProperty: activeView\n\nDefault: days",
|
|
396
|
-
"values": [
|
|
397
|
-
{
|
|
398
|
-
"name": "days"
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"name": "months"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"name": "years"
|
|
405
|
-
}
|
|
406
|
-
]
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"name": "size",
|
|
410
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
411
|
-
"values": [
|
|
412
|
-
{
|
|
413
|
-
"name": "small"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"name": "medium"
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"name": "large"
|
|
420
|
-
}
|
|
421
|
-
]
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"name": "value",
|
|
425
|
-
"description": "`value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\nProperty: value",
|
|
426
|
-
"values": []
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"name": "values",
|
|
430
|
-
"description": "`values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\nProperty: values",
|
|
431
|
-
"values": []
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"name": "selection",
|
|
435
|
-
"description": "`selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\nProperty: selection\n\nDefault: single",
|
|
436
|
-
"values": [
|
|
437
|
-
{
|
|
438
|
-
"name": "single"
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"name": "multiple"
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"name": "range"
|
|
445
|
-
}
|
|
446
|
-
]
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"name": "show-week-numbers",
|
|
450
|
-
"description": "`show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\nProperty: showWeekNumbers\n\nDefault: false",
|
|
451
|
-
"valueSet": "v"
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"name": "week-start",
|
|
455
|
-
"description": "`week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\nProperty: weekStart\n\nDefault: sunday",
|
|
456
|
-
"values": [
|
|
457
|
-
{
|
|
458
|
-
"name": "sunday"
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"name": "monday"
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"name": "tuesday"
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"name": "wednesday"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"name": "thursday"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"name": "friday"
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"name": "saturday"
|
|
477
|
-
}
|
|
478
|
-
]
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"name": "active-date",
|
|
482
|
-
"description": "`active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\nProperty: activeDate"
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"name": "locale",
|
|
486
|
-
"description": "`locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperty: locale\n\nDefault: en"
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"name": "onigcChange",
|
|
490
|
-
"description": "`igcChange` {} - Emitted when calendar changes its value."
|
|
491
|
-
}
|
|
492
|
-
]
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"name": "igc-days-view",
|
|
496
|
-
"description": "Instantiate a days view as a separate component in the calendar.\n\nEvents:\n\n * `igcActiveDateChange` {} - Emitted when the active date changes.\n\n * `igcRangePreviewDateChange` {} - Emitted when the range preview date changes.\n\nAttributes:\n\n * `hide-leading-days` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\n * `hide-trailing-days` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\n * `active` {`boolean`} - Gets/sets the active state of the days view.\n\n * `week-day-format` {`\"long\" | \"short\" | \"narrow\" | undefined`} - The format of the days. Defaults to narrow.\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-days-view\"`} - \n\n * `styles` - \n\n * `labelFormatter` {`DateTimeFormat`} - \n\n * `formatterWeekday` {`DateTimeFormat`} - \n\n * `dates` {`ICalendarDate[][]`} - \n\n * `activeDay` {`HTMLElement`} - \n\n * `hideLeadingDays` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\n * `hideTrailingDays` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\n * `active` {`boolean`} - Gets/sets the active state of the days view.\n\n * `rangePreviewDate` {`Date | undefined`} - The range preview date.\n\n * `weekDayFormat` {`\"long\" | \"short\" | \"narrow\" | undefined`} - The format of the days. Defaults to narrow.\n\n * `resourceStrings` {`IgcCalendarResourceStrings`} - The resource strings.\n\n * `isSingleSelection` {`boolean`} - \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.",
|
|
497
|
-
"attributes": [
|
|
498
|
-
{
|
|
499
|
-
"name": "hide-leading-days",
|
|
500
|
-
"description": "`hide-leading-days` {`boolean`} - Controls the visibility of the leading dates that do not belong to the current month.\n\nProperty: hideLeadingDays\n\nDefault: false",
|
|
501
|
-
"valueSet": "v"
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"name": "hide-trailing-days",
|
|
505
|
-
"description": "`hide-trailing-days` {`boolean`} - Controls the visibility of the trailing dates that do not belong to the current month.\n\nProperty: hideTrailingDays\n\nDefault: false",
|
|
506
|
-
"valueSet": "v"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"name": "active",
|
|
510
|
-
"description": "`active` {`boolean`} - Gets/sets the active state of the days view.\n\nProperty: active\n\nDefault: false",
|
|
511
|
-
"valueSet": "v"
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"name": "week-day-format",
|
|
515
|
-
"description": "`week-day-format` {`\"long\" | \"short\" | \"narrow\" | undefined`} - The format of the days. Defaults to narrow.\n\nProperty: weekDayFormat\n\nDefault: narrow",
|
|
516
|
-
"values": [
|
|
517
|
-
{
|
|
518
|
-
"name": "long"
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"name": "short"
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
"name": "narrow"
|
|
525
|
-
}
|
|
526
|
-
]
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"name": "value",
|
|
530
|
-
"description": "`value` {`Date | undefined`} - The current value of the calendar.\nUsed when selection is set to single.\n\nProperty: value",
|
|
531
|
-
"values": []
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"name": "values",
|
|
535
|
-
"description": "`values` {`Date[] | undefined`} - The current values of the calendar.\nUsed when selection is set to multiple or range.\n\nProperty: values",
|
|
536
|
-
"values": []
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"name": "selection",
|
|
540
|
-
"description": "`selection` {`\"single\" | \"multiple\" | \"range\"`} - Sets the type of date selection.\n\nProperty: selection\n\nDefault: single",
|
|
541
|
-
"values": [
|
|
542
|
-
{
|
|
543
|
-
"name": "single"
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"name": "multiple"
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"name": "range"
|
|
550
|
-
}
|
|
551
|
-
]
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"name": "show-week-numbers",
|
|
555
|
-
"description": "`show-week-numbers` {`boolean`} - Show/hide the week numbers.\n\nProperty: showWeekNumbers\n\nDefault: false",
|
|
556
|
-
"valueSet": "v"
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"name": "week-start",
|
|
560
|
-
"description": "`week-start` {`\"sunday\" | \"monday\" | \"tuesday\" | \"wednesday\" | \"thursday\" | \"friday\" | \"saturday\"`} - Sets the start day of the week.\n\nProperty: weekStart\n\nDefault: sunday",
|
|
561
|
-
"values": [
|
|
562
|
-
{
|
|
563
|
-
"name": "sunday"
|
|
564
|
-
},
|
|
565
|
-
{
|
|
566
|
-
"name": "monday"
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"name": "tuesday"
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"name": "wednesday"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"name": "thursday"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"name": "friday"
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"name": "saturday"
|
|
582
|
-
}
|
|
583
|
-
]
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"name": "active-date",
|
|
587
|
-
"description": "`active-date` {`Date`} - Sets the date which is shown in view and is highlighted. By default it is the current date.\n\nProperty: activeDate"
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"name": "locale",
|
|
591
|
-
"description": "`locale` {`string`} - Sets the locale used for formatting and displaying the dates in the calendar.\n\nProperty: locale\n\nDefault: en"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"name": "onigcActiveDateChange",
|
|
595
|
-
"description": "`igcActiveDateChange` {} - Emitted when the active date changes."
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"name": "onigcRangePreviewDateChange",
|
|
599
|
-
"description": "`igcRangePreviewDateChange` {} - Emitted when the range preview date changes."
|
|
600
|
-
}
|
|
601
|
-
]
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"name": "igc-months-view",
|
|
605
|
-
"description": "Instantiate a months view as a separate component in the calendar.\n\nAttributes:\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates.\n\n * `month-format` {`\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\" | undefined`} - The format of the month. Defaults to long.\n\nProperties:\n\n * `tagName` {`\"igc-months-view\"`} - \n\n * `styles` - \n\n * `calendarModel` - \n\n * `monthFormatter` - \n\n * `activeMonth` {`HTMLElement`} - \n\n * `value` {`Date`} - Тhe current value of the calendar.\n\n * `locale` {`string`} - Sets the locale used for formatting and displaying the dates.\n\n * `monthFormat` {`\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\" | undefined`} - The format of the month. Defaults to long.\n\n * `months` {`Date[][]`} - ",
|
|
606
|
-
"attributes": [
|
|
607
|
-
{
|
|
608
|
-
"name": "locale",
|
|
609
|
-
"description": "`locale` {`string`} - Sets the locale used for formatting and displaying the dates.\n\nProperty: locale\n\nDefault: en"
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"name": "month-format",
|
|
613
|
-
"description": "`month-format` {`\"long\" | \"short\" | \"narrow\" | \"numeric\" | \"2-digit\" | undefined`} - The format of the month. Defaults to long.\n\nProperty: monthFormat\n\nDefault: long",
|
|
614
|
-
"values": [
|
|
615
|
-
{
|
|
616
|
-
"name": "long"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"name": "short"
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"name": "narrow"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"name": "numeric"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"name": "2-digit"
|
|
629
|
-
}
|
|
630
|
-
]
|
|
631
|
-
}
|
|
632
|
-
]
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"name": "igc-years-view",
|
|
636
|
-
"description": "Instantiate a years view as a separate component in the calendar.\n\nAttributes:\n\n * `years-per-page` {`number`} - Sets how many years are displayed on a single page.\n\nProperties:\n\n * `tagName` {`\"igc-years-view\"`} - \n\n * `styles` - \n\n * `years` {`Date[][]`} - \n\n * `activeYear` {`HTMLElement`} - \n\n * `value` {`Date`} - Тhe current value of the calendar.\n\n * `yearsPerPage` {`number`} - Sets how many years are displayed on a single page.",
|
|
637
|
-
"attributes": [
|
|
638
|
-
{
|
|
639
|
-
"name": "years-per-page",
|
|
640
|
-
"description": "`years-per-page` {`number`} - Sets how many years are displayed on a single page.\n\nProperty: yearsPerPage\n\nDefault: 15"
|
|
641
|
-
}
|
|
642
|
-
]
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"name": "igc-card-actions",
|
|
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.",
|
|
647
|
-
"attributes": [
|
|
648
|
-
{
|
|
649
|
-
"name": "orientation",
|
|
650
|
-
"description": "`orientation` {`\"horizontal\" | \"vertical\"`} - The orientation of the actions.\n\nProperty: orientation\n\nDefault: horizontal",
|
|
651
|
-
"values": [
|
|
652
|
-
{
|
|
653
|
-
"name": "horizontal"
|
|
654
|
-
},
|
|
655
|
-
{
|
|
656
|
-
"name": "vertical"
|
|
657
|
-
}
|
|
658
|
-
]
|
|
659
|
-
}
|
|
660
|
-
]
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"name": "igc-card-content",
|
|
664
|
-
"description": "A container for card's text content\n\nSlots:\n\n * ` ` {} - Renders the card text content\n\nProperties:\n\n * `tagName` {`\"igc-card-content\"`} - \n\n * `styles` - ",
|
|
665
|
-
"attributes": []
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"name": "igc-card-header",
|
|
669
|
-
"description": "A container for card's header\n\nSlots:\n\n * `thumbnail` {} - Renders header media like icon\n\n * `title` {} - Renders the card title\n\n * `subtitle` {} - Renders the card subtitle\n\n * ` ` {} - Renders content next to the card title\n\nProperties:\n\n * `tagName` {`\"igc-card-header\"`} - \n\n * `styles` - ",
|
|
670
|
-
"attributes": []
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "igc-card-media",
|
|
674
|
-
"description": "A container for card's media - could be an image, gif, video\n\nSlots:\n\n * ` ` {} - Renders the card media content\n\nProperties:\n\n * `tagName` {`\"igc-card-media\"`} - \n\n * `styles` - ",
|
|
675
|
-
"attributes": []
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"name": "igc-card",
|
|
679
|
-
"description": "A container which wraps different elements related to a single subject\n\nSlots:\n\n * ` ` {} - Renders card content\n\nAttributes:\n\n * `elevated` {`boolean`} - Sets card elevated style, otherwise card looks outlined.\n\nProperties:\n\n * `tagName` {`\"igc-card\"`} - \n\n * `styles` - \n\n * `elevated` {`boolean`} - Sets card elevated style, otherwise card looks outlined.",
|
|
680
|
-
"attributes": [
|
|
681
|
-
{
|
|
682
|
-
"name": "elevated",
|
|
683
|
-
"description": "`elevated` {`boolean`} - Sets card elevated style, otherwise card looks outlined.\n\nProperty: elevated\n\nDefault: false",
|
|
684
|
-
"valueSet": "v"
|
|
685
|
-
}
|
|
686
|
-
]
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
"name": "igc-checkbox",
|
|
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` - ",
|
|
691
|
-
"attributes": [
|
|
692
|
-
{
|
|
693
|
-
"name": "indeterminate",
|
|
694
|
-
"description": "`indeterminate` {`boolean`} - Draws the checkbox in indeterminate state.\n\nProperty: indeterminate\n\nDefault: false",
|
|
695
|
-
"valueSet": "v"
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"name": "value",
|
|
699
|
-
"description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value"
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"name": "checked",
|
|
703
|
-
"description": "`checked` {`boolean`} - The checked state of the control.\n\nProperty: checked\n\nDefault: false",
|
|
704
|
-
"valueSet": "v"
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
"name": "label-position",
|
|
708
|
-
"description": "`label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\nProperty: labelPosition\n\nDefault: after",
|
|
709
|
-
"values": [
|
|
710
|
-
{
|
|
711
|
-
"name": "before"
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"name": "after"
|
|
715
|
-
}
|
|
716
|
-
]
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"name": "required",
|
|
720
|
-
"description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
|
|
721
|
-
"valueSet": "v"
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"name": "name",
|
|
725
|
-
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"name": "disabled",
|
|
729
|
-
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
730
|
-
"valueSet": "v"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"name": "invalid",
|
|
734
|
-
"description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
735
|
-
"valueSet": "v"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"name": "onigcChange",
|
|
739
|
-
"description": "`igcChange` {} - Emitted when the control's checked state changes."
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"name": "onigcFocus",
|
|
743
|
-
"description": "`igcFocus` {} - Emitted when the control gains focus."
|
|
744
|
-
},
|
|
745
|
-
{
|
|
746
|
-
"name": "onigcBlur",
|
|
747
|
-
"description": "`igcBlur` {} - Emitted when the control loses focus."
|
|
748
|
-
}
|
|
749
|
-
]
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"name": "igc-switch",
|
|
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` - ",
|
|
754
|
-
"attributes": [
|
|
755
|
-
{
|
|
756
|
-
"name": "value",
|
|
757
|
-
"description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value"
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"name": "checked",
|
|
761
|
-
"description": "`checked` {`boolean`} - The checked state of the control.\n\nProperty: checked\n\nDefault: false",
|
|
762
|
-
"valueSet": "v"
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"name": "label-position",
|
|
766
|
-
"description": "`label-position` {`\"before\" | \"after\"`} - The label position of the control.\n\nProperty: labelPosition\n\nDefault: after",
|
|
767
|
-
"values": [
|
|
768
|
-
{
|
|
769
|
-
"name": "before"
|
|
770
|
-
},
|
|
771
|
-
{
|
|
772
|
-
"name": "after"
|
|
773
|
-
}
|
|
774
|
-
]
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"name": "required",
|
|
778
|
-
"description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
|
|
779
|
-
"valueSet": "v"
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"name": "name",
|
|
783
|
-
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"name": "disabled",
|
|
787
|
-
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
788
|
-
"valueSet": "v"
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"name": "invalid",
|
|
792
|
-
"description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
793
|
-
"valueSet": "v"
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"name": "onigcChange",
|
|
797
|
-
"description": "`igcChange` {} - Emitted when the control's checked state changes."
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"name": "onigcFocus",
|
|
801
|
-
"description": "`igcFocus` {} - Emitted when the control gains focus."
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"name": "onigcBlur",
|
|
805
|
-
"description": "`igcBlur` {} - Emitted when the control loses focus."
|
|
806
|
-
}
|
|
807
|
-
]
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"name": "igc-chip",
|
|
811
|
-
"description": "Chips help people enter information, make selections, filter content, or trigger actions.\n\nEvents:\n\n * `igcRemove` {} - Emits an event when the chip component is removed. Returns the removed chip component.\n\n * `igcSelect` {} - Emits event when the chip component is selected/deselected and any related animations and transitions also end.\n\nSlots:\n\n * ` ` {} - Renders the chip data.\n\n * `prefix` {} - Renders content before the data of the chip.\n\n * `suffix` {} - Renders content after the data of the chip.\n\nAttributes:\n\n * `disabled` {`boolean`} - Sets the disabled state for the chip.\n\n * `removable` {`boolean`} - Defines if the chip is removable or not.\n\n * `selectable` {`boolean`} - Defines if the chip is selectable or not.\n\n * `selected` {`boolean`} - Defines if the chip is selected or not.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - A property that sets the color variant of the chip component.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-chip\"`} - \n\n * `styles` - \n\n * `disabled` {`boolean`} - Sets the disabled state for the chip.\n\n * `removable` {`boolean`} - Defines if the chip is removable or not.\n\n * `selectable` {`boolean`} - Defines if the chip is selectable or not.\n\n * `selected` {`boolean`} - Defines if the chip is selected or not.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - A property that sets the color variant of the chip component.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
812
|
-
"attributes": [
|
|
813
|
-
{
|
|
814
|
-
"name": "disabled",
|
|
815
|
-
"description": "`disabled` {`boolean`} - Sets the disabled state for the chip.\n\nProperty: disabled\n\nDefault: false",
|
|
816
|
-
"valueSet": "v"
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"name": "removable",
|
|
820
|
-
"description": "`removable` {`boolean`} - Defines if the chip is removable or not.\n\nProperty: removable\n\nDefault: false",
|
|
821
|
-
"valueSet": "v"
|
|
822
|
-
},
|
|
823
|
-
{
|
|
824
|
-
"name": "selectable",
|
|
825
|
-
"description": "`selectable` {`boolean`} - Defines if the chip is selectable or not.\n\nProperty: selectable\n\nDefault: false",
|
|
826
|
-
"valueSet": "v"
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"name": "selected",
|
|
830
|
-
"description": "`selected` {`boolean`} - Defines if the chip is selected or not.\n\nProperty: selected\n\nDefault: false",
|
|
831
|
-
"valueSet": "v"
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
"name": "variant",
|
|
835
|
-
"description": "`variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - A property that sets the color variant of the chip component.\n\nProperty: variant",
|
|
836
|
-
"values": [
|
|
837
|
-
{
|
|
838
|
-
"name": "primary"
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"name": "info"
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"name": "success"
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"name": "warning"
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"name": "danger"
|
|
851
|
-
}
|
|
852
|
-
]
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
"name": "size",
|
|
856
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"name": "onigcRemove",
|
|
860
|
-
"description": "`igcRemove` {} - Emits an event when the chip component is removed. Returns the removed chip component."
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"name": "onigcSelect",
|
|
864
|
-
"description": "`igcSelect` {} - Emits event when the chip component is selected/deselected and any related animations and transitions also end."
|
|
865
|
-
}
|
|
866
|
-
]
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"name": "igc-combo-header",
|
|
870
|
-
"description": "Properties:\n\n * `tagName` {`string`} - \n\n * `styles` - ",
|
|
871
|
-
"attributes": []
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"name": "igc-combo-item",
|
|
875
|
-
"description": "Attributes:\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `hide-checkbox` {`boolean`} - Determines whether the item is active.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` - \n\n * `index` {`number`} - \n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `hideCheckbox` {`boolean`} - Determines whether the item is active.",
|
|
876
|
-
"attributes": [
|
|
877
|
-
{
|
|
878
|
-
"name": "selected",
|
|
879
|
-
"description": "`selected` {`boolean`} - Determines whether the item is selected.\n\nProperty: selected\n\nDefault: false",
|
|
880
|
-
"valueSet": "v"
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"name": "active",
|
|
884
|
-
"description": "`active` {`boolean`} - Determines whether the item is active.\n\nProperty: active\n\nDefault: false",
|
|
885
|
-
"valueSet": "v"
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"name": "hide-checkbox",
|
|
889
|
-
"description": "`hide-checkbox` {`boolean`} - Determines whether the item is active.\n\nProperty: hideCheckbox\n\nDefault: false",
|
|
890
|
-
"valueSet": "v"
|
|
891
|
-
}
|
|
892
|
-
]
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"name": "igc-combo-list",
|
|
896
|
-
"description": "Properties:\n\n * `tagName` {`\"igc-combo-list\"`} - \n\n * `items` {`T[]`} - \n\n * `renderItem` - \n\n * `keyFunction` - \n\n * `layout` {`LayoutConfigValue`} - \n\n * `scroller` {`boolean`} - \n\n * `layoutComplete` {`Promise<void> | undefined`} - ",
|
|
897
|
-
"attributes": []
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"name": "igc-combo",
|
|
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` - ",
|
|
902
|
-
"attributes": [
|
|
903
|
-
{
|
|
904
|
-
"name": "outlined",
|
|
905
|
-
"description": "`outlined` {`boolean`} - The outlined attribute of the control.\n\nProperty: outlined\n\nDefault: false",
|
|
906
|
-
"valueSet": "v"
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"name": "single-select",
|
|
910
|
-
"description": "`single-select` {`boolean`} - Enables single selection mode and moves item filtering to the main input.\n\nProperty: singleSelect\n\nDefault: false",
|
|
911
|
-
"valueSet": "v"
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"name": "autofocus",
|
|
915
|
-
"description": "`autofocus` {`boolean`} - The autofocus attribute of the control.\n\nProperty: autofocus",
|
|
916
|
-
"valueSet": "v"
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"name": "autofocus-list",
|
|
920
|
-
"description": "`autofocus-list` {`boolean`} - Focuses the list of options when the menu opens.\n\nProperty: autofocusList\n\nDefault: false",
|
|
921
|
-
"valueSet": "v"
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"name": "label",
|
|
925
|
-
"description": "`label` {`string`} - The label attribute of the control.\n\nProperty: label"
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"name": "placeholder",
|
|
929
|
-
"description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"name": "placeholder-search",
|
|
933
|
-
"description": "`placeholder-search` {`string`} - The placeholder attribute of the search input.\n\nProperty: placeholderSearch\n\nDefault: Search"
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"name": "open",
|
|
937
|
-
"description": "`open` {`boolean`} - Sets the open state of the component.\n\nProperty: open\n\nDefault: false",
|
|
938
|
-
"valueSet": "v"
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"name": "flip",
|
|
942
|
-
"description": "`flip` {`boolean`} - \n\nProperty: flip\n\nDefault: true",
|
|
943
|
-
"valueSet": "v"
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"name": "value-key",
|
|
947
|
-
"description": "`value-key` - The key in the data source used when selecting items.\n\nProperty: valueKey",
|
|
948
|
-
"values": []
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
"name": "display-key",
|
|
952
|
-
"description": "`display-key` - The key in the data source used to display items in the list.\n\nProperty: displayKey\n\nDefault: valueKey",
|
|
953
|
-
"values": []
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"name": "group-key",
|
|
957
|
-
"description": "`group-key` - The key in the data source used to group items in the list.\n\nProperty: groupKey\n\nDefault: displayKey",
|
|
958
|
-
"values": []
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"name": "group-sorting",
|
|
962
|
-
"description": "`group-sorting` {\"asc\" | \"desc\"} - Sorts the items in each group by ascending or descending order.\n\nProperty: groupSorting\n\nDefault: asc",
|
|
963
|
-
"values": [
|
|
964
|
-
{
|
|
965
|
-
"name": "asc"
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
"name": "desc"
|
|
969
|
-
}
|
|
970
|
-
]
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"name": "filtering-options",
|
|
974
|
-
"description": "`filtering-options` {FilteringOptions<T>} - An object that configures the filtering of the combo.\n\nProperty: filteringOptions"
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
"name": "case-sensitive-icon",
|
|
978
|
-
"description": "`case-sensitive-icon` {`boolean`} - Enables the case sensitive search icon in the filtering input.\n\nProperty: caseSensitiveIcon\n\nDefault: false",
|
|
979
|
-
"valueSet": "v"
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"name": "disable-filtering",
|
|
983
|
-
"description": "`disable-filtering` {`boolean`} - Disables the filtering of the list of options.\n\nProperty: disableFiltering\n\nDefault: false",
|
|
984
|
-
"valueSet": "v"
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
"name": "value",
|
|
988
|
-
"description": "`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\nProperty: value"
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"name": "required",
|
|
992
|
-
"description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
|
|
993
|
-
"valueSet": "v"
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"name": "name",
|
|
997
|
-
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"name": "disabled",
|
|
1001
|
-
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
1002
|
-
"valueSet": "v"
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"name": "invalid",
|
|
1006
|
-
"description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
1007
|
-
"valueSet": "v"
|
|
1008
|
-
},
|
|
1009
|
-
{
|
|
1010
|
-
"name": "onigcFocus",
|
|
1011
|
-
"description": "`igcFocus` {} - Emitted when the select gains focus."
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"name": "onigcBlur",
|
|
1015
|
-
"description": "`igcBlur` {} - Emitted when the select loses focus."
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"name": "onigcChange",
|
|
1019
|
-
"description": "`igcChange` {} - Emitted when the control's selection has changed."
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
"name": "onigcOpening",
|
|
1023
|
-
"description": "`igcOpening` {} - Emitted just before the list of options is opened."
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"name": "onigcOpened",
|
|
1027
|
-
"description": "`igcOpened` {} - Emitted after the list of options is opened."
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"name": "onigcClosing",
|
|
1031
|
-
"description": "`igcClosing` {} - Emitter just before the list of options is closed."
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
"name": "onigcClosed",
|
|
1035
|
-
"description": "`igcClosed` {} - Emitted after the list of options is closed."
|
|
1036
|
-
}
|
|
1037
|
-
]
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"name": "igc-date-time-input",
|
|
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.",
|
|
1042
|
-
"attributes": [
|
|
1043
|
-
{
|
|
1044
|
-
"name": "input-format",
|
|
1045
|
-
"description": "`input-format` {`string`} - The date format to apply on the input.\n\nProperty: inputFormat"
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"name": "min",
|
|
1049
|
-
"description": "`min` {`Date`} - The minimum value required for the input to remain valid.\n\nProperty: min"
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"name": "max",
|
|
1053
|
-
"description": "`max` {`Date`} - The maximum value required for the input to remain valid.\n\nProperty: max"
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"name": "min-value",
|
|
1057
|
-
"description": "`min-value` {`Date`} - The minimum value required for the input to remain valid.\n\nProperty: minValue"
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"name": "max-value",
|
|
1061
|
-
"description": "`max-value` {`Date`} - The maximum value required for the input to remain valid.\n\nProperty: maxValue"
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"name": "display-format",
|
|
1065
|
-
"description": "`display-format` {`string`} - Format to display the value in when not editing.\nDefaults to the input format if not set.\n\nProperty: displayFormat"
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"name": "spin-loop",
|
|
1069
|
-
"description": "`spin-loop` {`boolean`} - Sets whether to loop over the currently spun segment.\n\nProperty: spinLoop\n\nDefault: true",
|
|
1070
|
-
"valueSet": "v"
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"name": "locale",
|
|
1074
|
-
"description": "`locale` {`string`} - The locale settings used to display the value.\n\nProperty: locale\n\nDefault: en"
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"name": "prompt",
|
|
1078
|
-
"description": "`prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\nProperty: prompt"
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"name": "value",
|
|
1082
|
-
"description": "`value` {`Date | null`} - The value of the input.\n\nProperty: value",
|
|
1083
|
-
"values": []
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"name": "outlined",
|
|
1087
|
-
"description": "`outlined` {`boolean`} - Whether the control will have outlined appearance.\n\nProperty: outlined\n\nDefault: false",
|
|
1088
|
-
"valueSet": "v"
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
"name": "readonly",
|
|
1092
|
-
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
1093
|
-
"valueSet": "v"
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"name": "placeholder",
|
|
1097
|
-
"description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"name": "label",
|
|
1101
|
-
"description": "`label` {`string`} - The label for the control.\n\nProperty: label"
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"name": "required",
|
|
1105
|
-
"description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
|
|
1106
|
-
"valueSet": "v"
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"name": "name",
|
|
1110
|
-
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
"name": "disabled",
|
|
1114
|
-
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
1115
|
-
"valueSet": "v"
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
"name": "invalid",
|
|
1119
|
-
"description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
1120
|
-
"valueSet": "v"
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
"name": "size",
|
|
1124
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"name": "onigcInput",
|
|
1128
|
-
"description": "`igcInput` {} - Emitted when the control input receives user input."
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
"name": "onigcChange",
|
|
1132
|
-
"description": "`igcChange` {} - Emitted when the control's checked state changes."
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"name": "onigcFocus",
|
|
1136
|
-
"description": "`igcFocus` {} - Emitted when the control gains focus."
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"name": "onigcBlur",
|
|
1140
|
-
"description": "`igcBlur` {} - Emitted when the control loses focus."
|
|
1141
|
-
}
|
|
1142
|
-
]
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"name": "igc-dialog",
|
|
1146
|
-
"description": "Represents a Dialog component.\n\nEvents:\n\n * `igcClosing` {} - Emitter just before the dialog is closed.\n\n * `igcClosed` {} - Emitted after closing the dialog.\n\nSlots:\n\n * ` ` {} - Renders content inside the default slot.\n\n * `title` {} - Renders the title of the dialog header.\n\n * `footer` {} - Renders the dialog footer.\n\nAttributes:\n\n * `close-on-escape` {`boolean`} - Whether the dialog should be closed when pressing the 'ESCAPE' button.\n\n * `keep-open-on-escape` {`boolean`} - Whether the dialog should be kept open when pressing the 'ESCAPE' button.\n\n * `close-on-outside-click` {`boolean`} - Whether the dialog should be closed when clicking outside of it.\n\n * `hide-default-action` {`boolean`} - Whether to hide the default action button for the dialog.\n\nWhen there is projected content in the `footer` slot this property\nhas no effect.\n\n * `open` {`boolean`} - Whether the dialog is opened.\n\n * `title` {`string`} - Sets the title of the dialog.\n\nProperties:\n\n * `tagName` {`\"igc-dialog\"`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `increment` - \n\n * `titleId` {`string`} - \n\n * `animationPlayer` - \n\n * `dialog` {`HTMLDialogElement`} - \n\n * `closeOnEscape` {`boolean`} - Whether the dialog should be closed when pressing the 'ESCAPE' button.\n\n * `keepOpenOnEscape` {`boolean`} - Whether the dialog should be kept open when pressing the 'ESCAPE' button.\n\n * `closeOnOutsideClick` {`boolean`} - Whether the dialog should be closed when clicking outside of it.\n\n * `hideDefaultAction` {`boolean`} - Whether to hide the default action button for the dialog.\n\nWhen there is projected content in the `footer` slot this property\nhas no effect.\n\n * `open` {`boolean`} - Whether the dialog is opened.\n\n * `animating` {`boolean`} - Backdrop animation helper.\n\n * `title` {`string`} - Sets the title of the dialog.\n\n * `returnValue` {`string`} - Sets the return value for the dialog.\n\n * `formSubmitHandler` - ",
|
|
1147
|
-
"attributes": [
|
|
1148
|
-
{
|
|
1149
|
-
"name": "close-on-escape",
|
|
1150
|
-
"description": "`close-on-escape` {`boolean`} - Whether the dialog should be closed when pressing the 'ESCAPE' button.\n\nProperty: closeOnEscape",
|
|
1151
|
-
"valueSet": "v"
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
"name": "keep-open-on-escape",
|
|
1155
|
-
"description": "`keep-open-on-escape` {`boolean`} - Whether the dialog should be kept open when pressing the 'ESCAPE' button.\n\nProperty: keepOpenOnEscape\n\nDefault: false",
|
|
1156
|
-
"valueSet": "v"
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"name": "close-on-outside-click",
|
|
1160
|
-
"description": "`close-on-outside-click` {`boolean`} - Whether the dialog should be closed when clicking outside of it.\n\nProperty: closeOnOutsideClick\n\nDefault: false",
|
|
1161
|
-
"valueSet": "v"
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"name": "hide-default-action",
|
|
1165
|
-
"description": "`hide-default-action` {`boolean`} - Whether to hide the default action button for the dialog.\n\nWhen there is projected content in the `footer` slot this property\nhas no effect.\n\nProperty: hideDefaultAction\n\nDefault: false",
|
|
1166
|
-
"valueSet": "v"
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
"name": "open",
|
|
1170
|
-
"description": "`open` {`boolean`} - Whether the dialog is opened.\n\nProperty: open\n\nDefault: false",
|
|
1171
|
-
"valueSet": "v"
|
|
1172
|
-
},
|
|
1173
|
-
{
|
|
1174
|
-
"name": "title",
|
|
1175
|
-
"description": "`title` {`string`} - Sets the title of the dialog.\n\nProperty: title"
|
|
1176
|
-
},
|
|
1177
|
-
{
|
|
1178
|
-
"name": "onigcClosing",
|
|
1179
|
-
"description": "`igcClosing` {} - Emitter just before the dialog is closed."
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"name": "onigcClosed",
|
|
1183
|
-
"description": "`igcClosed` {} - Emitted after closing the dialog."
|
|
1184
|
-
}
|
|
1185
|
-
]
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"name": "igc-dropdown-group",
|
|
1189
|
-
"description": "Slots:\n\n * `label` {} - Contains the group's label.\n\n * ` ` {} - Intended to contain the items belonging to this group.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` - \n\n * `parent` - \n\n * `items` {`IgcDropdownItemComponent[]`} - All child `igc-dropdown-item`s.",
|
|
1190
|
-
"attributes": []
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"name": "igc-dropdown-header",
|
|
1194
|
-
"description": "Slots:\n\n * ` ` {} - Renders the header.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` - ",
|
|
1195
|
-
"attributes": []
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
"name": "igc-dropdown-item",
|
|
1199
|
-
"description": "Represents an item in a dropdown list.\n\nSlots:\n\n * `prefix` {} - Renders content before the item's main content.\n\n * ` ` {} - Renders the item's main content.\n\n * `suffix` {} - Renders content after the item's main content.\n\nAttributes:\n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.\n\nProperties:\n\n * `tagName` {`string`} - \n\n * `styles` - \n\n * `_value` {`string`} - \n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.",
|
|
1200
|
-
"attributes": [
|
|
1201
|
-
{
|
|
1202
|
-
"name": "value",
|
|
1203
|
-
"description": "`value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\nProperty: value"
|
|
1204
|
-
},
|
|
1205
|
-
{
|
|
1206
|
-
"name": "selected",
|
|
1207
|
-
"description": "`selected` {`boolean`} - Determines whether the item is selected.\n\nProperty: selected\n\nDefault: false",
|
|
1208
|
-
"valueSet": "v"
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"name": "active",
|
|
1212
|
-
"description": "`active` {`boolean`} - Determines whether the item is active.\n\nProperty: active\n\nDefault: false",
|
|
1213
|
-
"valueSet": "v"
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"name": "disabled",
|
|
1217
|
-
"description": "`disabled` {`boolean`} - Determines whether the item is disabled.\n\nProperty: disabled\n\nDefault: false",
|
|
1218
|
-
"valueSet": "v"
|
|
1219
|
-
}
|
|
1220
|
-
]
|
|
1221
|
-
},
|
|
1222
|
-
{
|
|
1223
|
-
"name": "igc-dropdown",
|
|
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.",
|
|
1225
|
-
"attributes": [
|
|
1226
|
-
{
|
|
1227
|
-
"name": "keep-open-on-select",
|
|
1228
|
-
"description": "`keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\nProperty: keepOpenOnSelect\n\nDefault: false",
|
|
1229
|
-
"valueSet": "v"
|
|
1230
|
-
},
|
|
1231
|
-
{
|
|
1232
|
-
"name": "scroll-strategy",
|
|
1233
|
-
"description": "`scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\nProperty: scrollStrategy\n\nDefault: scroll",
|
|
1234
|
-
"values": [
|
|
1235
|
-
{
|
|
1236
|
-
"name": "scroll"
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"name": "block"
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
"name": "close"
|
|
1243
|
-
}
|
|
1244
|
-
]
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
"name": "keep-open-on-outside-click",
|
|
1248
|
-
"description": "`keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\nProperty: keepOpenOnOutsideClick\n\nDefault: false",
|
|
1249
|
-
"valueSet": "v"
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"name": "open",
|
|
1253
|
-
"description": "`open` {`boolean`} - Sets the open state of the component.\n\nProperty: open\n\nDefault: false",
|
|
1254
|
-
"valueSet": "v"
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"name": "placement",
|
|
1258
|
-
"description": "`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\nProperty: placement\n\nDefault: bottom-start",
|
|
1259
|
-
"values": [
|
|
1260
|
-
{
|
|
1261
|
-
"name": "top"
|
|
1262
|
-
},
|
|
1263
|
-
{
|
|
1264
|
-
"name": "top-start"
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
"name": "top-end"
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"name": "bottom"
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"name": "bottom-start"
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
"name": "bottom-end"
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
"name": "right"
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
"name": "right-start"
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"name": "right-end"
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
"name": "left"
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
"name": "left-start"
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"name": "left-end"
|
|
1295
|
-
}
|
|
1296
|
-
]
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"name": "position-strategy",
|
|
1300
|
-
"description": "`position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\nProperty: positionStrategy\n\nDefault: absolute",
|
|
1301
|
-
"values": [
|
|
1302
|
-
{
|
|
1303
|
-
"name": "absolute"
|
|
1304
|
-
},
|
|
1305
|
-
{
|
|
1306
|
-
"name": "fixed"
|
|
1307
|
-
}
|
|
1308
|
-
]
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"name": "flip",
|
|
1312
|
-
"description": "`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\nProperty: flip\n\nDefault: false",
|
|
1313
|
-
"valueSet": "v"
|
|
1314
|
-
},
|
|
1315
|
-
{
|
|
1316
|
-
"name": "distance",
|
|
1317
|
-
"description": "`distance` {`number`} - The distance from the target element.\n\nProperty: distance\n\nDefault: 0"
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"name": "same-width",
|
|
1321
|
-
"description": "`same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\nProperty: sameWidth\n\nDefault: false",
|
|
1322
|
-
"valueSet": "v"
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"name": "size",
|
|
1326
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
1327
|
-
"values": [
|
|
1328
|
-
{
|
|
1329
|
-
"name": "small"
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"name": "medium"
|
|
1333
|
-
},
|
|
1334
|
-
{
|
|
1335
|
-
"name": "large"
|
|
1336
|
-
}
|
|
1337
|
-
]
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"name": "onigcChange",
|
|
1341
|
-
"description": "`igcChange` {} - Emitted when the selected item changes."
|
|
1342
|
-
},
|
|
1343
|
-
{
|
|
1344
|
-
"name": "onigcOpening",
|
|
1345
|
-
"description": "`igcOpening` {} - Emitted just before the dropdown is open."
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
"name": "onigcOpened",
|
|
1349
|
-
"description": "`igcOpened` {} - Emitted after the dropdown is open."
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"name": "onigcClosing",
|
|
1353
|
-
"description": "`igcClosing` {} - Emitter just before the dropdown is closed."
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"name": "onigcClosed",
|
|
1357
|
-
"description": "`igcClosed` {} - Emitted after closing the dropdown."
|
|
1358
|
-
}
|
|
1359
|
-
]
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"name": "igc-expansion-panel",
|
|
1363
|
-
"description": "The Expansion Panel Component provides a way to display information in a toggleable way -\ncompact summary view containing title and description and expanded detail view containing\nadditional content to the summary header.\n\nEvents:\n\n * `igcOpening` {} - Emitted before opening the expansion panel.\n\n * `igcOpened` {} - Emitted after the expansion panel is opened.\n\n * `igcClosing` {} - Emitted before closing the expansion panel.\n\n * `igcClosed` {} - Emitted after the expansion panel is closed.\n\nSlots:\n\n * ` ` {} - renders the default content of the panel\n\n * `title` {} - renders the title of the panel's header\n\n * `subtitle` {} - renders the subtitle of the panel's header\n\n * `indicator` {} - renders the expand/collapsed indicator\n\nAttributes:\n\n * `open` {`boolean`} - Indicates whether the contents of the control should be visible.\n\n * `disabled` {`boolean`} - Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions.\n\n * `indicator-position` {`\"none\" | \"start\" | \"end\"`} - The indicator position of the expansion panel.\n\nProperties:\n\n * `tagName` {`\"igc-expansion-panel\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `animationPlayer` - \n\n * `open` {`boolean`} - Indicates whether the contents of the control should be visible.\n\n * `disabled` {`boolean`} - Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions.\n\n * `indicatorPosition` {`\"none\" | \"start\" | \"end\"`} - The indicator position of the expansion panel.\n\n * `panelHeader` {`HTMLElement`} - \n\n * `panelContent` {`HTMLElement`} - \n\n * `panelId` {`string`} - ",
|
|
1364
|
-
"attributes": [
|
|
1365
|
-
{
|
|
1366
|
-
"name": "open",
|
|
1367
|
-
"description": "`open` {`boolean`} - Indicates whether the contents of the control should be visible.\n\nProperty: open\n\nDefault: false",
|
|
1368
|
-
"valueSet": "v"
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"name": "disabled",
|
|
1372
|
-
"description": "`disabled` {`boolean`} - Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions.\n\nProperty: disabled\n\nDefault: false",
|
|
1373
|
-
"valueSet": "v"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"name": "indicator-position",
|
|
1377
|
-
"description": "`indicator-position` {`\"none\" | \"start\" | \"end\"`} - The indicator position of the expansion panel.\n\nProperty: indicatorPosition\n\nDefault: start",
|
|
1378
|
-
"values": [
|
|
1379
|
-
{
|
|
1380
|
-
"name": "none"
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"name": "start"
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"name": "end"
|
|
1387
|
-
}
|
|
1388
|
-
]
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"name": "onigcOpening",
|
|
1392
|
-
"description": "`igcOpening` {} - Emitted before opening the expansion panel."
|
|
1393
|
-
},
|
|
1394
|
-
{
|
|
1395
|
-
"name": "onigcOpened",
|
|
1396
|
-
"description": "`igcOpened` {} - Emitted after the expansion panel is opened."
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"name": "onigcClosing",
|
|
1400
|
-
"description": "`igcClosing` {} - Emitted before closing the expansion panel."
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"name": "onigcClosed",
|
|
1404
|
-
"description": "`igcClosed` {} - Emitted after the expansion panel is closed."
|
|
1405
|
-
}
|
|
1406
|
-
]
|
|
1407
|
-
},
|
|
1408
|
-
{
|
|
1409
|
-
"name": "igc-form",
|
|
1410
|
-
"description": "The form is a component used to collect user input from\ninteractive controls.\n\nEvents:\n\n * `igcSubmit` {} - Emitted when the form is submitted.\n\n * `igcReset` {} - Emitted when the form is reset.\n\nSlots:\n\n * ` ` {} - Default slot for the form.\n\nAttributes:\n\n * `novalidate` {`boolean`} - Specifies if form data validation should be skipped on submit.\n\nProperties:\n\n * `tagName` {`\"igc-form\"`} - \n\n * `styles` - \n\n * `_controlsWithChecked` {`string[]`} - \n\n * `_controlsWithValue` {`string[]`} - \n\n * `_controlsThatSubmit` {`string[]`} - \n\n * `novalidate` {`boolean`} - Specifies if form data validation should be skipped on submit.",
|
|
1411
|
-
"attributes": [
|
|
1412
|
-
{
|
|
1413
|
-
"name": "novalidate",
|
|
1414
|
-
"description": "`novalidate` {`boolean`} - Specifies if form data validation should be skipped on submit.\n\nProperty: novalidate\n\nDefault: false",
|
|
1415
|
-
"valueSet": "v"
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"name": "onigcSubmit",
|
|
1419
|
-
"description": "`igcSubmit` {} - Emitted when the form is submitted."
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"name": "onigcReset",
|
|
1423
|
-
"description": "`igcReset` {} - Emitted when the form is reset."
|
|
1424
|
-
}
|
|
1425
|
-
]
|
|
1426
|
-
},
|
|
1427
|
-
{
|
|
1428
|
-
"name": "igc-icon",
|
|
1429
|
-
"description": "Attributes:\n\n * `name` {`string`} - The name of the icon glyph to draw.\n\n * `collection` {`string`} - The name of the registered collection for look up of icons.\nDefaults to `default`.\n\n * `mirrored` {`boolean`} - Whether to flip the icon. Useful for RTL layouts.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-icon\"`} - \n\n * `styles` - \n\n * `svg` {`string`} - \n\n * `name` {`string`} - The name of the icon glyph to draw.\n\n * `collection` {`string`} - The name of the registered collection for look up of icons.\nDefaults to `default`.\n\n * `mirrored` {`boolean`} - Whether to flip the icon. Useful for RTL layouts.\n\n * `iconLoaded` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1430
|
-
"attributes": [
|
|
1431
|
-
{
|
|
1432
|
-
"name": "name",
|
|
1433
|
-
"description": "`name` {`string`} - The name of the icon glyph to draw.\n\nProperty: name\n\nDefault: "
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"name": "collection",
|
|
1437
|
-
"description": "`collection` {`string`} - The name of the registered collection for look up of icons.\nDefaults to `default`.\n\nProperty: collection\n\nDefault: default"
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"name": "mirrored",
|
|
1441
|
-
"description": "`mirrored` {`boolean`} - Whether to flip the icon. Useful for RTL layouts.\n\nProperty: mirrored\n\nDefault: false",
|
|
1442
|
-
"valueSet": "v"
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"name": "size",
|
|
1446
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
1447
|
-
}
|
|
1448
|
-
]
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"name": "igc-input",
|
|
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.",
|
|
1453
|
-
"attributes": [
|
|
1454
|
-
{
|
|
1455
|
-
"name": "type",
|
|
1456
|
-
"description": "`type` {`\"number\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"`} - The type attribute of the control.\n\nProperty: type\n\nDefault: text",
|
|
1457
|
-
"values": [
|
|
1458
|
-
{
|
|
1459
|
-
"name": "number"
|
|
1460
|
-
},
|
|
1461
|
-
{
|
|
1462
|
-
"name": "email"
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"name": "password"
|
|
1466
|
-
},
|
|
1467
|
-
{
|
|
1468
|
-
"name": "search"
|
|
1469
|
-
},
|
|
1470
|
-
{
|
|
1471
|
-
"name": "tel"
|
|
1472
|
-
},
|
|
1473
|
-
{
|
|
1474
|
-
"name": "text"
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"name": "url"
|
|
1478
|
-
}
|
|
1479
|
-
]
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"name": "inputmode",
|
|
1483
|
-
"description": "`inputmode` {`\"numeric\" | \"none\" | \"email\" | \"search\" | \"tel\" | \"url\" | \"txt\" | \"decimal\"`} - The input mode attribute of the control.\n\nProperty: inputmode",
|
|
1484
|
-
"values": [
|
|
1485
|
-
{
|
|
1486
|
-
"name": "numeric"
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"name": "none"
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"name": "email"
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
"name": "search"
|
|
1496
|
-
},
|
|
1497
|
-
{
|
|
1498
|
-
"name": "tel"
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"name": "url"
|
|
1502
|
-
},
|
|
1503
|
-
{
|
|
1504
|
-
"name": "txt"
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"name": "decimal"
|
|
1508
|
-
}
|
|
1509
|
-
]
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"name": "pattern",
|
|
1513
|
-
"description": "`pattern` {`string`} - The pattern attribute of the control.\n\nProperty: pattern"
|
|
1514
|
-
},
|
|
1515
|
-
{
|
|
1516
|
-
"name": "minlength",
|
|
1517
|
-
"description": "`minlength` {`number`} - The minimum string length required by the control.\n\nProperty: minLength"
|
|
1518
|
-
},
|
|
1519
|
-
{
|
|
1520
|
-
"name": "maxlength",
|
|
1521
|
-
"description": "`maxlength` {`number`} - The maximum string length of the control.\n\nProperty: maxLength"
|
|
1522
|
-
},
|
|
1523
|
-
{
|
|
1524
|
-
"name": "min",
|
|
1525
|
-
"description": "`min` {`string | number`} - The min attribute of the control.\n\nProperty: min",
|
|
1526
|
-
"values": []
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"name": "max",
|
|
1530
|
-
"description": "`max` {`string | number`} - The max attribute of the control.\n\nProperty: max",
|
|
1531
|
-
"values": []
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"name": "step",
|
|
1535
|
-
"description": "`step` {`number`} - The step attribute of the control.\n\nProperty: step"
|
|
1536
|
-
},
|
|
1537
|
-
{
|
|
1538
|
-
"name": "autofocus",
|
|
1539
|
-
"description": "`autofocus` {`boolean`} - The autofocus attribute of the control.\n\nProperty: autofocus",
|
|
1540
|
-
"valueSet": "v"
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"name": "autocomplete",
|
|
1544
|
-
"description": "`autocomplete` {`string`} - The autocomplete attribute of the control.\n\nProperty: autocomplete"
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
"name": "tabIndex",
|
|
1548
|
-
"description": "`tabIndex` {`number`} - \n\nProperty: tabIndex\n\nDefault: 0"
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"name": "value",
|
|
1552
|
-
"description": "`value` {`string`} - The value of the control.\n\nProperty: value\n\nDefault: "
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
"name": "outlined",
|
|
1556
|
-
"description": "`outlined` {`boolean`} - Whether the control will have outlined appearance.\n\nProperty: outlined\n\nDefault: false",
|
|
1557
|
-
"valueSet": "v"
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"name": "readonly",
|
|
1561
|
-
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
1562
|
-
"valueSet": "v"
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
"name": "placeholder",
|
|
1566
|
-
"description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"name": "label",
|
|
1570
|
-
"description": "`label` {`string`} - The label for the control.\n\nProperty: label"
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"name": "required",
|
|
1574
|
-
"description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
|
|
1575
|
-
"valueSet": "v"
|
|
1576
|
-
},
|
|
1577
|
-
{
|
|
1578
|
-
"name": "name",
|
|
1579
|
-
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
1580
|
-
},
|
|
1581
|
-
{
|
|
1582
|
-
"name": "disabled",
|
|
1583
|
-
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
1584
|
-
"valueSet": "v"
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"name": "invalid",
|
|
1588
|
-
"description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
1589
|
-
"valueSet": "v"
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"name": "size",
|
|
1593
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"name": "onigcInput",
|
|
1597
|
-
"description": "`igcInput` {} - Emitted when the control input receives user input."
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"name": "onigcChange",
|
|
1601
|
-
"description": "`igcChange` {} - Emitted when the control's checked state changes."
|
|
1602
|
-
},
|
|
1603
|
-
{
|
|
1604
|
-
"name": "onigcFocus",
|
|
1605
|
-
"description": "`igcFocus` {} - Emitted when the control gains focus."
|
|
1606
|
-
},
|
|
1607
|
-
{
|
|
1608
|
-
"name": "onigcBlur",
|
|
1609
|
-
"description": "`igcBlur` {} - Emitted when the control loses focus."
|
|
1610
|
-
}
|
|
1611
|
-
]
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"name": "igc-list-header",
|
|
1615
|
-
"description": "Header list item.\n\nSlots:\n\n * ` ` {} - Renders header list item's content.\n\nProperties:\n\n * `tagName` {`\"igc-list-header\"`} - \n\n * `styles` - ",
|
|
1616
|
-
"attributes": []
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"name": "igc-list-item",
|
|
1620
|
-
"description": "The list-item component is a container\nintended for row items in the list component.\n\nSlots:\n\n * ` ` {} - Renders custom content.\n\n * `start` {} - Renders content before all other content.\n\n * `end` {} - Renders content after all other content.\n\n * `title` {} - Renders the title.\n\n * `subtitle` {} - Renders the subtitle.\n\nProperties:\n\n * `tagName` {`\"igc-list-item\"`} - \n\n * `styles` - ",
|
|
1621
|
-
"attributes": []
|
|
1622
|
-
},
|
|
1623
|
-
{
|
|
1624
|
-
"name": "igc-list",
|
|
1625
|
-
"description": "Displays a collection of data items in a templatable list format.\n\nSlots:\n\n * ` ` {} - Renders the list items and list headers inside default slot.\n\nAttributes:\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-list\"`} - \n\n * `styles` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
1626
|
-
"attributes": [
|
|
1627
|
-
{
|
|
1628
|
-
"name": "size",
|
|
1629
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
1630
|
-
"values": [
|
|
1631
|
-
{
|
|
1632
|
-
"name": "small"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"name": "medium"
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"name": "large"
|
|
1639
|
-
}
|
|
1640
|
-
]
|
|
1641
|
-
}
|
|
1642
|
-
]
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"name": "igc-mask-input",
|
|
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.",
|
|
1647
|
-
"attributes": [
|
|
1648
|
-
{
|
|
1649
|
-
"name": "value-mode",
|
|
1650
|
-
"description": "`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\nProperty: valueMode\n\nDefault: raw",
|
|
1651
|
-
"values": [
|
|
1652
|
-
{
|
|
1653
|
-
"name": "raw"
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
"name": "withFormatting"
|
|
1657
|
-
}
|
|
1658
|
-
]
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"name": "mask",
|
|
1662
|
-
"description": "`mask` {`string`} - The mask pattern to apply on the input.\n\nProperty: mask"
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"name": "prompt",
|
|
1666
|
-
"description": "`prompt` {`string`} - The prompt symbol to use for unfilled parts of the mask.\n\nProperty: prompt"
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
"name": "value",
|
|
1670
|
-
"description": "`value` {`string`} - The value of the input.\n\nRegardless of the currently set `value-mode`, an empty value will return an empty string.\n\nProperty: value"
|
|
1671
|
-
},
|
|
1672
|
-
{
|
|
1673
|
-
"name": "outlined",
|
|
1674
|
-
"description": "`outlined` {`boolean`} - Whether the control will have outlined appearance.\n\nProperty: outlined\n\nDefault: false",
|
|
1675
|
-
"valueSet": "v"
|
|
1676
|
-
},
|
|
1677
|
-
{
|
|
1678
|
-
"name": "readonly",
|
|
1679
|
-
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
1680
|
-
"valueSet": "v"
|
|
1681
|
-
},
|
|
1682
|
-
{
|
|
1683
|
-
"name": "placeholder",
|
|
1684
|
-
"description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"name": "label",
|
|
1688
|
-
"description": "`label` {`string`} - The label for the control.\n\nProperty: label"
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"name": "required",
|
|
1692
|
-
"description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
|
|
1693
|
-
"valueSet": "v"
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
"name": "name",
|
|
1697
|
-
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
1698
|
-
},
|
|
1699
|
-
{
|
|
1700
|
-
"name": "disabled",
|
|
1701
|
-
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
1702
|
-
"valueSet": "v"
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"name": "invalid",
|
|
1706
|
-
"description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
1707
|
-
"valueSet": "v"
|
|
1708
|
-
},
|
|
1709
|
-
{
|
|
1710
|
-
"name": "size",
|
|
1711
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"name": "onigcInput",
|
|
1715
|
-
"description": "`igcInput` {} - Emitted when the control receives user input"
|
|
1716
|
-
},
|
|
1717
|
-
{
|
|
1718
|
-
"name": "onigcChange",
|
|
1719
|
-
"description": "`igcChange` {} - Emitted when an alteration of the control's value is committed by the user"
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"name": "onigcFocus",
|
|
1723
|
-
"description": "`igcFocus` {} - Emitted when the control gains focus"
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"name": "onigcBlur",
|
|
1727
|
-
"description": "`igcBlur` {} - Emitted when the control loses focus"
|
|
1728
|
-
}
|
|
1729
|
-
]
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"name": "igc-nav-drawer-header-item",
|
|
1733
|
-
"description": "A wrapper for navigation drawer's header.\n\nSlots:\n\n * ` ` {} - Renders the header content\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer-header-item\"`} - \n\n * `styles` - ",
|
|
1734
|
-
"attributes": []
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"name": "igc-nav-drawer-item",
|
|
1738
|
-
"description": "Represents a navigation drawer item.\n\nSlots:\n\n * `content` {} - The content slot for the drawer item.\n\n * `icon` {} - The slot for the icon of the drawer item.\n\nAttributes:\n\n * `disabled` {`boolean`} - Determines whether the drawer is disabled.\n\n * `active` {`boolean`} - Determines whether the drawer is active.\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer-item\"`} - \n\n * `styles` - \n\n * `disabled` {`boolean`} - Determines whether the drawer is disabled.\n\n * `active` {`boolean`} - Determines whether the drawer is active.\n\n * `_textLength` {`number`} - \n\n * `_text` {`HTMLElement[]`} - \n\n * `navdrawerIcon` {`Node[]`} - ",
|
|
1739
|
-
"attributes": [
|
|
1740
|
-
{
|
|
1741
|
-
"name": "disabled",
|
|
1742
|
-
"description": "`disabled` {`boolean`} - Determines whether the drawer is disabled.\n\nProperty: disabled\n\nDefault: false",
|
|
1743
|
-
"valueSet": "v"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "active",
|
|
1747
|
-
"description": "`active` {`boolean`} - Determines whether the drawer is active.\n\nProperty: active\n\nDefault: false",
|
|
1748
|
-
"valueSet": "v"
|
|
1749
|
-
}
|
|
1750
|
-
]
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"name": "igc-nav-drawer",
|
|
1754
|
-
"description": "Represents a side navigation container that provides\nquick access between views.\n\nSlots:\n\n * ` ` {} - The default slot for the drawer.\n\n * `mini` {} - The slot for the mini variant of the drawer.\n\nAttributes:\n\n * `position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | \"relative\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.\n\nProperties:\n\n * `tagName` {`\"igc-nav-drawer\"`} - \n\n * `styles` - \n\n * `position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | \"relative\"`} - The position of the drawer.\n\n * `open` {`boolean`} - Determines whether the drawer is opened.",
|
|
1755
|
-
"attributes": [
|
|
1756
|
-
{
|
|
1757
|
-
"name": "position",
|
|
1758
|
-
"description": "`position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | \"relative\"`} - The position of the drawer.\n\nProperty: position\n\nDefault: start",
|
|
1759
|
-
"values": [
|
|
1760
|
-
{
|
|
1761
|
-
"name": "top"
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"name": "bottom"
|
|
1765
|
-
},
|
|
1766
|
-
{
|
|
1767
|
-
"name": "start"
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"name": "end"
|
|
1771
|
-
},
|
|
1772
|
-
{
|
|
1773
|
-
"name": "relative"
|
|
1774
|
-
}
|
|
1775
|
-
]
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"name": "open",
|
|
1779
|
-
"description": "`open` {`boolean`} - Determines whether the drawer is opened.\n\nProperty: open\n\nDefault: false",
|
|
1780
|
-
"valueSet": "v"
|
|
1781
|
-
}
|
|
1782
|
-
]
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"name": "igc-navbar",
|
|
1786
|
-
"description": "A navigation bar component is used to facilitate navigation through\na series of hierarchical screens within an app.\n\nSlots:\n\n * ` ` {} - Renders a title inside the default slot.\n\n * `start` {} - Renders left aligned icons.\n\n * `end` {} - Renders right aligned action icons.\n\nProperties:\n\n * `tagName` {`\"igc-navbar\"`} - \n\n * `styles` - ",
|
|
1787
|
-
"attributes": []
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"name": "igc-circular-gradient",
|
|
1791
|
-
"description": "Used for defining gradient stops in the igc-circular-progress.\nFor each `igc-circular-gradient` defined as `gradient` slot of `igc-circular-progress` element would be created a SVG stop element.\nThe values passed as `color`, `offset` and `opacity` would be set as\n`stop-color`, `offset` and `stop-opacity` of the SVG element without further validations.\n\nAttributes:\n\n * `offset` {`string`} - Defines where the gradient stop is placed along the gradient vector\n\n * `color` {`string`} - Defines the color of the gradient stop\n\n * `opacity` {`number`} - Defines the opacity of the gradient stop\n\nProperties:\n\n * `tagName` {`\"igc-circular-gradient\"`} - \n\n * `offset` {`string`} - Defines where the gradient stop is placed along the gradient vector\n\n * `color` {`string`} - Defines the color of the gradient stop\n\n * `opacity` {`number`} - Defines the opacity of the gradient stop",
|
|
1792
|
-
"attributes": [
|
|
1793
|
-
{
|
|
1794
|
-
"name": "offset",
|
|
1795
|
-
"description": "`offset` {`string`} - Defines where the gradient stop is placed along the gradient vector\n\nProperty: offset\n\nDefault: 0%"
|
|
1796
|
-
},
|
|
1797
|
-
{
|
|
1798
|
-
"name": "color",
|
|
1799
|
-
"description": "`color` {`string`} - Defines the color of the gradient stop\n\nProperty: color\n\nDefault: black"
|
|
1800
|
-
},
|
|
1801
|
-
{
|
|
1802
|
-
"name": "opacity",
|
|
1803
|
-
"description": "`opacity` {`number`} - Defines the opacity of the gradient stop\n\nProperty: opacity\n\nDefault: 1"
|
|
1804
|
-
}
|
|
1805
|
-
]
|
|
1806
|
-
},
|
|
1807
|
-
{
|
|
1808
|
-
"name": "igc-circular-progress",
|
|
1809
|
-
"description": "A circular progress indicator used to express unspecified wait time or display\nthe length of a process.\n\nSlots:\n\n * ` ` {} - The text area container.\n\n * `gradient` {} - Customize the progress bar in order to use a color gradient instead of a solid color. Accepts `igc-circular-gradient` elements.\n\nAttributes:\n\n * `max` {`number`} - Maximum value of the control.\n\n * `value` {`number`} - The value of the control.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\n * `animation-duration` {`number`} - Animation duration in milliseconds.\n\n * `indeterminate` {`boolean`} - The indeterminate state of the control.\n\n * `hide-label` {`boolean`} - Shows/hides the label of the control.\n\n * `label-format` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.\n\nProperties:\n\n * `tagName` {`\"igc-circular-progress\"`} - \n\n * `styles` - \n\n * `gradientId` {`string`} - \n\n * `gradientElements` {`IgcCircularGradientComponent[]`} - \n\n * `stroke` {`{ stroke: string; '--percentage': string; '--duration': string; }`} - \n\n * `svgParts` {`{ indeterminate: boolean; }`} - \n\n * `initialMax` {`number`} - \n\n * `initialValue` {`number`} - \n\n * `tick` {`number`} - \n\n * `assignedElements` {`HTMLElement[]`} - \n\n * `progressIndicator` {`Element`} - \n\n * `percentage` {`number`} - \n\n * `max` {`number`} - Maximum value of the control.\n\n * `value` {`number`} - The value of the control.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\n * `animationDuration` {`number`} - Animation duration in milliseconds.\n\n * `indeterminate` {`boolean`} - The indeterminate state of the control.\n\n * `hideLabel` {`boolean`} - Shows/hides the label of the control.\n\n * `labelFormat` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.",
|
|
1810
|
-
"attributes": [
|
|
1811
|
-
{
|
|
1812
|
-
"name": "max",
|
|
1813
|
-
"description": "`max` {`number`} - Maximum value of the control.\n\nProperty: max\n\nDefault: 100"
|
|
1814
|
-
},
|
|
1815
|
-
{
|
|
1816
|
-
"name": "value",
|
|
1817
|
-
"description": "`value` {`number`} - The value of the control.\n\nProperty: value\n\nDefault: 0"
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"name": "variant",
|
|
1821
|
-
"description": "`variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\nProperty: variant\n\nDefault: primary",
|
|
1822
|
-
"values": [
|
|
1823
|
-
{
|
|
1824
|
-
"name": "primary"
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"name": "info"
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
"name": "success"
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"name": "warning"
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"name": "danger"
|
|
1837
|
-
}
|
|
1838
|
-
]
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"name": "animation-duration",
|
|
1842
|
-
"description": "`animation-duration` {`number`} - Animation duration in milliseconds.\n\nProperty: animationDuration\n\nDefault: 500"
|
|
1843
|
-
},
|
|
1844
|
-
{
|
|
1845
|
-
"name": "indeterminate",
|
|
1846
|
-
"description": "`indeterminate` {`boolean`} - The indeterminate state of the control.\n\nProperty: indeterminate\n\nDefault: false",
|
|
1847
|
-
"valueSet": "v"
|
|
1848
|
-
},
|
|
1849
|
-
{
|
|
1850
|
-
"name": "hide-label",
|
|
1851
|
-
"description": "`hide-label` {`boolean`} - Shows/hides the label of the control.\n\nProperty: hideLabel\n\nDefault: false",
|
|
1852
|
-
"valueSet": "v"
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"name": "label-format",
|
|
1856
|
-
"description": "`label-format` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.\n\nProperty: labelFormat"
|
|
1857
|
-
}
|
|
1858
|
-
]
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"name": "igc-linear-progress",
|
|
1862
|
-
"description": "A linear progress indicator used to express unspecified wait time or display\nthe length of a process.\n\nSlots:\n\n * ` ` {} - The text area container.\n\nAttributes:\n\n * `striped` {`boolean`} - Sets the striped look of the control.\n\n * `label-align` {`\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\"`} - The position for the default label of the control.\n\n * `max` {`number`} - Maximum value of the control.\n\n * `value` {`number`} - The value of the control.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\n * `animation-duration` {`number`} - Animation duration in milliseconds.\n\n * `indeterminate` {`boolean`} - The indeterminate state of the control.\n\n * `hide-label` {`boolean`} - Shows/hides the label of the control.\n\n * `label-format` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.\n\nProperties:\n\n * `tagName` {`\"igc-linear-progress\"`} - \n\n * `styles` - \n\n * `striped` {`boolean`} - Sets the striped look of the control.\n\n * `labelAlign` {`\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\"`} - The position for the default label of the control.\n\n * `wrapperParts` {`{ fill: boolean; striped: boolean; indeterminate: boolean; primary: boolean; success: boolean; danger: boolean; warning: boolean; info: boolean; }`} - \n\n * `animInfo` {`{ width: string; '--duration': string; }`} - \n\n * `initialMax` {`number`} - \n\n * `initialValue` {`number`} - \n\n * `tick` {`number`} - \n\n * `assignedElements` {`HTMLElement[]`} - \n\n * `progressIndicator` {`Element`} - \n\n * `percentage` {`number`} - \n\n * `max` {`number`} - Maximum value of the control.\n\n * `value` {`number`} - The value of the control.\n\n * `variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\n * `animationDuration` {`number`} - Animation duration in milliseconds.\n\n * `indeterminate` {`boolean`} - The indeterminate state of the control.\n\n * `hideLabel` {`boolean`} - Shows/hides the label of the control.\n\n * `labelFormat` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.",
|
|
1863
|
-
"attributes": [
|
|
1864
|
-
{
|
|
1865
|
-
"name": "striped",
|
|
1866
|
-
"description": "`striped` {`boolean`} - Sets the striped look of the control.\n\nProperty: striped\n\nDefault: false",
|
|
1867
|
-
"valueSet": "v"
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"name": "label-align",
|
|
1871
|
-
"description": "`label-align` {`\"top\" | \"top-start\" | \"top-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\"`} - The position for the default label of the control.\n\nProperty: labelAlign\n\nDefault: top-start",
|
|
1872
|
-
"values": [
|
|
1873
|
-
{
|
|
1874
|
-
"name": "top"
|
|
1875
|
-
},
|
|
1876
|
-
{
|
|
1877
|
-
"name": "top-start"
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"name": "top-end"
|
|
1881
|
-
},
|
|
1882
|
-
{
|
|
1883
|
-
"name": "bottom"
|
|
1884
|
-
},
|
|
1885
|
-
{
|
|
1886
|
-
"name": "bottom-start"
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
"name": "bottom-end"
|
|
1890
|
-
}
|
|
1891
|
-
]
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"name": "max",
|
|
1895
|
-
"description": "`max` {`number`} - Maximum value of the control.\n\nProperty: max\n\nDefault: 100"
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"name": "value",
|
|
1899
|
-
"description": "`value` {`number`} - The value of the control.\n\nProperty: value\n\nDefault: 0"
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"name": "variant",
|
|
1903
|
-
"description": "`variant` {`\"primary\" | \"info\" | \"success\" | \"warning\" | \"danger\"`} - The variant of the control.\n\nProperty: variant\n\nDefault: primary",
|
|
1904
|
-
"values": [
|
|
1905
|
-
{
|
|
1906
|
-
"name": "primary"
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"name": "info"
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"name": "success"
|
|
1913
|
-
},
|
|
1914
|
-
{
|
|
1915
|
-
"name": "warning"
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"name": "danger"
|
|
1919
|
-
}
|
|
1920
|
-
]
|
|
1921
|
-
},
|
|
1922
|
-
{
|
|
1923
|
-
"name": "animation-duration",
|
|
1924
|
-
"description": "`animation-duration` {`number`} - Animation duration in milliseconds.\n\nProperty: animationDuration\n\nDefault: 500"
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"name": "indeterminate",
|
|
1928
|
-
"description": "`indeterminate` {`boolean`} - The indeterminate state of the control.\n\nProperty: indeterminate\n\nDefault: false",
|
|
1929
|
-
"valueSet": "v"
|
|
1930
|
-
},
|
|
1931
|
-
{
|
|
1932
|
-
"name": "hide-label",
|
|
1933
|
-
"description": "`hide-label` {`boolean`} - Shows/hides the label of the control.\n\nProperty: hideLabel\n\nDefault: false",
|
|
1934
|
-
"valueSet": "v"
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"name": "label-format",
|
|
1938
|
-
"description": "`label-format` {`string`} - Format string for the default label of the control.\nPlaceholders:\n {0} - current value of the control.\n {1} - max value of the control.\n\nProperty: labelFormat"
|
|
1939
|
-
}
|
|
1940
|
-
]
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"name": "igc-radio-group",
|
|
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.",
|
|
1945
|
-
"attributes": [
|
|
1946
|
-
{
|
|
1947
|
-
"name": "alignment",
|
|
1948
|
-
"description": "`alignment` {`\"horizontal\" | \"vertical\"`} - Alignment of the radio controls inside this group.\n\nProperty: alignment\n\nDefault: vertical",
|
|
1949
|
-
"values": [
|
|
1950
|
-
{
|
|
1951
|
-
"name": "horizontal"
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"name": "vertical"
|
|
1955
|
-
}
|
|
1956
|
-
]
|
|
1957
|
-
}
|
|
1958
|
-
]
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"name": "igc-radio",
|
|
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` - ",
|
|
1963
|
-
"attributes": [
|
|
1964
|
-
{
|
|
1965
|
-
"name": "value",
|
|
1966
|
-
"description": "`value` {`string`} - The value attribute of the control.\n\nProperty: value"
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"name": "checked",
|
|
1970
|
-
"description": "`checked` {`boolean`} - The checked state of the control.\n\nProperty: checked\n\nDefault: false",
|
|
1971
|
-
"valueSet": "v"
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"name": "label-position",
|
|
1975
|
-
"description": "`label-position` {`\"before\" | \"after\"`} - The label position of the radio control.\n\nProperty: labelPosition\n\nDefault: after",
|
|
1976
|
-
"values": [
|
|
1977
|
-
{
|
|
1978
|
-
"name": "before"
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
"name": "after"
|
|
1982
|
-
}
|
|
1983
|
-
]
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"name": "required",
|
|
1987
|
-
"description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
|
|
1988
|
-
"valueSet": "v"
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"name": "name",
|
|
1992
|
-
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
1993
|
-
},
|
|
1994
|
-
{
|
|
1995
|
-
"name": "disabled",
|
|
1996
|
-
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
1997
|
-
"valueSet": "v"
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"name": "invalid",
|
|
2001
|
-
"description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
2002
|
-
"valueSet": "v"
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
"name": "onigcChange",
|
|
2006
|
-
"description": "`igcChange` {} - Emitted when the control's checked state changes."
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"name": "onigcFocus",
|
|
2010
|
-
"description": "`igcFocus` {} - Emitted when the control gains focus."
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
"name": "onigcBlur",
|
|
2014
|
-
"description": "`igcBlur` {} - Emitted when the control loses focus."
|
|
2015
|
-
}
|
|
2016
|
-
]
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
"name": "igc-rating-symbol",
|
|
2020
|
-
"description": "\nUsed when a custom icon/symbol/element needs to be passed to the igc-rating component.\n\nSlots:\n\n * ` ` {} - Default slot for projected full symbols/icons.\n\n * `empty` {} - Default slot for projected empty symbols/icons.\n\nProperties:\n\n * `tagName` {`\"igc-rating-symbol\"`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2021
|
-
"attributes": []
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
"name": "igc-rating",
|
|
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.",
|
|
2026
|
-
"attributes": [
|
|
2027
|
-
{
|
|
2028
|
-
"name": "max",
|
|
2029
|
-
"description": "`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\nProperty: max\n\nDefault: 5"
|
|
2030
|
-
},
|
|
2031
|
-
{
|
|
2032
|
-
"name": "step",
|
|
2033
|
-
"description": "`step` {`number`} - The minimum value change allowed.\n\nValid values are in the interval between 0 and 1 inclusive.\n\nProperty: step\n\nDefault: 1"
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
"name": "label",
|
|
2037
|
-
"description": "`label` {`string`} - The label of the control.\n\nProperty: label"
|
|
2038
|
-
},
|
|
2039
|
-
{
|
|
2040
|
-
"name": "value-format",
|
|
2041
|
-
"description": "`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\nProperty: valueFormat"
|
|
2042
|
-
},
|
|
2043
|
-
{
|
|
2044
|
-
"name": "value",
|
|
2045
|
-
"description": "`value` {`number`} - The current value of the component\n\nProperty: value\n\nDefault: 0"
|
|
2046
|
-
},
|
|
2047
|
-
{
|
|
2048
|
-
"name": "hover-preview",
|
|
2049
|
-
"description": "`hover-preview` {`boolean`} - Sets hover preview behavior for the component\n\nProperty: hoverPreview\n\nDefault: false",
|
|
2050
|
-
"valueSet": "v"
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"name": "readonly",
|
|
2054
|
-
"description": "`readonly` {`boolean`} - Makes the control a readonly field.\n\nProperty: readOnly\n\nDefault: false",
|
|
2055
|
-
"valueSet": "v"
|
|
2056
|
-
},
|
|
2057
|
-
{
|
|
2058
|
-
"name": "single",
|
|
2059
|
-
"description": "`single` {`boolean`} - Toggles single selection visual mode.\n\nProperty: single\n\nDefault: false",
|
|
2060
|
-
"valueSet": "v"
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
"name": "name",
|
|
2064
|
-
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
2065
|
-
},
|
|
2066
|
-
{
|
|
2067
|
-
"name": "disabled",
|
|
2068
|
-
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
2069
|
-
"valueSet": "v"
|
|
2070
|
-
},
|
|
2071
|
-
{
|
|
2072
|
-
"name": "invalid",
|
|
2073
|
-
"description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
2074
|
-
"valueSet": "v"
|
|
2075
|
-
},
|
|
2076
|
-
{
|
|
2077
|
-
"name": "size",
|
|
2078
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
2079
|
-
"values": [
|
|
2080
|
-
{
|
|
2081
|
-
"name": "small"
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"name": "medium"
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"name": "large"
|
|
2088
|
-
}
|
|
2089
|
-
]
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"name": "onigcChange",
|
|
2093
|
-
"description": "`igcChange` {} - Emitted when the value of the control changes."
|
|
2094
|
-
},
|
|
2095
|
-
{
|
|
2096
|
-
"name": "onigcHover",
|
|
2097
|
-
"description": "`igcHover` {} - Emitted when hover is enabled and the user mouses over a symbol of the rating."
|
|
2098
|
-
}
|
|
2099
|
-
]
|
|
2100
|
-
},
|
|
2101
|
-
{
|
|
2102
|
-
"name": "igc-ripple",
|
|
2103
|
-
"description": "A ripple can be applied to an element to represent\ninteractive surface.\n\nProperties:\n\n * `tagName` {`\"igc-ripple\"`} - \n\n * `styles` - \n\n * `handler` - ",
|
|
2104
|
-
"attributes": []
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"name": "igc-select-group",
|
|
2108
|
-
"description": "Slots:\n\n * `label` {} - Contains the group's label.\n\n * ` ` {} - Intended to contain the items belonging to this group.\n\nAttributes:\n\n * `disabled` {`boolean`} - Whether the group item and all its children are disabled.\n\nProperties:\n\n * `controlledItems` {`IgcSelectItemComponent[]`} - \n\n * `activeItems` {`IgcSelectItemComponent[]`} - \n\n * `disabled` {`boolean`} - Whether the group item and all its children are disabled.\n\n * `observer` {`MutationObserver`} - \n\n * `tagName` {`\"igc-select-group\"`} - \n\n * `styles` - \n\n * `parent` - \n\n * `items` {`IgcSelectItemComponent[]`} - All child `igc-select-item`s.",
|
|
2109
|
-
"attributes": [
|
|
2110
|
-
{
|
|
2111
|
-
"name": "disabled",
|
|
2112
|
-
"description": "`disabled` {`boolean`} - Whether the group item and all its children are disabled.\n\nProperty: disabled\n\nDefault: false",
|
|
2113
|
-
"valueSet": "v"
|
|
2114
|
-
}
|
|
2115
|
-
]
|
|
2116
|
-
},
|
|
2117
|
-
{
|
|
2118
|
-
"name": "igc-select-header",
|
|
2119
|
-
"description": "Slots:\n\n * ` ` {} - Renders the header.\n\nProperties:\n\n * `tagName` {`\"igc-select-header\"`} - \n\n * `styles` - ",
|
|
2120
|
-
"attributes": []
|
|
2121
|
-
},
|
|
2122
|
-
{
|
|
2123
|
-
"name": "igc-select-item",
|
|
2124
|
-
"description": "Represents an item in a select list.\n\nSlots:\n\n * ` ` {} - Renders the all content bar the prefix and suffix.\n\n * `prefix` {} - Renders content before the main content area.\n\n * `suffix` {} - Renders content after the main content area.\n\nAttributes:\n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.\n\nProperties:\n\n * `content` {`Element[]`} - \n\n * `textContent` {`string`} - Returns the text of the item without the prefix and suffix content.\n\n * `tagName` {`\"igc-select-item\"`} - \n\n * `styles` - \n\n * `_value` {`string`} - \n\n * `value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\n * `selected` {`boolean`} - Determines whether the item is selected.\n\n * `active` {`boolean`} - Determines whether the item is active.\n\n * `disabled` {`boolean`} - Determines whether the item is disabled.",
|
|
2125
|
-
"attributes": [
|
|
2126
|
-
{
|
|
2127
|
-
"name": "value",
|
|
2128
|
-
"description": "`value` {`string`} - Тhe current value of the item.\nIf not specified, the element's text content is used.\n\nProperty: value"
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"name": "selected",
|
|
2132
|
-
"description": "`selected` {`boolean`} - Determines whether the item is selected.\n\nProperty: selected\n\nDefault: false",
|
|
2133
|
-
"valueSet": "v"
|
|
2134
|
-
},
|
|
2135
|
-
{
|
|
2136
|
-
"name": "active",
|
|
2137
|
-
"description": "`active` {`boolean`} - Determines whether the item is active.\n\nProperty: active\n\nDefault: false",
|
|
2138
|
-
"valueSet": "v"
|
|
2139
|
-
},
|
|
2140
|
-
{
|
|
2141
|
-
"name": "disabled",
|
|
2142
|
-
"description": "`disabled` {`boolean`} - Determines whether the item is disabled.\n\nProperty: disabled\n\nDefault: false",
|
|
2143
|
-
"valueSet": "v"
|
|
2144
|
-
}
|
|
2145
|
-
]
|
|
2146
|
-
},
|
|
2147
|
-
{
|
|
2148
|
-
"name": "igc-select",
|
|
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.",
|
|
2150
|
-
"attributes": [
|
|
2151
|
-
{
|
|
2152
|
-
"name": "value",
|
|
2153
|
-
"description": "`value` {`string | undefined`} - The value attribute of the control.\n\nProperty: value",
|
|
2154
|
-
"values": []
|
|
2155
|
-
},
|
|
2156
|
-
{
|
|
2157
|
-
"name": "outlined",
|
|
2158
|
-
"description": "`outlined` {`boolean`} - The outlined attribute of the control.\n\nProperty: outlined\n\nDefault: false",
|
|
2159
|
-
"valueSet": "v"
|
|
2160
|
-
},
|
|
2161
|
-
{
|
|
2162
|
-
"name": "autofocus",
|
|
2163
|
-
"description": "`autofocus` {`boolean`} - The autofocus attribute of the control.\n\nProperty: autofocus",
|
|
2164
|
-
"valueSet": "v"
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"name": "label",
|
|
2168
|
-
"description": "`label` {`string`} - The label attribute of the control.\n\nProperty: label"
|
|
2169
|
-
},
|
|
2170
|
-
{
|
|
2171
|
-
"name": "placeholder",
|
|
2172
|
-
"description": "`placeholder` {`string`} - The placeholder attribute of the control.\n\nProperty: placeholder"
|
|
2173
|
-
},
|
|
2174
|
-
{
|
|
2175
|
-
"name": "required",
|
|
2176
|
-
"description": "`required` {`boolean`} - Makes the control a required field in a form context.\n\nProperty: required\n\nDefault: false",
|
|
2177
|
-
"valueSet": "v"
|
|
2178
|
-
},
|
|
2179
|
-
{
|
|
2180
|
-
"name": "name",
|
|
2181
|
-
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
2182
|
-
},
|
|
2183
|
-
{
|
|
2184
|
-
"name": "disabled",
|
|
2185
|
-
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
2186
|
-
"valueSet": "v"
|
|
2187
|
-
},
|
|
2188
|
-
{
|
|
2189
|
-
"name": "invalid",
|
|
2190
|
-
"description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
2191
|
-
"valueSet": "v"
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"name": "keep-open-on-select",
|
|
2195
|
-
"description": "`keep-open-on-select` {`boolean`} - Whether the dropdown should be kept open on selection.\n\nProperty: keepOpenOnSelect\n\nDefault: false",
|
|
2196
|
-
"valueSet": "v"
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"name": "scroll-strategy",
|
|
2200
|
-
"description": "`scroll-strategy` {`\"scroll\" | \"block\" | \"close\"`} - Determines the behavior of the component during scrolling the container.\n\nProperty: scrollStrategy\n\nDefault: scroll",
|
|
2201
|
-
"values": [
|
|
2202
|
-
{
|
|
2203
|
-
"name": "scroll"
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"name": "block"
|
|
2207
|
-
},
|
|
2208
|
-
{
|
|
2209
|
-
"name": "close"
|
|
2210
|
-
}
|
|
2211
|
-
]
|
|
2212
|
-
},
|
|
2213
|
-
{
|
|
2214
|
-
"name": "keep-open-on-outside-click",
|
|
2215
|
-
"description": "`keep-open-on-outside-click` {`boolean`} - Whether the component should be kept open on clicking outside of it.\n\nProperty: keepOpenOnOutsideClick\n\nDefault: false",
|
|
2216
|
-
"valueSet": "v"
|
|
2217
|
-
},
|
|
2218
|
-
{
|
|
2219
|
-
"name": "open",
|
|
2220
|
-
"description": "`open` {`boolean`} - Sets the open state of the component.\n\nProperty: open\n\nDefault: false",
|
|
2221
|
-
"valueSet": "v"
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"name": "placement",
|
|
2225
|
-
"description": "`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\nProperty: placement\n\nDefault: bottom-start",
|
|
2226
|
-
"values": [
|
|
2227
|
-
{
|
|
2228
|
-
"name": "top"
|
|
2229
|
-
},
|
|
2230
|
-
{
|
|
2231
|
-
"name": "top-start"
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
"name": "top-end"
|
|
2235
|
-
},
|
|
2236
|
-
{
|
|
2237
|
-
"name": "bottom"
|
|
2238
|
-
},
|
|
2239
|
-
{
|
|
2240
|
-
"name": "bottom-start"
|
|
2241
|
-
},
|
|
2242
|
-
{
|
|
2243
|
-
"name": "bottom-end"
|
|
2244
|
-
},
|
|
2245
|
-
{
|
|
2246
|
-
"name": "right"
|
|
2247
|
-
},
|
|
2248
|
-
{
|
|
2249
|
-
"name": "right-start"
|
|
2250
|
-
},
|
|
2251
|
-
{
|
|
2252
|
-
"name": "right-end"
|
|
2253
|
-
},
|
|
2254
|
-
{
|
|
2255
|
-
"name": "left"
|
|
2256
|
-
},
|
|
2257
|
-
{
|
|
2258
|
-
"name": "left-start"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"name": "left-end"
|
|
2262
|
-
}
|
|
2263
|
-
]
|
|
2264
|
-
},
|
|
2265
|
-
{
|
|
2266
|
-
"name": "position-strategy",
|
|
2267
|
-
"description": "`position-strategy` {`\"absolute\" | \"fixed\"`} - Sets the component's positioning strategy.\n\nProperty: positionStrategy\n\nDefault: fixed",
|
|
2268
|
-
"values": [
|
|
2269
|
-
{
|
|
2270
|
-
"name": "absolute"
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
"name": "fixed"
|
|
2274
|
-
}
|
|
2275
|
-
]
|
|
2276
|
-
},
|
|
2277
|
-
{
|
|
2278
|
-
"name": "flip",
|
|
2279
|
-
"description": "`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\nProperty: flip\n\nDefault: true",
|
|
2280
|
-
"valueSet": "v"
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
"name": "distance",
|
|
2284
|
-
"description": "`distance` {`number`} - The distance from the target element.\n\nProperty: distance\n\nDefault: 0"
|
|
2285
|
-
},
|
|
2286
|
-
{
|
|
2287
|
-
"name": "same-width",
|
|
2288
|
-
"description": "`same-width` {`boolean`} - Whether the dropdown's width should be the same as the target's one.\n\nProperty: sameWidth\n\nDefault: true",
|
|
2289
|
-
"valueSet": "v"
|
|
2290
|
-
},
|
|
2291
|
-
{
|
|
2292
|
-
"name": "size",
|
|
2293
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: medium"
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
"name": "onigcChange",
|
|
2297
|
-
"description": "`igcChange` {} - Emitted when the selected item changes."
|
|
2298
|
-
},
|
|
2299
|
-
{
|
|
2300
|
-
"name": "onigcOpening",
|
|
2301
|
-
"description": "`igcOpening` {} - Emitted just before the dropdown is open."
|
|
2302
|
-
},
|
|
2303
|
-
{
|
|
2304
|
-
"name": "onigcOpened",
|
|
2305
|
-
"description": "`igcOpened` {} - Emitted after the dropdown is open."
|
|
2306
|
-
},
|
|
2307
|
-
{
|
|
2308
|
-
"name": "onigcClosing",
|
|
2309
|
-
"description": "`igcClosing` {} - Emitter just before the dropdown is closed."
|
|
2310
|
-
},
|
|
2311
|
-
{
|
|
2312
|
-
"name": "onigcClosed",
|
|
2313
|
-
"description": "`igcClosed` {} - Emitted after closing the dropdown."
|
|
2314
|
-
}
|
|
2315
|
-
]
|
|
2316
|
-
},
|
|
2317
|
-
{
|
|
2318
|
-
"name": "igc-range-slider",
|
|
2319
|
-
"description": "A range slider component used to select two numeric values 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 * `lower` {`number`} - The current value of the lower thumb.\n\n * `upper` {`number`} - The current value of the upper thumb.\n\n * `aria-label-lower` {`string`} - The aria label of the lower thumb.\n\n * `aria-label-upper` {`string`} - The aria label of the upper thumb.\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`} - Disables the UI interactions of the slider.\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-range-slider\"`} - \n\n * `thumbFrom` {`HTMLElement`} - \n\n * `thumbTo` {`HTMLElement`} - \n\n * `_lower` {`number`} - \n\n * `_upper` {`number`} - \n\n * `lower` {`number`} - The current value of the lower thumb.\n\n * `upper` {`number`} - The current value of the upper thumb.\n\n * `ariaLabelLower` {`string`} - The aria label of the lower thumb.\n\n * `ariaLabelUpper` {`string`} - The aria label of the upper thumb.\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`} - Disables the UI interactions of the slider.\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` - ",
|
|
2320
|
-
"attributes": [
|
|
2321
|
-
{
|
|
2322
|
-
"name": "lower",
|
|
2323
|
-
"description": "`lower` {`number`} - The current value of the lower thumb.\n\nProperty: lower"
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"name": "upper",
|
|
2327
|
-
"description": "`upper` {`number`} - The current value of the upper thumb.\n\nProperty: upper"
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
|
-
"name": "aria-label-lower",
|
|
2331
|
-
"description": "`aria-label-lower` {`string`} - The aria label of the lower thumb.\n\nProperty: ariaLabelLower"
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"name": "aria-label-upper",
|
|
2335
|
-
"description": "`aria-label-upper` {`string`} - The aria label of the upper thumb.\n\nProperty: ariaLabelUpper"
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"name": "min",
|
|
2339
|
-
"description": "`min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\nProperty: min"
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"name": "max",
|
|
2343
|
-
"description": "`max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\nProperty: max"
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"name": "lower-bound",
|
|
2347
|
-
"description": "`lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\nProperty: lowerBound",
|
|
2348
|
-
"values": []
|
|
2349
|
-
},
|
|
2350
|
-
{
|
|
2351
|
-
"name": "upper-bound",
|
|
2352
|
-
"description": "`upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\nProperty: upperBound",
|
|
2353
|
-
"values": []
|
|
2354
|
-
},
|
|
2355
|
-
{
|
|
2356
|
-
"name": "disabled",
|
|
2357
|
-
"description": "`disabled` {`boolean`} - Disables the UI interactions of the slider.\n\nProperty: disabled\n\nDefault: false",
|
|
2358
|
-
"valueSet": "v"
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"name": "discrete-track",
|
|
2362
|
-
"description": "`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\nProperty: discreteTrack\n\nDefault: false",
|
|
2363
|
-
"valueSet": "v"
|
|
2364
|
-
},
|
|
2365
|
-
{
|
|
2366
|
-
"name": "hide-tooltip",
|
|
2367
|
-
"description": "`hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\nProperty: hideTooltip\n\nDefault: false",
|
|
2368
|
-
"valueSet": "v"
|
|
2369
|
-
},
|
|
2370
|
-
{
|
|
2371
|
-
"name": "step",
|
|
2372
|
-
"description": "`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\nProperty: step"
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"name": "primary-ticks",
|
|
2376
|
-
"description": "`primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\nProperty: primaryTicks\n\nDefault: 0"
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"name": "secondary-ticks",
|
|
2380
|
-
"description": "`secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\nProperty: secondaryTicks\n\nDefault: 0"
|
|
2381
|
-
},
|
|
2382
|
-
{
|
|
2383
|
-
"name": "tick-orientation",
|
|
2384
|
-
"description": "`tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\nProperty: tickOrientation\n\nDefault: end",
|
|
2385
|
-
"values": [
|
|
2386
|
-
{
|
|
2387
|
-
"name": "start"
|
|
2388
|
-
},
|
|
2389
|
-
{
|
|
2390
|
-
"name": "end"
|
|
2391
|
-
},
|
|
2392
|
-
{
|
|
2393
|
-
"name": "mirror"
|
|
2394
|
-
}
|
|
2395
|
-
]
|
|
2396
|
-
},
|
|
2397
|
-
{
|
|
2398
|
-
"name": "hide-primary-labels",
|
|
2399
|
-
"description": "`hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\nProperty: hidePrimaryLabels\n\nDefault: false",
|
|
2400
|
-
"valueSet": "v"
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"name": "hide-secondary-labels",
|
|
2404
|
-
"description": "`hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\nProperty: hideSecondaryLabels\n\nDefault: false",
|
|
2405
|
-
"valueSet": "v"
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"name": "locale",
|
|
2409
|
-
"description": "`locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\nProperty: locale\n\nDefault: en"
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"name": "value-format",
|
|
2413
|
-
"description": "`value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\nProperty: valueFormat",
|
|
2414
|
-
"values": []
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"name": "tick-label-rotation",
|
|
2418
|
-
"description": "`tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperty: tickLabelRotation\n\nDefault: 0",
|
|
2419
|
-
"values": [
|
|
2420
|
-
{
|
|
2421
|
-
"name": "0"
|
|
2422
|
-
},
|
|
2423
|
-
{
|
|
2424
|
-
"name": "90"
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"name": "-90"
|
|
2428
|
-
}
|
|
2429
|
-
]
|
|
2430
|
-
},
|
|
2431
|
-
{
|
|
2432
|
-
"name": "onigcInput",
|
|
2433
|
-
"description": "`igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction."
|
|
2434
|
-
},
|
|
2435
|
-
{
|
|
2436
|
-
"name": "onigcChange",
|
|
2437
|
-
"description": "`igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction."
|
|
2438
|
-
}
|
|
2439
|
-
]
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"name": "igc-slider-label",
|
|
2443
|
-
"description": "Properties:\n\n * `tagName` {`\"igc-slider-label\"`} - \n\n * `styles` - ",
|
|
2444
|
-
"attributes": []
|
|
2445
|
-
},
|
|
2446
|
-
{
|
|
2447
|
-
"name": "igc-slider",
|
|
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` - ",
|
|
2449
|
-
"attributes": [
|
|
2450
|
-
{
|
|
2451
|
-
"name": "value",
|
|
2452
|
-
"description": "`value` {`number`} - The current value of the component.\n\nProperty: value\n\nDefault: 0"
|
|
2453
|
-
},
|
|
2454
|
-
{
|
|
2455
|
-
"name": "name",
|
|
2456
|
-
"description": "`name` {`string`} - The name attribute of the control.\n\nProperty: name"
|
|
2457
|
-
},
|
|
2458
|
-
{
|
|
2459
|
-
"name": "invalid",
|
|
2460
|
-
"description": "`invalid` {`boolean`} - Control the validity of the control.\n\nProperty: invalid\n\nDefault: false",
|
|
2461
|
-
"valueSet": "v"
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"name": "min",
|
|
2465
|
-
"description": "`min` {`number`} - The minimum value of the slider scale. Defaults to 0.\n\nProperty: min"
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"name": "max",
|
|
2469
|
-
"description": "`max` {`number`} - The maximum value of the slider scale. Defaults to 100.\n\nProperty: max"
|
|
2470
|
-
},
|
|
2471
|
-
{
|
|
2472
|
-
"name": "lower-bound",
|
|
2473
|
-
"description": "`lower-bound` {`number | undefined`} - The lower bound of the slider value. If not set, the `min` value is applied.\n\nProperty: lowerBound",
|
|
2474
|
-
"values": []
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"name": "upper-bound",
|
|
2478
|
-
"description": "`upper-bound` {`number | undefined`} - The upper bound of the slider value. If not set, the `max` value is applied.\n\nProperty: upperBound",
|
|
2479
|
-
"values": []
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"name": "disabled",
|
|
2483
|
-
"description": "`disabled` {`boolean`} - The disabled state of the component\n\nProperty: disabled\n\nDefault: false",
|
|
2484
|
-
"valueSet": "v"
|
|
2485
|
-
},
|
|
2486
|
-
{
|
|
2487
|
-
"name": "discrete-track",
|
|
2488
|
-
"description": "`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\nProperty: discreteTrack\n\nDefault: false",
|
|
2489
|
-
"valueSet": "v"
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "hide-tooltip",
|
|
2493
|
-
"description": "`hide-tooltip` {`boolean`} - Hides the thumb tooltip.\n\nProperty: hideTooltip\n\nDefault: false",
|
|
2494
|
-
"valueSet": "v"
|
|
2495
|
-
},
|
|
2496
|
-
{
|
|
2497
|
-
"name": "step",
|
|
2498
|
-
"description": "`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\nProperty: step"
|
|
2499
|
-
},
|
|
2500
|
-
{
|
|
2501
|
-
"name": "primary-ticks",
|
|
2502
|
-
"description": "`primary-ticks` {`number`} - The number of primary ticks. It defaults to 0 which means no primary ticks are displayed.\n\nProperty: primaryTicks\n\nDefault: 0"
|
|
2503
|
-
},
|
|
2504
|
-
{
|
|
2505
|
-
"name": "secondary-ticks",
|
|
2506
|
-
"description": "`secondary-ticks` {`number`} - The number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.\n\nProperty: secondaryTicks\n\nDefault: 0"
|
|
2507
|
-
},
|
|
2508
|
-
{
|
|
2509
|
-
"name": "tick-orientation",
|
|
2510
|
-
"description": "`tick-orientation` {`\"start\" | \"end\" | \"mirror\"`} - Changes the orientation of the ticks.\n\nProperty: tickOrientation\n\nDefault: end",
|
|
2511
|
-
"values": [
|
|
2512
|
-
{
|
|
2513
|
-
"name": "start"
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"name": "end"
|
|
2517
|
-
},
|
|
2518
|
-
{
|
|
2519
|
-
"name": "mirror"
|
|
2520
|
-
}
|
|
2521
|
-
]
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"name": "hide-primary-labels",
|
|
2525
|
-
"description": "`hide-primary-labels` {`boolean`} - Hides the primary tick labels.\n\nProperty: hidePrimaryLabels\n\nDefault: false",
|
|
2526
|
-
"valueSet": "v"
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"name": "hide-secondary-labels",
|
|
2530
|
-
"description": "`hide-secondary-labels` {`boolean`} - Hides the secondary tick labels.\n\nProperty: hideSecondaryLabels\n\nDefault: false",
|
|
2531
|
-
"valueSet": "v"
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"name": "locale",
|
|
2535
|
-
"description": "`locale` {`string`} - The locale used to format the thumb and tick label values in the slider.\n\nProperty: locale\n\nDefault: en"
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"name": "value-format",
|
|
2539
|
-
"description": "`value-format` {`string | undefined`} - String format used for the thumb and tick label values in the slider.\n\nProperty: valueFormat",
|
|
2540
|
-
"values": []
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"name": "tick-label-rotation",
|
|
2544
|
-
"description": "`tick-label-rotation` {`0 | 90 | -90`} - The degrees for the rotation of the tick labels. Defaults to 0.\n\nProperty: tickLabelRotation\n\nDefault: 0",
|
|
2545
|
-
"values": [
|
|
2546
|
-
{
|
|
2547
|
-
"name": "0"
|
|
2548
|
-
},
|
|
2549
|
-
{
|
|
2550
|
-
"name": "90"
|
|
2551
|
-
},
|
|
2552
|
-
{
|
|
2553
|
-
"name": "-90"
|
|
2554
|
-
}
|
|
2555
|
-
]
|
|
2556
|
-
},
|
|
2557
|
-
{
|
|
2558
|
-
"name": "onigcInput",
|
|
2559
|
-
"description": "`igcInput` {} - Emitted when a value is changed via thumb drag or keyboard interaction."
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
"name": "onigcChange",
|
|
2563
|
-
"description": "`igcChange` {} - Emitted when a value change is committed on a thumb drag end or keyboard interaction."
|
|
2564
|
-
}
|
|
2565
|
-
]
|
|
2566
|
-
},
|
|
2567
|
-
{
|
|
2568
|
-
"name": "igc-snackbar",
|
|
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.",
|
|
2570
|
-
"attributes": [
|
|
2571
|
-
{
|
|
2572
|
-
"name": "open",
|
|
2573
|
-
"description": "`open` {`boolean`} - Determines whether the snackbar is opened.\n\nProperty: open\n\nDefault: false",
|
|
2574
|
-
"valueSet": "v"
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"name": "display-time",
|
|
2578
|
-
"description": "`display-time` {`number`} - Determines the duration in ms in which the snackbar will be visible.\n\nProperty: displayTime\n\nDefault: 4000"
|
|
2579
|
-
},
|
|
2580
|
-
{
|
|
2581
|
-
"name": "keep-open",
|
|
2582
|
-
"description": "`keep-open` {`boolean`} - Determines whether the snackbar should close after the displayTime is over.\n\nProperty: keepOpen\n\nDefault: false",
|
|
2583
|
-
"valueSet": "v"
|
|
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
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"name": "action-text",
|
|
2602
|
-
"description": "`action-text` {`string`} - The snackbar action button.\n\nProperty: actionText"
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"name": "onigcAction",
|
|
2606
|
-
"description": "`igcAction` {} - Emitted when the snackbar action button is clicked."
|
|
2607
|
-
}
|
|
2608
|
-
]
|
|
2609
|
-
},
|
|
2610
|
-
{
|
|
2611
|
-
"name": "igc-step",
|
|
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; }`} - ",
|
|
2613
|
-
"attributes": [
|
|
2614
|
-
{
|
|
2615
|
-
"name": "invalid",
|
|
2616
|
-
"description": "`invalid` {`boolean`} - Gets/sets whether the step is invalid.\n\nProperty: invalid\n\nDefault: false",
|
|
2617
|
-
"valueSet": "v"
|
|
2618
|
-
},
|
|
2619
|
-
{
|
|
2620
|
-
"name": "active",
|
|
2621
|
-
"description": "`active` {`boolean`} - Gets/sets whether the step is activе.\n\nProperty: active\n\nDefault: false",
|
|
2622
|
-
"valueSet": "v"
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"name": "optional",
|
|
2626
|
-
"description": "`optional` {`boolean`} - Gets/sets whether the step is optional.\n\nProperty: optional\n\nDefault: false",
|
|
2627
|
-
"valueSet": "v"
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
"name": "disabled",
|
|
2631
|
-
"description": "`disabled` {`boolean`} - Gets/sets whether the step is interactable.\n\nProperty: disabled\n\nDefault: false",
|
|
2632
|
-
"valueSet": "v"
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
"name": "complete",
|
|
2636
|
-
"description": "`complete` {`boolean`} - Gets/sets whether the step is completed.\n\nProperty: complete\n\nDefault: false",
|
|
2637
|
-
"valueSet": "v"
|
|
2638
|
-
},
|
|
2639
|
-
{
|
|
2640
|
-
"name": "onstepActiveChanged",
|
|
2641
|
-
"description": "`stepActiveChanged` {`CustomEvent<boolean>`} - "
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
"name": "onstepDisabledInvalidChanged",
|
|
2645
|
-
"description": "`stepDisabledInvalidChanged` {`CustomEvent<unknown>`} - "
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"name": "onstepCompleteChanged",
|
|
2649
|
-
"description": "`stepCompleteChanged` {`CustomEvent<unknown>`} - "
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"name": "onstepHeaderKeydown",
|
|
2653
|
-
"description": "`stepHeaderKeydown` {`CustomEvent<{ event: KeyboardEvent; focusedStep: this; }>`} - "
|
|
2654
|
-
}
|
|
2655
|
-
]
|
|
2656
|
-
},
|
|
2657
|
-
{
|
|
2658
|
-
"name": "igc-stepper",
|
|
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.",
|
|
2660
|
-
"attributes": [
|
|
2661
|
-
{
|
|
2662
|
-
"name": "orientation",
|
|
2663
|
-
"description": "`orientation` {`\"horizontal\" | \"vertical\"`} - Gets/Sets the orientation of the stepper.\n\nProperty: orientation\n\nDefault: horizontal",
|
|
2664
|
-
"values": [
|
|
2665
|
-
{
|
|
2666
|
-
"name": "horizontal"
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
"name": "vertical"
|
|
2670
|
-
}
|
|
2671
|
-
]
|
|
2672
|
-
},
|
|
2673
|
-
{
|
|
2674
|
-
"name": "step-type",
|
|
2675
|
-
"description": "`step-type` {`\"indicator\" | \"title\" | \"full\"`} - Get/Set the type of the steps.\n\nProperty: stepType\n\nDefault: full",
|
|
2676
|
-
"values": [
|
|
2677
|
-
{
|
|
2678
|
-
"name": "indicator"
|
|
2679
|
-
},
|
|
2680
|
-
{
|
|
2681
|
-
"name": "title"
|
|
2682
|
-
},
|
|
2683
|
-
{
|
|
2684
|
-
"name": "full"
|
|
2685
|
-
}
|
|
2686
|
-
]
|
|
2687
|
-
},
|
|
2688
|
-
{
|
|
2689
|
-
"name": "linear",
|
|
2690
|
-
"description": "`linear` {`boolean`} - Get/Set whether the stepper is linear.\n\nProperty: linear\n\nDefault: false",
|
|
2691
|
-
"valueSet": "v"
|
|
2692
|
-
},
|
|
2693
|
-
{
|
|
2694
|
-
"name": "content-top",
|
|
2695
|
-
"description": "`content-top` {`boolean`} - Get/Set whether the content is displayed above the steps.\n\nProperty: contentTop\n\nDefault: false",
|
|
2696
|
-
"valueSet": "v"
|
|
2697
|
-
},
|
|
2698
|
-
{
|
|
2699
|
-
"name": "vertical-animation",
|
|
2700
|
-
"description": "`vertical-animation` {`\"none\" | \"grow\" | \"fade\"`} - The animation type when in vertical mode.\n\nProperty: verticalAnimation\n\nDefault: grow",
|
|
2701
|
-
"values": [
|
|
2702
|
-
{
|
|
2703
|
-
"name": "none"
|
|
2704
|
-
},
|
|
2705
|
-
{
|
|
2706
|
-
"name": "grow"
|
|
2707
|
-
},
|
|
2708
|
-
{
|
|
2709
|
-
"name": "fade"
|
|
2710
|
-
}
|
|
2711
|
-
]
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"name": "horizontal-animation",
|
|
2715
|
-
"description": "`horizontal-animation` {`\"none\" | \"fade\" | \"slide\"`} - The animation type when in horizontal mode.\n\nProperty: horizontalAnimation\n\nDefault: slide",
|
|
2716
|
-
"values": [
|
|
2717
|
-
{
|
|
2718
|
-
"name": "none"
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"name": "fade"
|
|
2722
|
-
},
|
|
2723
|
-
{
|
|
2724
|
-
"name": "slide"
|
|
2725
|
-
}
|
|
2726
|
-
]
|
|
2727
|
-
},
|
|
2728
|
-
{
|
|
2729
|
-
"name": "animation-duration",
|
|
2730
|
-
"description": "`animation-duration` {`number`} - The animation duration in either vertical or horizontal mode.\n\nProperty: animationDuration\n\nDefault: 320"
|
|
2731
|
-
},
|
|
2732
|
-
{
|
|
2733
|
-
"name": "title-position",
|
|
2734
|
-
"description": "`title-position` {`\"top\" | \"bottom\" | \"start\" | \"end\" | undefined`} - Get/Set the position of the steps title.\n\nProperty: titlePosition",
|
|
2735
|
-
"values": [
|
|
2736
|
-
{
|
|
2737
|
-
"name": "top"
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"name": "bottom"
|
|
2741
|
-
},
|
|
2742
|
-
{
|
|
2743
|
-
"name": "start"
|
|
2744
|
-
},
|
|
2745
|
-
{
|
|
2746
|
-
"name": "end"
|
|
2747
|
-
}
|
|
2748
|
-
]
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"name": "onigcActiveStepChanging",
|
|
2752
|
-
"description": "`igcActiveStepChanging` {} - Emitted when the active step is about to change."
|
|
2753
|
-
},
|
|
2754
|
-
{
|
|
2755
|
-
"name": "onigcActiveStepChanged",
|
|
2756
|
-
"description": "`igcActiveStepChanged` {} - Emitted when the active step is changed."
|
|
2757
|
-
}
|
|
2758
|
-
]
|
|
2759
|
-
},
|
|
2760
|
-
{
|
|
2761
|
-
"name": "igc-tab-panel",
|
|
2762
|
-
"description": "Represents the content of a tab\n\nSlots:\n\n * ` ` {} - Renders the content.\n\nProperties:\n\n * `tagName` {`\"igc-tab-panel\"`} - \n\n * `styles` - \n\n * `increment` - ",
|
|
2763
|
-
"attributes": []
|
|
2764
|
-
},
|
|
2765
|
-
{
|
|
2766
|
-
"name": "igc-tab",
|
|
2767
|
-
"description": "Represents the tab header.\n\nSlots:\n\n * `prefix` {} - Renders before the tab header content.\n\n * ` ` {} - Renders the tab header content.\n\n * `suffix` {} - Renders after the tab header content.\n\nAttributes:\n\n * `panel` {`string`} - The id of the tab panel which will be controlled by the tab.\n\n * `selected` {`boolean`} - Determines whether the tab is selected.\n\n * `disabled` {`boolean`} - Determines whether the tab is disabled.\n\nProperties:\n\n * `tagName` {`\"igc-tab\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `tab` {`HTMLElement`} - \n\n * `panel` {`string`} - The id of the tab panel which will be controlled by the tab.\n\n * `selected` {`boolean`} - Determines whether the tab is selected.\n\n * `disabled` {`boolean`} - Determines whether the tab is disabled.",
|
|
2768
|
-
"attributes": [
|
|
2769
|
-
{
|
|
2770
|
-
"name": "panel",
|
|
2771
|
-
"description": "`panel` {`string`} - The id of the tab panel which will be controlled by the tab.\n\nProperty: panel\n\nDefault: "
|
|
2772
|
-
},
|
|
2773
|
-
{
|
|
2774
|
-
"name": "selected",
|
|
2775
|
-
"description": "`selected` {`boolean`} - Determines whether the tab is selected.\n\nProperty: selected\n\nDefault: false",
|
|
2776
|
-
"valueSet": "v"
|
|
2777
|
-
},
|
|
2778
|
-
{
|
|
2779
|
-
"name": "disabled",
|
|
2780
|
-
"description": "`disabled` {`boolean`} - Determines whether the tab is disabled.\n\nProperty: disabled\n\nDefault: false",
|
|
2781
|
-
"valueSet": "v"
|
|
2782
|
-
}
|
|
2783
|
-
]
|
|
2784
|
-
},
|
|
2785
|
-
{
|
|
2786
|
-
"name": "igc-tabs",
|
|
2787
|
-
"description": "Represents tabs component\n\nEvents:\n\n * `igcChange` {} - Emitted when the selected tab changes.\n\nSlots:\n\n * ` ` {} - Renders the tab header.\n\n * `panel` {} - Renders the tab content.\n\nAttributes:\n\n * `alignment` {`\"start\" | \"end\" | \"center\" | \"justify\"`} - Sets the alignment for the tab headers\n\n * `activation` {`\"manual\" | \"auto\"`} - Determines the tab activation. When set to auto,\nthe tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys\nand the corresponding panel is displayed.\nWhen set to manual, the tab is only focused. The selection happens after pressing Space or Enter.\n\nProperties:\n\n * `tagName` {`\"igc-tabs\"`} - \n\n * `styles` - \n\n * `increment` - \n\n * `tabs` {`IgcTabComponent[]`} - \n\n * `panels` {`IgcTabPanelComponent[]`} - \n\n * `wrapper` {`HTMLElement`} - \n\n * `container` {`HTMLElement`} - \n\n * `selectedIndicator` {`HTMLElement`} - \n\n * `showScrollButtons` {`boolean`} - \n\n * `disableStartScrollButton` {`boolean`} - \n\n * `disableEndScrollButton` {`boolean`} - \n\n * `activeTab` - \n\n * `resizeObserver` {`ResizeObserver`} - \n\n * `mutationObserver` {`MutationObserver`} - \n\n * `enabledTabs` {`IgcTabComponent[]`} - \n\n * `selected` {`string`} - Returns the currently selected tab.\n\n * `alignment` {`\"start\" | \"end\" | \"center\" | \"justify\"`} - Sets the alignment for the tab headers\n\n * `activation` {`\"manual\" | \"auto\"`} - Determines the tab activation. When set to auto,\nthe tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys\nand the corresponding panel is displayed.\nWhen set to manual, the tab is only focused. The selection happens after pressing Space or Enter.\n\n * `handleKeyDown` - ",
|
|
2788
|
-
"attributes": [
|
|
2789
|
-
{
|
|
2790
|
-
"name": "alignment",
|
|
2791
|
-
"description": "`alignment` {`\"start\" | \"end\" | \"center\" | \"justify\"`} - Sets the alignment for the tab headers\n\nProperty: alignment\n\nDefault: start",
|
|
2792
|
-
"values": [
|
|
2793
|
-
{
|
|
2794
|
-
"name": "start"
|
|
2795
|
-
},
|
|
2796
|
-
{
|
|
2797
|
-
"name": "end"
|
|
2798
|
-
},
|
|
2799
|
-
{
|
|
2800
|
-
"name": "center"
|
|
2801
|
-
},
|
|
2802
|
-
{
|
|
2803
|
-
"name": "justify"
|
|
2804
|
-
}
|
|
2805
|
-
]
|
|
2806
|
-
},
|
|
2807
|
-
{
|
|
2808
|
-
"name": "activation",
|
|
2809
|
-
"description": "`activation` {`\"manual\" | \"auto\"`} - Determines the tab activation. When set to auto,\nthe tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys\nand the corresponding panel is displayed.\nWhen set to manual, the tab is only focused. The selection happens after pressing Space or Enter.\n\nProperty: activation\n\nDefault: auto",
|
|
2810
|
-
"values": [
|
|
2811
|
-
{
|
|
2812
|
-
"name": "manual"
|
|
2813
|
-
},
|
|
2814
|
-
{
|
|
2815
|
-
"name": "auto"
|
|
2816
|
-
}
|
|
2817
|
-
]
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"name": "onigcChange",
|
|
2821
|
-
"description": "`igcChange` {} - Emitted when the selected tab changes."
|
|
2822
|
-
}
|
|
2823
|
-
]
|
|
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
|
-
},
|
|
2993
|
-
{
|
|
2994
|
-
"name": "igc-toast",
|
|
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.",
|
|
2996
|
-
"attributes": [
|
|
2997
|
-
{
|
|
2998
|
-
"name": "open",
|
|
2999
|
-
"description": "`open` {`boolean`} - Determines whether the toast is opened.\n\nProperty: open\n\nDefault: false",
|
|
3000
|
-
"valueSet": "v"
|
|
3001
|
-
},
|
|
3002
|
-
{
|
|
3003
|
-
"name": "display-time",
|
|
3004
|
-
"description": "`display-time` {`number`} - Determines the time after which the toast will close\n\nProperty: displayTime\n\nDefault: 4000"
|
|
3005
|
-
},
|
|
3006
|
-
{
|
|
3007
|
-
"name": "keep-open",
|
|
3008
|
-
"description": "`keep-open` {`boolean`} - Determines whether the toast is closed automatically or not.\n\nProperty: keepOpen\n\nDefault: false",
|
|
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
|
-
]
|
|
3025
|
-
}
|
|
3026
|
-
]
|
|
3027
|
-
},
|
|
3028
|
-
{
|
|
3029
|
-
"name": "test-popper",
|
|
3030
|
-
"description": "Properties:\n\n * `toggleDirective` - ",
|
|
3031
|
-
"attributes": []
|
|
3032
|
-
},
|
|
3033
|
-
{
|
|
3034
|
-
"name": "igc-tree-item",
|
|
3035
|
-
"description": "The tree-item component represents a child item of the tree component or another tree item.\n\nSlots:\n\n * ` ` {} - Renders nested tree-item component.\n\n * `label` {} - Renders the tree item container.\n\n * `indicator` {} - Renders the expand indicator container.\n\n * `loading` {} - Renders the tree item loading indicator container.\n\n * `indentation` {} - Renders the container (by default the space) before the tree item.\n\nAttributes:\n\n * `label` {`string`} - The tree item label.\n\n * `expanded` {`boolean`} - The tree item expansion state.\n\n * `active` {`boolean`} - Marks the item as the tree's active item.\n\n * `disabled` {`boolean`} - Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.\n\n * `selected` {`boolean`} - The tree item selection state.\n\n * `loading` {`boolean`} - To be used for load-on-demand scenarios in order to specify whether the item is loading data.\n\n * `value` - The value entry that the tree item is visualizing. Required for searching through items.\n\nProperties:\n\n * `tagName` {`\"igc-tree-item\"`} - \n\n * `styles` - \n\n * `tabbableEl` {`HTMLElement[] | undefined`} - \n\n * `focusedProgrammatically` {`boolean`} - \n\n * `animationPlayer` - \n\n * `tree` - A reference to the tree the item is a part of.\n\n * `parent` - The parent item of the current tree item (if any)\n\n * `init` {`boolean`} - \n\n * `contentList` {`HTMLElement[]`} - \n\n * `wrapper` {`HTMLElement`} - \n\n * `group` {`HTMLElement`} - \n\n * `isFocused` {`boolean`} - \n\n * `hasChildren` {`boolean`} - \n\n * `level` {`number`} - The depth of the item, relative to the root.\n\n * `indeterminate` {`boolean`} - \n\n * `label` {`string`} - The tree item label.\n\n * `expanded` {`boolean`} - The tree item expansion state.\n\n * `active` {`boolean`} - Marks the item as the tree's active item.\n\n * `disabled` {`boolean`} - Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.\n\n * `selected` {`boolean`} - The tree item selection state.\n\n * `loading` {`boolean`} - To be used for load-on-demand scenarios in order to specify whether the item is loading data.\n\n * `value` - The value entry that the tree item is visualizing. Required for searching through items.\n\n * `selectionService` - \n\n * `navService` - \n\n * `parts` {`{ selected: boolean; focused: boolean; active: boolean; }`} - \n\n * `directChildren` {`IgcTreeItemComponent[]`} - \n\n * `allChildren` {`IgcTreeItemComponent[]`} - \n\n * `path` {`IgcTreeItemComponent[]`} - The full path to the tree item, starting from the top-most ancestor.",
|
|
3036
|
-
"attributes": [
|
|
3037
|
-
{
|
|
3038
|
-
"name": "label",
|
|
3039
|
-
"description": "`label` {`string`} - The tree item label.\n\nProperty: label\n\nDefault: "
|
|
3040
|
-
},
|
|
3041
|
-
{
|
|
3042
|
-
"name": "expanded",
|
|
3043
|
-
"description": "`expanded` {`boolean`} - The tree item expansion state.\n\nProperty: expanded\n\nDefault: false",
|
|
3044
|
-
"valueSet": "v"
|
|
3045
|
-
},
|
|
3046
|
-
{
|
|
3047
|
-
"name": "active",
|
|
3048
|
-
"description": "`active` {`boolean`} - Marks the item as the tree's active item.\n\nProperty: active\n\nDefault: false",
|
|
3049
|
-
"valueSet": "v"
|
|
3050
|
-
},
|
|
3051
|
-
{
|
|
3052
|
-
"name": "disabled",
|
|
3053
|
-
"description": "`disabled` {`boolean`} - Get/Set whether the tree item is disabled. Disabled items are ignored for user interactions.\n\nProperty: disabled\n\nDefault: false",
|
|
3054
|
-
"valueSet": "v"
|
|
3055
|
-
},
|
|
3056
|
-
{
|
|
3057
|
-
"name": "selected",
|
|
3058
|
-
"description": "`selected` {`boolean`} - The tree item selection state.\n\nProperty: selected\n\nDefault: false",
|
|
3059
|
-
"valueSet": "v"
|
|
3060
|
-
},
|
|
3061
|
-
{
|
|
3062
|
-
"name": "loading",
|
|
3063
|
-
"description": "`loading` {`boolean`} - To be used for load-on-demand scenarios in order to specify whether the item is loading data.\n\nProperty: loading\n\nDefault: false",
|
|
3064
|
-
"valueSet": "v"
|
|
3065
|
-
},
|
|
3066
|
-
{
|
|
3067
|
-
"name": "value",
|
|
3068
|
-
"description": "`value` - The value entry that the tree item is visualizing. Required for searching through items.\n\nProperty: value\n\nDefault: undefined"
|
|
3069
|
-
}
|
|
3070
|
-
]
|
|
3071
|
-
},
|
|
3072
|
-
{
|
|
3073
|
-
"name": "igc-tree",
|
|
3074
|
-
"description": "The tree allows users to represent hierarchical data in a tree-view structure,\nmaintaining parent-child relationships, as well as to define static tree-view structure without a corresponding data model.\n\nEvents:\n\n * `igcSelection` {} - Emitted when item selection is changing, before the selection completes.\n\n * `igcItemCollapsed` {} - Emitted when tree item is collapsed.\n\n * `igcItemCollapsing` {} - Emitted when tree item is about to collapse.\n\n * `igcItemExpanded` {} - Emitted when tree item is expanded.\n\n * `igcItemExpanding` {} - Emitted when tree item is about to expand.\n\n * `igcItemActivated` {} - Emitted when the tree's `active` item changes.\n\nSlots:\n\n * ` ` {} - Renders the tree items inside default slot.\n\nAttributes:\n\n * `single-branch-expand` {`boolean`} - Whether a single or multiple of a parent's child items can be expanded.\n\n * `selection` {`\"multiple\" | \"none\" | \"cascade\"`} - The selection state of the tree.\n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperties:\n\n * `tagName` {`\"igc-tree\"`} - \n\n * `styles` - \n\n * `singleBranchExpand` {`boolean`} - Whether a single or multiple of a parent's child items can be expanded.\n\n * `selection` {`\"multiple\" | \"none\" | \"cascade\"`} - The selection state of the tree.\n\n * `items` {`IgcTreeItemComponent[]`} - Returns all of the tree's items.\n\n * `selectionService` - \n\n * `navService` - \n\n * `size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.",
|
|
3075
|
-
"attributes": [
|
|
3076
|
-
{
|
|
3077
|
-
"name": "single-branch-expand",
|
|
3078
|
-
"description": "`single-branch-expand` {`boolean`} - Whether a single or multiple of a parent's child items can be expanded.\n\nProperty: singleBranchExpand\n\nDefault: false",
|
|
3079
|
-
"valueSet": "v"
|
|
3080
|
-
},
|
|
3081
|
-
{
|
|
3082
|
-
"name": "selection",
|
|
3083
|
-
"description": "`selection` {`\"multiple\" | \"none\" | \"cascade\"`} - The selection state of the tree.\n\nProperty: selection\n\nDefault: none",
|
|
3084
|
-
"values": [
|
|
3085
|
-
{
|
|
3086
|
-
"name": "multiple"
|
|
3087
|
-
},
|
|
3088
|
-
{
|
|
3089
|
-
"name": "none"
|
|
3090
|
-
},
|
|
3091
|
-
{
|
|
3092
|
-
"name": "cascade"
|
|
3093
|
-
}
|
|
3094
|
-
]
|
|
3095
|
-
},
|
|
3096
|
-
{
|
|
3097
|
-
"name": "size",
|
|
3098
|
-
"description": "`size` {\"small\" | \"medium\" | \"large\"} - Determines the size of the component.\n\nProperty: size\n\nDefault: large",
|
|
3099
|
-
"values": [
|
|
3100
|
-
{
|
|
3101
|
-
"name": "small"
|
|
3102
|
-
},
|
|
3103
|
-
{
|
|
3104
|
-
"name": "medium"
|
|
3105
|
-
},
|
|
3106
|
-
{
|
|
3107
|
-
"name": "large"
|
|
3108
|
-
}
|
|
3109
|
-
]
|
|
3110
|
-
},
|
|
3111
|
-
{
|
|
3112
|
-
"name": "onigcSelection",
|
|
3113
|
-
"description": "`igcSelection` {} - Emitted when item selection is changing, before the selection completes."
|
|
3114
|
-
},
|
|
3115
|
-
{
|
|
3116
|
-
"name": "onigcItemCollapsed",
|
|
3117
|
-
"description": "`igcItemCollapsed` {} - Emitted when tree item is collapsed."
|
|
3118
|
-
},
|
|
3119
|
-
{
|
|
3120
|
-
"name": "onigcItemCollapsing",
|
|
3121
|
-
"description": "`igcItemCollapsing` {} - Emitted when tree item is about to collapse."
|
|
3122
|
-
},
|
|
3123
|
-
{
|
|
3124
|
-
"name": "onigcItemExpanded",
|
|
3125
|
-
"description": "`igcItemExpanded` {} - Emitted when tree item is expanded."
|
|
3126
|
-
},
|
|
3127
|
-
{
|
|
3128
|
-
"name": "onigcItemExpanding",
|
|
3129
|
-
"description": "`igcItemExpanding` {} - Emitted when tree item is about to expand."
|
|
3130
|
-
},
|
|
3131
|
-
{
|
|
3132
|
-
"name": "onigcItemActivated",
|
|
3133
|
-
"description": "`igcItemActivated` {} - Emitted when the tree's `active` item changes."
|
|
3134
|
-
}
|
|
3135
|
-
]
|
|
3136
|
-
}
|
|
3137
|
-
],
|
|
3138
|
-
"globalAttributes": [],
|
|
3139
|
-
"valueSets": []
|
|
3140
|
-
}
|